
.service-areas {
    background-color: #f8f9fa;
}

.service-area-list {
    list-style: none;
    padding: 0;
}

.service-area-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    position: relative;
    padding-left: 20px;
}

.service-area-list li:before {
    content: "✓";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.service-areas-wrap {
    border-radius: 10px;
}



.additional-services {
    background-color: #f8f9fa;
}

.service-image-wrap {
    position: relative;
}

.image-text-box {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 5px;
    max-width: 200px;
}

.service-features {
    list-style: none;
    padding: 0;
}

.service-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    position: relative;
    padding-left: 30px;
}

.service-features li:before {
    content: "✓";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .image-text-box {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
        max-width: 100%;
    }
}



.why-choose-us {
    background-color: #f8f9fa;
}

.feature-card {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: bold;
}

.feature-icon {
    color: #ffc107;
}



.contact {
    background-color: #f8f9fa;
}

.contact-info-card {
    border-radius: 10px;
}

.map-section {
    border-radius: 10px;
}

.contact-icon {
    flex-shrink: 0;
    width: 24px;
}


.footer {
    background-color: #fff !important;
}

.footer a:hover {
    color: #ffc107 !important;
    transition: color 0.3s ease;
}
