:root {
    --brand-blue-dark: #1a4199;
    --brand-blue: #3a5bad;
    --brand-blue-soft: #eef2ff;
    --brand-blue-mist: #dbe6ff;
    --brand-charcoal: #292929;
    --brand-mauve-gray: #848190;
    --page-bg: #f7f8fb;

    --ink-900: #12172b;
    --ink-700: #3d4459;
    --ink-500: #6b7280;

    --surface: #ffffff;
    --surface-muted: #f4f6fb;
    --line: #e7eaf3;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 999px;

    --shadow-sm: 0 2px 10px rgba(18, 23, 43, 0.06);
    --shadow-md: 0 14px 30px rgba(18, 23, 43, 0.10);
    --shadow-lg: 0 26px 54px rgba(18, 23, 43, 0.16);

    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

body {
    background-color: var(--page-bg);
}

.text-brand-blue-dark {
    color: var(--brand-blue-dark);
}

.text-brand-blue {
    color: var(--brand-blue);
}

.text-brand-charcoal {
    color: var(--brand-charcoal);
}

.text-brand-mauve-gray {
    color: var(--brand-mauve-gray);
}
.bg-brand-blue-dark{
    background-color: var(--brand-blue-dark);
}


.bg-brand-blue {
    background-color: var(--brand-blue);
}

.bg-brand-charcoal {
    background-color: var(--brand-charcoal);
}

.bg-brand-mauve-gray {
    background-color: var(--brand-mauve-gray);
}

.bg-page {
    background-color: var(--page-bg);
}

.border-brand-blue-dark {
    border-color: var(--brand-blue-dark);
}

.border-brand-blue {
    border-color: var(--brand-blue);
}

.border-brand-charcoal {
    border-color: var(--brand-charcoal);
}

.border-brand-mauve-gray {
    border-color: var(--brand-mauve-gray);
}


a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    padding: 0
}

a:focus,
input:focus {
    outline: none
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px;
    border-radius: 2px;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 35%)
}

:hover,
a,
a:hover {
    text-decoration: none !important;
    transition: .25s ease-in-out
}

.fa-phone,
.fa-phone-square {
    transform: rotate(0)
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: unset
}
.fw-normal {
    font-weight: 500 !important;
}

ul li {
    list-style: none
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.875rem);
}
.font-40 {
    font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.5rem);
}
.font-48 {
    font-size: clamp(1.9rem, 1.5rem + 1.8vw, 3rem);
}
.font-64 {
    font-size: clamp(2rem, 1.4rem + 2.8vw, 4rem);
}
.font-110 {
    font-size: clamp(2.25rem, 1.2rem + 4.8vw, 6.875rem);
}
.font-172 {
    font-size: clamp(2.5rem, 0.5rem + 9vw, 10.75rem);
}
.a-main:hover {
    color: #ff2424 !important;
}
.bg-brown {
    background-color: #292929;
}

.bg-light-white {
    background-color: #f8f8f8;
}

.bg-light-blue {
    background-color: #B7D8EF;
}

.bg-light-dark
{
    background-color: var(--surface-muted);
}

.tution-fees-row.bg-brand-blue {
    background: linear-gradient(160deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
}
.text-light-white{
    color: #c9c9c98b;
}
.section-e {
    height: 380px;
}
.banner-main-title .main-blue {
    font-size: 30px;
}

.stats-strip-section {
    background: linear-gradient(120deg, var(--brand-blue-dark) 0%, #0f2657 100%);
}

.stats-intro {
    color: #d9e4ff;
    font-size: 14px;
    line-height: 1.45;
    max-width: 120px;
}

.stats-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.5rem 1.25rem;
    backdrop-filter: blur(6px);
    transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.stats-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
}

.stats-item h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.google-reviews-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--surface-muted) 100%) !important;
}

.google-reviews-title {
    color: #222;
    font-size: 30px;
    font-weight: 700;
}

.google-reviews-rating {

    gap: 0.55rem;
    color: #222;
    font-size: 14px;
}

.google-reviews-stars {
    color: #f5b400;
    display: inline-flex;
    gap: 0.1rem;
}

.google-reviews-carousel .owl-stage {
    padding: 0.25rem 0;
}

.review-card,
.review-photo-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    min-height: 400px;
    overflow: hidden;
    transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.review-flip-card:hover .review-card,
.review-flip-card.is-flipped .review-card {
    box-shadow: var(--shadow-md);
}

.review-card {
    padding: 1.1rem 1rem 1rem;
}

.review-google-logo {
    max-width: 26px;
}

.review-user-avatar {
    max-width: 28px;
}

.review-stars {
    color: #f5b400;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}





.review-author {
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.review-role {
    color: #5f5f5f;

}

.review-photo-card {
    position: relative;
    height: 400px;
}

.review-flip-card {
    height: 400px;
    perspective: 2600px;
}



.review-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform-style: preserve-3d;
}

.review-flip-card:hover .review-flip-card-inner,
.review-flip-card.is-flipped .review-flip-card-inner {
    transform: rotateY(180deg);
}

.review-flip-card {
    cursor: pointer;
}

.review-flip-front,
.review-flip-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: opacity 1.35s ease;
}

.review-flip-front {
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.review-flip-back {
    transform: rotateY(180deg);
    opacity: 0;
}

.review-flip-card:hover .review-flip-front,
.review-flip-card.is-flipped .review-flip-front {
    opacity: 0;
}

.review-flip-card:hover .review-flip-back,
.review-flip-card.is-flipped .review-flip-back {
    opacity: 1;
}

.review-flip-card .flip-hint {
    display: none;
}

@media (hover: none) {
    .review-flip-card .flip-hint {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.25rem 0.6rem;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        background: rgba(26, 65, 153, 0.85);
        border-radius: 50px;
        pointer-events: none;
    }

    .review-flip-card.is-flipped .flip-hint {
        display: none;
    }
}

.review-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transform: none;
}

.review-photo-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
}

.review-photo-caption h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.review-photo-caption p {
    font-size: 12px;
}

.instructor-flip-card {
    height: 580px;
    perspective: 2600px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.instructor-flip-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.instructor-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform-style: preserve-3d;
}

.instructor-flip-card:hover .instructor-flip-card-inner,
.instructor-flip-card.is-flipped .instructor-flip-card-inner {
    transform: rotateY(180deg);
}

.instructor-flip-card {
    cursor: pointer;
}

.instructor-flip-front,
.instructor-flip-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    backface-visibility: hidden;
    transition: opacity 0.35s ease;
}

.instructor-flip-front img {

    height: 100%;
    object-fit: cover;
}

.instructor-flip-back {
    transform: rotateY(180deg);
    background: linear-gradient(160deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
    opacity: 0;


}

.role-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1.1rem;
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-blue-dark);
    background: var(--brand-blue-soft);
    border-radius: var(--radius-pill);
}

.instructor-flip-card:hover .instructor-flip-front,
.instructor-flip-card.is-flipped .instructor-flip-front {
    opacity: 0;
}

.instructor-flip-card:hover .instructor-flip-back,
.instructor-flip-card.is-flipped .instructor-flip-back {
    opacity: 1;
}

.instructor-flip-card .flip-hint {
    display: none;
}

@media (hover: none) {
    .instructor-flip-card .flip-hint {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        padding: 0.3rem 0.7rem;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        background: rgba(26, 65, 153, 0.85);
        border-radius: 50px;
        pointer-events: none;
    }

    .instructor-flip-card.is-flipped .flip-hint {
        display: none;
    }
}

.google-reviews-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.google-reviews-carousel .owl-nav button.owl-prev,
.google-reviews-carousel .owl-nav button.owl-next {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #d0d0d0 !important;
    color: #333 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.google-reviews-carousel .owl-nav button.owl-prev {
    left: -1.5em;
}

.google-reviews-carousel .owl-nav button.owl-next {
    right: -1.5em;
}

.google-reviews-carousel .owl-nav button span {
    font-size: 0;
    line-height: 1;
    color: #333;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.google-reviews-carousel .owl-nav button.owl-prev span::before,
.google-reviews-carousel .owl-nav button.owl-next span::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #333;
}

.google-reviews-carousel .owl-nav button.owl-prev span::before {
    content: "\f104";
}

.google-reviews-carousel .owl-nav button.owl-next span::before {
    content: "\f105";
}

.google-reviews-carousel .owl-nav button i {
    color: #333;
    font-size: 18px;
    display: none;
}

.stats-item p {
    color: #e9efff;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.stats-item i {
    color: #B1CA16;
    font-size: 20px;
}



.video-section {
    min-height: 520px;
    background-image: linear-gradient(180deg, rgba(15, 38, 87, 0.25), rgba(15, 38, 87, 0.55)), url('/images/video-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.play-button {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ease), box-shadow 0.6s ease-out;
    animation: playPulse 2.6s ease-out infinite;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
    margin-left: 5px;
}

.play-button:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.22);
    animation-play-state: paused;
}

@keyframes playPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
    }
    70% {
        box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-modal-content {
    background: #090909;
    color: #ffffff;
    border: 0;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.form-section {
    background: linear-gradient(160deg, #dbe6ff 0%, #b8d3ea 100%);
}

.apply-form-cta {
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, #0f2657 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.apply-form-cta:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.e-top-section
{
    border-radius: var(--radius-lg);
    margin-top: -4em;
    z-index: 100;
    box-shadow: var(--shadow-lg);
}

.quick-links .divider {
    width: 2px;
    height: 2.2rem;
    background-color: rgba(18, 23, 43, 0.25);

}

.quick-links a {
    transition: color 0.2s var(--ease);
}

.mt8 {
    margin-top: -1.1em;
}

.apply-step-row {
    border-bottom: 1px solid var(--line);
    transition: transform 0.25s var(--ease);
}

.apply-step-row:last-of-type {
    border-bottom: 0;
}

.apply-step-row:hover {
    transform: translateX(4px);
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    box-shadow: var(--shadow-sm);
}
.tution-fees-section{
    min-height: 700px;
    display: flex;
    align-items: center;
}

.tution-fees-section > .row {
    width: 100%;
    margin: 0;
}

.tution-fees-row{
    min-height: 700px;
    display: flex;
    align-items: center;
}

.tution-fees-row > .row {
    width: 100%;
}
.left-3em{
    margin-left: -8em;
}
.card-1{
    width: 290px;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.card-1:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.card-1 hr {
    opacity: 1;
    border-top: 2px dashed var(--line);
}

.fees-total-row {
    color: var(--brand-blue-dark);
    margin: 0 -1rem -0.25rem;
    padding: 0.6rem 1rem 0;
}

.mission-more-wrap {
    position: relative;
}



    .mission-more-image-col {
       position: absolute;
    top: -6em;
    right: 8em;
    height: 100%;
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }



.syllabus-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 27px;
    font-weight: 500;
    color: #1f2228;
    letter-spacing: 0.5px;
    padding: 0;
}

.syllabus-toggle i {
    font-size: 35px;
    color: #21252c;
    transition: transform 0.3s ease;
}

.syllabus-group {
    background: #fff;
    border-radius: 8px;
    padding: 20px 0;

}

.syllabus-year-pill {
    display: inline-block;
    background-color: #f1f5f9;
    color: #475569;
    border: none;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.syllabus-year-pill.active-pill {
    background-color: #0d6efd;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

.syllabus-year-pill:hover:not(.active-pill) {
    background-color: #e2e8f0;
}

.syllabus-year {
    font-size: 30px;
    font-weight: 600;
    color: #3a5bad;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.syllabus-content {
    animation: fadeIn 0.4s ease-in-out;
}

.syllabus-table-wrap {
    margin-bottom: 1.15rem;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-sm) !important;
    border-color: var(--line) !important;
}

.syllabus-table thead th {
    background: var(--brand-blue-soft);
    color: var(--brand-blue-dark);
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0.78rem 0.9rem;
}

.syllabus-table tbody td {
    background: var(--surface);
    color: var(--ink-900);
    font-size: 16px;
    border: 0;
    font-weight: 600;
    padding: 0.82rem 0.9rem;
    transition: background 0.2s var(--ease);
}

.syllabus-table tbody tr:hover td {
    background: var(--surface-muted);
}

.syllabus-table thead th:nth-child(3),
.syllabus-table tbody td:nth-child(3) {
    white-space: nowrap;
}

.syllabus-table tbody tr + tr td {
    border-top: 6px solid var(--line);
}

.syllabus-table a {
    color: var(--brand-blue-dark);
    font-weight: 500;
}
.btn-nav {
    padding: 15px 25px;
    background-color: #3053a3;
    border-radius: 30px;
}
.z-10 {
    z-index: 10;
}
.menu-toggle-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.menu-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

.menu-toggle-btn.active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}

.menu-toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.nav-links-list,
.mobile-nav-links {
  list-style: none;
  padding: 0;
}

.nav-links-list {
  display: flex;
  align-items: center;
  gap: 40px;

}

.mobile-nav-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.nav-link-custom {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 6px;
  transition: color 0.2s ease;
}

.nav-link-custom:not(.btn-nav)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link-custom:not(.btn-nav):hover::after,
.nav-link-custom.active:not(.btn-nav)::after {
  transform: scaleX(1);
}

.nav-link-custom:hover,
.nav-link-custom.active {
   color: #ffffff;
}

.nav-link-custom.btn-nav:hover,
.nav-link-custom.btn-nav.active {
   color: #ffffff;
   background-color: var(--brand-blue-dark);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 99;
  animation: fadeIn 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nav-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-right: -10px;
}

.nav-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.hero-cta-row {
   max-width: 440px;
}

.hero-btn-enroll,
.hero-btn-learn {
     transition: .5s ease-in-out;
     min-height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.hero-btn-enroll {

   background: #f2f2f2;
   color: #1f2d3d;
}

.hero-btn-enroll:hover {
   background: #9cb8ff;
   color: #fff;
    transition: .5s ease-in-out;
}

.hero-btn-learn {
   border: 2px solid #9cb8ff;
   color: #ffffff;
   background: rgba(16, 44, 117, 0.45);
}

.hero-btn-learn:hover {
   background: #ffffff;
   color: #15367d;
    transition: .5s ease-in-out;
   border-color: #ffffff;
}

.slider-section {
   padding-top: 2rem;
   padding-bottom: 2rem;
   position: relative;
   overflow: hidden;
   background: linear-gradient(135deg, var(--brand-blue-dark) 0%, #0f2657 100%);
}

.slider-section::before {
   content: '';
   position: absolute;
   width: 520px;
   height: 520px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(154, 184, 255, 0.28), transparent 70%);
   top: -180px;
   right: -140px;
   pointer-events: none;
}

.slider-section::after {
   content: '';
   position: absolute;
   width: 360px;
   height: 360px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(58, 91, 173, 0.35), transparent 70%);
   bottom: -160px;
   left: -120px;
   pointer-events: none;
}

.slider-section > .container {
   position: relative;
   z-index: 1;
}

.hero-carousel.carousel {
   position: relative !important;
    right: 5em !important;
    bottom: -3.2em !important;
    width: 670px;
    max-width: 100%;
}

.hero-carousel .carousel-inner {
   border-radius: var(--radius-lg);
   box-shadow: var(--shadow-lg);
}

.hero-carousel .carousel-item {
   min-height: 340px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
   width: 44px;
   height: 44px;
   top: 50%;
   bottom: auto;
   transform: translateY(-50%);
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.16);
   backdrop-filter: blur(6px);
   opacity: 1;
   transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.hero-carousel .carousel-control-prev {
   left: 16px;
}

.hero-carousel .carousel-control-next {
   right: 16px;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
   background: rgba(255, 255, 255, 0.32);
   transform: translateY(-50%) scale(1.06);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
   width: 1.1rem;
   height: 1.1rem;
}

.hero-carousel-img {
   height: clamp(300px, 42vw, 560px);
   object-fit: contain;
   object-position: center;
}
.banner-section {
   background: linear-gradient(120deg, #dbe6ff 0%, #ccdaf0 100%);
}

.banner-top-text {
   color: #2a57ab;
   font-size: clamp(1.8rem, 3.1vw, 3.35rem);
   line-height: 1.1;
   font-weight: 300;
}

.edexcel-logo {
   color: #003f76;
   font-size: clamp(2.2rem, 4.4vw, 5.2rem);
   font-weight: 600;
   letter-spacing: 0.02em;
   line-height: 1;
}

.mini-squares {
   display: grid;
   grid-template-columns: repeat(4, 14px);
   gap: 6px;
}

.mini-squares span {
   width: 14px;
   height: 14px;
   border-radius: 3px;
   background: #73c6ef;
}

.cambridge-brand {
   color: #0b1b3b;
   font-size: clamp(1.3rem, 2vw, 2.15rem);
   font-weight: 600;
   line-height: 1.2;
   text-align: left;
}

.banner-main-title {
   display: flex;
   flex-wrap: wrap;
   align-items: baseline;
   gap: 0.35em;
   font-weight: 700;
   line-height: 1.02;
}

.banner-main-title .main-blue {
   color: #2f78de;
   font-size: clamp(2.2rem, 6vw, 8.3rem);
}

.banner-main-title .sub-blue {
   color: #4f78c0;
   font-size: clamp(1.9rem, 4.2vw, 5rem);
   font-weight: 400;
}

.banner-main-title .main-red {
   color: #ef2f3b;
   font-size: clamp(2.2rem, 6vw, 8.3rem);
}
/* inner section */


.inener-section {
    min-height: 340px;
    margin-top: -10em;
}

/* Custom Brand Blue Button */
.btn-outline-brand-blue {
    color: var(--brand-blue);
    border-color: var(--brand-blue);
    transition: all 0.2s var(--ease);
}
.btn-outline-brand-blue:hover,
.btn-check:checked + .btn-outline-brand-blue {
    color: #fff !important;
    background-color: var(--brand-blue) !important;
    border-color: var(--brand-blue) !important;
    box-shadow: var(--shadow-sm);
}

/* Custom Brand Charcoal Button */
.btn-outline-brand-charcoal {
    color: var(--brand-charcoal);
    border-color: var(--brand-charcoal);
    transition: all 0.2s var(--ease);
}
.btn-outline-brand-charcoal:hover,
.btn-check:checked + .btn-outline-brand-charcoal {
    color: #fff !important;
    background-color: var(--brand-charcoal) !important;
    border-color: var(--brand-charcoal) !important;
    box-shadow: var(--shadow-sm);
}

.syllabus-filter-panel {
    border-radius: var(--radius-lg) !important;
    background: var(--surface) !important;
    box-shadow: var(--shadow-sm) !important;
}

/* ==== Modern UI pass ==== */

.font-48,
.font-64,
.font-110,
.font-172 {
    letter-spacing: -0.02em;
    line-height: 1.08;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(15, 33, 79, 0.75);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.site-header.is-scrolled {
    background: rgba(11, 24, 59, 0.92);
    box-shadow: var(--shadow-md);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.btn-nav {
    padding: 13px 26px;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
    border-radius: var(--radius-pill);
    box-shadow: 0 8px 20px rgba(26, 65, 153, 0.35);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.nav-links-list .btn-nav {
    transform: translateY(0);
}

.nav-links-list .btn-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(26, 65, 153, 0.45);
}

/* Footer */
.bg-brown {
    background: linear-gradient(180deg, #1c1f26 0%, #14161b 100%);
}

.footer-list li a {
    display: inline-block;
    transition: transform 0.2s var(--ease), color 0.2s var(--ease);
}

.footer-list li a:hover {
    transform: translateX(4px);
    color: #ffffff !important;
}

.social-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    transition: all 0.25s var(--ease);
}

.social-icon-btn:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(26, 65, 153, 0.35);
}

.footer-bottom {
    background: var(--surface-muted);
    border-top: 1px solid var(--line);
}

/* Buttons */
.hero-btn-enroll,
.hero-btn-learn {
    border-radius: var(--radius-md) !important;
}

.hero-btn-enroll {
    background: #ffffff;
    color: var(--brand-blue-dark);
    box-shadow: var(--shadow-md);
    font-weight: 600;
}

.hero-btn-enroll:hover {
    background: var(--brand-blue-soft);
    color: var(--brand-blue-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.hero-btn-learn {
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.hero-btn-learn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
