@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */



::-moz-selection{ background:#7b7d7f; color:var(--global); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--global); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none;font-family: "Fredoka", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffedd3; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary:#e81311; --secondary:#08103d; --global: #ffffff;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Fredoka", sans-serif;}
p, p span {font-family: "Fredoka", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--secondary);
}
::-moz-placeholder { 
  color:var(--secondary);
}
:-ms-input-placeholder {
  color:var(--secondary);
}
:-moz-placeholder {
  color:var(--secondary);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{max-width: 1400px; margin: 0 auto;padding: 0px 15px;width: 95%;}


strong{font-weight: bold;}



.error-page-section {background: var(--global);padding: 60px 0px;}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: #000;}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: #000;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transform:transition all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 100px 0px;background: #ffff;}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: #000;}



.defualt-page-section {padding: 100px 0; background: #fff;}
.content-wrapp h2 { font-size: 2rem; font-weight: 500; color: var(--primary); margin: 0 0 20px;}
.content-wrapp p { font-size: 14px; color: var(--secondary); line-height: 2; margin: 0 0 20px;}
.content-wrapp ul {width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 10px; position: relative;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrapp ol li {font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrapp ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrapp p a, .content-wrapp ul li a, .content-wrapp ol li a{color:var(--primary);}
.content-wrapp p a:hover, .content-wrapp ul li a:hover, .content-wrapp ol li a:hover{color: #000000;}



.whatsup-icon { position: fixed; bottom: 20px; right: 10px; z-index: 99;background: #ffedd3;padding: 15px;border-radius: 11px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.whatsup-icon img { width: 50px; height: 50px; }
.whatsup-icon  h3{font-size: 12px;text-align: center;color: var(--primary);margin: 0 0 10px;}



.slick-prev, .slick-next{display: none !important;}
.overlay{display: none;}
.burger-btn{display: none;}


.header-sec.sticky { position: fixed !important;animation: 0.7s slide-down ;z-index: 100;background-color:rgb(255, 255, 255);border:none;top: -10px;padding: 5px 0px;}
.color-logo{display:none;} 
.header-sec.sticky .header-row ul li a{color:#000 !important;}
.header-sec.sticky .header-row ul li a:hover{color:var(--primary)!important;} 
.header-sec.sticky .white-logo{display: none;}
.header-sec.sticky .color-logo{display: block;} 
.header-sec.sticky .primary-btn a:hover{background-color:#000;color: #fff;}
.header-sec.sticky .header-row ul .current_page_item a{color: var(--primary) !important;}
.header-sec.sticky .header-col-2{background:transparent;box-shadow:none;border:none;backdrop-filter:none;}
.header-sec.sticky .header-col-1 .logo{width: 70px;height: 70px;padding: 15px;}
.header-sec.sticky .header-row{box-shadow: none;margin: 10px 0px;padding: 0;}
.header-sec.sticky .burger-btn{top: 25px;right: 30px;}
.header-col ul li.current-menu-item a{color: var(--primary) !important;}

.inner-banner {position: relative; text-align: center;margin-top: -120px;height: 400px;z-index: 5;}
.inner-banner .bg-img { width: 100%; height: 350px;}
.inner-banner .bg-img::after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1;}
.inner-banner .bg-img img { width: 100%; height: 100%;object-fit: cover;}
.inner-banner .inner-content { position: absolute; width: 100%; top: 60%; transform: translate(-50%, -50%);z-index: 99;left: 50%;}
.inner-banner::after{position: absolute;bottom: -90px;left: 0;background-image: url('../images/banner-sec-after.png');width:100%;height: 100px;content: "";background-size: cover;background-repeat: no-repeat;z-index: 99;}
.breadcrumb{font-size:18px;margin-bottom:10px;justify-content: center;}
.breadcrumb a{color:#000;text-decoration:none;position:relative;padding-right:18px;}
.breadcrumb a::after{content:"›";position:absolute;right:5px;top:50%;transform:translateY(-50%);}
.inner-banner h1{font-size:4rem;font-weight:600;color:var(--secondary);margin:0;}





.everest-forms input{width: 100% !important;padding: 15px !important;border: 1px solid #ffffff !important;border-radius: 12px !important;font-size: 15px !important;font-family: inherit !important;background:#fff !important;}
.everest-forms textarea{width: 100% !important;padding: 15px !important;border: 1px solid #ffffff !important;border-radius: 12px !important;font-size: 15px !important;font-family: inherit !important;background:#fff !important;}
.everest-forms button.button:not(.button-large), .everest-forms button[type=submit]{background: var(--primary) !important;color: white !important;padding: 14px 30px !important;font-size: 16px !important;border: none !important;border-radius: 25px !important;cursor: pointer !important;transition: 0.3s ease !important;border: 1px solid var(--primary) !important;}
.everest-forms button.button:not(.button-large):hover,.everest-forms button[type=submit]:hover {background:transparent !important;color: var(--primary) !important;}



.html5-elem-box .html5-elem-wrap .html5-image { padding: 0 0 0 !important;}
#html5lightbox-watermark { display: none !important;}
.html5-elem-data-box { display: none !important;}
.html5-timer { height: 0 !important;}
.html5-elem-box .html5-elem-wrap .html5-image .html5-image-container img { width: 100%; height: 100%; object-fit: cover;}
.html5-prev, .html5-next{display: block !important;}
.mh-icon-right {background: #000000 url(../images/chevron-right-solid.svg) no-repeat center / 12px;}
.mh-icon-left {background: #000000 url(../images/chevron-left-solid.svg) no-repeat center / 12px;}



.header-sec{position: relative;z-index: 999;}
.header-row{display: flex;align-items: center;justify-content: space-between;margin: 20px auto;border-radius: 20px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;padding: 10px 60px;background-color: #fff;}
.header-col ul{display: flex;align-items: center;justify-content: space-between;gap: 70px;}
.header-col ul li a{font-size: 1.2rem;color: var(--secondary);font-weight: 500;text-transform: uppercase;}
.header-col ul li a:hover{color: var(--primary) !important;}
.header-col-2 .logo img{width: 100px;}




.banner-sec{background-color: #ffedd3;padding: 120px 0px 50px;margin-top: -130px;height: 100vh;position: relative;}
.banner-sec::after{position: absolute;bottom: -90px;left: 0;background-image: url('../images/banner-sec-after.png');width: 100%;height: 100px;content: "";background-size: cover;background-repeat: no-repeat;z-index: 99;}
.banner-row{display: flex;align-items: center;justify-content: space-between;margin-top: 60px;}
.banner-col-1{width: 48%;}
.banner-col-2{width: 48%;position: relative;}
.banner-col-1 h4{font-size: 1.8rem;color: var(--primary);line-height: 1.8;font-weight: 500;margin-bottom: 20px;text-transform: uppercase;letter-spacing: 2px;}
.banner-col-1 h1{font-size: 5rem;color:var(--secondary);font-weight: 600;line-height: 1.1;}
.contact-btn {margin-top: 40px;}
.contact-btn a{padding: 18px 40px;border: 1px solid var(--secondary);color: var(--secondary);display: inline-block;font-weight: 500;border-radius: 30px;font-size: 1.2rem;background-color: var(--secondary);color: var(--global);}
.contact-btn a:hover{background-color: transparent;color: var(--secondary);}
.banner-image img{border-radius: 50px;position: relative;}
.banner-image::after{position: absolute;content: "";background-image: url("../images/1step-element.png");width: 300px;height: 300px;background-repeat: no-repeat;background-size: contain;bottom: -100px;right: 0px;}


@media(min-width:1600px){
  .banner-sec{height: 800px;}
}


.about-sec{padding:120px 0 50px;background-image: url("../images/about-bg.jpg");background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;z-index: 55;}
/* .about-sec::before{position: absolute;bottom:0px;left: 0;background-image: url('../images/banner-sec-before.png');width: 100%;height: 100px;content: "";background-size: cover;background-repeat: no-repeat;z-index: 99;} */
.about-sec::after{position: absolute;top: 0;left: 0;background-color: #00000080;width: 100%;height: 100%;content: "";z-index: 1;}
.about-row{display:flex;align-items:flex-start;gap:60px;position: relative;z-index: 55;}
.about-col-1{width: 38%;}
.about-col-2{width: 58%;}
.about-video{width:100%;height:600px;object-fit:cover;border-radius:40px}
.about-tag{font-size: 1.5rem;color:#aaff00;line-height: 1.5;font-weight: 500;margin-bottom: 10px;letter-spacing: 2px;}
.about-col-2 h2{font-size: 3rem;color:var(--global);font-weight: 500;line-height: 1.1;margin-bottom: 30px;}
.about-col-2 p{color: var(--global);line-height: 2;font-size:1.2rem;}
.about-btn a{margin-top: 30px;}
.about-btn a{display:inline-block;padding:18px 40px;border:1px solid #fff;border-radius:30px;color:#fff;text-decoration:none;font-weight:500;transition:.3s;font-size: 1.2rem;}
.about-btn a:hover{background:#fff;color:#050b3a}
.about-strip-wrap{position:relative;margin-top:20px;z-index:5}
.about-strip{background:transparent;backdrop-filter:blur(6px);border-radius:22px;padding:26px 40px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 20px 60px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.06)}
.strip-item{display:flex;align-items:center;gap:10px}
.strip-icon{width:62px;height:62px;border-radius:18px;background:#aaff00;box-shadow:0 0 20px rgba(170,255,0,.25);display:flex;align-items:center;justify-content:center}
.strip-icon i{font-size:30px;color:var(--secondary)}
.strip-text{font-size:20px;font-weight:600;line-height:1.5;color:#fff}
.strip-text span{font-weight:400;opacity:.9}




.programs-sec{background:#fff6ea;padding:60px 0;}
.programs-head{text-align:center;margin-bottom:30px}
.programs-tag{font-size: 1.5rem;color:var(--primary);line-height: 1.5;font-weight: 500;margin-bottom: 10px;letter-spacing: 2px;}
.programs-head h2{font-size: 3rem;color:var(--secondary);font-weight: 500;line-height: 1.1;margin-bottom: 10px;}
.programs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}
.program-card{position:relative}
.program-img img{width:100%;border-radius:40px;display:block;height: 400px;object-fit: cover;}
.program-content{background:#fff;border-radius:24px;padding:28px 32px;box-shadow:0 20px 50px rgba(0,0,0,.08);max-width:90%;margin:-100px auto 0;position: relative;}
.program-pill{display:inline-block;padding:10px 25px;border-radius:999px;font-size:1.2rem;font-weight:600;margin-bottom:0px}
.pill-purple{background:#d6d9ff;color:#3b3fe0}
.pill-green{background:#d9ffb8;color:#3a7c00}
.program-age{display:inline-block;color:#666;font-size:20px;font-weight:600;margin-bottom: 20px;}
.program-content h3{margin-top:12px;font-size:23px;font-weight:600;color:var(--secondary);line-height:1.3;}
.programs-sub{max-width:700px;margin:15px auto 0;color:#666;font-size:17px;line-height:1.6}
.program-content p{margin-top:10px;color:#555;font-size:18px;line-height:1.6}



.join-sec{position:relative;padding:80px 0;background-image: url('../../assets/images/join-bg.jpeg');background-size: cover;background-repeat: no-repeat;background-position:center;}
.join-cloud{position:relative;background-image: url('../images/join-sec-bg.svg');background-size: contain;background-repeat: no-repeat;background-position: center;width: 900px;height: 500px;margin:0 auto;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.join-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:15px 30px;font-size:16px;font-weight:600;color:var(--secondary);box-shadow:0 6px 20px rgba(0,0,0,.08);margin-bottom:20px}
.join-badge i{color:#1d3bff}
.join-cloud h2{font-size: 3rem;color:var(--secondary);font-weight: 500;line-height: 1.1;margin-bottom: 30px;text-align: center;}
.join-red{color:#e60000;}
.join-btn a{padding: 18px 40px;border: 1px solid var(--secondary);color: var(--secondary);display: inline-block;font-weight: 500;border-radius: 30px;font-size: 1.2rem;background-color: var(--secondary);color: var(--global);}
.join-btn a:hover{background-color: transparent;color: var(--secondary);}




.tilt-gallery-sec{position:relative;padding:60px 0;background-image: url('../../assets/images/gallery-bg.jpg');background-size: cover;background-repeat: no-repeat;background-position:center;}
.tilt-gallery-sec::after{position: absolute;top: 0;left: 0;background-color: #00000089;width: 100%;height: 100%;content: "";z-index: 1;}
.tilt-gallery-head h4{font-size: 1.5rem;color:#aaff00;line-height: 1.5;font-weight: 500;margin-bottom: 10px;letter-spacing: 2px;text-align: center;position: relative;z-index: 2;}
.tilt-gallery-head h2{font-size: 3rem;color:var(--global);font-weight: 500;line-height: 1.1;margin-bottom: 30px;text-align: center;position: relative;z-index: 2;}
.tilt-gallery-head p{color: var(--global);line-height: 2;font-size:1.2rem;text-align: center;position: relative;z-index: 2;}
.tilt-gallery-head{max-width: 900px; margin: 0 auto 50px;}
.tilt-gallery-wrap{margin:auto;display:flex;justify-content:center;align-items:center;position: relative;z-index: 2;}
.tilt-card{width:23%;height:250px;border-radius:22px;background:#eee;box-shadow:0 25px 60px rgba(0,0,0,.18);transition:.4s ease}
.tilt-card img{width:100%;height:100%;object-fit:cover;display:block;border-radius: 22px;}
/* .tilt-1{transform:rotate(-15deg) translateY(15px)}
.tilt-2{transform:rotate(15deg) translateY(5px)}
.tilt-3{transform:rotate(-15deg)}
.tilt-4{transform:rotate(15deg)}
.tilt-5{transform:rotate(-15deg) translateY(5px)} */
.tilt-gallery-sec .about-btn{margin-top: 30px;position: relative;z-index: 5;display: flex;align-items: center;justify-content: center;}

.tilt-card:nth-child(1) {transform:rotate(-15deg) translateY(15px)}
.tilt-card:nth-child(2) {transform:rotate(15deg) translateY(5px)}
.tilt-card:nth-child(3) {transform:rotate(-15deg)}
.tilt-card:nth-child(4) {transform:rotate(15deg) }
.tilt-card:nth-child(5) {transform:rotate(-15deg) translateY(5px)}




.testi2-sec{background:#fff6ea;padding:60px 0;}
.testi2-head{text-align:center;margin-bottom:30px}
.testi2-tag{font-size:1.5rem;letter-spacing:2px;color:var(--primary);font-weight:600;margin-bottom:10px;display:inline-block}
.testi2-head h2{font-size:3rem;color:var(--secondary);font-weight:500;margin-bottom:10px}
.testi2-sub{max-width:700px;margin:0 auto;color:#666;line-height: 2;font-size:1.2rem;text-align: center;position: relative;z-index: 2;}
.testi2-slider{margin:0 auto}
.testi2-slider .slick-slide div{margin: 0 10px;}
.testi2-card{background:#fff;border-radius:30px;padding:40px 20px 20px;margin:0 15px;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height: 300px;}
.testi2-content{position:relative;padding-left:45px}
.testi2-content:before{content:"“";position:absolute;left:0;top:-10px;font-size:5rem;color:var(--primary);font-weight:700;line-height:1}
.testi2-text{font-size:20px;line-height:1.7;color:#444}
.testi2-profile{display:flex;align-items:center;gap:15px;margin-top:25px !important;}
.testi2-profile img{width:55px;height:55px;border-radius:50%;object-fit:cover}
.testi2-profile h4{font-size:18px;color:var(--secondary);font-weight:600;margin:0}
.testi2-profile span{font-size:14px;color:#777}



.enroll-sec{padding:60px 0 150px;background:#fff;}
.enroll-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;}
.enroll-left{position:relative}
.enroll-img.big img{width:100%;border-radius:40px;height: 580px;object-fit: cover;}
.enroll-img.small{position:absolute;bottom:-80px;right:0px;width:300px;}
.enroll-img.small img{width:300px;border-radius:40px;box-shadow:0 30px 80px rgba(0,0,0,.15);height: 300px;}
.enroll-rainbow{position:absolute;left:-40px;bottom:-90px;width:300px;height:300px;background:url('../images/banner-after.svg') no-repeat center/contain}
.enroll-tag{color:var(--primary);font-weight:600;letter-spacing:2px;font-size:1.5rem;margin-bottom:10px;display:inline-block}
.enroll-right h2{font-size:3.2rem;color:var(--secondary);font-weight:500;line-height:1.2;margin-bottom:30px}
.enroll-form{background:#fff6ea;padding:25px;border-radius:40px}
.enroll-form .everest-forms .evf-container{margin-bottom: 0 !important;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:15px}
.form-group label{font-size:15px;color:var(--secondary);font-weight:600;margin-bottom:8px;display:block}
.form-group span{color:var(--primary)}
.form-group input{width:100%;padding:16px 20px;border-radius:999px;border:none;background:#ffffff;font-size:15px;outline:none}
.enroll-btn a{padding: 18px 40px;border: 1px solid var(--secondary);color: var(--secondary);display: inline-block;font-weight: 500;border-radius: 30px;font-size: 1.2rem;background-color: var(--secondary);color: var(--global);}
.enroll-btn a:hover{background-color: transparent;color: var(--secondary);}



.site-footer{background:var(--secondary);color:#fff;padding-top:40px;position: relative;}
.site-footer::after{position: absolute;top: -80px;left:-1px;background-image: url('../images/footer-after.png');width: 100%;height: 100px;content: "";background-size: cover;background-repeat: no-repeat;z-index: 99;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.8fr;gap:50px;align-items:flex-start;margin-bottom: 30px;}
.footer-logo{background-color: #fff;max-width: 150px;padding: 20px;margin-bottom: 20px;border-radius: 20px;}
.footer-logo img{width:120px;}
.footer-brand p{color:#ffffff;line-height:1.7;font-size:18px}
.footer-col h4{font-size:28px;margin-bottom:20px;font-weight: 500;}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:25px}
.footer-col ul li a{color:#ffffff;text-decoration:none;font-size:18px;display: flex;align-items: center;}
.footer-col ul li a:hover{color:var(--primary);}
.footer-social{margin-top:20px;display:flex;gap:12px}
.footer-social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}
.footer-social a:hover{background:#ff3b3b}
.footer-contact li{display:flex;align-items:center;gap:10px;color:#ffffff;font-size:18px}
.footer-contact i{color:#ff3b3b;font-size: 20px;margin-right: 20px;}
.env-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;padding:25px 0;border-top: 1px solid var(--global);}
.env-footer-bottom p{color:#ffffff;}
.env-footer-bottom p a{color: var(--primary);font-weight: 600;}
.env-footer-bottom p a:hover{color: var(--primary);}
.env-footer-bottom-links{display:flex;gap:20px}
.env-footer-bottom-links a{color:#ffffff;text-decoration:none;transition:.3s}
.env-footer-bottom-links a:hover{color:var(--primary)}





.learning-areas{padding:80px 0;background-color: #fff;}
.learning-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.learning-top h2{font-size:3.2rem;color:var(--secondary);font-weight:500;line-height:1.2;}
.learning-btn{padding:14px 30px;border:1px solid var(--secondary);border-radius:40px;text-decoration:none;color:var(--secondary);font-weight:500;}
.learning-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:flex-start;}
.learning-card{background:#efe7dc;padding:30px;border-radius:30px;display:flex;gap:20px;align-items:flex-start;flex-direction: column;}
.icon-box{width:70px;height:70px;border:1px dashed var(--secondary);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--secondary);background:#e6edf4;}
.learning-card .card-content h4{margin:0 0 10px;font-size:20px;font-weight:700;color:var(--secondary);}
.learning-card .card-content p{margin:0;font-size:15px;color:#5a5a5a;line-height:1.6;}
.learning-card:nth-child(4){grid-column:1/2;justify-self:end;}
.learning-card:nth-child(5){grid-column:2/3;justify-self:start;}







.story-section { text-align:center; padding:120px 0px 50px;background-color: #fff;}
.story-title { font-size:4rem; font-weight:500; color:#1a1a2e; margin-bottom:20px; }
.story-text { max-width:900px; margin:0 auto 30px; font-size:20px; color:#555; line-height:1.8; }
.story-inner { position:relative; background:#fff; padding:20px; border:2px dashed var(--primary); border-radius:30px; }
.story-img { width:100%; border-radius:20px; display:block;height: 500px;object-fit: cover;}
.play-button { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:80px; height:80px; background:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 10px 30px rgba(0,0,0,0.2); }
.play-button::before { content:''; border-left:22px solid #1a1a2e; border-top:14px solid transparent; border-bottom:14px solid transparent; margin-left:6px; }
.video-modal { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); display:flex; align-items:center; justify-content:center; opacity:0; visibility:hidden; transition:0.3s; z-index:999; }
.video-modal.active { opacity:1; visibility:visible; }
.video-content { position:relative; width:80%; max-width:900px; }
.video-content iframe { width:100%; height:500px; border-radius:10px; }
.close-btn { position:absolute; top:-40px; right:0; font-size:35px; color:#fff; cursor:pointer; }






.why-section { padding:80px 0 20px; text-align:center;}
.why-title { font-size:45px; font-weight:600; color:var(--secondary); margin-bottom:15px; }
.why-text {margin:0 auto 30px; color:#666; font-size:20px; line-height:1.8; }
.why-box { border:2px dashed var(--primary); padding:40px; display:grid; grid-template-columns:repeat(2,1fr); gap:30px;  }
.why-item {display:flex; align-items:center; gap:20px; text-align:left; }
.why-img { max-width: 250px;padding:10px; border-radius:8px;max-height: 200px;}
.why-img img { width:100%; height:100%; object-fit:cover; border-radius:6px; }
.why-content h4 { margin:0 0 8px; font-size:30px; color:var(--secondary);font-weight: 600;}
.why-content p { margin:0; font-size:18px; color:#666; line-height:1.6; }


.stats-section {padding: 30px 0px 50px;}
.stats-wrapper { width:90%; margin:auto; background:var(--secondary); border-radius:25px; padding:40px 20px; display:flex; justify-content:space-around; align-items:center; flex-wrap:wrap; position:relative;}
.stat-item { display:flex; align-items:center; gap:15px; color:#fff; z-index:2; }
.stat-icon { width:60px; height:60px; border-radius:15px; display:flex; align-items:center; justify-content:center; font-size:28px; }
.stat-text h2 { margin:0; font-size:42px; font-weight:700; }
.stat-text p { margin:0; font-size:20px; color:#ddd; }


.gallery-section{background-color: #fff;padding: 120px 0px 150px;}
.gallery-tabs {display: flex;gap: 15px;margin-bottom: 40px;justify-content: center;flex-wrap: wrap;}
.gallery-tabs .modern-tab {padding: 12px 32px;background: transparent;color: var(--secondary);border: 2px solid var(--secondary);border-radius: 25px;font-size: 16px;font-weight: 600;cursor: pointer;transition: all 0.3s ease;}
.gallery-tabs .modern-tab.active {background: var(--primary);color: white;border-color: var(--primary);}
.gallery-tabs .modern-tab:hover {background: var(--primary);color: white;border-color: var(--primary);}
.modern-pane {display: none;}
.modern-pane.active {display: block;animation: fadeInGallery 0.3s ease;}

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




h1{font-size:42px;font-weight:700;color:var(--secondary);margin-bottom:40px;}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;}
.card{overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.05);}
.card img{width:100%;height:300px;object-fit:cover;display:block;}
.large{grid-column:span 2;}



.edu-section{text-align:center;background-color: #fff;padding: 100px 0px 60px;}
.edu-desc {margin-bottom: 50px;}
.edu-desc p{max-width:1000px;margin:0 auto 10px;color:#000000;font-size:18px;line-height:1.8;}
.edu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom: 60px;}
.edu-card{background:#ffedd3;border-radius:25px;padding:20px;transition:.3s ease;}
.edu-card img{width:100%;height:180px;object-fit:cover;border-radius:15px;margin-bottom:20px;}
.edu-heading{font-size:25px;font-weight:600;color:var(--secondary);margin-bottom:10px;}
.edu-text{font-size:16px;color:#000000;line-height:1.6;}
.edu-card:hover{background:var(--secondary);color:#fff;transform:translateY(-5px);}
.edu-card:hover .edu-heading,.edu-card:hover .edu-text{color:#fff;}
.edu-highlight{background:var(--secondary);color:#fff;}
.edu-highlight .edu-heading,.edu-highlight .edu-text{color:#fff;}




.contact-sec{padding:100px 0 150px;background-image: url("../images/contact-bg.jpg");background-repeat: no-repeat;background-size: cover;background-position:center;position: relative;}
.contact-sec::after{position: absolute;background-color: #0000006f;content: "";top: 0;left: 0;width: 100%;height: 100%;}
.contact-top{text-align:center;margin-bottom:30px;position: relative;z-index: 99;}
.contact-top h2{color:#ffffff;font-size:3.2rem;font-weight:600;max-width:900px;margin:0 auto;line-height:1.2;}
.contact-sec .enroll-form{background:#f3e9dd;border-radius:40px;padding:50px;max-width: 1000px;margin: 0 auto;position: relative;z-index: 99;}
.contact-sec .form-bottom{display:flex;align-items:center;gap:30px;margin-top:10px;justify-content: center;}



.registration-sec{padding:80px 0 180px;background-image: url("../images/registraion-bg.jpg");background-repeat: no-repeat;background-size: cover;background-position:bottom;position: relative;}
.registration-top{text-align:center;margin-bottom:60px;}
.registration-tag{color:var(--primary);font-weight:600;letter-spacing:2px;font-size:1.3rem;display:inline-block;margin-bottom:10px;}
.registration-top h2{font-size:3rem;font-size:3.2rem;font-weight:600;max-width:900px;margin:0 auto;line-height:1.2;}
.registration-top p{color:#666;font-size:15px;}
.registration-form-wrapper{background:#fff6ea;padding:50px;border-radius:40px;max-width: 1000px;margin: 0 auto;}
.reg-row{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px;}
.reg-group label{display:block;font-size:15px;font-weight:600;color:var(--secondary);margin-bottom:8px;}
.reg-group span{color:var(--primary);}
.reg-group input,.reg-group textarea{width:100%;padding:16px 20px;border-radius:999px;border:none;background:#ffffff;font-size:15px;outline:none;}
.reg-group textarea{border-radius:25px;resize:none;}
.reg-group.full{grid-column:1/3;}
.reg-submit{text-align:center;margin-top:20px;}
.reg-submit button{padding:18px 40px;border:1px solid var(--secondary);background:var(--secondary);color:var(--global);border-radius:30px;font-size:1.1rem;font-weight:500;transition:.3s;}
.reg-submit button:hover{background:transparent;color:var(--secondary);}




.program-hero-new{padding:140px 0 50px;background:linear-gradient(180deg,#f4f8ff 0%,#fff 100%);}
.program-hero-grid{display:flex;align-items:flex-start;gap:40px;}
.program-hero-left{width: 48%;}
.program-age{display:inline-flex;align-items:center;gap:8px;background:var(--secondary);color:#fff;padding:15px 30px;border-radius:30px;font-weight:600;}
.program-hero-left h2{font-size:3rem;color:var(--secondary);font-weight:600;line-height:1.2;margin-bottom:25px;}
.program-hero-left p{font-size:20px;color:#555;line-height:1.8;margin-bottom:35px;}
.program-hero-features{display:flex;flex-direction:column;gap:18px;margin-bottom:40px;font-weight:600;color:var(--secondary);}
.program-hero-features div{display:flex;align-items:center;gap:15px;}
.program-hero-features h3{margin:0;font-size:25px;}
.program-hero-features i{width:65px;height:65px;background:#eef4ff;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--secondary);font-size: 25px;}
.program-cta-box{display:flex;align-items:center;gap:15px;background:#fff;border-radius:20px;padding:22px;box-shadow:0 20px 50px rgba(0,0,0,.08);font-weight:600;color:var(--secondary);}
.program-cta-box span{color:#4caf50;font-size: 20px;}
.program-cta-box i{color:#4caf50;font-size:22px;}
.program-hero-right{position:relative;width: 48%;}
.program-hero-right img{width:100%;border-radius:40px;box-shadow:0 35px 80px rgba(0,0,0,.12);}
.rating-badge{position:absolute;top:30px;right:30px;background:#fff;padding:12px 20px;border-radius:40px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.15);}
.rating-badge i{color:#ff9800;}





.program-tabs-modern{padding:120px 0;background:#f9fafc;}
.tabs-modern-layout{display:flex;gap:60px;}
.tabs-modern-nav{display:flex;flex-direction:column;gap:20px;width: 30%;}
.modern-tab{padding:20px 22px;border:none;background:#fff;border-radius:20px;text-align:left;font-weight:600;color:var(--secondary);display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:.3s;font-size: 1.3rem;}
.modern-tab:hover{transform:translateX(5px);}
.modern-tab.active{background:var(--secondary);color:#fff;}
.tabs-modern-content{width: 70%;background:#fff;padding:50px;border-radius:30px;box-shadow:0 30px 70px rgba(0,0,0,.08);}
.modern-pane{display:none;}
.modern-pane.active{display:block;}
.modern-pane h3{font-size:32px;color:var(--secondary);margin-bottom:20px;font-weight: 600;}
.modern-pane p{font-size:18px;color:#555;line-height:1.8;margin-bottom:20px;}
.modern-pane ul{list-style:none;padding:0;}
.modern-pane li{display:flex;gap:12px;margin-bottom:15px;color:#555;}
.modern-pane i{color:#4caf50;}



.program-content .program-btn{margin-top: 30px;}
.program-btn{padding: 18px 40px;border: 1px solid var(--secondary);color: var(--secondary);display: inline-block;font-weight: 500;border-radius: 30px;font-size: 1.2rem;background-color: var(--secondary);color: var(--global);}
.program-btn:hover{background-color: transparent;color: var(--secondary);}




@media(max-width:1500px){
  .banner-col-1 h1{font-size: 4rem;}
  .banner-sec{height: 800px;}
}

@media(min-width:1400px){
  .banner-sec{height: 800px;}
}

@media(max-width:1400px){
  .banner-sec{height: 700px;}
  .about-strip{gap: 10px;}
  .program-age{margin-bottom: 5px;}
  .enroll-right h2{font-size: 3rem;}
  .footer-grid{grid-template-columns:1fr 1fr 1fr 2fr;}
  .enroll-right h2 br{display: none;}
  .banner-col-1 h4{font-size: 1.5rem;}
  .header-col ul{gap: 30px;}
}

@media(max-width:1199px){
  .about-strip{flex-wrap: wrap;}
  .strip-item{width: 48%;margin-bottom: 40px;}
  .strip-item:nth-child(3){margin-bottom: 0;}
  .strip-item:nth-child(4){margin-bottom: 0;}
  .program-content{padding: 15px;}
  .banner-col-1 h1{font-size: 3.5rem;}
  .tilt-card.tilt-5{display: none;}
  .pill-purple{font-size: 1rem;}
  .program-age{font-size: 1rem;}
  .story-title{font-size: 3rem;}
  .why-box{padding: 20px;gap: 20px;}
  .why-section{padding: 40px 0 20px;}
  .icon-box{width: 100px;}
  .learning-card{gap: 10px;}
  .learning-card{flex-direction: column;align-items: center;text-align: center;}
  .icon-box i{font-size: 30px;}
  .stat-item{margin-bottom: 40px;}
  .stat-item:nth-child(4){margin-bottom: 0;}
  .why-img{max-width: 150px;}
  .why-content h4{font-size: 25px;}
  .why-item{flex-direction: column;gap: 10px;}
  .why-img{margin-right: auto;}
  .learning-top .contact-btn{margin-top: 0px;}
  .footer-grid{gap:20px;}
  .story-img{height: 400px;}
  .edu-grid{gap: 20px;margin-bottom: 30px;}
  .edu-card{padding: 10px;}
  .edu-grid{grid-template-columns:repeat(2,1fr);}
  .program-hero-left h2{font-size: 2.8rem;}
}

@media(max-width:1024px){
  .banner-col-1{width: 100%;}
  .banner-col-2{width: 100%;margin-top: 40px;}
  .banner-row{flex-wrap: wrap;}
  .banner-sec{height: auto;padding: 100px 0;}
  .banner-image img{height: 400px;width: 100%;object-fit: cover;}
  .about-row{flex-wrap: wrap;}
  .about-col-1{width: 100%;}
  .about-col-2{width: 100%;}
  .about-video{height: 400px;}
  .enroll-grid{grid-template-columns:1fr;}
  .enroll-img.big img{height: 500px;}
  .enroll-right{margin-top: 50px;}
  .footer-grid .footer-col.footer-brand{width: 100%;text-align: center;}
  .footer-grid{gap:20px;display: flex;flex-wrap: wrap}
  .footer-col.footer-brand{width: 100%;}
  .footer-col{width: 30%;}
  .footer-logo{margin: 0 auto 20px;}
  .footer-social{justify-content: center;margin-bottom: 30px;}
  .footer-col ul li a{font-size: 18px;line-height: 1.5;}
  .learning-areas{padding: 60px 0;}
  .inner-banner{height: 350px;}
  .why-img{max-width: 100%;}

}
@media(max-width:992px){
  .header-col-1.header-col{display: none;}
  .header-col-3.header-col{display: none;}
  .program-content{max-width: 100%;}
  .footer-brand p{font-size: 22px;line-height: 1.5;}
  .join-cloud h2{font-size: 2.5rem;}
  .header-row{padding: 10px 20px;}
  .env-footer-bottom{gap: 10px;flex-wrap: wrap;justify-content: center;}
  .form-row{margin-bottom:16px;}
  .join-cloud{width: 600px;}
  .join-cloud h2{font-size: 2rem;}
  .join-sec{padding: 60px 0;}
  .banner-col-1 h4{margin-bottom: 5px;}
  .banner-col-1 h1{margin-bottom: 10px;}
  .testi2-card{padding:20px}
  .enroll-img.big img{height: 400px;}
  .programs-grid{grid-template-columns:1fr;gap: 20px;}
  .tilt-4{display: none;}
  .banner-row{margin-top: 30px;}
  .footer-grid{align-items: flex-start;}
  .footer-col:nth-child(2),.footer-col:nth-child(3){width: 25%;}
  .footer-col:nth-child(4){width: 40%;}
  .footer-col ul li a{font-size: 16px;}
  .footer-col ul li{margin-bottom: 15px;}
  .enroll-sec{padding: 80px 0px;}
  .contact-btn a{text-align: center;}
  .learning-grid{display: flex;flex-wrap: wrap;gap: 0;justify-content: space-between;}
  .learning-card{width: 48%;margin-bottom: 20px;gap: 0;}
  .program-hero-left h2{font-size: 2rem;}
  .program-hero-left p{font-size: 14px;}
  .program-hero-features h3{font-size: 18px;}
  .program-hero-features i{width: 50px;height: 50px;}
  .modern-pane p{font-size: 14px;}
  .tabs-modern-content{padding: 25px;}
  .modern-tab{padding: 18px;}
  .tilt-card{width: 31%;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 320px; height: 100%; background:#ffedd3; background-size: 300% 100%; z-index: 9999; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: var(--secondary); display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid var(--secondary); text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; z-index: 99999;  overflow: hidden; cursor: pointer;top: 48px;right: 70px;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:var(--primary); background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .tilt-card:nth-child(5){display: none;}
}

@media(max-width:767px){
  .banner-col-1 h1,.about-col-2 h2,.programs-head h2,.join-cloud h2,.tilt-gallery-head h2,.testi2-head h2,.enroll-right h2,.story-title,.why-title,.learning-top h2,.registration-top h2,.contact-top h2,.program-hero-left h2{font-size: 2.5rem;}
  .banner-col-1 h4{font-size: 1rem;}
  .enroll-img.small img{height: 250px;width: 250px;}
  .enroll-img.small{width: auto;}
  .banner-image img{height: 350px;}
  .testi2-card{min-height: 200px}
  .contact-btn{margin-top: 20px;}
  .strip-item{margin-bottom: 20px;}
  .about-strip{padding: 10px;}
  .footer-col h4{font-size: 22px;}
  .about-col-2 p{font-size: 16px;}
  .strip-text span{font-size: 16px;}
  .env-footer-bottom{gap: 5px;}
  .env-footer-bottom p{font-size: 14px;}
  .env-footer-bottom-links a{font-size: 14px;}
  .enroll-form{padding: 25px;}
  .enroll-img.big img{height: 300px;}
  .enroll-rainbow{width: 200px;height: 200px;left: -20px;bottom: -50px;}
  .about-video{height: 300px;}
  .banner-image::after{width: 250px;height: 250px;}
  .footer-brand p{font-size: 16px;line-height: 1.4;}
  .contact-btn a{padding: 14px 30px;font-size: 1rem;}
  .strip-item{width: 100%;margin-bottom: 20px;}
  .strip-item:nth-child(3){margin-bottom: 20px;}
  .strip-item:nth-child(4){margin-bottom: 20px;}
  .about-btn a{padding: 14px 30px;font-size: 1rem;}
  .reg-submit button{padding: 14px 30px;font-size: 1rem;}
  .enroll-btn a{padding: 14px 30px;font-size: 1rem;}
  .about-tag,.programs-tag,.tilt-gallery-head h4,.testi2-tag,.enroll-tag,.registration-tag{font-size: 1rem;}
  .join-btn a{padding: 14px 30px;font-size: 1rem;}
  .inner-banner{height: 250px;}
  .inner-banner h1{font-size: 3rem;}
  .inner-banner .inner-content{top: 70%;}
  .story-text{max-width: 100%;}
  .story-inner{padding: 10px;}
  .registration-sec{padding:100px 0px 50px;}
  .gallery-grid{gap: 10px;}
  .gallery-section{padding: 80px 0px 100px;}
  .gallery-tabs {gap: 10px;margin-bottom: 30px;}
  .gallery-tabs .modern-tab {padding: 10px 20px; font-size: 14px; font-weight: 500;}
  .program-hero-grid{flex-wrap: wrap;gap: 20px;flex-direction: column-reverse;}
  .program-hero-right img{height: 500px;object-fit: cover;}
  .program-tabs-modern{padding: 30px 0px 100px;}
  .tabs-modern-layout{gap: 20px;flex-wrap: wrap;}
  .tabs-modern-nav{width: 100%;}
  .tabs-modern-content{width: 100%;}
  .program-hero-left{width: 100%;}
  .program-hero-right{width: 100%;}
  .program-hero-new{padding: 80px 0px 50px;}
  .modern-tab{font-size: 1.2rem;}
  .tilt-card{width: 48%;}
  .tilt-card:nth-child(4){display: none;}
}

@media(max-width:600px){
  .strip-icon i{font-size: 22px;}
  .banner-image img{height: 300px;}
  .banner-col-1 h1,.about-col-2 h2,.programs-head h2,.join-cloud h2,.tilt-gallery-head h2,.testi2-head h2,.enroll-right h2,.story-title,.why-title,.learning-top h2,.registration-top h2,.contact-top h2,.program-hero-left h2{font-size: 2rem;}
  .program-img img{height: 300px;}
  .join-cloud{width: 100%;height: auto;padding: 40px 20px;}
  .tilt-3{display: none;}
  .footer-col:nth-child(4){width: 100%;}
  .footer-col:nth-child(2), .footer-col:nth-child(3){width: 45%;}
  .footer-social{justify-content: flex-start;}
  .footer-logo{margin: 0 0 20px;}
  .footer-brand p{text-align: left;}
  .join-badge{font-size: 12px;}
  .strip-icon{width: 50px;height: 50px;}
  .enroll-img.small{display: none;}
  .enroll-rainbow{bottom: -90px;}
  .form-row{grid-template-columns:1fr;gap: 15px;}
  .about-row{gap: 20px;}
  .why-box{grid-template-columns:1fr;gap: 20px;}
  .why-img{min-height: 200px;object-fit: cover;width: 100%;}
  .why-box{padding: 10px;}
  .stat-text h2{font-size: 32px;font-weight: 600;}
  .learning-card{padding: 15px;}
  .icon-box{margin-bottom: 12px;height: 60px;width: 60px;}
  .testi2-sec{padding: 40px 0;}
  .learning-top{flex-direction: column;gap: 20px;}
  .learning-top .contact-btn{margin-right: auto;}
  .learning-card{width: 100%;gap: 10px;align-items: center;text-align: center;}
  .why-content h4{font-size: 22px;}
  .learning-card .card-content h4{font-weight: 600;}
  .why-img{padding: 0px;}
  .story-img{height: 300px;}
  .edu-grid{grid-template-columns:1fr;gap: 20px;}
  .inner-banner h1{font-size: 2.5rem;}
  .registration-form-wrapper{padding: 20px;}
  .registration-top{margin-bottom: 20px;}
  .footer-logo{padding: 10px;}
  .footer-logo{max-width: 120px;}
  .inner-banner::after{height: 60px;bottom: -50px;}
  .contact-sec .enroll-form{padding: 20px;}
  .large{grid-column: span 1;}
  .card img{height: 200px;}
  .card iframe{height: 200px;}
  .gallery-grid{grid-template-columns:1fr 1fr;gap: 10px;}
  .site-footer::after{height: 60px;top: -50px;}
  .program-hero-right img{height: 350px;}
  .play-button{width: 60px;height: 60px;}
  .play-button::before{border-left:18px solid #1a1a2e;border-top:10px solid transparent;border-bottom:10px solid transparent;}
  .tilt-card{width: 100%;height: 200px;}
  .tilt-card:nth-child(3){display: none;}
}

@media(max-width:480px){
  .banner-col-1 h1,.about-col-2 h2,.programs-head h2,.join-cloud h2,.tilt-gallery-head h2,.testi2-head h2,.enroll-right h2,.story-title,.why-title,.learning-top h2,.registration-top h2,.contact-top h2,.program-hero-left h2{font-size: 1.6rem;}
  .banner-col-1 h4,.about-tag, .programs-tag, .tilt-gallery-head h4, .testi2-tag, .enroll-tag{font-size: 0.9rem;letter-spacing: normal;}
  .banner-image img{height: 250px;}
  .contact-btn a{padding: 12px 25px;font-size: 0.9rem;}
  .banner-sec::after{display: none;}
  .banner-image::after{display: none;}
  .banner-sec{padding: 100px 0 50px;}
  .banner-col-2{margin-top: 20px;}
  .about-sec{padding: 60px 0;}
  .about-col-2 p,.programs-sub,.tilt-gallery-head p{font-size: 14px;}
  .strip-text{font-size: 14px;}
  .pill-purple{padding: 8px 15px;font-size: 0.9rem;}
  .pill-green{padding: 8px 15px;font-size: 0.9rem;}
  .program-age{font-size: 0.9rem;padding:8px 10px;}
  .program-content p{font-size: 14px;}
  .join-cloud h2 {font-size: 1.4rem;margin: 40px 0px;}
  .join-cloud h2 br{display: none;}
  .join-badge {padding: 8px 15px;}
  .join-badge span{font-size: 0.8rem;}
  .testi2-sub{font-size: 14px;}
  .testi2-text{font-size: 14px;}
  .testi2-content:before{font-size: 3rem;top: -5px;left: -10px;}
  .testi2-content{padding-left: 20px;}
  .testi2-card{padding: 10px;}
  .enroll-rainbow{display: none;}
  .enroll-grid{gap: 20px;}
  .form-group input{padding: 12px;}
  .footer-logo img{width: 100px;}
  .header-col-2 .logo img{width: 80px;}
  .enroll-right{margin-top: 20px;}
  .story-text{font-size: 14px;}
  .why-text{font-size: 14px;}
  .why-content p{font-size: 14px;}
  .stat-text p{font-size: 14px;}
  .edu-desc p{font-size: 14px;}
  .edu-text{font-size: 14px;}
  .reg-row{grid-template-columns: 1fr;gap: 15px;margin-bottom: 15px;}
  .gallery-tabs {align-items: center;gap: 8px;}
  .gallery-tabs .modern-tab {width: auto;padding: 12px 24px;font-size: 15px;}
  .program-content .program-btn{padding: 12px 25px;font-size: 0.9rem;}
  .everest-forms input{padding: 12px !important;margin-bottom: 0 !important;}
  .everest-forms .evf-submit-container{padding-left: 0 !important;}
  .burger-btn{top: 43px;right: 40px;}
}