[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
/*====================================================*/
/* =============== 👉  HEADER SECTION ================*/
/*====================================================*/

.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 10px;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: 65px;}
.logo img {width: 100%;}
.menu {display: flex;gap: 20px;justify-content: center;}
.menu li a {font-size: 14px;text-transform: uppercase;font-weight: 600;color: var(--black);transition: color 0.3s ease;}
.menu li 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 SECTION ================ */
/*=====================================================*/

.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: center;gap: 25px;margin-bottom: 25px;}
.stat-box {border: 1px solid var(--blue);border-radius: 12px;padding: 5px 22px;}

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

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

.expert-section {background: radial-gradient(circle at top, #0c1633, #020814);}
.expert-card {background:var(--white);border-radius: 18px;overflow: hidden;position: relative;}
.expert-card img {width: 100%;height: 300px;object-fit: cover;}
.rating {position: absolute;top: 12px;left: 12px;background:var(--white);color:var(--black);font-size: 13px;padding: 4px 8px;border-radius: 8px;font-weight: 600;}
.count {position: absolute;top: 12px;right: 12px;background: #e8fff2;color: #00a86b;font-size: 12px;padding: 6px 8px;border-radius: 8px;line-height: 1.2;font-weight: 600;}
.expert-info {padding: 10px 10px;text-align: center;position: absolute;bottom: 0%;background-color:var(--white);width: 90%;left: 5%;border-radius: 5px;}

/*=====================================================*/
/*=================== 👉  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-bottom {margin-top: 50px;padding: 18px 0;border-top: 1px solid rgba(255, 255, 255, 0.15);text-align: center;background-color: #ccc;}
.footer-bottom p {color: var(--blue);font-size: 14px;}

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

.about-section {
  background: rgb(253 119 2 / 25%);
}
.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 SECTION =============== */
/*=====================================================*/

.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);
}




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

/* 👉  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;
}

}


