[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* =============== HEADER ================*/

.header {background:var(--white);box-shadow: 0 8px 30px rgba(0, 0, 0, .35);display: flex;
    justify-content: space-between;align-items: center;height: 70px;padding: 5px 20px;width: 95%;border-radius: 10px;position: fixed;top: 10px;left: 50%;
    transform: translateX(-50%);z-index: 999;transition: all 0.35s ease;}
.navigation{display: flex;align-items: center;gap:20px}
.logo {width: 150px;}
.logo img {width: 100%;}
.menu {display: flex;gap: 20px;justify-content: center;}
.navigation a {font-size: 14px;text-transform: uppercase;font-weight: 600;color: var(--black);transition: color 0.3s ease;}
.navigation a:hover {color: var(--purple);}

.menu-toggle {display: none;background: none;border: none;font-size: 22px;cursor: pointer;}
.mobile-nav {position: fixed;top: 0;right: -100%;width: 280px;height: 100vh;background: #111;padding: 30px 20px;z-index: 2000;
    display: flex;flex-direction: column;gap: 20px;transition: right 0.35s ease;}
.mobile-nav.active {right: 0;}
.menu-close {align-self: flex-end;font-size: 30px;background: none;border: none;color:var(--white);cursor: pointer;}
.mobile-menu {list-style: none;padding: 0;margin: 0;}
.mobile-menu li {margin-bottom: 15px;}
.mobile-menu li a {color: var(--white);font-size: 16px;font-weight: 600;text-decoration: none;}
.mobile-login {margin-top: auto;}

@media (max-width: 991px) {.navigation {display: none;}.menu-toggle {display: block;}}
body.menu-open {overflow: hidden;}

/* ================= HERO ================ */

.hero-video-wrapper {position: relative;height: 100vh;overflow: hidden;}
.hero-video {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0;transition: opacity 0.6s ease;}
.hero-video.loaded {opacity: 1;}
.hero-overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.45);z-index: 1;}
.hero-content {position: relative;z-index: 2;height: 100%;width:50%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;text-align: left;color:var(--white);
    padding-left: 70px;}

/* =============== COLLEGE SECTION ================ */

.logo-marquee-section {padding: 20px 0;overflow: hidden;}
.logo-marquee {position: relative;overflow: hidden;}
.logo-marquee::before,.logo-marquee::after {content: '';position: absolute;top: 0;width: 120px;height: 100%;z-index: 2;}
.logo-marquee::before {left: 0;background: linear-gradient(to right,var(--white), transparent);}
.logo-marquee::after {right: 0;background: linear-gradient(to left,var(--white), transparent);}
.logo-track {display: flex;width: max-content;animation: marquee 100s linear infinite;gap:10px}
@keyframes marquee {
    from {transform: translateX(0);}
    to {transform: translateX(-50%);}
}
.logo-item {flex: 0 0 auto;padding: 0 10px;display: flex;align-items: center;justify-content: center;border:solid 1px #ccc;border-radius:5px;background:var(--white);}
.logo-item img {max-height: 50px;width: auto;transition: all 0.3s ease;}

/*================== PROGRAMS =====================*/

.programs-section {background:var(--white);text-align: center;}
.program-stats {display: flex;justify-content: space-between;width: 65%;gap: 25px;margin: 0 auto 25px;}
.stat-box {border: 1px solid var(--orange);border-radius: 12px;padding: 5px 22px;display: flex;align-items: center;gap: 10px;}
.stat-box i{font-size: 20px;color: var(--orange);}

.program-tabs {display: flex;justify-content: center;gap: 15px;flex-wrap: wrap;margin-bottom: 20px;}
.program-tabs .program-tab {border: 1px solid var(--orange);background:var(--white);padding: 8px 18px;border-radius: 12px;font-weight: 600;cursor: pointer;}
.program-tabs .program-tab small {display: block;font-size: 12px;color:var(--blue);}
.program-tabs .program-tab.active {background:var(--orange);color:var(--white);}
.program-tabs .program-tab.active small {color:var(--white);}

.program-wrapper {background: #f9f9f9;border-radius: 22px;padding: 20px;max-width: 1200px;margin: auto;
    box-shadow: rgb(50 50 93 / 6%) 0px 30px 60px -12px inset, rgb(0 0 0 / 7%) 0px 18px 36px -18px inset}
.program-grid {display: none;grid-template-columns: repeat(7, 1fr);gap: 15px;}
.program-grid.active {display: grid;}
.program-card {background:var(--white);border-radius: 18px;box-shadow: 0 6px 18px rgba(0,0,0,0.08);position: relative;display: flex;flex-direction: column;
    justify-content: space-between;align-items: center;}
.duration {position: absolute;top: 12px;left: 50%;transform: translateX(-50%);background: #f4f4f4;padding: 4px 10px;font-size: 12px;border-radius: 8px;}
.program-card img {width: 45px;height: auto;margin: 50px 0 10px;}
.program-btn {display: block;background:var(--orange);color:var(--white);padding: 7px;border-radius: 0 0 10px 10px;text-decoration: none;font-weight: 500;font-size: 13px;width: 100%;}

/*================== PLATFORM =====================*/

.support-platform {}
.platform-header h2 {font-size: 36px;font-weight: 800;margin-bottom: 35px;}
.platform-grid {display: grid;grid-template-columns: repeat(8, 1fr);gap:40px 20px;text-align: center;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;padding: 50px 20px 20px 20px;
    border-radius:5px;background:var(--white);}
.platform-item {position: relative;}
.platform-item img {width: 45px;margin-bottom: 12px;}
.platform-item p {font-size: 12px;font-weight: 500;color: #222;line-height: 1.4;}
.badge {position: absolute;top: -18px;left: 50%;transform: translateX(-50%);font-size: 12px;font-weight: 600;padding: 2px 8px;border-radius: 6px;}

.badge.green { color: #00b894; }
.badge.red { color: #ff4757; }
.badge.orange { color: #ff793f; }
.badge.info { color: #00cec9; }

/*================== APPLY =====================*/

.apply-section {background:var(--white);text-align: center;}
.flip-card {perspective: 1200px;height: 360px;}
.flip-inner {position: relative;width: 100%;height: 100%;border-radius: 16px;transform-style: preserve-3d;transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);}
.flip-card:hover .flip-inner {transform: rotateY(180deg);}
.flip-front,.flip-back {position: absolute;inset: 0;backface-visibility: hidden;border-radius: 16px;padding: 25px 20px;display: flex;flex-direction: column;
    align-items: center;justify-content: center;}
.flip-front img {max-width: 220px;width: 100%;}
.flip-back {transform: rotateY(180deg);text-align: center;}
.card-purple .flip-front,.card-purple .flip-back { background: #f1edff; }
.card-pink .flip-front,.card-pink .flip-back { background: #ffe2ea; }
.card-green .flip-front,.card-green .flip-back { background: #dcfff1; }
.card-yellow .flip-front,.card-yellow .flip-back { background: #faf5c1; }

/*================== WHY =====================*/

.why-section {}
.why-tabs {display: flex;justify-content: center;max-width: 520px;margin: 0 auto 30px;border: 2px solid var(--orange);border-radius: 12px;overflow: hidden;}
.why-tab {flex: 1;padding: 14px 0;background:var(--white);border: none;font-size: 15px;font-weight: 700;cursor: pointer;}
.why-tab.active {background:var(--orange);color:var(--white);}
.why-panel {display: none;}
.why-panel.active {display: block;}
.why-content {border-radius: 10px;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);background:var(--white);padding: 40px;width: 900px;margin: 0 auto;}
.why-image img {width: 100%;}
.why-card {}
.why-card ul {list-style: none;padding: 0;}
.why-card li {font-size: 15px;margin-bottom: 18px;padding-left: 28px;position: relative;}
.why-card li::before {content: "✔";position: absolute;left: 0;color:#00ad3b;font-weight: bold;}

/*=================== EXPERT ===================== */

.expert-section {background: radial-gradient(circle at top, #0c1633, #020814);}
.swiper-slide {width: auto;}
.expert-swiper {width: 100%;}
.expert-swiper .swiper-slide {padding: 10px;height: auto;}
.expert-card {position: relative;border-radius: 18px;overflow: hidden;box-shadow: 0 15px 40px rgba(0,0,0,0.3);}
.expert-card img {width: 100%;height: 100%;object-fit: cover;}
.expert-card .rating {position: absolute;top: 15px;left: 15px;background: #fff;padding: 6px 12px;border-radius: 30px;
    font-size: 13px;font-weight: 600;z-index: 2;display: flex;align-items: center;gap: 6px;}
.expert-card .rating i {color: #f59e0b;}
.expert-card .count {position: absolute;top: 15px;right: 15px;background: #d1fae5;color: #065f46;padding: 8px 14px;
    border-radius: 12px;font-size: 13px;font-weight: 600;text-align: center;z-index: 2;}
.expert-info {position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);width: 85%;background: #fff;
    padding: 20px;border-radius: 16px;text-align: center;box-shadow: 0 12px 30px rgba(0,0,0,0.15);}

.expert-swiper .swiper-button-prev,
.expert-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #0f172a;
    border-radius: 50%;
    color: #fff;
}

.expert-swiper .swiper-button-prev::after,
.expert-swiper .swiper-button-next::after {
    font-size: 18px;
}


/*=================== BLOG ====================*/

.blog-section {background:var(--white);}
.blog-card {background:var(--white);border-radius: 12px;box-shadow: 0 10px 30px rgba(0,0,0,0.08);overflow: hidden;display: flex;flex-direction: column;}
.blog-card img {width: 100%;height: 190px;object-fit: cover;}
.blog-content {padding: 18px 18px 22px;}
.blog-meta {display: flex;justify-content: space-between;align-items: center;font-size: 13px;}
.blog-meta span {color: #777;}
.blog-meta a {color: #ff1f1f;font-weight: 600;text-decoration: none;}
.view-all {text-align: center;margin-top: 40px;}

/* ================ FOOTER SECTION ================ */

.footer {padding: 80px 0 0 0;font-size: 15px;}
.footer-logo {width: 60px;margin-bottom: 15px;}
.footer-social a {font-size: 18px;margin-right: 14px;color: var(--orange);transition: 0.3s;}
.footer-social a:hover {color: var(--orange);}
.footer-box li{margin-bottom:10px;}
.footer-box li a{font-size: 15px;color: var(--black);}
.footer-bottom {margin-top: 50px;padding: 18px 0;border-top: 1px solid rgba(255, 255, 255, 0.15);text-align: center;background-color: var(--orange);}
.footer-bottom p {color: var(--white);font-size: 14px;margin-bottom: 0;}

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

.about-section {background: var(--white);}
.about-image img {width: 100%;}
.about-content {flex: 1;}
.about-points {margin: 20px 0;padding: 0;list-style: none;}
.about-points li {font-size: 16px;margin-bottom: 8px;display: flex;align-items: center;}

/*=================== TEACHER =====================*/

.teachers-section {background: #fafafa;}
.teacher-card {background:var(--white);padding: 25px;border-radius: 12px;text-align: center;transition: 0.3s ease;flex: 1;
  height: 100%;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.teacher-card:hover {transform: translateY(-6px);box-shadow: 0 12px 25px rgba(0,0,0,0.09);}
.teacher-image {width: 150px;height: 150px;overflow: hidden;border-radius: 100px;margin: 0 auto;}
.teacher-image img {width: 100%;height: 100%;object-fit: cover;}

/*=================== COURSE ======================*/

.course-section {background:var(--white);}
.course-card {background:var(--white);border-radius: 14px;overflow: hidden;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.35s ease;position: relative;height: 100%;display: flex;flex-direction: column;}
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 15px 35px rgba(0,0,0,0.12);
}
.course-image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}
.course-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.course-card:hover .course-image img {
  scale: 1.05;
}
.course-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #2c59e8;
  color:var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
}
.course-content {
  padding: 20px;
  flex: 1;
}
.course-info i {
  color: var(--orange);
  font-size: 15px;
}

/*=====================================================*/
/*=================== 👉  GALLERY ==================== */
/*=====================================================*/


.gallery-thumbnail {
    width: 100%;
    object-fit: cover;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s ease;
}

/* Hover effect */
.gallery-thumbnail:hover {
    transform: scale(1.08);
    filter: brightness(1.15) contrast(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    cursor: pointer;
    transform: scale(1);
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}






/*=====================================================*/
/* =============== 👉  APPROVED SECTION ============== */
/*=====================================================*/

.approved-section {
  background: #f9f9f9;
}
.approved-logos {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}
.approved-item {
  text-align: center;
  width: 170px;
}
.approved-item img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: .3s;
}
.approved-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.approved-item p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}


/* =============== CONTACT =============== */

.contact-info-wrap {display: flex;align-items: flex-start;gap: 20px;flex-wrap: wrap;justify-content: space-between;}
.contact-box{background-color:var(--white);box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius: 15px;
    transition: .5s ease-in-out;padding: 20px;width: 48%;height: 100%;display: flex;flex-direction: column;
    align-items: flex-start;justify-content: space-between;z-index: 9;}
.contact-box i {font-size: 30px;width: 75px;height: 75px;line-height: 75px;text-align: center;background-color: var(--white);
    color: var(--blue);border-radius: 100px;margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.contact-box p a{text-align: center;color: var(--black);}
.contact-form-wrap{padding: 20px;box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;border-radius: 5px;background-color: var(--white);}
.contact-form{display:flex; flex-direction:column; gap:15px;}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form select{
    padding:10px; border:1px solid #ccc;height: 40px;border-radius: 5px;font-size: 14px;}
.contact-form textarea{padding:10px; border:1px solid #ccc;height: 120px;border-radius: 5px;font-size: 14px;}

#inquiryModal.modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;}
#inquiryModal .modal-content {
    background:var(--white); padding: 20px; width: 90%; max-width: 400px; border-radius: 8px;
    position: relative;}
#inquiryModal .close-btn {
    position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 20px; color: var(--blue);}

/* =============== TESTIMONIAL =============== */

.testimonial-card {padding: 30px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;height: 100%;display: flex;
    flex-direction: column;justify-content: space-between;}
.mission-card {position: relative;background: #ffffff;border-radius: 18px;padding: 35px 30px;overflow: hidden;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.mission-inner {position: relative;z-index: 2;transition: transform 0.45s ease;}
.mission-icon {font-size: 38px;margin-bottom: 18px;transition: transform 0.45s ease;}
.mission-card ul {padding-left: 18px;margin: 0;}
.mission-card li {font-size: 14px;margin-bottom: 8px;color: #555;transition: color 0.3s ease;}
.corner-shape {position: absolute;width: 60px;height: 60px;background: #1f4fff;bottom: -60px;right: -50px;border-radius: 50%;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);z-index: -1;}
.mission-card:hover {transform: translateY(-10px);box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.mission-card:hover .mission-inner {transform: translateY(-5px);}
.mission-card:hover h3 {color: var(--white);}
.mission-card:hover li {color: var(--white);}
.mission-card:hover .corner-shape {transform: scale(15);opacity: 1;}

.stats-card {background: var(--white);border-radius: 16px;padding: 45px 30px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;transition: transform 0.3s ease;
    text-align: center;}
.stats-card:hover {transform: translateY(-6px);}
.divider {display: block;width: 45px;height: 2px;background: #e5e7eb;margin: 10px auto 15px;}

.about-cta {background: linear-gradient(160deg,#d91f26 50%,#222 50%);color: var(--white);}

.cta-grid {display: grid;grid-template-columns: 2fr 1fr;gap: 20px;max-width: 420px; }
.cta-btn {padding: 12px 18px;background: #22c55e;color: #fff;border: none;border-radius: 8px;font-size: 14px;
    font-weight: 600;cursor: pointer;transition: all 0.3s ease;width: 200px;}
.cta-btn:hover {background: #16a34a;transform: translateY(-2px);}

.student-marquee-wrapper {overflow: hidden;margin-bottom: 10px;position: relative;}
.student-marquee-wrapper::before,
.student-marquee-wrapper::after {content: "";position: absolute;top: 0;width: 120px;height: 100%;z-index: 2;}
.student-marquee-wrapper::before {left: 0;background: linear-gradient(to right, #fff, transparent);}
.student-marquee-wrapper::after {right: 0;background: linear-gradient(to left, #fff, transparent);}
.student-track {display: flex;width: max-content;gap: 10px;animation: scrollLeft 50s linear infinite;will-change: transform;}
.student-marquee-wrapper.reverse .student-track {animation: scrollRight 50s linear infinite;}
.student-dp {width: 150px;border-radius: 6px;object-fit: cover;flex-shrink: 0;}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* =============== PARTNER =============== */

.partner-hero {padding: 120px 0 40px 0;}
.partner-stats {margin-top: 60px;background: linear-gradient(135deg,#1e3a8a,#2563eb);color: #fff;display: grid;
    grid-template-columns: repeat(4,1fr);text-align: center;padding: 30px 0;border-radius: 14px;}
.partner-stats-box {font-size: 16px;display: flex;flex-direction: column;gap: 20px;}
.partner-stats-box i{font-size: 35px;}

.why-card {background: var(--white);padding: 35px 25px;border-radius: 18px;text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;height: 100%;}
.icon-circle {width: 70px;height: 70px;border-radius: 50%;margin: auto auto 20px;}
.icon-circle i {font-size: 30px;line-height: 70px;}
.step-card {background: var(--white);padding: 40px 30px;border-radius: 20px;position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;height: 100%;}
.step-card.active {background: var(--orange);color: var(--white);}
.step-card.active h4,.step-card.active p {color: var(--white);}
.step-number {width: 45px;height: 45px;background: #fff;color: var(--orange);border-radius: 50%;text-align: center;line-height: 45px;
    font-weight: 700;box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.banner-image img {width: 100%;height:300px;object-fit:cover;border-radius: 20px;}

.benefit-banner {background: #fff;padding: 50px;border-radius: 20px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.benefit-card {background: #eef2ff;padding: 35px 30px;border-radius: 18px;border: 1px solid #c7d2fe;height: 100%;}
.benefit-card .icon {width: 60px;height: 60px;background: #fff;border-radius: 50%;margin-bottom: 20px;}
.benefit-card h4 {font-size: 18px;margin-bottom: 15px;}
.benefit-card ul {padding-left: 18px;}
.benefit-card li {font-size: 14px;color: #444;}

.co-info {display: flex;align-items: end;gap: 10px;}
.co-info img {width: 70px;border-radius: 10px;margin-right: 15px;}
.video-card {position: relative;border-radius: 18px;overflow: hidden;box-shadow: 0 15px 35px rgba(0,0,0,0.08);margin-bottom: 20px;}
.video-card img {width: 100%;display: block;height: 350px;object-fit: cover;}
.play-btn {position: absolute;top: 45%;left: 50%;transform: translate(-50%, -50%);background: var(--orange);width: 55px;height: 55px;
    border-radius: 50%;text-align: center;line-height: 55px;color: var(--white);font-size: 20px;}
.video-caption {position: absolute;bottom: 15px;left: 15px;right: 15px;background: #fff;padding: 10px;border-radius: 10px;font-size: 14px;}

.partner-how-box {background: var(--white);border-radius: 20px;padding: 40px 30px;border: 2px solid #dbeafe;}
.partner-how-step {position: relative;}
.partner-how-circle {width: 55px;height: 55px;background: #c7d2fe;color: #1e3a8a;border-radius: 50%;line-height: 55px;
    margin: auto;font-weight: 700;margin-bottom: 10px;}
.partner-how-circle.active {background: linear-gradient(135deg,#2563eb,#1e40af);color: var(--white);}
.partner-how-step:not(:last-child)::after {content: "";position: absolute;top: 27px;right: -33%;width: 65%;border-top: 3px dashed #93c5fd;}

.partner-stat-box.divider {border-left: 1px solid #ddd;border-right: 1px solid #ddd;}

.partner-testimonial-card {position: relative;border-radius: 18px;overflow: hidden;box-shadow: 0 15px 35px rgba(0,0,0,0.08);}
.partner-testimonial-card img {width: 100%;display: block;}
.partner-play-btn {position: absolute;top: 45%;left: 50%;transform: translate(-50%, -50%);width: 55px;height: 55px;
    background: #2563eb;border-radius: 50%;color: var(--white);text-align: center;line-height: 55px;}

.partner-faq-section {background: var(--white);}

.partner-faq-accordion {max-width: 900px;margin: auto;}
.partner-faq-item {background: #f9fafb;border-radius: 12px;margin-bottom: 15px;padding: 20px;cursor: pointer;border: 1px solid #e5e7eb;
    transition: 0.3s;}
.partner-faq-question {display: flex;justify-content: space-between;font-weight: 500;}
.partner-toggle-icon {background: #2563eb;color: #fff;width: 26px;height: 26px;border-radius: 50%;text-align: center;
    line-height: 26px;font-size: 16px;}
.partner-faq-answer {display: none;margin-top: 15px;font-size: 14px;color: #555;}
.partner-faq-item.active .partner-faq-answer {display: block;}

/* =============== CAREER =============== */

.career-hero-box {background: #eaf1fb;padding: 80px 60px;border-radius: 20px;position: relative;margin-top: 80px;}
.career-badge {background: #f2f4f8;padding: 8px 18px;border-radius: 20px;font-size: 14px;display: inline-block;margin-bottom: 20px;}
.career-btn {background: #1f2937;color: #fff;padding: 14px 28px;border-radius: 10px;text-decoration: none;display: inline-block;}
.career-image img {width: 100%;border-radius: 20px;}
.career-feature-item {padding: 20px;}
.career-feature-number {font-size: 18px;color: #999;}

.watch-now {margin-top: 10px;font-size: 14px;color: #555;}
.play-icon {display: inline-block;background: #ef4444;color: #fff;width: 26px;height: 26px;
  border-radius: 50%;line-height: 26px;font-size: 12px;margin-left: 8px;}
.assessment-card {padding: 35px;border-radius: 18px;min-height: 340px;position: relative;}
.assessment-card h4 {font-weight: 600;margin: 20px 0 15px;}
.number-badge {width: 40px;height: 40px;background: #fff;border-radius: 50%;text-align: center;line-height: 40px;font-weight: 600;font-size: 14px;}
.assessment-card-btn {background: #fff;padding: 10px 18px;border-radius: 10px;text-decoration: none;font-size: 14px;display: inline-block;
  color: #111;}

.career-success-video {position: relative;border-radius: 16px;overflow: hidden;box-shadow: 0 8px 25px rgba(0,0,0,0.08);}
.career-success-video img {width: 100%;display: block;}
.career-success-card {background: #fff;border-radius: 16px;padding: 30px;min-height: 260px;position: relative;box-shadow: 0 6px 20px rgba(0,0,0,0.05);}
.career-success-author {display: flex;align-items: center;gap: 12px;}
.career-success-author img {width: 45px;height: 45px;border-radius: 50%;object-fit: cover;}
.career-success-author span {font-size: 13px;color: #777;}
.quote-mark {position: absolute;bottom: 20px;right: 25px;font-size: 60px;color: rgba(0,0,0,0.05);}

.career-cta-banner {position: relative;border-radius: 18px;overflow: hidden;}
.career-cta-banner img {width: 100%;height: 300px;object-fit: cover;display: block;}
.career-cta-banner-overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.65);}
.career-cta-banner-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;text-align: center;}
.career-cta-banner-content em {font-style: italic;font-weight: 700;}

.career-feature-card {background: #fff;border-radius: 14px;display: flex;gap: 20px;padding: 20px;align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.career-feature-card img {width: 120px;height: 90px;object-fit: cover;border-radius: 10px;flex-shrink: 0;}


/*=====================================================*/

/* 👉  RESPONSIVE */

/*=====================================================*/


@media (max-width: 768px) {
    
.academy-title {
    font-size: 30px;
}
.hero-left {
    width: 100%;
}
.big-heading {
    font-size: 40px;
    line-height: 45px;
}
.hero-slider, .hero-slide{
    height: 400px;
}
.hero-right{
    display: none;
}
.feature-card {
    height: auto;
    margin-bottom: 10px;
}
.feature-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
}
.mv-card {
    flex: 1 1 100%;
    background: var(--grey);
}
.principal-card{
    margin-top: 10px;
}
.contact-box {
    width: 100%;
}

/*===================================================*/

.desktop-title{
    display: none;
}
.min-mg {
    margin-top: 10px !important;
}  
.mid-mg {
    margin-top: 20px !important;
}
.section, .footer-section {
    padding: 40px 0 !important;
}
.mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header {
    backdrop-filter: none;
}
.header-block {
    height: 75px;
}
.site-nav {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background:var(--white);
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu {
    flex-direction: column;
}
.menu li a {
    font-size: 20px;
}
.menu-toggle {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.menu-close {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin-left: auto;
}
.header-contact{
    display: none;
}
.site-nav.active {
    right: 0;
}
.logo {
    width: 50px;
    margin-top: 0;
    padding: 5px;
    z-index: 9;
    position: relative;
}
.mobile-title{
    color: var(--blue);
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    display: flex;
    align-items: center;
    margin: 0 0 0 0px;
}
.heading {
    font-size: 25px;
    line-height: 30px;
}
.mini-heading{
    font-size: 15px;
    line-height: 20px;
}
.slide-info{
    /*justify-self:start;*/
    display: none;
}
.top-package-card{
    margin-top: 15px;
}
.category-list {
    flex-wrap: wrap;
    gap: 10px;
}
.category-list {
    flex-wrap: wrap;
}
.category-box {
    width: 100px;
    height: 100px;
    padding: 15px;
    gap: 0px;
}
.category-box img {
    width: 35px;
}
.package-card{
    height: auto;
    margin-bottom: 15px;
}
.about-item-box {
    margin-bottom: 2%;
}
.page-banner {
    height: 170px;
}
.lb-controls {
    margin-top: 30px;
}
.product-gallery{
    margin-top: 15px;
}
.sub-heading {
    font-size: 25px;
    line-height: 30px;
} 
.mid-heading{
    font-size: 18px;
}
.feature-item-image {
    margin-top: 0 !important;
}
.product-card, .feature-item-box, .testimonial-card {
    margin-bottom: 15px !important;
    height: auto !important;
}
.event-card {
    height: auto !important;
    margin-bottom: 15px !important;
}
.footer-nav{
    margin-top: 15px;
}
.footer-bottom {
    height: auto !important; 
}
.footer-bottom .container {
    flex-direction: column;
    text-align: center;
    padding: 10px;
    justify-content: center !important;
    height: auto !important;
}
.package-image{
    margin-top: 20px;
}
.contact-section{
    background-size: cover !important;
    background-position: bottom !important;
}
.category-section .category-list .col-md-3 {
    margin-bottom: 15px !important;
}
.contact-form-wrap{
    margin-top: 20px;
}
.contact-form .section-head{
    margin-top: 15px;
}
.whatsapp-btn {
    font-size: 32px;
    width: 48px;
    height: 48px;
}
.about-image img{
    display: none;
}
.logo-box{
    margin-bottom: 20px;
}
.course-image{
    margin-top: 20px;
}
.contact-section{
    background: var(--white);
}
.teacher-card {
    height: auto;
    margin-bottom: 20px;
}
.teacher-card:has(.teacher-page){
    margin-bottom: 0px;
}
.testimonial-card:has(.testimonial-page){
    margin-bottom: 0px;
}

}


