
    :root {
        --gold: #d8b888;
        --gold-light: #E8D5A3;
        --gold-dark: #8B6914;
        --maroon: #6B1F2A;
        --maroon-light: #8B2E3C;
        --cream: #FDF8F0;
        --dark-bg: #1A0F0A;
        --dark-surface: #231410;
        --dark-card: #2D1A14;
        --text-main: #F5ECD7;
        --text-muted: #C4A882;
        --text-dim: #8B7355;
    }
 
  
    .page {
     
        margin: 0 auto;
        padding: 0 20px 60px;
    }
   

    .hero-tag {
        display: inline-block;
   
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #b8860b;
        border: 1px solid rgba(201, 168, 76, 0.4);
        padding: 6px 18px;
        border-radius: 20px;
        margin-bottom: 24px;
    }


h1 { 
        color: #d8b888 !important;
    }

    .hero-para {
        
        line-height: 1.9;
        color: #000;
        max-width: 680px;
        margin: 0 auto 36px;
    }

    .hero-stats {
        display: flex;
        justify-content: center;
        gap: 48px;
        flex-wrap: wrap;
    }

    .stat-item {
        text-align: center;
    }

    .stat-num {
      
        font-size: 30px;
        color: #b8860b;
    }

    .stat-label {
   
        letter-spacing: 1px;
        color: var(--text-dim);
        text-transform: uppercase;
        margin-top: 4px;
    }

    .hero-cta {
        display: inline-block;
        margin-top: 36px;
        background:#cfa679;
        color: var(--dark-bg);


        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 14px 36px;
        border-radius: 3px;
        text-decoration: none;
    }

    /* SECTION WRAPPER */
    .section {
        padding: 56px 0 0;
    }

    .section-tag {
   text-align:center;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #cfa679;
        margin-bottom: 12px;
    }
.h2.font-weight-bold.mb-1 {
    color: #cfa679;
}
    .section-title {
       text-align:center;
        font-size: 28px;
        font-weight: 600;
        color: #cfa679;
        margin-bottom: 16px;
        line-height: 1.35;
    }

    .section-divider {
        width: 48px;
        height: 2px;
        background: var(--gold);
        margin-bottom: 24px;
    }

   

    .section-body p+p {
        margin-top: 16px;
    }

    .section-body a {
        color: #b8860b;
        text-decoration: none;
        border-bottom: 1px solid rgba(201, 168, 76, 0.4);
    }

    /* WHY JAIPUR 3-card row */
    .why-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
        margin-top: 32px;
    }

    .why-card {
        color: black;
        background: white;
        border: 1px solid rgba(201, 168, 76, 0.15);
        border-radius: 6px;
        padding: 24px 20px;
    }

    .why-icon {
        font-size: 22px;
        color: #b8860b;
        margin-bottom: 12px;
    }


    /* RITUALS */
    .ritual-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 32px;
    }

    .ritual-card {
        border: 1px solid #d8b888;
        background:#fff;
        border-left: 3px solid var(--gold);
        padding: 20px 20px 20px 22px;
        border-radius: 0 6px 6px 0;
    }

    .ritual-card h3 {
      
        
        color: #b8860b;
        margin-bottom: 8px;
    }

    .ritual-card p {

        color: #000;
        line-height: 1.75;
    }

    /* VENUES */
    .venue-list {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .venue-row {
        display: flex;
        gap: 20px;
        background: white;
        border: 1px solid rgb(201 168 76 / 84%);
        border-radius: 6px;
        padding: 22px 24px;
        align-items: flex-start;
    }

    .venue-num {
      
        font-size: 28px;
        color: rgb(201 168 76 / 42%);
        min-width: 36px;
        line-height: 1;
        padding-top: 2px;
    }

    .venue-info h3 {
      
     
        color: #000;
        margin-bottom: 6px;
    }

    .venue-info p {
       
        color: #000;
        line-height: 1.75;
    }

    /* SERVICES TABLE */
    .services-section {
        margin-top: 56px;
    }

    .services-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 28px;
    }

    .services-table thead tr {
        border-bottom: 1px solid var(--gold);
    }

    .services-table thead th {
   
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #b8860b;
        padding: 12px 16px;
        text-align: left;
    }

    .services-table tbody tr {
        border-bottom: 1px solid rgba(201, 168, 76, 0.08);
    }

    .services-table tbody tr:hover {
        background: rgba(201, 168, 76, 0.04);
    }

    .services-table td {
        padding: 14px 16px;
       
        vertical-align: top;
    } 

    .services-table td:first-child {
        color: var(--gold-light);

        width: 38%;
    }

    .services-table td:last-child {
        color: #fff;
    }

    /* FAQ */
    .faq-listing {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
 
    .faq-item {
        border-bottom: 1px solid rgba(201, 168, 76, 0.1);
        padding: 20px !important;
    }

    .faq-q {
        font-size: 25px;
        color: #b8860b;
        margin-bottom: 10px;
    }

    .faq-a {
           font-size: 20px;
        color: #000;
        line-height: 1.8;
    }

    /* CTA BLOCK */
    .cta-block {
        margin-top: 64px;
        background: white;
        border: 1px solid rgba(201, 168, 76, 0.25);
        border-radius: 8px;
        padding: 20px 40px;
        text-align: center;
    }


    .cta-block .cta-para {
        
        color: black;
        line-height: 1.9;
        max-width: 600px;
        margin: 0 auto 28px;
    }

    .cta-contact-row {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .cta-contact-item {
        text-align: center;
    }

    .cta-contact-label {
   
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--text-dim);
        margin-bottom: 6px;
    }

    .cta-contact-val {
       padding: 10px;
    border: 1px solid #b8860b;
    color: #b8860b;
    }

    .cta-btn {
        display: inline-block;
        background: var(--gold);
        color: var(--dark-bg);


        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 14px 40px;
        border-radius: 3px;
        text-decoration: none;
    }

    @media (max-width: 600px) {
      
        .ritual-grid {
            grid-template-columns: 1fr;
        }

        .hero-stats {
            gap: 28px;
        }

        .cta-block {
            padding: 36px 20px;
        }
    }
