@font-face {
    font-family: 'Avenir';
    src: url('https://your-cdn.com/fonts/avenir.woff2') format('woff2'),
            url('https://your-cdn.com/fonts/avenir.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}

  @font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('/asset/fonts/the-seasons.woff2') format('woff2'),
            url('/asset/fonts/the-seasons.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}


/* public/asset/fonts/Fontspring-DEMO-theseasons-reg.otf */

@font-face {
    font-family: 'TheSeasons';
    src: url('/asset/fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
        font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.Avenir {
    font-family: 'Avenir', serif !important;
}
.Seasons-fonts {
    font-family: 'TheSeasons', serif !important;
    color: #2E2D29 !important;
}
.TheSeasons {
    font-family: 'TheSeasons', serif !important;
}
.Cormorant {
        font-family: 'Cormorant Garamond' !important;
        font-weight: 500;

}
.bg-custome {
    background-color: #F4EFE6;
}


html {
    overflow-x: hidden;
}

body {
    font-family: "Avenir", sans-serif;
    background-color: #FFFFFF;
    color: #333;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TheSeasons', serif !important;
    color: #2E2D29;
        font-weight: 400;
}


b {
    color: #2E2D29;
    font-weight: 700;
    font-family: 'Cormorant Garamond' !important;
}

.fw-bold {

    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
}

.text-dark-custom{
    color:#2c2727 !important;
}
.fw-boldd {

    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.f-62 {
    font-size: 62px !important;
}
.f-48 {
    font-size: 48px !important;
}
.f-40 {
    font-size: 40px !important;
}
.f-32 {
    font-size: 32px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-24 {
    font-size: 24px !important;
}
.m-color {
    color: #2E2D29 !important;
}

.bg-color {
    background-color: #C4B39A !important;
}

/* Extra styling for hero background */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.navbar {
    background-color: #8A7356;
}

.nav-link {
    color: white;
}

.navbar-nav {
    float: left;
    margin-left: 30px;
}

.hero-section {
    min-height: 80vh;
    /* background-color: #F1DCC9; */
    background-image: url('/asset/images/background1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0px;
    margin: 0px;

    /* dwd */
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    /* mdm */
    
}

/* .hero-section-2 {

    min-height: 10vh;
    background: url('/asset/images/hero2.png') center center/cover no-repeat;
    position: relative;
} */

.search-box {
    max-width: 1000px;
    margin: 0px auto 100px auto;
}

/* Remove borders from all input fields in search box */
.search-box input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-box input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Large screens - 1920x1080 and similar */
@media (min-width: 1700px) {
    .hero-section {
        background-size: cover !important;
        background-position: center center !important;
        min-height: 80vh !important;
        padding: 0px;
        margin: 0PX;
    }   
    
    .hero-section h1 {
        font-size: 4.5rem !important;
        line-height: 1.2 !important;
    }

    .hero-section .hero-subtext {
        font-size: 1.4rem !important;
        line-height: 1.6 !important;
    }

    .heroButtons button {
        font-size: 1.1rem !important;
        padding: 12px 24px !important;
    }

    .search-box {
        max-width: 1100px !important;
    }

    .search-box input {
        font-size: 1.1rem !important;
        padding: 15px 20px !important;
    }

    /* .search-box button {
        font-size: 1.1rem !important;
        padding: 15px 30px !important;
    } */
}

/* Specific for 1728x1117 screen size */
@media (min-width: 1400px) and (max-width: 2430px) {
    .hero-section {
        align-items: flex-start !important;
        padding-top: 80px !important;
        min-height: 80vh !important;
        margin-bottom: 10px;
        background-size: cover !important;
        background-position: center center !important;
        padding: 0px;
        margin: 0PX;
    }

    .hero-section .container {
        margin-top: 8px !important;
        padding-top: 0 !important;
    }

    .hero-section h1 {
        font-size: 85px !important;
        line-height: 1.1 !important;
        margin-bottom: 2rem !important;
    }

    .hero-section .hero-subtext {
        font-size: 20px !important;
        line-height: 1.5 !important;
        margin-bottom: 3rem !important;
        max-width: 955px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .heroButtons button {
        font-size: 1.2rem !important;
        padding: 15px 30px !important;
        margin-bottom: 2rem !important;
    }

    .search-box {
        max-width: 1400px !important;
        height: 160px;
    }

    .search-box input[placeholder*="Locations"] {
        width: 200px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
        padding: 10px 15px !important;
    }

    
     input[placeholder*="Concern"] {
        font-size: 1.2rem !important;
        padding: 18px 25px !important;
    }



}

/* Specific for 1728 screen size - Bigger Mainslider */
@media (min-width: 1720px) and (max-width: 1830px) {
    .left-section {
        height: 60vh !important;
        padding: 80px 60px !important;
    }

    .right-section {
        height: 60vh !important;
    }

}
@media (min-width: 1920px) and (max-width: 2400px) {
    .left-section {
        height: 60vh !important;
        padding: 80px 60px !important;
    }

    .right-section {
        height: 60vh !important;
    }

    .joinUs {
        height: 20vh;
    }
    .joinUsAbout {
        height: 20vh;
    }

    .joinUs h1 {
        font-size: 48px !important;
        font-weight: 300 !important;
    }

    .joinUs-p {
        font-size: 20px !important;
        line-height: 1.6 !important;
        max-width: 800px !important;
    }

    .btn-join-us {
        font-size: 18px !important;
        padding: 15px 35px !important;
        border-radius: 10px !important;
        min-width: 130px !important;
    }

    .joinus-bg-image img {
        width: 400px !important;
        height: 400px !important;
        bottom: -100px !important;
    }
}

/* Specific for 1728 screen size - Reduce joinUs height */
@media (min-width: 1720px) and (max-width: 1730px) {
    .joinUs {
        height: 20vh;
    }
    .joinUsAbout {
        height: 20vh;
    }

    .joinUs h1 {
        font-size: 42px !important;
        font-weight: 300 !important;
    }

    .joinUs-p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        max-width: 700px !important;
    }

    .btn-join-us {
        font-size: 16px !important;
        padding: 12px 30px !important;
        border-radius: 10px !important;
        min-width: 120px !important;
    }

    .joinus-bg-image img {
        width: 350px !important;
        height: 350px !important;
        bottom: -80px !important;
    }

    .current-location-btn {
        font-size: 0.7rem !important;
        padding: 1px 2px !important;
        min-width: 10px !important;
    }

    .current-location-btn img {
        width: 12px !important;
        height: 12px !important;
    }
}

.herotaxt {
    color: #A0704C;
    font-size: 65px;
}

.heroButtons {
    margin-top: 20px;
    font-family: 'FONTSPRING DEMO - The Seasons', 'Cormorant Garamond', serif !important;

}

.hero-subtext {
    color: #A0704C !important;
}

.active-hero {
    background-color: #ed9d13;
}

.btn-outline-light {
    border-color: #A0704C !important;
    color: #A0704C !important;
}

.btn-outline-light:hover {
    /* background-color: #A0704C !important; */
    border-color: #A0704C !important;
    color: #A0704C !important;
}


.searchLabelWrap {
    display: flex;
    gap: 0.5rem;
    background: #5B4C3A;
    padding: 0.5rem 1rem;
    border-radius: 2rem;

    &:focus-within {
        outline: 2px solid white;
        outline-offset: 2px;
    }
}

.searchInput {
    border: 0;
    outline: 0;
    /* focus style on parent */
    background: transparent;
    font: inherit;
    color: white;
}

.icon {
    width: 1rem;
    aspect-ratio: 1;
    fill: currentColor;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
}

.scroll-down>a {
    background-color: #DED1BA;
    padding: 4px 12px;
    border-radius: 100px;
    width: 200px;
    border: none;
    display: block;
    margin: 0 auto;
}

.scroll-down {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}



.section-heading {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'TheSeasons', serif !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .section-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .section-heading {
        font-size: 2rem;
    }
}

.section-subtext {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color:  #5B4C3A;
    margin-bottom: 50px;
}

.feature-box {
    background-color: #f6f1ed;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.feature-title {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5B4C3A;
}

.feature-content {
    font-size: 14px;
    line-height: 1.6;
    color: #5B4C3A;
}

.feature-box:nth-child(2) {
    background-color: #cbb5a0;
    color: #fff;
}

.feature-box:nth-child(2) .feature-title,
.feature-box:nth-child(2) .feature-content {
    color: #fff;
}

@media (max-width: 768px) {
    .feature-box {
        margin-bottom: 20px;
    }
}

.split-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 60vh;
}

.left-section {
    background-color: #DED1BA;
    padding: 60px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
}

.right-section {
    position: relative;
    flex: 1;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    height: 90vh;
}

.right-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'FONTSPRING DEMO - The Seasons', 'Cormorant Garamond', serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.book-btn:hover {
    background-color: #f0e8dc;
}

.heading-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    /* line-height: 48px; */
    width: 320px;

}

.heading-text {
    font-size: 12px;
    color: #5e5e5e;
    margin-bottom: 40px;
    max-width: 320px;

}

.therapy-box {
    background-color: #8A7356;
    padding: 20px 20px;
    border-radius: 12px;
    color: #fff;
    max-width: 280px;
    height: 220px;
    position: relative;
    bottom: -20px;
}

.therapy-box h6 {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
}

.therapy-box p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
}

.therapy-nav {
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 1px;
    margin-top: 3rem;
}

.therapy-nav span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    color: #9d8265;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 14px;
}

.therapy-nav span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.counter {
    font-size: 1.2rem;
    font-weight: 400;
    color: #8a7761;
    margin-bottom: 20px;
}

.counter span {
    display: block;
}

@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
        min-height: auto;
    }

    .left-section {
        padding: 30px 20px !important;
        height: auto !important;
        min-height: auto !important;
    }

    .left-section .ms-5 {
        margin-left: 0 !important;
    }

    .left-section .ps-md-5 {
        padding-left: 0 !important;
    }

    .right-section {
        display: none;
    }

    .book-btn {
        position: static;
        transform: none;
        margin: 20px auto;
        display: flex;
        width: fit-content;
    }

    .shopnowBTN {
        display: none !important;
    }

    .heading-title {
        font-size: 24px !important;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 32px;
        width: 100% !important;
        max-width: 100%;
        text-align: left;
    }

    .heading-text {
        font-size: 12px;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }

    .counter-wrapper {
        height: 150px;
        width: 40px;
    }

    .counter-top {
        font-size: 20px;
    }

    .counter-bottom {
        font-size: 18px;
    }

    .counter-line {
        top: 28px;
        left: 10px;
        height: calc(100% - 55px);
    }

    .therapy-box {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 180px;
        position: static;
        bottom: 0;
        padding: 20px;
        margin-top: 20px;
    }

    .therapy-box h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .therapy-box p {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    .therapy-nav {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }

    .therapy-nav span {
        width: 30px;
        height: 30px;
    }
}

/* Tablets (portrait and landscape, 768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .left-section {
        padding: 40px 30px !important;
    }

    .heading-title {
        font-size: 26px !important;
        line-height: 34px;
    }

    .heading-text {
        font-size: 12px;
    }

    .therapy-box {
        max-width: 280px;
        height: 190px;
    }

    .counter-wrapper {
        height: 180px;
    }
}

/* Extra small devices (phones in portrait, less than 576px) */
@media (max-width: 576px) {
    .split-section {
        min-height: auto;
    }

    .left-section {
        padding: 20px 15px !important;
    }

    .heading-title {
        font-size: 20px !important;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .heading-text {
        font-size: 11px;
        margin-bottom: 25px;
    }

    .counter-wrapper {
        height: 120px;
        width: 35px;
    }

    .counter-top {
        font-size: 18px;
    }

    .counter-bottom {
        font-size: 16px;
    }

    .counter-line {
        top: 25px;
        left: 8px;
        height: calc(100% - 48px);
    }

    .therapy-box {
        padding: 15px;
        min-height: 160px;
        margin-top: 15px;
    }

    .therapy-box h6 {
        font-size: 15px;
    }

    .therapy-box p {
        font-size: 10px;
        margin-bottom: 35px;
    }

    .therapy-nav {
        margin-top: 10px;
    }

    .therapy-nav span {
        width: 28px;
        height: 28px;
    }

    .book-btn {
        font-size: 11px;
        padding: 10px 24px;
        margin: 15px auto;
    }

    .book-btn svg {
        width: 12px;
        height: 12px;
    }
}

/* Mobile landscape orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .split-section {
        min-height: auto;
    }

    .left-section {
        padding: 25px 20px !important;
        height: auto !important;
    }

    .heading-title {
        font-size: 22px !important;
        line-height: 30px;
    }

    .heading-text {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .counter-wrapper {
        height: 100px;
        width: 30px;
    }

    .counter-top {
        font-size: 16px;
    }

    .counter-bottom {
        font-size: 14px;
    }

    .counter-line {
        top: 22px;
        left: 7px;
        height: calc(100% - 42px);
    }

    .therapy-box {
        min-height: 140px;
        padding: 15px;
    }

    .therapy-box h6 {
        font-size: 14px;
    }

    .therapy-box p {
        font-size: 10px;
        margin-bottom: 30px;
    }
}

.counter-wrapper {
    position: relative;
    width: 50px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}

.counter-top,
.counter-bottom {
    font-size: 24px;
    font-family: 'Georgia', serif;
    font-weight: 500;
    color: #4d3b2c;
}

.counter-bottom {
    color: #b49c87;
    font-size: 20px;
}

.counter-line {
    position: absolute;
    top: 35px;
    left: 12px;
    height: calc(100% - 70px);
    /* Remove top/bottom offset */
    width: 1px;
    background-color: #d4bda8;
}

.section-title {
    font-size: 45px;
    font-weight: 400;
    margin-top: -30px;
    color: #7D684E;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'TheSeasons', serif !important;
}
@media (min-width: 1400px) {
    .section-title {
        font-size: 45px;
        font-weight: 400;
        margin-top: -100px;
        color: #7D684E;
        text-align: center;
        margin-bottom: 10px;
    }
}

.section-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #555;
}

.card-custom {
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(241, 238, 238, 0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.card-custom:hover {
    transform: translateY(-5px);
}

/* Reduced card dimensions */
.card-custom .card-body {
    padding: 15px 20px 20px 20px;
}

.card-custom .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.card-img-top {
    height: 400px;
    width: 400px;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: -20px;
    object-fit: cover;
    align-self: flex-end;
}

.doctorImages {
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}
.tagb {
    font-size: 12px;
    background: #dac19c;
    color: #444;
    border-radius: 50px;
    padding: 5px 12px;
    margin-right: 8px;
    width: fit-content;
    display: inline-block;
}

.tag {
    font-size: 12px;
    background: #dac19c;
    color: #444;
    border-radius: 50px;
    padding: 5px 12px;
    margin-right: 8px;
    width: fit-content;
    display: inline-block;
}

.whitedark {
    width: fit-content !important;
    display: flex;
    padding: 0 10px;
    gap: 8px;
    margin-bottom: 10px;
}

.tag {
    background-color: #E8DDD4;
    color: #5B4C3A;
    padding: 4px 10px;
    border-radius: 12px;
    margin-left: -9px;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    white-space: nowrap;
}

.btn-book {
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #F4EFE6;
    color: #2E2D29;
    font-family: 'TheSeasons', serif !important;
    font-weight: 500;
    transition: all 0.3s ease;

}

.btn-book:hover {
    background-color: #E8E0D3;
    color: #2E2D29;
    transform: translateY(-2px);

}

.btn-join-us {
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #F4EFE6;
    color: #2E2D29;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-join-us:hover {
    border: 1px solid #FFFFFF;
    border-radius: 10px;

    background-color: transparent;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.price {
    font-family: 'TheSeasons', serif !important;
    font-weight: 600;
    font-size: 20px;
    color: #2E2D29;
    margin-top: 10px;

}

.card-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #2E2D29;
    line-height: 1.3;
}

.card-text {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.docter-type {
    background-color: #5B4C3A;
    border-radius: 3rem;
    color: white;
    text-align: center;
    display: flex;
        align-items: center;
        font-size: 12px;
}

.joinUs {
    background-color: #8A7356;
    height: 35vh;
}
.joinUsAbout {
    background-color: #8A7356;
    height: 35vh;
}

.joinUs-p {
    width: 600px;
    color: #FBF9F7;
    font-weight: normal;
    font-size: px;

}


/* #HealerCommunity {
    font-size: 34px; font-weight: 100;
} */

@media (min-width: 1400px) {
    #HealerCommunity {
        font-size: 74px;
        font-weight: 100;
    }
}

@media (max-width: 768px) {

    .joinUs {
        background-color: #8A7356;
        height: 70vh;
    }
    .joinUsAbout {
        background-color: #8A7356;
        height: 30vh;
    }
    .joinUs-p {
        width: 20rem;
        color: white;
    }
}

.whitedark {
    background-color: white;
    border-radius: 2rem;
    padding: 4px 15px;
    width: 9rem;
    margin-bottom: 20px;
}


/* footer {
    background: #fdfaf7;
    padding: 40px 0 20px;
    font-size: 14px;
}

.footer-logo {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border: 1px solid #d9c9b9;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50%;
    color: #2c2c2c;
} */

/* footer h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

footer ul li a:hover {
    color: #000;
} */

.subscribe-text {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.subscribe-input {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 70%;
    outline: none;
    background-color: #DED1BA;
}

.btn-subscribe {
    border-radius: 50px;
    border: none;
    background: #5a4032;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
    margin-right: 10px;
}

.btn-subscribe:hover {
    background: #2c2c2c;
}

.footer-bottom {
    border-top: 1px solid #e5d9cd;
    padding-top: 15px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    color: #555;
}

.social-icons a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #5a4032;
    color: #5a4032;
    text-align: center;
    line-height: 26px;
    margin-left: 8px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #5a4032;
    color: #fff;
}

.booknow {
    background-color: #C4B39A;
    padding: 23px;
}

.booknow:hover {
    background-color: #b6b1ab;
    font-weight: 600;
}

.main-btn {
    background-color: #5B4C3A;
    color: white !important;
    border-radius: 10px;
    border: 1px solid #5B4C3A;
}

.main-btn:hover {
    background-color: #4b4032;
    color: white;
    border-radius: 10px;
    border: 1px solid #4b4032;
}

.main-btn2 {
    background-color: #8A7356;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.my-md-55 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.main-btn2:hover {
    background-color: #6f5b43;
    color: white;
    border-radius: 10px;
    border: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.main-btn2-icon {
    margin-left: 1px;
    transition: all 0.3s ease;
}

.main-btn2-icon path {
    transition: all 0.3s ease;
}

.main-btn2:hover .main-btn2-icon path {
    fill: white !important;
    stroke: white !important;
}

.main-btn3 {
    background-color: #F4EFE6;
    color: #2E2D29;
    border-radius: 10px;
    font-family: 'Cormorant Garamond', serif !important;
    /* border: 1px solid #C1B39D; */
}

.main-btn3:hover {
    background-color: #4b4032;
    color: white;
    border-radius: 10px;
    border: 1px solid #4b4032;
}

/* Improved Card Text Layout */
.practitioner-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.name-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.practitioner-name {
    /* font-family: 'Cormorant Garamond', serif !important; */
    font-size: 28px;
    font-weight: 500;
    color: #2E2D29;
    margin: 0;
    line-height: 1.2;
}

.price {
    font-family: 'TheSeasons', serif !important;
    font-size: 20px;
    font-weight: bold !important;
    color: #2E2D29;
    margin: 0;
    margin-right: 20px;
}

.service-tags-container {
    margin-bottom: 15px;
}

.service-tag {
    background-color: #5B4C3A;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
}

.practitioner-description {
    color: #2E2D29;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
}

.see-more-link {
    color: #2E2D29;
    text-decoration: underline;
    font-weight: 500;
}

.see-more-link:hover {
    color: #5B4C3A;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.book-session-btn {
    background-color: #C1B39D;
    color: #2E2D29;
    border: 1px solid #C1B39D;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.book-session-btn:hover {
    background-color: #B8A68A;
    color: #2E2D29;
    border-color: #B8A68A;
}

.view-profile-btn {
    background-color: #F4EFE6;
    color: #2E2D29;
    border: 1px solid #C1B39D;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-profile-btn:hover {
    background-color: #E8E0D3;
    color: #2E2D29;
    border-color: #B8A68A;
}

.location-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2E2D29;
    font-size: 13px;
    font-weight: 500;
}

.location-info svg {
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .name-price-row {
        flex-direction: column;
        gap: 10px;
    }

    .practitioner-name {
        font-size: 24px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .book-session-btn,
    .view-profile-btn {
        text-align: center;
    }
}

.btn-outline-custome {
    border: 1px solid #C1B39D;
    color: #5B4C3A;
    border-radius: 30px;
    padding: 10px 14px;
    margin-right: 12px;
    font-size: 16px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.btn-outline-custome:hover {
    border: 1px solid #C1B39D;

    border-radius: 30px;
}

.card {
    border: 1px solid #8A7356;
    padding: 6px;
    border-radius: 24px;
    margin-top: 20px;
    background-color: #FBF9F7;
    
}

.practitionerindex {
    background-color: #F4EFE6;

}

.practitionerindextext {
    font-size: 62px;
    line-height: 90%;

}


.practitionerindeximage img {
    border-radius: 30px !important;
}

.practitionerindexBox {
    margin: 20px;
    background-color: #5B4C3A;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    color: white;
}

/* .practitionerindexBox>p {
    font-size: 38px;
    font-family: 'Cormorant Garamond' !important;
    font-weight: 400;
} */

.practitionerabout {
    display: inline;
}

.practitionerabout>b {
    font-size: 62px;
    font-weight: 400 !important;
}

.practitioneraboutimage>img {
    /* height: 60vh; */
    object-fit: cover;
    border-radius: 30px;
}

.abovttext {
    font-size: 52px;
}

@media (max-width: 768px) {
    .practitionerindextext {
        font-size: 20px;
    }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .abovttext {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }

    .practitionerindexBox>p {
        font-size: 18px;
        font-family: 'Cormorant Garamond' !important;
        font-weight: 400;
    }

    .practitionerindeximage img {
        border-radius: 30px !important;
        margin-top: 62px;
    }

    .herotaxt {
        color: #FBF9F7;
        font-size: 20px;
    }
}

.form-control {
    border: 2px solid #C1B39D !important;
    border-radius: 10px !important;
    padding: 10px !important;
    background-color: white !important;
    color: #2E2D29 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.form-control:focus {
    border-color: #8A7356 !important;
    box-shadow: 0 0 0 0.2rem rgba(138, 115, 86, 0.25) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: #000000 !important;
    font-size: 13px !important;
    white-space: pre-line !important;
}

.accordion-item {
    border: 1px solid gray;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: white !important;
    box-shadow: none !important;
    border: 1px solid #8A7356;

}

.accordion-button {
    color: var(--bs-accordion-active-color);
    background-color: white !important;
    box-shadow: none !important;

}

.rating-box .stars i {
    color: #5B4C3B;
    /* brown star color */
    font-size: 18px;
}

.rating-text {
    background-color: #5B4C3B;
    /* brown background */
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.info-box {
    background-color: #8A7356;
    /* Brown color */
    border-radius: 14px;
}

.info-box h6 {
    color: #fff;
    font-size: 1rem;
}

.info-box p {
    color: #f9f5f0;
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    .info-box .border-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.profile-img-wrapper {
    background-color: #F4EFE6;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.profile-img-wrapper img {
    margin-top: 33px;
    display: flex;
    margin-left: 29px;
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.loading-bar {
    width: 200px;
    height: 8px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.loading-progress {
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #5b4c3a, #bfa67a, #5b4c3a);
    border-radius: 10px;
    animation: loadingMove 1.5s infinite ease-in-out;
}

@keyframes loadingMove {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(200%);
    }
}

.loading-text {
    margin-top: 10px;
    font-size: 14px;
    color: #5b4c3a;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #5b4c3a !important;
    border-color: #5b4c3a !important;
}

.form-check-input {
    background-color: #F4EFE6;
    border-color: #C1B39D;
}

/* Hero Section Mobile Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh;
        align-items: flex-start !important;
        padding-top: 40px !important;
        background-size: cover !important;
        background-position: center center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    .hero-section .container {
        padding: 0 20px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-section h1.herotaxt {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
        color: #A0704C !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 1rem !important;
    }

    .hero-section .hero-subtext {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
        margin-bottom: 1.5rem !important;
        color: #A0704C !important;
    }

    .heroButtons {
        flex-wrap: wrap;
        gap: 8px !important;
        margin-bottom: 1rem !important;
    }

    .heroButtons button {
        font-size: 0.75rem;
        padding: 6px 12px !important;
    }

    .scroll-down {
        display: none !important;
    }
}

/* Hero Section Small Mobile Responsive */
@media (max-width: 576px) {
    .hero-section {
        min-height: 100vh;
        padding-top: 30px !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    .hero-section .container {
        padding: 0 15px !important;
    }

    .hero-section h1.herotaxt {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.75rem !important;
    }

    .hero-section .hero-subtext {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        padding: 0 !important;
        margin-bottom: 1.25rem !important;
    }
}

/* Hero Section Extra Small Mobile Responsive */
@media (max-width: 480px) {
    .hero-section {
        min-height: 100vh;
        padding-top: 25px !important;
    }

    .hero-section .container {
        padding: 0 12px !important;
    }

    .hero-section h1.herotaxt {
        font-size: 2.35rem !important;
        margin-top: 10px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }

    .hero-section .hero-subtext {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }
}

/* Hero Section Very Small Mobile Responsive */
@media (max-width: 360px) {
    .hero-section {
        padding-top: 20px !important;
    }

    .hero-section .container {
        padding: 0 10px !important;
    }

    .hero-section h1.herotaxt {
        font-size: 1.2rem !important;
    }

    .hero-section .hero-subtext {
        font-size: 0.7rem !important;
    }
}

/* Hero Section Small Mobile Responsive */
@media (max-width: 576px) {
    .hero-section {
        min-height: 100vh;
        background-size: cover !important;
        background-position: center center !important;
        align-items: start;
        padding-top: 20px;
    }
}

/* Hero Section Extra Small Mobile Responsive */
@media (max-width: 480px) {
    .hero-section {
        min-height: 100vh;
        background-size: cover !important;
        background-position: center center !important;
    }
}

/* Hero Section Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        background-size: cover !important;
        background-position: center center !important;
    }
}

/* Hero Section Desktop/Laptop Responsive */
/* @media (min-width: 1025px) and (max-width: 1399px) {
    .hero-section {
       max-height: 80vh !important;
        background-position: center center !important;
        background-attachment: scroll !important;
    }
} */

/* Hero Section Laptop Specific (1366px - 1440px) */
@media (min-width: 1366px) and (max-width: 1440px) {
    .hero-section {
        background-size: 100% 100% !important;
        background-position: center center !important;
        min-height: 80vh !important;
        padding: 0px;
        margin: 0px;
    }
}

/* Hero Section Standard Laptop (1280px - 1365px) */
@media (min-width: 1280px) and (max-width: 1365px) {
    .hero-section {
       
        background-position: center center !important;
        min-height: 100vh !important;
    }
}

/* Hero Section Large Laptop (1441px - 1600px) */
@media (min-width: 1441px) and (max-width: 1600px) {
    .hero-section {
        background-size: cover !important;
        background-position: center center !important;
        min-height: 80vh !important;
    }
}

/* Hero Section Extra Large Screens (1601px - 1699px) */
@media (min-width: 1601px) and (max-width: 1699px) {
    .hero-section {
        background-size: cover !important;
        background-position: center center !important;
        min-height: 100vh !important;
    }
}

/* Hero Section Ultra Large Screens (2431px and above) */
@media (min-width: 2431px) {
    .hero-section {
        background-size: cover !important;
        background-position: center center !important;
        min-height: 80vh !important;
    }
}


.btn-check:checked+.btn-outline-custom {
    background-color: #7D684E !important;
    border-color: #7D684E !important;
    color: white !important;
}

.booking-card {
    background: #FFFFFF;
    border: 1px solid #DED1BA;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.booking-left {
    flex: 0 0 auto;
}

.booking-thumb {
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.booking-middle {
    flex: 1 1 auto;
}

.booking-title {
    margin: 0 0 8px 0;
    color: #2E2D29;
}

.practitioner {
    display: flex;
    align-items: center;
}

.practitioner-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.practitioner-name {
    font-weight: 500;
    font-size: 15px;
    color: #2E2D29;
    line-height: 1.4;

}

.rating {
    color: #5B4C3A;
    font-weight: 600;
}

.booking-right {
    flex: 0 0 auto;
    text-align: right;
}

.date-chip {
    background: #2E2D29;
    color: #fff;
    border-radius: 24px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.chips {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.chip {

    border-radius: 24px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tag {
    color: #2E2D29;
    font-weight: 600;
    font-size: 12px;
}

.empty-state {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #DED1BA;
    border-radius: 12px;
}

.empty-card {
    padding: 40px 20px;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
    .section-header h5 {
        font-size: 24px !important;
    }

    .booking-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-left {
        width: 100%;
    }

    .booking-thumb {
        width: 100%;
        height: 180px;
    }

    .booking-middle {
        width: 100%;
    }

    .booking-right {
        width: 100%;
        text-align: left;
    }

    .date-chip {
        font-size: 11px;
        padding: 8px 12px;
        width: 100%;
        justify-content: center;
    }

    .chips {
        justify-content: flex-start;
        margin-top: 12px;
    }
}






/* container */


/* each button wrapper */
.signin-toggle .option {
    position: relative;
    cursor: pointer;
    width: 100%;
}

/* hide the native radio */
.signin-toggle input[type="radio"] {
    display: none;
}

/* customize the clickable area */
.signin-toggle span {
    display: block;
    padding: 12px 60px;
    border: 1px solid #c9b39a;
    border-radius: 10px;
    font-size: 18px;
    color: #876b52;
    background: #fff;
    transition: 0.25s ease;
}
.signin-toggle:hover span {
    background: #f7efe6;
    border-color: #b89f85;
}

/* selected style */
.signin-toggle input[type="radio"]:checked+span {
    /* background: #f7efe6; */
    border-color: #b89f85;
   
}

.healer-network-title-link {
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-bottom: none !important;
    outline: none !important;
}

.healer-network-title-link:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.healer-network-title-link:focus {
    text-decoration: none !important;
    border-bottom: none !important;
}

.healer-network-title-link:active {
    text-decoration: none !important;
    border-bottom: none !important;
}

.healer-network-title-link:visited {
    text-decoration: none !important;
    border-bottom: none !important;
}

.healer-network-title {
    color: #5B4C3A;
    font-family: 'TheSeasons', serif !important;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    user-select: none;
    cursor: pointer;
    text-decoration: none !important;
    border-bottom: none !important;
}

.healer-network-title:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Main container */
.form-group {
    max-width: 520px;
    margin: 0 auto;
    font-family: Inter, system-ui, Arial, sans-serif;
}

/* Label styling */
.form-label-custom {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

/* Card input area */
#card-element {
    padding: 14px 16px;
    min-height: 52px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease-in-out;
    font-size: 16px;
}

/* Focus style */
#card-element:focus,
#card-element:focus-within {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

/* Hover effect */
#card-element:hover {
    border-color: #c7d2fe;
}

/* Error state (add this class by JS if needed) */
#card-element.error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239,68,68,0.15);
}

/* Success state (add this class by JS if needed) */
#card-element.success {
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34,197,94,0.15);
}

.contact-btn {
    background-color: white;
    color: #2E2D29;
    border-radius: 10px;
    font-family: 'TheSeasons', serif !important;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background-color: #8A7356 !important;
    color: white !important;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* Mobile responsive */
@media (max-width: 576px) {
    #card-element {
        padding: 12px 14px;
        min-height: 48px;
    }

    .form-label-custom {
        font-size: 14px;
    }
    .f-62 {
    font-size: 32px !important;
}
.f-48 {
    font-size: 20px !important;
}
.f-32 {
    font-size: 28px !important;
}
.f-28 {
    font-size: 27px !important;
}
.f-24 {
    font-size: 12px !important;
}
.f-40 {
    font-size: 20px !important;
}
}
