.service-area-archive-section {
    background: #fff;
}

.service-area-archive-section .section-heading p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.service-area-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.service-area-card-head {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.service-area-card-head span {
    align-items: center;
    background: #ff9900;
    border-radius: 8px;
    color: #222;
    display: inline-flex;
    flex: 0 0 52px;
    font-size: 28px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.service-area-card h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service-area-card p {
    color: #666;
    line-height: 1.55;
    margin: 0;
}

.service-area-list {
    margin-bottom: 22px;
}

.service-area-list a {
    min-height: 42px;
}

.service-area-card .default-btn {
    border: 0;
    cursor: pointer;
    margin-top: auto;
    width: fit-content;
}

.service-seo-section {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.service-seo-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    padding: 35px;
}

.service-seo-content h2 {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-seo-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-seo-card {
    height: 100%;
}

.service-faq-section {
    background: #fff;
}

.service-faq-section details {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.booking-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.booking-popup.active {
    align-items: center;
    display: flex;
    justify-content: center;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.72);
    position: absolute;
    inset: 0;
}

.popup-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    max-height: 90vh;
    max-width: 980px;
    overflow-y: auto;
    padding: 40px;
    position: relative;
    width: 92%;
}

.close-btn {
    background: #222;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 18px;
    width: 38px;
}

.popup-content h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin: 0 48px 8px 0;
}

.popup-content h2 span,
.panel-label {
    color: #ff9900;
}

.popup-subtitle {
    color: #666;
    margin-bottom: 28px;
}

.popup-split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
}

.popup-panel {
    border-radius: 8px;
    padding: 30px;
}

.booking-panel {
    border: 1px solid #e5e5e5;
}

.contact-panel {
    background: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    color: #222;
}

.panel-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.popup-panel h3 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

#bookingForm {
    display: grid;
    gap: 14px;
}

#bookingForm input,
#bookingForm select {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    height: 48px;
    padding: 0 15px;
    width: 100%;
}

#bookingForm input:focus,
#bookingForm select:focus {
    border-color: #ff9900;
    outline: 0;
}

.submit-btn {
    border: 0;
    cursor: pointer;
}

.contact-actions {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.contact-actions a {
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    padding: 0 22px;
}

.contact-actions .call-btn,
.outline-btn {
    background: #222;
    color: #fff;
}

.whatsapp-btn {
    background: #1fae58;
    color: #fff;
}

.contact-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-highlights li {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
}

.contact-highlights li:before {
    color: #222;
    content: "\f058";
    font-family: "Line Awesome Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .popup-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .service-area-card-head {
        flex-direction: column;
    }

    .service-seo-content,
    .popup-content,
    .popup-panel {
        padding: 24px;
    }

    .popup-content h2 {
        font-size: 24px;
    }
}
