/* ========================================
   LISTINGS PAGE - BOTTOM SECTIONS
   ======================================== */

/* Can't Find Section */
#cant-find-section {
    padding: 100px 0;
    background: #fff;
}

.cant-find-content {
    padding-right: 48px;
}

.section-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #C9A96E;
    margin-bottom: 20px;
    padding: 6px 16px;
    border: 1px solid rgba(201,169,110,0.4);
    border-radius: 100px;
}

.cant-find-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 300;
    color: #1C1610;
    margin-bottom: 18px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.cant-find-content p {
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    line-height: 1.75;
    margin-bottom: 28px;
    font-weight: 300;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 36px;
}

.service-list li {
    font-size: 13.5px;
    color: rgba(0,0,0,0.65);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.service-list li i {
    color: #C9A96E;
    font-size: 11px;
    flex-shrink: 0;
}

.contact-buttons {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

/* Gold CTA button */
.cf-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 6px;
    transition: box-shadow .25s, transform .25s;
    box-shadow: 0 2px 12px rgba(168,134,62,0.3);
}
.cf-btn-primary i { font-size: 10px; transition: transform .2s; }
.cf-btn-primary:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(168,134,62,0.45);
    transform: translateY(-1px);
}
.cf-btn-primary:hover i { transform: translateX(4px); }

/* Phone link */
.cf-btn-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(0,0,0,0.55);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color .2s;
}
.cf-btn-tel i { color: #C9A96E; font-size: 11px; }
.cf-btn-tel:hover { color: #C9A96E; }

.cant-find-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.12);
}

.cant-find-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}


/* Newsletter Section */
#newsletter-section {
    padding: 80px 0;
    background: #fff;
}

.newsletter-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.newsletter-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.newsletter-icon {
    font-size: 48px;
    color: #AB966C;
}

.newsletter-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
}

.newsletter-content p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.newsletter-form {
    width: 100%;
}

.input-group {
    display: flex;
    gap: 10px;
}

.input-group input {
    flex: 1;
    padding: 16px 24px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.input-group input:focus {
    outline: none;
    border-color: #AB966C;
    box-shadow: 0 0 0 3px rgba(171, 150, 108, 0.1);
}

.subscribe-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #2D5085 0%, #1a3a6b 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.subscribe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 80, 133, 0.4);
}

/* ── FAQ Section ───────────────────────────────────────── */
#faq-section {
    padding: 110px 0;
    background: #F8F6F2;
}

.faq-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

.faq-top-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #A8863E;
    border: 1px solid rgba(168,134,62,0.35);
    border-radius: 100px;
    padding: 6px 20px;
    margin-bottom: 20px;
}

.faq-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #111110;
    margin-bottom: 12px;
}

.faq-sub-text {
    font-size: 16px;
    color: #888;
    font-style: italic;
    margin: 0;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.accordion-item {
    background: #fff;
    border: 1px solid rgba(168,134,62,0.15);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-header { margin: 0; }

.accordion-button {
    background: #fff;
    color: #111110;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 28px;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: background 0.25s ease;
    font-family: 'Poppins', sans-serif;
}

.accordion-button:not(.collapsed) {
    background: #111110;
    color: #fff;
}

.accordion-button i {
    font-size: 16px;
    color: #C9A96E;
    flex-shrink: 0;
}

.accordion-button:not(.collapsed) i { color: #C9A96E; }

.accordion-button:hover {
    background: #111110;
	   color: #fff;
}

.accordion-button:not(.collapsed):hover {
    background: #111110;
}

.accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #C9A96E;
    background-image: none !important;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0 28px 24px 56px;
    background: #fff;
}

.accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
    background: #111110;
    padding-top: 8px;
}

.accordion-body p {
    font-size: 15px;
    color: #666;
    line-height: 1.85;
    margin: 0;
}

.accordion-button:not(.collapsed) ~ .accordion-collapse .accordion-body p { color: rgba(255,255,255,0.60); }

/* Responsive */
@media (max-width: 991px) {
    .cant-find-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .cant-find-content h2 {
        font-size: 36px;
    }

    .newsletter-box {
        padding: 40px;
    }

    .newsletter-content {
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #cant-find-section {
        padding: 60px 0;
    }

    .cant-find-content h2 {
        font-size: 32px;
    }

    .contact-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .newsletter-box {
        padding: 30px 20px;
    }

    .newsletter-content h3 {
        font-size: 26px;
    }

    .input-group {
        flex-direction: column;
    }

    .subscribe-btn {
        width: 100%;
        justify-content: center;
    }
}
