/* ==========================================================================
   Canary Wharf Page — "The Ledger" redesign
   Palette: paper #F6F4F1, white #FFFFFF, ink #0A0A0A, near-black #0A0A0A,
            bronze #AB784E, champagne #D3B184, hairline #EAE5DE
   Type: Marcellus (display/serif), Montserrat (body/sans) — unchanged
   ========================================================================== */

.cw2-page {
    background-color: #FFFFFF;
    color: #0A0A0A;
    overflow-x: hidden;
}

/* Global Rendering Performance Optimizations */
.cw2-page img {
    content-visibility: auto;
    backface-visibility: hidden;
}

[data-aos] {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.cw2-page h1,
.cw2-page h2,
.cw2-page h3 {
    font-family: 'Marcellus', serif;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
}

.cw2-page p {
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    line-height: 1.75;
    margin: 0;
}

.cw2-page .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #AB784E;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    margin-bottom: 16px;
}

.cw2-page .subtitle img {
    width: 10px !important;
    height: 10px !important;
    flex-shrink: 0;
    margin: 0 3px !important;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------
   1. HERO PARALLAX (Background image with dark overlay & unique left panel)
   --------------------------------------------------------------------- */
.cw2-hero-parallax {
    position: relative;
    background-image: url('/assets/images/city-by-river-against-sky-copy-scaled.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 120px 0 110px;
    border-bottom: 1px solid #EAE5DE;
    overflow: hidden;
}

.cw2-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 248, 245, 0.90);
    z-index: 1;
}

.cw2-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Left Unique Executive Glass Card */
.cw2-hero-left-panel {
    flex: 0 0 420px;
    max-width: 420px;
}

.cw2-glass-card {
    background: #0A0A0A;
    border: 1px solid rgba(211, 177, 132, 0.4);
    border-top: 3px solid #D3B184;
    padding: 35px 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.cw2-glass-header {
    margin-bottom: 20px;
}

.cw2-pill-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #D3B184;
    background: rgba(211, 177, 132, 0.12);
    border: 1px solid rgba(211, 177, 132, 0.3);
    padding: 5px 12px;
    text-transform: uppercase;
}

.cw2-glass-stat {
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(211, 177, 132, 0.2);
}

.cw2-glass-stat .stat-number {
    font-family: 'Marcellus', serif;
    font-size: 54px;
    color: #D3B184;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.cw2-glass-stat .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cw2-glass-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
}

.cw2-gitem {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #E9E4DA;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
}

.cw2-gitem i {
    font-size: 20px;
    color: #D3B184;
    flex-shrink: 0;
}

.cw2-glass-footer {
    padding-top: 18px;
    border-top: 1px solid rgba(211, 177, 132, 0.2);
}

.cw2-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #D3B184;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cw2-phone-link:hover {
    color: #FFFFFF;
}

/* Right Editorial Content */
.cw2-hero-right-content {
    flex: 1;
    max-width: 680px;
}

.cw2-hero-right-content .slide-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0A0A0A;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    margin-bottom: 18px;
}

.cw2-hero-right-content .slide-subtitle img {
    width: 10px !important;
    height: 10px !important;
    margin: 0 3px !important;
}

.cw2-hero-right-content .slide-title {
    font-family: 'Marcellus', serif;
    font-size: 52px;
    line-height: 1.14;
    color: #0A0A0A;
    margin-bottom: 22px;
    font-weight: 400;
}

.cw2-hero-right-content .slide-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    color: #333333;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .cw2-hero-container {
        flex-direction: column;
        gap: 50px;
    }

    .cw2-hero-left-panel {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .cw2-hero-right-content {
        max-width: 100%;
    }

    .cw2-hero-right-content .slide-title {
        font-size: 36px;
    }
}

/* ---------------------------------------------------------------------
   2. ABOUT / WHY
   --------------------------------------------------------------------- */
.cw2-about {
    padding: 120px 0;
}

.cw2-about-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: stretch;
}

.cw2-about-figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cw2-about-figure img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #EAE5DE;
}

.cw2-about-figure figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    color: #888888;
    margin-top: 12px;
}

.cw2-about-text h2 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 22px;
}

.cw2-about-text p {
    font-size: 16px;
    margin-bottom: 18px;
    max-width: 34em;
}

.cw2-textlink {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0A0A0A;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #AB784E;
}

.cw2-textlink:hover {
    color: #AB784E;
}

/* ---------------------------------------------------------------------
   3. SERVICES — Premium 2x2 Grid Cards
   --------------------------------------------------------------------- */
.cw2-services {
    padding: 100px 0;
    background-color: #F6F4F1;
    border-top: 1px solid #EAE5DE;
    border-bottom: 1px solid #EAE5DE;
}

.cw2-services-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.cw2-services-head {
    text-align: center;
    margin-bottom: 50px;
}

.cw2-services-head h2 {
    font-size: 38px;
    margin-bottom: 14px;
}

.cw2-services-head p {
    font-size: 16px;
    max-width: 42em;
    margin: 0 auto;
}

.cw2-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cw2-svc-card {
    background: #FFFFFF;
    border: 1px solid #EAE5DE;
    border-top: 3px solid #AB784E;
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cw2-svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-color: #D3B184;
}

.cw2-svc-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.cw2-svc-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(171, 120, 78, 0.08);
    border: 1px solid rgba(171, 120, 78, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cw2-svc-icon-box i {
    font-size: 24px;
    color: #AB784E;
}

.cw2-svc-title {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #0A0A0A;
    margin-bottom: 0;
    line-height: 1.25;
}

.cw2-svc-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.cw2-svc-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cw2-svc-bullets li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cw2-svc-bullets li i {
    color: #AB784E;
    font-size: 12px;
}

.cw2-svc-footer {
    padding-top: 18px;
    border-top: 1px solid #EAE5DE;
}

.cw2-svc-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0A0A0A;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.25s ease, gap 0.25s ease;
}

.cw2-svc-link i {
    font-size: 14px;
    color: #AB784E;
    transition: transform 0.25s ease;
}

.cw2-svc-card:hover .cw2-svc-link {
    color: #AB784E;
}

.cw2-svc-card:hover .cw2-svc-link i {
    transform: translateX(4px);
}

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

/* ---------------------------------------------------------------------
   4. COVERAGE SCHEDULE
   --------------------------------------------------------------------- */
.cw2-coverage {
    padding: 90px 0;
}

.cw2-coverage-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.cw2-coverage-head h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.cw2-coverage-head p {
    font-size: 15.5px;
    margin-bottom: 40px;
}

.cw2-coverage-table {
    border-top: 1px solid #0A0A0A;
}

.cw2-coverage-row {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1.6fr 0.3fr;
    gap: 20px;
    padding: 18px 20px;
    border-bottom: 1px solid #EAE5DE;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.cw2-coverage-item {
    cursor: pointer;
    position: relative;
}

.cw2-coverage-item:nth-child(even):not(.cw2-coverage-row-head) {
    background-color: #FAF9F6;
}

.cw2-coverage-item:hover {
    background-color: #0A0A0A !important;
    padding-left: 28px;
}

.cw2-coverage-row-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #AB784E;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.cw2-area-name {
    font-family: 'Marcellus', serif;
    font-size: 16.5px;
    color: #0A0A0A;
    transition: color 0.3s ease;
}

.cw2-postcode {
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    color: #555555;
    transition: color 0.3s ease;
}

.cw2-coverage-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    color: #888888;
    transition: color 0.3s ease;
}

.cw2-action-icon {
    text-align: right;
    font-size: 16px;
    color: #AB784E;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.cw2-coverage-item:hover .cw2-area-name,
.cw2-coverage-item:hover .cw2-postcode,
.cw2-coverage-item:hover .cw2-coverage-note {
    color: #FFFFFF;
}

.cw2-coverage-item:hover .cw2-action-icon {
    color: #D3B184;
    opacity: 1;
    transform: translateX(4px);
}

/* ---------------------------------------------------------------------
   5. FAQ
   --------------------------------------------------------------------- */
.cw2-faq {
    padding: 90px 0;
    background-color: #F6F4F1;
    border-top: 1px solid #EAE5DE;
}

.cw2-faq-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.cw2-faq-head h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.cw2-faq-head p {
    font-size: 15.5px;
    margin-bottom: 40px;
}

.cw2-faq-item {
    border-bottom: 1px solid #DCD5C8;
}

.cw2-faq-item:first-child {
    border-top: 1px solid #0A0A0A;
}

.cw2-faq-q {
    margin: 0;
}

.cw2-faq-toggle {
    width: 100%;
    background: none;
    border: 0;
    padding: 22px 4px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #0A0A0A;
}

.cw2-faq-mark {
    font-family: 'Marcellus', serif;
    font-size: 14px;
    color: #AB784E;
    flex: none;
}

.cw2-faq-toggle[aria-expanded="true"] {
    color: #AB784E;
}

.cw2-faq-a {
    padding: 0 4px 24px 38px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.75;
    max-width: 40em;
}

/* ---------------------------------------------------------------------
   5. WHY CHOOSE US — Minimalist Ledger Architecture
   --------------------------------------------------------------------- */
.cw2-why-choose {
    padding: 100px 0;
    background: #FAF8F5;
    border-top: 1px solid #EAE5DE;
    border-bottom: 1px solid #EAE5DE;
}

.cw2-why-choose-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.cw2-why-choose-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.cw2-why-choose-head h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.cw2-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cw2-why-item {
    background: #FFFFFF;
    border: 1px solid #EAE5DE;
    border-top: 3px solid #D3B184;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.cw2-why-item:hover {
    transform: translateY(-6px);
    border-top-color: #0A0A0A;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cw2-why-img-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.cw2-why-img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.85);
    transform: scale(1.08) translateZ(0);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.25s ease-out;
}

.cw2-why-item:hover .cw2-why-img-overlay {
    opacity: 1;
    visibility: visible;
}

.cw2-why-item:hover .cw2-why-img-overlay img {
    transform: scale(1.0) translateZ(0);
}

.cw2-why-no,
.cw2-why-content {
    position: relative;
    z-index: 2;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cw2-why-item:hover .cw2-why-no,
.cw2-why-item:hover .cw2-why-content {
    opacity: 0;
    transform: translateY(-10px);
}

.cw2-why-no {
    font-family: 'Marcellus', serif;
    font-size: 32px;
    color: #D3B184;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.cw2-why-content h3 {
    font-family: 'Marcellus', serif;
    font-size: 21px;
    color: #0A0A0A;
    margin-bottom: 12px;
    font-weight: 400;
}

.cw2-why-content p {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

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

/* ---------------------------------------------------------------------
   6. OUR PROCESS — Modern 4-Card Horizontal Stepper Grid
   --------------------------------------------------------------------- */
.cw2-process {
    padding: 100px 0;
    margin: 0;
    background: #FFFFFF;
}

.cw2-process-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.cw2-process-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.cw2-process-head h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.cw2-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.cw2-process-card {
    background: #F6F4F1;
    border: 1px solid #EAE5DE;
    border-top: 3px solid #D3B184;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cw2-process-card:hover {
    transform: translateY(-6px);
    background: #FFFFFF;
    border-color: #AB784E;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.cw2-process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cw2-process-step-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #D3B184;
    background: rgba(211, 177, 132, 0.12);
    border: 1px solid rgba(211, 177, 132, 0.3);
    padding: 4px 10px;
}

.cw2-process-icon {
    font-size: 26px;
    color: #AB784E;
}

.cw2-process-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #0A0A0A;
}

.cw2-process-card p {
    font-size: 14px;
    color: #555555;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .cw2-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .cw2-process-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 991px) {
    .cw2-hero-parallax {
        padding: 70px 0 60px;
    }

    .cw2-hero-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .cw2-hero-left-panel {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .cw2-hero-right-content {
        max-width: 100%;
    }

    .cw2-hero-right-content .slide-title {
        font-size: 34px;
    }

    .cw2-ledger-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cw2-ledger-item:nth-child(3) {
        border-left: none;
    }

    .cw2-about-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .cw2-about-figure img {
        height: 320px;
    }

    .cw2-coverage-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cw2-coverage-note {
        display: none;
    }

    .cw2-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cw2-about,
    .cw2-services,
    .cw2-coverage,
    .cw2-process,
    .cw2-faq {
        padding: 55px 0;
    }
}

@media (max-width: 767px) {

    .cw2-page .subtitle,
    .cw2-hero-right-content .slide-subtitle {
        display: block !important;
        white-space: normal !important;
        line-height: 1.6 !important;
    }

    .cw2-page .subtitle img,
    .cw2-hero-right-content .slide-subtitle img {
        display: inline-block !important;
        vertical-align: middle !important;
        margin: -2px 4px 0 !important;
    }

    .cw2-hero-right-content .slide-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .cw2-glass-card {
        padding: 25px 20px;
    }

    .cw2-glass-stat .stat-number {
        font-size: 42px;
    }

    .cw2-about-figure img {
        height: 260px;
    }

    .cw2-ledger-inner {
        grid-template-columns: 1fr;
    }

    .cw2-ledger-item {
        border-left: none;
        border-top: 1px solid rgba(211, 177, 132, 0.25);
        padding: 20px 4px;
    }

    .cw2-ledger-item:first-child {
        border-top: none;
    }

    .cw2-services-grid {
        grid-template-columns: 1fr;
    }

    .cw2-services-head h2,
    .cw2-coverage-head h2,
    .cw2-process-head h2,
    .cw2-faq-head h2 {
        font-size: 26px;
    }

    .cw2-about {
        padding: 80px 0;
    }

    .cw2-services,
    .cw2-coverage,
    .cw2-process,
    .cw2-faq {
        padding: 45px 0;
    }
}

@media (max-width: 575px) {
    .cw2-hero-right-content .slide-title {
        font-size: 24px;
    }

    .cw2-about-figure img {
        height: 280px;
        min-height: auto;
    }

    .cw2-service-name {
        font-size: 18px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .canary-wharf-page * {
        border-radius: 0 !important;
    }

    /* Global Rendering Performance Optimizations */
    .canary-wharf-page img {
        content-visibility: auto;
        backface-visibility: hidden;
    }

    [data-aos] {
        will-change: transform, opacity;
        backface-visibility: hidden;
    }

    .cw2-page * {
        animation: none !important;
        transition: none !important;
    }
}

/* Keyboard focus visibility */
.cw2-page a:focus-visible,
.cw2-page button:focus-visible {
    outline: 2px solid #AB784E;
    outline-offset: 2px;
}

/* FAQ Area Section Improvements - Prevent text cropping & improve image height */
.faq-area {
    padding: 0px 0 !important;
}

@media (min-width: 992px) {
    .faq-area .left {
        min-height: 650px !important;
        padding: 60px 50px !important;
    }

    .faq-area .right img {
        height: 100% !important;
        min-height: 650px !important;
        object-fit: cover !important;
        display: block !important;
    }
}

@media (max-width: 991px) {
    .faq-area .left {
        padding: 40px 20px !important;
    }

    .faq-area .right img {
        height: 320px !important;
        min-height: auto !important;
        object-fit: cover !important;
    }
}

.faq-area .accordion-collapse {
    overflow: visible !important;
}

.faq-area .accordion-body,
.faq-area .accordion-body p {
    padding-top: 3px !important;
    padding-bottom: 1px !important;
    color: #ffffff !important;
}

/* ─── View Service button ────────────────────────────────────────────── */
.svc-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #AB784E;
    text-decoration: none;
    border-bottom: 1px solid rgba(171, 120, 78, 0.4);
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease;
}

.svc-link-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.svc-link-btn:hover {
    color: #0A0A0A;
    border-color: #0A0A0A;
    gap: 12px;
}

.svc-link-btn:hover i {
    transform: translateX(4px);
}