/* ===== Site Header ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 9999;
  background: #061b46;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.site-header.transparent {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
.site-header.scrolled {
  position: fixed;
  background: #061b46;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.site-header #top-sub-header {
  background: transparent;
  border-bottom: none;
  padding: 4px 0;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}
.site-header.scrolled #top-sub-header {
  max-height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.site-header .top-header-timing-text {
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.site-header .top-header-badge {
  margin-left: 10px;
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
}
.site-header .navbar-one-wrap {
  background: transparent;
  width: 100%;
  padding: 6px 0;
  transition: padding 0.3s ease;
}
.site-header.scrolled .navbar-one-wrap { padding: 4px 0; }
.site-header .navbar-one-main.w-nav { background: transparent; }
.site-header .navbar-wrap-one {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: min-height 0.3s ease;
}
.site-header.scrolled .navbar-wrap-one { min-height: 50px; }

.site-header .header-logo { flex-shrink: 0; }
.site-header .logo-one.w-nav-brand {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.site-header .logo-one img { height: 42px; width: 42px; object-fit: contain; }
.site-header .header-logo-text { display: flex; flex-direction: column; }
.site-header .header-logo-title {
  color: #ffffff; font-weight: 900; font-size: 17px; letter-spacing: 0.4px;
  line-height: 1.1; text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.site-header .header-logo-sub {
  font-size: 10px; color: #ffb800; font-weight: 800; letter-spacing: 0.3px;
  margin-top: 1px; text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.site-header .nav-menu-one.w-nav-menu {
  display: flex; align-items: center; gap: 14px; margin-left: 28px; margin-right: auto;
}
.site-header .dropdown-toggle-two.w-dropdown-toggle {
  text-decoration: none; padding: 4px 8px; cursor: pointer;
  display: flex; align-items: center; gap: 4px;
}
.site-header .nav-menu {
  color: #ffffff; font-weight: 700; font-size: 13px; text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.site-header .dropdown-two.w-dropdown { position: relative; }
.site-header .dropdown-icon-wrapper { transition: transform 0.2s ease; }
.site-header .dropdown-two.open .dropdown-icon-wrapper { transform: rotate(180deg); }
.site-header .dropdown-list {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  padding: 8px 0;
  min-width: 240px;
  z-index: 10000;
  border: 1px solid #e5e7eb;
}
.site-header .dropdown-two.open .dropdown-list { display: block; }
.site-header .dropdown-list a {
  display: block; padding: 10px 18px; color: #111827; font-weight: 700; font-size: 13px;
  text-decoration: none; transition: background 0.2s ease;
}
.site-header .dropdown-list a:hover { background: #f3f4f6; }

.site-header .header-button-wrapper { margin-left: auto; flex-shrink: 0; }
.site-header .button-one-style { padding: 8px 18px; font-size: 13px; }

/* ===== Generic modal ===== */
.site-modal { display: none; position: fixed; inset: 0; z-index: 99999; padding: 20px; }
.site-modal.open { display: flex; align-items: center; justify-content: center; }
.site-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(8px); }
.site-modal-box {
  position: relative; z-index: 1; background: #ffffff; border-radius: 16px; padding: 16px;
  max-height: 90vh; overflow: auto; box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}
.site-modal-close {
  position: absolute; top: 12px; right: 12px; background: #d9232d; color: #ffffff;
  border: none; border-radius: 50%; width: 32px; height: 32px; font-weight: 900;
  cursor: pointer; z-index: 10;
}
.site-modal-title { font-size: 14px; font-weight: 800; color: #111827; margin-bottom: 10px; text-align: center; }

/* ===== Footer ===== */
.site-footer { background: #061b46; color: #ffffff; padding: 40px 0 0; font-size: 12px; }
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col-brand { min-width: 200px; }
.footer-logo-link { text-decoration: none; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-logo-img { height: 42px; width: 42px; object-fit: contain; }
.footer-logo-title { color: #ffffff; font-weight: 900; font-size: 16px; letter-spacing: 0.5px; line-height: 1.1; }
.footer-logo-sub { font-size: 10px; color: #ffb800; font-weight: 800; letter-spacing: 0.2px; }
.footer-brand-copy { color: rgba(255,255,255,0.7); font-size: 11px; line-height: 1.5; margin: 6px 0 10px; max-width: 240px; }
.footer-regd-badge {
  display: inline-block; font-size: 10px; color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08); padding: 4px 10px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.1);
}
.footer-col-title { font-size: 13px; font-weight: 800; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.footer-link-list, .footer-plain-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.footer-link-list a { color: rgba(255,255,255,0.75); text-decoration: none; }
.footer-link-list a:hover { color: #ffb800; }
.footer-plain-list li { color: rgba(255,255,255,0.75); }
.footer-plain-list li::before { content: "\2022  "; }
.footer-cert-trigger { cursor: pointer; display: inline-block; }
.footer-cert-thumb {
  background: #ffffff; padding: 4px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2);
  width: 110px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.3s ease;
}
.footer-cert-trigger:hover .footer-cert-thumb { transform: scale(1.03); }
.footer-cert-thumb img { width: 100%; height: auto; border-radius: 4px; display: block; }
.footer-cert-label { font-size: 10px; color: #ffb800; font-weight: 700; margin-top: 6px; }
.footer-contact-block { color: rgba(255,255,255,0.75); font-size: 12px; line-height: 1.6; margin-bottom: 12px; }
.footer-cta-btn {
  display: inline-block; background: #d9232d; color: #ffffff; font-weight: 700; font-size: 11px;
  padding: 8px 16px; border-radius: 6px; text-decoration: none; box-shadow: 0 2px 8px rgba(217,35,45,0.3);
}
.footer-copyright-bar {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  padding: 16px 0; color: rgba(255,255,255,0.6); font-size: 11px;
}
.footer-copyright-links { display: flex; gap: 16px; }
.footer-copyright-links a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-copyright-links a:hover { color: #ffffff; }

/* ===== Hero quick inquiry form ===== */
.hero-two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.hero-quick-form {
  background: rgba(255,255,255,0.97); border-radius: 20px; padding: 28px; box-shadow: 0 25px 50px rgba(0,0,0,0.35);
  max-width: 380px; justify-self: end;
}
.hero-quick-form-title { font-size: 20px; font-weight: 900; color: #111827; margin-bottom: 4px; }
.hero-quick-form-sub { font-size: 13px; color: #6b7280; margin-bottom: 18px; }
.hero-quick-form input, .hero-quick-form select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #d1d5db; font-size: 14px;
  margin-bottom: 12px; font-family: inherit; color: #111827; background: #fff;
}
.hero-quick-form button {
  width: 100%; background: #d9232d; color: #ffffff; font-weight: 800; font-size: 15px; padding: 13px;
  border-radius: 10px; border: none; cursor: pointer; box-shadow: 0 6px 20px rgba(217,35,45,0.35);
}
@media (max-width: 900px) {
  .hero-two-col { grid-template-columns: 1fr; }
  .hero-quick-form { justify-self: stretch; max-width: 100%; }
}

/* ===== Homepage Courses Widget ===== */
.courses-widget { background: #ffffff; padding: 90px 0; color: #111827; }
.courses-widget-header { text-align: center; max-width: 700px; margin: 0 auto 40px; }
.courses-widget-header h2 { font-size: 38px; font-weight: 800; color: #111827; margin-top: 8px; line-height: 1.2; }
.courses-widget-header p { color: #4b5563; font-size: 16px; line-height: 1.6; margin-top: 12px; }
.courses-widget-controls {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  border-bottom: 2px solid #e5e7eb; margin-bottom: 40px; padding-bottom: 4px;
}
.course-tabs { display: flex; gap: 8px; flex-wrap: wrap; overflow-x: auto; }
.course-tab-btn {
  background: transparent; border: none; padding: 12px 20px; font-size: 15px; font-weight: 700;
  color: #6b7280; cursor: pointer; position: relative; transition: color 0.3s ease; white-space: nowrap;
}
.course-tab-btn:hover { color: #111827; }
.course-tab-btn.active { color: #d9232d; }
.course-tab-btn.active::after {
  content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px;
  background: #d9232d; border-radius: 3px 3px 0 0;
}
.course-filter-select-wrap { display: flex; align-items: center; gap: 8px; }
.course-filter-select-wrap span { font-size: 13px; font-weight: 700; color: #6b7280; }
.course-filter-select-wrap select {
  padding: 8px 16px; border-radius: 8px; border: 1px solid #d1d5db; background: #f9fafb;
  font-size: 14px; font-weight: 700; color: #111827; cursor: pointer; outline: none;
}
.course-card {
  background: #ffffff; border-radius: 24px; border: 1px solid #e5e7eb; box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  padding: 40px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; align-items: center;
  animation: courseCardIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes courseCardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.course-card-badge { background: #f3f4f6; color: #374151; font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; }
.course-card-title { font-size: 26px; font-weight: 900; color: #111827; margin: 14px 0 8px; line-height: 1.2; }
.course-card-subtitle { font-size: 15px; font-weight: 700; color: #d9232d; margin-bottom: 16px; }
.course-card-desc { color: #4b5563; font-size: 15px; line-height: 1.6; margin-bottom: 24px; }
.course-card-cta {
  display: inline-flex; align-items: center; gap: 8px; background: #d9232d; color: #ffffff; font-weight: 800;
  font-size: 14px; padding: 12px 26px; border-radius: 30px; text-decoration: none; box-shadow: none !important;
  transition: background 0.2s ease;
}
.course-card-cta:hover {
  background: #b81b24;
}
.course-card-right { background: #f9fafb; border-radius: 16px; padding: 28px; border: 1px solid #f3f4f6; }
.course-card-highlights-title { font-size: 14px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.course-card-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.course-card-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #374151; font-weight: 600; }
.course-card-features li span { color: #059669; font-size: 16px; font-weight: 900; }
.course-carousel-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.course-carousel-dots { display: flex; gap: 6px; }
.course-dot { width: 8px; height: 8px; border-radius: 4px; background: #d1d5db; border: none; cursor: pointer; transition: all 0.3s ease; }
.course-dot.active { width: 24px; background: #d9232d; }
.course-carousel-count { font-size: 12px; color: #9ca3af; font-weight: 700; }

/* ===== Curriculum image cluster + modal ===== */
.curriculum-wrap { align-items: flex-start; }
.about-one-wrap { align-items: flex-start !important; }
.about-one-image-wrap { align-self: flex-start; }
.curriculum-image-cluster { width: 100%; max-width: 440px; height: 460px; position: relative; flex-shrink: 0; align-self: flex-start; }
.curriculum-image-main { box-shadow: 0 15px 35px rgba(0,0,0,0.12); height: 420px; width: 100%; border-radius: 16px; cursor: pointer; }
.curriculum-image-main img { object-fit: cover; object-position: top center; width: 100%; height: 100%; display: block; }
.curriculum-image-corner {
  position: absolute; bottom: -15px; right: -15px; width: 210px; height: 165px; border-radius: 14px; overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.22); border: 4px solid #ffffff; background: #ffffff; z-index: 10; cursor: pointer;
}
.curriculum-image-corner img { object-fit: cover; width: 100%; height: 100%; display: block; }
.curriculum-modal-box { max-width: 800px; padding: 0; background: transparent; box-shadow: none; }
.curriculum-modal-box img { width: 100%; height: auto; border-radius: 16px; display: block; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.curriculum-modal-box .site-modal-close { top: -16px; right: -16px; }

.curriculum-gallery-link-clean {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #061b46;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s ease;
  box-shadow: none !important;
}
.curriculum-gallery-link-clean:hover {
  background: #d9232d;
  color: #ffffff;
}

/* ===== Simple Clean Gallery ===== */
.gallery-section { padding: 30px 0 100px; background: #ffffff; }
.gallery-filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.gallery-filter-btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 20px; border-radius: 30px; border: 1px solid #e5e7eb;
  font-weight: 700; font-size: 13px; cursor: pointer; background: #f4f5f7; color: #4b5563;
  transition: all 0.2s ease; box-shadow: none !important;
}
.gallery-filter-btn:hover { background: #e5e7eb; }
.gallery-filter-btn.active { background: #d9232d; color: #ffffff; border-color: #d9232d; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 24px; }
.gallery-card {
  background: #ffffff; border-radius: 16px; overflow: hidden;
  border: 1px solid #e5e7eb; cursor: pointer; transition: transform 0.25s ease, border-color 0.25s ease;
}
.gallery-card:hover { transform: translateY(-4px); border-color: #061b46; }
.gallery-card-img-wrap { height: 200px; position: relative; overflow: hidden; background: #f3f4f6; }
.gallery-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.05); }
.gallery-card-tag {
  position: absolute; top: 12px; left: 12px; background: rgba(6, 27, 70, 0.85); color: #ffffff; font-size: 11px;
  font-weight: 800; padding: 4px 12px; border-radius: 20px; backdrop-filter: blur(4px);
}
.gallery-card-body { padding: 16px 18px 20px; }
.gallery-card-body h3 { font-size: 16px; font-weight: 800; color: #061b46; margin-bottom: 4px; line-height: 1.3; }
.gallery-card-body p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.5; }
.gallery-lightbox-box { max-width: 850px; padding: 0; overflow: hidden; border-radius: 20px; }
.gallery-lightbox-box img { width: 100%; max-height: 65vh; object-fit: contain; background: #000000; display: block; }
.gallery-lightbox-body { padding: 20px 24px; }
.gallery-lightbox-label { font-size: 12px; font-weight: 800; color: #d9232d; text-transform: uppercase; margin-bottom: 4px; }
.gallery-lightbox-body h3 { font-size: 20px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.gallery-lightbox-body p { font-size: 14px; color: #4b5563; margin: 0; line-height: 1.5; }

/* ===== Course detail page (tabs) ===== */
/* ===== Course detail page (Modern Dynamic Redesign) ===== */
.course-hero {
  position: relative;
  padding: 190px 0 95px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -50px 60px rgba(0,0,0,0.4);
}
.course-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.course-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.course-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.course-hero-subtitle {
  font-size: 17px;
  color: #ffffff;
  opacity: 0.92;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 620px;
}
.course-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.course-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d9232d;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: none !important;
  transition: background 0.2s ease;
}
.course-hero-cta:hover {
  background: #b81b24;
  color: #ffffff;
}
.course-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  transition: background 0.2s ease;
}
.course-hero-call:hover {
  background: rgba(255,255,255,0.22);
  color: #ffffff;
}

.course-hero-card {
  background: rgba(6, 27, 70, 0.75);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.course-hero-card-title {
  font-size: 12px;
  font-weight: 800;
  color: #ffb800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.course-hero-card-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.course-hero-card-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.course-hero-card-row span:first-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 13.5px;
}
.course-hero-card-row span:last-child {
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}
.course-hero-status {
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
  background: #059669;
  padding: 4px 12px;
  border-radius: 20px;
}

.course-tabbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 0;
  position: sticky;
  top: 80px;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.course-tabbar-inner {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.course-tabbar button {
  padding: 9px 20px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  background: #f8f9fa;
  color: #4b5563;
  transition: all 0.2s ease;
  box-shadow: none !important;
}
.course-tabbar button:hover {
  background: #e5e7eb;
  color: #111827;
}
.course-tabbar button.active {
  background: #061b46;
  color: #ffffff;
  border-color: #061b46;
}

.course-content {
  padding: 80px 0 100px;
  background: #ffffff;
}
.course-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #061b46;
  margin-bottom: 16px;
}
.course-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
}
.course-feature-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(6,27,70,0.04);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.course-feature-card:hover {
  transform: translateY(-4px);
  border-color: #061b46;
}
.course-feature-icon {
  width: 42px;
  height: 42px;
  background: #fee2e2;
  color: #d9232d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.course-feature-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #061b46;
  margin-bottom: 6px;
}
.course-feature-card p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

.course-curriculum-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 960px;
  margin-bottom: 40px;
}
.course-curriculum-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(6,27,70,0.04);
  border-left: 4px solid #d9232d;
}
.course-curriculum-item .module-label {
  font-size: 11px;
  font-weight: 800;
  color: #d9232d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.course-curriculum-item h3 {
  font-size: 20px;
  font-weight: 800;
  color: #061b46;
  margin-bottom: 8px;
}
.course-curriculum-item p {
  font-size: 14.5px;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

.course-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
}
.course-facility-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(6,27,70,0.04);
}
.course-facility-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #061b46;
  margin-bottom: 6px;
}
.course-facility-card p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
  line-height: 1.55;
}

.course-inquiry-box {
  background: #061b46;
  color: #ffffff;
  padding: 44px;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 20px 50px rgba(6,27,70,0.22);
}
.course-inquiry-box h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
  font-family: 'Outfit', sans-serif;
}
.course-inquiry-box p {
  color: #ffffff;
  opacity: 0.9;
  font-size: 15px;
  margin: 0;
  max-width: 580px;
  line-height: 1.55;
}
.course-inquiry-box a {
  background: #d9232d;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none !important;
  transition: background 0.2s ease;
}
.course-inquiry-box a:hover {
  background: #b81b24;
  color: #ffffff;
}

/* ===== Global Mobile Overflow Fixes ===== */
.w-page-wrapper {
  overflow-x: clip;
}
img, iframe, video {
  max-width: 100%;
}

/* ===== Mobile Sidebar Navigation Drawer ===== */
.mobile-sidebar-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(4, 18, 50, 0.75);
  backdrop-filter: blur(6px);
  z-index: 99990;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-sidebar-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-sidebar-drawer {
  position: fixed;
  top: 0; right: -320px; bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0,0,0,0.25);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-sidebar-drawer.active {
  transform: translateX(-320px);
}

.mobile-sidebar-header {
  padding: 20px 24px;
  background: #061b46;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-logo-title {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
}
.mobile-logo-sub {
  font-size: 10px;
  color: #ffb800;
  font-weight: 700;
}
.mobile-sidebar-close {
  background: rgba(255,255,255,0.15);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-sidebar-body {
  flex: 1;
  padding: 20px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #111827;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 700;
  transition: background 0.15s ease;
}
.mobile-sidebar-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(6, 27, 70, 0.06);
  color: #061b46;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.mobile-sidebar-link:hover .mobile-sidebar-icon-box {
  background: #d9232d;
  color: #ffffff;
}
.mobile-sidebar-link:hover, .mobile-sidebar-link.active {
  background: #f1f5f9;
  color: #d9232d;
}

.mobile-sidebar-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  color: #111827;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
}
.mobile-sidebar-sublinks {
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.mobile-sidebar-sublinks a {
  font-size: 13.5px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 600;
}
.mobile-sidebar-sublinks a:hover {
  color: #d9232d;
}

.mobile-sidebar-footer {
  padding: 20px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-sidebar-call {
  font-size: 13px;
  font-weight: 800;
  color: #061b46;
  text-decoration: none;
  text-align: center;
}
.mobile-sidebar-apply {
  display: block;
  text-align: center;
  background: #d9232d;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
}
/* ===== Testimonials Section ===== */
.testimonials-section {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(6, 27, 70, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.testi-card:hover {
  transform: translateY(-4px);
  border-color: #061b46;
  box-shadow: 0 15px 35px rgba(6, 27, 70, 0.08);
}
.testi-stars {
  color: #ffb800;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.testi-text {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 20px;
}
.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fee2e2;
  color: #d9232d;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.testi-name {
  font-size: 14.5px;
  font-weight: 800;
  color: #061b46;
}
.testi-sub {
  font-size: 12px;
  color: #d9232d;
  font-weight: 700;
}

/* ===== Methodology Section Mobile Responsive Overrides ===== */
@media (max-width: 991px) {
  #methodology-scroll-section {
    height: auto !important;
    padding: 60px 0 !important;
  }
  #methodology-scroll-section > div {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  #methodology-scroll-section [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .sticky-card-slide {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    margin-bottom: 16px !important;
  }
  .testi-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* ===== Footer Mobile Responsive Overrides ===== */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .footer-col-brand {
    text-align: center;
  }
  .footer-logo-link {
    justify-content: center;
  }
  .footer-col {
    text-align: center;
  }
  .footer-cert-trigger {
    margin: 0 auto;
  }
  .footer-cta-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .footer-copyright-bar {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 20px;
}
.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fee2e2;
  color: #d9232d;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.testi-name {
  font-size: 14.5px;
  font-weight: 800;
  color: #061b46;
}
.testi-sub {
  font-size: 12px;
  color: #d9232d;
  font-weight: 700;
}
.site-nav-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.site-nav-search-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}
.site-header:not(.transparent) .site-nav-search-btn {
  background: #f3f4f6;
  color: #111827;
  border-color: #e5e7eb;
}
.site-header:not(.transparent) .site-nav-search-btn:hover {
  background: #e5e7eb;
}

.site-search-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(4, 18, 50, 0.85);
  backdrop-filter: blur(10px);
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 110px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.site-search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.site-search-box {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transform: translateY(-10px);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-search-overlay.active .site-search-box {
  transform: translateY(0);
}
.site-search-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}
.site-search-input-wrap input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  width: 100%;
  font-family: inherit;
}
.site-search-close {
  background: #e2e8f0;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #475569;
}
.site-search-results {
  max-height: 380px;
  overflow-y: auto;
  padding: 8px 0;
}
.site-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
}
.site-search-item:hover {
  background: #f8fafc;
}
.site-search-item-title {
  font-weight: 800;
  color: #061b46;
  font-size: 14.5px;
}
.site-search-item-sub {
  font-size: 12.5px;
  color: #64748b;
  margin-top: 2px;
}
.site-search-badge {
  font-size: 11px;
  font-weight: 800;
  background: #fee2e2;
  color: #d9232d;
  padding: 3px 10px;
  border-radius: 12px;
  text-transform: uppercase;
}

/* ===== Contact page ===== */
.contact-section { padding: 60px 0 90px; background: #f9fafb; }
.contact-section-top { padding-top: 150px; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; align-items: start; }
.contact-form-box { background: #ffffff; border-radius: 20px; padding: 36px; border: 1px solid #e5e7eb; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.contact-form-title { font-size: 24px; font-weight: 900; color: #111827; margin: 0 0 8px; }
.contact-form-sub { font-size: 14px; color: #6b7280; margin: 0 0 24px; line-height: 1.5; }
.contact-form-box label { display: block; font-size: 13px; font-weight: 700; color: #374151; margin-bottom: 6px; }
.contact-form-box input, .contact-form-box select, .contact-form-box textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #d1d5db; font-size: 14px;
  margin-bottom: 18px; font-family: inherit; color: #111827;
}
.contact-form-box button {
  background: #d9232d; color: #ffffff; font-weight: 800; font-size: 15px; padding: 14px 30px; border-radius: 10px;
  border: none; cursor: pointer; box-shadow: 0 6px 20px rgba(217,35,45,0.35);
}

.contact-info-box {
  background: linear-gradient(160deg, #061b46 0%, #0a2a63 100%); color: #ffffff; border-radius: 20px;
  padding: 32px; box-shadow: 0 20px 40px rgba(6,27,70,0.25);
}
.contact-info-badge {
  display: inline-block; background: rgba(255,255,255,0.12); color: #ffb800; font-size: 11px; font-weight: 800;
  padding: 5px 14px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;
}
.contact-info-box h3 { font-size: 21px; font-weight: 900; margin: 0 0 20px; }
.contact-info-row {
  display: flex; align-items: center; gap: 14px; padding: 12px 0; text-decoration: none; color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.contact-info-row:hover .contact-info-icon { background: #d9232d; }
.contact-info-icon {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center; transition: background 0.15s ease;
}
.contact-info-icon.small { width: 22px; height: 22px; border-radius: 6px; }
.contact-info-label { display: block; font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; }
.contact-info-value { display: block; font-size: 15px; font-weight: 700; margin-top: 2px; }
.contact-info-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 20px 0 16px; }
.contact-info-campuses-title { font-size: 12px; font-weight: 800; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.contact-info-campuses { display: flex; flex-direction: column; gap: 10px; }
.contact-info-campus-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.85); }
.contact-info-campus-row .contact-info-icon.small { color: #ffb800; background: transparent; }

.contact-alert { padding: 14px 18px; border-radius: 10px; font-weight: 700; font-size: 14px; margin-bottom: 24px; }
.contact-alert.success { background: #d1fae5; color: #065f46; }
.contact-alert.error { background: #fee2e2; color: #991b1b; }
.contact-city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.contact-city-card { background: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.contact-city-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.contact-city-card-body { padding: 20px; }
.contact-city-tag { display: inline-block; background: #061b46; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; margin-bottom: 10px; }
.contact-city-card-body h3 { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.contact-city-card-body p { font-size: 13px; color: #6b7280; margin: 0; }

/* ===== Admin ===== */
.admin-body { background: #f3f4f6; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.admin-login-wrap { max-width: 380px; margin: 90px auto; background: #ffffff; padding: 36px; border-radius: 16px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.admin-login-logo { display: block; width: 56px; height: 56px; object-fit: contain; margin: 0 auto 14px; border-radius: 10px; }
.admin-login-wrap h1 { font-size: 18px; font-weight: 800; color: #061b46; margin-bottom: 20px; text-align: center; }
.admin-login-wrap input {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #d1d5db; margin-bottom: 14px; font-size: 14px;
}
.admin-login-wrap button {
  width: 100%; background: #061b46; color: #fff; font-weight: 800; padding: 12px; border-radius: 8px; border: none;
  cursor: pointer; font-size: 14px;
}
.admin-error { background: #fee2e2; color: #991b1b; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 14px; }
.admin-topbar { background: #061b46; color: #fff; padding: 16px 28px; display: flex; justify-content: space-between; align-items: center; }
.admin-topbar a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; background: rgba(255,255,255,0.12); padding: 8px 16px; border-radius: 8px; }
.admin-content { padding: 28px; max-width: 1100px; margin: 0 auto; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); }
.admin-table th, .admin-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #eee; font-size: 13px; }
.admin-table th { background: #f9fafb; font-weight: 800; color: #374151; text-transform: uppercase; font-size: 11px; }

/* ===== Our Network campuses grid: 5 small cards per row ===== */
.campuses-grid-five { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.campuses-grid-five .campus-card-white > div:first-child { height: 110px !important; }
.campuses-grid-five .campus-card-white > div:first-child span { font-size: 9px !important; padding: 3px 8px !important; top: 8px !important; right: 8px !important; }
.campuses-grid-five .campus-card-white > div:nth-child(2) { padding: 14px !important; }
.campuses-grid-five .campus-card-white h3 { font-size: 13px !important; margin-bottom: 4px !important; line-height: 1.25 !important; }
.campuses-grid-five .campus-card-white > div:nth-child(2) > div > div { font-size: 11px !important; margin-bottom: 4px !important; }
.campuses-grid-five .campus-card-white p { font-size: 11px !important; line-height: 1.4 !important; }
.campuses-grid-five .campus-card-white > div:nth-child(2) > div:last-child {
  margin-top: 10px !important; padding-top: 8px !important; font-size: 10px !important;
}
@media (max-width: 900px) { .campuses-grid-five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .campuses-grid-five { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .site-header .nav-menu-one.w-nav-menu { display: none; }
  .footer-copyright-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ===== Clean Micro Scroll Reveal Animations ===== */
.reveal-child {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-child:nth-child(1) { transition-delay: 0.05s; }
.reveal-child:nth-child(2) { transition-delay: 0.12s; }
.reveal-child:nth-child(3) { transition-delay: 0.19s; }
.reveal-child:nth-child(4) { transition-delay: 0.26s; }
.reveal-child:nth-child(5) { transition-delay: 0.33s; }

/* ===== Contact Page Redesign ===== */
.contact-redesign-section {
  padding: 240px 0 170px;
  background: #ffffff;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.contact-redesign-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: flex-start;
}
.contact-redesign-subheading {
  color: #d9232d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-redesign-title {
  font-size: 40px;
  font-weight: 800;
  color: #061b46;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 28px;
  line-height: 1.15;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-input-field {
  width: 100%;
  background: #f4f5f7;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: all 0.2s ease;
  font-family: inherit;
}
.contact-input-field:focus {
  background: #ffffff;
  border-color: #061b46;
  box-shadow: 0 0 0 3px rgba(6, 27, 70, 0.08);
}
.contact-textarea-field {
  width: 100%;
  background: #f4f5f7;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14px;
  color: #111827;
  outline: none;
  min-height: 160px;
  resize: vertical;
  margin-bottom: 28px;
  transition: all 0.2s ease;
  font-family: inherit;
}
.contact-textarea-field:focus {
  background: #ffffff;
  border-color: #061b46;
  box-shadow: 0 0 0 3px rgba(6, 27, 70, 0.08);
}

.contact-form-btn-row {
  display: flex;
  gap: 16px;
}
.btn-send-msg {
  background: #061b46;
  color: #ffffff;
  border: none;
  padding: 15px 36px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  box-shadow: none !important;
}
.btn-send-msg:hover {
  background: #041232;
}
.btn-reset-msg {
  background: #d9232d;
  color: #ffffff;
  border: none;
  padding: 15px 32px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  box-shadow: none !important;
}
.btn-reset-msg:hover {
  background: #b81b24;
}

/* Right Info Blocks */
.contact-info-block-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}
.contact-info-block-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info-block-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #061b46;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(6, 27, 70, 0.2);
}
.contact-info-block-text h4 {
  font-size: 15px;
  font-weight: 800;
  color: #061b46;
  margin-bottom: 2px;
}
.contact-info-block-text p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}

/* ===== Campus 4-Cards Carousel Slider ===== */
.campus-slider-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .campus-slider-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 600px) {
  .campus-slider-card { flex: 0 0 100%; }
}

.campus-card-white {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.campus-card-white:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(6, 27, 70, 0.12);
  border-color: #061b46;
}
.campus-card-white:hover .campus-img-zoom {
  transform: scale(1.06);
}
.campus-img-zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* ===== Methodology 3-Points Scroll Timeline ===== */
.methodology-timeline {
  position: relative;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.methodology-timeline-line {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 15px;
  width: 3px;
  background: #e5e7eb;
  border-radius: 2px;
}
.methodology-timeline-progress {
  width: 100%;
  height: 0%;
  background: #d9232d;
  border-radius: 2px;
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.methodology-point-item {
  position: relative;
  padding: 16px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.methodology-point-badge {
  position: absolute;
  top: 18px;
  left: -36px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.methodology-point-item.active {
  background: #fafafa;
  border-color: #061b46;
  box-shadow: 0 10px 28px rgba(6, 27, 70, 0.08);
  transform: translateX(6px);
}
.methodology-point-item.active .methodology-point-badge {
  background: #d9232d;
  border-color: #d9232d;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(217, 35, 45, 0.35);
}

/* ===== Sticky Pinned Scroll Animation ===== */
.sticky-step-btn {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}
.sticky-step-btn .step-num {
  font-size: 11px;
  font-weight: 900;
  color: #6b7280;
}
.sticky-step-btn .step-name {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}
.sticky-step-btn.active, .sticky-step-btn:hover {
  background: #061b46;
  border-color: #061b46;
}
.sticky-step-btn.active .step-num { color: #ffb800; }
.sticky-step-btn.active .step-name { color: #ffffff; }

.sticky-card-slide {
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-card-slide.active {
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-img-slide {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sticky-img-slide.active {
  opacity: 1;
  transform: scale(1);
}


