    body{
    background:#fff7e9;
    margin: 0;
    padding: 0;
    }
    .contact-hero {
    position: relative;
    width: calc(95% - 20px);
    height: 405px;
    margin: 20px auto 50px;
    background-image: url('/images/ayurveda.avif');
    background-size: cover;
    background-position: center;
    border-radius: 20px 170px 20px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    }


    .contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 25, 17, 0.72);
    z-index: 1;
    }

    .contact-hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    }

    .contact-hero-title {
    margin: 0 0 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    }

     /* Breadcrumb  */
    .contact-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    }

    .contact-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    }

    .contact-breadcrumb a\:hover {
    text-decoration: underline;
    }

    .contact-breadcrumb i {
    font-size: 24px;
    color: #ffffff;
    }

    .contact-breadcrumb span {
    color: #ffffff;
    }


    @media (max-width: 768px) {
    .contact-hero {
        width: calc(100% - 20px);
        height: 320px;

        border-radius: 0 70px 0 20px;
    }

    .contact-hero-title {
        font-size: 42px;
    }

    .contact-breadcrumb {
        gap: 14px;
    }
    }

    @media (max-width: 576px) {

    .contact-hero {
        height: 280px;

        border-radius: 0 50px 0 15px;
    }

    .contact-hero-title {
        font-size: 34px;
    }

    .contact-breadcrumb {
        font-size: 14px;
    }

    }


/* Desktop */
.contact-booking-section {
    width: auto;
    margin: 30px;
    padding: 30px;
    background: #c0673c;
    border-radius: 20px 170px 20px 20px;
    box-sizing: border-box;
}

.contact-booking-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.contact-booking-form {
    width: 100%;
    max-width: 550px;
    margin-left: 20px;
    padding: 35px 35px;
    background: #fff;
    border-radius: 20px 70px 20px 20px;
    box-sizing: border-box;
}

.contact-booking-image {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    box-sizing: border-box;
}

.contact-booking-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px 70px 20px 20px;
    display: block;
}
.contact-booking-btn{
    background: #68736d;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.contact-booking-btn:hover{
    background: #c0673c;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .contact-booking-section {
        margin: 25px;
        padding: 25px;
    }

    .contact-booking-container {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .contact-booking-form {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 25px;
    }

    .contact-booking-form h2 {
        font-size: 2rem;
    }

    .contact-booking-image {
        width: 100%;
        margin: 0 auto;
    }

    .contact-booking-image img {
        width: 100%;
        height: auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .contact-booking-section {
        width: auto;
        margin: 20px 15px;
        padding: 25px 15px;
        border-radius: 20px 60px 20px 20px;
    }

    .contact-booking-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* Form */
    .contact-booking-form {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 25px 20px;
        border-radius: 18px 50px 18px 18px;
        box-sizing: border-box;
    }

    .contact-booking-form h2 {
        font-size: 1.8rem;
        line-height: 1.25;
    }

    .contact-booking-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    /* Fields */
    .booking-field {
        width: 100%;
        margin-bottom: 14px;
    }

    .booking-field input,
    .booking-field select,
    .booking-field textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Image */
    .contact-booking-image {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .contact-booking-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 18px 50px 18px 18px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .contact-booking-section {
        margin: 15px 10px;
        padding: 20px 10px;
        border-radius: 16px 45px 16px 16px;
    }

    .contact-booking-container {
        gap: 20px;
    }

    .contact-booking-form {
        padding: 20px 15px;
        border-radius: 15px 40px 15px 15px;
    }

    .contact-section-label {
        font-size: 0.75rem;
        padding: 5px 14px;
    }

    .contact-booking-form h2 {
        font-size: 1.5rem;
    }

    .contact-booking-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .booking-field label {
        font-size: 13px;
    }

    .booking-field input,
    .booking-field select,
    .booking-field textarea {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }

    .contact-booking-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 15px;
    }

    .contact-booking-image img {
        width: 100%;
        height: auto;
    }
}

    /* COMPACT BOOKING FORM */

.contact-booking-form .booking-field {
    margin-bottom: 12px;
}

.contact-booking-form .booking-field label {
    font-size: 13px;
    margin-bottom: 5px;
}

.contact-booking-form .booking-field input,
.contact-booking-form .booking-field select {
    height: 34px !important;
    min-height: 34px !important;
    padding: 6px 14px !important;
    font-size: 14px;
    box-sizing: border-box;
}

.contact-booking-form #appointment_time {
    height: 36px !important;
    min-height: 35px !important;
    padding: 6px 40px 6px 14px !important;
}

.contact-booking-form .booking-field textarea {
    height: 75px !important;
    min-height: 75px !important;
    padding: 8px 14px !important;
    font-size: 14px;
    resize: none;
}

.contact-booking-form .contact-booking-btn {
    height: 42px;
    padding: 8px 20px;
    margin-top: 5px;
    font-size: 14px;
} 


    

    /* MAP SECTION */
  

    .contact-map-section {
    margin: 50px 0;
    padding: 40px ;
    border-radius: 20px 100px 20px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    }

    .map-wrapper {
    width: calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px 100px 20px 20px;
    }

    .map-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 450px;
    } 


   /* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .contact-map-section {
        margin: 30px 25px;
        padding: 25px;
        border-radius: 20px 70px 20px 20px;
    }

    .map-wrapper {
        width: 100%;
        border-radius: 18px 60px 18px 18px;
    }

    .map-wrapper iframe {
        height: 400px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .contact-map-section {
        margin: 25px 15px;
        padding: 20px;
        border-radius: 18px 55px 18px 18px;
    }

    .map-wrapper {
        width: 100%;
        border-radius: 16px 45px 16px 16px;
    }

    .map-wrapper iframe {
        width: 100%;
        height: 350px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .contact-map-section {
        margin: 20px 10px;
        padding: 12px;
        border-radius: 15px 40px 15px 15px;
    }

    .map-wrapper {
        width: 100%;
        border-radius: 14px 35px 14px 14px;
    }

    .map-wrapper iframe {
        height: 280px;
    }
}

    /* faq section */

    .faq-section {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    }

    .faq-container {
    max-width: 100%;
    margin: 0 ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;

    }

    .faq-image {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 28px 100px 28px 28px;
    }

    .faq-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: height 0.4s ease;
    }
    .faq-content {
    padding: 0 0 0 0;
    }

    .faq-label {
    display: block;
    margin-bottom: 20px;
    color: #50695a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 500;

    }

    .faq-content h2 {
    margin: 0 0 30px;
    color: #1e2b24;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 400;


    }


    .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .faq-item {
    width: 100%;
    }

    .faq-question {
    width: 100%;
    border: none;
    background: #50695a;
    color: #ffffff;
    padding: 18px 30px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
    }

    .faq-question\:active {
    background: #c0673c;
    }

    .faq-question i {
    font-size: 20px;
    transition: transform 0.3s ease;
    }


    .faq-item.active .faq-question i {
    transform: rotate(180deg);
    }


    .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    /* background: #ffffff; */

    border-radius: 0 0 18px 18px;

    transition: max-height 0.35s ease,
                padding 0.35s ease;

    }

    .faq-answer p {
    margin: 0;
    color: #68736d;
    font-size: 15px;
    line-height: 1.7;
    }

    .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 18px 30px;
    }


    @media (max-width: 992px) {

    .faq-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-image {
        height: 450px;
    }

    .faq-content h2 {
        font-size: 44px;
    }


}

@media (max-width: 576px) {


    .faq-section {
        padding: 55px 15px;
}

    .faq-image {
        height: 350px;
        border-radius: 22px 60px 22px 22px;
}

    .faq-content h2 {
        font-size: 36px;
}

    .faq-question {
        padding: 16px 20px;
        font-size: 15px;
}

    .faq-answer {
        padding-left: 20px;
        padding-right: 20px;
}

    .faq-item.active .faq-answer {
        padding-left: 20px;
        padding-right: 20px;
    
}


}

