body {
    background: #ffffff;
}

/* ── Slider overlay ────────────────────────────────────────────── */
/* Dark translucent veil rendered above the slide background image
   but below the text caption layers (.tp-parallax-wrap). */
.tp-revslider-slidesli::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    pointer-events: none;
}
/* Ensure caption wrappers (generated by Rev Slider's layer engine)
   sit above the overlay. */
.tp-revslider-slidesli .tp-parallax-wrap {
    z-index: 5 !important;
}


.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-top-cta {
    flex-shrink: 0;
}

.language-switcher-item {
    padding-right: 0 !important;
}

.language-switcher-select {
    min-width: 64px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 8px;
}

.language-switcher-select option {
    color: #182635;
}

body.lang-ar .header-top-bar,
body.lang-ar .site-form,
body.lang-ar .theme-page {
    direction: rtl;
}

body.lang-ar .logo a,
body.lang-ar .logo-clone a {
    direction: ltr;
    unicode-bidi: isolate;
}

body.lang-ar .logo .logo-text,
body.lang-ar .logo-clone .logo-text {
    display: inline-block;
    direction: ltr;
}

body.lang-ar a[href^="tel:+96893634722"],
body.lang-ar .template-mobile a,
body.lang-ar .template-mobile .value {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.more.small {
    padding: 10px 20px;
    line-height: 1;
}

.logo-text .brand-clean,
.header .logo .logo-text .brand-clean,
.transparent-header-container .header .logo .logo-text .brand-clean,
.transparent-header-container .header-container.sticky.move .header .logo .logo-text .brand-clean {
    color: inherit !important;
}

.logo-text .brand-wave,
.header .logo .logo-text .brand-wave,
.transparent-header-container .header .logo .logo-text .brand-wave,
.transparent-header-container .header-container.sticky.move .header .logo .logo-text .brand-wave {
    color: #56b665 !important;
}

.slider-arabic-sales {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-panel {
    background: linear-gradient(rgba(24, 38, 53, 0.72), rgba(24, 38, 53, 0.72)), url('../image/cleaned-boardroom.jpg') center center / cover no-repeat;
}

.hero-content {
    padding-top: 170px;
    padding-bottom: 150px;
}

.hero-kicker {
    display: inline-block;
    color: #a4d65e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.hero-panel .box-header,
.cta-panel .box-header {
    color: #ffffff;
}

.hero-panel .description,
.cta-panel .description {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.placeholder-media img,
.placeholder-card img {
    display: block;
    width: 100%;
    height: auto;
}

.about-image-overlay {
    position: relative;
    display: block;
}

.about-image-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.page-summary {
    font-size: 16px;
    line-height: 1.8;
}

.service-price,
.service-note,
.muscat-badge {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 14px;
    border-radius: 4px;
    background: #f1f5f8;
    color: #182635;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-note {
    background: #eef7e1;
    color: #5d7d2b;
}

.muscat-badge {
    background: #182635;
    color: #ffffff;
}

.two-column-services li {
    width: calc(50% - 30px);
    margin: 15px;
}

.two-column-services {
    display: flex;
    flex-wrap: wrap;
}

.service-split {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.service-split .column {
    float: none;
    flex: 1;
    min-width: 0;
    margin-left: 0;
}

.service-detail-card {
    background: #f7f8fa;
    padding: 45px;
    height: 100%;
}

.service-detail-card p:last-of-type {
    margin-bottom: 0;
}

.form-panel,
.info-panel,
.faq-card,
.notice-card {
    background: #f7f8fa;
    padding: 32px;
}

.form-alert {
    margin-bottom: 25px;
    padding: 16px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.form-alert.success {
    background: #eef7e1;
    color: #45621f;
}

.form-alert.error {
    background: #fff1f1;
    color: #b43f3f;
}

.validation-list {
    margin: 10px 0 0;
    padding-left: 18px;
}

.site-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #182635;
}

.site-form .text-input,
.site-form select,
.site-form textarea,
.site-form input[type="date"],
.site-form input[type="time"] {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d5dde5;
    color: #182635;
    background: #ffffff;
    box-sizing: border-box;
}

.site-form textarea {
    min-height: 180px;
    resize: vertical;
}

.site-form button.more {
    border: 0;
    cursor: pointer;
}

.booking-step-indicator {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2f4c1b;
    background: #eef7e1;
    border-radius: 4px;
}

.booking-step-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.inline-list {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

.inline-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
}

.inline-list li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #6ea934;
    font-weight: 700;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.faq-card h4 {
    margin-bottom: 15px;
}

.contact-strip .features-list > li,
.about-highlights .features-list > li {
    margin-bottom: 30px;
}

.placeholder-card {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    padding: 18px;
}

.cta-panel {
    background: linear-gradient(rgba(24, 38, 53, 0.8), rgba(24, 38, 53, 0.8)), url('../image/cleaning-hospital.jpeg') center center / cover no-repeat;
}

.section-tight {
    padding-top: 70px;
    padding-bottom: 70px;
}

.local-trust {
    font-size: 18px;
    font-weight: 700;
    color: #6ea934;
}

/* ── Services page: split section layout ──────────────────────────── */
.service-card-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #6ea934;
}

.service-card-image-col {
    min-height: 400px;
    overflow: hidden;
}

.service-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-split-reverse {
    flex-direction: row-reverse;
}

/* Pricing block */
.service-price-block {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}

.service-rate {
    font-size: 42px;
    font-weight: 700;
    color: #6ea934;
    line-height: 1;
}

.service-rate-unit {
    font-size: 20px;
    font-weight: 400;
    color: #6ea934;
}

.service-rate-note {
    font-size: 13px;
    color: #888;
    font-style: italic;
}

/* Simple tick list */
.features-list-simple {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list-simple li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.features-list-simple li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #6ea934;
    font-weight: 700;
}

/* ── Booking form ─────────────────────────────────────────────────── */
.form-section-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde3ea;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #182635;
}

.req {
    color: #c0392b;
}

/* ── Booking estimate panel (sidebar) ────────────────────────────── */
.booking-estimate-panel {
    background: #182635;
    color: #ffffff;
    padding: 32px;
}

.booking-estimate-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a4d65e;
    margin: 0 0 8px;
}

.booking-estimate-note {
    font-size: 13px;
    color: #aab5bf;
    line-height: 1.7;
    margin-top: 16px;
}

.booking-estimate-breakdown {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 16px;
}

.booking-estimate-breakdown li {
    font-size: 13px;
    color: #c8d4dc;
    margin-bottom: 6px;
}

.booking-estimate-breakdown li strong {
    color: #ffffff;
}

/* Info card */
.booking-info-card {
    background: #f7f8fa;
    padding: 24px;
    border-left: 3px solid #6ea934;
}

.booking-info-card h6 {
    margin-bottom: 10px;
}

.booking-info-card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #555;
}

.booking-info-card a {
    color: #6ea934;
    font-weight: 700;
}

/* Override price display inside dark panel */
.booking-estimate-panel .booking-price-display {
    color: #a4d65e;
    margin: 0;
    font-size: 52px;
}

.booking-estimate-panel .booking-price-display .currency {
    color: #a4d65e;
}

@media screen and (max-width: 1009px) {
    .header-top-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Small screens: top bar must show language selector only */
    .header-top-bar .contact-details > li.template-location,
    .header-top-bar .contact-details > li.template-mobile,
    .header-top-bar .contact-details > li[lang],
    .header-top-bar .contact-details > li:not(.language-switcher-item),
    .header-top-bar .social-icons,
    .header-top-cta {
        display: none !important;
    }

    .header-top-bar .contact-details > li.language-switcher-item {
        display: block !important;
        float: none !important;
        padding: 10px 0 !important;
    }

    .header-top-bar .contact-details,
    .header-top-bar .contact-details.clearfix {
        width: 100%;
        float: none;
    }

    .two-column-services li,
    .faq-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .service-detail-card,
    .form-panel,
    .info-panel,
    .faq-card,
    .notice-card {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .header-top-bar-container,
    .transparent-header-container .header-top-bar-container {
        display: block !important;
    }

    .header-top-bar-container .header-top-bar {
        display: none;
    }

    .header-top-bar-container .header-toggle {
        display: block;
    }

    .header-top-bar {
        display: block;
    }

    .mobile-menu-container,
    .mobile-menu-container .mobile-menu {
        display: none;
    }

    .header .mobile-menu-switch {
        display: table-cell;
    }

    /* Single-column stack for custom split sections */
    .service-split,
    .service-split-reverse {
        display: block;
    }

    .service-split .column {
        width: 100% !important;
        display: block;
        flex: none;
        margin-top: 30px;
    }

    .service-split .column:first-child {
        margin-top: 0;
    }

    .service-card-image-col {
        min-height: 260px;
    }

    .two-column-services li {
        width: 100%;
        margin: 12px 0;
    }

    .booking-step-actions {
        flex-direction: column;
    }

    .booking-step-actions .more {
        width: 100%;
        text-align: center;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .hero-content {
        padding-top: 130px;
        padding-bottom: 110px;
    }

    .hero-panel .description,
    .cta-panel .description {
        padding: 0 20px;
    }
}
