body {
    font-family: 'Inter', sans-serif;
    padding-top: 72px;
    /* fixed header space */
}

/* Mobile */
/* @media (max-width: 767px) {
    body {
        padding-top: 92px;
    }
} */

/* ================= HEADER ================= */
.main-header {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    z-index: 1050;
}

.navbar {
    min-height: 72px;
}

.navbar-brand {
    font-size: 1rem !important;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    padding: 6px 0;
}

.nav-link:hover {
    color: #ff7a18 !important;
}

.nav-link.active {
    color: #ff7a18 !important;
    border-bottom: 2px solid #ff7a18;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 6px;
    }
}

.dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 6px 0;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 18px;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #000;
}

.btn-header {
    background: #ff7a18;
    color: #fff;
    border-radius: 24px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
}

.btn-header:hover {
    background: #ff8c3a;
}

.phone {
    color: #fff;
    font-size: 14px;
}



/* ================= HERO ================= */
/* .hero-section {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 16px;
    border-radius: 30px;
    display: inline-block;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-title span {
    color: #ff7a18;
}

.hero-subtitle {
    font-weight: 500;
    opacity: 0.9;
}

.hero-desc {
    max-width: 520px;
    opacity: 0.85;
}

.btn-orange {
    background: #ff7a18;
    color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
}

.btn-orange:hover {
    background: #ff8c3a;
    color: #fff;
}

.hero-points span {
    margin-right: 15px;
    font-size: 0.9rem;
}

.hero-points span::before {
    content: "●";
    color: #28a745;
    margin-right: 6px;
} */










/* ================= HERO IMAGE SLIDER ================= */
.hero-image-slider {
    width: 100%;
}

/* DESKTOP / LAPTOP */
.heroSwiper {
    width: 100%;
    height: 90vh;
    /* FULL HERO HEIGHT */
}

.heroSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

/* IMAGE – FULL SCREEN, NO BLACK */
.heroSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 KEY FIX */
    object-position: center;
}

/* TABLET */
@media (max-width: 991px) {
    .heroSwiper {
        height: 65vh;
    }
}

/* MOBILE – NO CROP, FULL IMAGE */
@media (max-width: 576px) {
    .heroSwiper {
        height: auto;
    }

    .heroSwiper img {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* 🔥 mobile rule */
    }
}









/* ================= STATS ================= */
.stat-card {
    background: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

.stat-card i {
    font-size: 24px;
    color: #1f3c88;
}

.stat-card h3 {
    font-weight: 800;
    margin-top: 12px;
}

.stat-card p {
    margin-bottom: 0;
    color: #6c757d;
}

/* ================= PROGRAMS ================= */
.programs-section {
    background: #f6f9ff;
    padding: 80px 0;
}

.section-tag {
    color: #ff7a18;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 10px;
}

.section-title span {
    color: #1f3c88;
}

.section-desc {
    max-width: 620px;
    margin: 15px auto 0;
    color: #6c757d;
}

.program-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.program-card h5 {
    font-weight: 700;
    margin-top: 5px;
}

.program-card p {
    font-size: 0.95rem;
    color: #6c757d;
}

.program-card .icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.icon.green {
    background: #e8f6ef;
    color: #2ecc71;
}

.icon.blue {
    background: #eaf1ff;
    color: #1f3c88;
}

.icon.orange {
    background: #fff1e6;
    color: #ff7a18;
}

.icon.lightblue {
    background: #edf5ff;
    color: #4da3ff;
}

.program-card .meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #6c757d;
    margin: 15px 0;
}

.program-card ul {
    padding-left: 18px;
    font-size: 0.9rem;
}

.program-card ul li {
    margin-bottom: 8px;
}

.program-card .btn-outline-primary {
    border-radius: 30px;
    font-weight: 600;
    margin-top: 15px;
}

/* ================= WHY CHOOSE US ================= */
.why-choose-section {
    padding: 90px 0;
    background: #ffffff;
}

.why-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.why-desc {
    color: #6c757d;
    max-width: 480px;
}

.why-point {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.why-point i {
    color: #28a745;
    font-size: 1.1rem;
}

/* RIGHT CARDS */
.feature-card {
    background: #f8fbff;
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    border: 1px solid #eef2f7;
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: #eaf1ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f3c88;
    font-size: 20px;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ================= OUR RESULTS ================= */
.results-section {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    padding: 110px 0;
}

.results-title {
    font-size: 2.6rem;
    font-weight: 800;
}

.results-title span {
    color: #ff7a18;
}

.results-desc {
    max-width: 640px;
    margin: 15px auto 0;
    opacity: 0.85;
}

/* STATS */
.result-stat {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 30px 20px;
    transition: 0.4s ease;
}

.result-stat i {
    font-size: 26px;
    color: #ff7a18;
}

.result-stat h4 {
    font-weight: 800;
    margin-top: 10px;
}

.result-stat:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.18);
}























/* SLIDER */
.results-slider-wrapper {
    overflow: hidden;
}

.results-slider {
    padding: 10px 0 30px;
}

/* STUDENT CARD */
.student-card {
    background: #fff;
    color: #0b2b6b;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
}

.student-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.avatar {
    width: 56px;
    height: 56px;
    background: #eaf1ff;
    color: #1f3c88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 10px;
}

.air-rank {
    display: inline-block;
    background: #ff7a18;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.student-card h6 {
    font-weight: 700;
    margin-bottom: 2px;
}

.student-card small {
    color: #6c757d;
}

.student-card p {
    font-size: 0.85rem;
    margin-top: 6px;
}

/* ================= UPDATED STUDENT CARD ================= */

.square-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    min-height: 260px;
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.square-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

/* PROFILE IMAGE */
.student-profile {
    width: 110px;
    height: 110px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #eaf1ff;
}

.student-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* NAME */
.student-name {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: #0b2b6b;
}

/* COURSE + RANK */
.student-meta {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

.student-meta .course {
    background: #eaf1ff;
    color: #1f3c88;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.student-meta .rank {
    background: #ff7a18;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 700;
}




















.testimonials-section {
    background: #f6f9ff;
    padding: 100px 0;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    min-height: 260px;
    /* 🔥 SAME SIZE FIX */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.stars {
    color: #ff7a18;
}

.quote {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.6;
    margin: 12px 0;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf1ff;
    color: #1f3c88;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}









.results-banner-slider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background: #000;
}








/* ================= INFRASTRUCTURE ================= */
.infrastructure-section {
    background: #f6f9ff;
    padding: 100px 0;
}

.infra-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    text-align: left;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.infra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.infra-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eaf1ff;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.infra-card h6 {
    font-weight: 700;
    margin-bottom: 6px;
}

.infra-card p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ================= FREE DEMO CTA ================= */
.demo-section {
    background: #ffffff;
    padding: 100px 0;
}

.demo-points {
    list-style: none;
    padding-left: 0;
}

.demo-points li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #495057;
}

.demo-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 600;
}

.demo-contact {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.demo-contact i {
    color: #1f3c88;
    margin-right: 6px;
}

/* FORM CARD */
.demo-form-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.demo-form-card h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.demo-form-card p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.demo-form-card .form-control,
.demo-form-card .form-select {
    background: #f8fbff;
    border-radius: 10px;
    border: 1px solid #e6edf5;
    padding: 10px 14px;
    font-size: 0.9rem;
}

.demo-form-card .form-control:focus,
.demo-form-card .form-select:focus {
    border-color: #1f3c88;
    box-shadow: none;
}

.form-note {
    display: block;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #6c757d;
}


/* ================= FOOTER ================= */
.site-footer {
    background: #24345c;
    color: #cbd5e1;
    padding: 80px 0 40px;
}

.footer-logo {
    background: #ffffff;
    color: #24345c;
}

.site-footer strong {
    color: #ffffff;
}

.site-footer small {
    opacity: 0.7;
}

.footer-desc {
    font-size: 0.9rem;
    margin-bottom: 20px;
    max-width: 360px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.footer-contact li {
    margin-bottom: 10px;
}

.footer-contact i {
    margin-right: 8px;
    color: #ffffff;
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* DIVIDER */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 40px 0 25px;
}

/* BOTTOM */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: 8px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #ff7a18;
    color: #ffffff;
}

.footer-policy a {
    color: #cbd5e1;
    font-size: 0.85rem;
    margin-left: 15px;
}

.footer-policy a:hover {
    color: #ffffff;
}

/* COPYRIGHT */
.footer-copy {
    font-size: 0.85rem;
    opacity: 0.7;
}



/* ================= About Us ================= */
/* ================= ABOUT HERO ================= */
.about-hero {
    position: relative;
    min-height: 70vh;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}

/* TITLE */
.about-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
}

.about-hero-desc {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.05rem;
    opacity: 0.9;
}

/* ================= SHAPES ================= */
.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.35;
    animation: float 12s infinite ease-in-out;
}

/* ORANGE */
.shape-1 {
    width: 260px;
    height: 260px;
    background: #ff7a18;
    top: -60px;
    left: -60px;
}

/* BLUE */
.shape-2 {
    width: 320px;
    height: 320px;
    background: #4facfe;
    bottom: -100px;
    right: -100px;
    animation-delay: 3s;
}

/* LIGHT GLOW */
.shape-3 {
    width: 200px;
    height: 200px;
    background: #ffffff;
    top: 20%;
    right: 15%;
    opacity: 0.12;
    animation-delay: 6s;
}

/* FLOAT ANIMATION */
@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-40px) translateX(20px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .about-hero-title {
        font-size: 2.4rem;
    }
}

/* ================= OUR STORY ================= */
.about-story {
    padding: 110px 0;
    background: #ffffff;
}

.story-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
}

.story-text {
    color: #6c757d;
    font-size: 0.95rem;
}

/* STATS */
.story-stats h3 {
    font-weight: 800;
    color: #1f3c88;
}

.story-stats span {
    font-size: 0.85rem;
    color: #6c757d;
}

/* TIMELINE */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    background: #f8fbff;
    border-radius: 14px;
    padding: 18px;
    gap: 14px;
    transition: 0.35s ease;
    animation: fadeUp 0.8s ease forwards;
}

.timeline-item:hover {
    transform: translateX(6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.timeline-content h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.timeline-content p {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= VISION & MISSION ================= */
.vision-mission {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.vm-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 36px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.vm-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(79, 172, 254, 0.12), rgba(255, 122, 24, 0.12));
    opacity: 0;
    transition: 0.4s ease;
}

.vm-card:hover::before {
    opacity: 1;
}

.vm-card:hover {
    transform: translateY(-6px);
}

/* ICON */
.vm-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.vision-icon {
    background: #eef4ff;
}

.mission-icon {
    background: #fff1e7;
}

/* TEXT */
.vm-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.vm-card p {
    font-size: 0.92rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .vm-card {
        padding: 28px;
    }
}

/* ================= OUR VALUES ================= */
.our-values {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.values-title {
    font-size: 2.2rem;
    font-weight: 800;
}

/* CARD */
.value-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 26px;
    height: 100%;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
}

/* ICON */
.value-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

/* TEXT */
.value-card h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 0.88rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .values-title {
        font-size: 1.9rem;
    }
}

/* ================= DIRECTOR MESSAGE ================= */
.director-message {
    padding: 100px 0;
    background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.director-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    animation: fadeUp 0.9s ease forwards;
}

/* IMAGE */
.director-img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 20px;
    background: #eaf2ff;
}

/* TEXT */
.director-name {
    font-weight: 800;
}

.director-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
}

.director-sign {
    font-weight: 600;
    margin-top: 18px;
    color: #1f3c88;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .director-card {
        padding: 30px;
        text-align: center;
    }

    .director-img img {
        margin-bottom: 20px;
    }
}

/* ================= CTA ================= */
.about-cta {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

/* TEXT */
.cta-title {
    font-size: 2.6rem;
    font-weight: 800;
}

.cta-text {
    max-width: 620px;
    margin: 12px auto 0;
    opacity: 0.9;
}

/* BUTTONS */
.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary {
    background: #ff7a18;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-cta-primary:hover {
    background: #ff8c3a;
    color: #fff;
    transform: translateY(-2px);
}

.btn-cta-secondary {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* SHAPES */
.cta-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.35;
    animation: floatCTA 12s infinite ease-in-out;
}

.cta-shape-1 {
    width: 300px;
    height: 300px;
    background: #ff7a18;
    top: -120px;
    left: -120px;
}

.cta-shape-2 {
    width: 260px;
    height: 260px;
    background: #4facfe;
    bottom: -100px;
    right: -100px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatCTA {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-40px) translateX(30px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .cta-title {
        font-size: 2rem;
    }
}

/* ================= END ABOUT US ================= */


/* ================= COURSES HERO ================= */
.courses-hero {
    position: relative;
    min-height: 70vh;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}

/* TEXT */
.courses-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
}

.courses-hero-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    opacity: 0.9;
}

/* SHAPES */
.courses-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.35;
    animation: floatCourses 14s infinite ease-in-out;
}

.shape-a {
    width: 320px;
    height: 320px;
    background: #ff7a18;
    top: -120px;
    left: -120px;
}

.shape-b {
    width: 280px;
    height: 280px;
    background: #4facfe;
    bottom: -120px;
    right: -120px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatCourses {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-45px) translateX(35px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .courses-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .courses-hero-title {
        font-size: 2.1rem;
    }
}

/* ================= COURSES LIST ================= */
.courses-list {
    padding: 100px 0;
    background: #f7fbff;
}

.course-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.course-head {
    display: flex;
    gap: 16px;
    align-items: center;
}

.course-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eafff1;
}

.course-tag {
    font-size: 0.8rem;
    color: #6c757d;
}

.course-desc {
    margin: 18px 0;
    color: #6c757d;
}

/* FEATURES */
.course-features p {
    font-size: 0.88rem;
    margin-bottom: 8px;
}

/* BATCHES */
.course-batches {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.course-batches span {
    background: #eef4ff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
}

/* META */
.course-meta {
    background: #f8fbff;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
}

.course-meta p {
    font-size: 0.88rem;
}

/* BUTTONS */
.btn-enroll {
    display: block;
    background: #ff7a18;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
}

.btn-enroll:hover {
    background: #ff8c3a;
    color: #fff;
}

.btn-demo {
    display: block;
    border: 2px solid #1f3c88;
    color: #1f3c88;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .course-card {
        padding: 28px;
    }
}

/* ================= COURSES CTA ================= */
.courses-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #ffffff;
    overflow: hidden;
}

/* TEXT */
.courses-cta-title {
    font-size: 2.6rem;
    font-weight: 800;
}

.courses-cta-text {
    max-width: 620px;
    margin: 14px auto 32px;
    opacity: 0.9;
    font-size: 1.05rem;
}

/* BUTTON */
.btn-courses-cta {
    background: #ff7a18;
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 32px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-courses-cta:hover {
    background: #ff8c3a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* SHAPES */
.courses-cta-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    animation: floatCta 14s infinite ease-in-out;
}

.shape-left {
    width: 320px;
    height: 320px;
    background: #ff7a18;
    top: -140px;
    left: -140px;
}

.shape-right {
    width: 300px;
    height: 300px;
    background: #4facfe;
    bottom: -140px;
    right: -140px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatCta {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .courses-cta-title {
        font-size: 2rem;
    }

    .courses-cta {
        padding: 90px 0;
    }
}

/* ================= END COURSES ================= */

/* ================= RESULTS ================= */
/* ================= RESULTS HERO ================= */
.results-hero {
    position: relative;
    min-height: 70vh;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}

/* TEXT */
.results-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
}

.results-hero-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    opacity: 0.9;
}

/* SHAPES */
.results-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    opacity: 0.35;
    animation: floatResults 14s infinite ease-in-out;
}

.shape-1 {
    width: 320px;
    height: 320px;
    background: #ff7a18;
    top: -140px;
    left: -140px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: #4facfe;
    bottom: -140px;
    right: -140px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatResults {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .results-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .results-hero-title {
        font-size: 2.1rem;
    }
}


/* ================= RESULTS STATS ================= */
.results-stats {
    padding: 100px 0;
    background: #ffffff;
}

/* CARD */
.stats-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

.stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* ICON */
.stats-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon.orange {
    background: #fff3e8;
}

.stats-icon.green {
    background: #eafff1;
}

.stats-icon.blue {
    background: #eef4ff;
}

/* TEXT */
.stats-card h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #0f172a;
}

.stats-card p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .results-stats {
        padding: 70px 0;
    }
}


/* ================= YEAR PERFORMANCE ================= */
.year-performance {
    padding: 100px 0;
    background: #f8fbff;
}

/* CARD */
.year-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 42px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

/* TOP STATS */
.year-top {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.year-label {
    background: #1f3c88;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 18px 28px;
    border-radius: 16px;
}

.year-stat h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.year-stat span {
    font-size: 0.9rem;
    color: #6b7280;
}

.green {
    color: #16a34a;
}

.orange {
    color: #ff7a18;
}

/* DIVIDER */
.divider {
    height: 1px;
    background: #e5e7eb;
    margin: 36px 0;
}

/* TOP PERFORMERS */
.top-performers h4 {
    font-weight: 700;
}

/* STUDENT CARD */
.student-card {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: #f4f7fb;
    border-radius: 20px;
    transition: 0.35s ease;
}

.student-card img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.student-card h5 {
    margin: 0;
    font-weight: 600;
}

.student-card p {
    margin: 2px 0 0;
    font-size: 0.85rem;
    color: #6b7280;
}

.student-card .air {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff7a18;
}

.student-card:hover,
.student-card.active {
    background: #e6f0ff;
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .year-top {
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .year-card {
        padding: 28px;
    }
}

/* ================= ACHIEVEMENTS ================= */
.achievements {
    padding: 100px 0;
    background: #ffffff;
}

/* CARD */
.achievement-card {
    background: #f8fbff;
    border-radius: 20px;
    padding: 26px 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.achievement-card:hover {
    background: #eef4ff;
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* ICON */
.achievement-icon {
    width: 44px;
    height: 44px;
    background: #fff3e8;
    color: #ff7a18;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* TEXT */
.achievement-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #0f172a;
    line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .achievements {
        padding: 70px 0;
    }
}


/* ================= RESULTS CTA ================= */
.results-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #ffffff;
    overflow: hidden;
}

/* TEXT */
.results-cta-title {
    font-size: 2.6rem;
    font-weight: 800;
}

.results-cta-text {
    max-width: 620px;
    margin: 14px auto 34px;
    opacity: 0.9;
    font-size: 1.05rem;
}

/* BUTTONS */
.results-cta-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-cta {
    background: #ff7a18;
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 32px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-primary-cta:hover {
    background: #ff8c3a;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary-cta {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 32px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: 0.3s ease;
}

.btn-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #ffffff;
}

/* SHAPES */
.results-cta-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    animation: floatResultsCta 14s infinite ease-in-out;
}

.shape-left {
    width: 320px;
    height: 320px;
    background: #ff7a18;
    top: -140px;
    left: -140px;
}

.shape-right {
    width: 300px;
    height: 300px;
    background: #4facfe;
    bottom: -140px;
    right: -140px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatResultsCta {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .results-cta {
        padding: 90px 0;
    }

    .results-cta-title {
        font-size: 2rem;
    }
}

/* ================= END RESULTS ================= */

/* ================= FACULTY ================= */
/* ================= FACULTY HERO ================= */
.faculty-hero {
    position: relative;
    min-height: 70vh;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}

/* TEXT */
.faculty-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
}

.faculty-hero-desc {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.05rem;
    opacity: 0.9;
}

/* SHAPES */
.faculty-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    opacity: 0.35;
    animation: floatFaculty 14s infinite ease-in-out;
}

.shape-left {
    width: 340px;
    height: 340px;
    background: #ff7a18;
    top: -150px;
    left: -150px;
}

.shape-right {
    width: 300px;
    height: 300px;
    background: #4facfe;
    bottom: -150px;
    right: -150px;
    animation-delay: 4s;
}

/* ANIMATION */
@keyframes floatFaculty {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(45px, -45px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .faculty-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .faculty-hero-title {
        font-size: 2.1rem;
    }
}

/* ================= FACULTY STATS ================= */
.faculty-stats {
    padding: 90px 0;
    background: #ffffff;
}

/* CARD */
.faculty-stat-card {
    background: #f8fbff;
    border-radius: 18px;
    padding: 34px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
    height: 100%;
}

.faculty-stat-card:hover {
    background: #eef4ff;
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* TEXT */
.faculty-stat-card h3 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1f3c88;
    margin-bottom: 6px;
}

.faculty-stat-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .faculty-stats {
        padding: 70px 0;
    }
}

/* ================= FACULTY TEAM ================= */
.faculty-team {
    padding: 100px 0;
    background: #f8fbff;
}

/* CARD */
.faculty-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 26px;
    text-align: center;
    height: 100%;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
    transition: 0.4s ease;
}

.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.faculty-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

/* TEXT */
.faculty-card h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.subject {
    display: block;
    font-size: 0.9rem;
    color: #ff7a18;
    margin-bottom: 14px;
}

/* META */
.faculty-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    font-size: 0.85rem;
    color: #6b7280;
}

.faculty-meta li {
    margin-bottom: 4px;
}

/* SPECIALIZATION */
.specialization {
    font-size: 0.85rem;
    color: #475569;
    margin-bottom: 14px;
}

/* ACHIEVEMENT */
.faculty-achievement {
    font-size: 0.85rem;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    color: #0f172a;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .faculty-team {
        padding: 70px 0;
    }
}

/* ================= WHY OUR FACULTY ================= */
.why-faculty {
    padding: 110px 0;
    background: #ffffff;
}

/* TEXT */
.section-desc {
    max-width: 520px;
    color: #6b7280;
    font-size: 0.95rem;
}

/* POINTS */
.faculty-points {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.faculty-points li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #0f172a;
}

.faculty-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #eafff1;
}

/* RIGHT CARDS */
.faculty-highlight {
    background: #f8fbff;
    border-radius: 18px;
    padding: 36px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
    height: 100%;
}

.faculty-highlight:hover {
    background: #eef4ff;
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.faculty-highlight h3 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #1f3c88;
}

.faculty-highlight p {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

/* COLOR HELPERS */
.faculty-highlight .orange {
    color: #ff7a18;
}

.faculty-highlight .green {
    color: #16a34a;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .why-faculty {
        padding: 80px 0;
    }
}

/* ================= FACULTY CTA ================= */
.faculty-cta {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg, #1e2a52, #1f4fa3);
    overflow: hidden;
}

.faculty-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 45%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 45%);
    animation: ctaGlow 8s linear infinite alternate;
}

@keyframes ctaGlow {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

.faculty-cta h2 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.faculty-cta p {
    color: #dbe4ff;
    font-size: 1rem;
    margin-bottom: 36px;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-orange {
    background: #ff7a18;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-orange:hover {
    background: #ff8c32;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 122, 24, 0.45);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .faculty-cta {
        padding: 80px 0;
    }

    .faculty-cta h2 {
        font-size: 1.9rem;
    }
}

/* ================= END FACULTY ================= */

/* ================= ABOUT US ================= */
/* ================= PAGE HERO (COMMON) ================= */
.page-hero {
    position: relative;
    padding: 140px 0 120px;
    background: linear-gradient(135deg, #1e2a52, #1f4fa3);
    overflow: hidden;
    /* margin-top: -72px; */
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 45%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 45%);
    animation: heroGlow 8s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

/* TEXT */
.page-hero h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.page-hero p {
    color: #dbe4ff;
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* TAG */
.hero-tag {
    display: inline-block;
    color: #ff9f43;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .page-hero {
        padding: 110px 0 90px;
    }

    .page-hero h1 {
        font-size: 2.1rem;
    }

    .page-hero p {
        font-size: 0.95rem;
    }
}




/* ================= CONTACT INFO ================= */
.contact-info {
    padding: 90px 0;
    background: #ffffff;
}

/* CARD */
.contact-info-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* ICON */
.icon-box {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: #f1f5ff;
    color: #1f3c88;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.contact-info-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.contact-info-card p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-info {
        padding: 70px 0;
    }
}

/* ================= CONTACT FORM & MAP ================= */
.contact-form-map {
    padding: 100px 0;
    background: #f8fbff;
}

/* FORM CARD */
.contact-form-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-form-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
}

.contact-form-card p {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 24px;
}

/* FORM ELEMENTS */
.contact-form-card label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
    display: block;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    outline: none;
    transition: 0.3s ease;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    border-color: #1f4fa3;
    box-shadow: 0 0 0 3px rgba(31, 79, 163, 0.12);
}

/* BUTTON */
.btn-submit {
    width: 100%;
    background: #ff7a18;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #ff8c32;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 122, 24, 0.4);
}

/* MAP */
.map-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .contact-form-map {
        padding: 80px 0;
    }

    .map-box iframe {
        min-height: 360px;
    }
}

/* ================= WHATSAPP ASSISTANCE ================= */
.whatsapp-assist {
    padding: 90px 0 110px;
    background: #ffffff;
}

.whatsapp-assist h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.whatsapp-assist p {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 28px;
}

/* BUTTON */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff7a18;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.35s ease;
    box-shadow: 0 12px 35px rgba(255, 122, 24, 0.35);
}

.whatsapp-btn:hover {
    background: #ff8c32;
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(255, 122, 24, 0.45);
}

/* ICON */
.wa-icon {
    font-size: 1.1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .whatsapp-assist {
        padding: 70px 0 90px;
    }

    .whatsapp-assist h3 {
        font-size: 1.35rem;
    }
}

/* ================= END ABOUT US ================= */


/* ================= BLOG ================= */
.blog-listing {
    padding: 100px 0;
    background: #f8fbff;
}

/* CARD */
.blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.blog-content {
    padding: 22px;
}

.blog-category {
    display: inline-block;
    background: #eef4ff;
    color: #1f4fa3;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.blog-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.blog-content h3 a {
    color: #111827;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #1f4fa3;
}

.blog-content p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* META */
.blog-meta {
    display: flex;
    gap: 16px;
    font-size: 0.75rem;
    color: #9ca3af;
}


/* ================= BLOG DETAIL ================= */
.blog-detail {
    padding: 100px 0;
    background: #f8fbff;
}

/* META */
.blog-detail-meta {
    display: flex;
    gap: 20px;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 14px;
}

/* IMAGE */
.blog-detail-image img {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 26px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* CONTENT */
.blog-detail-content {
    background: #ffffff;
    padding: 34px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.blog-detail-content p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 18px;
}

.blog-detail-content h2 {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 26px 0 10px;
    color: #111827;
}

.blog-detail-content ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.blog-detail-content ul li {
    font-size: 0.9rem;
    margin-bottom: 6px;
}

/* BLOCKQUOTE */
.blog-detail-content blockquote {
    background: #eef4ff;
    border-left: 4px solid #1f4fa3;
    padding: 16px 20px;
    margin: 26px 0;
    font-size: 0.95rem;
    font-style: italic;
    color: #1f4fa3;
    border-radius: 8px;
}

/* CTA */
.blog-detail-cta {
    margin-top: 40px;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1e2a52, #1f4fa3);
    text-align: center;
}

.blog-detail-cta h4 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.blog-detail-cta p {
    color: #dbe4ff;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .blog-detail {
        padding: 80px 0;
    }

    .blog-detail-content {
        padding: 26px;
    }

    .blog-detail-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}


/* ================= DEMO PAGE ================= */
.demo-section {
    padding: 100px 0;
    background: #f8fbff;
}

/* LEFT INFO */
.demo-info h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111827;
}

.demo-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.demo-info ul li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #374151;
}

/* TRUST STATS */
.demo-trust {
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.demo-trust div {
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.demo-trust strong {
    display: block;
    font-size: 1.2rem;
    color: #1f4fa3;
    font-weight: 800;
}

.demo-trust span {
    font-size: 0.75rem;
    color: #6b7280;
}

/* FORM CARD */
.demo-form-card {
    background: #ffffff;
    padding: 34px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.demo-form-card h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.demo-form-card p {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 22px;
}

/* FORM */
.demo-form-card label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.demo-form-card input,
.demo-form-card select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.demo-form-card input:focus,
.demo-form-card select:focus {
    border-color: #1f4fa3;
    box-shadow: 0 0 0 3px rgba(31, 79, 163, 0.12);
}

/* BUTTON */
.btn-submit {
    width: 100%;
    background: #ff7a18;
    color: #ffffff;
    border: none;
    padding: 13px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #ff8c32;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 122, 24, 0.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .demo-section {
        padding: 80px 0;
    }

    .demo-info h2 {
        font-size: 1.6rem;
    }

    .demo-trust {
        flex-direction: column;
    }
}

/* ================= COURSE DETAIL ================= */
.course-detail {
    padding: 100px 0;
    background: #f8fbff;
}

/* CONTENT BOX */
.course-box {
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.course-box h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #111827;
}

.course-box p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* LISTS */
.course-points {
    list-style: none;
    padding: 0;
}

.course-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #374151;
}

.course-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}

.course-steps {
    padding-left: 18px;
    font-size: 0.9rem;
}

/* SIDEBAR */
.course-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 110px;
}

.course-sidebar h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.course-sidebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.course-sidebar ul li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #374151;
}

/* BUTTONS */
.btn-orange {
    display: inline-block;
    background: #ff7a18;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.btn-orange:hover {
    background: #ff8c32;
    transform: translateY(-2px);
}

.btn-outline {
    display: inline-block;
    border: 2px solid #1f4fa3;
    color: #1f4fa3;
    padding: 11px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s ease;
}

.btn-outline:hover {
    background: #1f4fa3;
    color: #ffffff;
}

/* CTA */
.course-cta {
    padding: 110px 0;
    background: linear-gradient(135deg, #1e2a52, #1f4fa3);
    text-align: center;
}

.course-cta h2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.course-cta p {
    color: #dbe4ff;
    font-size: 0.95rem;
    margin-bottom: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .course-detail {
        padding: 80px 0;
    }

    .course-sidebar {
        position: static;
    }

    .course-cta h2 {
        font-size: 1.8rem;
    }
}



/* ================= REGISTRATION PAGE ================= */
.registration-section {
    padding: 100px 0;
    background: #f8fbff;
}

/* LEFT INFO */
.registration-info h2 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111827;
}

.registration-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.registration-info ul li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #374151;
}

.registration-note {
    background: #fff7ed;
    border-left: 4px solid #ff7a18;
    padding: 14px 16px;
    font-size: 0.85rem;
    border-radius: 8px;
}

/* FORM CARD */
.registration-form-card {
    background: #ffffff;
    padding: 36px;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.registration-form-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
}

.registration-form-card p {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 24px;
}

/* FORM SECTIONS */
.form-section {
    margin-bottom: 32px;
}

.form-section h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #1f4fa3;
}

/* FORM */
.registration-form-card label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.registration-form-card input,
.registration-form-card select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.registration-form-card input:focus,
.registration-form-card select:focus {
    border-color: #1f4fa3;
    box-shadow: 0 0 0 3px rgba(31, 79, 163, 0.12);
}

/* SUBMIT */
.form-submit {
    text-align: center;
}

.btn-submit {
    background: #ff7a18;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #ff8c32;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 122, 24, 0.4);
}

.form-disclaimer {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .registration-section {
        padding: 80px 0;
    }

    .registration-form-card {
        padding: 28px;
    }
}