@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #1a1a1a;
  overflow-x: hidden;
}

/* ===================== HEADER ===================== */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 #e8e8e8;
}

.nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img {
  width: 138px;
}
@media (max-width: 767px) {
  .logo img {
    width: 90px;
  }
}

.logo-svg {
  display: flex;
  align-items: center;
}

/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  display: block;
  padding: 8px 13px;
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.18s, background 0.18s;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #ee2c3c;
  background: rgba(1, 66, 92, 0.06);
}

/* Dropdown */
.nav-links li {
  position: relative;
}

.nav-links li.drop > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: -3px;
  transition: transform 0.2s;
}

.nav-links li.drop:hover > a::after {
  transform: rotate(225deg);
}

.dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 8px;
  min-width: 200px;
  z-index: 10;
}

.nav-links li.drop:hover .dropdown {
  display: block;
}

.dropdown a {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  color: #444;
  border-radius: 6px;
}

.dropdown a:hover {
  background: #f0f7fb;
  color: #ee2c3c;
}

/* Nav right */
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn-ghost {
  font-size: 13px;
  font-weight: 600;
  color: #ee2c3c;
  border: 1.5px solid #ee2c3c;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.18s;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.btn-ghost:hover {
  background: #ee2c3c;
  color: #fff;
}

.btn-red {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #e7000b;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.18s;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.btn-red:hover {
  background: #c3000a;
  box-shadow: 0 4px 16px rgba(231, 0, 11, 0.3);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: #ee2c3c;
  border-radius: 2px;
  transition: 0.25s;
}

/* ===================== MOBILE ===================== */
.mob-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1001;
  flex-direction: column;
  padding: 80px 28px 40px;
  gap: 6px;
  overflow-y: auto;
}

.mob-menu.open {
  display: flex;
}

.mob-menu a {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mob-menu a:hover {
  color: #e7000b;
}

.mob-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1002;
  background: #f5f5f5;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .upbtnscom {
    display: none;
  }
}
/* container */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

/*----------------------------------------*/
/*  04. blog css start
/*----------------------------------------*/
.ugblp-hero {
  position: relative;
  min-height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background: linear-gradient(rgba(14, 41, 73, 0.56), rgba(14, 41, 73, 0.56)), url("https://images.unsplash.com/photo-1513258496099-48168024aec0?auto=format&fit=crop&w=1600&q=80") center center/cover no-repeat;
  text-align: center;
  background-position: top 50%;
}

.ugblp-hero-inner {
  position: relative;
  z-index: 1;
}

.ugblp-hero-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ugblp-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.ugblp-breadcrumb-link,
.ugblp-breadcrumb-current {
  color: #ffffff;
}

.ugblp-breadcrumb-sep {
  color: #e7000b;
  font-weight: 700;
}

.ugblp-listing {
  padding: 50px 0 72px;
  background: #ffffff;
}

.ugblp-container {
  width: min(1320px, 100% - 32px);
  margin: 0 auto;
}

.ugblp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.ugblp-card {
  padding: 30px;
  border-radius: 14px;
  background: radial-gradient(circle at bottom center, rgba(15, 39, 71, 0.04), transparent 55%), linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid #edf0f4;
  box-shadow: 0 18px 36px rgba(18, 31, 53, 0.06);
}

.ugblp-card-media {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 28px;
}

.ugblp-card-media img {
  width: 100%;
  aspect-ratio: 16/9.1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.ugblp-card:hover .ugblp-card-media img {
  transform: scale(1.04);
}

.ugblp-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ugblp-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.ugblp-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #334a68;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.ugblp-meta-item svg {
  width: 16px;
  height: 16px;
  color: #e7000b;
  flex: 0 0 16px;
}

.ugblp-card-title {
  margin: 0 0 28px;
  max-width: 94%;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

.ugblp-card-title a {
  color: #092a52;
}

.ugblp-card-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 6px;
  background: #e7000b;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.ugblp-card-button svg {
  width: 18px;
  height: 18px;
}

.ugblp-card-button:hover {
  background: #089d86;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(10, 185, 157, 0.24);
}

@media (max-width: 1199px) {
  .ugblp-hero-title {
    font-size: 56px;
  }
  .ugblp-grid {
    gap: 24px;
  }
  .ugblp-card {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .ugblp-hero {
    min-height: 310px;
  }
  .ugblp-hero-title {
    font-size: 48px;
  }
  .ugblp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ugblp-hero {
    min-height: 260px;
    padding: 24px 16px;
  }
  .ugblp-hero-title {
    font-size: 38px;
  }
  .ugblp-breadcrumb {
    font-size: 14px;
  }
  .ugblp-listing {
    padding: 36px 0 56px;
  }
  .ugblp-container {
    width: min(100%, 100% - 24px);
  }
  .ugblp-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ugblp-card {
    padding: 20px;
  }
  .ugblp-meta {
    gap: 18px;
    margin-bottom: 18px;
  }
  .ugblp-card-title {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 18px;
  }
  .ugblp-card-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .ugblp-hero {
    min-height: 220px;
  }
  .ugblp-hero-title {
    font-size: 32px;
  }
  .ugblp-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.ugblp-detail {
  padding: 74px 0 88px;
  background: #ffffff;
}

.ugblp-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 378px;
  gap: 56px;
  align-items: start;
}

.ugblp-detail-main {
  min-width: 0;
}

.ugblp-detail-image {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}

.ugblp-detail-image img {
  width: 100%;
  aspect-ratio: 16/7.1;
  -o-object-fit: cover;
     object-fit: cover;
}

.ugblp-detail-meta {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ugblp-detail-title {
  margin: 0 0 26px;
  max-width: 92%;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ugblp-detail-content p {
  margin: 0 0 22px;
  color: #25364d;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.ugblp-detail-sidebar {
  min-width: 0;
}

.ugblp-detail-widget {
  padding-top: 2px;
}

.ugblp-detail-widget-title {
  margin: 0 0 28px;
  color: #0d2d54;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.ugblp-detail-category-list {
  display: grid;
  gap: 12px;
}

.ugblp-detail-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 24px;
  border: 1px solid #dde4eb;
  border-radius: 4px;
  background: #ffffff;
  color: #334a68;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.ugblp-detail-category svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.ugblp-detail-category:hover {
  transform: translateY(-1px);
  border-color: #e7000b;
  box-shadow: 0 12px 22px rgba(10, 185, 157, 0.12);
}

.ugblp-detail-category-active {
  background: #e7000b;
  border-color: #e7000b;
  color: #ffffff;
}

.ugblp-detail-category-active:hover {
  background: #089d86;
  border-color: #089d86;
}

@media (max-width: 1199px) {
  .ugblp-detail-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
  }
  .ugblp-detail-title {
    max-width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .ugblp-detail {
    padding: 56px 0 72px;
  }
  .ugblp-detail-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .ugblp-detail-sidebar {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ugblp-detail {
    padding: 40px 0 56px;
  }
  .ugblp-detail-image {
    margin-bottom: 24px;
  }
  .ugblp-detail-meta {
    gap: 18px;
    margin-bottom: 20px;
  }
  .ugblp-detail-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.35;
  }
  .ugblp-detail-content p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.8;
  }
  .ugblp-detail-widget-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .ugblp-detail-category {
    min-height: 56px;
    padding: 14px 18px;
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .ugblp-detail-title {
    font-size: 22px;
  }
  .ugblp-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/***form card***/
/* ─── FORM CARD ───────────────────────────────────────── */
.form-card {
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 32px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.5), 0 4px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(1, 66, 92, 0.1);
  animation: fadeUp 0.7s ease 0.25s both;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.form-card-header {
  text-align: center;
  margin-bottom: 24px;
}

.form-card-header h3 {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #01425c;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.form-card-header h3 span {
  color: #ee2c3c;
}

/* Trust badges */
.form-trust {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.ftrust {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 600;
  color: #555;
  background: #f0f7fb;
  border: 1px solid rgba(1, 66, 92, 0.1);
  border-radius: 6px;
  padding: 5px 10px;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.ftrust svg {
  width: 11px;
  height: 11px;
  color: #ee2c3c;
}

/* Divider */
.form-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.form-divider::before,
.form-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.form-divider span {
  font-size: 10.5px;
  color: #bbb;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-family: "Segoe UI", system-ui, sans-serif;
}

/* Input group */
.input-group {
  margin-bottom: 14px;
  position: relative;
}

.input-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.input-wrap {
  position: relative;
}

.input-wrap svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #aaa;
  pointer-events: none;
}

.input-wrap input,
.input-wrap select {
  width: 100%;
  padding: 11px 12px 11px 38px;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 13.5px;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #333;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.input-wrap input::-moz-placeholder {
  color: #bbb;
}

.input-wrap input::placeholder {
  color: #bbb;
}

.input-wrap input:focus,
.input-wrap select:focus {
  border-color: #016a8e;
  box-shadow: 0 0 0 3px rgba(1, 106, 142, 0.1);
}

.input-wrap select option {
  background: #fff;
  color: #333;
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-arrow svg {
  width: 13px;
  height: 13px;
  color: #aaa;
  left: unset;
  position: static;
  transform: none;
}

/* Phone field */
.phone-field-wrap {
  display: flex;
  gap: 0;
}

.country-select-wrap {
  position: relative;
  flex-shrink: 0;
}

.country-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #ddd;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #f8fbfd;
  padding: 11px 28px 11px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  font-family: "Segoe UI", system-ui, sans-serif;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
  min-width: 84px;
}

.country-select:focus {
  border-color: #016a8e;
}

.country-select-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.country-select-arrow svg {
  width: 11px;
  height: 11px;
  color: #999;
}

.phone-input {
  border-radius: 0 10px 10px 0 !important;
  border-left: 1px solid #e5e5e5 !important;
  padding-left: 14px !important;
}

.phone-field-wrap:focus-within .country-select,
.phone-field-wrap:focus-within .phone-input {
  border-color: #016a8e;
}

/* Submit button */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #ee2c3c 0%, #c3000a 100%);
  color: #fff;
  border: none;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.2s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(238, 44, 60, 0.4);
}

.submit-btn:hover::before {
  opacity: 1;
}

.submit-btn svg {
  width: 16px;
  height: 16px;
}

/* Form note */
.form-note {
  font-size: 10.5px;
  color: #aaa;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.form-note svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #ccc;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner {
    flex-direction: column;
  }
  .hero-left {
    padding: 52px 6%;
  }
  .hero-divider {
    display: none;
  }
  .hero-right {
    width: 100%;
    padding: 44px 6% 60px;
  }
  .form-card {
    max-width: 100%;
  }
  .campus-badge {
    display: none;
  }
}
@media (max-width: 560px) {
  .hero-left {
    padding: 40px 5%;
  }
  .h-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 25px;
  }
  .h-stat:last-child {
    border-bottom: none;
  }
  .hero-right {
    padding: 36px 5% 52px;
  }
  .form-card {
    padding: 28px 20px;
  }
}
/* ===================== SLIDING ENQUIRY FORM ===================== */
.enquiry-btn-fixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #e7000b 0%, #c3000a 100%);
  color: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  padding: 20px 12px;
  border-radius: 0px 12px 12px 0px;
  cursor: pointer;
  z-index: 9998;
  border: none;
  box-shadow: -6px 0 16px rgba(231, 0, 11, 0.25);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Vertical text */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
}
.enquiry-btn-fixed:hover {
  padding-bottom: 26px;
  box-shadow: -8px 0 24px rgba(231, 0, 11, 0.4);
  background: linear-gradient(180deg, #ff3346 0%, #e7000b 100%);
}
.enquiry-btn-fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s;
}
.enquiry-btn-fixed:hover::before {
  opacity: 1;
}

.sliding-form-wrapper {
  position: fixed;
  top: 0;
  right: -480px;
  width: 420px;
  height: 100vh;
  background: #f8fbfd;
  z-index: 10000;
  box-shadow: -10px 0 40px rgba(1, 26, 40, 0.15);
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.sliding-form-wrapper.open {
  right: 0;
}
.sliding-form-wrapper .sliding-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f0f7fb;
  border: 1px solid rgba(1, 66, 92, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #01425c;
  transition: all 0.2s;
  z-index: 10;
}
.sliding-form-wrapper .sliding-form-close:hover {
  background: #e1eff6;
  transform: rotate(90deg);
}
.sliding-form-wrapper .hero-right {
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 60px 32px 30px;
  background: transparent;
  justify-content: flex-start;
}
.sliding-form-wrapper .hero-right::before, .sliding-form-wrapper .hero-right::after {
  display: none;
}
.sliding-form-wrapper .form-card {
  box-shadow: 0 16px 40px rgba(1, 66, 92, 0.08), 0 4px 12px rgba(1, 66, 92, 0.04);
  border: 1px solid rgba(1, 66, 92, 0.08);
  background: #fff;
  border-radius: 20px;
}

.sliding-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(1, 26, 40, 0.4);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.sliding-form-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 480px) {
  .sliding-form-wrapper {
    width: 100%;
    right: -100%;
  }
}
/* ===================================================
   FLOATING ACTION BUTTONS AND CALL MODAL
=================================================== */
.ug-support-fabs {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 999;
}

.ug-fab-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.ug-fab-tooltip {
  background: #1e1e1e;
  color: #fff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ug-fab-btn {
  background: #25D366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none; /* for <a> variant */
}
.ug-fab-btn svg {
  opacity: 0.97;
}
.ug-fab-btn:hover {
  transform: scale(1.1);
  background: #1ebe5d;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
}
.ug-fab-btn.ug-fab-whatsapp {
  animation: waPulse 2.5s ease-in-out infinite;
}
.ug-fab-btn.ug-fab-call {
  background: #c62334;
  box-shadow: 0 4px 18px rgba(198, 35, 52, 0.45);
}
.ug-fab-btn.ug-fab-call svg {
  width: 18px !important;
  height: 18px !important;
}
.ug-fab-btn.ug-fab-call:hover {
  background: #a01d2a;
  box-shadow: 0 6px 24px rgba(198, 35, 52, 0.6);
}

@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 4px 28px rgba(37, 211, 102, 0.75);
  }
}
/* Modal Overlay */
.ug-call-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* Slightly darker overlay as per screenshot */
  z-index: 1000;
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.ug-call-modal-content {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.ug-call-modal-content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.ug-call-modal-content .subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}

.ug-call-modal-close {
  position: absolute;
  top: -40px;
  right: -20px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.ug-call-modal-close:hover {
  color: #ccc;
}

.ug-call-form-row {
  display: flex;
  margin-bottom: 24px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  overflow: hidden;
  height: 50px;
}
.ug-call-form-row .ug-call-country {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  background: #fff; /* screenshot has white bg here too */
  border-right: 1px solid #c2c2c2;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}
.ug-call-form-row .ug-call-input {
  flex: 1;
  border: none;
  padding: 0 16px;
  font-size: 15px;
  outline: none;
}
.ug-call-form-row .ug-call-input::-moz-placeholder {
  color: #999;
}
.ug-call-form-row .ug-call-input::placeholder {
  color: #999;
}

.call-timing {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.ug-call-benefits {
  list-style: none;
  margin-bottom: 30px;
}
.ug-call-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.ug-call-btn-submit {
  width: 100%;
  background: #dadada;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  cursor: not-allowed;
  margin-bottom: 30px;
  transition: all 0.2s ease;
  /* Enabled state automatically updated by JS */
}
.ug-call-btn-submit.active {
  background: #c62334;
  cursor: pointer;
}

.ug-call-footer {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center;
}
.ug-call-footer p {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}

.ug-call-contacts {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.ug-call-contacts .ug-call-contact-box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 14px;
  flex: 1;
  text-align: left;
}
.ug-call-contacts .ug-call-contact-box .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.ug-call-contacts .ug-call-contact-box .phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #111;
  font-weight: 800;
}

/* Base Responsive */
@media (max-width: 600px) {
  .ug-call-contacts {
    flex-direction: column;
  }
  .ug-call-modal-close {
    right: 0;
  }
  .ug-support-fabs {
    bottom: 20px;
    right: 20px;
  }
  .ug-support-fabs .ug-fab-tooltip {
    display: none; /* Hide text on mobile */
  }
}
/* ===================================================
   EXPLORE UPGRAD LEARNING SUPPORT CENTRE CITY
   Prefix: ugexplore-
=================================================== */
.ugexplore-section {
  background: #f7f8fa;
  padding: 60px 0;
}
.ugexplore-section .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.ugexplore-inner {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  min-height: 380px;
  max-width: 100%;
}

/* ── LEFT — image column ── */
.ugexplore-img-col {
  position: relative;
  width: 34%;
  flex-shrink: 0;
  overflow: hidden;
}
.ugexplore-img-col .ugexplore-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.ugexplore-img-col .ugexplore-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}
.ugexplore-img-col .ugexplore-img-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}
.ugexplore-img-col .ugexplore-img-badge .ugexplore-logo {
  height: 24px;
  width: auto;
  display: block;
}

/* ── CENTRE — heading + description ── */
.ugexplore-content {
  flex: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.ugexplore-content .ugexplore-heading {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.ugexplore-content .ugexplore-heading-accent {
  color: #e7000b;
}
.ugexplore-content .ugexplore-desc {
  font-size: 14.5px;
  font-weight: 400;
  color: #555;
  line-height: 1.65;
}

.ugexplore-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ugexplore-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.ugexplore-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff6b00;
  font-weight: bold;
  font-size: 16px;
}

/* ── RIGHT — form card ── */
.ugexplore-form-col {
  width: 360px;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ugexplore-form-col .ugexplore-form-card {
  width: 100%;
}
.ugexplore-form-col .ugexplore-form-title {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -0.015em;
  text-align: center;
}
.ugexplore-form-col {
  /* Fields */
}
.ugexplore-form-col .ugexplore-field {
  margin-bottom: 14px;
  position: relative;
}
.ugexplore-form-col .ugexplore-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #fdfdfd;
  border: 1.5px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease;
}
.ugexplore-form-col .ugexplore-input-wrap:focus-within {
  border-color: #eb4242;
  background: #fff;
  box-shadow: 0 4px 12px rgba(235, 66, 66, 0.08);
}
.ugexplore-form-col .ugexplore-input-wrap .ugexplore-field-icon {
  width: 18px;
  height: 18px;
  color: #888;
  flex-shrink: 0;
  margin-left: 14px;
  transition: color 0.25s ease;
}
.ugexplore-form-col .ugexplore-input-wrap:focus-within .ugexplore-field-icon {
  color: #eb4242;
}
.ugexplore-form-col .ugexplore-input-wrap .ugexplore-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 12px 14px;
  min-width: 0;
}
.ugexplore-form-col .ugexplore-input-wrap .ugexplore-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.ugexplore-form-col .ugexplore-input-wrap .ugexplore-input::placeholder {
  color: #999;
  font-weight: 400;
}
.ugexplore-form-col {
  /* Phone row */
}
.ugexplore-form-col .ugexplore-phone-wrap {
  padding: 0;
}
.ugexplore-form-col .ugexplore-phone-wrap .ugexplore-flag-select {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px 0 12px;
}
.ugexplore-form-col .ugexplore-phone-wrap .ugexplore-flag-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1.5px;
  background: #eaeaea;
  transition: background 0.25s ease;
}
.ugexplore-form-col .ugexplore-phone-wrap:focus-within .ugexplore-flag-select::after {
  background: #f2c7c7;
}
.ugexplore-form-col .ugexplore-phone-wrap .ugexplore-flag-dd {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  padding-right: 20px;
  min-width: 70px;
}
.ugexplore-form-col .ugexplore-phone-wrap .ugexplore-chevron {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  color: #888;
  pointer-events: none;
}
.ugexplore-form-col .ugexplore-phone-wrap .ugexplore-phone-input {
  padding-left: 14px;
}
.ugexplore-form-col {
  /* Select row */
}
.ugexplore-form-col .ugexplore-select-wrap {
  padding: 0;
}
.ugexplore-form-col .ugexplore-select-wrap .ugexplore-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  padding: 12px 40px 12px 14px;
  cursor: pointer;
  width: 100%;
}
.ugexplore-form-col .ugexplore-select-wrap .ugexplore-select option:not([value=""]) {
  color: #333;
}
.ugexplore-form-col .ugexplore-select-wrap:focus-within .ugexplore-select {
  color: #333;
}
.ugexplore-form-col .ugexplore-select-wrap .ugexplore-sel-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #888;
  pointer-events: none;
  transition: color 0.25s;
}
.ugexplore-form-col .ugexplore-select-wrap:focus-within .ugexplore-sel-arrow {
  color: #eb4242;
}
.ugexplore-form-col {
  /* Submit button */
}
.ugexplore-form-col .ugexplore-submit {
  width: 100%;
  background: linear-gradient(135deg, #e7000b 0%, #a60008 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 14px 0;
  cursor: pointer;
  margin-top: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 14px rgba(231, 0, 11, 0.25);
}
.ugexplore-form-col .ugexplore-submit:hover {
  box-shadow: 0 6px 20px rgba(231, 0, 11, 0.4);
  transform: translateY(-2px);
}
.ugexplore-form-col .ugexplore-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(231, 0, 11, 0.2);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ugexplore-img-col {
    width: 28%;
  }
  .ugexplore-form-col {
    width: 290px;
  }
}
@media (max-width: 768px) {
  .ugexplore-inner {
    flex-direction: column;
    min-height: auto;
  }
  .ugexplore-img-col {
    width: 100%;
    height: 200px;
    order: 0;
  }
  .ugexplore-content {
    order: 1;
    padding: 28px 24px 20px;
  }
  .ugexplore-form-col {
    order: 2;
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px 24px 28px;
  }
  .ugexplore-br {
    display: none;
  }
}
@media (max-width: 480px) {
  .ugexplore-content {
    padding: 22px 16px 16px;
  }
  .ugexplore-form-col {
    padding: 16px 16px 24px;
  }
}
/* ===== FOOTER ===== */
footer {
  background: #0b1f2b;
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.footer-brand h3 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.footer-brand h3 span {
  color: #e7000b;
}

.footer-brand p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 260px;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.fsoc {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.fsoc:hover {
  background: #e7000b;
  color: #fff;
}

.fsoc svg {
  width: 15px;
  height: 15px;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 9px;
}

.footer-col ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-addr {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
}

.footer-addr strong {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
}

.footer-bottom-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=blog.css.map */