.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin:20px auto;width:100%;max-width:1300px;height:80px;background:#00000081;box-shadow:0 8px 32px #17046996;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);border-radius:10px;border:1px solid #005eb8;position:fixed;top:0;left:50%;transform:translate(-50%);z-index:999}.logo-section{display:flex;align-items:center}.binary-logo{height:60px;border-radius:10px}.nav-links{display:flex;align-items:center;list-style:none;gap:30px}.nav-links li{cursor:pointer;color:#fff}.nav-links li:hover{color:#005eb8}.consultation-button{background-color:#005eb8;color:#000!important;border:none;border-radius:6px;padding:8px 16px;cursor:pointer}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger .bar{width:25px;height:3px;background-color:#005eb8;margin:4px 0;transition:.4s}@media (max-width: 768px){.hamburger{display:flex}.navbar{width:700px}.nav-links{position:absolute;top:80px;left:-110%!important;flex-direction:column;background:#ffffffe6;width:100%;padding:20px;text-align:center;transition:left .3s ease-in-out;border-radius:0 0 10px 10px}.nav-links.open{left:0!important}.nav-links li{margin:15px 0}.consultation-button{width:80%;margin-top:10px}}@media (max-width: 480px){.hamburger{display:flex}.navbar{width:380px;margin:auto}.nav-links{position:absolute;top:80px;left:-100%;flex-direction:column;background:#ffffffe6;width:100%;padding:20px;text-align:center;transition:left .3s ease-in-out;border-radius:0 0 10px 10px;color:#000}.nav-links.open{left:0}.nav-links li{margin:15px 0;color:#000}.consultation-button{width:80%;margin-top:10px;color:#000!important}}.mega-menu{position:absolute;top:110px;left:74%;transform:translate(-50%);width:700px;display:flex;justify-content:left;gap:5px;padding:20px 0;z-index:999;border-radius:0 0 15px 15px;background:#fff;box-shadow:0 8px 32px #17046975;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);height:auto;border:1px solid #005eb8;align-items:left}.mega-menu1,.mega-menu2{display:block;padding:10px;text-decoration:none}.service-box{color:#d9d9d9;padding:10px;text-align:left;transition:transform .2s ease;font-weight:500;text-decoration:none;list-style:none;font-style:none}.service-box:hover{transform:translateY(-5px);cursor:pointer;border-bottom:1px solid #17046979}.H2-Services{text-decoration:none;color:#005eb8!important}.H2-Services:hover{color:#005eb8!important}@media (max-width: 1024px){.mega-menu{width:50%;left:auto;top:100px;flex-direction:column;padding:20px;gap:10px;border-radius:0 0 10px 10px}}@media (max-width: 768px){.mega-menu{width:50%;left:auto;top:90px;flex-direction:column;padding:15px;gap:8px;border-radius:0 0 8px 8px}.mega-menu1,.mega-menu2,.service-box{padding:8px 12px;font-size:14px}}a{text-decoration:none;color:#000!important}.homepage{background-color:#d9ede400;color:#134235;padding:auto;margin:auto}.navigation a{margin:0 15px;text-decoration:none;color:#fff;font-weight:500}.hero{background:url(/path-to-campus-image.jpg) no-repeat center center;background-size:cover;text-align:center;padding:60px 20px;color:#134235}.hero h1{font-size:32px;font-weight:700}.hero p{font-size:18px;margin-top:10px}.services{display:flex;justify-content:center;gap:20px;margin:40px 0}.service-img{width:250px;height:160px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a}.features{display:flex;justify-content:space-around;flex-wrap:wrap;background-color:#b9dccc;padding:30px 10px}.feature{background-color:#fff;padding:15px 25px;border-radius:10px;margin:10px;flex:1 1 150px;text-align:center;font-weight:700}.map-section{padding:40px 20px;text-align:center}.map-section .map{width:100%;max-width:700px;height:300px;margin:0 auto;background-color:#c9e6d6;border-radius:12px}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;padding:40px 20px;background-color:#e4f5ee}.card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a;text-align:left}.card h3{font-size:18px;margin-bottom:10px;color:#1c5741}.card p{font-size:14px;color:#333}.footer{background-color:#1c5741;color:#fff;padding:15px 20px;text-align:center}.hero-container-home{display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;padding:0;position:relative;height:600px;overflow:hidden;width:100%;margin:auto}#hero-video-home{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:-1;opacity:.7}.hero-overlay-home{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1f1e1eda;z-index:1;height:100%}.hero-content-home{max-width:900px;position:relative;z-index:2;top:100px}.hero-title-home{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero-subtitle-home{font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero-buttons-home{display:flex;justify-content:center;gap:20px;margin-top:2rem}.hero-button-home{padding:12px 24px;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero-button-home.primary{background-color:#000;color:#fff!important;border:none;border-radius:15px}.hero-button-home.primary:hover{background-color:#000!important;border-radius:15px;color:#005eb8!important}.hero-button-home.secondary{background-color:#fff!important;color:#000!important;border:none;border-radius:15px}.hero-button-home.secondary:hover{background-color:#000!important;color:#005eb8!important;border-radius:15px}@media (max-width: 768px){.hero-title-home{font-size:2.2rem}.hero-container-home,.hero-overlay-home{max-width:768px;margin:auto}#hero-video-home{max-width:768px}.hero-subtitle-home{font-size:1.5rem}.hero-buttons-home{flex-direction:column;gap:15px}}@media (max-width: 480px){.hero-title-home{font-size:1.8rem;text-align:center}.hero-container-home,.hero-overlay-home{max-width:480px;margin:auto}#hero-video-home{max-width:480px}.hero-subtitle-home{font-size:1.2rem}.hero-content-home{top:50px}.hero-button-home{font-size:.9rem;padding:10px 20px}}.study-destinations-container{font-size:16px;line-height:1.5;background-position:center;align-items:center;margin:auto;width:100%;max-width:1380px;padding:80px 0}.study-destinations{font-size:16px;line-height:1.5;background-position:center;width:100%;max-width:1380px;margin-left:auto;margin-right:auto;padding:80px 40px;box-sizing:border-box;display:flex;flex-wrap:wrap!important;gap:20px;justify-content:center}.study-destinations h2{font-size:35px;margin-bottom:20px;text-align:center;color:#000}.study-destinations ul{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;list-style:none;padding:0;margin:0 auto;max-width:1380px}.study-destinations li{padding:100px;display:inline-block;width:150px;border-radius:0 15px 15px 0;margin:12px;position:relative;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);border:1px solid #005eb8;color:#005eb8}.middle-case{border:1px solid #ccc;padding:100px;display:inline-block;width:150px;margin:12px;border-radius:0!important}.First-case{border:1px solid #ccc;padding:100px;display:inline-block;width:150px;border-radius:15px 0 0 15px!important;margin:12px}.destination-name{color:#fff;font-size:12px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:absolute;bottom:10px;right:10px;padding:5px 10px;background-color:#000;border-radius:10px 0;white-space:nowrap}.destination-name:hover{background-color:#000;color:#005eb8}.flag-animation{display:flex;justify-content:center;align-items:center;height:100px;margin-top:30px;position:relative}.flag-icon{font-size:4rem;position:absolute;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.flag-icon.visible{opacity:1;transform:scale(1.2)}@media (max-width: 1024px){.study-destinations h2{font-size:28px}.study-destinations{max-width:1024;margin:auto}.study-destinations ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:repeat(2,1fr)}.study-destinations li{height:150px;width:200px;display:flex;margin:30px auto;border-radius:0}.destination-name{font-size:18px}}@media (max-width: 768px){.study-destinations h2{font-size:28px}.study-destinations{max-width:768;margin:auto}.study-destinations ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:1fr}.study-destinations li{height:150px;width:200px;display:block;margin:30px auto;border-radius:0}.destination-name{font-size:18px}}@media (max-width: 480px){.study-destinations li{height:120px;width:auto;margin:20px 0}.study-destinations ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:1fr}.study-destinations{max-width:380px;margin:auto;padding:100px 0}.destination-name{font-size:12px}}.services-section{padding:80px 20px;background:linear-gradient(to right,#005eb8,#949494);color:#1e1e2f;width:100%;max-width:1380px;margin:0 auto;box-sizing:border-box;border-radius:15px;display:flex;flex-direction:row;align-items:center}.section-title{text-align:center;font-size:2.5rem;margin-bottom:60px;font-weight:600;color:#fff!important}.split-container{display:flex;flex-wrap:nowrap;justify-content:center;gap:2rem;width:100%}.service-category{flex:1 1 45%;min-width:300px;max-width:500px;padding:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border-radius:20px;box-shadow:0 8px 30px #0000001a;transition:transform .3s ease}.service-category h3{font-size:1.8rem;margin-bottom:20px;text-align:center;color:#000}.service-list{display:flex;flex-direction:column;gap:20px}.service-card{background:#fff;color:#000;padding:15px 20px;border-radius:15px;display:flex;align-items:center;gap:15px;font-size:1.1rem;font-weight:500;box-shadow:0 6px 18px #0003;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);background:#005eb8;box-shadow:0 12px 24px #0000004d}.icon{font-size:1.5rem;background:#000;color:#005eb8;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.services-section{padding:60px 15px;margin:auto;width:100%}.split-container{flex-direction:column;flex-wrap:wrap}.section-title{font-size:2rem;margin:auto}.service-category{flex:1 1 100%;max-width:100%}.service-category h3{font-size:1.5rem}}@media (max-width: 992px){.services-section{padding:60px 15px;margin:auto;width:100%}.split-container{flex-direction:column;flex-wrap:wrap}.section-title{font-size:2rem;margin:auto}.service-category{flex:1 1 100%;max-width:100%}.service-category h3{font-size:1.5rem}}@media (max-width: 600px){.services-section{padding:40px 10px;flex-direction:column}.split-container{flex-direction:column;flex-wrap:wrap}.service-category{padding:15px}.service-card{font-size:.95rem;gap:10px}.icon{font-size:1.2rem;padding:6px}.section-title{font-size:1.8rem}.service-category h3{font-size:1.3rem}}.map-container{position:relative;width:100%;align-items:center;margin:auto;margin-top:100px!important;border-top:1px solid #005eb8}.map-container h2{font-size:35px;margin-bottom:20px;text-align:center;color:#000}.world-map{width:100%;display:block;max-width:800px;margin:auto;align-items:center}.hotspot{position:absolute;color:#949494;font-size:45px;cursor:pointer;transform:translate(-50%,-50%)}.map-container{text-align:center;padding:2rem}.map-wrapper{position:relative;display:inline-block;width:100%;max-width:900px}.world-map{width:100%;height:auto;display:block}.hotspot{position:absolute;color:#000;font-size:35px;cursor:pointer;transform:translate(-50%,-100%);z-index:10}.popup-details{margin-top:1.5rem;background:#fff;display:inline-block;padding:1rem;border:1px solid #949494;border-radius:8px;max-width:400px;color:#000}.testimonial-section{padding:2rem;text-align:center;width:100%;max-width:1380px;margin:auto}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.testimonial-section h2{margin-top:100px;font-size:35px;text-align:center;color:#000;margin-bottom:50px}.testimonial-card{background:#fff;box-shadow:0 8px 32px #005eb8;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);border-radius:10px;border:1px solid #005eb8;color:#fff;padding:1rem;height:300px;width:350px;text-align:left;display:flex;flex-direction:column;margin:0;box-shadow:0 4px 6px #0000001a}.testimonial-header{display:flex;align-items:center;background-color:#000;padding:.5rem;border-radius:8px;margin-bottom:1rem;gap:.8rem;color:#000}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #000000}.testimonial-header h4{margin:0;font-size:1rem;color:#005eb8}.testimonial-header p{margin:0;font-size:.85rem;color:#fffcfc}.testimonial-message{font-size:.9rem;line-height:1.5;color:#000}@media (max-width: 768px){.testimonial-section{padding:2rem;text-align:center;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.hero-title{font-size:2.2rem}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:20px;padding:0 1rem}.testimonial-card{margin:0 auto;width:100%;max-width:350px;box-sizing:border-box}}@media (max-width: 480px){.testimonial-section{padding:2rem 0;text-align:center;width:100%;box-sizing:border-box;margin:0 auto}.testimonial-card{margin-top:20px}}.cta-container{margin:auto auto 50px;padding:20px 0;text-align:center;background-color:#005eb8;width:100%;max-width:1380px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.cta-title{color:#000;font-size:24px;font-weight:700;margin-bottom:15px}.cta-text{color:#000;font-size:16px;line-height:1.5;margin-bottom:0}.CTA-Button{width:300px;background-color:#000;border:none;padding:20px;border-radius:15px;color:#fff!important;font-size:24px;margin:20px}.CTA-Button:hover{background-color:#000;color:#005eb8!important}.hero-services{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-content-services{max-width:800px;margin:0 auto;text-align:left;margin-bottom:80px!important}.hero-services h1{font-size:48px;font-weight:700;margin-bottom:20px;color:#fff}.hero-services h1 span{color:#005eb8}.hero-services p{font-size:18px;color:#fff;margin-bottom:30px}.hero-btn-services{padding:12px 30px;background-color:#005eb8;color:#000!important;border:none;border-radius:5px;font-size:16px;cursor:pointer}.hero-btn-services:hover{background-color:#000;color:#005eb8!important}.services-section-services{padding:60px 20px;text-align:center;border-top:1px solid #005eb8;width:1300px;padding-bottom:200px!important;margin:auto}.services-title-services{font-size:36px;color:#000;margin-bottom:40px}.services-cards-services{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.service-card-services{background:#005eb8;padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.service-card-services:hover{transform:translateY(-10px)}.service-card-services h3{color:#000;margin-top:20px;margin-bottom:10px;font-size:22px}.service-card-services p{color:#000;font-size:14px}.service-icon-services{width:100px;height:100px;margin:0 auto;display:block}.features-section-services{padding:80px 20px;text-align:center;background:transparent;border-top:1px solid #005eb8}.features-title-services{font-size:36px;color:#000;margin-bottom:10px;text-align:center}.features-title-services span{background:linear-gradient(to right,#005eb8,#005eb8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-subtitle-services{color:#94a3b8;font-size:18px;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.features-grid-services{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.feature-item-services{background:#fff;padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.feature-item-services:hover{transform:translateY(-10px);border:1px solid #005eb8}.feature-item-services h3{color:#000;margin-top:20px;margin-bottom:10px;font-size:22px}.feature-item-services p{color:#000;font-size:14px}.feature-icon-services{width:60px;height:60px;margin-bottom:20px}.logos-section-services{background:linear-gradient(135deg,#005eb8,#949494);padding:60px 0;width:1300px;margin-bottom:50px!important;border-radius:15px;margin:auto;text-align:center}.logos-grid-services{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:40px;max-width:1200px;margin:0 auto;align-items:center;justify-items:center}.logo-item-services{width:100px!important;max-width:100px;max-height:80px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,0,0,.5));transition:transform .3s ease}.logo-item-services img:hover{transform:scale(1.1)}.video-bg-service-services{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.overlay-services{position:absolute;top:0;left:0;width:100%;height:100%;background:#242323da;z-index:-1}.footer{display:flex;flex-wrap:wrap;background:#ffffff27;box-shadow:0 8px 32px #005eb8;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);border-radius:10px;border:1px solid #005eb8;color:#949494;padding:20px;margin:auto;width:100%;max-width:1380px;box-sizing:border-box}.footer-left{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.number{font-size:80px;font-weight:700;color:#949494}.footer-right{width:100%;display:flex;flex-direction:column;padding:0 10px;box-sizing:border-box}.footer-content{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.programs{flex:1 1 200px}.programs h4{color:#005eb8;margin-bottom:10px;text-align:left}.services ul,.programs ul{list-style:none;padding:0;margin:0;align-items:left;text-align:left}.services li,.programs li{margin-bottom:8px}.footer-link{text-decoration:none;color:#000;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{display:flex;flex-direction:column;align-items:center;margin-top:30px;border-top:1px solid rgba(255,255,255,.3);padding-top:10px;gap:10px}.privacy{font-size:12px;color:#d1d1d1}.social-icons{display:flex;gap:10px;color:#005eb8!important}.social-icons i{font-size:18px;cursor:pointer}.social-icons a{color:inherit;text-decoration:none;display:inline-block}.social-icons a:hover{color:#fff}@media (min-width: 768px){.footer{flex-direction:row}.footer-left{width:20%;margin-bottom:0}.footer-right{width:80%}.footer-bottom{flex-direction:row;justify-content:space-between}.number{font-size:100px}}html,body{max-width:100%;overflow-x:hidden}.hero-edu{padding:50px 20px 200px;text-align:center;background-image:url(/assets/EducationConsultingHero-_RtdBmHB.png);background-size:cover;background-position:center;position:relative;width:100%;overflow:hidden}.hero-content-edu{max-width:1200px;margin:200px auto 0;text-align:left;padding:0 20px;box-sizing:border-box}.hero-overlay-edu{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000008a;z-index:1;height:732px;margin:auto;max-width:100%;width:100%;box-sizing:border-box;padding:50px 20px 200px 0}.hero-edu h1{font-size:48px;font-weight:700;margin-bottom:20px;color:#fff;top:130px}.hero-edu h1 span{color:#fff}.hero-edu p{font-size:18px;color:#fff;margin-bottom:30px}.hero-btn-edu{padding:12px 30px;background-color:#005eb8;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}.Hero-description-single{color:#fff}.hero-btn-edu:hover{background-color:#005eb8}.services-section-edu{padding:60px 20px 200px;text-align:center;border-top:1px solid #005eb8;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.services-title-edu{font-size:36px;color:#000!important;margin-bottom:40px}.services-cards-edu{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.service-card-edu{background:#fff;padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.service-card-edu:hover{transform:translateY(-10px)}.service-card-edu h3{color:#000;background-color:#1ed8cc27;padding:10px;border-radius:10px;margin-top:20px;margin-bottom:10px;font-size:22px}.service-card-edu p{color:#000;font-size:14px}.service-icon-edu{width:100px;height:100px;margin:0 auto;display:block}.features-section-edu{padding:80px 20px;text-align:center;border-top:1px solid #005eb8}.features-title-edu{font-size:36px;color:#000;margin-bottom:10px;text-align:center}.features-title-edu span{background:linear-gradient(to right,#005eb8,#005eb8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-subtitle-edu{color:#000;font-size:18px;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.features-grid-edu{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.feature-item-edu{background:#005eb8;padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.feature-item-edu:hover{transform:translateY(-10px);border:1px solid #005eb8}.About-Section-edu{padding:80px 20px;text-align:left;color:#000;border-top:1px solid #005eb8;width:100%;margin:auto;max-width:1300px}.feature-item-edu h3{color:#000;margin-top:20px;margin-bottom:10px;font-size:22px}.feature-item-edu p{color:#000;font-size:14px}.feature-icon-edu{width:60px;height:60px;margin-bottom:20px}.logos-section-edu{background:linear-gradient(135deg,#949494,#005eb8);padding:60px 20px;width:1300px;margin:auto;border-radius:15px;margin-bottom:50px!important}.logos-grid-edu{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:40px;max-width:1200px;margin:0 auto;align-items:center;justify-items:center}.logo-item-edu img{max-width:100px;max-height:80px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,0,0,.5));transition:transform .3s ease}.logo-item-edu img:hover{transform:scale(1.1)}@media (max-width: 768px){.hero-edu{max-width:700px}.hero-content-edu{margin:auto;text-align:center}.hero-edu h1{font-size:28px;font-weight:700;margin-bottom:0;color:#000;top:200px}.hero-edu h1 span{color:#000}.hero-edu p{font-size:12px;color:#000;margin-bottom:30px}.hero-btn-edu{padding:12px 30px;background-color:#005eb8;color:#000;border:none;border-radius:5px;font-size:16px;cursor:pointer}.hero-overlay-edu{margin:0;padding:0;max-width:700px;width:100%}.services-section-edu{max-width:400px;margin:auto}.logos-section-edu{margin:auto;width:700px;padding:auto}.logos-grid-edu{display:grid;grid-template-columns:repeat(2,minmax(50px,1fr));gap:2px;max-width:400;margin:0 auto}.logo-item-edu img{max-width:100px;max-height:80px;object-fit:contain}.features-title-edu{font-size:28px;margin:auto;text-align:center}.features-subtitle-edu{font-size:12px;margin:auto;text-align:center;max-width:400px;padding:0}}@media (max-width: 480px){.body{width:100%;max-width:480px;margin:auto;padding:auto}.hero-overlay-edu{margin:0;padding:0;max-width:480px;width:100%}.hero-edu{width:100%;max-width:480px;margin:auto;padding:auto}.hero-content-edu{margin:auto;text-align:center;margin-top:200px!important}.hero-edu h1{font-weight:700;margin-bottom:0;color:#000;font-size:1.5rem}.hero-edu h1 span{color:#000}.hero-edu p{font-size:12px;color:#000;margin-bottom:30px}.hero-btn-edu{padding:12px 30px;background-color:#005eb8;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}.services-section-edu{max-width:400px;margin:auto;padding:30px 15px}.features-title-edu{font-size:18px;margin:auto;text-align:center;justify-content:justify}.features-subtitle-edu{font-size:12px;margin:auto;text-align:center;max-width:400px;padding:0;justify-content:justify}.logos-section-edu{margin:auto;width:700px;padding:auto}.logos-grid-edu{display:row;grid-template-columns:repeat(2,minmax(20px));gap:2px;max-width:400;margin:0 auto}.logo-item-edu img{max-width:100px;max-height:80px;object-fit:contain}}.lead-form-container{width:100%;max-width:1200px;margin:200px auto;padding:30px;border-radius:10px;border:1px solid #005eb8;box-shadow:0 0 15px #ffd70033;color:#fff;text-align:center}.lead-form-container h2{margin-bottom:30px;font-size:28px}.lead-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;border:none}.form-row input,.form-row select{flex:1;min-width:250px;padding:12px;border:1px solid #e68200;border-radius:5px;background:#e6820025;font-size:16px;color:#cccccc69;border:none}.submit-btn{margin-top:20px;padding:12px 30px;background-color:#e68200;border:none;border-radius:6px;font-size:18px;color:#fff;cursor:pointer;transition:background-color .3s}.submit-btn:hover{background-color:#e68200}.study-destinations-edu-container{font-size:16px;line-height:1.5;background-position:center;align-items:center;margin:auto;width:100%;max-width:1380px;padding:80px 0}.study-destinations-edu{font-size:16px;line-height:1.5;background-position:center;width:100%;max-width:1380px;margin-left:auto;margin-right:auto;padding:80px 40px;box-sizing:border-box;display:flex;flex-wrap:wrap!important;gap:20px;justify-content:center}.study-destinations-edu h2{font-size:35px;margin-bottom:20px;text-align:center;color:#fff}.study-destinations-edu ul{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;list-style:none;padding:0;margin:0 auto;max-width:1380px}.study-destinations-edu li{padding:100px;display:inline-block;width:150px;border-radius:15px;margin:12px;position:relative;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);border:1px solid #005eb8;color:#005eb8}.destination-name-edu{color:#fff;font-size:12px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:fixed;bottom:0;right:0;padding:10px 20px;border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important;background-color:#000;border-radius:0;white-space:nowrap;width:100%;max-width:310px!important;text-align:center}.destination-name-edu:hover{background-color:#000;color:#005eb8}@media (max-width: 1024px){.study-destinations-edu h2{font-size:28px}.study-destinations-edu{max-width:1024;margin:auto}.study-destinations-edu ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:repeat(2,1fr)}.study-destinations-edu li{height:150px;width:200px;display:flex;margin:30px auto;border-radius:15px!important}.destination-name-edu{font-size:18px}}@media (max-width: 768px){.study-destinations-edu h2{font-size:28px}.study-destinations-edu{max-width:768;margin:auto}.study-destinations-edu ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:1fr}.study-destinations-edu li{height:150px;width:200px;display:block;margin:30px auto;border-radius:15px!important}.destination-name-edu{font-size:18px}}@media (max-width: 480px){.study-destinations-edu li{height:120px;width:auto;margin:20px 0;border-radius:15px!important}.study-destinations-edu ul{list-style-type:none;padding:0;margin:auto 0;grid-template-columns:1fr}.study-destinations-edu{max-width:380px;margin:auto;padding:100px 0}.destination-name-edu{font-size:12px}}.faq-section{width:100%;max-width:1200px;margin:2rem auto;background:linear-gradient(135deg,#949494,#005eb8);color:#000;padding:0 1rem;margin:100px auto}.faq-title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center;color:#000}.faq-container{border-radius:8px;box-shadow:0 8px 16px #007acc26;overflow:hidden}.faq-item{border-bottom:1px solid #005eb8}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:1rem 1.5rem;background-color:#fff!important;border:none;text-align:left;font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#000!important;transition:background-color .3s ease}.faq-question:hover,.faq-question:focus{background-color:#005eb8!important;outline:none;color:#000}.faq-icon{font-size:1.6rem;line-height:1;-webkit-user-select:none;user-select:none}.faq-answer{padding:0 1.5rem;overflow:hidden;transition:max-height .35s ease,padding .35s ease;max-height:0}.faq-item.active .faq-answer{padding:1rem 1.5rem 1.5rem}.faq-answer p{margin:0;color:#444;line-height:1.5}.team-container{background:linear-gradient(135deg,#949494,#005eb8);color:#fff;padding:50px 0;text-align:center;width:100%;max-width:1300px;margin:100px auto;border-radius:15px}.team-heading{font-size:2rem;margin-bottom:.3rem}.team-subheading{font-size:1.3rem;font-style:italic;color:#000;margin-bottom:40px}.team-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.team-card{position:relative;width:250px;height:350px;border-radius:20px;overflow:hidden;background-color:#005eb8;box-shadow:0 15px 30px #0000004d;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px);width:250px;height:350px}.team-image{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;bottom:-100%;left:0;width:250px;height:350px;background:#005eb8;color:#000;padding:20px 0;transition:bottom .5s ease-in-out}.team-card:hover .overlay{bottom:0}.overlay-name{font-size:1.5rem;font-weight:600;padding:0;margin-top:-10px}.overlay-languages{font-size:.95rem;font-weight:400;color:#000;background-color:#fff;border-radius:5px;padding:5px}.overlay-description{font-size:.85rem;color:#000;margin:auto;padding:0;width:220px;text-align:justify}.hero-Do{position:relative;overflow:hidden;text-align:left;left:0;width:1000px;max-width:100%;border:1px solid #005eb8;margin:auto;margin-top:120px!important;margin-bottom:50px!important;border-radius:15px;padding:20px;background:linear-gradient(-45deg,#000,#000,#005eb8,#000);background-size:400% 400%;animation:gradientBG 10s ease infinite;z-index:1;color:#000}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-content-Do{max-width:100%;margin:0 auto;text-align:left}.hero-Do h1{font-size:48px;font-weight:700;margin-bottom:20px;color:#000}.hero-Do h1 span{color:#fff}.hero-Do p{font-size:18px;color:#000;margin-bottom:30px}.hero-btn-Do{padding:12px 30px;background-color:#fff;color:#000!important;border:none;border-radius:5px;font-size:16px;cursor:pointer}.hero-btn-Do:hover{background-color:#000}.services-section-Do{position:relative;overflow:hidden;padding:100px 20px;z-index:1}.wave-top,.wave-bottom{position:absolute;width:100%;height:100px;left:0;background-repeat:no-repeat;background-size:cover;z-index:1}.wave-top{top:0;background-image:url('data:image/svg+xml;utf8,<svg width="100%" height="100" viewBox="0 0 1440 100" xmlns="http://www.w3.org/2000/svg"><path d="M0,60 C360,120 1080,0 1440,60 L1440,0 L0,0 Z" fill="%231ed8cb"/></svg>');transform:rotate(180deg);color:#005eb8}.wave-bottom{bottom:0;background-image:url('data:image/svg+xml;utf8,<svg width="100%" height="100" viewBox="0 0 1440 100" xmlns="http://www.w3.org/2000/svg"><path d="M0,60 C360,0 1080,120 1440,60 L1440,100 L0,100 Z" fill="%231ed8cb"/></svg>')}.services-title-Do{font-size:36px;color:#005eb8;margin-bottom:40px;z-index:999;text-align:center}.services-cards-Do{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.service-card-Do{background:#fff;padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.service-card-Do:hover{transform:translateY(-10px)}.service-card-Do h3{color:#000;margin-top:20px;margin-bottom:10px;font-size:22px}.service-card-Do p{color:#000;font-size:14px;text-align:center;text-align:justify;text-justify:inter-word}.service-icon-Do{width:100px;height:100px;margin:0 auto;display:block}.features-section-Do{position:relative;z-index:1!important}.icon-bg-animation{position:absolute;width:100%;height:100%;pointer-events:none}.icon{position:absolute;font-size:60px;opacity:.1;animation:floatIcon 12s infinite ease-in-out;color:var(--primary-color, #005eb8)}.icon1{top:10%;left:5%;animation-delay:0s}.icon2{top:30%;right:10%;animation-delay:2s}.icon3{bottom:20%;left:50%;animation-delay:4s}.icon4{top:60%;right:20%;animation-delay:6s}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.features-title-Do{font-size:36px;color:#fff;margin-bottom:10px;text-align:center}.features-title-Do span{background:linear-gradient(to right,#005eb8,#005eb8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-subtitle-Do{color:#000;font-size:18px;margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;text-align:justify;text-justify:inter-word}.features-grid-Do{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.feature-item-Do{padding:30px;border-radius:16px;width:300px;box-shadow:2px 4px 8px #005eb8;transition:transform .3s ease}.feature-item-Do:hover{transform:translateY(-10px);border:1px solid #005eb8}.feature-item-Do h3{color:#000;margin-top:20px;margin-bottom:10px;font-size:22px}.feature-item-Do li{color:#000;font-size:14px;text-align:left;padding:10px}.feature-item-Do p{color:#000}.features-subtitle-Do-overview{text-align:justify;text-justify:inter-word;width:100%;max-width:1150px;font-size:16px;margin:auto;color:#fff;border:1px solid #005eb8;padding:20px;border-radius:15px}.features-subtitle-Do-button{padding:10px 20px;background-color:#005eb8;color:#fff;border:none;border-radius:10px;text-align:center;margin:0}.feature-icon-Do{width:60px;height:60px;margin-bottom:20px}.logos-section-Do{background:linear-gradient(135deg,#0a0a0a,#1f1201);padding:60px 20px;width:1300px}.logos-grid-Do{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:40px;max-width:1200px;margin:0 auto;align-items:center;justify-items:center}.logo-item-Do img{max-width:100px;max-height:80px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,0,0,.5));transition:transform .3s ease}.logo-item-Do img:hover{transform:scale(1.1)}.floating-shapes-Do:before,.floating-shapes-Do:after{content:"";position:absolute;border-radius:50%;background:#ffffff1a;animation:floatShape 10s ease-in-out infinite;z-index:0}.floating-shapes-Do:before{width:200px;height:200px;top:-50px;left:-50px}.floating-shapes-Do:after{width:150px;height:150px;bottom:-40px;right:-40px}@keyframes floatShape{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.services-section-Do-about{position:relative;overflow:hidden;padding:100px 20px;z-index:1}.animated-background-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.shape{position:absolute;opacity:.2;animation-duration:25s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.shape.circle{width:80px;height:80px;background-color:#005eb8;border-radius:50%;top:20%;left:10%;animation-name:float1}.shape.triangle{width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:70px solid #005eb8;top:40%;left:70%;animation-name:float2}.shape.square{width:60px;height:60px;background-color:#005eb8;top:60%;left:30%;animation-name:float3}.shape.star{width:0;height:0;top:15%;left:50%;animation-name:float4;background:url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Five-pointed_star.svg/2048px-Five-pointed_star.svg.png);background-size:contain;background-repeat:no-repeat;width:60px;height:60px}@keyframes float1{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-40px) rotate(180deg)}to{transform:translateY(0) rotate(360deg)}}@keyframes float2{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-60px) rotate(180deg)}to{transform:translateY(0) rotate(360deg)}}@keyframes float3{0%{transform:translate(0) rotate(0)}50%{transform:translate(50px) rotate(180deg)}to{transform:translate(0) rotate(360deg)}}@keyframes float4{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.2)}to{transform:translateY(0) scale(1)}}.services-section-Do-who{position:relative;padding:80px 20px;background:linear-gradient(135deg,#f5f7ff,#fff);overflow:hidden;border:4px solid transparent;border-radius:20px;background-clip:padding-box;z-index:1;max-width:1200px;margin:auto}.services-section-Do-who:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,#005eb8,#070707,#005eb8,#005eb8);background-size:400% 400%;animation:gradientBorder 10s ease infinite;z-index:-1;border-radius:24px}@keyframes gradientBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.services-title-Do-who{font-size:2.5rem;text-align:center;margin-bottom:40px;position:relative;z-index:2}.services-cards-Do-who{display:flex;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;z-index:2;position:relative}.service-card-Do-who-div{background-color:transparent;animation:slideUp 1s ease forwards;opacity:0;display:flex;flex-wrap:nowrap}.service-card-Do-who{background-color:#fff;padding:20px;border-radius:15px;box-shadow:0 10px 25px #0000001a;animation:slideUp 1s ease forwards;opacity:0;display:flex;flex-wrap:nowrap;margin:10px}.service-card-Do-who:nth-child(1){animation-delay:.2s}.service-card-Do-who:nth-child(2){animation-delay:.4s}.service-card-Do-who:nth-child(3){animation-delay:.6s}.service-card-Do-who:nth-child(4){animation-delay:.8s}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.doulingo-plans-Do{padding:80px 20px;text-align:center}.services-title-Do{font-size:2.5rem;margin-bottom:60px;color:#000}.plans-wrapper-Do{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1200px;margin:0 auto}.plan-card-Do{background:#005eb8;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:30px;transition:transform .4s ease,box-shadow .4s ease;animation:fadeInUp 1s ease forwards;opacity:0;transform:translateY(30px)}.plan-card-Do h3{font-size:1.6rem;margin-bottom:10px;color:#111}.plan-card-Do .price{font-size:2rem;color:#fff;margin:15px 0}.plan-card-Do ul{list-style:none;padding:0;margin:20px 0;color:#000}.plan-card-Do ul li{margin-bottom:10px}.plan-card-Do a{background:#000;color:#fff;border:none;padding:12px 25px;border-radius:8px;cursor:pointer;transition:background .3s ease}.plan-card-Do a:hover{background:#0a0a0a}.plan-card-Do:hover{transform:scale(1.05);box-shadow:0 12px 35px #0000001f}.plan-card-Do.featured{border:3px solid #005eb8;background:linear-gradient(135deg,#f0e7ff,#fff)}.plan-card-Do.featured h3{color:#005eb8}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.plan-card-Do:nth-child(1){animation-delay:.2s}.plan-card-Do:nth-child(2){animation-delay:.4s}.plan-card-Do:nth-child(3){animation-delay:.6s}.plan-card-Do:nth-child(4){animation-delay:.8s}.page-about{position:relative}.hero-about{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#005eb8}.hero-image-about{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden;height:100%}.hero-image-about img{width:100%;height:100%;object-fit:cover}.custom-shape-h2-about{width:300px;height:80px;background:#949494;clip-path:path("M0,0 H280 Q300,0 300,20 V60 Q300,80 280,80 H20 Q0,80 0,60 V20 Q0,0 20,0 Z");padding:auto;color:#005eb8;text-align:center;margin-top:-5px}.hero-text-about{flex:1;padding:2rem;display:flex;align-items:center;font-size:2rem;font-weight:700;color:#000;line-height:1.2}.hero-image-text-about{flex:1.5;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hero-description-about{padding:2rem 2rem 0;color:#000;font-size:.95rem}.scroll-indicator-about{position:absolute;bottom:15px;right:25px;background-color:#005eb8;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;cursor:pointer;animation:bounce 2s infinite}.cta-about:hover{background-color:#949494;color:#000}.background-blobs-about{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.blob-about{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6;animation:blobMove 20s infinite ease-in-out}.blob1-about{width:400px;height:400px;background:#949494;top:-100px;left:-100px}.blob2-about{width:500px;height:500px;background:#005eb8;bottom:-150px;right:-150px}.about-section-about{max-width:1200px;margin:80px auto;padding:0 20px}.about-content-about{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.about-text-about{flex:1;min-width:300px}.quote-about{font-size:1.1rem;color:#000;line-height:1.6;margin-bottom:1.5rem}.about-image-about{width:500px;max-width:100%;height:200px;border-radius:16px;display:block}.about-card-about{flex:1;min-width:300px;background-color:#005eb8;border-radius:20px;padding:2rem;color:#000;box-shadow:0 8px 24px #00000026}.about-card-about h3{color:#000;font-size:.95rem;text-transform:uppercase;margin-bottom:1rem;font-weight:bolder}.about-card-about p{font-size:.95rem;line-height:1.6}.metrics-about{display:flex;justify-content:space-around;align-items:center;margin-top:40px;padding:20px 0;border:1px solid #005eb8;border-radius:25px;text-align:center;flex-wrap:wrap}.vlue-about-h2{display:flex;flex-wrap:wrap}.metrics-about div{flex:1 1 150px;margin:10px 0}.metrics-about strong{font-size:1rem;color:#000;display:block}.metrics-about span{font-size:1rem;color:#005eb8}.custom-card{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a;color:#000}.custom-card:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#005eb8;border-radius:50%;z-index:1}.Value-About-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;flex-wrap:nowrap!important}.Value-About-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px;border-radius:20px 0 0;color:#000}.Mission-custom-card{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #005eb8;box-shadow:0 0 5px #0000001a;color:#000}.Mission-custom-card:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.Mission-About-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Mission-About-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px 20px;border-radius:20px 0 0;color:#000}.Mission-custom-card-img{width:350px;margin-left:780px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-img:before{content:"";position:absolute;top:-20px;right:-20px;width:40px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.Mission-about-h2{width:300px;color:#000;margin:20px;text-align:justify;padding:10px}.page-team{position:relative}.hero-team{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#005eb8}.hero-text-team{flex:1;padding:2rem;display:flex;align-items:center;font-size:2rem;font-weight:700;color:#000;line-height:1.2}.hero-image-text-team{flex:1.5;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hero-description-team{padding:2rem 2rem 0;color:#000;font-size:.95rem}.hero-image-team{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden;height:100%}.hero-image-team img{width:100%;height:100%;object-fit:cover}.scroll-indicator-team{position:absolute;bottom:15px;right:25px;background-color:#005eb8;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;cursor:pointer;animation:bounce 2s infinite}.about-section-team{max-width:1200px;margin:80px auto;padding:0 20px}.about-content-team{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.about-text-team{flex:1;min-width:300px;margin-left:auto;text-align:center;align-items:left;display:flex;flex-direction:row;background-color:#949494;border-radius:25px;padding:20px}.about-text-team-flex1{flex:1;align-items:left;margin-right:20px;text-align:justify;text-justify:inter-word}.about-text-team-flex2{flex:2;align-items:left;text-align:justify;text-justify:inter-word}.about-image-team{width:150px;max-width:100%;height:150px;border-radius:25px;display:block}.about-card-team{flex:1;min-width:300px;background-color:#005eb8;border-radius:20px;padding:2rem;color:#000;box-shadow:0 8px 24px #00000026}.about-card-team h3{color:#949494;font-size:.95rem;text-transform:uppercase;margin-bottom:1rem;font-weight:bolder}.about-card-team p{font-size:.95rem;line-height:1.6}.metrics-team{display:flex;justify-content:space-around;align-items:center;margin-top:40px;padding:20px 0;border:1px solid #ffffff;border-radius:25px;text-align:center;flex-wrap:wrap;background:linear-gradient(-45deg,#005eb8,#005eb8,#949494,#005eb8);background-size:400% 400%;animation:gradientBG 10s ease infinite}.metrics-team div{flex:1 1 150px;margin:10px 0}.metrics-team strong{font-size:1.8rem;color:#000;display:block}.metrics-team span{font-size:.9rem;color:#000}.custom-card-team{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.custom-card-team:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#005eb8;border-radius:50%;z-index:1}.Value-team-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Value-team-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-team{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-team:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.Mission-team-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Mission-team-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px 20px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-img-team{width:350px;margin-left:780px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-img-team:before{content:"";position:absolute;top:-20px;right:-20px;width:40px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.hero-description-project{padding:10rem 2rem 0;color:#000!important;font-size:.95rem}.hero-text-project,.section-title{color:#000!important}.scroll-indicator-project{position:absolute;bottom:15px;right:25px;background-color:#000!important;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#005eb8!important;cursor:pointer;animation:bounce 2s infinite}.metrics-project{display:flex;justify-content:space-around;align-items:center;margin-top:10px;margin-right:-10px;padding:20px 0;border:1px solid #949494;border-radius:25px;text-align:center;flex-wrap:wrap;background-color:#000!important}.metrics-project strong{font-size:1.8rem;color:#005eb8!important;display:block}.metrics-project span{font-size:.9rem;color:#fff!important}.card-content{padding:20px;background:linear-gradient(to bottom,#005eb8,#949494);color:#000!important;border-top:1px solid #eee;width:240px;margin:auto;border-radius:15px}.card-content a{color:#000;font-weight:700;font-size:14px;text-decoration:underline}.page-partner{position:relative}.hero-partner{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#005eb8}.hero-text-partner{flex:1;padding:2rem;display:flex;align-items:center;font-size:2rem;font-weight:700;color:#000;line-height:1.2}.hero-description-partner{padding:10rem 2rem 0;color:#000;font-size:.95rem}.scroll-indicator-partner{position:absolute;bottom:15px;right:25px;background-color:#000;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;cursor:pointer;animation:bounce 2s infinite}.about-section-partner{max-width:1200px;margin:80px auto;padding:0 20px}.about-content-partner{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.about-text-partner{flex:1;min-width:300px}.quote-partner{font-size:1.1rem;color:#000;line-height:1.6;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word}.hero-image-partner{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden;height:100%}.hero-image-partner img{width:100%;height:100%;object-fit:cover}.about-image-partner{width:300px;height:150px}.about-card-partner{flex:1;min-width:300px;background-color:#005eb8;border-radius:20px;padding:2rem;color:#000;box-shadow:0 8px 24px #00000026;text-align:justify;text-justify:inter-word}.about-card-partner h3{color:#000;font-size:.95rem;text-transform:uppercase;margin-bottom:1rem;font-weight:bolder}.about-card-partner p{font-size:.95rem;line-height:1.6}.metrics-partner{display:flex;justify-content:space-around;align-items:center;margin-top:10px;margin-right:-10px;padding:20px 0;border:1px solid #949494;border-radius:25px;text-align:center;flex-wrap:wrap;background-color:#949494}.metrics-partner div{flex:1 1 150px;margin:10px 0}.metrics-partner strong{font-size:1.8rem;color:#005eb8;display:block}.metrics-partner span{font-size:.9rem;color:#555}.custom-card-partner{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.custom-card-partner:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#005eb8;border-radius:50%;z-index:1}.Value-partner-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Value-partner-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-partner{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-partner:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.Mission-partner-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Mission-partner-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px 20px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-img-partner{width:350px;margin-left:780px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-img-partner:before{content:"";position:absolute;top:-20px;right:-20px;width:40px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.page-project{position:relative}.hero-project{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#005eb8}.custom-shape-h2-project{width:300px;height:80px;background:#949494;clip-path:path("M0,0 H280 Q300,0 300,20 V60 Q300,80 280,80 H20 Q0,80 0,60 V20 Q0,0 20,0 Z");padding:auto;color:#005eb8;text-align:center;margin-top:-5px}.hero-text-project{flex:1;padding:2rem;display:flex;align-items:center;font-size:2rem;font-weight:700;color:#949494;line-height:1.2}.hero-image-text-project{flex:1.5;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hero-description-project{padding:10rem 2rem 0;color:#949494;font-size:.95rem}.hero-image-project{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden;height:100%}.hero-image-project img{width:100%;height:100%;object-fit:cover}.scroll-indicator-project{position:absolute;bottom:15px;right:25px;background-color:#005eb8;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;cursor:pointer;animation:bounce 2s infinite}.cta-project:hover{background-color:#949494;color:#000}.background-blobs-project{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.blob-project{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6;animation:blobMove 20s infinite ease-in-out}.blob1-project{width:400px;height:400px;background:#949494;top:-100px;left:-100px}.blob2-project{width:500px;height:500px;background:#005eb8;bottom:-150px;right:-150px}.about-section-project{max-width:1200px;margin:80px auto;padding:0 20px}.about-content-project{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.about-text-project{flex:1;min-width:300px}.quote-project{font-size:1.1rem;color:#333;line-height:1.6;margin-bottom:1.5rem}.about-image-project{width:500px;max-width:100%;height:200px;border-radius:16px;display:block}.about-card-project{flex:1;min-width:300px;background-color:#1e2a78;border-radius:20px;padding:2rem;color:#f0f4f8;box-shadow:0 8px 24px #00000026}.about-card-project h3{color:#949494;font-size:.95rem;text-transform:uppercase;margin-bottom:1rem;font-weight:bolder}.about-card-project p{font-size:.95rem;line-height:1.6}.metrics-project{display:flex;justify-content:space-around;align-items:center;margin-top:10px;margin-right:-10px;padding:20px 0;border:1px solid #949494;border-radius:25px;text-align:center;flex-wrap:wrap;background-color:#949494}.metrics-project div{flex:1 1 150px;margin:10px 0}.metrics-project strong{font-size:1.8rem;color:#1e2a78;display:block}.metrics-project span{font-size:.9rem;color:#555}.custom-card-project{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.custom-card-project:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#005eb8;border-radius:50%;z-index:1}.Value-project-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Value-project-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-project{width:350px;padding:20px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-project:before{content:"";position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.Mission-project-Section{width:100%;max-width:1200px;margin:100px auto 200px!important;display:flex;flex-wrap:wrap}.Mission-project-Section h2{text-align:center;font-size:35px;margin-bottom:50px;padding:70px 20px;border-radius:20px 0 0;color:#005eb8}.Mission-custom-card-img-project{width:350px;margin-left:780px;border-radius:20px;position:relative;background-color:none;border:1px solid #949494;box-shadow:0 0 5px #0000001a}.Mission-custom-card-img-project:before{content:"";position:absolute;top:-20px;right:-20px;width:40px;height:36px;background-color:#949494;border:1px solid #005eb8;border-radius:50%;z-index:1}.portfolio-section{padding:60px 20px;text-align:center;width:100%;max-width:1200px;margin:auto}.section-title{font-size:24px;font-weight:600;color:#1f1f1f;margin-bottom:40px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:25px;justify-content:center;align-items:stretch}.portfolio-card{background:#949494;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.portfolio-card:hover{transform:translateY(-5px)}.image-container{position:relative;width:100%;height:180px;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background-color:#005eb8;border-radius:50%;width:50px;height:50px;padding:10px;cursor:pointer}.card-content{padding:20px;background:linear-gradient(to bottom,#005eb8,#949494);color:#fff;border-top:1px solid #eee;width:240px;margin:auto;border-radius:15px}.card-content h3{font-size:16px;margin-bottom:10px;font-weight:700}.card-content p{font-size:14px;margin-bottom:10px}.card-content a{color:#fff;font-weight:700;font-size:14px;text-decoration:underline}.contact-container{padding:40px;margin-top:100px}.contact-header{display:flex;justify-content:space-between;background-color:#005eb8;padding:40px;border-radius:12px;margin-bottom:40px;color:#000;gap:20px}.contact-info{flex:1}.info-block{margin-bottom:20px}.contact-form{flex:1;background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 6px #0000001a}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{margin-bottom:15px;padding:12px;border:1px solid #005eb8;border-radius:8px;font-size:14px}.contact-form button{background-color:#005eb8;color:#000;border:none;padding:12px;border-radius:8px;cursor:pointer}.contact-map{position:relative;margin-bottom:40px}.contact-map iframe{width:100%;height:300px;border-radius:12px}.map-info{position:absolute;top:20px;left:20px;background-color:#005eb8;color:#949494;padding:20px;border-radius:12px;box-shadow:0 4px 6px #0000001a}.faq-section{background-color:#fff;padding:30px;border-radius:12px}.faq{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.faq-item{flex:1;min-width:250px;margin-bottom:20px}.faq-item button{margin-top:10px;padding:10px 20px;background-color:#2962ff;color:#fff;border:none;border-radius:8px;cursor:pointer}.faq-list{flex:2;display:flex;flex-direction:column;gap:10px;min-width:250px}@media screen and (max-width: 768px){.contact-header{flex-direction:column;padding:20px}.contact-form,.contact-info{width:100%}.map-info{position:static;margin-top:20px;width:100%}.faq{flex-direction:column}.faq-item,.faq-list{width:100%}.contact-container{padding:20px;margin-top:60px}.faq-section{padding:20px}}.location-cards{display:flex;flex-wrap:wrap;gap:20px}.location-card{border:none;border-radius:8px;padding:15px;width:300px;box-shadow:0 2px 6px #0000001a;color:#000;background-color:#005eb8}.location-image{width:100%;height:auto;border-radius:5px}.hero-course{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#005eb8}.hero-text-about,.hero-description-about{color:#000}.hero-image-course{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden;height:90%}.hero-image-course img{width:100%}.popular-courses .section-header{display:flex;justify-content:space-between;align-items:center;margin:auto;width:100%;max-width:1200px}.scroll-indicator-about{position:absolute;bottom:15px;right:25px;background-color:#000;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#005eb8;cursor:pointer;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.popular-courses h2{font-size:1.5rem}.popular-courses a{color:#000;font-weight:500;text-decoration:none}.course-cards{display:flex;gap:1.5rem;flex-wrap:wrap;width:100%;max-width:1200px;margin:auto;margin-bottom:100px!important}.course-card{background:#005eb8;color:#000;padding:1.5rem;border-radius:16px;width:300px;display:flex;flex-direction:column;gap:1rem}.course-card img{width:100%;border-radius:10px}.course-card h3{font-size:1.1rem}.course-link-button{align-self:start;padding:.5rem 1rem;background:#000;color:#fff!important;border:none;border-radius:10px;cursor:pointer}.blog-container{margin:auto;padding:40px 0;width:100%;max-width:1200px}.hero-blog{display:flex;justify-content:space-between;align-items:stretch;height:400px;padding:0;margin:150px auto;max-width:1200px;position:relative;border-radius:20px;overflow:hidden;background-color:#024686}.hero-text-blog{flex:1;padding:2rem;display:flex;align-items:center;font-size:2rem;font-weight:700;color:#000;line-height:1.2}.hero-image-text-blog{flex:1.5;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hero-description-blog{padding:2rem 2rem 0;color:#000;font-size:.95rem}.hero-image-blog{flex:1;border-top-left-radius:40px;border-bottom-right-radius:15px;overflow:hidden}.hero-image-blog img{width:45%;height:90%;align-items:flex-end}.hero-content h1{font-size:28px;margin-bottom:30px;justify-content:space-between;align-items:center}.hero-content p{color:#555;margin-bottom:20px}.btn-primary{background:#1e40af;color:#000!important;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.hero-image{width:300px;height:auto;border-radius:12px}.section{margin-bottom:60px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:24px}.section-header a{color:#005eb8;text-decoration:none;font-weight:700}.card-grid{display:flex;gap:20px;flex-wrap:wrap}.blog-card{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;width:calc(33.333% - 13.333px);display:flex;flex-direction:column;overflow:hidden}.card-img-blog{width:100%;height:180px;object-fit:cover}.card-content-blog{padding:25px;background-color:#005eb8;width:300px;margin:auto;border-radius:15px;box-shadow:10px 10px #949494}.card-date{font-size:12px;color:#fff}.card-title-blog{font-size:16px;margin:10px 0;color:#000}.card-link-blog{color:#fff;font-weight:500;font-size:14px;text-decoration:none}@media (max-width: 768px){.blog-card{width:100%;margin:auto;padding:auto}.card-content-blog{width:100%;margin:0 auto;box-shadow:5px 5px #949494}.hero-blog{flex-direction:column;height:auto;margin:80px 0}.hero-image-blog img{width:100%;height:auto}.hero-text-blog,.hero-description-blog{padding:1rem;text-align:center}.hero-image-text-blog{flex:none}}.blog-post-layout{display:flex;gap:40px;margin-top:60px}.blog-toc{flex:0 0 250px;background-color:#005eb8;padding:20px;border-radius:12px;position:sticky;top:120px;height:fit-content}.blog-toc h3{margin-bottom:15px;color:#000}.blog-toc ul{list-style-type:none;padding:0}.blog-toc li{margin-bottom:10px}.blog-toc a{color:#000;text-decoration:none;font-size:14px}.blog-toc a:hover{color:#000;text-decoration:underline}.blog-content{flex:1;color:#000;padding:10px;border-radius:15px}.blog-content h2{color:#005eb8;margin-top:0}.blog-content h3{color:#005eb8;margin-top:30px}.full-blog-img{width:100%;height:auto;border-radius:12px;margin-bottom:20px}a{color:#005eb8}.form-container{max-width:700px;margin:120px auto;padding:2rem;background:linear-gradient(135deg,#949494,#005eb8);border-radius:12px;box-shadow:0 0 20px #0000001a}.binary-loader-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;z-index:9999}@media (max-width: 768px){.binary-loader-wrapper{top:70%}}.circle{width:200px;height:200px;border-radius:50%;position:absolute;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.static-circle{background-color:#005eb8;z-index:1}.moving-circle{background-color:#90eee6e6;animation:rotateCircle 2s linear infinite;z-index:2}.binary-text{color:#000;font-size:70px;font-weight:700}@keyframes rotateCircle{0%{transform:translate(0) rotate(0) translate(20px) rotate(0)}to{transform:translate(0) rotate(360deg) translate(20px) rotate(-360deg)}}#root{font-family:Orbitron,sans-serif;max-width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}body{background-color:#fff;font-family:Orbitron,sans-serif;min-height:100vh;color:#000!important;margin:0;padding:0;overflow-x:hidden;box-sizing:border-box}@media (max-width: 768px){body{background-color:#fff;font-family:Orbitron,sans-serif;min-height:100vh;margin:auto;padding:auto;overflow-x:hidden}#root{font-family:Orbitron,sans-serif;width:768px;margin:auto;padding:auto;overflow:hidden}}@media (max-width: 480px){body{background-color:#fff;font-family:Orbitron,sans-serif;min-height:100vh;margin:auto;padding:auto;overflow-x:hidden}#root{font-family:Orbitron,sans-serif;width:480px;margin:auto;padding:auto;overflow:hidden}}input{font-family:Orbitron,sans-serif}button{font-family:Orbitron,sans-serif;color:#fff!important}
