nav {
    background-color: #100;
    padding: 10px;
    text-align: center;
}
nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}



body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: #fff;
}

.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}



.btn {
    display: inline-block;
    margin: 10px;
    padding: 12px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}
.btn:hover {
    background-color: #c9302c;
}

.map-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 10px;
}

/* WhatsApp Section */
.whatsapp-container {
    text-align: center;
    margin: 20px auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
.whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 500px;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.left-arrow {
font-size: 24px;
cursor: pointer;
}

.logo {
font-weight: bold;
font-size: 30px;
color: #d9534f;
}

.location {
font-size: 14px;
color: #444;
}

.search-bar {
padding: 10px 15px;
}

.search-bar input {
width: 50%;
padding: 10px;
border-radius: 25px;
border: 1px solid #ccc;
font-size: 16px;
}

.banner img {
width: 100%;
height: auto;
display: block;
}

.main-content {
padding: 15px;
}

.main-content h2 {
font-size: 20px;
font-weight: bold;
margin-bottom: 5px;
}

.rating {
font-size: 14px;
color: #888;
margin-bottom: 15px;
}

.services {
display: flex;
justify-content: space-between;
gap: px;
}

.service {
text-align: center;
font-size: 14px;
color: #333;
}

.service img {
width: 40px;
height: 40px;
margin-bottom: 5px;
}

.workflow {
padding: 20px 15px;
background-color: #fff;
}

.workflow h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

.step {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 15px;
}

.step img {
width: 40px;
height: 40px;
}

.step div p {
margin: 2px 0 0;
color: #666;
font-size: 14px;
}

.projects {
padding: 150px;
background-color: #fff;
}

.project-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.project-header h3 {
font-size: 18px;
margin: 0;
}

.badge {
background: #5c4bff;
color: #fff;
font-size: 12px;
padding: 2px 60px;
border-radius: 12px;
margin-left: 6px;
}

.see-all {
color: #007d7d;
font-weight: bold;
text-decoration: none;
}

.project-card {
margin-top: 1px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.project-card img {
width: 40%;
display: block;
}

.project-info {
display: flex;
align-items: center;
gap: 8px;
padding: 10px;
font-size: 14px;
background-color: #fafafa;
border-top: 1px solid #eee;
}

.project-info img {
width: 20px;
height: 20px;
}

.estimate-btn {
display: block;
margin: 20px auto 0;
padding: 12px;
background-color: #009688;
color: white;
text-align: center;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
}

.product-showcase, .texture-section, .home-ideas {
padding: 16px;
background: #fff;
margin-bottom: 16px;
}

.product-showcase h3,
.texture-section h3,
.home-ideas h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 12px;
}

.product-scroll {
display: flex;
overflow-x: auto;
gap: 12px;
}

.product-item {
flex: 0 0 auto;
text-align: center;
}

.product-item img {
width: 60px;
height: 60px;
}

.product-item p {
font-size: 12px;
margin-top: 6px;
}

.texture-grid {
display: flex;
gap: 12px;
}

.texture-item {
flex: 1;
height: 100px;
background-size: cover;
background-position: center;
position: relative;
border-radius: 6px;
overflow: hidden;
}

.texture-item span {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.5);
color: white;
padding: 6px 12px;
font-size: 14px;
width: 100%;
}

.ideas-grid {
display: flex;
gap: 12px;
margin-top: 12px;
}

.ideas-grid img {
flex: 1;
border-radius: 6px;
height: 120px;
object-fit: cover;
}

.estimate-btn {
display: block;
background: #009688;
color: white;
text-align: center;
padding: 12px;
border-radius: 8px;
font-weight: bold;
margin-top: 12px;
text-decoration: none;
}

.how-it-works {
padding: 20px;
background: #fff;
margin-bottom: 16px;
}

.how-it-works h3 {
font-size: 25px;
font-weight: bold;
margin-bottom: 16px;
}

.steps-container {
display: flex;
gap: 12px;
justify-content: space-between;
flex-wrap: wrap;
}

.step-box {
flex: 1 1 30%;
background: #f9f9f9;
padding: 12px;
border-radius: 12px;
position: relative;
text-align: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.step-box img {
width: 360px;
height: 360px;
margin-bottom: px;
object-fit: contain;
}

.step-box h4 {
font-size: 14px;
font-weight: 600;
margin: 6px 0;
line-height: 1.4;
}

.step-box p {
font-size: 15px;
color: #555;
}

.step-num {
position: absolute;
bottom: 5px;
right: 12px;
font-size: 14px;
color: #f57c00;
font-weight: bold;
}

.service-cards {
padding: 20px;
background-color: #fff;
}

.card {
border: 1px solid #e0e0e0;
border-radius: 12px;
overflow: hidden;
margin-bottom: 20px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card-img {
width: 20%;
height: 180px;
object-fit: cover;
}

.card-content {
padding: 15px;
}

.card-title {
font-size: 18px;
font-weight: 600;
}

.card-rating {
font-size: 14px;
color: #f57c00;
margin: 5px 0;
}

.card-features {
list-style: none;
padding: 0;
margin: 10px 0;
}

.card-features li {
font-size: 14px;
margin-bottom: 4px;
}

.card-footer {
display: flex;
justify-content: space-between;
align-items: center;
}

.show-more {
font-size: 14px;
font-weight: 500;
color: #444;
cursor: pointer;
}

.action-btn {
padding: 8px 16px;
background-color: #00897b;
color: #fff;
border: none;
border-radius: 6px;
font-size: 14px;
cursor: pointer;
}

.service-icons {
padding: 20px;
background-color: #fff;
}

.service-icons h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 4px;
}

.rating {
font-size: 14px;
color: #444;
margin-bottom: 15px;
}

.icons-wrapper {
display: flex;
gap: 15px;
overflow-x: auto;
padding-bottom: 10px;
}

.service-icon {
flex: 0 0 auto;
width: 100px;
text-align: center;
}

.service-icon img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 80%;
border: 2px solid #eee;
padding: 5px;
background: #f9f9f9;
}

.service-icon span {
font-size: 12px;
margin-top: 6px;
display: block;
}

.paint-slideshow {
width: 100%;
max-height: 300px;
overflow: hidden;
position: relative;
margin-bottom: 20px;
}

.slider {
position: relative;
width: 100%;
height: 500%;
}

.slides {
display: none;
width: 100%;
}

.slides img {
width: 100%;
height: auto;
border-radius: 10px;
}

.fade {
animation: fadeEffect 3.0s ease-in-out;
}

@keyframes fadeEffect {
from { opacity: 0.4; }
to { opacity: 1; }
}

!-- CSS Styling -->
<style>
.contact-form {
display: flex;
flex-direction: column;
max-width: 500px;
margin: auto;
padding: 20px;
background: #f5f5f5;
border-radius: 8px;
}

.contact-form label {
margin-top: 10px;
font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
}

.checkbox-group {
display: flex;
gap: 15px;
align-items: center;
flex-wrap: wrap;
margin-top: 5px;
}

.checkbox-group label {
font-size: 14px;
display: flex;
align-items: center;
gap: 5px;
}

.checkbox-group input {
width: 14px;
height: 14px;
}

.contact-form button {
margin-top: 15px;
padding: 10px;
background: #d9534f;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

.contact-form button:hover {
background: #c9302c;
}
</style>


<!-- CSS Styling -->
<style>
.contact-form {
display: flex;
flex-direction: column;
max-width: 500px;
margin: auto;
padding: 20px;
background: #f5f5f5;
border-radius: 8px;
}

.contact-form label {
margin-top: 10px;
font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
}

.checkbox-group {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 5px;
}

.checkbox-group input {
margin-right: 5px;
}

.contact-form button {
margin-top: 15px;
padding: 10px;
background: #d9534f;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

.contact-form button:hover {
background: #c9302c;
}
</style>
</section>