.elementor-57 .elementor-element.elementor-element-62e1fc7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b1943c *//* Font & Reset */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body { background-color: #fff; color: #000; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Container */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* Header / Hero */
header { background-color: #f7c600; color: #000; padding: 100px 0; text-align: center; }
header h1 { font-size: 2.5rem; margin-bottom: 20px; }
header p { font-size: 1.2rem; margin-bottom: 30px; }
.btn-whatsapp { background-color: #fff; color: #000; padding: 15px 30px; border-radius: 5px; font-weight: 600; transition: 0.3s; }
.btn-whatsapp:hover { background-color: #000; color: #fff; }

/* Section Titles */
section { padding: 80px 0; }
section h2 { text-align: center; font-size: 2rem; margin-bottom: 50px; }

/* Services Section */
.services { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.service-box { background-color: #f5f5f5; padding: 30px; border-radius: 10px; width: 250px; text-align: center; transition: 0.3s; }
.service-box:hover { background-color: #f7c600; color: #000; cursor: pointer; }

/* Trust Section */
.trust { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.trust-box { background-color: #f5f5f5; padding: 30px; border-radius: 10px; width: 300px; text-align: center; transition: 0.3s; }
.trust-box:hover { background-color: #f7c600; color: #000; }

/* Projects Section */
.projects { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.project-box { width: 300px; height: 200px; background-color: #ddd; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #555; border-radius: 10px; }

/* Closing / CTA Section */
.cta { background-color: #000; color: #fff; text-align: center; padding: 80px 0; }
.cta h2 { margin-bottom: 30px; }
.cta .btn-whatsapp { background-color: #f7c600; color: #000; padding: 20px 40px; font-size: 1.2rem; border-radius: 10px; }
.cta .btn-whatsapp:hover { background-color: #fff; color: #000; }

/* Footer */
footer { text-align: center; padding: 30px 0; background-color: #f5f5f5; font-size: 0.9rem; }

/* Responsive */
@media(max-width: 768px){
    .services, .trust, .projects { flex-direction: column; align-items: center; }
    header h1 { font-size: 2rem; }
    header p { font-size: 1rem; }
}/* End custom CSS */