:root{--gradient: linear-gradient(to right, #b656e2, #234eb0);--navyBlue: #354364;--normal: #555e73;--border-radius: .375rem;--shadow: rgba(0, 0, 0, .1) 0px 2px 4px;--primary-color: #555e73;--secondary-color: #777;--btn-border: #b4c9f9}@font-face{font-family:RoundedFont;src:url(/assets/font/rounded.woff) format("woff");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Poppins,sans-serif;cursor:default;font-display:swap;font-size:16px;scrollbar-width:auto;scrollbar-color:#cccccc #f0f0f0}body{margin:0;overflow-x:hidden}body.active{overflow:hidden;text-decoration:none!important}::-webkit-scrollbar{width:5px;display:none}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-track:hover{background-color:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px;display:none}::-webkit-scrollbar-thumb:hover{background:#999}.sciastra-container{text-decoration:none;display:flex;flex-direction:column;align-items:center;z-index:1200;position:relative}a{text-decoration:none}#sciastra_icon{width:3.5rem;height:3.5rem;padding:.5rem}#sciastra_text{color:#fff;margin-top:.5rem;font-size:.7rem}nav{display:flex;align-items:center;position:sticky;top:0;justify-content:space-evenly;width:100%;z-index:1001;padding:7px 0}nav.sticky-active{box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease;background-color:#fff}#nav_list{display:flex;list-style-type:none;justify-content:center;width:70%;align-items:center}#nav_list{gap:5px}.mega-menu-wrapper:hover .mega-menu{display:flex;opacity:1;transform:translateY(0);left:-38px}.desk_list_item{margin:0;width:10rem;text-align:center;cursor:pointer;transition:transform .3s;position:relative}.direct_links{text-decoration:none!important;color:#fff}.desk_list_item:hover{transform:scale(1.1)}.desk_list_item:hover>div{text-decoration:none!important}.nav-light .nav-link-light:not(.login),.nav-light .desk_list_item,.nav-light .direct_links,.nav-light .fa-angle-down,.nav-light .fa-angle-right{color:#222!important;background:none!important}.mega-menu-trigger:hover .mega-menu-desktop,.mega-menu-desktop:hover{opacity:1;visibility:visible}.nav-link-light{color:#fff}.nav-link-dark{color:#000}.login{color:#fff;text-decoration:none!important;padding:.4rem 2rem;background:var(--gradient);border-radius:1.5rem;font-weight:400;display:block}.hamburger{display:none;flex-direction:column;gap:.5rem;z-index:1200;margin-top:-12px;cursor:pointer}.bar{background:var(--gradient);padding:.15rem 1.2rem;transition:.3s ease-in}.hamburger.activeham .bar:nth-child(2){opacity:0}.hamburger.activeham .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.activeham .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mega-menu-desktop{position:absolute;top:100%;left:10px;width:800px;max-width:90vw;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1050;margin-top:10px;display:flex}.menu-left{width:35%;background:#f8f9fa;border-radius:15px 0 0 15px;padding:20px;position:relative;flex-shrink:0}.menu-left ul{margin:0;padding:0;list-style:none}.menu-left li{background:#fff;margin-bottom:8px;padding:12px 16px;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000000d}.menu-left>li>.right-arrow{color:#000;font-size:.8rem}.menu-left li strong{font-size:.95rem;font-weight:600;color:#333}.menu-left li span{display:block;color:#888;font-size:.85rem}.menu-left li:focus{outline:2px solid #b0b6c0}.menu-left i,.menu-left svg{font-size:.8rem;opacity:.7;color:#666}.menu-left li:hover,.menu-left li.active{background:var(--gradient);color:#fff;transform:translate(5px)}.menu-left li:hover strong,.menu-left li.active strong,.menu-left li:hover i,.menu-left li.active i{color:#fff}.menu-right{width:65%;min-width:max-content;padding:20px;background:#fff;border-radius:0 15px 15px 0;flex-shrink:0;min-height:300px}.menu-right h3{background:linear-gradient(45deg,#6a11cb,#2575fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.6rem}.course-grid{display:none;color:#000;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:15px;min-height:120px}.course-grid.active{display:grid}.navcourse-card{background:#f8f9fa;border-radius:12px;padding:20px;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px}.navcourse-card:hover{transform:translateY(-5px);background:var(--gradient);color:#fff;box-shadow:0 10px 25px #00000026}.navcourse-card i{font-size:2rem;margin-bottom:10px;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navcourse-card:hover i{-webkit-text-fill-color:white}.navcourse-card h4{font-size:1rem;font-weight:600;margin:0}.navcourse-card a{color:inherit;text-decoration:none;display:block;width:100%;height:100%}.dropdown{position:relative}.dropdown-content{position:absolute;top:100%;left:0;background:#f8f9fa;min-width:156px;border-radius:8px;box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-content a{display:block;padding:9px 14px;color:#333;text-decoration:none;background:#fff;font-size:.9rem;border:1px solid #f0f0f0;border-radius:8px;margin:7px}.dropdown-content a:hover{background:var(--gradient)!important;color:#fff}.dropdown-content a:last-child{border-bottom:none}.dropdown-content{pointer-events:none}.dropdown:hover .dropdown-content{pointer-events:auto}.dropdown-content a:first-child:hover{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown-content a:last-child:hover{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.nav-menu{position:fixed;top:0;width:100%;height:100vh;left:-100%;flex-direction:column;align-items:center;gap:2rem;justify-content:flex-start;padding-top:4rem;overflow-y:auto;background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:.3s ease-in;display:none}#ph_list{display:flex;flex-direction:column;align-items:center;border-radius:1rem;gap:1.5rem;margin:0;list-style-type:none;padding:2rem;width:90%;margin-top:2.4rem}.ph_list_item{text-align:center;color:#333;font-weight:400;font-size:1.5rem;background:#fff;border:1px solid #cbd4dc;width:100%;padding:.7rem 1.5rem;border-radius:.7rem;cursor:pointer;transition:background .3s,border .3s;box-sizing:border-box}.ph_list_item.active{background:#f0f0f0;border-color:transparent;border-top:1px solid transparent}.ph_text{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s}.ph_list_item.active .ph_text{background:linear-gradient(to right,#234eb0,#b656e2);color:#fff}.nav-menu.activeMenu{left:0}.mobile-dropdown{max-height:0;overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px;transition:max-height .3s ease}.mobile-dropdown.active{max-height:500px}.mobile-dropdown a{display:block;background:#fff;padding:10px 20px;color:#333;text-decoration:none;font-size:1.1rem;border:1px solid #f0f0f0;border-radius:8px;margin:.8rem 2rem}.mobile-dropdown a:hover{color:#fff;background:var(--gradient)}.mega-menu-close{position:absolute;top:5px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;z-index:10}.mega-menu-close:hover{color:#333}.mega-menu-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1100;display:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:flex-start;justify-content:center;padding-top:2rem;overflow-y:auto}.mega-menu{background:#fff;border-radius:15px;max-width:900px;width:90%;max-height:85vh;overflow-y:auto;margin:20px;box-shadow:0 10px 40px #0000004d;position:relative}.mobile-accordion{width:100%}.accordion-item{border-bottom:1px solid #e9ecef}.accordion-item:last-child{border-bottom:none}.accordion-header{padding:20px;background:#f8f9fa;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;border:none;width:100%;text-align:left;font-family:inherit}.accordion-header:hover{background:#e9ecef}.accordion-header.active{background:var(--gradient);color:#fff}.accordion-header strong{font-size:1.1rem;font-weight:600;color:#333}.accordion-header.active strong{color:#fff}.accordion-toggle{font-size:1rem;transition:transform .3s ease;color:#666}.accordion-header.active .accordion-toggle{transform:rotate(180deg);color:#fff}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}.accordion-content.active{max-height:500px}.accordion-course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:15px;padding:20px}.accordion-course-card{background:#f8f9fa;border-radius:12px;padding:15px;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px}.accordion-course-card:hover{transform:translateY(-3px);background:var(--gradient);color:#fff;box-shadow:0 8px 20px #00000026}.accordion-course-card i{font-size:1.8rem;margin-bottom:8px;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.accordion-course-card:hover i{-webkit-text-fill-color:white}.accordion-course-card h4{font-size:1.5rem;font-weight:600;margin:0;line-height:1.3}.accordion-course-card a{color:inherit;text-decoration:none;display:block;width:100%;height:100%;font-size:inherit}.accordion-static-links{padding:20px;background:#f8f9fa}.accordion-static-link{display:block;padding:12px 16px;margin-bottom:8px;background:#fff;border-radius:8px;text-decoration:none;color:#333;font-weight:600;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.accordion-static-link:hover{background:var(--gradient);color:#fff;transform:translate(5px)}.accordion-static-link:last-child{margin-bottom:0}.whatsApp{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;z-index:1000}.wp_link{text-decoration:none;display:flex;align-items:center;gap:.6rem;background-color:#4cca5a;border-radius:2rem;padding:.7rem 1.5rem}.wp_link_img{width:1.5rem}.wp_chat_text{margin:0;font-size:.75rem;font-weight:400;color:#fff;text-align:center;white-space:nowrap}.career_popup{display:none;position:fixed;top:40%;left:80%;transform:translate(-50%) translateY(100px);background-color:#f9f9f9;padding:2rem;border-radius:10px;z-index:9999;max-width:90%;width:400px;box-shadow:0 10px 25px #0003;opacity:0;transition:all .5s ease}.career_popup.show{display:block;opacity:1;transform:translate(-50%) translateY(0)}.career_popup .popup-content{max-height:10%;overflow-y:auto}.career_popup h3{color:#333;margin-top:10px}.career_popup ul{padding-left:20px}.career_popup li{margin-bottom:8px}.career_popup button{background-color:#4caf50;color:#fff;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-family:Poppins,sans-serif}.career_popup button:hover{background-color:#45a049}.popup-content h2{background:var(--gradient);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent}#how-dif ul{list-style-type:none;padding-left:0}#how-dif ul li{padding-left:2rem;position:relative;font-size:1rem;margin:5px 2;flex-basis:30%;max-width:90%;box-sizing:border-box;text-align:left}#how-dif ul li:before{display:inline-block;color:red;padding-right:1rem!important;position:absolute;left:0;top:0}#how-different ul li:before{content:"✓";display:inline-block;color:red;padding-right:2rem!important;position:absolute;left:0;top:0}.career_popup h2,.career_popup h3,.career_popup p{margin:0 0 10px}.career_popup p{font-size:.9rem}#how-dif ul li{color:#000000b3;font-weight:450;line-height:1.3}table{width:100%;border-collapse:collapse;margin-top:10px}th,td{border:1px solid #ddd;padding:8px;text-align:center}th{background-color:#f2f2f2}tr:nth-child(2n){background-color:#f2f2f2}tr:hover{background-color:#ddd}#how-dif ul li:before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="url(%23grad1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%23234eb0;stop-opacity:1" /><stop offset="100%" style="stop-color:%23b656e2;stop-opacity:1" /></linearGradient></defs><polyline points="20 6 9 17 4 12"/></svg>');display:inline-block;position:absolute;left:0;top:0;padding-right:2rem!important}#popup2::-webkit-scrollbar{width:8px}#popup2::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.popup-content{text-align:center}.popup-close1{position:absolute;top:7px;right:6px;cursor:pointer;font-size:24px;color:#6c757d;transition:color .3s ease}.popup-close1:hover{color:#212529}.footer-top{position:relative;background:linear-gradient(to bottom,#271c3f,#9f50ff);padding:4rem 0;margin-bottom:-7rem;z-index:1}.footer-top p{color:#fff;text-align:center;font-size:3rem}.footer-button{display:flex;justify-content:center;margin-top:20px;margin-bottom:5rem}.footer-button a{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(90deg,#8a2be2,#4169e1);color:#fff;text-decoration:none;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 4px 15px #fffc;transition:all .3s ease}.footer-button a:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6f4ef299}.footer-button i{font-size:16px}.footer-icon{position:absolute;bottom:0;right:0;width:400px;height:auto}.footer-bottom{background-color:#0c0c0c;padding:6rem 0 .5rem;overflow:hidden;clip-path:ellipse(100% 100% at 50% 100%);position:relative;z-index:2;margin-top:0}.footer-bottom .footer-logo{display:flex;justify-content:center;align-items:center}.footer-bottom .footer-logo img{width:100px;height:100px}.footer-informations{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:2rem;margin:1rem auto;padding:0 2rem}.footer-informations .info{flex:1}.footer-informations .title{color:#aca7a7;font-size:1.2rem}.content-row{display:flex;align-items:center;gap:.5rem}.content-row i{color:#c0bdbd;font-size:18px}.footer-informations p.content{color:#fff;margin-bottom:.4rem;font-size:1rem}.footer-informations .social-icons{display:flex;flex-direction:row;gap:.6rem;margin-top:.3rem}.footer-informations .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;color:#000;font-size:1.3rem;transition:all .3s ease}.footer-informations .social-icons a:hover{background-color:#555}.footer-informations .links{flex:0 0 auto;min-width:200px;display:flex;flex-direction:column;align-items:flex-start;font-size:1rem}.footer-informations .links ul{list-style:none;padding:0;margin:0}.footer-informations .links ul li{margin-bottom:.3rem}.footer-informations .links ul li a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-informations .links ul li a:hover{text-decoration:underline}.footer-title{text-align:center;color:#fff;font-size:5rem;margin-bottom:.5rem;font-family:RoundedFont,sans-serif!important}.copyright{text-align:center;color:#fff;font-size:1rem}.heading{text-align:center;font-size:2.3rem;color:#000}.build-career{background-color:#efefff;padding:3rem}.collegeCarouselBox{width:100%;margin:0 auto;padding:0 1rem;position:relative}.collegeCarouselCell{padding:1.4rem;margin-bottom:1.2rem}.owlCollegeCarousel>img.collegeImage{max-width:100%;height:400px;vertical-align:middle}.imageContainer{position:relative;overflow:hidden;border-radius:10px}.collegeImage{display:block;width:100%;height:auto;border-radius:10px}.imageCaption{position:absolute;bottom:0;width:100%;height:fit-content;background:#0009;color:#fff;text-align:center;padding:8px;font-size:14px;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;transition:all .6s ease-in-out}.imageContainer:hover .imageCaption{height:100%;bottom:0;font-size:1.1rem;font-weight:600;border-radius:0}.page-container{padding:1.5em;max-width:1260px;margin:1.3rem auto 0}.head{text-align:center;margin-bottom:2rem}#prep_h2{font-size:2rem;font-weight:700}.owlCollegeCarousel .owl-item .collegeCarouselCell{transform:scale(.88);transition:transform .6s cubic-bezier(.22,.61,.36,1)}.owlCollegeCarousel .owl-item.center .collegeCarouselCell{transform:scale(1.1);z-index:5}.owl-controls-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:20px}.owl-controls-wrapper .owl-nav{display:flex;gap:120px;position:relative}.owl-controls-wrapper .owl-nav .owl-prev{order:-1}.owl-controls-wrapper .owl-prev,.owl-controls-wrapper .owl-next{width:30px;height:30px;border-radius:50%;background:#fff!important;border:none!important;box-shadow:0 2px 6px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;outline:none!important}.owl-controls-wrapper .owl-prev i,.owl-controls-wrapper .owl-next i{font-size:1.2rem;color:#000!important}.owl-controls-wrapper .owl-prev:hover,.owl-controls-wrapper .owl-next:hover{background:#f3f3f3!important;transform:scale(1.05);box-shadow:0 4px 12px #0003}.owl-controls-wrapper .owl-prev:focus,.owl-controls-wrapper .owl-next:focus{outline:none!important;box-shadow:none!important}.owl-theme .owl-nav [class*=owl-]{background:transparent!important;color:var(--gradient)!important}.owl-controls-wrapper .owl-dots{display:flex;gap:8px;align-items:center;justify-content:center;outline:none}.owl-controls-wrapper .owl-dots .owl-dot{border:none!important;outline:none!important;background:transparent!important}.owl-controls-wrapper .owl-dots .owl-dot span{width:12px;height:12px;border-radius:50%;background:#d4cccc;display:block;overflow:hidden;position:relative}.owl-controls-wrapper .owl-dots .owl-dot.active span{width:28px;border-radius:12px;background:#d4cccc}.owl-controls-wrapper .owl-dots .owl-dot.active span:after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background:linear-gradient(90deg,#c56cf0,#9a55ff);animation:fillProgress linear forwards;animation-duration:5s}@keyframes fillProgress{0%{width:0%}to{width:100%}}.counter-section{padding:0 1.5rem}#recordBox{display:flex;justify-content:space-evenly;align-items:center;background:var(--gradient);border-radius:1rem;padding:2rem;width:100%;flex-wrap:wrap}#recordBox .numbers{display:flex;flex-direction:column;align-items:center;color:#fff}.numbers .record_h2{font-weight:700;font-size:2.19rem;color:#fff;margin:0 0 .5rem}.numbers .record_icon,.numbers i{color:#fff;font-size:1.5rem;margin-right:8px}.numbers .record_p{display:flex;align-items:center;gap:8px;color:#fff;font-weight:400;font-size:1.125rem;margin:0}.our-student{padding:3rem 1rem}.sub-text{text-align:center;font-size:1rem;color:#333;margin-bottom:2rem}.achieveBox{display:flex;justify-content:center;position:relative;gap:3rem;margin-top:3rem}.cardBox{width:31.8rem;position:relative;box-shadow:#0000003d 0 3px 8px;border-radius:.786rem;overflow:hidden;padding-top:1.8rem;padding-bottom:1.8rem;background-color:#fff}.studentBox{display:flex;justify-content:center;align-items:center;gap:2rem}.image_top{width:40%}#congo_h1{padding-left:2rem;font-family:Satisfy,cursive;font-weight:400;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}#congo_img{width:100%}.congrats{display:flex;flex-direction:column;align-items:center;justify-content:center}#air_h1{background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:4rem;font-weight:700;line-height:4rem;margin:0}#name_h2{color:#354364;margin:0;font-weight:600;font-size:1rem;margin-top:1rem}#one{background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;margin:0;font-size:10rem;font-weight:800;font-family:Poppins,sans-serif;line-height:8rem}.cat{font-size:.7763rem;font-weight:400;margin:0}.one{padding:2rem 0;width:95%;margin:0 auto;align-items:center}.carousel-cell{height:280px;width:450px;background:#fff;border-radius:10px;margin:1rem 0;padding:20px;box-shadow:0 4px 12px #00000026;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.intro{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.intro img{max-height:150px;max-width:100%;height:auto;width:auto;object-fit:contain;border-radius:8px}.stud_name{margin-top:10px;font-weight:600;color:var(--navyBlue);font-size:1rem}.desk_rank{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.air{font-weight:800;font-size:2rem;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.num{font-size:5rem;font-weight:800;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.exam{font-size:1.5rem;font-weight:800;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.common_h2{font-family:Roboto,sans-serif;text-transform:capitalize;font-weight:700;font-size:3rem;text-align:center;letter-spacing:0%;margin:0;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.common_sub_h{font-family:Roboto,sans-serif;text-transform:capitalize;font-weight:700;font-size:1.5rem;letter-spacing:0%;margin:0;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.carousel-cell{width:300px;height:240px;padding:16px}.intro img{max-height:120px}.stud_name{font-size:.9rem}.air{font-size:1.6rem}.num{font-size:3.5rem}.exam{font-size:1.2rem}}@media screen and (max-width: 786px){html{font-size:12px}nav{justify-content:space-between;padding:0 20px}#nav_list,.login{display:none}.hamburger,.nav-menu{display:flex}.mega-menu .menu-left,.mega-menu .menu-right{display:none!important}.mobile-accordion{display:block!important}.mega-menu-container{display:none;align-items:flex-start;justify-content:center;padding:1rem}.mega-menu{max-width:95%;width:95%;margin:0;margin-top:5rem}.wp_link{padding:0!important;background:none}.wp_chat_text{display:none}.wp_link_img{width:2.5rem!important;margin-bottom:1rem}.footer-top p{font-size:2rem}.footer-button a{font-size:9px;gap:4px}.footer-button i{font-size:12px}.footer-icon{width:200px;height:auto;z-index:1000}.footer-informations{flex-wrap:wrap;flex-direction:column;align-items:left;text-align:left;gap:1.5rem}.footer-informations .info,.footer-informations .links{flex:1 1 100%;max-width:500px}#recordBox{padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:2rem;position:relative}#recordBox:after{content:"";position:absolute;left:5%;right:5%;top:50%;height:1px;background-color:#fff;z-index:1}#recordBox>:nth-child(1),#recordBox>:nth-child(2){align-items:flex-start}#recordBox>:nth-child(3),#recordBox>:nth-child(4){align-items:flex-end}.numbers{display:flex}.numbers:nth-child(1){justify-content:center}.numbers .record_h2{text-align:center!important;font-size:1.5rem!important;font-weight:500}.numbers .record_icon,.numbers i{font-size:1rem}.numbers .record_p{font-size:1rem;gap:1px}.achieveBox{flex-direction:column;align-items:center}.cardBox{width:29rem}.common_h2{width:100%;text-align:center;font-size:2rem}.common_sub_h{width:100%;text-align:center;font-size:1.5rem}}@media screen and (min-width: 787px){.mobile-accordion{display:none}.mega-menu{display:flex}.menu-left,.menu-right{display:block;width:50%;border-radius:0}.menu-left{border-radius:15px 0 0 15px;width:35%}.menu-right{border-radius:0 15px 15px 0;width:65%;min-height:auto;overflow-y:auto;flex:1}.mobile-video{display:none}}@media only screen and (max-width: 768px){.career_popup{padding:1.5rem;width:70%;left:60%;transform:translate(-50%) translateY(100px)}}@media (max-width: 480px){#sciastra_icon{width:4.5rem;height:4.5rem;margin-top:10px}#sciastra_text{display:none}.career_popup{width:90%;top:50%;left:50%;transform:translate(-50%,100px)}.footer-top{padding:2rem 1rem 9rem;margin-bottom:-9rem;z-index:1}.footer-top p{font-size:2rem}.footer-button{display:inline;align-items:left}.footer-button a{margin:2rem 0 0 1rem;font-size:10px;gap:2px}.footer-button i{font-size:10px}.footer-icon{padding-bottom:1rem;width:195px;height:auto;z-index:1000}.footer-bottom{clip-path:ellipse(100% 52% at 50% 61%);position:relative;z-index:2;overflow:hidden}.carousel-cell{margin:0 auto;align-items:center;height:200px;width:300px}.heading{font-size:1.8rem}}form{display:flex;flex-direction:column;gap:1rem}.contactform-container{background:linear-gradient(180deg,#e5c4ff,#d4b3fc);border-radius:15px;box-shadow:0 8px 20px #0003;min-width:320px;height:auto;max-height:fit-content;width:100%;max-width:820px;margin:1.25rem auto}.contact_form{padding:3rem}.contactform-title{text-align:start;font-size:2rem;text-transform:capitalize;margin-bottom:1.5rem}.contactform-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.contactform-group{flex:1;display:flex;flex-direction:column}.contactform-group input[type=text],.contactform-group input[type=email],.contactform-group input[type=tel],.contactform-group textarea{padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.contactform-group.full-width{width:100%}.contactform-group textarea{min-height:120px;resize:vertical;width:100%;font-family:inherit}.contactform-group.checkbox-group input[type=checkbox]{width:20px;height:20px;accent-color:#234eb0;cursor:pointer;margin-right:10px}.checkbox-group label{display:flex;align-items:center;font-size:1rem;gap:10px}.contactsubmit-btn{background:linear-gradient(to right,#234eb0,#b656e2);color:#fff;font-size:1em;padding:10px 20px;border:none;border-radius:1rem;cursor:pointer;width:100%;text-align:center;font-weight:700;transition:all .3s ease}.contactsubmit-btn:hover{transform:scale(.98);box-shadow:0 8px 20px #0003}@media screen and (max-width: 786px){.contactform-container .info{width:100%;max-width:500px;margin:0 auto}}.bg-gradient{background:var(--gradient)!important;color:#fff!important;box-shadow:0 6px 18px #0b5fff2e}.bg-gradient:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 10px 26px #0b5fff38}.bg-gradient[disabled],.bg-gradient[aria-disabled=true]{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.comment-toast{position:fixed;right:1rem;bottom:1rem;background:var(--gradient);color:#fff;padding:10px 14px;border-radius:10px;display:none;box-shadow:0 8px 24px #0b5fff2e;z-index:1200}.comment-toast.show{display:block}.sciastra-table-bg{--table-cell-bg: rgba(255,255,255,.92);background:var(--gradient);overflow:hidden;margin:1rem 0}.sciastra-table-bg table,.post-content table.sciastra-table{width:100%;border-collapse:collapse;background:transparent;border:none}.sciastra-table-bg table th,.sciastra-table-bg table td,.post-content table.sciastra-table th,.post-content table.sciastra-table td{background:var(--table-cell-bg);padding:12px 14px;border-bottom:1px solid rgba(14,54,80,.06);text-align:left;font-size:.95rem}.sciastra-table-bg table thead th,.post-content table.sciastra-table thead th{background:#f2f6f9f2}.sciastra-table-bg{-webkit-overflow-scrolling:touch}.sciastra-table-bg table{display:table}
