@charset "UTF-8";:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;text-decoration:inherit}body{margin:0;width:100%;min-height:100vh}html{scroll-behavior:smooth;scroll-snap-type:none}section{height:100%;scroll-snap-align:center}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button,input,textarea{font-family:Montserrat,sans-serif}.btn{box-shadow:0 8px 32px #3028244d;border-radius:50px;padding:14px 40px;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:14px;border:none;cursor:pointer;font-weight:600;text-transform:uppercase;text-decoration:none}.primary-btn{background:#416d18;color:#fff;box-shadow:0 8px 32px #416d184d}.primary-btn:hover{background:#355014;box-shadow:0 8px 32px #416d1880;transform:translateY(-2px)}.primary-btn:active{transform:translateY(0)}.secondary-btn{background:#003f39;color:#fff;box-shadow:0 8px 32px #003f394d}.secondary-btn:hover{background:#002d28;box-shadow:0 8px 32px #003f3980;transform:translateY(-2px)}.secondary-btn:active{transform:translateY(0)}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.section-container{padding:100px 300px}@media(max-width:2000px){.section-container{padding-left:250px;padding-right:250px}}@media(max-width:1800px){.section-container{padding-left:200px;padding-right:200px}}@media(max-width:1600px){.section-container{padding-left:100px;padding-right:100px}}@media(max-width:768px){.section-container{padding:40px 50px}}@media(max-width:500px){.section-container{padding:30px}}.grecaptcha-badge{z-index:9999!important}.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}.app-loader-container{position:fixed;inset:0;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;pointer-events:none;transition:opacity .8s ease,visibility .8s ease;opacity:0;visibility:hidden}.app-loader-container .logo{width:200px;opacity:0;transform:scale(.8);transition:opacity .5s ease .3s,transform .5s ease .3s;z-index:3}.app-loader-container.show{opacity:1;visibility:visible;pointer-events:auto}.app-loader-container.show .logo{opacity:1;transform:scale(1)}.app-loader-container.hide{opacity:0;visibility:hidden}.home-hero{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;min-height:100vh;position:relative;overflow:hidden;background:#fff}.home-hero .banner-container{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;overflow:hidden}.home-hero .banner-image{position:absolute;top:0;left:0;width:100%;min-height:100vh;height:100%;object-fit:cover;background-position:center;background-size:cover;opacity:1;z-index:0}.home-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;background-color:#0006;pointer-events:none;z-index:1}.home-hero .hero-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:3;padding:100px}.home-hero .hero-content-left{flex:1;display:flex;align-items:center;justify-content:flex-start}.home-hero .hero-content-left .hero-content{display:flex;flex-direction:column;gap:15px;max-width:600px;z-index:2;text-align:left;align-items:flex-start}.home-hero .hero-content-left .hero-content .hero-subtitle{font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffffe6;text-align:left}.home-hero .hero-content-left .hero-content .hero-title{font-size:36px;font-weight:700;line-height:1.2;color:#fff;margin:0;text-transform:uppercase;text-align:left}.home-hero .hero-content-left .hero-content .hero-description{font-size:16px;line-height:1.8;color:#ffffffd9;margin:0;text-align:left}.home-hero .hero-content-left .hero-content .hero-cta-btn{width:auto;max-width:350px;margin-top:10px;text-transform:uppercase;animation:blinkButton 2s ease-in-out infinite;align-self:flex-start}.home-hero .hero-content-left .hero-content .hero-cta-btn:hover{animation-play-state:paused}.home-hero .hero-content-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end}.home-hero .contact-form{margin-top:70px;background:linear-gradient(135deg,#0000004d,#0003);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:550px;border:1px solid rgba(255,255,255,.2);padding:30px 50px;border-radius:20px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.home-hero .contact-form .title{font-size:25px;font-weight:700;color:#fff;line-height:1.2;text-align:center}.home-hero .contact-form .form-description{font-size:14px;margin-bottom:10px;color:#fffc;text-align:center}.home-hero .contact-form .form-field{width:100%}.home-hero .contact-form .form-field .MuiOutlinedInput-root{color:#fff;border-radius:20px;transition:all .3s ease}.home-hero .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#ffffff4d;border-width:1px}.home-hero .contact-form .form-field .MuiOutlinedInput-root:hover fieldset,.home-hero .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#fff;border-width:2px;transition:.5s}.home-hero .contact-form .form-field .MuiInputLabel-root{color:#ffffff80}.home-hero .contact-form .form-field .MuiInputLabel-root.Mui-focused{color:#fff;transition:.5s}.home-hero .contact-form .form-field .MuiInputBase-input{color:#fff}.home-hero .contact-form .form-field .MuiSelect-select,.home-hero .contact-form .form-field .MuiInputBase-input{text-align:left}.home-hero .contact-form .home-hero-uae-phone.uae-phone-input{width:100%;height:56px;border-radius:20px;border:1px solid rgba(255,255,255,.3);background:transparent;padding:0 16px;box-sizing:border-box}.home-hero .contact-form .home-hero-uae-phone.uae-phone-input .uae-phone-input-prefix{color:#fff}.home-hero .contact-form .home-hero-uae-phone.uae-phone-input .uae-phone-input-field::placeholder{color:#ffffff80}.home-hero .contact-form .home-hero-uae-phone.uae-phone-input .uae-phone-input-field:focus{outline:none}.home-hero .contact-form .home-hero-uae-phone.uae-phone-input:focus-within{border-color:#fff;box-shadow:0 0 0 2px #fff3}.home-hero .contact-form .react-tel-input:hover{background-color:transparent}.home-hero .contact-form .react-tel-input .country-list .country:hover{background-color:#ffffff1a!important;color:#fff!important}.home-hero .contact-form .react-tel-input .country-list{background-color:#000!important;color:#fff!important}.home-hero .contact-form .react-tel-input .country-list .country{color:#fff!important;text-align:left!important}.home-hero .contact-form .react-tel-input .flag-dropdown:hover,.home-hero .contact-form .react-tel-input .flag-dropdown.open,.home-hero .contact-form .react-tel-input .selected-flag:hover{background-color:transparent!important}.home-hero .contact-form .react-tel-input .country-list .country:hover,.home-hero .contact-form .react-tel-input .country-list .country.highlight{background-color:transparent!important;color:#000!important}.home-hero .contact-form .btn.btn-glass{width:100%;font-weight:600;margin-top:10px;text-transform:uppercase;animation:blinkButton 2s ease-in-out infinite}.home-hero .contact-form .btn.btn-glass:hover{animation-play-state:paused}.home-hero .contact-form .error-message{margin:-10px auto 5px 10px;text-align:left;color:red;font-size:12px}.home-hero .contact-form .response-message{margin-top:15px;padding:12px;border-radius:8px;font-size:14px;text-align:center;font-weight:500}.home-hero .contact-form .response-message.success{background-color:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.home-hero .contact-form .response-message.error{background-color:#f4433633;color:#f44336;border:1px solid rgba(244,67,54,.5)}@keyframes blinkButton{0%,to{background:#ffffff1a;border-color:#ffffff4d;color:#fff}50%{background:#fff;border-color:#fff;color:#302824}}.home-hero .pagination-container{position:absolute;bottom:20px;display:flex;flex-direction:row;gap:12px;align-items:center;z-index:3;flex-wrap:nowrap;overflow:visible}.home-hero .pagination-dot{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-hero .pagination-dot .dot-indicator{width:8px;height:8px;background-color:#fff6;border-radius:50%;transition:all .3s ease}.home-hero .pagination-dot.active{width:30px;height:4px}.home-hero .pagination-dot.active .dot-indicator{width:30px;height:4px;border-radius:2px;background-color:#fff6}.home-hero .pagination-dot .filling-line{position:absolute;left:0;top:0;height:4px;width:0;background-color:#fff;border-radius:2px;animation:fillLine 4s linear forwards}@keyframes fillLine{0%{width:0}to{width:100%}}@media(max-width:1200px){.home-hero .hero-content-left .hero-content{max-width:500px}.home-hero .hero-content-left .hero-content .hero-title{font-size:32px}.home-hero .hero-content-left .hero-content .hero-description{font-size:15px}.home-hero .contact-form{width:500px;padding:25px 40px}}@media(max-width:900px){.home-hero{height:auto}.home-hero .banner-container,.home-hero .banner-image,.home-hero .overlay{min-height:100%;height:100%}.home-hero .hero-content-wrapper{position:relative;flex-direction:column-reverse;justify-content:center;align-items:center;gap:30px;padding:70px 30px 50px}.home-hero .hero-content-right{width:100%;justify-content:center;margin-top:0;padding-top:0}.home-hero .contact-form{width:100%;max-width:500px;padding:25px 30px}.home-hero .pagination-container{bottom:60px;gap:10px}}@media(max-width:600px){.home-hero .hero-content-wrapper{gap:50px}.home-hero .hero-content-left{text-align:center;align-items:center;justify-content:center}.home-hero .hero-content-left .hero-content{text-align:center;align-items:center;gap:10px}.home-hero .hero-content-left .hero-content .hero-subtitle{text-align:center}.home-hero .hero-content-left .hero-content .hero-title{text-align:center;font-size:28px}.home-hero .hero-content-left .hero-content .hero-description{display:none}.home-hero .hero-content-left .hero-content .hero-cta-btn{align-self:center}.home-hero .contact-form{padding:20px 25px;gap:12px;margin-top:50px}.home-hero .contact-form .title{font-size:20px}.home-hero .contact-form .form-description{font-size:12px;margin-bottom:20px}.home-hero .pagination-container{bottom:40px;gap:8px}.home-hero .pagination-dot .dot-indicator{width:6px;height:6px}.home-hero .pagination-dot.active,.home-hero .pagination-dot.active .dot-indicator{width:20px;height:3px}.home-hero .pagination-dot .filling-line{height:3px}}@media(max-width:420px){.home-hero .hero-content-wrapper{gap:50px}.home-hero .hero-content-left{text-align:center;align-items:center;justify-content:center}.home-hero .hero-content-left .hero-content{text-align:center;align-items:center}.home-hero .hero-content-left .hero-content .hero-subtitle,.home-hero .hero-content-left .hero-content .hero-title{text-align:center}.home-hero .hero-content-left .hero-content .hero-description{display:none}.home-hero .hero-content-left .hero-content .hero-cta-btn{align-self:center}.home-hero .contact-form{padding:18px 20px;gap:10px}.home-hero .contact-form .title{font-size:18px}.home-hero .contact-form .form-description{font-size:11px;margin-bottom:15px}.home-hero .pagination-container{bottom:30px;gap:6px}.home-hero .pagination-dot .dot-indicator{width:5px;height:5px}.home-hero .pagination-dot.active,.home-hero .pagination-dot.active .dot-indicator{width:15px;height:2px}.home-hero .pagination-dot .filling-line{height:2px}}.uae-phone-input{display:flex;align-items:center;width:100%;border-radius:inherit;background:inherit;font-size:16px;font-weight:450}.uae-phone-input .uae-phone-input-prefix{flex-shrink:0;padding:0 4px 0 0;font-size:inherit;color:#111b21;-webkit-user-select:none;user-select:none}.uae-phone-input .uae-phone-input-field{flex:1;min-width:0;border:none;background:transparent;font-size:inherit;color:inherit;outline:none}.uae-phone-input .uae-phone-input-field::placeholder{opacity:.6}.clients-section{background:#def3bd;padding:0;overflow:hidden;position:relative}.clients-section .clients-wrapper{max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;gap:40px}.clients-section .clients-title{font-size:28px;font-weight:600;color:#003f39;text-align:center;margin:0}.clients-section .clients-slider-container{width:100%;overflow:hidden;position:relative;padding:20px 0}.clients-section .clients-slider{display:flex;width:fit-content;animation:slide 30s linear infinite;will-change:transform}.clients-section .clients-slider.paused{animation-play-state:paused}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-section .client-logo-wrapper{flex:0 0 auto;width:200px;display:flex;align-items:center;justify-content:center}.clients-section .client-logo-wrapper .client-logo{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.clients-section .client-logo-wrapper .client-logo:hover{transform:scale(1.1)}@media(max-width:1024px){.clients-section .clients-wrapper{gap:30px}.clients-section .clients-title{font-size:24px}.clients-section .client-logo-wrapper{width:180px;min-height:100px}}@media(max-width:768px){.clients-section .clients-wrapper{gap:25px}.clients-section .clients-title{font-size:20px}.clients-section .clients-slider-container{padding:15px 0}.clients-section .client-logo-wrapper{width:150px;min-height:90px}}@media(max-width:480px){.clients-section .clients-wrapper{gap:20px}.clients-section .clients-title{font-size:18px}.clients-section .client-logo-wrapper{width:120px;min-height:80px}.clients-section .client-logo-wrapper .client-logo{max-height:40px}}.contact-form-section{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;min-height:100vh;position:relative;background:#fff}.contact-form-section .contact-content{position:relative;color:#003f39;display:flex;flex-direction:row;gap:100px;justify-content:center;justify-items:center;align-items:center;align-content:center;z-index:2;width:100%;margin:0 auto}.contact-form-section .contact-content .contact-info{text-align:left;width:40%}.contact-form-section .contact-content .contact-info .main-title{font-size:36px;font-weight:700;line-height:1.2;color:#003f39;margin:0 0 15px;text-transform:uppercase}.contact-form-section .contact-content .contact-info .description{margin-top:15px;max-width:800px;font-size:15px;line-height:1.6;color:#555}.contact-form-section .contact-content .contact-info .key-points{margin-top:25px;display:flex;flex-direction:column;gap:15px}.contact-form-section .contact-content .contact-info .key-points .point{display:flex;align-items:flex-start;gap:15px;padding:20px;background:#fff;border-radius:16px;border:2px solid #DEF3BD;box-shadow:0 4px 20px #416d1814;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-form-section .contact-content .contact-info .key-points .point:hover{transform:translate(8px);border-color:#416d18;box-shadow:0 8px 30px #416d1826}.contact-form-section .contact-content .contact-info .key-points .point .point-icon{flex-shrink:0;width:45px;height:45px;background:linear-gradient(135deg,#416d18,#003f39);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;transition:all .4s ease}.contact-form-section .contact-content .contact-info .key-points .point .point-icon svg{width:24px;height:24px}.contact-form-section .contact-content .contact-info .key-points .point .point-icon img{width:100%;height:100%}.contact-form-section .contact-content .contact-info .key-points .point:hover .point-icon{transform:scale(1.1)}.contact-form-section .contact-content .contact-info .key-points .point .point-text{flex:1}.contact-form-section .contact-content .contact-info .key-points .point .point-text h4{color:#003f39;font-size:16px;font-weight:700;margin:0 0 5px;line-height:1.3;text-transform:uppercase}.contact-form-section .contact-content .contact-info .key-points .point .point-text p{color:#666;font-size:14px;margin:0;line-height:1.5}.contact-form-section .contact-content .contact-info .contact-details{margin-top:30px}.contact-form-section .contact-content .contact-info .contact-details .contact-description{font-size:20px}.contact-form-section .contact-content .contact-info .contact-details .contact-div{margin-top:30px;display:flex;flex-direction:column;gap:20px}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact{display:flex;flex-direction:row;gap:10px;align-items:center}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact .icon{font-size:30px}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact .details{display:flex;flex-direction:column;gap:5px}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact .details .head{font-size:20px}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact .details .value{font-size:14px;transition:.3s}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact .details .value:hover{color:#259fba;transition:.3s}.contact-form-section .contact-content .contact-form{background:#fff;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:600px;border:2px solid #DEF3BD;padding:40px 50px;border-radius:20px;box-shadow:0 8px 32px #416d1826}.contact-form-section .contact-content .contact-form .title{font-size:25px;font-weight:700;color:#003f39;line-height:1.2;margin-bottom:10px}.contact-form-section .contact-content .contact-form .form-description{font-size:14px;margin-bottom:30px;color:#666}.contact-form-section .contact-content .contact-form .sameline{display:flex;flex-direction:row;gap:10px;width:100%}.contact-form-section .contact-content .contact-form .form-field{width:100%}.contact-form-section .contact-content .contact-form .form-field .MuiOutlinedInput-root{color:#003f39;border-radius:20px;transition:all .3s ease;background:#f8f7c1}.contact-form-section .contact-content .contact-form .form-field .MuiOutlinedInput-root fieldset{border-color:#def3bd;border-width:1px}.contact-form-section .contact-content .contact-form .form-field .MuiOutlinedInput-root:hover fieldset,.contact-form-section .contact-content .contact-form .form-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#416d18;border-width:2px;transition:.5s}.contact-form-section .contact-content .contact-form .form-field .MuiInputLabel-root{color:#666}.contact-form-section .contact-content .contact-form .form-field .MuiInputLabel-root.Mui-focused{color:#416d18;transition:.5s}.contact-form-section .contact-content .contact-form .form-field .MuiInputBase-input{color:#003f39}.contact-form-section .contact-content .contact-form .form-field .MuiSelect-select,.contact-form-section .contact-content .contact-form .form-field .MuiInputBase-input{text-align:left}.contact-form-section .contact-content .contact-form .react-tel-input:hover{background-color:#f8f7c1}.contact-form-section .contact-content .contact-form .react-tel-input .country-list .country:hover{background-color:#def3bd!important;color:#003f39!important}.contact-form-section .contact-content .contact-form .react-tel-input .country-list{background-color:#fff!important;color:#003f39!important;border:2px solid #DEF3BD!important}.contact-form-section .contact-content .contact-form .react-tel-input .country-list .country{color:#003f39!important;text-align:left!important}.contact-form-section .contact-content .contact-form .react-tel-input .flag-dropdown:hover,.contact-form-section .contact-content .contact-form .react-tel-input .flag-dropdown.open,.contact-form-section .contact-content .contact-form .react-tel-input .selected-flag:hover{background-color:#def3bd!important}.contact-form-section .contact-content .contact-form .react-tel-input .country-list .country:hover,.contact-form-section .contact-content .contact-form .react-tel-input .country-list .country.highlight{background-color:#def3bd!important;color:#003f39!important}.contact-form-section .contact-content .contact-form .phone-row-with-verify{display:flex;align-items:stretch;gap:12px;width:100%}.contact-form-section .contact-content .contact-form .phone-row-with-verify .phone-input-wrap{flex:1;min-width:0}.contact-form-section .contact-content .contact-form .phone-row-with-verify .contact-form-uae-phone.uae-phone-input{height:56px;border-radius:20px;border:1px solid #DEF3BD;background:#f8f7c1;padding:0 16px;box-sizing:border-box}.contact-form-section .contact-content .contact-form .phone-row-with-verify .contact-form-uae-phone.uae-phone-input .uae-phone-input-prefix{color:#003f39}.contact-form-section .contact-content .contact-form .phone-row-with-verify .contact-form-uae-phone.uae-phone-input .uae-phone-input-field:focus{outline:none}.contact-form-section .contact-content .contact-form .phone-row-with-verify .contact-form-uae-phone.uae-phone-input:focus-within{border-color:#416d18;box-shadow:0 0 0 2px #416d1826}.contact-form-section .contact-content .contact-form .phone-row-with-verify .verify-phone-btn{flex-shrink:0;padding:0 18px;height:56px;border-radius:20px;border:1px solid #DEF3BD;background:linear-gradient(135deg,#416d18,#003f39);color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .2s}.contact-form-section .contact-content .contact-form .phone-row-with-verify .verify-phone-btn:disabled{opacity:.7;cursor:not-allowed}.contact-form-section .contact-content .contact-form .phone-row-with-verify .verify-phone-btn:not(:disabled):hover{opacity:.95}.contact-form-section .contact-content .contact-form .otp-row{display:flex;align-items:stretch;gap:12px;width:100%}.contact-form-section .contact-content .contact-form .otp-row .otp-input{flex:1;min-width:0}.contact-form-section .contact-content .contact-form .otp-row .verify-otp-btn{flex-shrink:0;padding:0 18px;height:56px;border-radius:20px;border:1px solid #DEF3BD;background:linear-gradient(135deg,#416d18,#003f39);color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .2s}.contact-form-section .contact-content .contact-form .otp-row .verify-otp-btn:disabled{opacity:.7;cursor:not-allowed}.contact-form-section .contact-content .contact-form .otp-row .verify-otp-btn:not(:disabled):hover{opacity:.95}.contact-form-section .contact-content .contact-form .otp-error{margin-top:-8px;margin-bottom:4px}.contact-form-section .contact-content .contact-form .error-message,.contact-form-section .contact-content .contact-form .otp-error{color:#c62828}.contact-form-section .contact-content .contact-form .recaptcha-container{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.contact-form-section .contact-content .contact-form .btn.btn-glass{width:100%;font-weight:600;margin-top:10px;text-transform:uppercase;animation:blinkButton 2s ease-in-out infinite}.contact-form-section .contact-content .contact-form .btn.btn-glass:hover{animation-play-state:paused}.contact-form-section .contact-content .form-response{font-size:14px;text-align:left}.contact-form-section .contact-content .error-message{text-align:left;margin:-10px auto 5px 10px;color:#fff;font-size:12px}.contact-form-section .contact-content .response-message{margin-top:15px;padding:12px;border-radius:8px;font-size:14px;text-align:center;font-weight:500}.contact-form-section .contact-content .response-message.success{background-color:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.contact-form-section .contact-content .response-message.error{background-color:#f4433633;color:#f44336;border:1px solid rgba(244,67,54,.5)}@keyframes blinkButton{0%,to{background:#def3bd;border-color:#def3bd;color:#003f39}50%{background:#416d18;border-color:#416d18;color:#fff}}@media(max-width:1200px){.contact-form-section .contact-content{gap:50px}.contact-form-section .contact-info .main-title{font-size:32px}}@media(max-width:1000px){.contact-form-section{padding:100px 20px}.contact-form-section .contact-content{padding:0 30px}}@media(max-width:900px){.contact-form-section .contact-content{flex-direction:column;gap:40px}.contact-form-section .contact-content .contact-info{width:100%;align-items:center;text-align:center}.contact-form-section .contact-content .contact-info .key-points .point{justify-content:center;text-align:left;width:500px;margin-left:auto;margin-right:auto}.contact-form-section .contact-content .contact-info .contact-details .contact-div{flex-direction:row;justify-content:center;text-align:center}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact{flex-direction:column}}@media(max-width:700px){.contact-form-section .contact-content{padding:0 30px}.contact-form-section .contact-content .contact-form{width:100%;padding:30px 20px}}@media(max-width:600px){.contact-form-section{padding:100px 20px}.contact-form-section .contact-content{padding:0 20px;gap:30px}.contact-form-section .contact-content .contact-info .main-title{font-size:30px}.contact-form-section .contact-content .contact-info .description{font-size:14px}.contact-form-section .contact-content .contact-info .key-points .point{width:100%}.contact-form-section .contact-content .contact-info .contact-details .contact-div{flex-wrap:wrap;justify-content:center}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact{flex-direction:column}}@media(max-width:500px){.contact-form-section .contact-content{padding:0 15px}.contact-form-section .contact-content .contact-info .main-title{font-size:24px}.contact-form-section .contact-content .contact-info .description{font-size:12px}.contact-form-section .contact-content .contact-form{padding:25px 20px;gap:10px}.contact-form-section .contact-content .contact-form .title{font-size:20px}.contact-form-section .contact-content .contact-form .form-description{margin-bottom:10px}}@media(max-width:420px){.contact-form-section .contact-content .contact-form .btn.btn-blue-fill{width:100%}}@media(max-width:400px){.contact-form-section .contact-content{padding:0 10px;gap:20px}.contact-form-section .contact-content .contact-info .key-points .point{padding:12px}.contact-form-section .contact-content .contact-info .key-points .point .point-icon{width:35px;height:35px}.contact-form-section .contact-content .contact-info .key-points .point .point-icon svg{width:18px;height:18px}.contact-form-section .contact-content .contact-info .key-points .point .point-text h4{font-size:15px}.contact-form-section .contact-content .contact-info .key-points .point .point-text p{font-size:13px}.contact-form-section .contact-content .contact-info .contact-details .contact-div .contact{flex-direction:row}}.about-us-section{background:#f8f7c1}.about-us-section .about-us-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1400px;margin:0 auto}.about-us-section .about-content{display:flex;flex-direction:column}.about-us-section .about-content .section-tagline{font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#416d18;margin:0 0 10px}.about-us-section .about-content .section-title{font-size:36px;font-weight:700;line-height:1.2;color:#003f39;margin:0 0 15px;text-transform:uppercase}.about-us-section .about-content .content-wrapper{display:flex;flex-direction:column;gap:25px}.about-us-section .about-content .section-description{font-size:16px;line-height:1.8;color:#333;margin:0}.about-us-section .about-image{position:relative;height:500px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.about-us-section .about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-us-section .btn-glass-dark{width:auto;max-width:350px;margin-right:auto;text-transform:uppercase;animation:blinkButton1 2s ease-in-out infinite}.about-us-section .btn-glass-dark:hover{animation-play-state:paused}@media(max-width:1200px){.about-us-section .about-us-wrapper{gap:60px}.about-us-section .about-content .section-title{font-size:32px}.about-us-section .about-content .section-description{font-size:16px}}@media(max-width:968px){.about-us-section .about-us-wrapper{grid-template-columns:1fr;gap:50px}.about-us-section .about-content{order:1;text-align:center;align-items:center}.about-us-section .about-content .section-title{font-size:30px}.about-us-section .about-content .section-description{font-size:17px}.about-us-section .about-image{order:2;width:100%;height:400px}.about-us-section .btn-glass-dark{width:100%;max-width:280px}}@media(max-width:768px){.about-us-section .about-us-wrapper{gap:40px}.about-us-section .about-content{gap:20px}.about-us-section .about-content .section-tagline{font-size:14px;letter-spacing:2px}.about-us-section .about-content .section-title{font-size:28px}.about-us-section .about-content .section-description{font-size:16px;line-height:1.7}.about-us-section .about-image{height:350px}.about-us-section .btn-glass-dark{width:100%;max-width:260px;padding:12px 30px}}@media(max-width:480px){.about-us-section .about-us-wrapper{gap:30px}.about-us-section .about-content{gap:18px}.about-us-section .about-content .section-tagline{font-size:12px;letter-spacing:1.5px}.about-us-section .about-content .section-title{font-size:24px}.about-us-section .about-content .section-description{font-size:15px;line-height:1.6}.about-us-section .about-image{height:300px;border-radius:12px}.about-us-section .btn-glass-dark{width:100%;max-width:240px;padding:12px 25px;font-size:14px}}.services-section{background:#fff;position:relative;overflow:hidden}.services-section .services-wrapper{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.services-section .section-tagline{font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#416d18;margin:0 0 10px;text-align:center}.services-section .section-title{font-size:36px;font-weight:700;line-height:1.2;color:#003f39;margin:0 0 15px;text-align:center;text-transform:uppercase}.services-section .section-description{font-size:16px;line-height:1.7;color:#555;margin:0 auto;text-align:center;max-width:900px}.services-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:25px}.services-section .islamic-note{display:flex;align-items:center;gap:20px;padding:20px 30px;background:linear-gradient(135deg,#f8f7c1,#def3bd);border-radius:16px;border-left:5px solid #416D18;margin:25px auto 0;max-width:1000px;box-shadow:0 4px 20px #416d181a}.services-section .islamic-note .note-icon{font-size:28px;flex-shrink:0}.services-section .islamic-note .note-text{font-size:15px;line-height:1.6;color:#003f39;margin:0;font-weight:500}.services-section .service-card{background:#fff;border-radius:16px;padding:30px;position:relative;border:2px solid #DEF3BD;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;gap:25px;box-shadow:0 4px 15px #003f3914}.services-section .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#416d18,#003f39);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.services-section .service-card:hover{transform:translateY(-8px);border-color:#416d18;box-shadow:0 12px 40px #416d1833}.services-section .service-card:hover:before{transform:scaleX(1)}.services-section .service-card:hover .service-number{background:linear-gradient(135deg,#416d18,#003f39);color:#fff;transform:scale(1.1)}.services-section .service-card .service-number{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#def3bd;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#416d18;transition:all .4s ease}.services-section .service-card .service-title{font-size:20px;font-weight:700;color:#003f39;margin:0;line-height:1.3;text-transform:uppercase;padding-right:55px}.services-section .service-card .service-description{font-size:14px;line-height:1.6;color:#666;margin:0}@media(max-width:1200px){.services-section .section-title{font-size:32px}.services-section .services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.services-section .service-card{padding:30px}}@media(max-width:968px){.services-section .services-wrapper{gap:30px}.services-section .section-title{font-size:30px}.services-section .section-description{font-size:16px}.services-section .islamic-note{flex-direction:column;text-align:center;padding:25px}.services-section .services-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){.services-section .section-tagline{font-size:14px;letter-spacing:2px}.services-section .section-title{font-size:28px}.services-section .section-description{font-size:15px}.services-section .islamic-note{padding:20px;gap:15px}.services-section .islamic-note .note-icon{font-size:28px}.services-section .islamic-note .note-text{font-size:14px}.services-section .service-card{padding:25px;gap:15px}.services-section .service-card .service-number{width:45px;height:45px;font-size:18px;top:15px;right:15px}.services-section .service-card .service-title{font-size:20px;padding-right:55px}.services-section .service-card .service-description{font-size:14px}}@media(max-width:480px){.services-section .section-tagline{font-size:12px;letter-spacing:1.5px}.services-section .section-title{font-size:24px}.services-section .section-description{font-size:14px}.services-section .islamic-note{padding:18px;gap:12px}.services-section .islamic-note .note-icon{font-size:24px}.services-section .islamic-note .note-text{font-size:13px}.services-section .service-card{padding:20px;gap:12px}.services-section .service-card .service-number{width:40px;height:40px;font-size:16px;top:12px;right:12px}.services-section .service-card .service-title{font-size:18px;padding-right:50px}.services-section .service-card .service-description{font-size:13px}}.stats-section{background:#003f39;padding:50px;margin:50px 100px;border-radius:20px;box-shadow:0 8px 32px #003f391a;border:2px solid #DEF3BD;overflow:hidden;position:relative}.stats-section .section-container{width:100%;margin:0 auto;padding-top:0;padding-bottom:0}.stats-section .stats-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.stats-section .stats-content{display:flex;flex-direction:column;gap:25px}.stats-section .section-title{font-size:36px;font-weight:700;color:#fff;text-align:left;margin:0 0 15px;line-height:1.2;text-transform:uppercase}.stats-section .section-description{font-size:16px;line-height:1.7;color:#ffffffe6;text-align:left;margin:0;max-width:100%}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;height:100%;width:100%}.stats-section .stat-item{display:flex;flex-direction:row;align-items:center;gap:20px;padding:20px;background:#ffffff1a;border-radius:16px;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003;transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;width:100%}.stats-section .stat-item:hover{border-color:#f8f7c1;background:#ffffff26;box-shadow:0 8px 30px #0000004d}.stats-section .stat-item .stat-icon{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:12px;color:#fff;font-size:28px;transition:all .4s ease}.stats-section .stat-item .stat-icon svg{width:28px;height:28px}.stats-section .stat-item:hover .stat-icon{background:#f8f7c1;color:#003f39;transform:scale(1.1)}.stats-section .stat-item .stat-content{flex:1;display:flex;flex-direction:column;gap:5px}.stats-section .stat-item .stat-number{font-size:36px;font-weight:700;color:#fff;margin:0;line-height:1.2}.stats-section .stat-item .stat-label{font-size:14px;font-weight:600;color:#ffffffe6;margin:0;text-transform:uppercase;letter-spacing:.5px}.stats-section .stat-item .stat-subtext{font-size:14px;color:#666;line-height:1.6;margin-top:8px}@media(max-width:1200px){.stats-section{padding:50px;margin:50px}.stats-section .stats-wrapper{gap:60px}.stats-section .section-title{font-size:32px}.stats-section .stats-grid{gap:20px}}@media(max-width:968px){.stats-section{padding:50px}.stats-section .stats-wrapper{grid-template-columns:1fr;gap:40px}.stats-section .stats-content{text-align:center}.stats-section .section-title{font-size:30px;text-align:center}.stats-section .section-description{text-align:center}.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.stats-section{padding:40px 30px;margin:40px}.stats-section .stats-wrapper{gap:35px}.stats-section .stats-content{gap:20px}.stats-section .section-title{font-size:28px}.stats-section .section-description{font-size:15px}.stats-section .stats-grid{grid-template-columns:1fr;gap:20px}.stats-section .stat-item{padding:20px;gap:15px}.stats-section .stat-item .stat-icon{width:55px;height:55px}.stats-section .stat-item .stat-icon svg{width:24px;height:24px}.stats-section .stat-item .stat-number{font-size:32px}.stats-section .stat-item .stat-label{font-size:13px}}@media(max-width:480px){.stats-section{padding:30px 0;margin:30px}.stats-section .stats-wrapper{gap:30px}.stats-section .stats-content{gap:18px}.stats-section .section-title{font-size:24px}.stats-section .section-description{font-size:14px}.stats-section .stat-item{padding:18px;gap:12px}.stats-section .stat-item .stat-icon{width:50px;height:50px}.stats-section .stat-item .stat-icon svg{width:22px;height:22px}.stats-section .stat-item .stat-number{font-size:28px}.stats-section .stat-item .stat-label{font-size:12px}}.process-section{background:#fff;position:relative;overflow:hidden}.process-section .process-wrapper{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.process-section .section-tagline{font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#416d18;margin:0 0 10px;text-align:center}.process-section .section-title{font-size:36px;font-weight:700;line-height:1.2;color:#003f39;margin:0 0 15px;text-align:center;text-transform:uppercase}.process-section .section-description{font-size:18px;line-height:1.8;color:#555;margin:0 auto;text-align:center;max-width:900px}.process-section .process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:30px;position:relative}.process-section .process-step{display:flex;gap:20px;position:relative;padding:25px;background:#fff;border-radius:20px;border:2px solid #DEF3BD;box-shadow:0 4px 20px #416d1814;transition:all .4s cubic-bezier(.4,0,.2,1)}.process-section .process-step:hover{transform:translateY(-8px);border-color:#416d18;box-shadow:0 12px 40px #416d1833}.process-section .process-step:hover .step-number{background:linear-gradient(135deg,#416d18,#003f39);color:#fff;transform:scale(1.1)}.process-section .process-step .step-number-wrapper{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.process-section .process-step .step-number{width:50px;height:50px;border-radius:50%;background:#def3bd;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#416d18;transition:all .4s ease;position:relative;z-index:2;box-shadow:0 4px 15px #416d1833}.process-section .process-step .step-content{flex:1;display:flex;flex-direction:column;gap:15px}.process-section .process-step .step-title{font-size:22px;font-weight:700;color:#003f39;margin:0;text-transform:uppercase;line-height:1.3}.process-section .process-step .step-description{font-size:16px;line-height:1.7;color:#666;margin:0}@media(max-width:1200px){.process-section .section-title{font-size:32px}.process-section .process-steps{gap:30px}.process-section .process-step{padding:25px;gap:20px}}@media(max-width:968px){.process-section .process-wrapper{gap:25px}.process-section .section-title{font-size:30px}.process-section .section-description{font-size:16px}.process-section .process-steps{grid-template-columns:1fr;gap:20px;margin-top:25px}.process-section .process-step{padding:25px;gap:18px}.process-section .process-step .step-number{width:70px;height:70px;font-size:28px}}@media(max-width:768px){.process-section .process-wrapper{gap:25px}.process-section .section-tagline{font-size:14px;letter-spacing:2px}.process-section .section-title{font-size:28px}.process-section .section-description{font-size:15px}.process-section .process-steps{gap:20px;margin-top:20px}.process-section .process-step{padding:20px;gap:15px}.process-section .process-step .step-number{width:60px;height:60px;font-size:24px}.process-section .process-step .step-title{font-size:22px}.process-section .process-step .step-description{font-size:15px}}@media(max-width:480px){.process-section .process-wrapper{gap:20px}.process-section .section-tagline{font-size:12px;letter-spacing:1.5px}.process-section .section-title{font-size:24px}.process-section .section-description{font-size:14px}.process-section .process-steps{gap:15px;margin-top:20px}.process-section .process-step{padding:18px;gap:12px;flex-direction:column;align-items:center;text-align:center}.process-section .process-step .step-number-wrapper{margin-bottom:10px}.process-section .process-step .step-number{width:55px;height:55px;font-size:22px}.process-section .process-step .step-title{font-size:20px}.process-section .process-step .step-description{font-size:14px}}.common-cta-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#003f39;overflow:hidden;background:linear-gradient(135deg,#f8f7c1,#def3bd,#416d18);width:100%}.common-cta-section .cta-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-position:center;background-size:cover;z-index:0;display:block;opacity:.15}.common-cta-section .cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f7c1e6,#def3bde6,#416d18e6);pointer-events:none;z-index:1}.common-cta-section .cta-content{position:relative;z-index:2;max-width:1000px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 0}.common-cta-section .cta-content .cta-title{font-size:36px;font-weight:700;margin-bottom:15px;line-height:1.2;text-transform:uppercase;color:#003f39;text-align:center;letter-spacing:1px}.common-cta-section .cta-content .cta-description{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.common-cta-section .cta-content .cta-description .cta-paragraph{font-size:18px;line-height:1.8;color:#003f39;margin:0;text-align:center;opacity:.95}.common-cta-section .cta-content .cta-description .cta-paragraph a{text-decoration:underline;color:#416d18;transition:color .3s ease}.common-cta-section .cta-content .cta-description .cta-paragraph a:hover{color:#003f39}.common-cta-section .cta-content .btn.btn-glass{margin:0 auto;max-width:350px;width:auto;text-transform:uppercase;animation:blinkButton 2s ease-in-out infinite}.common-cta-section .cta-content .btn.btn-glass:hover{animation-play-state:paused}@media(max-width:1200px){.common-cta-section .cta-content{max-width:900px}.common-cta-section .cta-content .cta-title{font-size:32px}.common-cta-section .cta-content .cta-description .cta-paragraph{font-size:19px}}@media(max-width:968px){.common-cta-section .cta-content .cta-title{font-size:30px;margin-bottom:15px}.common-cta-section .cta-content .cta-description{gap:15px;margin-bottom:25px}.common-cta-section .cta-content .cta-description .cta-paragraph{font-size:18px}.common-cta-section .cta-content .btn.btn-glass{max-width:280px}}@media(max-width:768px){.common-cta-section .cta-content .cta-title{font-size:28px;margin-bottom:15px}.common-cta-section .cta-content .cta-description{gap:15px;margin-bottom:25px}.common-cta-section .cta-content .cta-description .cta-paragraph{font-size:17px;line-height:1.7}.common-cta-section .cta-content .btn.btn-glass{max-width:260px}}@media(max-width:480px){.common-cta-section .cta-content .cta-title{font-size:24px;margin-bottom:15px}.common-cta-section .cta-content .cta-description{gap:12px;margin-bottom:20px}.common-cta-section .cta-content .cta-description .cta-paragraph{font-size:16px;line-height:1.6}.common-cta-section .cta-content .btn.btn-glass{width:100%;max-width:240px}}.why-choose-us-section{background:#fff;position:relative;overflow:hidden}.why-choose-us-section .why-choose-us-wrapper{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.why-choose-us-section .section-tagline{font-size:16px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#416d18;margin:0 0 10px;text-align:center}.why-choose-us-section .section-title{font-size:36px;font-weight:700;line-height:1.2;color:#003f39;margin:0 0 15px;text-transform:uppercase;text-align:center}.why-choose-us-section .vision-mission-section{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:15px}.why-choose-us-section .vision-mission-item{display:flex;flex-direction:column;gap:15px;padding:25px;background:#fff;border-radius:20px;border:2px solid #DEF3BD;box-shadow:0 8px 30px #416d181a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.why-choose-us-section .vision-mission-item:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#416d18,#003f39);transform:scaleY(0);transform-origin:top;transition:transform .4s ease}.why-choose-us-section .vision-mission-item:hover{transform:translateY(-5px);border-color:#416d18;box-shadow:0 12px 40px #416d1833}.why-choose-us-section .vision-mission-item:hover:before{transform:scaleY(1)}.why-choose-us-section .subsection-title{font-size:28px;font-weight:700;color:#003f39;margin:0;text-transform:uppercase;position:relative;padding-left:20px}.why-choose-us-section .subsection-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:28px;background:linear-gradient(180deg,#416d18,#003f39);border-radius:2px}.why-choose-us-section .subsection-description{font-size:15px;line-height:1.6;color:#555;margin:0}.why-choose-us-section .values-section{display:flex;flex-direction:column;gap:20px;margin-top:15px;padding:30px;background:#fff;border-radius:20px;border:2px solid #DEF3BD;box-shadow:0 8px 30px #416d181a}.why-choose-us-section .values-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.why-choose-us-section .value-item{font-size:15px;line-height:1.6;color:#555;padding:18px 18px 18px 45px;position:relative;background:#f8f7c1;border-radius:12px;transition:all .3s ease;border-left:4px solid transparent}.why-choose-us-section .value-item:before{content:"✓";position:absolute;left:15px;top:20px;width:24px;height:24px;background:linear-gradient(135deg,#416d18,#003f39);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.why-choose-us-section .value-item:hover{background:#def3bd;border-left-color:#416d18;transform:translate(5px)}.why-choose-us-section .value-item strong{color:#003f39;font-weight:700;display:block;margin-bottom:5px}@media(max-width:1200px){.why-choose-us-section .section-title{font-size:32px}.why-choose-us-section .vision-mission-section{gap:25px}.why-choose-us-section .vision-mission-item{padding:25px}.why-choose-us-section .subsection-title{font-size:24px}.why-choose-us-section .subsection-description{font-size:15px}.why-choose-us-section .values-section{padding:30px}.why-choose-us-section .value-item{font-size:15px;padding:18px 18px 18px 45px}}@media(max-width:968px){.why-choose-us-section .why-choose-us-wrapper{gap:25px}.why-choose-us-section .section-title{font-size:30px}.why-choose-us-section .vision-mission-section{grid-template-columns:1fr;gap:20px}.why-choose-us-section .vision-mission-item{padding:25px}.why-choose-us-section .values-list{grid-template-columns:1fr;gap:15px}.why-choose-us-section .values-section{padding:25px}}@media(max-width:768px){.why-choose-us-section .why-choose-us-wrapper{gap:25px}.why-choose-us-section .section-tagline{font-size:14px;letter-spacing:2px}.why-choose-us-section .section-title{font-size:28px}.why-choose-us-section .vision-mission-item{padding:20px;gap:15px}.why-choose-us-section .subsection-title{font-size:22px;padding-left:18px}.why-choose-us-section .subsection-title:before{width:3px;height:22px}.why-choose-us-section .subsection-description{font-size:14px}.why-choose-us-section .values-section{padding:25px;gap:20px}.why-choose-us-section .value-item{font-size:14px;padding:18px 18px 18px 45px}.why-choose-us-section .value-item:before{left:12px;top:18px;width:20px;height:20px;font-size:12px}}@media(max-width:480px){.why-choose-us-section .why-choose-us-wrapper{gap:20px}.why-choose-us-section .section-tagline{font-size:12px;letter-spacing:1.5px}.why-choose-us-section .section-title{font-size:24px}.why-choose-us-section .vision-mission-item{padding:20px;gap:15px}.why-choose-us-section .subsection-title{font-size:20px;padding-left:15px}.why-choose-us-section .subsection-title:before{width:3px;height:20px}.why-choose-us-section .subsection-description{font-size:13px}.why-choose-us-section .values-section{padding:25px;gap:20px}.why-choose-us-section .value-item{font-size:13px;padding:15px 15px 15px 40px}.why-choose-us-section .value-item:before{left:10px;top:15px;width:18px;height:18px;font-size:11px}}.navbar{position:fixed;top:0;left:0;right:0;margin:0 auto;z-index:1003;width:100%;max-width:100%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;color:#003f39;padding:10px 100px;height:auto;min-height:80px;transition:all .5s ease;background:#f8f7c1}.navbar:before{content:"";position:absolute;top:-15px;left:0;right:0;height:15px;background:transparent;transition:background .5s ease}.navbar .logo-div{display:flex;align-items:center;justify-content:center;z-index:10001}.navbar .logo-div .logo{height:60px;width:auto;object-fit:contain}.navbar .logo-div .logo-link{text-decoration:none;display:flex;align-items:center;justify-content:center}.navbar .nav-links-center{display:flex;justify-content:center;align-items:center;grid-column:2;gap:40px}.navbar .whatsapp-btn-wrapper{grid-column:3;display:flex;align-items:center;justify-content:flex-end}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn{color:#fff;background:#3fc351;border:none;border-radius:50px;padding:12px 28px;font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-size:13px;white-space:nowrap;box-shadow:0 4px 12px #3fc3514d}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn .whatsapp-icon{width:30px;height:30px;object-fit:contain;margin-right:10px}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn:hover{background:#35b045;box-shadow:0 6px 16px #3fc35166;transform:translateY(-2px)}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn:active{transform:translateY(0)}.navbar .whatsapp-btn-wrapper .header-home-btn{color:#fff;background:linear-gradient(135deg,#416d18,#003f39);border:none;border-radius:50px;padding:12px 28px;font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-size:13px;white-space:nowrap;box-shadow:0 4px 12px #003f394d}.navbar .whatsapp-btn-wrapper .header-home-btn:hover{background:linear-gradient(135deg,#355014,#002d28);box-shadow:0 6px 16px #003f3966;transform:translateY(-2px)}.navbar .whatsapp-btn-wrapper .header-home-btn:active{transform:translateY(0)}.navbar .nav-links-left{display:flex;justify-content:flex-start;align-items:center}.navbar .nav-links-right{display:flex;justify-content:flex-end;align-items:center}.navbar .header-icons{display:flex;align-items:center;justify-content:flex-end;grid-column:4;margin-left:20px;position:relative;z-index:1002}.navbar .menu-bar{display:flex;flex-direction:row;align-items:center;gap:40px;list-style:none;margin:0;padding:0}.navbar .menu-bar .menu-items{display:flex;align-items:center;letter-spacing:1px;font-size:14px;text-transform:uppercase;cursor:pointer;color:#003f39;font-weight:600}.navbar .menu-bar .menu-items a{display:flex;align-items:center;text-decoration:none;color:#003f39;transition:all .3s ease}.navbar .menu-bar .menu-items a:hover{color:#416d18;transition:all .3s ease}.navbar .menu-bar .menu-items a.active{color:#416d18;font-weight:700}.navbar .menu-icon{color:#003f39;font-size:28px;cursor:pointer;display:none;transition:all .3s ease;position:relative}.navbar .menu-icon:hover{color:#416d18}.navbar .menu-icon.close{display:none;z-index:1002;color:#003f39;position:relative}.navbar .menu-icon.close:hover{color:#416d18}.mobile-menu-overlay{display:none;position:fixed;top:0;right:-100%;width:352px;height:100vh;background:#f8f7c1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;transition:right .5s ease;padding-top:100px;padding-left:50px;padding-right:50px;overflow-y:auto}.mobile-menu-overlay~.navbar .header-icons{z-index:1002!important}.mobile-menu-overlay.show{right:0}.mobile-menu-overlay .mobile-menu-bar{display:flex;flex-direction:column;gap:25px;list-style:none;margin:0;padding:0}.mobile-menu-overlay .mobile-menu-bar .menu-items{display:flex;align-items:center;letter-spacing:1px;font-size:16px;text-transform:uppercase;cursor:pointer;color:#003f39;font-weight:600;transition:all .3s ease}.mobile-menu-overlay .mobile-menu-bar .menu-items a{display:flex;align-items:center;text-decoration:none;color:#003f39;transition:all .3s ease;width:100%;padding:10px 0}.mobile-menu-overlay .mobile-menu-bar .menu-items a:hover{color:#416d18;transform:translate(5px);transition:all .3s ease}.mobile-menu-overlay .mobile-menu-bar .menu-items a.active{color:#416d18;font-weight:700;border-bottom:2px solid #416D18}@keyframes blinkButton3{0%,to{background:#3fc351;color:#fff}50%{background:#fff;color:#3fc351}}.whatsapp-fixed-btn{position:fixed;bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background:#25d366;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:9998;transition:all .3s ease;text-decoration:none;animation:pulse 2s ease-in-out infinite}.whatsapp-fixed-btn img{width:32px;height:32px;object-fit:contain}.whatsapp-fixed-btn.header-home-fixed-btn{background:linear-gradient(135deg,#416d18,#003f39);box-shadow:0 4px 12px #003f3959;animation:none}.whatsapp-fixed-btn.header-home-fixed-btn span{color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px}.whatsapp-fixed-btn.header-home-fixed-btn:hover{background:linear-gradient(135deg,#355014,#002d28);box-shadow:0 6px 16px #003f3973}.whatsapp-fixed-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px #25d36699}.whatsapp-fixed-btn:active{transform:scale(.95)}@keyframes pulse{0%,to{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d366b3}}.navbar.bg-black{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #3028244d}.navbar.bg-black:before{background:linear-gradient(135deg,#302824f2,#302824d9)}.navbar.sticky{background:#f8f7c1;color:#003f39;box-shadow:0 4px 20px #0000001a}.navbar.sticky:before{background:transparent}.navbar.sticky .menu-bar .menu-items{color:#003f39;font-weight:600}.navbar.sticky .menu-bar .menu-items a{color:#003f39;position:relative;transition:color .3s ease}.navbar.sticky .menu-bar .menu-items a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#416d18;transition:width .3s ease}.navbar.sticky .menu-bar .menu-items a:hover{color:#416d18}.navbar.sticky .menu-bar .menu-items a:hover:after{width:100%}.navbar.sticky .menu-bar .menu-items a.active{color:#416d18}.navbar.sticky .menu-bar .menu-items a.active:after{width:100%}.navbar.sticky .menu-icon{color:#003f39}.navbar.sticky .menu-icon:hover,.navbar.sticky .menu-icon.active{color:#416d18}.navbar.thank-you-header .nav-links-center,.navbar.thank-you-header .nav-links-left,.navbar.thank-you-header .nav-links-right{display:none}@media(max-width:1600px){.whatsapp-div{width:60px;height:60px}}@media(max-width:1320px){.navbar{grid-template-columns:auto 1fr auto;padding:15px 50px;min-height:70px;color:#fff}.navbar .nav-links-center,.navbar .nav-links-left,.navbar .nav-links-right,.navbar .nav-links-center .whatsapp-header-btn,.navbar .nav-links-left .whatsapp-header-btn,.navbar .nav-links-right .whatsapp-header-btn{display:none}.navbar .logo-div.logo-left{grid-column:1;justify-self:left}.navbar .logo-div.logo-right{display:none}.navbar .menu-icon{display:block;color:#003f39;z-index:1002}.navbar .menu-icon:hover{color:#416d18}.navbar .menu-icon.close{display:block!important;color:#003f39;z-index:1002}.navbar .menu-icon.close:hover{color:#416d18}.navbar .logo{width:100px;height:50px}.navbar.sticky{border-radius:0;top:0;background:#f8f7c1;color:#003f39;box-shadow:0 4px 20px #0000001a}.navbar.sticky .menu-icon{color:#003f39}.navbar.sticky .menu-icon:hover{color:#416d18}.navbar.sticky .menu-icon.close{display:block;color:#003f39;z-index:1002}.navbar.sticky .menu-icon.close:hover{color:#416d18}.mobile-menu-overlay{display:block}.whatsapp-fixed-btn{display:flex}}@media(max-width:768px){.navbar{padding:15px 30px;min-height:65px}.navbar .logo{width:90px;height:45px}.navbar .header-icons{z-index:1002}.navbar .menu-icon{font-size:24px;z-index:1002}.navbar .menu-icon:hover{color:#fffc}.navbar .menu-icon.close{display:block;z-index:1002}.navbar .menu-icon.close:hover{color:#fffc}.navbar.sticky .menu-icon.close{display:block;z-index:1002}.mobile-menu-overlay{width:300px;padding-top:80px;padding-left:40px;padding-right:40px}.mobile-menu-overlay .mobile-menu-bar{gap:20px}.mobile-menu-overlay .mobile-menu-bar .menu-items{font-size:15px}}@media(max-width:600px){.navbar{padding:12px 25px;min-height:60px}.navbar .logo-div .logo{height:60px;width:100%;width:auto;object-fit:contain}.navbar .header-icons{margin-left:10px;z-index:1002}.navbar .menu-icon{font-size:22px;z-index:1002}.navbar .menu-icon:hover{color:#fffc}.navbar .menu-icon.close{display:block;z-index:1002}.navbar .menu-icon.close:hover{color:#fffc}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn{padding:10px}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn .whatsapp-text{display:none}.navbar .whatsapp-btn-wrapper .whatsapp-header-btn .whatsapp-icon{margin-right:0}.navbar.sticky .menu-icon.close{display:block;z-index:1002}.mobile-menu-overlay{width:280px;padding-top:70px;padding-left:30px;padding-right:30px}.mobile-menu-overlay .mobile-menu-bar{gap:18px}.mobile-menu-overlay .mobile-menu-bar .menu-items{font-size:14px}.mobile-menu-overlay .mobile-menu-bar .menu-items a{padding:8px 0}.whatsapp-div{bottom:30px;right:30px;width:55px;height:55px}.whatsapp-fixed-btn{bottom:15px;left:15px;width:56px;height:56px}.whatsapp-fixed-btn img{width:28px;height:28px}}@media(max-width:480px){.navbar{padding:10px 20px;min-height:55px}.navbar .logo-div .logo{height:45px;width:100%;width:auto;object-fit:contain}.navbar .header-icons{z-index:1002}.navbar .menu-icon{font-size:20px;z-index:1002}.navbar .menu-icon:hover{color:#fffc}.navbar .menu-icon.close{display:block;z-index:1002}.navbar .menu-icon.close:hover{color:#fffc}.navbar.sticky .menu-icon.close{display:block;z-index:1002}.mobile-menu-overlay{width:100%;padding-top:100px;padding-left:25px;padding-right:25px}.mobile-menu-overlay .mobile-menu-bar{gap:15px}.mobile-menu-overlay .mobile-menu-bar .menu-items{font-size:14px}.mobile-menu-overlay .mobile-menu-bar .menu-items a{padding:8px 0}.whatsapp-div{bottom:20px;right:20px;width:50px;height:50px}}.footer{position:relative;overflow:hidden;bottom:unset;padding-top:50px;padding-left:100px;padding-right:100px;background:linear-gradient(180deg,#f8f7c1,#416d18);color:#003f39}@media(max-width:1310px){.footer{padding-left:50px;padding-right:50px}}@media(max-width:768px){.footer{padding-left:30px;padding-right:30px}}.footer .footer_row{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:20px;position:relative;margin-bottom:20px}@media(max-width:1200px){.footer .footer_row{flex-wrap:wrap;gap:30px}}@media(max-width:900px){.footer .footer_row{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:600px){.footer .footer_row{grid-template-columns:repeat(1,1fr)}}.footer .footer_row .footer_col{padding:0;flex:1}.footer .footer_row .footer_col:nth-child(1){flex:1;min-width:0}.footer .footer_row .footer_col:nth-child(2),.footer .footer_row .footer_col:nth-child(3),.footer .footer_row .footer_col:nth-child(4){flex:1;min-width:0}.footer .footer_row .footer_col .head{font-size:16px;margin-bottom:12px;font-weight:600;color:#003f39}.footer .footer_row .footer_col.contact_us_col .company_logo{margin-top:-15px;margin-left:-10px;width:220px;height:auto}.footer .footer_row .footer_col.contact_us_col .contact_details_group{display:flex;flex-direction:column;gap:10px;margin-top:10px}.footer .footer_row .footer_col.contact_us_col .contact_details_group p{font-size:12px;line-height:1.6;color:#003f39;padding-right:30px}.footer .footer_row .footer_col.contact_us_col .contact_details_group .company_website{cursor:pointer;margin-top:10px;display:flex;align-items:center;gap:5px;font-size:16px;color:#ccc;text-decoration:none;position:relative;padding-bottom:5px}.footer .footer_row .footer_col.contact_us_col .contact_details_group .company_website .website_icon{font-size:20px}.footer .footer_row .footer_col.contact_us_col .contact_details_group .company_website .website_link{font-size:16px}.footer .footer_row .footer_col.contact_us_col .contact_details_group .company_website .website_link:hover{color:#fff;transition:all .3s ease;transform:translate(2px)}.footer .footer_row .footer_col ul{margin:0;padding:0}.footer .footer_row .footer_col ul li{list-style:none;margin-bottom:8px;font-size:14px;color:#003f39;line-height:1.6}.footer .footer_row .footer_col ul li a{color:#003f39;text-decoration:none;transition:color .3s ease}.footer .footer_row .footer_col ul li a:hover,.footer .footer_row .footer_col ul li a.active{color:#416d18}.footer .footer_disclaimer{border-top:1px solid rgba(0,63,57,.3);padding:20px 0;text-align:center}.footer .footer_disclaimer p{font-size:12px;line-height:1.8;color:#000;margin:0 auto;max-width:800px}.footer .footer_disclaimer p strong{color:#000;font-weight:600}@media(max-width:768px){.footer .footer_disclaimer{padding:15px 0}.footer .footer_disclaimer p{font-size:11px}}.footer .bottom_footer{border-top:1px solid rgba(0,63,57,.3);padding:20px 0 50px;position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:13px}@media(max-width:600px){.footer .bottom_footer{flex-direction:column;text-align:center}.footer .bottom_footer .left_section{margin-bottom:10px}}.footer .bottom_footer .left_section{display:flex;align-items:center;color:#000}.footer .bottom_footer .left_section .footer-legal-link{color:#000;text-decoration:none;transition:all .3s ease}.footer .bottom_footer .left_section .footer-legal-link:hover{color:#416d18}.footer .bottom_footer .left_section .separator{margin:0 10px;color:#003f3980}.footer .bottom_footer .social_links{display:flex;align-items:center;gap:15px}.footer .bottom_footer .social_links a{color:#000;font-size:20px;text-decoration:none;transition:all .3s ease}.footer .bottom_footer .social_links a:hover{color:#416d18;transform:scale(1.1)}.footer .bottom_footer .right_section{color:#000}.footer .bottom_footer .right_section p{margin:0}
