
.service-section {
    background-color: #f5f5f5;
}

h2, h3 {
    color: #333;
}

.btn-primary {
    background-color: #D87A56;
    border-color: #D87A56;
}

img.img-fluid {
    max-width: 100%;
}
/* Base styles already provided by Bootstrap */

/* Media query for large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .service-section .section-header h1 {
        font-size: 3rem;
    }
    .service-section p {
        font-size: 1.1rem;
    }
}

/* Media query for medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-section .section-header h1 {
        font-size: 2.5rem;
    }
    .service-section p {
        font-size: 1rem;
    }
    .service-section .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

/* Media query for small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .service-section .section-header h1 {
        font-size: 2rem;
    }
    .service-section p {
        font-size: 0.95rem;
    }
    .service-section img {
        margin-top: 20px;
    }
}

/* Media query for extra small devices (phones, less than 576px) */
@media (max-width: 575px) {
    .service-section .section-header h1 {
        font-size: 1.75rem;
    }
    .service-section p {
        font-size: 0.9rem;
    }
    .service-section .btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    .service-section img {
        width: 100%;
        margin-top: 15px;
    }
}


/* interior */
.service-section.interior-design {
    background-color: #f0f4f8;
}

h2, h3 {
    color: #333;
}

.btn-success {
    background-color: #4A776D;
    border-color: #4A776D;
}

img.img-fluid {
    max-width: 100%;
}


.service-section.construction {
    background-color: #ececec;
}

h2, h3 {
    color: #333;
}

.btn-dark {
    background-color: #2B4F60;
    border-color: #2B4F60;
}

img.img-fluid {
    max-width: 100%;
}


.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

@media (min-width: 768px) {
    .map-container iframe {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .map-container iframe {
        height: 600px;
    }
}

.fixed-button {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 5000;
}

.whatsapp-button {
    left: 20px;
    bottom: 80px;
}

.call-button {
    left: 20px;
    background-color: #0A74DA;
}



.contact-container {
    border-radius: 8px;
    margin: 40px auto;
    padding: 20px;
}
.contact-container i{
    color: #ea622b !important;
}
.left-section {
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}
.left-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.left-section p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.left-section a {
    text-decoration: none;
}
.left-section a:hover {
    text-decoration: underline;
}
.social-icons a {
    font-size: 20px;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #d1d1d1;
}
.btn-custom {
    background-color: #007bff;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #0056b3;
}