:root{--primary:#800000;--secondary:#ffcc00;--accent:#ffa500;--light:#f9f4e8;--dark:#333;--white:#ffffff;--gray:#f0f0f0;--shadow:0 4px 15px rgba(0,0,0,.1);--transition:all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif;color:var(--dark);background-color:var(--light);line-height:1.6;padding-top:130px}h1{font-family:'Merriweather',serif;color:var(--primary);margin-bottom:1rem;line-height:1.2;font-size:2.5rem;}h2,h3,h4,h5,h6{font-family:'Merriweather',serif;color:var(--primary);margin-bottom:1rem;line-height:1.2}p{margin-bottom:1rem}a{text-decoration:none;color:var(--primary);transition:var(--transition)}a:hover{color:var(--accent)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.8rem 1.5rem;background-color:var(--primary);color:var(--white);border-radius:5px;font-weight:600;text-align:center;transition:var(--transition);border:none;cursor:pointer}.btn:hover{background-color:var(--accent);color:var(--primary);transform:translateY(-3px);box-shadow:var(--shadow)}.cta-btn{background-color:var(--secondary);color:var(--primary)}header{background-color:var(--primary);padding:.8rem 0;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:top .3s ease-in-out}header .container{display:flex;justify-content:space-between;align-items:center;min-height:70px}.logo-container{display:flex;align-items:center;gap:1rem}.logo-container img{max-width:80px;height:auto}.logo-container h1{color:var(--secondary);font-size:1.5rem;margin-bottom:.2rem}.tagline,.slogan{color:var(--white);font-size:.9rem;margin-bottom:0}nav ul{display:flex;list-style:none;gap:1.5rem}nav a{color:var(--white);font-weight:500;position:relative}nav a:hover,nav a.active{color:var(--secondary)}nav a.active::after,nav a:hover::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:var(--secondary)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--white);box-shadow:var(--shadow);border-radius:5px;padding:1rem;min-width:200px;display:none;z-index:100}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{margin-bottom:.5rem}.dropdown-menu a{color:var(--dark);display:block;padding:.3rem 0}.dropdown-menu a:hover{color:var(--primary)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.mobile-menu-btn span{height:3px;width:100%;background-color:var(--white);border-radius:10px}.hero{padding:4rem 0;background:linear-gradient(135deg,#FFED80,#FFD700)}.hero .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}.hero-text{flex:1}.hero-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--primary)}.hero-image{flex-shrink:0;width:45%;height:auto;border-radius:15px;box-shadow:var(--shadow);overflow:hidden}.hero-image img{max-width:100%;width:100%;height:auto;display:block;object-fit:cover;border-radius:15px}.featured-services{padding:4rem 0;background-color:var(--white)}.featured-services h2{text-align:center;margin-bottom:3rem;font-size:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--light);border-radius:10px;padding:2rem;box-shadow:var(--shadow);transition:var(--transition);text-align:center;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.service-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.service-card p{margin-bottom:1.5rem;flex-grow:1}.service-card a{color:var(--primary);font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto}.service-card a:hover{color:var(--accent);gap:.7rem}.all-services-overview{padding:4rem 0;background-color:var(--light)}.all-services-overview h2{text-align:center;margin-bottom:3rem;font-size:2rem}.why-choose-us{padding:4rem 0;background-color:var(--light)}.why-choose-us h2{text-align:center;margin-bottom:3rem;font-size:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:var(--white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);text-align:center;transition:var(--transition)}.feature:hover{transform:translateY(-5px)}.feature h3{color:var(--primary);margin-bottom:1rem;font-size:1.3rem}.testimonials-preview{padding:4rem 0;background-color:var(--white)}.testimonials-preview h2{text-align:center;margin-bottom:3rem;font-size:2rem}.testimonial{background:var(--light);padding:2rem;border-radius:10px;box-shadow:var(--shadow);margin-bottom:2rem;position:relative}.testimonial::before{content:'"';position:absolute;top:10px;left:20px;font-size:5rem;color:rgba(128,0,0,.1);font-family:serif;line-height:1}.testimonial p{font-style:italic;position:relative;z-index:1}.client{font-weight:600;color:var(--primary);text-align:right;margin-top:1rem;margin-bottom:0}.view-all{display:block;text-align:center;color:var(--primary);font-weight:600;margin-top:2rem}.location{padding:4rem 0;background-color:var(--light)}.location .container{display:flex;gap:3rem;align-items:center}.location-info{flex:1}.map{flex:1;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);height:400px}.map iframe{width:100%;height:100%;border:none}.contact-info{margin-top:1.5rem}.contact-info p{margin-bottom:.5rem}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#ffdd77,#ffcc00);text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.cta-btn{padding:1rem 2rem;border-radius:5px;font-weight:600;transition:var(--transition);min-width:250px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.cta-btn.phone{background-color:var(--primary);color:var(--white)}.cta-btn.whatsapp{background-color:#16833E;color:var(--white)}.cta-btn.email{background-color:var(--white);color:var(--primary);border:2px solid var(--primary)}.cta-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow)}footer{background-color:var(--primary);color:var(--white);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-about h3{color:var(--secondary);font-size:1.5rem;margin-bottom:1rem}.footer-links h3,.footer-services h3,.footer-contact h3{color:var(--secondary);font-size:1.3rem;margin-bottom:1.5rem}.footer-links ul,.footer-services ul{list-style:none}.footer-links li,.footer-services li{margin-bottom:.8rem}.footer-links a,.footer-services a{color:var(--white)}.footer-links a:hover,.footer-services a:hover{color:var(--secondary)}.footer-contact p{margin-bottom:.5rem}.footer-contact a{color:var(--white)}.footer-contact a:hover{color:var(--secondary)}.footer-bottom{text-align:center;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin-bottom:.5rem;color:rgba(255,255,255,.7);font-size:.9rem}.footer-bottom a{color:rgba(255,255,255,.7)}.footer-bottom a:hover{color:var(--secondary)}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#16833E;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.2);z-index:999;transition:var(--transition)}.whatsapp-button:hover{transform:scale(1.1)}.whatsapp-button img{width:36px;height:36px}.social-proof{background-color:#f9f4e8;padding:3rem 0;text-align:center;border-top:1px solid #e0d6b8;border-bottom:1px solid #e0d6b8;margin:2rem 0}.social-proof h2{color:#800000;font-size:1.8rem;margin-bottom:1.5rem;position:relative;display:inline-block}.social-proof h2:after{content:'';position:absolute;width:50px;height:3px;background:#800000;bottom:-10px;left:50%;transform:translateX(-50%)}.social-stats{display:flex;justify-content:center;gap:2.5rem;margin:2rem auto;flex-wrap:wrap}.social-stat{display:flex;flex-direction:column;align-items:center;min-width:180px}.social-icon{font-size:2.5rem;margin-bottom:.5rem;display:block}.social-platform{font-weight:600;font-size:1.2rem;color:#333;margin-bottom:.3rem}.social-count{font-size:1rem;color:#800000;font-weight:bold}.trust-text{font-size:1.1rem;color:#555;max-width:800px;margin:1rem auto 0;line-height:1.6}@media (max-width:992px){.hero .container{flex-direction:column;text-align:center}.hero-image{width:80%;margin-top:2rem}.location .container{flex-direction:column}.map{width:100%}}@media (max-width:768px){.hero-image{width:100%;margin-top:1.5rem}.hero-image img{border-radius:8px}nav ul{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--primary);flex-direction:column;padding:1rem;box-shadow:0 10px 10px rgba(0,0,0,.1)}nav ul.show{display:flex}.mobile-menu-btn{display:flex}.dropdown-menu{position:static;display:none;background-color:transparent;box-shadow:none;padding:.5rem 0 0 1.5rem}.dropdown:hover .dropdown-menu{display:none}.hero{padding:2rem 0}.hero-text h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%}.social-stats{gap:1.5rem}.social-stat{min-width:140px}.social-icon{font-size:2rem}.social-platform{font-size:1rem}.social-count{font-size:.9rem}.hero-contact h1,.contact-details h2,.our-location h2{font-size:2rem}.contact-info-grid{grid-template-columns:1fr}.address-map-container{flex-direction:column;gap:2rem}.google-map{height:300px}}.hero-testimonials{padding:4rem 0;background:linear-gradient(135deg,#FFED80,#FFD700);text-align:center}.hero-testimonials h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.hero-testimonials p{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem}.client-testimonials{padding:4rem 0;background-color:var(--white)}.client-testimonials h2{text-align:center;margin-bottom:3rem;font-size:2rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.testimonial-item{background:var(--light);border-radius:10px;padding:2rem;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column;justify-content:space-between}.testimonial-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.testimonial-item .stars{color:var(--secondary);font-size:1.5rem;margin-bottom:1rem}.testimonial-item .quote{font-style:italic;margin-bottom:1.5rem;color:var(--dark);flex-grow:1}.testimonial-item .author{font-weight:600;color:var(--primary);text-align:right;margin-top:1rem;margin-bottom:.5rem}.testimonial-item .date{font-size:.9rem;color:#666;text-align:right}.more-testimonials-note{text-align:center;font-size:1.1rem;margin-top:3rem;color:#555}@media (max-width:768px){.hero-testimonials h1{font-size:2rem}.client-testimonials h2{font-size:1.8rem}.testimonial-grid{grid-template-columns:1fr}}.hero-services{padding:4rem 0;background:linear-gradient(135deg,#FFED80,#FFD700);text-align:center}.hero-services h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.hero-services p{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem}.all-services-grid{padding:4rem 0;background-color:var(--white)}.all-services-grid h2{text-align:center;margin-bottom:3rem;font-size:2rem}.services-full-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card-full{background:var(--light);border-radius:10px;padding:2rem;box-shadow:var(--shadow);transition:var(--transition);text-align:center;display:flex;flex-direction:column;justify-content:space-between}.service-card-full:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.service-card-full h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.service-card-full p{margin-bottom:1.5rem;flex-grow:1}.service-card-full .btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto}.service-detail-section{padding:4rem 0;background-color:var(--white)}.service-detail-section h2{color:var(--primary);font-size:2rem;margin-bottom:2rem;text-align:center}.service-detail-section h3{color:var(--accent);font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.service-detail-section p{margin-bottom:1.5rem}.service-detail-section ul{list-style:disc;margin-left:20px;margin-bottom:1.5rem}.service-detail-section ul li{margin-bottom:.5rem}.key-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.benefit-item{background-color:var(--light);padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.benefit-item h4{color:var(--primary);margin-bottom:.5rem;font-size:1.2rem}@media (max-width:768px){.services-full-grid{grid-template-columns:1fr}.hero-services h1,.service-detail-section h2{font-size:2rem}.hero-services p{font-size:1rem}.service-detail-section h3{font-size:1.3rem}}.hero-contact{padding:4rem 0;background:linear-gradient(135deg,#FFED80,#FFD700);text-align:center}.hero-contact h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.hero-contact p{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem}.contact-details{padding:4rem 0;background-color:var(--white)}.contact-details h2{text-align:center;margin-bottom:3rem;font-size:2rem}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;justify-content:center}.info-item{background:var(--light);padding:2rem;border-radius:10px;box-shadow:var(--shadow);text-align:center;transition:var(--transition);display:flex;flex-direction:column;justify-content:space-between}.info-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.info-item h3{font-size:1.6rem;color:var(--primary);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem}.info-item h3 i{color:var(--accent);font-size:1.8rem}.info-item p{font-size:1rem;margin-bottom:1rem;flex-grow:1}.info-item .contact-value{font-size:1.2rem;font-weight:600;color:var(--dark);margin-top:auto;margin-bottom:.5rem}.info-item .contact-value a{color:var(--primary);text-decoration:underline}.info-item .contact-value a:hover{color:var(--accent)}.our-location{padding:4rem 0;background-color:var(--light)}.our-location h2{text-align:center;margin-bottom:3rem;font-size:2rem}.address-map-container{display:flex;flex-direction:row;gap:3rem;align-items:flex-start}.address-info{flex:1;background:var(--white);padding:2rem;border-radius:10px;box-shadow:var(--shadow);align-self:stretch}.address-info h3,.google-map h3{color:var(--primary);font-size:1.5rem;margin-bottom:1.5rem}.address-info p{margin-bottom:.8rem}.address-info address{font-style:normal;margin-bottom:1rem;line-height:1.8}.address-info .note{font-size:.9rem;color:#666;margin-top:1.5rem;font-style:italic}.google-map{flex:1;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);height:450px;min-height:300px}.google-map h3 {text-align: center;margin-top: 2rem;margin-bottom: 1.5rem;} .google-map iframe{width:100%;height:100%;border:none;border-radius:10px}.hero-blog{padding:4rem 0;background:linear-gradient(135deg,#FFED80,#FFD700);text-align:center}.hero-blog h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.hero-blog p{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem}.blog-posts-section{padding:4rem 0;background-color:var(--white)}.blog-posts-section h2{text-align:center;margin-bottom:3rem;font-size:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.blog-card{background:var(--light);border-radius:10px;box-shadow:var(--shadow);transition:var(--transition);overflow:hidden;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.blog-card img{width:100%;height:200px;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.blog-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.blog-card h3{color:var(--primary);font-size:1.4rem;margin-top:1rem;margin-bottom:.8rem;flex-grow:1}.blog-card p{font-size:.95rem;color:var(--dark);margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.blog-card .btn-small{padding:.6rem 1.2rem;font-size:.9rem;margin-top:auto;align-self:flex-start;background-color:var(--primary);color:var(--white);border:none;border-radius:5px;transition:var(--transition)}.blog-card .btn-small:hover{background-color:var(--accent);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;color:var(--primary);border:1px solid var(--primary);transition:var(--transition)}.pagination a.active,.pagination a:hover{background-color:var(--primary);color:var(--white}}@media (max-width:768px){.hero-blog h1{font-size:2rem}.blog-posts-section h2{font-size:1.8rem}.blog-grid{grid-template-columns:1fr}.blog-card{padding:0}.blog-card-content{padding:1rem}}
