
.faq-section {
    padding: 5rem 0;
}

.accordion-button {
    font-weight: 600;
    color: #1d2c36;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(60, 180, 196, 0.1);
    color: #3cb4c4;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 180, 196, 0.25);
}





.service-section {
    padding: 5rem 0;
}

.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.service-list li {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem 0.5rem 0;
    border-bottom: 1px dashed #dee2e6;
    font-weight: 500;
    /* For perfect alignment between columns */
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .service-list li {
        width: 100%;
    }
}

.service-description {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.service-area {
    padding: 1.5rem;
    background-color: rgba(60, 180, 196, 0.1);
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.service-area h4 {
    color: #1d2c36;
    border-bottom: 2px solid #3cb4c4;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}




.why-choose-card {
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.service-tab {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    height: 100%;
}

.service-icon {
    font-size: 2.5rem;
    color: #ff6b00;
    margin-bottom: 1rem;
}

.nav-pills .nav-link {
    color: #1d2c36;
    font-weight: 600;
    padding: 1rem;
}

.nav-pills .nav-link.active {
    background-color: #ff6b00;
    color: white;
}

.benefit-item {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.benefit-item:before {
    content: "✓";
    color: #ff6b00;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.commercial-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}




.contact-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 2.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s;
}

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

.contact-icon {
    font-size: 2.5rem;
    color: #3cb4c4;
    margin-bottom: 1.5rem;
}

.business-hours {
    list-style-type: none;
    padding: 0;
}

.business-hours li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #dee2e6;
}

.business-hours li:last-child {
    border-bottom: none;
}

.contact-detail {
    margin-bottom: 1.5rem;
}

.contact-link {
    color: #1d2c36;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #3cb4c4;
}
