@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --heading-color: #371e0f;
    --gray-txt: #78718b;
    --light-heading: #dfaa8b;
    --heading-font: "Oswald", sans-serif;
    --para-font: "Roboto", sans-serif;
    --txt-lg: 20px;
    --txt-md: 18px;
}

.heading-color {
    color: var(--heading-color);
}

.gray-txt {
    color: var(--gray-txt);
}

.light-heading {
    color: var(--light-heading);
}

.para-font,
.font-roboto {
    font-family: var(--para-font);
}

.heading-font,
.font-oswald {
    font-family: var(--heading-font) !important;
}

.txt-lg {
    font-size: var(--txt-lg);
}

.txt-md {
    font-size: var(--txt-md);
}

a,
p,
ul li {
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif !important;
}

.peer:checked~.peer-checked\:icon-radio-select,
.peer:checked~.peer-checked\:icon-check-box{
    color: #371e0f;
    font-size: 21px;
}

.form-select,
.form-control {
    border: 1px solid #371e0f;
    border-radius: 30px;
    padding: 10px 20px;
    line-height: normal;
    font-size: 14px;
    width: 100%;
}

textarea::placeholder{
    color: #371e0f;
}

input[type="date"] {
    position: relative;
    padding-right: 30px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z" fill="%2378718B"/></svg>') no-repeat right 10px center;
    background-size: 20px;
}

/* Hide Icon on Firefox Browser */
@-moz-document url-prefix() {
    input[type="date"] {
        background-image: none;
        padding: 10px;
    }
}

/* Hide the default icon while keeping it clickable (Chrome/Safari) */
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

/* Hide Select box icons */
select {
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard */
}

img{
    object-fit: cover;
}

select:focus,
select:focus-visible{
    outline: none;
}

.large-container {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.container {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}

.rounded-lg{
    border-radius: 10px;
}

h1{
    font-size: 46px;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 26px;
}

h4{
    font-size: 20px;
}

/* Quantity changer button */
.qty-changer-small{
    width: fit-content;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.qty-changer-small button,
.qty-changer-small span{
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* ---- home-page-css-start-here ----- */
.home-hero-bg-wrap {
    background-image: url(../images/home-hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 15px;
    border-radius: 20px;
    background-position: center;
}

.hero-banner-content-col h1 {
    width: 70%;
    line-height: normal;
}
/* 
#offersContainer .swiper-scrollbar,
.home-our-products .swiper-scrollbar{
    display: none;
} */

.home-booking-filters-wrap {
    box-shadow: 0px 4px 20px 0px #0000000d;
    border-radius: 20px;
    padding: 50px;
    padding-bottom: 70px;
    margin-top: -80px;
    background-color: #fff;
}

.home-filter-search-btn {
    background-color: #dfaa8b;
    padding: 10px 60px;
    border-radius: 40px;
    font-size: 18px;
    font-family: "Oswald";
    color: #371e0f;
}

.services-treatment-btn {
    padding: 8px 18px;
    line-height: normal;
}

.offer-card-wrap.offer-330 {
    background-image: url(../images/offer_one.png);
}

.offer-card-wrap.offer-260 {
    background-image: url(../images/offer-img.png);
}

.offer-card-wrap {
    border-radius: 20px;
    padding: 30px 50px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.offer-card-wrap.offer-330 .offer-card-header {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: auto;
}

.offer-price-txt {
    font-size: 36px;
}

/* Product Details Page Hero */

.product-detail-page-hero > div{
    flex: 2;
}

.product-detail-page-hero > .product-page-content{
    flex: 1.5;
}

.product-detail-page-hero .product-page-content .final-price{
    padding-right: 10px;
}

/* Service Page */
.servicePage-categoryTabsWrapper button:hover svg{
    fill: #c07a3a !important;
    color: #c07a3a !important;
}

/* Perfume Page Pagination Spacing */
nav[role="navigation"] div:nth-child(2) {
    gap: 1rem;
}

nav .nav-link{
    position: relative;
    padding: 5px 0;
}

nav .nav-link::before,
nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #DFAA8B;
  transition: width 0.5s ease-in-out;
}

nav .nav-link::before {
  top: 0;
  left: 0;
}

nav .nav-link::after {
  bottom: 0;
  right: 0;
}

nav .nav-link:hover::before,
nav .nav-link:hover::after {
  width: 50%;
}

nav .nav-link.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #DFAA8B;
}

nav .nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 2px;
    background: #DFAA8B;
}

.nav-seperator::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9D9D9;
}

/* ---- home-page-css-end-here ----- */

/* Gallery Page */
.category-tabs ul li{
    padding: 5px 10px;
}

.category-tabs ul li:hover button{
    color: #DFAA8B;
}

.category-tabs ul li button{
    color: #78718B;
    font-size: 16px;
}

.category-tabs ul li.active,
.category-tabs ul li.active button{
    color: #DFAA8B;
    position: relative;
}

.category-tabs ul li.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DFAA8B;
}

.image-gallery-section .image-container img{
    width: 100%;
    height: auto;
}

/* Contact Us Page Form*/
.contact-us-form input[type="text"],
.contact-us-form input[type="email"]{
    border: none;
}

.contact-us-form .form-field:has(p) .form-input{
    border-color: #ef4444 !important;
}

/* Modal Box */
#editCrossSellProducts .cross-sell-grid,
#crossSellProducts .cross-sell-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    justify-items: self-start;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card,
#crossSellProducts .cross-sell-grid .cross-sell-card {
    /* width: 240px; */
    position: relative;
    height: -webkit-fill-available;
    padding: 10px;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card.selected::after,
#crossSellProducts .cross-sell-grid .cross-sell-card.selected::after{
    content: "✔";
    position: absolute;
    top: 15px;
    right: 15px;
    background: #dfaa8b;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card img,
#crossSellProducts .cross-sell-grid .cross-sell-card img{
    width: 220px;
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card .card-info,
#crossSellProducts .cross-sell-grid .cross-sell-card .card-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #371e0f;
    margin: 0;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card .card-info .cross-title,
#crossSellProducts .cross-sell-grid .cross-sell-card .card-info .cross-title{
    font-family: var(--heading-font);
    line-height: 1.2;
    font-size: 14px;
}

#editCrossSellProducts .cross-sell-grid .cross-sell-card .card-info .cross-price,
#crossSellProducts .cross-sell-grid .cross-sell-card .card-info .cross-price{
    font-family: var(--para-font);
    font-size: 12px;
    color: #666;
}

.panel-side.journal-scroll .icon-arrow-up,
.panel-side.journal-scroll .icon-arrow-down{
    color: #371e0f;
}

.peer:checked~.peer-checked\:icon-check-box:before{
    color: #371e0f;
}

/* Billing Address Section */
.address-column:has(.shipping-section) .billing-address-section,
.address-column:has(.shipping-section) .checkout-progess-steps{
    display: none;
}

.shipping-section .shipping-card-method.active,
.payment-section .payment-card-method.active{
    border: 1px solid #DFAA8B;
    border-radius: 10px;
}

.shipping-section .shipping-card-method.active .icon-radio-unselect,
.shipping-section .shipping-card-method.active .price-shipping,
.payment-section .payment-card-method.active .icon-radio-unselect,
.payment-section .payment-card-method.active .price-shipping{
    color: #dfaa8b
}

.billing-address-section form{
    margin: 0;
}

/* ----- media-query-start-here ----- */
@media screen and (max-width: 1600px) {
    .large-container {
        max-width: 1440px;
    }

    .container {
        max-width: 1170px;
    }

    .hero-banner-content-col h1 {
        font-size: 78px !important;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --txt-lg: 18px;
        --txt-md: 16px;
    }

    h1{
        font-size: 40px !important;
    }

    h2{
        font-size: 32px !important;
    }

    h3{
        font-size: 26px !important;
    }

    h4{
        font-size: 20px !important;
    }    

    .large-container {
        max-width: 1280px;
    }

    .container {
        max-width: 1170px;
    }

    .home-hero-bg-wrap {
        padding: 3rem 15px 8rem;
    }

    .services-treatment-heading-wrap {
        font-size: 18px;
    }

    .services-treatment-price-wrap {
        font-size: 16px;
    }

    /* .home-our-products {
        background-color: #fafafa;
        padding: 80px 0;
    } */

    .product-slider-product-name-wrap {
        font-size: 18px;
        letter-spacing: normal;
    }

    .product-slider-price-wrap {
        font-size: 18px;
        letter-spacing: normal;
    }

    .sbt-team-member-name {
        font-size: 18px;
    }

    .sbt-team-member-designation {
        font-size: 14px;
    }

    .offer-card-des {
        font-size: 14px;
    }

    .offer-price-txt {
        font-size: 24px;
    }

    .offer-save-txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    
    h1{
        font-size: 36px !important;  
    }

    h2{
        font-size: 28px !important;
    }

    h3{
        font-size: 20px !important;
    }

    h4{
        font-size: 18px !important;
    }

    .hero-banner-content-col h1 {
        font-size: 65px !important;
    }

    #offersContainer .offer-card {
        min-width: 220px;
    }

    #offersContainer .offer-card span {
        font-size: 16px;
    }

    #offersContainer .offer-card p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    h1{
        font-size: 36px !important;
    }

    h2{
        font-size: 28px !important;
    }

    h3{
        font-size: 20px !important;
    }

    h4{
        font-size: 18px !important;
    }

    .product-detail-page-hero{
        flex-wrap: wrap;
    }

    .product-detail-page-hero > div{
        flex: 1 !important;
    }


    h2 {
        font-size: 46px !important;
    }

    .home-offers-sec .offer-card-grid-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .hero-banner-content-col h1 {
        font-size: 50px !important;
    }

    #bookingForm .home-filter-search-btn {
        padding: 10px 40px;
    }

    /* Landing page CSS */
    .landing-page-grid .landing-right-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    h1{
        font-size: 30px !important;
    }

    h2{
        font-size: 24px !important;
    }

    h3{
        font-size: 20px !important;
    }

    h4{
        font-size: 18px !important;
    }

    .hero-banner-content-col h1 {
        font-size: 47px !important;
    }

    /* #bookingForm .form-group .form-select,
    #bookingForm .form-group .form-control {
        width: 120px;
    } */

    .home-assets-sec .container .stat {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        text-align: center;
    }

    .home-assets-sec .container .stat div {
        flex-direction: row;
    }

    #bookingForm .home-filter-search-btn {
        padding: 10px 40px;
    }

    .product-about h2{
        font-size: 24px !important;
    }
    
    .user-profile-edit > div{
        grid-column: 1/3;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .user-profile-edit > div{
        grid-column: 1/3;
    }

    .user-account-side-panel{
        width: 250px !important;
        min-width: 250px !important;
    }
}

@media screen and (max-width: 576px) {
    .product-detail-page-hero .product-page-content .qty-btn,
    .product-detail-page-hero .product-page-content .add-cart-btn{
        width: 100%;
    }

    header .large-container div {
        flex-wrap: nowrap;
    }

    header .large-container div:nth-child(1) {
        flex: 1;
    }

    header .large-container div:nth-child(2) {
        margin-top: 0;
    }

    .home-hero-bg-wrap {
        background-color: #f1ede4;
        background-image: none;
    }

    .hero-banner-content-col h1 {
        font-size: 36px !important;
        width: 100%;
    }

    .home-booking-filters-wrap {
        padding: 20px;
        padding-bottom: 50px;
    }

    #bookingForm .form-group .form-select,
    #bookingForm .form-group .form-control {
        width: 100%;
    }

    .landing-page-grid .landing-right-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* .home-booking-filters-wrap .booking-form-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    } */

    /* .home-booking-filters-wrap .form-btn-submit {
        grid-column-start: 1;
        grid-column-end: 3;
    } */

    .home-booking-filters-wrap .form-btn-submit button {
        width: 100%;
    }

    .home-assets-sec .container .stat {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        text-align: center;
    }

    .home-assets-sec .container .stat div {
        flex-direction: row;
    }
}

/* ----- media-query-end-here ----- */





/* Custom Css To hide */

/* textarea#short_description {
    display: none !important;
} */

.mb-4.w-full.custom_booking_qty {
    display: none;
}