*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:sans-serif,Arial;background-color:#fff;color:#333}section{scroll-margin-top:100px}.navbar{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px 8px #0009;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:1000}.navbar .logo img{width:225px;border-radius:10px}.nav-links{display:flex;gap:2rem}.navbar a{text-decoration:none}.nav-links a{color:#333;text-decoration:none;padding:8px 12px;position:relative;transition:color .5s ease}.nav-links a:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:50%;height:2px;background-color:transparent;transition:background-color .5s ease}.nav-links a.active{color:#0a8a54;font-weight:700}.nav-links a.active:after{background-color:#0a8a54}.call-button{display:inline-flex;align-items:center;padding:.6rem 1.2rem;background-color:green;color:#fff;border:none;border-radius:5px;text-decoration:none;cursor:pointer;font-size:1rem;transition:background .3s ease;margin-right:13px}.call-button:hover{background-color:#28a745}.hero{position:relative;min-height:100vh;background-image:url(/image.jpg);background-size:cover;background-position:center;align-items:center;text-align:center;color:#fff;padding:0 1rem;z-index:1;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:0}.hero h1,.hero p,.hero .btn{z-index:2;position:relative}.hero h1{margin-top:8rem;margin-bottom:20px;font-size:3rem;font-weight:700;color:#fff}.hero p{margin-bottom:3rem;color:#fff;font-size:1.1rem;line-height:1.5;width:90%;margin:auto}.request{display:inline-block;padding:10px 20px;background-color:#28a745;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .3s ease}.request:hover{background-color:#218838}.hero .statement{margin-bottom:50px;color:#fff;font-size:16px}.hero .call-to-action{display:flex;flex-direction:column;margin-top:30px;justify-content:center}.hero .call-to-action .btn{background:green;color:#fff;padding:.5rem 1.5rem;margin-left:1rem;border:none;text-decoration:none;border-radius:5px}.hero .call-to-action .btn:hover{background-color:#28a745;color:#fff;transition:all .3s ease-in-out}.choose-us,.services,.about,.vision,.faq,.reviews{padding:4rem 2rem;text-align:center}.services-heading{display:flex;justify-content:center;margin-bottom:1rem}.services-heading h2{display:flex;align-items:center;gap:6px;font-size:24px;color:#000;margin:0}.services-heading h2:before{content:"";display:inline-block;width:5px;height:20px;background-color:green;border-radius:2px}.services-headingg h2{display:flex;align-items:center;gap:6px;font-size:24px;color:#000;margin:0}.services-headingg h2:before{content:"";display:inline-block;width:5px;height:20px;background-color:green;border-radius:2px}.choose-us h2{margin-bottom:1rem}.reasons,.service-cards,.faq-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}.faq h2{margin-bottom:1.5rem}.faq-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto}.card{background:#f9f9f9;border-radius:10px;padding:1rem;max-width:250px;box-shadow:0 0 10px #0000004d;text-align:center;line-height:1.5;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:scale(.95);box-shadow:0 0 20px #0006}.card h4{margin:10px 0}.card .icon{font-size:2rem;color:green}.card img{width:100%;border-radius:8px}.about .about-img,.vision img{border-radius:10px}.about{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;text-align:left}.vision{display:flex;justify-content:center;gap:2rem}.about .text,.vision .text{max-width:500px}.text p{line-height:1.8;margin-top:20px;text-align:justify}.faq-item{width:100%;max-width:400px;border:1px solid #ddd;border-radius:8px;padding:1rem;background:#fff;box-shadow:0 2px 6px #0000000d;text-align:left;transition:all .3s ease}.faq-item .question{font-weight:600;display:flex;justify-content:space-between;cursor:pointer}.faq-item .question .toggle-icon{font-size:1.2rem;margin-left:8px;color:green;display:inline-flex;align-items:center;transition:transform .3s ease}.answer{margin-top:.5rem;color:#555;line-height:1.5;font-size:16px}.review-carousel{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;margin-top:2rem}.review-cards-wrapper{width:800px;overflow:hidden}.review-cards{display:flex;gap:1rem;scroll-behavior:smooth;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:10px}.review-cards::-webkit-scrollbar{display:none}.review-cards .card{flex:0 0 270px;scroll-snap-align:start;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 0 8px #0000001a}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.review-header small{margin-left:10px}.review-header img{width:50px;height:50px;border-radius:50%;object-fit:cover}.stars{margin-top:.5rem;color:gold;font-size:1.2rem}.arrow{font-size:2rem;color:green;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s}.arrow:hover{transform:scale(1.2)}.contact-form h2{margin-bottom:1.7rem;font-size:18px;text-align:center}.form-grid{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px;margin:0 auto}.form-group{display:flex;align-items:center;gap:1rem}.form-group label{width:80px;font-weight:700}.form-group input{width:500px;outline:none;border:1px solid #28a745;border-radius:5px;padding:1rem}.form-group textarea{padding:1rem;height:160px;width:500px;resize:none;outline:none;border:1px solid #28a745;border-radius:5px}.form-grid button{width:fit-content;padding:10px 20px;color:#fff;background-color:green;border:1px solid green;border-radius:5px;cursor:pointer;font-size:16px;margin:auto}.form-grid button:hover{background-color:#28a745;color:#fff;transition:all .3s ease-in-out}.contact-form h4{margin:30px 0}.contact-form .phone{color:green;font-weight:700;text-decoration:none}.footer{background-color:#f0f0f0;padding:40px 0 20px;min-height:60vh}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:flex;justify-content:space-between;margin-bottom:50px;padding-top:20px}.footer-section{line-height:1.6;white-space:nowrap}.footer-heading{font-size:18px;font-weight:700;margin-bottom:15px;color:#000}.footer-link{color:#000;text-decoration:none;display:block;margin-bottom:8px;font-size:14px;transition:.3s ease,text-decoration .3s ease}.footer-link:hover{color:green;text-decoration:none;display:block;margin-bottom:8px;font-size:14px}.footer-contact{color:#000;font-size:14px;margin-bottom:8px}.footer-contact a{text-decoration:none;color:#000}.footer-follow-title{margin-top:15px;font-weight:700;color:#000}.footer-social-links{display:flex;gap:15px;margin-top:15px}.footer-icon{color:green;font-size:20px;cursor:pointer;transition:color .3s ease}.footer-icon:hover{color:#28a745}.footer-logo img{width:250px;height:80px;border-radius:8px;margin-bottom:10px}.footer-appstore{display:flex;gap:10px;margin-bottom:20px}.footer-app-btn{padding:8px 16px;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:#000;font-size:12px;display:flex;align-items:center;gap:5px}.footer-pay-title{margin-bottom:15px;color:#000;font-weight:700}.footer-payment{display:flex;gap:10px;align-items:center}.footer-visa{padding:5px 15px;background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:12px;font-weight:700;color:#1a1f71}.footer-mastercard{padding:5px 15px;background:linear-gradient(90deg,#eb001b 50%,#f79e1b 50%);color:#fff;border:1px solid #ddd;border-radius:4px;font-size:12px;font-weight:700}.footer-copyright{text-align:center;padding-top:20px;border-top:1px solid #bbb;color:#000;font-size:14px;margin-top:40px}.card{text-decoration:none;color:#000}.hamburger,.mobile-menu{display:none}.nav-actions{display:flex;align-items:center}@media (min-width: 1025px) and (max-width: 1440px){.hero{min-height:80vh}.hero p{font-size:1.2rem;width:70%}.hero .statement{color:#fff;font-size:20px}.hero .call-to-action .btn{background:green;color:#fff;padding:.8rem 1.5rem;font-size:18px}.footer{background-color:#f0f0f0;padding:120px 0 20px;min-height:90vh}.footer-copyright{margin-top:80px}}@media (min-width: 769px) and (max-width: 1024px){.vision{flex-direction:column-reverse;align-items:center;height:100vh;text-align:center;margin-top:30rem;margin-bottom:5rem;gap:1rem}}@media (max-width: 768px){.navbar .logo img{width:170px;border-radius:10px}.nav-links{display:none}.call-button{padding:.4rem .8rem;font-size:1rem}.hero{min-height:73vh}.hero .call-to-action{flex-direction:column}.hamburger{display:flex;font-size:24px;color:green;cursor:pointer}.mobile-menu{position:fixed;top:0;right:-100%;width:40%;height:100%;background-color:#fff;padding:30px 24px 24px;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;gap:20px;z-index:1009;transition:right .3s ease-in-out}.mobile-menu.open{right:0}.mobile-menu a{text-decoration:none;color:green;font-size:18px}.close-icon{align-self:flex-end;font-size:24px;cursor:pointer;margin-bottom:20px;color:#0a8a54;transition:transform .3s ease-in-out}.close-icon:hover{transform:scale(1.2)}.hero h1{margin-top:5rem;font-size:2rem}}@media (min-width: 426px) and (max-width: 768px){.hero p{margin:0 auto 3rem;color:#fff;width:80%;text-align:center;font-size:16px}.footer-content{flex-wrap:wrap;margin-bottom:50px;padding-top:20px;padding-left:50px;padding-right:50px}.contact-form h2{margin-top:30px;margin-bottom:1.7rem;font-size:18px;text-align:start}.footer-logo img{width:200px;height:50px}.vision img{width:600px;height:316px}.vision{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:1rem;height:100%;margin:auto}.choose-us,.services,.about,.vision,.faq,.reviews{padding:3rem 2rem;text-align:center}}@media (max-width: 425px){.navbar .logo img{width:130px;height:40px;border-radius:10px}.call-button{padding:.4rem .8rem;font-size:12px}.hamburger{display:flex;font-size:20px;color:#0a8a54;cursor:pointer}.navbar{padding:1rem;box-shadow:0 2px 8px 5px #0006}.mobile-menu a{font-size:15px}.mobile-menu{position:fixed;top:0;right:-100%;width:50%;height:100%;background-color:#fff;box-shadow:-4px 0 10px #0000001a;transition:right .3s ease-in-out;display:flex;flex-direction:column;gap:20px;z-index:1000}.form-group input{width:300px;height:40px}.form-group textarea{height:100px;width:300px}.hero{min-height:80vh}.hero h1{margin-top:4rem;margin-bottom:20px;font-size:27px}.hero p{margin-bottom:2rem;font-size:15.8px;line-height:1.5}.hero .call-to-action{flex-direction:column}.hero .statement{font-size:14px}.choose-us h2{font-size:20px}.choose-us p{font-size:15px}.about .about-img{width:100%;max-width:100%;height:auto;border-radius:10px;object-fit:cover}.vision{flex-direction:column-reverse}.vision img{width:100%;max-width:100%;height:auto;border-radius:10px;object-fit:cover}.services-heading h2{font-size:20px}.faq h2{font-size:22px}.services-headingg h2{font-size:20px}.text p{text-align:justify}.footer-logo img{width:180px;height:50px;border-radius:8px;margin-bottom:10px}.footer-social-links{margin-bottom:30px}.footer{padding:20px}.contact-form h2{margin-bottom:1.4rem;margin-top:1rem;font-size:16px;text-align:left}.form-group{gap:0}.footer-heading{font-size:17px}.footer-copyright{font-size:12px}.form-group label{font-size:14px}.footer-contactt{width:90%;word-wrap:break-word}.footer-content{flex-direction:column}.service-page h1{font-size:20px!important}.service-page .service-description{font-size:14px!important;line-height:1.6;text-align:justify;margin-top:1rem;color:#333}.service-details{flex-direction:column;gap:2rem;margin-top:2rem}.bullet-points li{font-size:14px!important;line-height:1.5!important}.bullet-points li svg{margin-right:15px!important;color:green!important;font-size:18px!important}.form-grid button{padding:7px 14px;font-size:14px}}@media (max-width: 375px){.form-group input{width:250px!important;height:40px!important}.form-group textarea{height:100px!important;width:250px!important}.mobile-menu a{font-size:14px!important}}.service-page{max-width:1200px;margin:auto;padding:2rem}.service-page h1{font-size:2rem;margin-bottom:1rem;text-align:center}.service-details{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.bullet-points{flex:1;list-style:none;padding:0}.bullet-points li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem}.service-image{flex:1}.service-image img{max-width:100%;border-radius:8px;box-shadow:0 2px 8px #0000001a}.service-page .service-description{font-size:1.1rem;line-height:1.6;margin-top:1rem;color:#333}@media (min-width: 426px) and (max-width: 768px){.service-page .service-description{font-size:15px}.service-page h1{font-size:1.5rem}.bullet-points li{font-size:15px}.form-grid button{padding:7px 14px;font-size:14px}.footer-copyright{font-size:12px}}@media (min-width: 769px) and (max-width: 1024px){.navbar .logo img{width:180px}.nav-links{gap:.9rem;font-size:16px}.call-button{padding:.4rem .8rem}.service-page h1{font-size:1.5rem}.service-page .service-description{font-size:16px}.about{gap:1rem;height:60vh}.vision img{width:600px;height:316px}.bullet-points li{font-size:16px}.footer-content{flex-wrap:wrap;padding-top:20px;padding-left:40px;padding-right:15rem}.contact-form h2{margin-top:2.5rem;font-size:18px;text-align:start}.form-grid button{padding:7px 14px;font-size:14px}.footer-copyright{font-size:13px}.footer-logo img{width:190px;height:60px;border-radius:8px;margin-bottom:10px}.hero h1{margin-top:8rem;font-size:2.5rem}.hero p{margin:0 auto 3rem;color:#fff;width:70%;text-align:center;font-size:17px}.hero .call-to-action{flex-direction:column}}
