/* RR Academy brand overrides (loaded after theme CSS) */

:root{
  /* Brand - Modern Dark Blue & Lime Green */
  --e-global-color-soft-blue:#1e40af;
  --e-global-color-accent:#dcfd7d;

  /* Base */
  --e-global-color-very-light-gray-white:#F5F7FA;
  --e-global-color-secondary:#1e3a8a;
  --e-global-color-text:#4b5563;
  --e-global-color-grayish-blue:#6b7280;
}

body{
  background:var(--e-global-color-very-light-gray-white);
  font-family:"Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Improve contrast for hero buttons in RR theme */
.banner-con .banner_content .secondary_btn:hover,
.banner-con .banner_content .secondary_btn:hover i{
  color:var(--e-global-color-accent);
}

/* Keep headings readable on light backgrounds */
h6{color:var(--e-global-color-soft-blue);}

/* Slightly stronger nav hover/active — keep white/lime on both transparent and scrolled header */
.navbar-nav .nav-item a:hover,
.navbar-nav .active > a{
  color: #dcfd7d !important;
}

.nav-login .log_in:hover {
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-dark-blue) !important;
}

.nav-login {
  display: flex;
  align-items: center;
}

.nav-login .log_in,
.nav-login .log_in:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.nav-login .log_in i {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .navbar-nav li.nav-login {
    display: block !important;
  }

  .nav-login {
    margin-top: 8px;
  }


/* Homepage alignment stability: keep hero image right and about image left */
.home_banner_outer .banner2-con .hero-layout-row,
.about-con .about-layout-row {
  align-items: center;
}

@media screen and (min-width: 992px) {
  .home_banner_outer .banner2-con .hero-layout-text {
    order: 1;
  }

  .home_banner_outer .banner2-con .hero-layout-image {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }

  .home_banner_outer .banner2-con .hero-layout-image .banner_wrapper {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: 0;
  }

  .about-con .about-layout-image {
    order: 1;
  }

  .about-con .about-layout-text {
    order: 2;
  }

  .about-con .about-layout-image .about_wrapper {
    position: relative;
    min-height: 560px;
  }

  .about-con .about-layout-image .about_wrapper .about-image {
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home_banner_outer .banner2-con .hero-layout-text {
    display: flex;
    align-items: center;
  }

  .home_banner_outer .banner2-con .banner_content {
    text-align: left !important;
    margin-bottom: 0;
  }

  .home_banner_outer .banner2-con .banner_content .button_wrap {
    justify-content: flex-start;
  }

  .home_banner_outer .banner2-con .hero-layout-image {
    display: flex;
    justify-content: flex-end;
  }

  .home_banner_outer .banner2-con .hero-layout-image .banner_wrapper {
    width: 100%;
    max-width: 460px;
    margin: 0 0 0 auto;
  }

  .about-con .about-layout-row {
    display: flex;
    align-items: center;
  }

  .about-con .about-layout-image {
    order: 1;
  }

  .about-con .about-layout-text {
    order: 2;
  }

  .about-con .about-layout-image .about_wrapper {
    position: relative;
    min-height: 430px;
  }

  .about-con .about-layout-image .about_wrapper .about-image {
    left: 0;
    bottom: 0;
  }

  .about-con .about_content {
    padding-left: 20px;
    padding-right: 0;
  }
}
  .nav-login .log_in,
  .nav-login .log_in:visited {
    width: 100%;
    min-width: 100%;
    justify-content: center;
  }
}

/* Form success/error messages spacing */
#form_result{margin-top:14px;}

/* Teaching Philosophy block */
.teaching-philosophy {padding: 140px 0; background: #0f172a; position: relative; overflow: hidden;}
.teaching-philosophy::before {content:""; position:absolute; inset:0; background: radial-gradient(800px circle at 20% 20%, rgba(220,253,125,0.08), transparent), radial-gradient(700px circle at 80% 10%, rgba(30,64,175,0.12), transparent); z-index:0;}
.teaching-philosophy .container {position: relative; z-index: 1;}
.teaching-philosophy h6 {color: var(--e-global-color-accent); margin-bottom: 12px;}
.teaching-philosophy h2 {color: #ffffff; margin-bottom: 16px;}
.teaching-philosophy .philosophy-intro {color: #e5e7eb; max-width: 820px; margin: 0 auto 48px;}
.philosophy-grid {row-gap: 24px;}
.philosophy-card {height: 100%; padding: 26px 24px; border-radius: 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 20px 50px rgba(0,0,0,0.25); color: #ffffff;}
.philosophy-card h4 {color: #ffffff; margin-bottom: 10px;}
.philosophy-card p {color: #dbeafe; margin-bottom: 0;}

@media screen and (max-width: 991px) {
  .teaching-philosophy {padding: 110px 0;}
}

@media screen and (max-width: 575px) {
  .teaching-philosophy {padding: 80px 0;}
  .teaching-philosophy h2 {font-size: 28px; line-height: 34px;}
  .philosophy-card {padding: 22px 18px;}
}

/* Subjects page */
.subjects-overview {
  padding: 140px 0 120px; 
  background: #f5f7fa;
}
.subjects-overview h6 {
  color: var(--e-global-color-soft-blue); 
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.subjects-overview h2 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.15;
}
.subjects-overview p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}
.subjects-overview ul li {
  display: flex; 
  align-items: flex-start; 
  margin-bottom: 14px;
  gap: 12px;
}
.subjects-overview ul li i {
  color: var(--e-global-color-soft-blue); 
  margin-right: 0;
  font-size: 11px; 
  position: relative; 
  top: 6px;
  flex-shrink: 0;
}
.subjects-overview ul li p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.subjects-grid-section {
  padding: 140px 0 120px; 
  background: #0f172a; 
  position: relative; 
  overflow: hidden;
}
.subjects-grid-section::before {
  content:""; 
  position:absolute; 
  inset:0; 
  background: radial-gradient(900px circle at 20% 10%, rgba(220,253,125,0.08), transparent), radial-gradient(800px circle at 80% 0%, rgba(30,64,175,0.12), transparent); 
  z-index:0;
}
.subjects-grid-section .container {
  position: relative; 
  z-index:1;
}
.subjects-grid-section h6 {
  color: var(--e-global-color-accent); 
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.subjects-grid-section h2 {
  color: #ffffff; 
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.15;
}
.subjects-grid-section .subject-lead {
  color: #e5e7eb; 
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.6;
}
.subject-grid {row-gap: 32px; column-gap: 24px;}
.subject-card {
  display: flex; 
  gap: 22px; 
  height: 100%; 
  padding: 32px; 
  border-radius: 20px; 
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1.5px solid rgba(255,255,255,0.12); 
  box-shadow: 0 20px 50px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.subject-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(220,253,125,0.04), transparent 50%);
  pointer-events: none;
}
.subject-card:hover {
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 28px 60px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  transform: translateY(-4px);
}
.subject-icon {
  flex: 0 0 84px; 
  height: 84px; 
  width: 84px; 
  border-radius: 18px; 
  background: linear-gradient(135deg, rgba(220,253,125,0.15), rgba(220,253,125,0.08));
  display: flex; 
  align-items: center; 
  justify-content: center;
  border: 1px solid rgba(220,253,125,0.2);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
.subject-card:hover .subject-icon {
  background: linear-gradient(135deg, rgba(220,253,125,0.22), rgba(220,253,125,0.12));
  border-color: rgba(220,253,125,0.3);
  box-shadow: 0 16px 32px rgba(220,253,125,0.2);
  transform: scale(1.05);
}
.subject-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 1;
}
.subject-body h3 {
  color: #ffffff; 
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.subject-body p {
  color: #dbeafe; 
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
}
.subject-body ul {
  margin-bottom: 20px;
  flex-grow: 1;
}
.subject-body ul li {
  display: flex; 
  align-items: flex-start; 
  color: #cbd5f5; 
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.subject-body ul li i {
  font-size: 11px; 
  margin-right: 12px; 
  position: relative; 
  top: 5px;
  color: rgba(220,253,125,0.7);
  flex-shrink: 0;
}
.subject-body ul li span {
  display: inline-block;}
.subject-card .primary_btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  align-self: flex-start;
}

/* Improve readability for Live Course Catalog cards */
.subjects-overview .subject-card {
  background: linear-gradient(135deg, rgba(30,64,175,0.08), rgba(30,64,175,0.03));
  border: 1.5px solid rgba(30,64,175,0.15);
  box-shadow: 0 12px 32px rgba(30,64,175,0.12), inset 0 1px 0 rgba(255,255,255,0.3);
}
.subjects-overview .subject-card:hover {
  border-color: rgba(30,64,175,0.25);
  box-shadow: 0 16px 40px rgba(30,64,175,0.18), inset 0 1px 0 rgba(255,255,255,0.4);
  background: linear-gradient(135deg, rgba(30,64,175,0.12), rgba(30,64,175,0.05));
}
.subjects-overview .subject-icon {
  background: linear-gradient(135deg, rgba(30,64,175,0.15), rgba(30,64,175,0.08));
  border-color: rgba(30,64,175,0.2);
  box-shadow: 0 8px 20px rgba(30,64,175,0.12);
}
.subjects-overview .subject-card:hover .subject-icon {
  background: linear-gradient(135deg, rgba(30,64,175,0.22), rgba(30,64,175,0.12));
  border-color: rgba(30,64,175,0.3);
  box-shadow: 0 12px 28px rgba(30,64,175,0.18);
}
.subjects-overview .subject-body {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.subjects-overview .subject-body h3 {
  font-family: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1e40af;
}

.subjects-overview .subject-body p,
.subjects-overview .subject-body ul li,
.subjects-overview .subject-body ul li span {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

.subjects-overview .subject-body ul li i {
  color: #1e40af;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .subjects-overview {padding: 110px 0 100px;}
  .subjects-grid-section {padding: 100px 0;}
  .subject-grid {row-gap: 28px;}
  .subject-card {padding: 28px; gap: 20px;}
  .subject-icon {flex: 0 0 78px; height: 78px; width: 78px;}
}

@media screen and (max-width: 767px) {
  .subject-card {flex-direction: column; padding: 24px; gap: 16px;}
  .subject-icon {
    flex: 0 0 72px; 
    height: 72px; 
    width: 72px;
    align-self: flex-start;
  }
  .subject-body h3 {font-size: 20px; line-height: 1.3;}
  .subject-body p {margin-bottom: 14px; font-size: 14px;}
  .subject-body ul li {font-size: 13px; margin-bottom: 8px;}
}

@media screen and (max-width: 575px) {
  .subjects-overview {padding: 90px 0 80px;}
  .subjects-grid-section {padding: 80px 0;}
  .subject-grid {row-gap: 20px;}
  .subject-card {padding: 20px; gap: 14px;}
  .subject-icon {flex: 0 0 64px; height: 64px; width: 64px;}
  .subjects-grid-section h2 {font-size: 28px; line-height: 34px;}
  .subject-body h3 {font-size: 18px; line-height: 1.3; margin-bottom: 10px;}
  .subject-body p {margin-bottom: 12px; font-size: 13px; line-height: 1.5;}
  .subject-body ul li {font-size: 12px; margin-bottom: 6px;}
  .subject-card .primary_btn {padding: 10px 16px; font-size: 13px;}
}

/* ═══════════════════════════════════════════════════════
   PRICING PAGE — Complete Redesign 2026
   ═══════════════════════════════════════════════════════ */

.pricing-page .sub_banner {
  background: linear-gradient(130deg, rgba(9, 18, 42, 0.78), rgba(23, 48, 92, 0.78)), url('../images/subbanner-coursebackground.jpg') center/cover no-repeat;
 
}

.pricing-page .pricing-intro {
  padding: 95px 0 70px;
  background: linear-gradient(180deg, #f7fafc 0%, #f2f6fb 100%);
}

.pricing-story h6,
.package-section h6,
.pricing-policies h6 {
  color: #1e3a8a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-story h2,
.package-section h2,
.pricing-policies h2,
.agreement-card h2,
.detail-card h3,
.registration-card h3 {
  color: #0b1221;
  margin-bottom: 14px;
}

.pricing-story p,
.detail-card p,
.registration-card p {
  color: #4b5563;
}

.pricing-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.pricing-list-grid h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0f172a;
}

.pricing-list-grid li,
.registration-card li,
.package-card li,
.detail-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.pricing-list-grid li i,
.registration-card li i,
.package-card li i,
.detail-card li i {
  color: #2563eb;
  margin-top: 4px;
}

/* Registration Card */
.registration-card {
  background: linear-gradient(145deg, rgba(15, 28, 54, 0.95), rgba(26, 45, 78, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px 28px;
  color: #e2ebff;
  box-shadow: 0 18px 50px rgba(11, 18, 33, 0.24);
  position: relative;
  overflow: hidden;
}

.registration-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(220, 253, 125, 0.08);
  pointer-events: none;
}

.reg-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(220, 253, 125, 0.2), rgba(220, 253, 125, 0.08));
  border: 1px solid rgba(220, 253, 125, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #dcfd7d;
  margin-bottom: 18px;
}

.registration-card h3,
.registration-card p,
.registration-card span {
  color: #e2ebff;
}

.registration-price {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.registration-price span {
  font-size: 15px;
  margin-left: 6px;
  opacity: 0.7;
  font-weight: 500;
}

/* Subject Strip */
.subject-strip {
  padding: 10px 0 0;
  margin-top: -26px;
  position: relative;
  z-index: 2;
}

.subject-strip-card {
  background: #ffffff;
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 16px 35px rgba(14, 30, 64, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subject-strip-card h3 {
  color: #0f172a;
  margin-bottom: 0;
  font-size: 22px;
}

.subject-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subject-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.subject-pills span i {
  font-size: 12px;
}

.subject-pills span:hover {
  background: #dbeafe;
  transform: translateY(-1px);
}

/* Package Sections */
.package-section {
  padding: 84px 0 56px;
}

.package-individual {
  background: radial-gradient(950px circle at 15% -5%, rgba(37, 99, 235, 0.12), transparent), #f8fbff;
}

.package-group {
  background: radial-gradient(900px circle at 90% 0%, rgba(14, 116, 144, 0.12), transparent), #eef6fc;
}

.pricing-lead {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #475569;
}

.package-grid {
  margin-top: 10px;
}

/* Package Cards — Redesigned */
.package-card {
  width: 100%;
  border-radius: 20px;
  padding: 28px 22px;
  border: 1.5px solid #d9e4f8;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
}

/* Featured / Popular badge */
.package-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.package-card.package-featured {
  border-color: #93b4ff;
  box-shadow: 0 18px 40px rgba(30, 64, 175, 0.16);
}

.package-card.package-featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #2563eb);
}

.package-header {
  margin-bottom: 16px;
}

.package-card h3 {
  font-size: 22px;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.package-card .subject-label {
  font-weight: 600;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 0;
}

/* Price display */
.package-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
  line-height: 1;
}

.package-price .currency {
  font-size: 22px;
  font-weight: 700;
  color: #0b3a9a;
  margin-right: 2px;
  align-self: flex-start;
  margin-top: 6px;
}

.package-price .amount {
  font-size: 48px;
  font-weight: 800;
  color: #0b3a9a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.package-price .period {
  font-size: 15px;
  color: #64748b;
  margin-left: 4px;
  font-weight: 500;
}

/* Subject check list */
.package-subjects {
  margin-bottom: 14px;
}

.package-subjects li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  font-size: 13px;
  color: #475569;
}

.package-subjects li i {
  color: #2563eb;
  font-size: 10px;
  flex-shrink: 0;
}

.package-divider {
  height: 1px;
  background: #e8edf5;
  margin: 4px 0 14px;
}

.package-card h4 {
  font-size: 15px;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 700;
}

.package-card .package-features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 7px;
  font-size: 13.5px;
  color: #475569;
}

.package-card .package-features li i {
  color: #2563eb;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}

.package-card .recommended {
  margin-top: auto;
  padding-top: 14px;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.6;
  border-top: 1px solid #eef1f8;
}

.package-card .recommended strong {
  color: #1e293b;
}

/* CTA Button */
.package-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  background: #f1f5f9;
  color: #1e40af;
  border: 1.5px solid #e2e8f0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
}

.package-cta:hover {
  background: #1e40af;
  color: #ffffff;
  border-color: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.28);
}

.package-cta i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.package-cta:hover i {
  transform: translateX(3px);
}

/* Featured card CTA override */
.package-card.package-featured .package-cta {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.package-card.package-featured .package-cta:hover {
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

/* Accent variants */
.package-card.accent-popular {
  border-color: #b4ccff;
  box-shadow: 0 18px 36px rgba(30, 64, 175, 0.16);
}

.package-card.accent-premium {
  border-color: #a3e4d7;
  background: linear-gradient(175deg, #ffffff 0%, #f5fdfa 100%);
}

.package-card.accent-premium .package-price .amount,
.package-card.accent-premium .package-price .currency {
  color: #0d9488;
}

/* Details Section */
.pricing-details {
  padding: 80px 0;
  background: #ffffff;
}

.detail-card {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 26px 24px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.detail-card h3 {
  font-size: 20px;
}

.detail-card h4 {
  color: #1f2937;
  margin-bottom: 10px;
  font-size: 17px;
}

.detail-table-card {
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.pricing-service-table {
  margin-bottom: 0;
}

.pricing-service-table th,
.pricing-service-table td {
  border-color: #e2e8f0;
  padding: 14px 12px;
  color: #1e293b;
}

.pricing-service-table th {
  background: #f1f5f9;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Policies Accordion */
.pricing-policies {
  padding: 80px 0 60px;
  background: #f8fbff;
}

.policies-accordion {
  margin-top: 36px;
}

.policy-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 12px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.25s ease;
}

.policy-item:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.policy-header {
  margin: 0;
  font-size: inherit;
}

.policy-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0b1221;
  text-align: left;
  transition: color 0.2s ease;
}

.policy-toggle:hover {
  color: #1e40af;
}

.policy-toggle span {
  display: flex;
  align-items: center;
}

.policy-arrow {
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.policy-toggle[aria-expanded="true"] .policy-arrow {
  transform: rotate(180deg);
}

.policy-body {
  padding: 0 22px 20px;
  color: #475569;
  line-height: 1.7;
}

.policy-body li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.policy-body li i {
  color: #2563eb;
  margin-top: 4px;
}

/* Agreement Section */
.agreement-section {
  padding: 0 0 100px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

.agreement-card {
  border-radius: 20px;
  background: linear-gradient(145deg, #0f1f3e, #173261);
  color: #dbeafe;
  padding: 38px 34px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.agreement-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(220, 253, 125, 0.06);
  pointer-events: none;
}

.agreement-content {
  flex: 1;
  min-width: 300px;
}

.agreement-card h2,
.agreement-card p,
.agreement-card strong {
  color: #f8fbff;
}

.agreement-card h2 {
  font-size: 28px;
}

.agreement-lines {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  margin: 18px 0 0;
}

.agreement-lines p {
  margin-bottom: 10px;
  font-size: 14px;
}

.agreement-cta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.agreement-cta .secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 240px;
  height: 52px;
  padding: 8px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.agreement-cta .secondary_btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

/* ── Pricing Responsive ────────────────────────────── */
@media screen and (max-width: 1199px) {
  .package-card h3 { font-size: 20px; }
  .package-price .amount { font-size: 42px; }
}

@media screen and (max-width: 991px) {
  .pricing-list-grid {
    grid-template-columns: 1fr;
  }

  .package-card {
    padding: 24px 20px;
  }

  .package-card h3 {
    font-size: 20px;
  }

  .package-price .amount {
    font-size: 40px;
  }

  .agreement-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .agreement-cta {
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-page .pricing-intro,
  .package-section,
  .pricing-details,
  .pricing-policies {
    padding: 70px 0 50px;
  }

  .subject-strip-card {
    padding: 18px 16px;
  }

  .subject-strip-card h3 {
    font-size: 20px;
  }

  .package-price .amount {
    font-size: 36px;
  }

  .registration-price {
    font-size: 40px;
  }

  .policy-toggle {
    padding: 16px 18px;
    font-size: 15px;
  }

  .policy-body {
    padding: 0 18px 16px;
  }

  .agreement-section {
    padding-bottom: 80px;
  }

  .agreement-card {
    padding: 28px 22px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-page .sub_banner {
    padding-bottom: 24px;
  }

  .registration-price {
    font-size: 36px;
  }

  .package-price .amount {
    font-size: 32px;
  }

  .package-price .currency {
    font-size: 18px;
  }

  .package-badge {
    font-size: 10px;
    padding: 4px 10px;
  }

  .subject-strip-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .agreement-cta .secondary_btn,
  .agreement-cta .primary_btn {
    width: 100%;
    min-width: 0;
  }

  .agreement-card {
    text-align: left;
  }
}

/* Contact page */
.contact-page .sub_banner {
  background: linear-gradient(135deg, rgba(20, 30, 48, 0.75), rgba(36, 59, 85, 0.75)), url('../images/subbanner-coursebackground.jpg') center/cover no-repeat;
  
}

.contact-highlights {
  padding: 120px 0 80px;
  background: #f5f7fa;
}

.contact-highlights h6 {
  color: #1e40af;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-highlights h2 {
  color: #0b1221;
  margin-bottom: 14px;
}

.contact-lead {
  max-width: 720px;
  margin: 0 auto 36px;
  color: #4b5563;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.contact-card {
  background: linear-gradient(145deg, rgba(20, 30, 48, 0.9), rgba(36, 59, 85, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px 22px;
  color: #e5edff;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  height: 100%;
}

.contact-card h4 {
  color: #fff;
  margin-bottom: 8px;
}

.contact-card a,
.contact-card p {
  color: #cbd5e1;
  margin-bottom: 4px;
}

/* Refined mobile header and navigation layout */
@media screen and (max-width: 991px) {
  .header .navbar {
    align-items: center;
    position: relative;
  }

  .header .navbar-brand {
    position: static;
    left: auto;
    margin: 0;
  }

  .header .navbar-brand img {
    max-width: 150px;
    height: auto;
  }

  .header .navbar-toggler {
    position: static;
    left: auto;
    margin-left: auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .header .navbar-toggler:focus {
    box-shadow: none;
  }

  .header .navbar-toggler .navbar-toggler-icon-svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .header .navbar-collapse {
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    width: auto;
    margin: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    overflow: hidden;
  }

  .header .navbar-collapse .navbar-nav {
    padding: 6px 0;
  }

  .header .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f5f9;
  }

  .header .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .header .navbar-nav .nav-item a {
    padding: 14px 20px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 600;
  }

  .header .navbar-nav .nav-item a:hover,
  .header .navbar-nav .active > a {
    color: #0f172a !important;
    background-color: #e2f7ee;
  }
}

@media screen and (max-width: 575px) {
  .header .navbar-brand img {
    max-width: 132px;
  }

  .header .navbar-collapse {
    margin: 0 8px;
    top: calc(100% + 10px);
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }
}

.contact-card .helper {
  color: #9ca3af;
  margin-bottom: 0;
}

.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.15);
  color: #dcfd7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.contact-form-wrap {
  padding: 110px 0 120px;
  background: #0f172a;
  position: relative;
  overflow: hidden;
}

.contact-form-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(800px circle at 20% 20%, rgba(220, 253, 125, 0.08), transparent),
              radial-gradient(700px circle at 80% 0%, rgba(30, 64, 175, 0.12), transparent);
  pointer-events: none;
}

.contact-form-wrap .container {
  position: relative;
  z-index: 1;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px 26px;
  color: #e5e7eb;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.contact-form-card h6 {
  color: #dcfd7d;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-card h2 {
  color: #fff;
  margin-bottom: 12px;
}

.contact-form-card p {
  color: #dbeafe;
  margin-bottom: 18px;
}

.contact-form-card .form_style {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e5edff;
  border-radius: 12px;
  height: 48px;
}

.contact-form-card textarea.form_style {
  height: auto;
}

.contact-form-card .primary_btn {
  margin-top: 8px;
}

.form-feedback {
  margin-top: 8px;
  font-size: 14px;
}

.form-feedback.error {
  color: #ffb4b4;
}

.form-feedback.success {
  color: #dcfd7d;
}

.contact-visual img {
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .contact-highlights {padding: 100px 0 70px;}
  .contact-form-wrap {padding: 90px 0 100px;}
}

@media (max-width: 767px) {
  .contact-page .sub_banner_con {padding: 120px 0 70px;}
  .contact-form-card {padding: 24px 20px;}
}

  .pricing-card .pricing-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.12);
    color: #e0e7ff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    border: 1px solid rgba(99, 102, 241, 0.3);
    position: relative;
    z-index: 1;
  }

  .pricing-card.highlight {
    border-color: rgba(99, 102, 241, 0.6);
    box-shadow: 0 18px 60px rgba(99, 102, 241, 0.2);
  }

  .pricing-card.highlight::after {
    background: radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.22), transparent 42%),
                radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.22), transparent 42%);
  }

  .payment-modes ul li p {
    color: #4b5563;
  }

  .payment-visual img,
  .pricing-visual img {
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  }

  .pricing-disclaimer {
    padding: 70px 0 90px;
    background: #f5f7fa;
  }

  .pricing-disclaimer .disclaimer-card {
    background: linear-gradient(135deg, rgba(36, 59, 85, 0.9), rgba(20, 30, 48, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 26px 24px;
    color: #e5edff;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
  }

  .pricing-disclaimer .disclaimer-card h3 {
    margin-bottom: 10px;
    color: #fff;
  }

  @media (max-width: 991px) {
    .pricing-page .pricing-overview,
    .pricing-page .payment-modes {
      padding: 70px 0 40px;
    }

    .pricing-grid {
      gap: 18px;
    }
  }

  @media (max-width: 767px) {
    .pricing-page .sub_banner_con {
      padding: 120px 0 70px;
    }

    .pricing-card {
      padding: 22px 20px;
    }

    .pricing-disclaimer {
      padding: 60px 0 70px;
    }
  }

/* ================================================================
   PREMIUM 2025 UI UPGRADE — RR TUTORING ACADEMY
   Outfit (headings) + Plus Jakarta Sans (body)
   ================================================================ */

/* ——— Global base ——— */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

::selection {
  background: rgba(220, 253, 125, 0.38);
  color: #060d1f;
}

body {
  background: #ffffff;
  color: #475569;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.025em;
}

/* ——— Refined h6 label pill ——— */
h6 {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e40af;
  background: linear-gradient(135deg, rgba(30,64,175,0.09), rgba(99,102,241,0.06));
  border: 1px solid rgba(30,64,175,0.2);
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 18px;
}

/* ——————————————————————————————————————
   Hero background image slider (CSS crossfade)
—————————————————————————————————————— */
.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: opacity, transform;
  animation: heroBgFade 15s linear infinite;
  animation-fill-mode: backwards;
}

/* Each slide: fade in at 5%, hold to 30%, fade out by 38%, stay hidden to 100% */
@keyframes heroBgFade {
  0%     { opacity: 0;   transform: scale(1);    }
  5%     { opacity: 1;                           }
  30%    { opacity: 1;   transform: scale(1.06); }
  38%    { opacity: 0;                           }
  100%   { opacity: 0;   transform: scale(1);    }
}

/* Slide 1: starts already at full opacity (negative delay skips fade-in) */
.hero-slide-1 { animation-delay: -0.75s; }
/* Slide 2: starts when slide 1 is fading out */
.hero-slide-2 { animation-delay: 4.25s;  }
/* Slide 3: starts next in sequence */
.hero-slide-3 { animation-delay: 9.25s;  }

/* Dark colour overlay — keeps the navy/indigo brand palette over any image */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%,  rgba(99,102,241,0.28) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 30%, rgba(37,99,235,0.22)  0%, transparent 55%),
    linear-gradient(160deg, rgba(6,13,31,0.88) 0%, rgba(10,24,48,0.82) 55%, rgba(14,33,84,0.78) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Grid pattern and content sit above the overlay */
.banner-con .grid-background { z-index: 2; }
.banner-con .container.position-relative { z-index: 3; }

/* ——————————————————————————————————————
   Hero text entrance animations
—————————————————————————————————————— */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-anim {
  opacity: 0;
  animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-anim-1 { animation-delay: 0.25s; }
.hero-anim-2 { animation-delay: 0.55s; }
.hero-anim-3 { animation-delay: 0.85s; }
.hero-anim-4 { animation-delay: 1.1s;  }
.hero-anim-5 { animation-delay: 1.3s;  }

.hero-subtitle {
  text-align: left;
  margin: 0 0 28px 0;
}

.hero-cta-wrap {
  justify-content: flex-start;
}

/* ——— Two-column banner layout ——— */
.banner-con .banner_content {
  text-align: left !important;
  padding: 0 !important;
}

.banner-con .hero-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  color: #ffffff !important;
}

.banner-con .hero-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8) !important;
  max-width: 500px;
  margin-bottom: 34px;
}

.hero-cta-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Trust chips row */
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 0.02em;
}

.hero-trust-chips span i {
  color: #dcfd7d;
  font-size: 11px;
}

/* ——— Hero right image column ——— */
.hero-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
}

.hero-img-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 24px;
  overflow: visible;
}

.hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  border: 3px solid rgba(255,255,255,0.12);
  box-shadow: 0 32px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06);
  display: block;
}

/* Floating stat badges on the image */
.hero-float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
  white-space: nowrap;
}

.hero-float-top {
  top: 28px;
  right: -28px;
}

.hero-float-bottom {
  bottom: 28px;
  left: -28px;
}

.hfb-num {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1e40af;
  line-height: 1;
}

.hfb-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0b1221;
  line-height: 1.3;
}

.hfb-icon {
  font-size: 18px;
  color: #f59e0b;
}

/* Responsive */
@media (max-width: 991px) {
  .banner-con .banner_content {
    text-align: center !important;
    margin-bottom: 48px;
  }
  .banner-con .hero-subtitle { max-width: 100%; }
  .hero-cta-wrap { justify-content: center; }
  .hero-trust-chips { justify-content: center; }
  .hero-img-wrap {
    justify-content: center;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .hero-img { height: 380px; }
  .hero-float-top  { right: 0; top: 16px; }
  .hero-float-bottom { left: 0; bottom: 16px; }
}

@media (max-width: 575px) {
  .hero-img { height: 280px; }
  .hero-float-top, .hero-float-bottom { display: none; }
}

/* ——— Hero banner: radial glow orbs ——— */
.home_banner_outer::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,0.16) 0%, transparent 70%);
  top: -260px;
  right: -160px;
  pointer-events: none;
  z-index: 0;
}

.home_banner_outer::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%);
  bottom: 80px;
  left: -140px;
  pointer-events: none;
  z-index: 0;
}

/* ——— Hero badge ——— */
.hero-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: rgba(220,253,125,0.1);
  border: 1px solid rgba(220,253,125,0.28);
  color: #d4f878;
  padding: 8px 20px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ——— Video play button ——— */
.video-play-btn {
  background: rgba(255,255,255,0.1) !important;
  border: 1.5px solid rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.video-play-btn:hover {
  background: rgba(255,255,255,0.18) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 0 0 12px rgba(255,255,255,0.05) !important;
}

/* ——— Marquee bar: fade edge mask ——— */
.trusted-companies-con {
  background: #eaeaea;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}
.trusted-companies-con .marquee-track span {
  font-size: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(6, 13, 31, 0.484);
  text-transform: uppercase;
}
.trusted-companies-con .marquee-dot {
  color: rgba(6,13,31,0.2);
  font-size: 20px;
}

/* ——— About section ——— */
.about-con {
  background: #eaeaea;
}
.about-con .about_content h2 {
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.about-con .about_content ul li i {
  background: linear-gradient(135deg, #dcfd7d, #b5ef4a);
  color: #0a1830;
  width: 22px;
  height: 22px;
}
.about-con .about_content ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  line-height: 1.65;
}

/* ——— Section shared header ——— */
.why-pill {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  background: linear-gradient(135deg, rgba(30,64,175,0.09), rgba(99,102,241,0.06));
  border: 1px solid rgba(30,64,175,0.2);
  color: #1e40af;
  padding: 7px 18px;
  border-radius: 999px;
  text-transform: uppercase;
}

.why-title {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #060d1f;
}

.why-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
}

/* ——— Services section ——— */
.services-con {
  background: #ffffff;
}

.service-card {
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.45), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  border-color: rgba(37,99,235,0.14);
  box-shadow: 0 22px 52px rgba(0,0,0,0.1), 0 6px 16px rgba(37,99,235,0.08);
  transform: translateY(-6px);
}

.service-card:hover::before { opacity: 1; }

.service-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 15px;
}
.service-icon-blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1d4ed8; }
.service-icon-indigo { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); color: #4338ca; }
.service-icon-green  { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #15803d; }
.service-icon-gold   { background: linear-gradient(135deg, #fef9c3, #fde68a); color: #b45309; }

.service-tag {
  background: #f1f5f9;
  color: #475569;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.service-body h3 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1221;
  line-height: 1.25;
}

.service-body > p {
  font-size: 14px;
  line-height: 1.72;
  color: #64748b;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 14px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-list li {
  font-size: 13.5px;
  font-weight: 500;
  color: #334155;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-list li i {
  color: #2563eb;
  font-size: 12px;
  flex-shrink: 0;
}

/* ——— Fix popular-con bottom padding (no longer overlapping course-con) ——— */
.course-popular-con .popular-con {
  padding-bottom: 100px;
}

/* ——— Courses grid — standalone section ——— */
.course-con-section {
  background: #eaeaea;
  padding-top: 80px;
}

.course-section-header {
  margin-bottom: 48px;
}

.course-section-header .why-pill {
  display: inline-block;
  background: rgba(30, 64, 175, 0.1);
  color: #1e40af;
  border: 1px solid rgba(30, 64, 175, 0.22);
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.course-section-header .why-title {
  font-size: 36px;
  font-weight: 800;
  color: #0b1221;
  font-family: "Outfit", sans-serif;
}

.course-section-header .why-subtitle {
  font-size: 16px;
  color: #4b5563;
  max-width: 560px;
  margin: 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.course-con-section .course-con {
  padding-top: 0;
  padding-bottom: 100px;
}

.course-con-section .course-con .tabs-box {
  margin-top: 0;
}

/* ——— Tab text visibility on light background ——— */
.course-con-section .course-con .tabs-box .nav-tabs li a {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.13);
  color: #374151;
}

.course-con-section .course-con .tabs-box .nav-tabs li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #0b1221;
  border-color: rgba(0, 0, 0, 0.22);
}

.course-con-section .course-con .tabs-box .nav-tabs > li > a.active {
  background: #1e40af;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 18px rgba(30, 64, 175, 0.35);
}

/* ——— Course grid responsive ——— */
@media (max-width: 991px) {
  .course-con-section .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .course-con-section .course-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Why / Benefit cards ——— */
.benefit-con {
  background: #f5f7fc;
}

.why-card {
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card:hover {
  box-shadow: 0 22px 52px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.why-card.navy {
  background: linear-gradient(145deg, #0e2154 0%, #1a3680 50%, #1e1b6e 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 44px rgba(10,22,60,0.38);
}

.why-card.navy h3 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.2;
}

.why-card.navy p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.65;
}

.why-btn {
  background: linear-gradient(135deg, #dcfd7d, #b5ef4a);
  color: #0b1221;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 4px 16px rgba(181,240,74,0.32);
  transition: all 0.25s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.why-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(181,240,74,0.42);
  color: #0b1221;
  text-decoration: none;
}

.metric {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.045em;
  background: linear-gradient(135deg, #1e40af, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
}

/* ——— Contact form: premium dark glass ——— */
.contactform-con {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 0% 50%, rgba(37,99,235,0.2), transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(99,102,241,0.13), transparent 60%),
    linear-gradient(160deg, #060d1f 0%, #0a1628 55%, #0e2154 100%);
}

.contactform-con::before {
  display: none;
}

.contactform-con .contact_content h6 {
  color: #d4f878;
  background: rgba(212,248,120,0.1);
  border-color: rgba(212,248,120,0.28);
}

.contactform-con .contact_content input,
.contactform-con .contact_content select.form_style,
.contactform-con .contact_content textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffffff !important;
  border-radius: 14px;
  transition: all 0.25s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
}

/* Uniform height for single-line controls */
.contactform-con .contact_content input,
.contactform-con .contact_content select.form_style {
  height: 52px;
  line-height: 52px;
}

/* Textarea keeps auto height with top/bottom padding */
.contactform-con .contact_content textarea {
  height: auto;
  padding: 14px 18px;
  line-height: 1.6;
  resize: none;
}

/* Consistent row/group spacing */
.contactform-con .contact_content .form-row {
  margin-bottom: 0;
  row-gap: 16px;
}

.contactform-con .contact_content .form-group {
  margin-bottom: 16px;
  width: 100%;
}

.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus,
.contactform-con .contact_content select.form_style:focus {
  background: rgba(255,255,255,0.1);
  border-color: rgba(212,248,120,0.42);
  box-shadow: 0 0 0 3px rgba(212,248,120,0.1);
  outline: none;
}

.contactform-con .contact_content input::placeholder,
.contactform-con .contact_content textarea::placeholder {
  color: rgba(255,255,255,0.32);
}

.contactform-con .contact_content select.form_style {
  
  color: rgba(255,255,255,0.7);
}

.contactform-con .contact_content select.form_style option {
  background: #0e2154;
  color: #ffffff;
}

.contactform-con .contact_content .submit_now {
  background: linear-gradient(135deg, #dcfd7d 0%, #b5ef4a 100%);
  color: #0b1221;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  padding: 17px 42px;
  box-shadow: 0 6px 24px rgba(181,239,74,0.38);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.01em;
  border: none;
  outline: none;
}

.contactform-con .contact_content .submit_now:hover {
  background: linear-gradient(135deg, #e8ff90 0%, #d4fa55 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(181,239,74,0.48);
  color: #0b1221;
}

.contactform-con .contact_content .submit_now i {
  font-size: 13px;
  margin-left: 10px;
  color: #0b1221;
}

/* ——— Testimonials ——— */
.testimonial-con {
  background: #f5f7fc;
  padding: 120px 0 160px;
}

.testimonial-con .owl-item {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  border-bottom: 3px solid #1e40af;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  padding: 40px 34px 34px;
}

.testimonial-con .testimonial-box .text {
  font-size: 15px;
  line-height: 1.72;
  color: #475569;
}

/* Director message section */
.director-message-con {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  padding: 96px 0 120px;
}

.director-message-card {
  background: linear-gradient(145deg, rgba(9, 18, 42, 0.96), rgba(21, 43, 80, 0.96));
  border-radius: 22px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(7, 14, 31, 0.32);
}

.director-photo {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}

.director-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.director-label {
  display: inline-block;
  color: #dcfd7d;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}

.director-content h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.director-content p {
  color: #cbd8f5;
  margin-bottom: 12px;
}

.director-signoff {
  color: #f8fbff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
  .director-message-con {
    padding: 84px 0 100px;
  }

  .director-message-card {
    padding: 26px;
  }
}

@media screen and (max-width: 575px) {
  .director-message-con {
    padding: 72px 0 86px;
  }

  .director-message-card {
    padding: 20px;
    border-radius: 18px;
  }
}

/* ——— Article / blog section ——— */
.article-con {
  background: #ffffff;
  padding: 110px 0 160px;
}

.article-con .article-box {
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.09);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-con .article-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 52px rgba(0,0,0,0.1);
  border-color: rgba(30,64,175,0.12);
}

/* ——— Footer: deep navy with radial glows ——— */
.footer-con {
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(30,64,175,0.2), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(99,102,241,0.12), transparent 60%),
    #060d1f;
}

/* ——— Nav CTA ——— */
.nav-login .log_in,
.nav-login .log_in:visited {
  background: linear-gradient(135deg, #dcfd7d, #b5ef4a) !important;
  color: #0b1221 !important;
  box-shadow: 0 4px 16px rgba(181,239,74,0.3) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  letter-spacing: -0.01em !important;
}

.nav-login .log_in:hover {
  background: linear-gradient(135deg, #e8ff90, #d4fa55) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(181,239,74,0.4) !important;
  color: #0b1221 !important;
}

/* ——— Nav links ——— */
.navbar-nav .nav-item a {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* ——— Frosted header ——— */
.header.is-scrolled {
  background-color: rgba(6, 13, 31, 0.92) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 8px 32px rgba(0,0,0,0.4) !important;
}

/* ——— Responsive: font scale on mobile ——— */
@media (max-width: 767px) {
  h2 { font-size: 32px; }
  .why-title { font-size: 30px; }
  .hero-title { font-size: 36px !important; }
  .metric { font-size: 44px; }
}

@media (max-width: 575px) {
  h2 { font-size: 28px; }
  .why-title { font-size: 26px; }
  .service-card { padding: 28px 22px; }
  .why-card { padding: 26px 22px; }
}

/* ── Wider container override ─────────────────────────────── */
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1480px;
  }
}

/* ═══════════════════════════════════════════════════════
   COMPREHENSIVE RESPONSIVE — RR Academy all screen sizes
   ═══════════════════════════════════════════════════════ */

/* 1440px */
@media screen and (max-width: 1440px) {
  .hero-title { font-size: 52px; }
}

/* 1199px */
@media screen and (max-width: 1199px) {
  .hero-title    { font-size: 44px; }
  .hero-subtitle { font-size: 16px; }
  .why-title     { font-size: 36px; }
}

/* 991px – tablet landscape */
@media screen and (max-width: 991px) {
  .hero-title    { font-size: 36px; line-height: 44px; }
  .hero-subtitle { font-size: 15px; }
  .hero-badge    { font-size: 11px; padding: 7px 16px; }

  /* Why grid 2-col */
  .why-grid { grid-template-columns: repeat(2, 1fr); }

  /* Remove fixed px widths from responsive.css overrides */
  .contactform-con .contact_content input,
  .contactform-con .contact_content textarea,
  .contactform-con .contact_content select.form_style {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* 767px – phone landscape / tablet portrait */
@media screen and (max-width: 767px) {
  .banner-con .banner_content  { padding: 0 20px !important; }
  .hero-cta-wrap               { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .hero-cta-wrap .primary_btn  { margin-right: 0; }
  .hero-figure                 { max-width: 380px; margin: 16px auto -30px; }

  /* Why section – single column */
  .why-grid { grid-template-columns: 1fr; }

  /* Metrics */
  .metric { font-size: 38px; }

  /* Contact form – keep full width */
  .contactform-con .contact_content input,
  .contactform-con .contact_content textarea,
  .contactform-con .contact_content select.form_style {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }

  /* Footer */
  .footer-title { font-size: 28px; letter-spacing: -0.02em; }
}

/* 575px – phone portrait */
@media screen and (max-width: 575px) {
  .banner-con .banner_content  { padding: 0 14px !important; }
  .hero-title                  { font-size: 26px; line-height: 34px; }
  .hero-subtitle               { font-size: 13px; }
  .hero-badge                  { font-size: 10px; padding: 6px 12px; }
  .badge-wrapper               { margin-bottom: 12px !important; }
  .hero-cta-wrap               { flex-direction: column; align-items: center; gap: 10px; }
  .hero-cta-wrap .primary_btn  { max-width: 280px; width: 100%; justify-content: center; }
  .video-play-btn              { display: none; }
  .hero-figure                 { max-width: 270px; }

  /* Services */
  .service-icon-wrap  { width: 48px; height: 48px; border-radius: 12px; }
  .service-body h3    { font-size: 17px; }
  .service-tag        { font-size: 10px; }

  /* Why */
  .why-pill { font-size: 10px; padding: 5px 14px; }

  /* Contact form */
  .contactform-con .contact_content input,
  .contactform-con .contact_content textarea,
  .contactform-con .contact_content select.form_style {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }
  .contactform-con .contact_content .submit_now { width: 100%; justify-content: center; }

  /* Metrics */
  .metric { font-size: 30px; }

  /* Footer */
  .footer-title { font-size: 22px; }
  .footer-con .middle_portion .logo-content { width: 100% !important; }
}

/* 400px – very small phones */
@media screen and (max-width: 400px) {
  .hero-title   { font-size: 22px; line-height: 28px; }
  .service-card { padding: 20px 16px; }
  .why-card     { padding: 20px 16px; }
  .metric       { font-size: 26px; }
  .footer-title { font-size: 20px; }
}

/* ═══════════════════════════════════════════════════════
   PHASE 11 — PREMIUM UI ADDITIONS
   ═══════════════════════════════════════════════════════ */

/* ── "Why Families Choose Us" standalone trust section ── */
.trust-section-con {
  background: #ffffff;
  padding: 100px 0 110px;
  border-top: 1px solid rgba(30,64,175,0.07);
}

.trust-section-header {
  max-width: 680px;
  margin: 0 auto 56px;
}

.trust-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 52px;
}

.trust-feature-card {
  background: #f8faff;
  border: 1px solid rgba(30,64,175,0.09);
  border-radius: 20px;
  padding: 32px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trust-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(30,64,175,0.1);
  border-color: rgba(30,64,175,0.18);
}

.tfc-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.tfc-icon.blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1d4ed8; }
.tfc-icon.indigo { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); color: #4338ca; }
.tfc-icon.green  { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #15803d; }
.tfc-icon.gold   { background: linear-gradient(135deg, #fef9c3, #fde68a); color: #b45309; }

.tfc-title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0b1221;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
}

.tfc-text {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

/* stats bar */
.trust-stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: linear-gradient(135deg, #0e2154 0%, #1e3a8a 50%, #1e40af 100%);
  border-radius: 22px;
  padding: 36px 48px;
  flex-wrap: wrap;
}

.tsb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 140px;
  padding: 10px 20px;
}

.tsb-num {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #dcfd7d;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tsb-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  line-height: 1.3;
}

.tsb-divider {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .trust-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-stats-bar {
    padding: 28px 24px;
  }
  .tsb-divider {
    display: none;
  }
  .tsb-item {
    min-width: 50%;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .tsb-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 575px) {
  .trust-cards-grid {
    grid-template-columns: 1fr;
  }
  .tsb-num { font-size: 32px; }
  .tsb-item { min-width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .tsb-item:last-child { border-bottom: none; }
  .trust-stats-bar { border-radius: 16px; padding: 24px 20px; }
}

/* ── Homepage hero and footer polish ───────────────────── */
.banner2-con {
  padding: 112px 0 98px;
  background:
    radial-gradient(circle at 14% 18%, rgba(220, 253, 125, 0.12), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(59, 130, 246, 0.16), transparent 22%),
    linear-gradient(180deg, #0b1221 0%, #060d1f 100%);
  overflow: hidden;
}

.banner2-con:before {
  opacity: 0.08;
  background-image: linear-gradient(120deg, rgba(220, 253, 125, 0.16), transparent 58%);
}

.banner2-con .banner_content {
  max-width: 600px;
}

.banner2-con .banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.banner2-con .banner_content h1.hero-title {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.banner2-con .banner_content h1.hero-title span {
  background: linear-gradient(115deg, #dcfd7d 20%, #86efac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner2-con .banner_content .hero-subtitle {
  max-width: 560px;
  margin-bottom: 32px;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}

.banner2-con .banner_content .button_wrap {
  gap: 16px;
  flex-wrap: wrap;
}

.banner2-con .banner_content .primary_btn {
  padding: 18px 32px;
  box-shadow: 0 16px 34px rgba(181, 239, 74, 0.22);
}

.banner2-con .banner_content .video-icon span {
  color: rgba(255, 255, 255, 0.84);
}

.banner2-con .banner_content .video-icon:hover span {
  color: #dcfd7d;
}

.banner2-con .banner_wrapper {
  display: block;
  max-width: 560px;
  margin-left: auto;
}

.banner2-con .banner_wrapper .banner-image {
  right: 0;
  bottom: 0;
  padding: 24px;
}

.banner2-con .banner_wrapper .banner-image::before {
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.96) 0%, rgba(6, 13, 31, 0.96) 72%);
}

.banner2-con .banner_wrapper .banner-image img {
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.25));
}

.banner2-con .banner_wrapper .image span {
  background: rgba(6, 13, 31, 0.94);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.banner2-con .banner_wrapper .box {
  background: linear-gradient(135deg, #dcfd7d 0%, #bef548 100%);
  box-shadow: 0 18px 40px rgba(190, 245, 72, 0.24);
}

.banner2-con .banner_wrapper .box .value,
.banner2-con .banner_wrapper .box .review {
  color: #0b1221;
}

.banner2-con .banner_wrapper .box .review {
  font-weight: 600;
}

.footer-con {
  padding: 100px 20px 84px;
}

.footer-card {
  position: relative;
  padding: 56px 42px 44px;
  border-radius: 32px;
  background: rgba(6, 13, 31, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.footer-social-bubble {
  top: 40px;
  right: 40px;
  flex-direction: column;
}

.footer-social-bubble a {
  width: 44px;
  height: 44px;
  font-size: 18px;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

.footer-top {
  gap: 48px;
}

.footer-left {
  max-width: 560px;
}

.footer-kicker {
  color: rgba(220, 253, 125, 0.92);
}

.footer-title {
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.footer-brand {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
}

.footer-logo img {
  width: 152px;
}

.brand-tagline {
  max-width: 320px;
}

.footer-links {
  gap: 42px 56px;
}

.footer-col h5 {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 24px;
}

@media (max-width: 991px) {
  .banner2-con {
    padding: 92px 0 78px;
  }

  .banner2-con .banner_content {
    text-align: center !important;
    margin-bottom: 42px;
    max-width: 100%;
  }

  .banner2-con .banner_content .hero-subtitle,
  .banner2-con .banner_content .banner-kicker {
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;
  }

  .banner2-con .banner_content .button_wrap {
    justify-content: center;
  }

  .banner2-con .banner_wrapper {
    margin: 0 auto;
  }

  .footer-card {
    padding: 44px 28px 36px;
    border-radius: 24px;
  }

  .footer-social-bubble {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 767px) {
  .banner2-con {
    padding: 84px 0 70px;
  }

  .banner2-con .banner_content {
    padding: 0 8px;
    margin-top: 16px;
  }

  .banner2-con .banner-kicker {
    display: inline-block;
    white-space: normal;
    line-height: 1.6;
    padding: 8px 12px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .banner2-con .banner_content .hero-subtitle {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .banner2-con .banner_content .button_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .banner2-con .banner_content .primary_btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .banner2-con {
    padding: 84px 0 70px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 28px;
    line-height: 1.12;
  }

  .banner2-con .banner_content .hero-subtitle {
    font-size: 14px;
  }

  .banner2-con .banner_wrapper .banner-image {
    padding: 10px;
  }

  .banner2-con .banner_wrapper .box {
    right: -16px;
    top: 26px;
    padding: 16px;
  }

  .footer-con {
    padding: 80px 14px 70px;
  }

  .footer-card {
    padding: 36px 20px 28px;
    border-radius: 20px;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-links {
    gap: 28px 32px;
  }
}

/* ── Hero stat / trust cards ────────────────────────── */
.hero-left-content,
.hero-right-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 8px;
}

.hero-stat-card,
.hero-trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 16px;
  padding: 16px 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-stat-card:hover,
.hero-trust-card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.hero-stat-icon,
.hero-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  background: rgba(99,102,241,0.25);
  color: rgba(255,255,255,0.9);
}
.hero-stat-icon.lime,
.hero-trust-icon.lime { background: rgba(220,253,125,0.2); color: #dcfd7d; }
.hero-stat-icon.indigo,
.hero-trust-icon.indigo { background: rgba(99,102,241,0.25); color: #a5b4fc; }
.hero-trust-icon.gold { background: rgba(251,191,36,0.2); color: #fbbf24; }

.hero-stat-value {
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 3px;
}

.hero-stat-label,
.hero-trust-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.hero-trust-title {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

/* ── About section stats row ────────────────────────── */
.about-stats-row {
  display: flex;
  gap: 0;
  margin: 0 0 36px;
  border: 1px solid rgba(30,64,175,0.13);
  border-radius: 16px;
  overflow: hidden;
  background: #f7f9ff;
}

.about-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border-right: 1px solid rgba(30,64,175,0.1);
  text-align: center;
  gap: 4px;
}
.about-stat:last-child { border-right: none; }

.about-stat-num {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #1e40af;
  letter-spacing: -0.04em;
  line-height: 1;
}

.about-stat-label {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.3;
}

/* ── Popular section subtitle ────────────────────────── */
.popular-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 680px;
  margin: 12px auto 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── Process steps (How It Works) ───────────────────── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-bottom: 8px;
}

.process-step {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: left;
  transition: background 0.3s ease, transform 0.3s ease;
}

.process-step:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-4px);
}

.process-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.process-step-icon svg {
  flex-shrink: 0;
}

.process-step-num {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #dcfd7d;
  background: rgba(220,253,125,0.1);
  border: 1px solid rgba(220,253,125,0.22);
  border-radius: 999px;
  padding: 4px 11px;
  display: inline-block;
  margin-bottom: 14px;
}

.process-step-title {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.process-step-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.62);
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

/* ── Services CTA ───────────────────────────────────── */
.services-cta {
  margin-top: 52px;
}

.services-cta-text {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── Trust badge chips (Why card) ───────────────────── */
.trust-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.trust-badge-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(30,64,175,0.07);
  color: #1e40af;
  border: 1px solid rgba(30,64,175,0.16);
  white-space: nowrap;
}

/* ── Contact form: image column ─────────────────────── */
.contactform-con .contact_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 80px 0;
}

.contactform-con .contact-leftbackground {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.contactform-con .contact-leftbackground img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}

/* ── Mentor expertise tags ──────────────────────────── */
.mentor-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.mentor-tag {
  font-size: 11px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 4px 11px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  border: 1px solid rgba(67,56,202,0.14);
}

/* ── Article span_wrapper styling ───────────────────── */
.article-con .span_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12.5px;
  color: #94a3b8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.article-con .span_wrapper .dash {
  color: #cbd5e1;
}

/* ── Responsive: Phase 11 additions ────────────────── */
@media screen and (max-width: 1199px) {
  .hero-left-content,
  .hero-right-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0 0;
    gap: 10px;
  }
  .hero-stat-card,
  .hero-trust-card {
    min-width: 150px;
    flex: 1 1 150px;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .hero-left-content,
  .hero-right-content {
    display: none;
  }
  .about-stats-row {
    flex-wrap: wrap;
  }
  .about-stat {
    min-width: 50%;
    border-bottom: 1px solid rgba(30,64,175,0.1);
  }
  .about-stat:nth-child(3),
  .about-stat:nth-child(4) {
    border-bottom: none;
  }
  .about-stat:nth-child(even) { border-right: none; }
  .contact-trust-content {
    padding: 60px 24px 60px 0;
  }
  .contact-trust-heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 32px;
  }
  .about-stats-row {
    border-radius: 12px;
  }
  .about-stat-num { font-size: 22px; }
}

@media screen and (max-width: 575px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .services-cta-text { font-size: 14px; }
  .trust-badge-chip { font-size: 11px; padding: 5px 10px; }
}

/* Phase 12: mobile stability fixes for full site (focus: homepage banner) */
@media screen and (max-width: 991px) {
  .home_banner_outer {
    overflow-x: hidden;
  }

  .header .navbar-collapse {
    margin-top: 10px;
    border-radius: 14px;
    background: rgba(6, 13, 31, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 10px 14px;
  }

  .header .navbar-nav {
    gap: 2px;
  }

  .header .navbar-nav .nav-item a {
    padding: 11px 14px !important;
    border-radius: 10px;
  }

  .header .navbar-nav .nav-item.nav-login {
    margin-top: 8px;
  }

  .banner2-con .banner_content {
    margin-bottom: 24px;
    padding: 0 6px;
  }

  .banner2-con .banner_content .button_wrap {
    justify-content: center;
    row-gap: 10px;
  }

  .banner2-con .banner_content .video-icon {
    width: 100%;
    justify-content: center;
  }

  .banner2-con .banner_wrapper {
    max-width: 430px;
  }

  .banner2-con .banner_wrapper .image {
    display: none;
  }

  .banner2-con .banner_wrapper .box {
    position: static;
    margin: 14px auto 0;
    width: fit-content;
  }
}

@media screen and (max-width: 575px) {
  .banner2-con {
    padding: 78px 0 56px;
  }

  .banner2-con .banner-kicker {
    font-size: 10px;
    letter-spacing: 0.06em;
    padding: 7px 12px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 28px !important;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .banner2-con .banner_content .hero-subtitle {
    font-size: 14px !important;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .banner2-con .banner_content .primary_btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 14px 16px;
  }

  .banner2-con .banner_wrapper {
    max-width: 300px;
  }

  .banner2-con .banner_wrapper .banner-image {
    padding: 8px;
  }

  .sub_banner_con {
    padding: 74px 0 56px;
  }

  .sub_banner_content h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .footer-con {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Launch-ready FAQ and Blog content sections */
.faq-launch-section {
  padding: 110px 0 120px;
  background: #f5f7fa;
}

.faq-launch-lead {
  max-width: 760px;
  margin: 0 auto 32px;
  color: #4b5563;
}

.faq-section-title {
  color: #0b1221;
  margin-bottom: 18px;
}

.faq-accordion .card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-accordion .card-header {
  background: #ffffff;
  border-bottom: 0;
  padding: 0;
}

.faq-accordion .btn-link {
  width: 100%;
  text-align: left;
  color: #0b1221;
  text-decoration: none;
  padding: 16px 20px;
  font-weight: 700;
  white-space: normal;
}

.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
  text-decoration: none;
  color: #1e40af;
}

.faq-accordion .card-body {
  color: #475569;
  line-height: 1.7;
  padding: 0 20px 18px;
}

.faq-note-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.05);
}

.faq-note-card h3 {
  margin-bottom: 12px;
  color: #0b1221;
}

.faq-note-card ul {
  padding-left: 18px;
}

.faq-note-card li {
  color: #475569;
  margin-bottom: 8px;
}

.faq-note-card .primary_btn {
  margin-top: 8px;
}

/* Contact layout readability fix */
.contact-cards > * {
  min-width: 0;
}

.contact-card a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-channel-note {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.05);
}

.contact-channel-note h3 {
  color: #0b1221;
  margin-bottom: 10px;
}

.contact-channel-note ul {
  padding-left: 18px;
}

.contact-channel-note li {
  color: #475569;
  margin-bottom: 8px;
}

.footer-company-reg {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12.5px;
  color: rgba(203, 213, 225, 0.55);
  text-align: center;
  letter-spacing: 0.02em;
}

.footer-admin-access {
  margin-top: 14px;
  text-align: right;
  font-size: 12px;
  opacity: 0.72;
}

.footer-admin-access a {
  color: rgba(229, 237, 255, 0.78);
  text-decoration: none;
}

.footer-admin-access a:hover {
  color: #dcfd7d;
}

@media (max-width: 767px) {
  .faq-launch-section {
    padding: 80px 0 90px;
  }

  .faq-accordion .btn-link {
    padding: 14px 16px;
    font-size: 16px;
  }

  .faq-accordion .card-body,
  .faq-note-card,
  .contact-channel-note {
    padding: 16px;
  }

  .footer-admin-access {
    text-align: left;
  }
}

/* Final launch spacing tune: exact target breakpoints */
@media screen and (max-width: 1366px) {
  .banner2-con {
    padding: 104px 0 88px;
  }

  .footer-card {
    padding: 52px 36px 40px;
  }

  .pricing-grid {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub_banner_con {
    padding: 92px 0 64px;
  }

  .contact-highlights {
    padding: 88px 0 64px;
  }

  .contact-form-wrap {
    padding: 84px 0 88px;
  }

  .footer-links {
    gap: 28px 34px;
  }

  .footer-bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner2-con .banner_wrapper .banner-image {
    display: none;
  }

  .banner2-con {
    padding: 86px 0 62px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 34px !important;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .banner2-con .banner_content .hero-subtitle {
    font-size: 15px !important;
    margin-bottom: 22px;
  }

  .sub_banner_con {
    padding: 86px 0 58px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pricing-grid {
    gap: 16px;
  }

  .pricing-grid > [class*="col-"] {
    flex: 1 1 100%;
    max-width: 520px;
  }

  .footer-card {
    padding: 34px 18px 26px;
  }

  .footer-top {
    gap: 30px;
  }

  .footer-links {
    gap: 20px 24px;
  }

  .footer-bottom {
    margin-top: 32px;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 26px !important;
  }

  .banner2-con .banner_content .hero-subtitle {
    font-size: 13.5px !important;
  }

  .sub_banner_content h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .contact-highlights {
    padding: 72px 0 50px;
  }

  .contact-form-wrap {
    padding: 74px 0 78px;
  }

  .contact-card {
    padding: 18px 16px;
  }

  .faq-launch-section {
    padding: 68px 0 74px;
  }

  .faq-accordion .btn-link {
    padding: 13px 14px;
    font-size: 15px;
  }

  .footer-title {
    font-size: 22px;
  }

  .newsletter-field {
    flex-wrap: wrap;
    gap: 10px;
  }

  .newsletter-field input {
    width: 100%;
    min-width: 0;
  }

  .newsletter-field button {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner2-con {
    padding: 72px 0 48px;
  }

  .banner2-con .banner-kicker {
    font-size: 9px;
  }

  .banner2-con .banner_content h1.hero-title {
    font-size: 23px !important;
    line-height: 1.2;
  }

  .banner2-con .banner_content .primary_btn {
    padding: 12px 14px;
    font-size: 13px;
  }

  .sub_banner_content h1 {
    font-size: 22px;
  }

  .footer-card {
    padding: 30px 14px 22px;
  }

  .footer-links {
    gap: 16px;
  }

  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
}

/* 2026-06 mobile/header/readability fixes */
.subjects-overview .subject-body p,
.subjects-overview .subject-body ul li,
.subjects-overview .subject-body ul li span {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #e6eeff;
}

.pricing-page .pricing-overview h6,
.pricing-page .payment-modes h6 {
  color: #1e3a8a;
}

@media screen and (max-width: 991px) {
  .header .navbar {
    align-items: center;
    position: relative;
  }

  .header .navbar-brand {
    position: static !important;
    left: auto !important;
    margin: 0;
  }

  .header .navbar-brand img {
    max-width: 150px;
    height: auto;
  }

  .header .navbar-toggler {
    position: static !important;
    left: auto !important;
    margin-left: auto;
    width: 38px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .header .navbar-toggler .navbar-toggler-icon {
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, background-color 0.22s ease;
  }

  .header .navbar-light .navbar-toggler-icon {
    float: none;
    width: 24px;
    margin: 0;
    align-self: flex-end;
  }

  .header .navbar-collapse {
    top: calc(100% + 12px) !important;
    right: 0;
    left: 0;
    width: auto;
    margin: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    overflow: hidden;
  }

  .header .navbar-collapse.collapse,
  .header .navbar-collapse.collapsing {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    max-height: 0;
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.32s ease;
  }

  .header .navbar-collapse.collapse.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    max-height: 460px;
    pointer-events: auto;
  }

  .header .navbar-collapse .navbar-nav {
    padding: 6px 0;
  }

  .header .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f5f9;
  }

  .header .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .header .navbar-nav .nav-item a {
    padding: 14px 20px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 600;
    color: #0f254d !important;
    transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
  }

  .header .navbar-nav .nav-item a:hover,
  .header .navbar-nav .active > a {
    color: #0b1f44 !important;
    background-color: #eafbe4;
    box-shadow: inset 3px 0 0 #1e40af;
  }

  .header .navbar-nav .nav-item a:active {
    background-color: #dcfd7d;
    color: #071733 !important;
    transform: translateX(1px);
  }

  .header .navbar-nav .active > a {
    background-image: linear-gradient(90deg, rgba(220, 253, 125, 0.45), rgba(220, 253, 125, 0.12));
    box-shadow: inset 4px 0 0 #1e40af;
  }

  .home_banner_outer .banner2-con {
    padding-top: 36px !important;
  }

  .home_banner_outer .banner2-con .banner_content {
    padding: 0 !important;
    text-align: center;
  }

  .home_banner_outer .banner2-con .banner_content .button_wrap {
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .home_banner_outer .banner2-con .banner_wrapper {
    right: 0 !important;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .header .navbar-brand img {
    max-width: 132px;
  }

  .header .navbar-collapse {
    margin: 0 8px;
    top: calc(100% + 10px) !important;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }

  .home_banner_outer .banner2-con .banner_wrapper .image {
    display: none;
  }
}

/* Header menu visibility and cross-device layout tuning */
@media screen and (max-width: 1199px) {
  .header {
    padding: 16px 0;
  }

  .header.is-scrolled {
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 991px) {
  .header .navbar-toggler {
    border: 1px solid rgba(15, 37, 77, 0.18);
    border-radius: 9px;
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  }

  .header .navbar-light .navbar-toggler-icon {
    background: none;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    position: relative;
    background-color: #0f254d;
    margin: 0;
  }

  .header .navbar-light .navbar-toggler-icon:nth-child(2) {
    margin-top: 5px;
  }

  .header .navbar-light .navbar-toggler-icon:nth-child(3) {
    margin-top: 5px;
  }

  .header .navbar-collapse {
    background: #ffffff;
  }

  .header .navbar-collapse .navbar-nav {
    background: #ffffff;
  }

  .header .navbar-nav .nav-item a,
  .header .navbar-nav .nav-item a:visited {
    color: #0f254d !important;
    text-shadow: none;
    opacity: 1;
  }

  .header .navbar-nav .active > a,
  .header .navbar-nav .nav-item a:hover,
  .header .navbar-nav .nav-item a:focus-visible {
    color: #081b3f !important;
    background-color: #ecf6ff;
    outline: none;
  }

  .header .navbar-nav .active > a {
    border-left: 4px solid #1e40af;
    padding-left: 16px !important;
  }

  .header .navbar-nav .nav-item a:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(30, 64, 175, 0.22);
  }

  .header .navbar-nav li.nav-login {
    padding: 10px 14px 14px;
  }

  .header .navbar-nav li.nav-login .log_in {
    width: 100%;
    min-height: 46px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar-collapse {
    margin: 0 8px;
    border-radius: 12px;
  }

  .header .navbar-nav .nav-item a {
    font-size: 15px !important;
    line-height: 1.3 !important;
    padding: 12px 14px !important;
  }

  .header .navbar-nav .active > a {
    padding-left: 12px !important;
  }
}

/* Global UI/UX polish layer */
:root {
  --rr-space-1: 8px;
  --rr-space-2: 12px;
  --rr-space-3: 16px;
  --rr-space-4: 24px;
  --rr-space-5: 32px;
  --rr-space-6: 48px;
  --rr-space-7: 72px;
  --rr-space-8: 96px;
  --rr-radius-sm: 10px;
  --rr-radius-md: 14px;
  --rr-radius-lg: 20px;
  --rr-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
  --rr-shadow-card: 0 18px 42px rgba(15, 23, 42, 0.12);
}

html,
body {
  overflow-x: clip;
}

body {
  line-height: 1.68;
  letter-spacing: 0;
}

p {
  margin-bottom: var(--rr-space-3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.container {
  padding-left: clamp(14px, 2.2vw, 24px);
  padding-right: clamp(14px, 2.2vw, 24px);
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

/* Consistent section rhythm */
.about-con,
.services-con,
.course-popular-con,
.course-con-section,
.benefit-con,
.trust-section-con,
.director-message-con,
.testimonial-con,
.testimonial2-con,
.article-con,
.contactform-con,
.contact-highlights,
.contact-form-wrap,
.faq-launch-section,
.faq-con,
.pricing-intro,
.package-section,
.agreement-section,
.subjects-overview,
.subjects-grid-section,
.blog-modern-section,
.coursepage-con,
.aboutpage-con,
.contactinfo-con,
.map-con {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(68px, 8vw, 110px);
}

.home_banner_outer .banner2-con,
.home_banner_outer .banner-con {
  padding-top: clamp(108px, 11vw, 150px);
  padding-bottom: clamp(66px, 7vw, 96px);
}

/* Better vertical hierarchy */
.why-header,
.trust-section-header,
.popular_content,
.course-section-header,
.pricing-story,
.contact-channel-note,
.subjects-copy,
.sub_banner_content {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.why-title,
.course-section-header h2,
.trust-section-header h2,
.pricing-story h2,
.subjects-copy h2,
.contact-form-card h2,
.sub_banner_content h1 {
  margin-bottom: clamp(10px, 1.5vw, 18px);
}

/* Card consistency across pages */
.service-card,
.why-card,
.trust-feature-card,
.process-step,
.course-box,
.testimonial-box,
.contact-card,
.detail-card,
.pricing-card,
.package-card,
.agreement-card,
.contact-form-card,
.faq-note-card,
.subjects-copy,
.director-message-card,
.pricing-story,
.contact-channel-note {
  border-radius: var(--rr-radius-lg);
  box-shadow: var(--rr-shadow-soft);
}

.service-card,
.why-card,
.trust-feature-card,
.course-box,
.contact-card,
.detail-card,
.pricing-card,
.package-card,
.faq-note-card,
.subject-card {
  height: 100%;
}

.service-card,
.why-card,
.trust-feature-card,
.process-step,
.course-box .lower_content,
.contact-card,
.detail-card,
.pricing-card,
.package-card,
.agreement-card,
.contact-form-card,
.faq-note-card,
.contact-channel-note,
.subjects-copy,
.director-message-card {
  padding: clamp(18px, 2.4vw, 30px);
}

/* Grids spacing */
.services-grid,
.why-grid,
.trust-cards-grid,
.course-grid,
.subject-grid,
.pricing-grid,
.package-grid,
.contact-cards,
.process-steps {
  gap: clamp(14px, 2vw, 26px);
}

/* Forms and controls */
input,
select,
textarea,
.form-control,
.form_style {
  border-radius: var(--rr-radius-sm);
  min-height: 48px;
  padding: 12px 14px;
}

textarea,
textarea.form_style {
  min-height: 120px;
}

label {
  margin-bottom: 6px;
}

.primary_btn,
.secondary_btn,
.submit_now,
button[type="submit"],
button.primary_btn {
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Footer polish */
.footer-con .footer-card {
  border-radius: 24px 24px 0 0;
}

.footer-top {
  gap: clamp(18px, 3vw, 36px);
}

.footer-brand {
  margin-top: clamp(12px, 2vw, 20px);
}

.footer-brand .brand-tagline,
.contact-card p,
.contact-card a {
  line-height: 1.65;
}

/* Mobile and tablet refinements */
@media screen and (max-width: 991px) {
  .about-con,
  .services-con,
  .course-popular-con,
  .course-con-section,
  .benefit-con,
  .trust-section-con,
  .director-message-con,
  .testimonial-con,
  .testimonial2-con,
  .article-con,
  .contactform-con,
  .contact-highlights,
  .contact-form-wrap,
  .faq-launch-section,
  .faq-con,
  .pricing-intro,
  .package-section,
  .agreement-section,
  .subjects-overview,
  .subjects-grid-section,
  .blog-modern-section,
  .coursepage-con,
  .aboutpage-con,
  .contactinfo-con,
  .map-con {
    padding-top: 72px;
    padding-bottom: 68px;
  }

  .home_banner_outer .banner2-con,
  .home_banner_outer .banner-con {
    padding-top: 102px;
    padding-bottom: 52px;
  }

  .sub_banner .sub_banner_con {
    padding-top: 88px;
    padding-bottom: 68px;
  }

  .button_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .service-card,
  .why-card,
  .trust-feature-card,
  .process-step,
  .course-box .lower_content,
  .contact-card,
  .detail-card,
  .pricing-card,
  .package-card,
  .agreement-card,
  .contact-form-card,
  .faq-note-card,
  .contact-channel-note,
  .subjects-copy,
  .director-message-card {
    padding: 18px;
  }

  .primary_btn,
  .secondary_btn,
  .submit_now,
  button[type="submit"],
  button.primary_btn {
    width: 100%;
    min-width: 0;
  }

  .footer-social-bubble {
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
    gap: 28px;
  }

  .footer-left,
  .footer-links {
    width: 100%;
  }

  .footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact-panel {
    width: 100%;
    min-width: 0;
  }

  .footer-social-bubble {
    position: static;
    margin-bottom: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-bottom {
    margin-top: 32px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-contact-panel {
    padding: 12px 14px;
  }

  .footer-contact-panel ul li a {
    align-items: flex-start;
    line-height: 1.5;
  }

  .footer-bottom-links {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-company-reg {
    line-height: 1.6;
  }
}

/* Hero/about layout and CTA width refinements */
.banner2-con .banner_content {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .hero-layout-row {
    align-items: center;
  }

  .hero-layout-text {
    order: 1;
  }

  .hero-layout-image {
    order: 2;
  }

  .about-layout-row {
    align-items: center;
  }

  .about-layout-image {
    order: 1;
  }

  .about-layout-text {
    order: 2;
  }
}

@media screen and (max-width: 991px) {
  .hero-layout-text,
  .about-layout-image {
    margin-bottom: 24px;
  }
}

.banner2-con .banner_content .button_wrap {
  justify-content: flex-start;
}

.banner2-con .banner_content .primary_btn {
  width: auto !important;
  max-width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}

.about-con .row {
  align-items: center;
}

.about-con .about_wrapper,
.about-con .about_content {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .home_banner_outer .banner2-con .banner_content {
    text-align: left !important;
    padding-right: 16px;
  }

  .home_banner_outer .banner2-con .banner_content .button_wrap {
    justify-content: flex-start;
  }

  .home_banner_outer .banner2-con .banner_wrapper {
    margin-top: 0;
  }

  .about-con .about_content {
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .banner2-con .banner_content {
    text-align: center;
  }

  .banner2-con .banner_content .button_wrap {
    justify-content: center;
  }

  .banner2-con .banner_content .primary_btn {
    width: auto !important;
    max-width: 320px;
  }
}

/* About section: clean left image + right content layout */
.about-con .about_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.about-con .about_wrapper .about-image {
  position: relative;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  overflow: hidden;
}

.about-con .about_wrapper .about-image::before {
  left: 50%;
  transform: translateX(-50%);
}

.about-con .about_wrapper .about-image img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}

.about-con .about_content {
  text-align: left;
  padding: 26px 0 26px 20px;
}

.about-con .about_content ul {
  display: block;
  margin-bottom: 28px;
}

/* Director section: refined two-column treatment */
.director-message-card .row {
  align-items: center;
}

.director-photo {
  max-width: 420px;
  margin: 0 auto;
}

.director-content {
  padding-left: 14px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-con .about_content {
    padding-left: 16px;
  }

  .director-content {
    padding-left: 10px;
  }

  .director-message-con .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .director-message-con .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media screen and (max-width: 767px) {
  .about-con .about_wrapper {
    margin-bottom: 20px;
  }

  .about-con .about_wrapper .about-image::before {
    width: 320px;
    height: 320px;
  }

  .about-con .about_content {
    padding: 8px 0 0;
    text-align: left;
  }

  .director-content {
    padding-left: 0;
  }
}

/* Final UI override: equal-height course cards + modern director card */
.course-con-section .course-grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.course-con-section .course-grid .course-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.course-con-section .course-grid .course-box .image {
  aspect-ratio: 16 / 10;
  min-height: 210px;
}

.course-con-section .course-grid .course-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.course-con-section .course-grid .course-box .lower_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.course-con-section .course-grid .course-box .lower_content .value {
  margin-top: auto;
}

.course-con-section .tab-content .all_row .all_column {
  display: flex;
}

.course-con-section .tab-content .all_row .all_column .course-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.director-message-con {
  background:
    radial-gradient(1200px 420px at 8% 0%, rgba(30, 64, 175, 0.1), transparent 58%),
    radial-gradient(900px 380px at 92% 100%, rgba(220, 253, 125, 0.14), transparent 60%),
    linear-gradient(180deg, #f7faff 0%, #eef3ff 100%);
}

.director-message-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: linear-gradient(145deg, rgba(7, 18, 44, 0.95), rgba(24, 52, 104, 0.94));
  box-shadow:
    0 30px 70px rgba(8, 18, 45, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.director-message-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(460px 220px at 14% 8%, rgba(220, 253, 125, 0.17), transparent 72%),
    radial-gradient(520px 250px at 90% 94%, rgba(96, 165, 250, 0.18), transparent 72%);
  pointer-events: none;
}

.director-message-card .row {
  position: relative;
  z-index: 1;
}

.director-photo {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
}

.director-photo img {
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.director-message-card:hover .director-photo img {
  transform: scale(1.045);
}

.director-content {
  padding-left: clamp(8px, 1.4vw, 18px);
}

.director-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(220, 253, 125, 0.16);
  border: 1px solid rgba(220, 253, 125, 0.32);
  color: #ecffb0;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
}

.director-content h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #f8fbff;
}

.director-content p {
  margin-bottom: 14px;
  color: rgba(232, 239, 255, 0.86);
  font-size: 16px;
  line-height: 1.78;
}

.director-signoff {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
  color: #ffffff;
  font-weight: 800;
}

.director-signoff::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #dcfd7d, #bde960);
}

@media screen and (max-width: 991px) {
  .course-con-section .course-grid .course-box .image {
    min-height: 190px;
  }

  .director-message-card {
    border-radius: 22px;
  }

  .director-content h2 {
    font-size: clamp(24px, 5.2vw, 34px);
  }
}

@media screen and (max-width: 575px) {
  .course-con-section .course-grid .course-box .image {
    min-height: 170px;
  }

  .director-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* Cross-site UI stabilization: prevent overlay drift and spacing jitter */
.home_banner_outer,
.banner2-con,
.about-con,
.contactform-con,
.director-message-con,
.trusted-companies-con,
.sub_banner,
.course-popular-con,
.testimonial2-con {
  overflow-x: clip;
}

section {
  scroll-margin-top: 88px;
}

.about-con .container,
.director-message-con .container,
.contactform-con .container,
.services-con .container,
.course-con-section .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .home_banner_outer .banner2-con .banner_wrapper .image4,
  .home_banner_outer .banner2-con .banner_wrapper .box {
    right: 0 !important;
  }

  .home_banner_outer .banner2-con .banner_wrapper .image4 span {
    right: -28px !important;
  }
}

@media screen and (max-width: 575px) {
  .about-con,
  .director-message-con,
  .contactform-con,
  .services-con,
  .course-con-section,
  .article-con {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* Pricing page: professional polish and conflict-safe overrides */
.pricing-page {
  --pricing-surface: #ffffff;
  --pricing-surface-soft: #f8fbff;
  --pricing-border: #dbe7f8;
  --pricing-title: #0b1221;
  --pricing-text: #475569;
  --pricing-primary: #1e40af;
  --pricing-primary-strong: #1d4ed8;
  --pricing-highlight: #dcfd7d;
}

.pricing-page .pricing-intro {
  position: relative;
}

.pricing-page .pricing-meta-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 26px;
  border: 1px solid #d6e4ff;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pricing-page .pricing-meta-note i {
  color: var(--pricing-primary);
  margin-top: 2px;
}

.pricing-page .pricing-meta-note p {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.6;
}

.pricing-page .pricing-story {
  background: var(--pricing-surface);
  border: 1px solid var(--pricing-border);
}

.pricing-page .pricing-story h2 {
  max-width: 16ch;
}

.pricing-page .pricing-kpi-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pricing-page .pricing-kpi-card {
  background: var(--pricing-surface);
  border: 1px solid var(--pricing-border);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.pricing-page .pricing-kpi-value {
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--pricing-title);
  line-height: 1;
}

.pricing-page .pricing-kpi-label {
  color: var(--pricing-text);
  font-size: 13px;
  font-weight: 600;
}

.pricing-page .subject-strip-card {
  border-color: #d2e3ff;
}

.pricing-page .package-grid {
  row-gap: 18px;
}

.pricing-page .package-card {
  border-width: 1px;
  border-color: #d7e3f5;
}

.pricing-page .package-card:hover {
  border-color: #b9cdf1;
}

.pricing-page .package-card h3 {
  line-height: 1.2;
}

.pricing-page .package-card .recommended {
  min-height: 94px;
}

.pricing-page .detail-card {
  border-color: #d9e4f5;
}

.pricing-page .detail-title-icon,
.pricing-page .policy-title-icon {
  color: #2563eb;
  margin-right: 8px;
  font-size: 16px;
}

.pricing-page .policy-title-icon {
  margin-right: 10px;
}

.pricing-page .pricing-service-table tbody tr:hover {
  background: #f8fbff;
}

.pricing-page .agreement-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.pricing-page .agreement-lines p {
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .pricing-page .pricing-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .pricing-page .row {
    overflow: visible;
  }

  .pricing-page .pricing-story h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-page .pricing-meta-note {
    padding: 12px 14px;
    margin-bottom: 18px;
  }

  .pricing-page .pricing-kpi-row {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .pricing-page .pricing-kpi-card {
    padding: 14px;
  }

  .pricing-page .pricing-kpi-value {
    font-size: 26px;
  }

  .pricing-page .subject-strip {
    margin-top: -16px;
  }

  .pricing-page .package-card .recommended {
    min-height: 0;
  }

  .pricing-page .policy-toggle span {
    padding-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-page .pricing-kpi-row {
    grid-template-columns: 1fr;
  }

  .pricing-page .pricing-kpi-card {
    padding: 12px 14px;
  }

  .pricing-page .pricing-kpi-value {
    font-size: 24px;
  }
}
