/* WAQF Property Check — Orange Theme #FF6725 */

/* ── Hero ── */
.wqf-search-hero {
    background: linear-gradient(135deg, #ff6725 0%, #ff8f5c 50%, #ffb88c 100%);
    padding: 32px 28px 22px;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}
.wqf-search-hero-decoration {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.wqf-search-hero-decoration::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.wqf-search-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.wqf-search-hero-badge i {
    margin-right: 5px;
}
.wqf-search-hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}
.wqf-search-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
}
.wqf-search-hero-desc a {
    color: #ffe0b2;
    text-decoration: underline;
    font-weight: 500;
}
.wqf-search-hero-desc a:hover {
    color: #fff;
    text-decoration: none;
}
.wqf-search-hero + form .wqf-search-card,
.wqf-search-hero + .wqf-search-card {
    border-radius: 0 0 20px 20px !important;
}

/* ── Search Card ── */
.wqf-search-card {
    padding: 28px;
}

/* ── Results Table ── */
.property-list-table thead th {
    background: #ff6725;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12px 10px;
    white-space: nowrap;
    font-size: 13px;
}
.property-list-table tbody td {
    padding: 10px;
    vertical-align: middle;
    font-size: 13px;
}
.property-list-table tbody td a {
    color: #333;
    text-decoration: none;
}
.property-list-table tbody td a:hover {
    color: #ff6725;
}
.property-list-table tbody tr:hover {
    background: #fff5f0;
}

/* ── FAQ ── */
.wqf-faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.wqf-faq-item.open {
    border-color: #ff6725;
}
.wqf-faq-question {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}
.wqf-faq-question:hover {
    background: #fff5f0;
}
.wqf-faq-question i {
    transition: transform 0.3s;
    color: #ff6725;
    font-size: 12px;
    flex-shrink: 0;
    margin-left: 10px;
}
.wqf-faq-item.open .wqf-faq-question i {
    transform: rotate(180deg);
}
.wqf-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}
.wqf-faq-item.open .wqf-faq-answer {
    padding: 0 20px 16px;
    max-height: 600px;
}
.wqf-faq-answer a {
    color: #0d6efd;
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .wqf-search-hero {
        padding: 22px 20px 18px;
        border-radius: 16px 16px 0 0;
    }
    .wqf-search-hero-title {
        font-size: 20px;
    }
    .wqf-search-card {
        padding: 20px 16px;
    }
    .wqf-faq-question {
        font-size: 14px;
        padding: 12px 15px;
    }
    .property-list-table {
        font-size: 12px;
    }
    .property-list-table thead th,
    .property-list-table tbody td {
        padding: 6px 4px;
    }
}
