body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.coc{background-color:#bfd8e5}.navbar{background:linear-gradient(135deg,#f6f6f6,#e0e0e0);box-shadow:0 2px 10px #00000014;font-family:Segoe UI,sans-serif;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:999}.nav-links,.navbar{align-items:center;display:flex}.nav-links{gap:1.5rem}.nav-links a{color:#333;font-size:1.2rem;font-weight:500;letter-spacing:1px;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#07c}.nav-logo{left:50%;position:absolute;transform:translateX(-50%)}.nav-logo img{height:50px;object-fit:contain;width:auto}.navbutton{background-color:#00689e;border:1px solid #fff;border-radius:30px;color:#fff;letter-spacing:1px;padding:10px 18px}.navbutton:hover{background-color:#04968e}.hamburger-menu{cursor:pointer;display:none;z-index:1000}.mobile-menu{background:linear-gradient(135deg,#00689f,#04978f);border-radius:0 50px 1px 50px;box-shadow:2px 0 10px #0000001a;height:auto;left:-100%;padding-top:80px;position:fixed;top:0;transition:left .3s ease;width:50%;z-index:999}.mobile-menu.open{left:0}.mobile-menu-content{align-items:center;display:flex;flex-direction:column;gap:2rem;padding:2rem}.mobile-menu-content a{color:#333;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s ease}.mobile-menu-content a:hover{color:#07c}.hamburger-line{background-color:#000;height:3px;margin:5px 0;transition:all .3s ease;width:25px}.hamburger-line.open:first-child{background-color:#fff;transform:rotate(-45deg) translate(-5px,6px)}.hamburger-line.open:nth-child(2){background-color:#fff;opacity:0}.hamburger-line.open:nth-child(3){background-color:#fff;transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.nav-links{display:none}.hamburger-menu{display:block}.nav-logo{position:static;transform:none}.navbar{padding:1rem}}@media only screen and (max-width:767px){.mobile-menu-content a{color:#fff;text-decoration:none}}.poster-section{display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;overflow:hidden;width:100%}.poster-image,.poster-video{flex:1 1;position:relative}.poster-video{border-right:3px solid #fff}.poster-video video{filter:brightness(.9)}.poster-image img,.poster-video video{height:100%;object-fit:cover;width:100%}.poster-image img{filter:brightness(.6)}.overlay-content{animation:fadeInUp 1.5s ease-out forwards;color:#fff;left:50%;opacity:0;position:absolute;text-align:center;top:44%;transform:translate(-50%,-50%)}.overlay-subheading{animation:slideInLeft 1.2s ease-out forwards;font-size:1.2rem;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.overlay-heading{animation:slideInRight 1.2s ease-out forwards;font-size:3rem;font-weight:700;margin-bottom:20px}.contact-button{animation:zoomIn 1.5s ease-out forwards;background-color:#01679d;border:1px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 30px;transition:transform .3s ease,background-color .3s ease}.contact-button:hover{background-color:#04978f;transform:scale(1.1)}@keyframes scaleIn{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.poster-section{flex-direction:column;height:auto}.overlay-heading{font-size:1.5rem}.contact-button{font-size:.9rem;padding:10px 25px}}@media only screen and (max-width:767px){.overlay-subheading{font-size:.8rem}.poster-video{border-right:0}.overlay-content{opacity:0;width:100%}}@media only screen and (min-width:768px) and (max-width:1023px){.poster-section{flex-direction:column;height:auto}.overlay-subheading{font-size:1.2rem}.poster-video{border-right:0}.overlay-heading{font-size:3rem}.contact-button{font-size:1.2rem;padding:10px 25px}.overlay-content{width:100%}}.vm-section{background-color:#01679d;color:#fff;font-family:Poppins,sans-serif;padding:60px 20px}.vm-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.vm-left{display:flex;flex:1 1;flex-direction:row;gap:30px;max-width:600px;min-width:280px}.vm-card{background-color:#183040;border-radius:20px;padding:9px;text-align:center;transition:transform .3s ease;width:360px}.vision-card{background-color:#01679d;border:1px solid #fff}.mission-card{background-color:#04978f;border:1px solid #04978f}.vm-card:hover{transform:translateY(-6px)}.vm-icon-circle{align-items:center;background-color:#04978f;border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 20px;width:70px}.vm-icon-circle.dark{background-color:#01679d}.vm-icon-circle img{filter:invert(100%);height:40px;width:40px}.vm-card h3{font-size:1.5rem;font-weight:700;margin-bottom:10px}.vm-card p{color:#cee;font-size:1rem;letter-spacing:1px;line-height:1.5}.vm-right{flex:1.5 1;max-width:600px;min-width:300px}.vm-right h2{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:20px}.vm-right p{color:#d0e7e7;font-size:1rem;letter-spacing:1px;line-height:1.6;margin-bottom:16px}.vm-divider{background-image:radial-gradient(circle,#fff 3px,#0000 0);background-size:14px 14px;height:13px;margin:13px 0;max-width:515px;width:100%}.partners-label{font-weight:600;margin-bottom:12px}.partners-logos{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.partners-logos img{filter:brightness(0) invert(1);height:40px;object-fit:contain}@media only screen and (max-width:767px){.vm-left{align-items:center;display:flex;flex-direction:column}.vm-right h2{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:20px}.partners-logos img{filter:brightness(0) invert(1);height:27px;object-fit:contain}.partners-logos{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:space-between}}@media only screen and (min-width:768px) and (max-width:1023px){.vm-wrapper{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}}.why-choose-us{background-color:#fff;color:#2c2c2c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:50px 20px}.stats-section{display:flex;gap:60px;justify-content:center;margin-bottom:30px}.stat-box{color:#01679d;text-align:center}.stat-box .icon{background-color:#04978f;border-radius:10px;color:#f0f8ff;font-size:41px;margin-bottom:10px;padding:5px}.stat-box h2{font-size:55px;font-weight:700;margin:0}.stat-box p{color:#000;font-size:16px;letter-spacing:1px}.divider{border-top:3px dotted #01679d;margin:40px auto;width:90%}.content-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-top:55px}.left-text{flex:1 1;max-width:30%}.left-text h2{color:#01679d;font-size:40px;font-weight:700;letter-spacing:1px;margin-bottom:15px}.left-text h2 span{color:#04978f;font-weight:700}.left-text p{color:#000;font-size:16px;letter-spacing:1px;margin-bottom:20px}.learn-more{background-color:#01679d;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:700;padding:12px 24px;transition:background .3s ease}.learn-more:hover{background-color:#04978f}.center-image{flex:1 1;text-align:center}.center-image img{height:auto;max-width:100%}.right-bars{display:flex;flex:1 1;flex-direction:column;gap:20px;max-width:30%}.feature-bar{align-items:center;background-color:#01679d;border-radius:50px;box-shadow:0 5px 10px #0000001a;color:#fff;display:flex;padding:15px 20px}.feature-bar .feature-icon{font-size:24px;margin-right:15px}.feature-bar.highlight{background-color:#04978f;border:1px solid #ccc;color:#fff}.feature-bar.highlight .feature-icon{color:#fff}.feature-bar .feature-text h4{font-size:18px;font-weight:700;letter-spacing:1px;margin:0}.feature-bar .feature-text p{font-size:14px;letter-spacing:1px;margin:0}@media only screen and (max-width:767px){.stat-box h2{font-size:25px;font-weight:700;margin:0}.stat-box .icon{background-color:#04978f;border-radius:10px;color:#f0f8ff;font-size:20px;margin-bottom:10px;padding:5px}.stat-box p{color:#000;font-size:15px;letter-spacing:1px}.content-section{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.left-text,.right-bars{flex:1 1;max-width:100%}.right-bars{display:flex;flex-direction:column;gap:20px}.feature-bar{align-items:center;border-radius:50px;box-shadow:0 5px 10px #0000001a;color:#fff;display:flex;padding:15px 40px}}@media only screen and (min-width:768px) and (max-width:1023px){.content-section{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-top:55px}.left-text,.right-bars{flex:1 1;max-width:100%}.right-bars{display:flex;flex-direction:row;gap:20px}}.instruments-section{background:#01679d3d;padding:2rem;text-align:center}.section-title{animation:fadeIn 1s ease-in-out;color:#000;font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:3.5rem;margin-top:1rem}.grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.card{background-color:#fff;border-radius:14px;box-shadow:0 8px 25px #00000014;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 12px 30px #00000026;transform:scale(1.04)}.instrument-image{display:block;height:260px;object-fit:cover;width:100%}.name-bar{align-items:center;background:#04978f;border-bottom-left-radius:14px;border-top-left-radius:14px;bottom:0;color:#fff;display:flex;font-size:1rem;font-weight:700;justify-content:center;left:0;letter-spacing:1px;position:absolute;text-orientation:mixed;top:0;transform:rotate(180deg);transition:transform .4s ease,background .4s ease;width:52px;writing-mode:vertical-rl}.card:hover .name-bar{background-color:#005f67;left:43%;top:-80%;transform:rotate(270deg)}@media only screen and (max-width:767px){.section-title{font-size:2rem}.instruments-section{padding:2rem 1rem}}.about-container{align-items:center;background-color:#000;display:flex;gap:40px;min-height:500px;padding:60px}.animated-spot{background:radial-gradient(circle,#04978f66,#0000 70%);border-radius:50%;opacity:.3;position:absolute;z-index:0}.spot1{animation:float 15s ease-in-out infinite alternate;height:300px;left:10%;top:10%;width:300px}.spot2{animation:float2 18s ease-in-out infinite alternate;bottom:15%;height:200px;right:10%;width:200px}.spot3{animation:float3 20s ease-in-out infinite alternate;height:250px;right:5%;top:50%;width:250px}@keyframes float2{0%{transform:translate(0)}to{transform:translate(-30px,-40px)}}@keyframes float3{0%{transform:translate(0)}to{transform:translate(-60px,30px)}}.about-left{color:#fff;flex:1 1;max-width:50%;padding-right:40px}.about-left h3{color:#04978f;font-size:1.2rem;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.about-left h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:25px}.about-left p{color:#ddd;font-size:1.1rem;letter-spacing:1px;line-height:1.6;margin-bottom:30px}.image-grid{align-items:center;display:flex;flex:1 1;min-height:400px;position:relative}.solid-circle{background-color:#01679d;border-radius:50%;position:absolute;z-index:0}.circle-1{height:334px;right:18.5%;top:-6%;width:334px}.circle-2{right:64%}.circle-2,.circle-3{bottom:-2%;height:213px;width:213px}.circle-3{right:-4%}.image-row{align-items:center;display:flex;gap:15px;width:100%;z-index:1}.image-tile{border:1px solid #fff;border-radius:7rem;flex:1 1;height:280px;overflow:hidden;position:relative}.image-tile,.middle{transition:transform .3s ease}.middle{height:390px}.image-tile:hover{transform:translateY(-5px)}.image-tile img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.image-tile:hover img{transform:scale(1.05)}.post-owner{align-items:center;display:flex;margin-top:30px}.owner-pic{border:2px solid #04978f;border-radius:50%;height:50px;margin-right:15px;object-fit:cover;width:50px}.owner-details{display:flex;flex-direction:column}.owner-name{color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px}.owner-role{color:#ccc;font-size:.9rem;letter-spacing:1px}@media (max-width:992px){.about-container{flex-direction:column;padding:40px 30px}.about-left{margin-bottom:40px;max-width:100%;padding-right:0}.image-grid{min-height:300px;width:100%}.image-row{border-radius:3rem;height:250px}}@media (max-width:576px){.about-container{padding:30px 20px}.image-row{flex-direction:column;gap:10px}.image-row,.image-tile{height:auto}.solid-circle{display:none}}@media only screen and (max-width:767px){.about-left h1{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:15px}.about-left h3{color:#04978f;font-size:.8rem;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.about-left p{color:#ddd;font-size:1rem;letter-spacing:1px;line-height:1.6;margin-bottom:30px}}@media only screen and (min-width:768px) and (max-width:1023px){.image-grid{min-height:400px;width:100%}.circle-2{right:72%}.circle-2,.circle-3{bottom:-2%;height:213px;width:213px}.circle-3{right:-2%}.circle-1{height:334px;right:26.5%;top:-6%;width:334px}}.join-section{background:#01679d;color:#fff;font-family:Arial,sans-serif;padding:60px 20px;text-align:center}.join-content{margin:0 auto;max-width:700px}.join-heading{color:#fff;font-size:65px;font-weight:700;letter-spacing:1px;margin-bottom:15px;text-shadow:2px 2px 4px #0006;text-transform:capitalize}.join-subtext{color:#e0e0e0;font-size:20px;letter-spacing:3px;line-height:1.5;margin-bottom:25px;text-transform:uppercase}.join-button{background-color:#ffdd5700;border:1px solid #fff;border-radius:30px;box-shadow:0 4px 8px #0000004d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:1px;padding:15px 30px;transition:all .3s ease}.join-button:hover{background-color:#ffc10700;box-shadow:0 6px 12px #6f6e6e66;transform:scale(1.05)}@media (max-width:768px){.join-heading{font-size:28px}.join-subtext{font-size:16px}.join-button{font-size:14px;padding:10px 25px}}.footer2{background-color:#22211e;color:#fff;padding:0}.social-section{background-color:#22211e;padding:70px 40px;text-align:center}.social-heading{color:#f0f0f0;font-size:14px;font-weight:500;letter-spacing:1px;margin-bottom:10px;text-align:left}.social-section h3{color:#bbb;font-size:34px;font-weight:600;margin-bottom:20px;text-align:left}.social-links{display:flex;flex-wrap:wrap;gap:8rem;justify-content:flex-start}.social-item{align-content:center;align-items:center;display:flex;gap:2.5rem;text-align:center}.sp{align-items:flex-start;display:flex;flex-direction:column}.social-icon{color:#fff;font-size:40px;margin-bottom:8px;transition:transform .3s,color .3s}.social-icon:hover{color:#04978f;transform:scale(1.1)}.social-item span{color:#fff;display:block;font-size:16px;font-weight:600;letter-spacing:1px}.spspan{font-size:18px!important;font-weight:300!important;letter-spacing:1px}.footer-columns{background-color:#22211e;color:#fff;display:flex;justify-content:space-between;padding:60px 40px}.footer-column{width:23%}.footer-column h4{color:#f0f0f0;font-size:18px;font-weight:500;margin-bottom:10px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#bbb;font-size:14px;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:#04978f}.footer2-main{background-color:#111;border-top:1px solid #444;justify-content:space-between;padding:20px 40px}.footer2-left,.footer2-main{align-items:center;display:flex}.footer2-left{gap:20px}.footer2-logo{height:50px;width:auto}.footer2-left p{color:#bbb;font-size:14px}.footer2-center{display:flex;flex-wrap:wrap;gap:15px}.footer2-center a{color:#bbb;font-size:14px;text-decoration:none;transition:color .3s}.footer2-center a:hover{color:#04978f}.footer2-right{display:flex;gap:20px}.footer2-right .social-icon{color:#bbb;font-size:22px;transition:transform .3s,color .3s}.po{margin-bottom:.5rem}.footer2-right .social-icon:hover{color:#04978f;transform:scale(1.2)}@media (max-width:768px){.footer-columns{flex-direction:column;gap:20px}.footer-column{text-align:center;width:47%}.footer2-main{flex-direction:column;gap:15px;text-align:center}.footer2-left{align-items:center;flex-direction:column}.footer2-center,.footer2-right{justify-content:center}}@media only screen and (max-width:767px){.join-section{background:#22211e;color:#fff;font-family:Arial,sans-serif;padding:34px 20px;text-align:center}.social-section h3{color:#bbb;font-size:25px;font-weight:600;margin-bottom:20px;text-align:left}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.footer-columns{background-color:#22211e;color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:15px 0}.social-section{background-color:#22211e;padding:15px;text-align:center}}@media only screen and (min-width:768px) and (max-width:1023px){.footer-column{text-align:center;width:16%}.footer-columns{background-color:#22211e;color:#fff;display:flex;flex-direction:row;gap:20px;justify-content:space-between;padding:30px 14px}.social-links{display:flex;flex-wrap:wrap;gap:5rem;justify-content:flex-start}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.go-down-btn{align-items:center;background-color:#01679d;border-radius:50%;display:inline-block;display:flex;height:8rem;position:absolute;right:-14%;top:2%;width:8rem;z-index:1}.go-down-btn svg{background-color:initial;border:1px solid #fff;border-radius:50%;display:block;margin:0 auto;padding:4px;position:relative;z-index:-1}.text{fill:#fff}.go-down-btn text{color:#fff!important;font-size:10px;transform-origin:center}.poy{animation:rotate360 9s linear infinite;transform-origin:50% 50%}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-btn{to{transform:rotate(1turn)}}.go-down-btn text{animation:rotate-btn 10s linear infinite}.left-content-cc{padding-left:0;position:relative}.image-wrapper-cc{left:-16%;padding:15px;position:relative}.main-image-cc{border-radius:2rem 2rem 2rem 0;height:29rem;object-fit:cover;width:25rem}.secondary-image-cc{animation:float 10s ease-in-out infinite;border:7px solid #fff;border-radius:5em 16px 16px 16px;box-shadow:0 4px 6px #0000001a;height:56%;object-fit:cover;position:absolute;right:-28%;top:33%;width:63%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.play-button-cc{background:#04978f;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;font-size:20px;height:50px;position:absolute;right:20px;width:50px}.container-cc{background:linear-gradient(104deg,#01679d 45.8%,#04978f 149%);box-shadow:0 4px 8px #0003;display:flex;height:100%;overflow:hidden;padding:2rem 0;width:100%}.left-div-cc{align-items:center;background-color:initial;overflow:hidden;position:relative}.left-div-cc,.right-div-cc{display:flex;flex-direction:column;justify-content:center;width:50%}.right-div-cc{align-items:flex-start;padding:20px 20px 20px 46px}.subheading-cc{color:#fff;font-family:Metal;font-size:20px;font-weight:600;letter-spacing:3px;margin-bottom:15px;text-transform:uppercase}.main-heading-cc{color:#fff;font-size:40px;font-weight:600;margin-bottom:10px;text-transform:capitalize}.description-cc{color:#e0e0e0;font-size:16px;letter-spacing:1px;line-height:1.6;margin-bottom:30px}.icon-text-container-cc{align-items:center;display:flex;gap:20px;margin-bottom:12px}.icon-wrapper-cc{align-items:center;background-color:initial;border:1px solid #fff;border-radius:50%;display:flex;height:60px;justify-content:center;transition:transform .5s ease;width:60px}.icon-text-container-cc:hover .icon-wrapper-cc,.icon-wrapper-cc:hover{transform:rotate(1turn)}.react-icon-cc{color:#fff;font-size:30px}.text-wrapper-cc{flex:1 1}.icon-heading-cc{color:#fff;font-size:19px;font-weight:600;letter-spacing:1px;margin-bottom:5px}.icon-description-cc{color:#c8c8c8;font-size:16px;letter-spacing:1px;line-height:1.6;margin-bottom:20px}@media only screen and (max-width:767px){.container-cc{align-items:center;background-color:#01679d;box-shadow:0 4px 8px #0003;flex-direction:column-reverse}.right-div-cc{align-items:flex-start;padding:20px 10px 10px;width:100%}.main-heading-cc{color:#fff;font-size:35px}.subheading-cc{color:#fff;font-size:15px}.description-cc{color:#c8c8c8}.left-div-cc{background-color:initial;width:95%}.go-down-btn{background-color:#04978f;right:-15%;top:7%}.image-wrapper-cc{left:-10%}.main-image-cc{height:23rem;width:18rem}.secondary-image-cc{border:4px solid #fff;border-radius:4em 16px 16px 16px;height:34%;right:-16%;top:55%;width:57%}}@media only screen and (min-width:768px) and (max-width:1023px){.container-cc{background-color:#01679d;flex-direction:column}.go-down-btn{background-color:#04978f}.left-div-cc{background-color:initial;width:100%}.image-wrapper-cc{left:-20%}.secondary-image-cc{border:7px solid #fff;border-radius:5em 16px 16px 16px;height:46%;right:-37%;top:44%;width:90%}.main-image-cc{height:40rem;width:30rem}.right-div-cc{align-items:flex-start;padding:20px;width:100%}.main-heading-cc{color:#fff;font-size:1.5rem}}.connect{background:#bfd8e500;display:flex;gap:20px;justify-content:space-between;padding:20px}.left-con{border:4px solid #04978f;border-radius:15px;box-shadow:0 4px 12px #00000026;flex:62% 1;overflow:hidden;position:relative}.left-con iframe{border-radius:15px;height:100%;transition:transform .3s ease-in-out;width:100%}.left-con iframe:hover{transform:scale(1.005)}.right-con{align-items:flex-start;background:#04978f;border-radius:15px;box-shadow:0 4px 12px #00000026;display:flex;flex:38% 1;flex-direction:column;padding:30px}.right-con h2{font-family:Arial,sans-serif;font-size:2rem;font-weight:800;text-shadow:1px 1px 2px #0000001a;text-transform:uppercase}.intro-text,.right-con h2{color:#fff;margin-bottom:20px}.intro-text{font-size:1rem;letter-spacing:1px;line-height:1.6}form{gap:10px;width:100%}.form-group,form{display:flex;flex-direction:column}.form-group label{color:#fff;font-family:Arial,sans-serif;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background-color:#fff;border:1px solid #04978f;border-radius:8px;padding:12px;transition:border-color .3s ease-in-out}.form-group input:focus,.form-group textarea:focus{border-color:#01679d;outline:none}.send-button{background-color:#04978f;border:1px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:1.3rem;padding:12px 20px;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.send-button:hover{background-color:#04978f;transform:scale(1.03)}.error{color:#000;margin-bottom:0}@media only screen and (max-width:767px){.connect{flex-direction:column;gap:20px;padding:15px}}@media only screen and (min-width:768px) and (max-width:1023px){.connect{gap:20px;padding:15px}.left-con,.right-con{flex:50% 1}.right-con{padding:20px}}.about-us{align-items:center;display:flex;height:86vh;justify-content:center;margin-top:0;overflow:hidden;position:relative;width:100%}.poster-image{height:auto;object-fit:cover;width:100%}.overlay-a{align-items:center;background:#0000006e;box-sizing:border-box;display:flex;height:100%;justify-content:flex-start;left:0;padding:0 5%;position:absolute;top:0;width:100%;z-index:1}.text-container{color:#fff;max-width:600px;position:relative;top:0}.text-container h1{animation:fadeInDown 1.5s ease-in-out;color:#fff;font-family:Arial,sans-serif;font-size:4rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.text-container p{animation:fadeIn 2s ease-in-out;color:#fff;font-size:1.2rem;letter-spacing:1px;line-height:1.6;margin-bottom:1.5rem}.animated-button{animation:pulse 2s infinite;background:linear-gradient(90deg,#00689f,#00689f);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:transform .3s ease-in-out,background .3s ease-in-out}.animated-button:hover{background:linear-gradient(90deg,#004a6f,#006d66);color:#fff;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media only screen and (max-width:767px){.text-container h1{font-size:2rem;margin-bottom:0}.text-container p{font-size:1rem;margin-bottom:0}.animated-button{margin-top:1rem}.about-us{height:auto;margin-top:0;width:100%}}@media only screen and (min-width:768px) and (max-width:1023px){.text-container h1{font-size:3rem}.text-container p{font-size:1.2rem;margin-bottom:0}.about-us{height:auto;margin-top:0;width:100%}}.text-wrapper-t{background:#f3f8fc;display:flex;flex-direction:column;font-family:Georgia,serif;gap:40px;padding:80px 20px}.quote-image-t{border-radius:12px;box-shadow:0 8px 24px #00000014;margin-top:30px;max-width:100%;overflow:hidden}.quote-image-t img{border-radius:12px;display:block;height:17rem;object-fit:cover;width:100%}.text-left-t{margin:auto;max-width:600px;text-align:center}.heading-t{color:#0c5e91;font-size:3rem;font-weight:700;margin-bottom:20px;position:relative}.quote-t{color:#333;font-size:1.4rem;font-style:italic;padding:0 10px}.text-right-t{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:30px;margin:auto;max-width:900px}.block-t{background:linear-gradient(90deg,#05968f33,#f1f9ff);border-left:5px solid #0c5e91;border-radius:12px;box-shadow:0 6px 18px #0000000d;padding:30px;transition:transform .3s ease}.block-t:hover{transform:translateY(-4px)}.block-heading-t{color:#0c5e91;font-size:1.7rem;font-weight:700;letter-spacing:1px;margin-bottom:15px}.block-desc-t{color:#444;font-size:1.05rem;letter-spacing:1px;line-height:1.7}@media (min-width:992px){.text-wrapper-t{align-items:flex-start;flex-direction:row;gap:40px;justify-content:space-between}.text-left-t{flex:1 1;padding-right:0;text-align:left}.text-right-t{flex:1 1}}@media only screen and (max-width:767px){.text-wrapper-t{display:flex;flex-direction:column;padding:30px 15px}.heading-t{font-size:2rem;margin-bottom:20px;position:relative}.quote-t{font-size:1rem;padding:0 10px}.block-t{padding:15px}}@media only screen and (min-width:768px) and (max-width:1023px){.text-wrapper-t{display:flex;flex-direction:column;gap:40px;padding:50px 20px}}.full-design-container-aba{align-items:center;background:linear-gradient(0deg,#fff 0,#fff0),linear-gradient(90deg,#fff 50%,#fff0 90%),url(../../static/media/2147892660.d6b2414d815cc5b97542.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;font-family:Arial,sans-serif;gap:40px;min-height:100vh;padding:40px;position:relative}.image-section-aba{flex:1 1}.gardening-image-aba{border-radius:8px;filter:drop-shadow(2px 4px 6px #00689f);height:auto;width:100%}.content-section-aba{flex:1.5 1;padding:20px}.experience-years-aba{color:#05968f;font-size:95px;font-weight:700;margin:0}.subtext-aba{color:#000;display:block;font-size:40px}.main-title-aba{color:#00689f;filter:drop-shadow(0 0 1px white);font-size:57px;font-weight:700;margin:10px 0}.description-a-aba{color:#000;font-size:17px;letter-spacing:1px;line-height:1.6;margin:15px 0 33px}.features-aba{display:flex;flex-direction:row;gap:40px;margin-top:20px}.feature-item-aba{align-items:center;background-color:#05968f33;border-radius:8px;display:flex;flex:1 1;flex-direction:column;padding:15px;text-align:center}.feature-icon-aba{color:#00689f;font-size:50px;letter-spacing:1px;margin-bottom:10px}.feature-title-aba{color:#00689f;font-size:23px;font-weight:700;letter-spacing:1px}.feature-description-aba{color:#000;font-size:16px;letter-spacing:1px;line-height:1.5;margin-top:5px}@media only screen and (max-width:767px){.full-design-container-aba{align-items:center;display:flex;flex-direction:column-reverse;padding:15px}.experience-years-aba{font-size:70px}.main-title-aba{font-size:45px}.subtext-aba{color:#000;display:block;font-size:27px}.features-aba{display:flex;flex-direction:row;gap:15px;margin-top:20px}.content-section-aba{flex:1.5 1;padding:0}.feature-title-aba{color:#00689f;font-size:16px;font-weight:700;letter-spacing:1px}.feature-item-aba{padding:5px}.feature-description-aba{font-size:14px}}@media only screen and (min-width:768px) and (max-width:1023px){.full-design-container-aba{align-items:center;display:flex;flex-direction:column-reverse;padding:20px}}.poster-co-ca{background-color:#fff;height:80vh;overflow:hidden;width:100%}.poster-image-co-ca{height:100%;object-fit:cover;width:100%}.ribbon9-ca{background:linear-gradient(180deg,#e0f7ff,#fff);border-radius:30px;box-shadow:0 4px 15px #0c5e9133;color:#0c5e91;font-size:2rem;font-weight:700;letter-spacing:1.2px;padding:12px 24px;position:relative;text-align:center;z-index:1}.ribbon9-ca:after{background:#0c5e91;border-radius:10px;bottom:-25px;box-shadow:0 0 3px #0c5e91;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:60%;z-index:-1}.img-all-ca{background-attachment:fixed;background-image:url(../../static/media/2149341599.3de6773329b2b3e28bc7.jpg);background-repeat:no-repeat;background-size:cover;height:auto}.all-con-ca{background-color:#fff;height:100vh}.cards-container-ca{background-color:#fff;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;padding:20px}.card-ca{background-color:#bfd8e5;border:1px solid #e0e0e0;border-radius:150px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center;transition:transform .3s,box-shadow .3s;width:250px}.div-co-head-ca{background-color:#fff;display:flex;justify-content:center;padding:4rem 2rem 6rem}.card-icon-ca{color:#04669c;font-size:3em;margin-bottom:15px}.card-heading-ca{color:#000;font-size:1.8em;font-weight:700;letter-spacing:1px;margin-bottom:10px}.card-text-ca{color:#333;font-size:1em;line-height:1.5}.card-ca:hover{border-bottom:6px solid #04669c;box-shadow:0 8px 16px #04679c33;transform:translateY(-10px)}.div-tim-ca{justify-content:center;padding:2rem}.card-t-ca,.div-tim-ca{background-color:#fff;display:flex}.card-t-ca{align-items:center;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px #0000001a;flex-direction:column;margin-bottom:20px;padding:20px;position:relative;z-index:99}.card-t-ca:after{animation:pulse-border 2s ease-in-out infinite;border:4px solid #0000;border-radius:10px;bottom:-2px;content:"";filter:drop-shadow(2px 4px 6px rgba(0,0,0,.1));left:-2px;position:absolute;right:-2px;top:-2px}@keyframes pulse-border{0%{border-color:#04978f}50%{border-color:#04669c}to{border-color:#04978f}}.card-heading-t-ca{color:#000;font-size:27px;font-weight:700;margin-bottom:15px}.card-paragraph-t-ca,.card-text-t-ca{color:#333;font-size:16px;line-height:1.6}.card-paragraph-t-ca{margin-bottom:10px}.card-subheading-t-ca{color:#04669c;font-size:18px;font-weight:700;margin-bottom:10px}.wrapper-ca{background-color:#fff0;padding:80px 0 60px}.left-con-ca{background:#fff;border:2px solid #04978f;border-radius:10px;box-shadow:0 4px 12px #0000001a;flex:1 1;margin-right:20px;padding:2rem}.c-head-ca{color:#04669c;font-size:2.2rem;margin-bottom:20px;text-align:center}.form-div-ca{background-color:#fff;border-radius:8px;height:auto;padding:1.5rem;width:100%}.right-con-ca{border:2px solid #04978f;border-radius:10px;box-shadow:0 4px 12px #0000001a;flex:1 1;height:425px}.responsive-map-ca,.right-con-ca{overflow:hidden;position:relative}.responsive-map-ca{border-radius:8px;height:auto;padding-bottom:93.25%}.responsive-map-ca iframe{height:100%;left:0;position:absolute;top:0;width:100%}.form-group-ca{margin-bottom:20px}label{color:#04669c;display:block;font-size:15px;font-weight:600;margin-bottom:8px}.form-control-ca,input[type=email],input[type=tel],input[type=text],textarea{background-color:#fff;border:1px solid #ccc;border-radius:6px;font-size:16px;padding:12px;transition:border .3s;width:100%}.form-control-ca:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{border-color:#04978f;box-shadow:0 0 0 2px #04978f33;outline:none}.bt-c-ca{background-color:#04669c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 20px;transition:background-color .3s;width:100%}.bt-c-ca:hover{background-color:#04978f}@media (max-width:768px){.wrapper-ca{flex-direction:column;padding-bottom:40px;padding-top:40px}.left-con-ca,.right-con-ca{margin-bottom:30px;margin-right:0;width:100%}.card-ca{border-radius:50px;max-width:415px;width:100%}.card-heading-ca{font-size:1.3em}.c-head-ca{font-size:1.8rem}}@media only screen and (max-width:767px){.all-con-ca,.img-all-ca{height:auto}.div-co-head-ca{display:flex;justify-content:center;padding:2rem 2rem 4rem}.wrapper-ca{padding:15px 1px}}@media only screen and (min-width:768px) and (max-width:1023px){.wrapper-ca{padding:40px 20px}.card-ca{border-radius:50px;max-width:330px;width:100%}.card-text-ca{font-size:1.1em}.all-con-ca{height:auto}.card-paragraph-t-ca{font-size:16px}.c-head-ca{font-size:2rem}}.services-page-se{color:#000;font-family:Montserrat,sans-serif;letter-spacing:1px;line-height:1.6}.hero-parallax{align-items:center;background:linear-gradient(135deg,#04978fd9,#00689fe6),url(https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) fixed;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;position:relative;text-align:center}.hero-parallax .hero-content{max-width:800px;padding:0 2rem}.hero-parallax .hero-content h1{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 5px 15px #0000004d}.hero-parallax .hero-content p{font-size:1.5rem;margin-bottom:3rem;opacity:.9}.hero-parallax .hero-content .scroll-hint{background-color:#000;border-radius:20px;bottom:2rem;font-size:2rem;left:45%;padding:5px;position:absolute;transform:translateX(-50%)}.services-section-se{background:#fff;padding:4rem 2rem}.section-header-se{margin:0 auto 4rem;max-width:800px;text-align:center}.section-title-se{color:#00689f;font-size:4rem;font-weight:700;margin-bottom:1rem}.section-description-se{color:#000;font-size:1.2rem}.section-divider-se{background:#00689f;height:3px;margin:1.5rem auto;width:100px}.services-grid-se{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.service-card-se{background:#fff;border:1px solid #04978f;border-radius:12px;box-shadow:0 15px 30px #00689f1a;overflow:hidden;padding:2rem 1rem;position:relative;transition:all .4s ease;z-index:1}.service-card-se:before{background:#04978f;content:"";height:5px;left:0;position:absolute;top:0;transition:height .3s;width:100%}.service-card-se:hover{box-shadow:0 20px 40px #00689f26;transform:translateY(-5px)}.service-card-se:hover:before{height:10px}.service-card-se:hover .service-card__hover-effect-se{transform:scale(1)}.service-card__header-se{margin-bottom:1.5rem;text-align:center}.service-card__icon-se{color:#04978f;font-size:3.5rem;margin-bottom:1.5rem}.service-card__title-se{color:#00689f;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.service-card__description-se{color:#000;margin-bottom:1.5rem;min-height:60px;text-align:center}.service-card__features-se{grid-gap:16px;display:grid;gap:16px;justify-content:center;list-style:none;margin:0;padding:0}.feature-item-se{background-color:#00689f1c;border-radius:30px;color:#000;font-weight:500;padding:10px 16px;text-align:center}.service-card__features-se:has(:first-child:last-child){grid-template-columns:1fr}.service-card__features-se:has(:first-child:nth-last-child(2)){grid-template-columns:repeat(2,minmax(120px,1fr))}@media (min-width:600px){.service-card__features-se{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.service-card__hover-effect-se{background:linear-gradient(135deg,#04978f24,#00689f24);height:100%;left:0;position:absolute;top:0;transform:scale(.95);transition:transform .4s ease;width:100%;z-index:-1}.technology-section-se{background-color:#04968e2b;padding:2rem}.tech-content-se{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.tech-text-se .tech-title-se{color:#00689f;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.tech-text-se .tech-description-se{color:#333;margin-bottom:1rem}.tech-list-se{list-style:none;margin:2rem 0;padding:0}.tech-list-se .tech-item-se{font-weight:500;padding:.8rem 0 .8rem 2.5rem;position:relative}.tech-list-se .tech-item-se:before{background:#00689f;border-radius:50%;content:"";height:15px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:15px}.tech-visual-se{height:400px;position:relative}.tech-visual-se .tech-visual__inner-se{background:url(../../static/media/tech.ce3b6b38e9977eabf10a.png) 50%/cover;border:1px solid #00689f;border-radius:10px;box-shadow:0 15px 30px #00689f1a;height:100%;width:100%}.process-section-se{background:#fff;padding:3rem 2rem;text-align:center}.process-title-se{color:#00689f;font-size:3rem;font-weight:700;margin-bottom:3rem}.process-steps-se{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.process-step-se{background:#bfd8e5;border-radius:10px;box-shadow:0 15px 30px #00689f1a;padding:2rem 1rem;position:relative;transition:all .3s ease}.process-step-se:hover{box-shadow:0 15px 30px #00689f26;transform:translateY(-5px)}.step-number-se{align-items:center;background:#04978f;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:50px}.step-number-se:after{border:2px solid #04978f33;border-radius:50%;content:"";height:60px;position:absolute;width:60px}.step-title-se{color:#00689f;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description-se{color:#333}@media (max-width:992px){.tech-content-se{gap:0;grid-template-columns:1fr}.tech-visual-se{height:300px;margin-bottom:3rem;order:-1}}@media (max-width:768px){.hero-title-se{font-size:2.5rem}.process-steps-se,.services-grid-se{grid-template-columns:1fr}.process-steps-se{max-width:500px}}@media only screen and (max-width:767px){.hero-parallax .hero-content h1{font-size:2rem}.hero-parallax .hero-content p{font-size:1.2rem}.hero-parallax{height:auto;padding:3rem}.tech-text-se .tech-title-se{font-size:2rem}.services-section-se{padding:2rem 1rem}.process-title-se{font-size:2rem;margin-bottom:2rem}.section-title-se{font-size:2rem}.section-description-se{font-size:1rem}.process-section-se{padding:2rem 1rem}.section-header-se{margin:0 auto 3rem;text-align:center}.technology-section-se{padding:2rem 1rem}}@media only screen and (min-width:768px) and (max-width:1023px){.hero-parallax .hero-content h1{font-size:3rem}.hero-parallax .hero-content p{font-size:1.5rem}.hero-parallax{height:auto;padding:3rem}.tech-text-se .tech-title-se{font-size:2.5rem}.services-section-se{padding:2rem 1rem}.process-title-se{font-size:2.5rem;margin-bottom:2rem}.section-title-se{font-size:2.5rem}.section-description-se{font-size:1.5rem}.process-section-se{padding:2rem 1rem}.section-header-se{margin:0 auto 3rem;text-align:center}.technology-section-se{padding:2rem 1rem}.service-card__features-se{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.service-card-se{border-radius:12px;overflow:hidden;padding:2rem 1.5rem;position:relative;transition:all .4s ease;z-index:1}.tech-visual-se{height:28rem;margin-bottom:3rem;order:-1}.process-steps-se{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,auto);max-width:-webkit-fit-content;max-width:fit-content}}
/*# sourceMappingURL=main.52eb6191.css.map*/