*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* ========== TOP HEADER ========== */
.top-header{background:linear-gradient(135deg, #3a2761 0%, #7339eb 100%);color:#fff;padding:12px 0;font-size:13px}.contact-info{display:flex;gap:40px;justify-content:flex-start}.contact-item{display:flex;align-items:center;gap:8px;transition:all .3s}.contact-item:hover{opacity:.8;transform:translateX(5px)}.contact-item svg{flex-shrink:0;width:16px;height:16px}

/* ========== HEADER ========== */
.main-header{background:#fff;box-shadow:0 2px 15px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000;transition:all .3s}.main-header:hover{box-shadow:0 4px 25px rgba(0,0,0,.12)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:12px 0;gap:30px}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .3s;flex-shrink:0}.logo:hover{transform:scale(1.08)}.logo-img{height:60px;width:auto;object-fit:contain}.hamburger-menu{display:none;flex-direction:column;gap:6px;cursor:pointer;padding:8px;transition:all .3s}.hamburger-line{width:25px;height:3px;background:#1e3a8a;border-radius:2px;transition:all .3s}
.hamburger-menu.active .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(9px)}
.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0}
.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-9px)}

.main-nav{flex:1;display:flex;justify-content:flex-end}.nav-menu{list-style:none;display:flex;gap:8px;align-items:center}.nav-item{position:relative}.nav-item>a{display:block;padding:12px 18px;color:#333;text-decoration:none;font-weight:500;transition:all .3s;border-radius:8px;border-bottom:3px solid transparent}.nav-item>a:hover{color:#2563eb;background:rgba(37,99,235,.08);border-bottom-color:#2563eb}.has-dropdown{position:relative}.has-dropdown>a::after{content:'▼';font-size:10px;margin-left:6px;transition:transform .3s}.has-dropdown:hover>a::after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:220px;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:10px;opacity:0;visibility:hidden;transform:translateY(-15px);transition:all .3s;list-style:none;padding:10px 0;margin-top:8px;border-top:3px solid #2563eb}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{display:block;padding:12px 22px;color:#555;text-decoration:none;transition:all .3s;position:relative}.dropdown-menu li a:hover{background:linear-gradient(90deg,rgba(37,99,235,.1) 0%,transparent 100%);color:#2563eb;padding-left:28px}.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid #eee;padding:0px;gap:20px;max-height:0;overflow:hidden;transition:all .3s}.mobile-menu.active{max-height:800px}.mobile-nav-menu{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-nav-item{border-bottom:1px solid #f0f0f0}.mobile-nav-item a{display:block;padding:15px;color:#333;text-decoration:none;font-weight:500;transition:all .3s}.mobile-nav-item a:hover{color:#2563eb;background:#f8f9fa}.mobile-dropdown-menu{display:none;flex-direction:column;background:#f8f9fa;list-style:none;padding:0}.mobile-dropdown-menu.active{display:flex}.mobile-dropdown-menu li a{padding:12px 15px 12px 35px;font-size:14px;border:none}.mobile-search{display:none;flex-direction:row;background:#f0f0f0;border-radius:8px;overflow:hidden;align-items:center;gap:10px;padding:8px 15px}.mobile-search input{border:none;background:transparent;flex:1;outline:none;font-size:14px}.mobile-search svg{color:#666;flex-shrink:0}.mobile-social{display:none;flex-direction:row;gap:15px;justify-content:center;padding-top:15px;border-top:1px solid #eee}.social-icon{color:#2563eb;transition:all .3s;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(37,99,235,.1)}.social-icon:hover{color:#fff;background:#2563eb;transform:scale(1.15)}

/* ========== HERO SECTION ========== */
.hero-section{position:relative;height:600px;overflow:hidden;background:#000}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:5}.slide-content{position:absolute;top:50%;left:10%;transform:translateY(-50%);color:#fff;max-width:600px;z-index:10;animation:slideInLeft 1s ease-out}.slide-content h1{font-size:52px;font-weight:700;margin-bottom:20px;line-height:1.2;text-shadow:3px 3px 10px rgba(0,0,0,.7)}.slide-content p{font-size:18px;margin-bottom:30px;line-height:1.8;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.cta-button{background:linear-gradient(135deg, #3a2761 0%, #7339eb 100%);color:#fff;border:none;padding:15px 40px;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px rgba(37,99,235,.4)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(37,99,235,.6)}.slider-controls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 30px;transform:translateY(-50%);z-index:20}.slider-controls button{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.slider-controls button:hover{background:rgba(255,255,255,.4);transform:scale(1.1)}.slider-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:20}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s;border:2px solid transparent}.dot.active,.dot:hover{background:#fff;transform:scale(1.2)}@keyframes slideInLeft{from{opacity:0;transform:translateY(-50%) translateX(-50px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}

@media(max-width:768px){.top-header{padding:8px 0;font-size:12px}.contact-info{gap:15px;flex-wrap:wrap}.contact-item svg{width:14px;height:14px}.main-header{box-shadow:0 2px 10px rgba(0,0,0,.08)}.header-content{flex-direction:row;padding:10px 0;gap:15px}.logo-img{height:45px}.hamburger-menu{display:flex}.main-nav{display:none}.mobile-menu{display:flex}.mobile-menu.active{max-height:1000px}.mobile-search{display:flex}.mobile-social{display:flex}.hero-section{height:400px}.slide-content{left:5%;max-width:85%}.slide-content h1{font-size:32px;margin-bottom:15px}.slide-content p{font-size:14px;margin-bottom:20px}.slider-controls{padding:0 15px}.slider-controls button{width:40px;height:40px;font-size:18px}.cta-button{padding:12px 30px;font-size:14px}}


/*why choose*/
.special-edu{min-height:auto;padding:50px 20px;/*background:linear-gradient(135deg,#fef8f5 0%,#fff 100%);*/position:relative}.special-edu::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20px 20px,rgba(255,200,180,0.1) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.special-edu__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;position:relative;z-index:1}.special-edu__content{padding-right:20px}.special-edu__subtitle{font-size:12px;font-weight:600;letter-spacing:2px;color:#ff8566;text-transform:uppercase;margin-bottom:15px;animation:fadeInDown 0.8s ease}.special-edu__title{font-size:48px;font-weight:600;color:#3f296e;line-height:1.2;margin-bottom:20px;animation:fadeInLeft 1s ease}.special-edu__description{font-size:17px;color:#555;line-height:1.7;margin-bottom:30px;animation:fadeInUp 1s ease 0.2s both}.special-edu__features{margin-bottom:35px}.feature-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px;animation:fadeInUp 1s ease both;transition:transform 0.3s ease}.feature-item:nth-child(1){animation-delay:0.3s}.feature-item:nth-child(2){animation-delay:0.4s}.feature-item:nth-child(3){animation-delay:0.5s}.feature-item:nth-child(4){animation-delay:0.6s}.feature-item:hover{transform:translateX(8px)}.feature-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;flex-shrink:0;transition:all 0.4s ease}.feature-item[data-item="1"] .feature-icon{background:linear-gradient(135deg,#ffd4c8 0%,#ffb3a0 100%);color:#ff6347}.feature-item[data-item="2"] .feature-icon{background:linear-gradient(135deg,#c8e6ff 0%,#a0d5ff 100%);color:#4a90e2}.feature-item[data-item="3"] .feature-icon{background:linear-gradient(135deg,#fff9c8 0%,#fff0a0 100%);color:#f4b400}.feature-item[data-item="4"] .feature-icon{background:linear-gradient(135deg,#ffc8e8 0%,#ffa0d5 100%);color:#e91e63}.feature-item:hover .feature-icon{transform:rotate(15deg) scale(1.1)}.feature-content{flex:1}.feature-title{font-size:23px;font-weight:500;color:#2d2d2d;margin-bottom:6px;transition:color 0.3s ease}.feature-item:hover .feature-title{color:#ff8566}.feature-text{font-size:16px;color:#555;line-height:1.7}.special-edu__btn{background:linear-gradient(135deg,#ff8566 0%,#ff6347 100%);color:#fff;padding:14px 35px;border:none;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all 0.4s ease;box-shadow:0 4px 15px rgba(255,99,71,0.3);animation:fadeInUp 1s ease 0.7s both}.special-edu__btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,99,71,0.4)}.special-edu__btn:active{transform:translateY(-1px)}.special-edu__images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:15px;height:fit-content;margin-top:70px;}.image-wrapper{border-radius:15px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.12);transition:all 0.5s cubic-bezier(0.4,0,0.2,1);position:relative;max-height:380px}.image-wrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.1) 100%);opacity:0;transition:opacity 0.4s ease}.image-wrapper:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,0.2)}.image-wrapper:hover::after{opacity:1}.image-wrapper--1{grid-column:1/2;grid-row:1/3;animation:fadeInRight 1s ease 0.4s both}.image-wrapper--2{grid-column:2/3;grid-row:1/2;animation:fadeInRight 1s ease 0.6s both}.image-wrapper--3{grid-column:2/3;grid-row:2/3;right: 150px;animation:fadeInRight 1s ease 0.8s both}.image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.image-wrapper:hover img{transform:scale(1.08)}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media(max-width:1200px){.special-edu__container{gap:40px;max-width:1000px}.special-edu__title{font-size:42px}}@media(max-width:992px){.special-edu__container{grid-template-columns:1fr;gap:40px}.special-edu__content{padding-right:0}.special-edu__images{max-width:550px;margin:0 auto}}@media(max-width:768px){.special-edu{padding:40px 20px}.special-edu__title{font-size:38px}.feature-icon{width:45px;height:45px;font-size:18px}.feature-title{font-size:20px}.feature-text{font-size:15px}.special-edu__images{display: flex;grid-template-columns:1fr;gap:12px}.image-wrapper{max-height:300px}.image-wrapper--1{grid-column:1;grid-row:1}.image-wrapper--2{grid-column:1;grid-row:2}.image-wrapper--3{grid-column:1;grid-row:3;right: 0px}}@media(max-width:480px){.special-edu__title{font-size:32px}.feature-item{gap:12px}.feature-icon{width:40px;height:40px;font-size:16px}}

        /* Enroll Section */
        .enroll-section{display:flex;justify-content:space-between;padding:10px 20px;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,0.1);border-radius:10px;margin:0px auto;max-width:1200px}

        .enroll-left{flex:1;text-align:left}
        .enroll-left h2{font-size:25px;font-weight:bold;color:#2d2d2d;margin-bottom:10px}
        .enroll-left p{font-size:16px;color:#7f8c8d;margin-bottom:20px}

        .enroll-right{flex:0.3;display:flex;justify-content:center;align-items:center}
        .enroll-button{padding:15px 30px;background:linear-gradient(135deg,#3a2761 0%,#7339eb 100%);color:white;font-size:1.1em;font-weight:bold;border:none;border-radius:5px;cursor:pointer;transition:background 0.3s ease,transform 0.3s ease;text-decoration: none;}
        .enroll-button:hover{background:linear-gradient(135deg,#7339eb 0%,#3a2761 100%);transform:scale(1.05)}

        @media(max-width:768px){.enroll-section{flex-direction:column;align-items:left;text-align:center}.enroll-left{margin-bottom:20px}}


            /*Hstar program*/
.special-startp{background:#FCF9F4;padding:60px 0;}
.sp-container{max-width:1200px;margin:auto;display:flex;align-items:center;padding:0 20px;gap:20px;}
.sp-left,.sp-right{width:50%}.sp-left img{width:100%;max-width:100%;animation:floatImg 4s ease-in-out infinite}@keyframes floatImg{0%{transform:translateY(0)}50%{transform:translateY(-18px)}100%{transform:translateY(0)}}
.sp-tagline{font-size:18px;font-weight:700;color:#d99700;margin-bottom:10px;text-transform:uppercase}
.sp-title{font-size:32px;font-weight:600;color:#2d2d2d;margin:0 0 20px;line-height:1.3}
.sp-para{font-size:17px;color:#555;line-height:1.7;margin-bottom:25px}
.sp-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, rgb(58, 39, 97) 0%, rgb(115, 57, 235) 100%);color:#fff;padding:12px 28px;border-radius:5px;text-decoration:none;font-weight:600;transition:.3s;position:relative;overflow:hidden}
.sp-btn span{opacity:0;transform:translateX(-5px);transition:.3s;font-size:18px}
.sp-btn:hover span{opacity:1;transform:translateX(0)}
.sp-btn:hover{background:#b98000}
@media(max-width:850px){.sp-container{flex-direction:column;text-align:center}.sp-left,.sp-right{width:100%}.sp-left img{max-width:300px;margin:auto}.sp-title{font-size:26px}}


/*H Curriculum*/

        .eas-cur-heading{padding: 0px 20px;text-align: center;margin-top:30px;}
        .eas-cur-heading h1{font-size: 38px;font-weight: 600;color:#3f296e; .eas-cur-heading h1;margin-bottom: 10px;}
        .eas-cur-heading p{font-size: 18px;color: #555;line-height: 1.7;max-width: 800px;margin: 0 auto;}
        .eas-cur-container{display:flex;min-height:100vh;max-width:1400px;margin:0 auto;padding:0px 0px;}@media(max-width:968px){.eas-cur-container{flex-direction:column;}}
        .eas-cur-image-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:40px;}.eas-cur-arc-container{position:absolute;width:500px;height:500px;}.eas-cur-arc{position:absolute;border-radius:50%;opacity:0.7;}.eas-cur-arc-1{width:100%;height:100%;background:linear-gradient(135deg,rgba(72,187,184,0.3),rgba(72,187,184,0.1));top:-20%;left:-10%;}.eas-cur-arc-2{width:90%;height:90%;background:linear-gradient(135deg,rgba(255,107,129,0.3),rgba(255,107,129,0.1));top:-10%;left:0;}.eas-cur-arc-3{width:80%;height:80%;background:linear-gradient(135deg,rgba(72,187,184,0.2),rgba(72,187,184,0.05));top:0;left:10%;}.eas-cur-student-image{position:relative;z-index:10;max-width:450px;}.eas-cur-student-image img{width:100%;height:auto;display:block;border-radius:8px;}@media(max-width:968px){.eas-cur-image-section{padding:20px;}.eas-cur-arc-container{width:350px;height:350px;}.eas-cur-student-image{max-width:350px;}}
        .eas-cur-content-section{flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 60px;gap:50px;}@media(max-width:968px){.eas-cur-content-section{padding:40px 20px;gap:40px;}}
        .eas-cur-content-item{display:flex;gap:24px;align-items:flex-start;}.eas-cur-number-badge{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0;}.eas-cur-badge-blue{background:#4A90E2;}.eas-cur-badge-red{background:#FF6B81;}.eas-cur-badge-green{background:#2ECC71;}.eas-cur-badge-purple{background:#9B59B6;}.eas-cur-content-text h2{font-size:23px;font-weight:500;color:#2d2d2d;margin-bottom:12px;}.eas-cur-content-text p{font-size:16px;line-height:1.7;color:#555;}
        @media(max-width:768px){.eas-cur-content-item{gap:16px;}.eas-cur-number-badge{width:50px;height:50px;font-size:18px;}.eas-cur-content-text h2{font-size:22px;}.eas-cur-content-text p{font-size:15px;}.eas-cur-heading h1{font-size:26px;}.eas-cur-heading p{font-size:15px;}.eas-cur-heading{margin-bottom:80px;}}
        @keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.eas-cur-content-item{animation:fadeInUp 0.6s ease-out forwards;}.eas-cur-content-item:nth-child(1){animation-delay:0.1s;}.eas-cur-content-item:nth-child(2){animation-delay:0.2s;}.eas-cur-content-item:nth-child(3){animation-delay:0.3s;}.eas-cur-content-item:nth-child(4){animation-delay:0.4s;}.eas-cur-number-badge{transition:transform 0.3s ease,box-shadow 0.3s ease;}.eas-cur-number-badge:hover{transform:scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,0.15);}
    /*Auth*/

            .eas-dem{display:grid;grid-template-columns:1fr 250px;gap:30px;width:1300px;margin:0 auto;padding:10px 20px;background:#E0F4FF;border-radius:10px;margin-bottom:30px;/*box-shadow:0 4px 10px rgba(0,0,0,0.1);border:1px solid #ddd;*/}@media(max-width:968px){.eas-dem{grid-template-columns:1fr;justify-items:center;padding:30px 20px;width:100%;}}
        .eas-dem .eas-dem-quote{display:flex;flex-direction:column;justify-content:center;text-align:left;}@media(max-width:968px){.eas-dem .eas-dem-quote{text-align:center;}}
        .eas-dem .eas-dem-quote h1{font-size:32px;font-weight:700;color:#2C3E50;margin-bottom:12px;line-height:1.4;padding-left:10px;padding-right:10px;}
        .eas-dem .eas-dem-quote p{font-size:20px;color:#555;line-height:1.7;padding-left:10px;padding-right:10px;}
        .eas-dem .eas-dem-author{font-weight:600;color:#4A90E2;margin-top:10px;text-transform:uppercase;font-size:18px;padding-left:10px;}
        .eas-dem .eas-dem-image{height:250px;width:auto;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;}
        .eas-dem .eas-dem-image img{height:100%;width:auto;object-fit:cover;border-radius:50%;}
        @media(max-width: 768px) {
            .eas-dem .eas-dem-quote h1 {font-size:28px;}
            .eas-dem .eas-dem-quote p {font-size:18px;}
            .eas-dem .eas-dem-image {height:200px;width:200px;}}


              /* Testimonials Section */

        .testimonials-section{max-width:1500px;margin:0 auto;padding:80px 20px;background-color:#FCF9F4;}
        .test-header-section{text-align:center;margin-bottom:60px}.test-subheading{color:#d99700;font-size:18px;font-weight:600;text-transform:uppercase;margin-bottom:15px}.main-heading{color:#3f296e;font-size:38px;font-weight:600;margin-bottom:20px}.test-description{color:#2d2d2d;font-size:18px;line-height:1.6;max-width:700px;margin:0 auto}
        .carousel-wrapper{position:relative;margin:0 auto;max-width:1200px}.carousel-container{overflow:hidden;position:relative}.carousel-track{display:flex;transition:transform 0.5s ease-in-out;gap:30px}
        .testimonial-card{min-width:calc(50% - 15px);background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,0.08);position:relative;transition:transform 0.3s ease,box-shadow 0.3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}.card-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #d99700}.testimonial-info{flex:1}.testimonial-name{color:#1a1a3e;font-size:22px;font-weight:700;margin-bottom:8px}.stars{color:#ffd700;font-size:18px;letter-spacing:2px}.quote-icon{position:absolute;top:30px;right:40px;font-size:60px;color:#d99700;opacity:0.3;}.testimonial-text{color:#555;font-size:16px;line-height:1.8;font-style:italic}
        .nav-buttons{display:flex;justify-content:center;gap:15px;margin-top:40px}.nav-btn{width:50px;height:50px;border-radius:50%;background:#1a1a3e;color:#fff;border:none;font-size:20px;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center}.nav-btn:hover{background:#d99700;transform:scale(1.1)}.nav-btn:disabled{opacity:0.3;cursor:not-allowed;transform:scale(1)}.nav-btn:disabled:hover{background:#1a1a3e}
        .dot-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px}.dot-indicator{width:12px;height:12px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all 0.3s ease}.dot-indicator.active-dot{background:#d99700;width:30px;border-radius:6px}
        @media(max-width:768px){.testimonials-section{padding:50px 15px}.main-heading{font-size:36px}.test-description{font-size:16px}.testimonial-card{min-width:100%}.carousel-track{gap:20px}.testimonial-card{padding:30px}.card-header{flex-direction:column;text-align:center}.avatar{width:70px;height:70px}.nav-buttons{display:none}}



        /*Educator*/

        .eas-sp-educator{max-width:1200px;margin:0 auto;padding:40px 20px;text-align:center}
        .eas-sp-educator .header-section{margin-bottom:50px} .eas-sp-educator .section-title{font-size:38px;font-weight:600;color:#3f296e;margin-bottom:15px} .eas-sp-educator .section-description{color:#555;font-size:18px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px} .eas-sp-educator .section-paragraph{color:#555;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px} 
        .eas-sp-educator .educators-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap} .eas-sp-educator .educator-card{background:#fff;padding:25px;box-shadow:0 8px 20px rgba(0,0,0,0.15);width:370px;height:556px;text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;border-radius:15px;overflow:hidden} .eas-sp-educator .educator-card:hover{transform:translateY(-10px);box-shadow:0 16px 40px rgba(0,0,0,0.25)} .eas-sp-educator .educator-image{width:330px;height:350px;object-fit:cover;margin-bottom:20px;border-radius:15px}
        .eas-sp-educator .educator-info{text-align:center;margin-bottom:10px} .eas-sp-educator .educator-name{font-size:22px;font-weight:600;color:#555;margin-bottom:8px} .eas-sp-educator .educator-role{color:#d99700;font-size:18px;font-weight:600;margin-bottom:20px;letter-spacing:1px} 
        .eas-sp-educator .action-icon{display:block;width:40px;height:40px;background-color:#3f296e;border-radius:50%;color:white;font-size:20px;text-align:center;line-height:40px;margin:10px auto;cursor:pointer;transition:background-color .3s ease;text-decoration:none} .eas-sp-educator .action-icon:hover{background-color:#d99700} 
        .eas-sp-educator .view-profile{display:none;color:#d99700;font-size:18px;font-weight:600;margin-top:10px} .eas-sp-educator .action-icon:hover+.view-profile{display:block} 
        .eas-sp-educator .dotted-image{position:absolute;bottom:0;left:0;width:100%;height:50px;background-image:url('https://excelsioramericanschooladmissions.com/special-education/wp-content/themes/kindori/assets/images/img-dotted.png');background-size:cover;background-position:center} 
        .eas-sp-educator .view-all-button{display:inline-flex;align-items:center;padding:12px 24px;background-color:#d99700;color:white;font-size:18px;border:none;border-radius:30px;margin-top:30px;text-decoration:none;transition:background-color .3s ease;cursor:pointer} .eas-sp-educator .view-all-button:hover{background-color:#1a1a3e} .eas-sp-educator .view-all-button .right-arrow{margin-left:10px;font-size:20px} 
        @media(max-width:768px){.eas-sp-educator{padding:50px 15px} .eas-sp-educator .section-title{font-size:28px} .eas-sp-educator .section-paragraph{font-size:16px}.eas-sp-educator .educator-card{width:100%;height:auto} .eas-sp-educator .action-icon{font-size:18px}}


        /*Gallery*/
         .container-gal {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media only screen and (min-width: 992px) {
            .container-gal {
                max-width: 1050px;
            }
        }

        @media only screen and (min-width: 1200px) {
            .container-gal {
                max-width: 1180px;
            }
        }

        @media only screen and (min-width: 1441px) {
            .container-gal {
                max-width: 1460px;
            }
        }

        @media only screen and (min-width: 1550px) {
            .container-gal {
                max-width: 1350px;
            }
        }

        @media(max-width: 992px) and (min-width: 768px) {
            .container-gal {
                max-width: 95%;
            }
        }

        @media only screen and (max-width: 768px) {
            .container-gal {
                max-width: none;
            }
        }

        #OurGallery {
            padding: 40px 0 45px;
        }

        @media only screen and (min-width: 468px) {
            #OurGallery {
                padding: 50px 0 75px;
            }
        }

        @media only screen and (min-width: 992px) {
            #OurGallery {
                padding: 75px 0 125px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .MainHead {
                /*padding-left: 20%;*/
                text-align: center;
                color: #3f296e;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .MainHead {
                padding-left: 325px;
            }
        }

        #OurGallery .MainHead .Head {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
            color: #3f296e;
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .MainHead .Head {
                font-size: 38px;
            }
        }

        #OurGallery .MainHead span {
            color: #3f296e;
        }

        #OurGallery .SecInfo {
            max-width: 675px;
        }

        #OurGallery .SecInfo svg {
            stroke: #eca100;
        }

        #OurGallery .GalleryGrid {
            display: flex;
            align-content: center;
            justify-content: center;
            flex-wrap: wrap;
            margin: -5px;
        }

        #OurGallery .GalleryGrid .GridBox {
            margin: -5px;
            padding: 5px;
            width: 100%;
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox {
                width: 14.2857142857%;
            }
        }

        #OurGallery .GalleryGrid .GridBox .Grid {
            padding: 5px;
            display: flex;
            opacity: 1;
        }

        #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
            border-radius: 5px;
            background-color: #9da19d;
            width: 100%;
            overflow: hidden;
            display: block;
            height: 120px;
            cursor: pointer;
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
                height: 75px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
                height: 135px;
            }
        }

        @media only screen and (min-width: 992px) {
            #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
                height: 160px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox .Grid .ImgBox {
                height: 190px;
            }
        }

        #OurGallery .GalleryGrid .GridBox .Grid .ImgBox img {
            transition: transform .8s;
            transform-origin: center center;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #OurGallery .GalleryGrid .GridBox .Grid .Block {
            border-radius: 5px;
            background-color: #eca100;
            width: 25px;
            height: 25px;
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox .Grid .Block {
                width: 39px;
                height: 39px;
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
                height: 100px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
                height: 145px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox .Grid:nth-child(2) .ImgBox {
                height: 170px;
            }
        }

        #OurGallery .GalleryGrid .GridBox .Grid:hover .ImgBox img {
            transform: scale(1.1);
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) {
                display: grid;
                grid-template-columns: minmax(105px, auto) 35px;
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) {
                margin-top: 37px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) {
                margin-top: 48px;
            }
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid {
            justify-content: flex-end;
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
                height: 100px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
                height: 140px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .ImgBox {
                height: 170px;
            }
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(1) .Grid .Block {
            background-color: #011045;
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(2) {
                display: grid;
                grid-template-columns: minmax(10%, 1fr) 2fr;
            }
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) {
                display: grid;
                grid-template-columns: minmax(170px, auto) 1fr 35px;
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) {
                margin-top: 30px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) {
                margin-top: 37px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) {
                margin-top: 48px;
            }
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid {
            justify-content: flex-end;
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
            width: 25px;
            height: 25px;
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
                width: 42px;
                height: 42px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(3) .Grid .Block {
                width: 48px;
                height: 48px;
            }
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(4) {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
                height: 85px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
                height: 130px;
            }
        }

        @media only screen and (min-width: 992px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
                height: 150px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(4) .Grid .ImgBox {
                height: 165px;
            }
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(5) {
                display: grid;
                grid-template-columns: minmax(35px, auto) 1fr 170px;
            }
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid:nth-child(2) .ImgBox {
                height: 160px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid:nth-child(2) .ImgBox {
                height: 190px;
            }
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
            opacity: .502;
            width: 25px;
            height: 25px;
        }

        @media only screen and (min-width: 768px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
                width: 28px;
                height: 28px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(5) .Grid .Block {
                width: 33px;
                height: 33px;
            }
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(6) {
                display: grid;
                grid-template-columns: minmax(135px, 1fr) 125px;
            }
        }

        @media only screen and (max-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(7) {
                display: grid;
                grid-template-columns: minmax(105px, auto) 35px;
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(7) {
                margin-top: 37px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(7) {
                margin-top: 48px;
            }
        }

        @media only screen and (min-width: 576px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .ImgBox {
                height: 100px;
            }
        }

        @media only screen and (min-width: 1551px) {
            #OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .ImgBox {
                height: 170px;
            }
        }

        #OurGallery .GalleryGrid .GridBox:nth-child(7) .Grid .Block {
            opacity: .502;
        }

        /* Lightbox Modal Styles */
        .lightbox-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            animation: fadeIn 0.3s ease-in-out;
        }

        .lightbox-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            animation: zoomIn 0.3s ease-in-out;
        }

        @keyframes zoomIn {
            from {
                transform: scale(0.7);
            }
            to {
                transform: scale(1);
            }
        }

        .lightbox-content img {
            width: 100%;
            height: auto;
            max-height: 90vh;
            object-fit: contain;
            border-radius: 5px;
        }

        .lightbox-close {
            position: absolute;
            top: -40px;
            right: 0;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            background: none;
            border: none;
            padding: 0;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .lightbox-close:hover,
        .lightbox-close:focus {
            color: #eca100;
            transform: rotate(90deg);
        }

        @media only screen and (max-width: 768px) {
            .lightbox-close {
                top: 10px;
                right: 10px;
                font-size: 35px;
                background-color: rgba(0, 0, 0, 0.5);
                width: 45px;
                height: 45px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }

        .lightbox-prev,
        .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .lightbox-prev:hover,
        .lightbox-next:hover {
            background-color: rgba(236, 161, 0, 0.8);
        }

        .lightbox-prev {
            left: 20px;
        }

        .lightbox-next {
            right: 20px;
        }

        @media only screen and (max-width: 768px) {
            .lightbox-prev,
            .lightbox-next {
                font-size: 30px;
                padding: 8px 12px;
            }

            .lightbox-prev {
                left: 10px;
            }

            .lightbox-next {
                right: 10px;
            }
        }

        /* Footer */
.footer-section{background:#464645;color:#fff;padding:70px 20px 40px;}.footer-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:50px;text-align:center;position:relative}.footer-container>div{position:relative;padding-right:30px}.footer-container>div:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:2px;height:70%;background:#f7a623;opacity:.9;border-radius:2px}.footer-title{font-size:22px;font-weight:700;letter-spacing:.5px}.footer-underline{width:55px;height:3px;background:#f7a623;margin:8px auto 25px;border-radius:20px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#fff;margin:0 8px;transition:.3s}.footer-social a:hover{transform:scale(1.15)}.footer-social i{font-size:20px;color:#000}.footer-text{font-size:16px;line-height:1.7;margin-top:12px}.footer-text i{margin-right:6px;color:#f7a623}.footer-text a{color:#fff;text-decoration:none}.footer-text a:hover{text-decoration:underline;color:#fff !important;}.footer-bottom{text-align:center;margin-top:60px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font-size:14px;color:#ddd}@media(max-width:900px){.footer-container{grid-template-columns:1fr}.footer-container>div{padding-right:0}.footer-container>div:after{display:none}}
.quick-links{display:grid;grid-template-columns:auto;gap:20px;text-align:center;margin-top:40px}.quick-links a{font-size:16px;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative}.quick-links a:hover{text-decoration:underline;color:#f7a623}.quick-links a .fa-arrow-right{display:none}.quick-links a:hover .fa-arrow-right{display:inline-block;position:absolute;right:0;color:#f7a623}
.footer-bottom{font-size:14px;color:#ddd;text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font-weight:500}.footer-bottom a{color:#fff;text-decoration:none}.footer-bottom a:hover{text-decoration:underline;color:#f7a623}

/*sidebar*/

  .fixed-sidebar{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:1000}.fixed-sidebar a{display:block;width:50px;height:50px;margin:10px 0;border-radius:10%;text-align:center;line-height:50px;font-size:22px;color:white;transition:transform .3s,background .3s;box-shadow:0 4px 8px rgba(0,0,0,.1)}.fixed-sidebar a:hover{transform:scale(1.1)}.phone{background:linear-gradient(45deg,#00aeef,#004f85)}.whatsapp{background:linear-gradient(45deg,#43c34f,#2d7f3b)}.email{background:linear-gradient(45deg,#ec008c,#9b0063)}.location{background:linear-gradient(45deg,#18c5d0,#00a3c3)}.phone:hover{background:linear-gradient(45deg,#004f85,#00aeef)}.whatsapp:hover{background:linear-gradient(45deg,#2d7f3b,#43c34f)}.email:hover{background:linear-gradient(45deg,#9b0063,#ec008c)}.location:hover{background:linear-gradient(45deg,#00a3c3,#18c5d0)}


  /*Common page*/
  common-header{position:relative;width:100%;min-height:50vh;background:url("https://excelsioramericanschooladmissions.com/special-education/assets/img/bg-page.webp")center/cover no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;color:white;text-align:center;/*box-shadow:0px 4px 6px rgba(0,0,0,.4)*/}
common-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}
common-header h1{position:relative;font-size:3rem;margin:0;padding:0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.8);z-index:2}
.breadcrumb-band{width:100%;background:linear-gradient(135deg,#3a2761 0%,#7339eb 100%);padding:15px 20px;color:#fff;text-align:left;font-size:1.1rem;font-weight:500}
.breadcrumb-band a{color:#fff;text-decoration:none;font-weight:bold}
.breadcrumb-band a:hover{text-decoration:underline}
.content{max-width:1200px;margin:40px auto;padding:0 20px;line-height:1.8;color:#555;font-size:1.1rem;text-align:justify;}
.content h2{margin-top:0;font-size:2.2rem;color:#3f296e;font-weight:600}
p{margin-bottom:20px}
@media(max-width:768px){common-header{min-height:40vh}common-header h1{font-size:2.5rem}.breadcrumb-band{font-size:1rem}.content{padding:0 15px}}
.custom-bullets{list-style-type:none;padding-left:20px} 
.custom-bullets li{position:relative;padding-left:30px;font-size:1.1rem;color:#333;margin-bottom:10px} 
.custom-bullets li::before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#0066ff}

.divider {width: 10%;height: 4px;background-color: #d99700; margin: 20px 0;}

/*Program page*/
.start-prog-page-design{max-width:1400px;margin:0 auto;padding:80px 20px}
.content-row5{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.content-text{padding:40px}.content-text h2{font-size:35px;color:#2d3748;margin-bottom:25px;font-weight:600;line-height:1.2}.content-text p{text-align:justify; font-size:1.1rem;color:#4a5568;margin-bottom:30px;line-height:1.8}
.cta-button5{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);display:inline-flex;align-items:center;gap:10px}.cta-button5:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,0.5)}.cta-button5 .arrow-icon{opacity:0;transform:translateX(-10px);transition:all 0.4s cubic-bezier(0.4,0,0.2,1);font-size:1.3rem}.cta-button5:hover .arrow-icon{opacity:1;transform:translateX(0)}.cta-button5:hover .button-text{transform:translateX(-5px)}.button-text{transition:transform 0.4s cubic-bezier(0.4,0,0.2,1)}
.content-slider5{position:relative;width:100%;height:500px;border-radius:20px;overflow:hidden;/*box-shadow:0 10px 40px rgba(0,0,0,0.15)*/}.slider-container{width:100%;height:100%;position:relative}
.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out;transform:scale(1.05)}.slide.active{opacity:1;transform:scale(1)}.slide img{width:100%;height:100%;object-fit:cover}

.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.95);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.8rem;color:#667eea;z-index:10;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.prev-btn{left:20px}.next-btn{right:20px}.nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,0.3)}.nav-btn:active{transform:translateY(-50%) scale(0.95)}

.slider-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer;transition:all 0.3s ease;border:2px solid transparent}.dot.active{background:#fff;transform:scale(1.3);border-color:#667eea}.dot:hover{background:rgba(255,255,255,0.8);transform:scale(1.15)}
@media(max-width:1024px){.content-row5{grid-template-columns:1fr;gap:40px}.row-right-content .content-slider5{order:1}.row-right-content .content-text{order:2}.content-text{padding:20px}.content-text h2{font-size:2rem}.content-slider5{height:400px}}
@media(max-width:768px){.content-text h2{font-size:1.8rem}.content-text p{font-size:1rem}.content-slider5{height:350px}.nav-btn{width:40px;height:40px;font-size:1.5rem}.start-prog-page-design{padding:50px 15px}.content-row5{margin-bottom:60px}}
@media(max-width:480px){.content-text h2{font-size:1.5rem}.cta-button5{padding:14px 30px;font-size:1rem}.content-slider5{height:300px}.nav-btn{width:35px;height:35px;font-size:1.3rem}.slider-dots{gap:8px}.dot{width:10px;height:10px}}


/*Common Page Option 1*/
.common-header-page-1{height:550px;display:flex;align-items:center;justify-content:center;position:relative;}.common-header-page-1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.45);}.common-header-page-1 h1{position:relative;z-index:2;color:#fff;font-size:3.5rem;font-weight:700;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,0.6);letter-spacing:1px;padding:0 20px;}

.breadcrumb-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:15px 0;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.breadcrumb-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;flex-wrap:wrap;}.breadcrumb-container a,.breadcrumb-container .current{color:#fff;text-decoration:none;font-size:0.95rem;font-weight:500;transition:opacity 0.3s ease;}.breadcrumb-container a:hover{opacity:0.8;text-decoration:underline;}.breadcrumb-container .separator{color:rgba(255,255,255,0.7);margin:0 10px;font-size:1.1rem;}.breadcrumb-container .current{opacity:0.9;}
.common-page-content1{/*padding:80px 20px;*/background:#fcf9f4;}.content-wrapper{max-width:900px;margin:0 auto;/*background:#fff;*/padding:50px;border-radius:12px;/*box-shadow:0 4px 20px rgba(0,0,0,0.08);*/}.content-title{font-size:2.5rem;color:#2c3e50;margin-bottom:25px;font-weight:700;border-bottom:3px solid #667eea;padding-bottom:15px;}.content-subtitle{font-size:1.8rem;color:#34495e;margin-top:40px;margin-bottom:20px;font-weight:600;}.content-paragraph{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:25px;text-align:justify;}.custom-bullet-list{list-style:none;margin:25px 0;padding:0;}.custom-bullet-list li{display:flex;align-items:flex-start;margin-bottom:18px;font-size:1.05rem;line-height:1.7;color:#444;}.bullet-icon{color:#667eea;font-size:1.3rem;margin-right:12px;flex-shrink:0;font-weight:700;}

@media(max-width:768px){.common-header-page-1{height:330px;}.common-header-page-1 h1{font-size:2rem;}.breadcrumb-container{font-size:0.85rem;}.breadcrumb-container .separator{margin:0 6px;}.content-wrapper{padding:30px 25px;}.content-title{font-size:1.8rem;}.content-subtitle{font-size:1.4rem;margin-top:30px;}.content-paragraph{font-size:1rem;text-align:left;}.custom-bullet-list li{font-size:0.95rem;margin-bottom:15px;}.bullet-icon{font-size:1.1rem;margin-right:10px;}}@media(max-width:480px){.common-header-page-1 h1{font-size:1.6rem;padding:0 15px;}.content-wrapper{padding:25px 20px;}.common-page-content1{padding:50px 15px;}}


/*Contact Page*/

.contact-container{max-width:1400px;margin:0 auto;min-height:100vh;padding:20px;color:#333;}
.contact-info-section{margin-bottom:40px}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.contact-info-card{background:#fff;padding:30px 20px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,0.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.15)}.contact-icon{font-size:3em;margin-bottom:15px;display:block}.contact-info-card h3{color:#764ba2;font-size:1.2em;margin-bottom:15px;font-weight:600}.contact-info-card p{color:#666;line-height:1.8;font-size:.95em}
.contact-main-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:20px}@media(max-width:1024px){.contact-main-content{grid-template-columns:1fr}}
.form-section{background:#fff;padding:40px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,0.1)}.form-section h2{color:#764ba2;font-size:2em;margin-bottom:30px;font-weight:700;text-align:center}#enquiryForm{display:flex;flex-direction:column;gap:20px}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;padding:15px 20px;border:2px solid #e0e0e0;border-radius:10px;font-size:1em;transition:border-color .3s ease,box-shadow .3s ease;}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:15px 30px;font-size:1.1em;font-weight:600;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,0.4)}.submit-btn:active{transform:translateY(0)}.form-message{margin-top:20px;padding:15px;border-radius:10px;text-align:center;font-weight:600;display:none}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}
.map-section{background:#fff;padding:40px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,0.1)}.map-section h2{color:#764ba2;font-size:2em;margin-bottom:30px;font-weight:700;text-align:center}.map-contact-container{border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.map-contact-container iframe{display:block;width:100%;border-radius:10px}

@media(max-width:768px){{padding:10px}.contact-info-grid{grid-template-columns:1fr}.contact-main-content{gap:20px}.form-section,.map-section{padding:25px}.form-section h2,.map-section h2{font-size:1.5em}.map-contact-container iframe{height:300px}}

/*Career Section*/



.career-container{max-width:1200px;margin:0 auto;padding:20px}
.career-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:60px 40px;border-radius:15px;text-align:center;margin-bottom:50px}.career-header h1{font-size:3em;font-weight:700;margin-bottom:10px}.career-header p{font-size:1.3em;opacity:.9}
.career-section{margin-bottom:50px}.openings-wrapper{background:#f8f9fa;padding:40px;border-radius:15px}
.openings-wrapper h2{color:#764ba2;font-size:2.2em;margin-bottom:30px;text-align:center;font-weight:700}
.table-responsive{overflow-x:auto;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.jobs-table{width:100%;border-collapse:collapse;background:#fff}.jobs-table thead{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.jobs-table th{padding:18px 15px;text-align:left;font-weight:600;font-size:.95em}.jobs-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .3s ease}.jobs-table tbody tr:hover{background:#f0f0f0}.jobs-table td{padding:18px 15px;font-size:.95em}.jobs-table strong{color:#764ba2;font-weight:600}.apply-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;font-size:.9em}.apply-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(102,126,234,0.4)}.apply-btn:active{transform:translateY(0)}
.email-note{background:#fff;padding:20px;margin-top:25px;border-left:4px solid #667eea;border-radius:8px;font-size:.95em}.email-note a{color:#667eea;text-decoration:none;font-weight:600}.email-note a:hover{text-decoration:underline}
.application-form-section{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;justify-content:center;align-items:center;padding:20px}.application-form-section.show{display:flex}.form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1;cursor:pointer}
.application-form-container{background:#fff;width:100%;max-width:600px;padding:40px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-height:90vh;overflow-y:auto;animation:popIn .4s ease;position:relative}@keyframes popIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.application-form-container h2{color:#764ba2;font-size:1.8em;margin-bottom:10px;font-weight:700}.form-subtitle{color:#666;margin-bottom:25px;font-size:.95em}
.close-form{position:absolute;top:15px;right:15px;background:rgba(102,126,234,0.1);border:none;font-size:1.8em;color:#764ba2;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;opacity:0}.application-form-container:hover .close-form{opacity:1;background:rgba(102,126,234,0.2)}.close-form:hover{background:#667eea;color:#fff}
#careerForm{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){.form-row{grid-template-columns:1fr}}
.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:8px;font-size:.95em}.required{color:#e74c3c}.form-group input,.form-group select{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1em;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus{outline:0;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}
.file-upload{border:2px dashed #667eea;border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:background .3s ease}.file-upload:hover{background:rgba(102,126,234,.05)}.file-upload input[type="file"]{display:none}.file-info{display:flex;align-items:center;justify-content:center;gap:10px;color:#667eea;font-weight:600}.file-icon{font-size:1.5em}.file-note{color:#999;font-size:.85em;margin-top:8px;display:block}
.submit-btn-career{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:15px 30px;font-size:1.1em;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%}.submit-btn-career:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.submit-btn-career:active{transform:translateY(0)}.submit-btn-career:disabled{opacity:.6;cursor:not-allowed}
.form-message-career{margin-top:15px;padding:15px;border-radius:8px;text-align:center;font-weight:600;display:none}.form-message-career.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.form-message-career.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}
@media(max-width:768px){.career-header{padding:40px 20px}.career-header h1{font-size:2em}.career-header p{font-size:1em}.openings-wrapper{padding:20px}.jobs-table th,.jobs-table td{padding:12px 8px;font-size:.85em}.table-responsive{font-size:.9em}.application-form-container{padding:25px;max-height:90vh;max-width:95vw}.application-form-section{padding:10px}.close-form{opacity:1;background:rgba(102,126,234,0.2)}.close-form:hover{background:#667eea;color:#fff}}


/*Team Profile message*/

.eas-team-mem *{margin:0;padding:0;box-sizing:border-box}
.eas-team-mem{background:#fff;display:flex;align-items:center;justify-content:center;padding:20px}
.eas-team-mem .eas-container{max-width:1200px;width:100%;background:#fff;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.15);overflow:hidden;display:grid;grid-template-columns:450px 1fr}
@media(max-width:900px){.eas-team-mem .eas-container{grid-template-columns:350px 1fr}}
@media(max-width:768px){.eas-team-mem .eas-container{grid-template-columns:1fr}}
.eas-team-mem .eas-left{background:linear-gradient(135deg,#3a2761 0%,#7339eb 100%);padding:40px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.eas-team-mem .eas-photo-wrapper{margin-bottom:25px}
.eas-team-mem .eas-photo{width:300px;height:300px;object-fit:cover;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.2)}
@media(max-width:900px){.eas-team-mem .eas-photo{width:240px;height:240px}}
@media(max-width:768px){.eas-team-mem .eas-photo{width:280px;height:280px}}
.eas-team-mem .eas-info{text-align:center;width:100%}
.eas-team-mem .eas-name{font-size:25px;font-weight:600;color:#fff;margin-bottom:6px}
.eas-team-mem .eas-role{font-size:16px;color:#fff;letter-spacing:.4px;margin-bottom:20px}
.eas-team-mem .eas-social{display:flex;gap:12px;justify-content:center}
.eas-team-mem .eas-social a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#667eea;color:#fff;transition:.3s}
.eas-team-mem .eas-social svg{width:20px;height:20px;fill:#fff}
.eas-team-mem .eas-social a:hover{background:#764ba2;transform:translateY(-4px);box-shadow:0 6px 15px rgba(0,0,0,.2)}
.eas-team-mem .eas-right{padding:60px 55px;display:flex;flex-direction:column}
@media(max-width:768px){.eas-team-mem .eas-right{padding:40px 30px}}
.eas-team-mem .eas-title{font-size:26px;font-weight:700;color:#333;margin-bottom:20px;position:relative;display:inline-block}
.eas-team-mem .eas-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2)}
.eas-team-mem .eas-msg{font-size:16px;line-height:1.9;color:#555;max-width:700px;margin-top:18px;text-align: justify;}
@media(max-width:768px){.eas-team-mem .eas-title{font-size:22px}.eas-team-mem .eas-msg{font-size:15px}}