/* ═══════════════════════════════════════════════════════════════
   COASTAL SERVICE DETAIL WIDGET
   ═══════════════════════════════════════════════════════════════ */

.elementor-widget-coastal_service_detail .coastal-service-detail {
    max-width: 1300px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 0;
    width: 100%;
}

.elementor-widget-coastal_service_detail .coastal-service-detail--border {
    border-bottom: 1px solid rgba(57,56,55,0.12);
}

.elementor-widget-coastal_service_detail .coastal-service-detail--reverse {
    direction: rtl;
}

.elementor-widget-coastal_service_detail .coastal-service-detail--reverse > * {
    direction: ltr;
}

/* ─── IMAGE ───────────────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-detail__img {
    position: relative !important;
    overflow: hidden;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block !important;
    transition: transform 0.7s ease;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__img:hover img {
    transform: scale(1.04);
}

/* ─── SERVICE NUMBER ──────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: #C9A84C;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
}

/* ─── HEADING ─────────────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-detail__heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #041632;
}

/* ─── GOLD RULE ───────────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-gold-rule {
    width: 48px;
    height: 1px !important;
    background: #C9A84C;
    margin: 28px 0;
}

/* ─── BODY ────────────────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-detail__body p {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.85;
    color: #393837;
    margin-bottom: 16px;
}

/* ─── FEATURES LIST ───────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-features {
    list-style: none;
    margin: 28px 0 36px;
    padding: 0;
}

.elementor-widget-coastal_service_detail .coastal-service-features li {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #393837;
    padding: 10px 0;
    border-bottom: 1px solid rgba(57,56,55,0.12);
    display: flex !important;
    gap: 12px;
}

.elementor-widget-coastal_service_detail .coastal-service-features li::before {
    content: '\2014';
    color: #C9A84C;
    font-size: 12px;
}

/* ─── BUTTON ──────────────────────────────────────────────── */
.elementor-widget-coastal_service_detail .coastal-service-detail__btn {
    display: inline-block !important;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #041632;
    background: #C9A84C;
    padding: 16px 36px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    text-decoration: none;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__btn:hover {
    background: #dfc278;
    transform: translateY(-1px);
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    .elementor-widget-coastal_service_detail .coastal-service-detail {
        grid-template-columns: 1fr;
        gap: 40px;
        direction: ltr !important;
        padding: 60px 32px;
    }

    .elementor-widget-coastal_service_detail .coastal-service-detail > * {
        direction: ltr !important;
    }

    .elementor-widget-coastal_service_detail .coastal-service-detail__img img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .elementor-widget-coastal_service_detail .coastal-service-detail {
        padding: 48px 24px;
        gap: 32px;
    }

    .elementor-widget-coastal_service_detail .coastal-service-detail__img img {
        height: 240px;
    }

    .elementor-widget-coastal_service_detail .coastal-service-detail__body p {
        font-size: 17px;
    }
}

/* ─── EDITOR FIX ──────────────────────────────────────────── */
.elementor-widget-coastal_service_detail {
    width: 100% !important;
}

.elementor-widget-coastal_service_detail > .elementor-widget-container {
    width: 100% !important;
}

.elementor-widget-coastal_service_detail .coastal-service-detail {
    width: 100% !important;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__heading {
    display: block !important;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__body p {
    display: block !important;
}

.elementor-widget-coastal_service_detail .coastal-service-detail__img {
    display: block !important;
    min-height: 100px !important;
}

.elementor-widget-coastal_service_detail .coastal-service-features li {
    min-height: 20px !important;
}
