/* ==========================================================================
   Location-Based Tailoring Pages Styles
   Used for: Bandra, Delhi, Malad, etc.
   ========================================================================== */

:root {
    --dark-bg: #111111;
    --dark-card: #1a1a1a;
    --gold-accent: #B19777;
    --text-light: #e0e0e0;
    --text-muted: #a0a0a0;
    --white: #ffffff;
    --border-color: #333333;
}

/* General Layout Fixes */
.text-gold {
    color: var(--gold-accent) !important;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.font-jost {
    font-family: 'Jost', sans-serif;
}

/* Buttons */
.btn-gold {
    background-color: var(--gold-accent);
    color: #111;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid var(--gold-accent);
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: transparent;
    color: var(--gold-accent);
}

.btn-outline-light {
    background-color: transparent;
    color: var(--text-light);
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid var(--text-muted);
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    border-color: var(--white);
    color: var(--white);
}

/* ===============================
   HERO SECTION
================================ */
.hero-location-section {
    min-height: 85vh;
    background-color: #0d0d0d;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-radial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at left center, rgba(30,25,20,0.95) 0%, rgba(10,10,10,0.98) 100%);
}

.hero-location-section .container {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-location-section .row.align-items-center {
    min-height: 75vh;
}

.tag-badge-gold {
    background: rgba(177,151,119,0.1);
    border: 1px solid rgba(177,151,119,0.3);
    color: var(--gold-accent);
    padding: 8px 18px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    display: inline-block;
}

.hero-main-title {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.hero-sub-text {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Floating Badges on Hero Image */
.hero-img-container {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}

.hero-img-main {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    height: 480px;
    display: block;
    box-shadow: 0 30px 70px rgba(0,0,0,0.7);
}

.floating-badge {
    position: absolute;
    background: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    z-index: 2;
}

.badge-bottom-left {
    bottom: -20px;
    left: -20px;
    padding: 18px 22px;
    border: 1px solid #333;
}

.badge-top-right {
    top: 20px;
    right: -20px;
    padding: 14px 18px;
    border: 1px solid #2a2a2a;
    max-width: 190px;
}

/* ===============================
   FEATURE SECTIONS
================================ */
.feature-section-light {
    padding: 100px 0;
    background-color: #111;
}

.feature-img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 500px;
}

.feature-img-overlay {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #333;
    width: 80%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

.feature-card-simple {
    background: transparent;
}

.feature-icon-circle {
    background: rgba(177,151,119,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon-circle i {
    color: var(--gold-accent);
}

/* ===============================
   SERVICE GRID
================================ */
.service-grid-section {
    padding: 100px 0;
    background-color: #161616;
    border-top: 1px solid #222;
}

.section-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.title-line-gold {
    width: 60px;
    height: 2px;
    background-color: var(--gold-accent);
    margin: 0 auto 30px;
}

.row-gap-15 {
    gap: 15px;
    margin: 0;
}

.location-service-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
    background-color: #1a1a1a;
}

.location-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%);
}

.service-mini-card {
    background-color: #272727;
    border-radius: 8px;
    padding: 25px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.mini-card-icon {
    margin-bottom: auto;
}

.bespoke-experience-card {
    margin-top: 15px;
    background-color: #cda880;
    border-radius: 8px;
    padding: 45px;
    text-align: center;
}

/* ===============================
   LIFESTYLE SECTION
================================ */
.lifestyle-section {
    padding: 100px 0;
    background-color: #111;
}

.express-badge {
    display: flex;
    align-items: stretch;
    border: 1px solid #333;
    border-radius: 6px;
    overflow: hidden;
}

.express-line {
    width: 4px;
    background: #d2b38f;
}

.feature-box-dark {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 35px 30px;
}

/* ===============================
   SERVICE AREAS
================================ */
.service-areas-location {
    padding: 80px 0;
    background-color: #111;
    border-top: 1px solid #1e1e1e;
}

.area-info-card {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 25px 25px 20px;
    border-left: 3px solid #d2b38f;
    height: 100%;
}

.area-info-card.secondary {
    border-left: 3px solid #888;
}

/* ===============================
   FINAL CTA
================================ */
.location-final-cta {
    padding: 80px 0;
    background-color: #111;
}

.cta-banner-card {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.cta-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(17,17,17,0.9), rgba(17,17,17,0.4));
}

.cta-banner-content {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

/* ===============================
   REUSABLE COMPONENTS
================================ */
.faq-list {
    margin-top: 20px;
}

.faq-item {
    background-color: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: 0.3s;
}

.faq-item:hover .faq-question {
    color: var(--gold-accent);
}

.faq-icon {
    font-size: 12px;
    transition: 0.3s;
    color: var(--gold-accent);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #1a1a1a;
}

.faq-answer p {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 20px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ===============================
   MOBILE RESPONSIVENESS
================================ */
@media (max-width: 991px) {
    .ritual-steps {
        flex-wrap: wrap;
    }

    .ritual-step {
        flex: 0 0 50%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .ritual-step {
        flex: 0 0 100%;
    }

    .final-cta h2 {
        font-size: 32px;
    }

    .hero-main-title {
        font-size: 42px;
    }
}
