/* ===================================
    Crafto - Spa salon
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #cda765;
    --very-light-gray:#EEE8E6;
    --dark-gray:#36332e;
    --medium-gray: #858181;
    --light-medium-gray: #f8f3f0;
    --alt-font: 'Rufina', serif;
    --primary-font: 'Jost', sans-serif;
} 
/* reset */
body, html {
    overflow-x: hidden;
}
body {
    font-size: 18px;
    line-height: 30px;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 19px;
    padding: 50px 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.header-icon .header-social-icon a {
    padding-left: 25px;
}
/* swiper number */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    height: 1px;
    background-color: var(--base-color);
}
.magic-drag-cursor #ball-cursor:before {
  content: "DRAG";
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary-font) !important;
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
    right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
    left: 30px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.375rem;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    letter-spacing: 1.5px;
    font-weight: 400;
}
.btn.btn-double-border.btn-border-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-double-border.btn-border-base-color:after {
    border-color: var(--base-color); 
    transition: 0.3s ease;
}
/* bg gradient color */
.bg-gradient-nero-grey-brown { 
    background-image: linear-gradient(to right, #191919, #1c1a1d, #211b20, #261c21, #2c1d20);
}
.bg-base-color-transparent {
    background-color: rgba(244, 134, 110,.9);
}
.bg-base-color-transparent-light {
    background-color: rgba(244, 134, 110,.2);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #36332e 7%, transparent 100%);
}
/* border color */
.border-color-light-gray {
    border-color: #DCD7D4 !important;
}
/* slider custom text */
.swiper-button-prev.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
    border-color: #DCD7D4; 
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
.services-box-style-02:hover img{
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
}
.large-icon li {
    margin: 0 3px;
}
.social-icon-style-04 ul li a span {
    background-color: var(--base-color) !important;
}
.team-style-05 .social-icon a {
    margin: 0 10px;
}
/* page title */
.page-title-extra-large h1 {
    font-size:4.375rem;
    line-height: 4.375rem;
}
/* tab style */
.tab-style-04 .nav-tabs .nav-item .nav-link, .tab-style-04 .nav-tabs .nav-item .nav-link.active, .tab-style-04 .nav-tabs .nav-item .nav-link.show, .tab-style-04 .nav-tabs .nav-item .nav-link:hover {
    color: var(--white);
}
.tab-style-04 .nav-tabs .nav-item {
    padding: 0 16px;
}
.tab-style-04 .nav-tabs .nav-item:first-child {
    padding-left: 0;
}
.tab-style-08 ul .nav-item {
    border-color: #DCD7D4;  
}
.tab-style-08 ul .nav-item .nav-link, .tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
/* map style */
.arrow_box.marker02:after { 
    width: 65px;
    height: 80px;
    background: url("../../images/demo-spa-salon-contact-map-icon.png") left center no-repeat; 
    left: -22px;
    top: -60px; 
}
/* footer */
footer .elements-social .medium-icon li a {
    width: 50px;
    height: 50px;
}
footer.half-footer {
    padding: 70px 0;
}
/* media query responsive */
@media (max-width: 1399px) {
    .center-logo .navbar-nav .nav-link, header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1199px) {
    .navbar.center-logo .navbar-nav .nav-link, header.sticky .center-logo .navbar-nav .nav-link {
        padding: 50px 10px;
    }
    .header-icon .header-social-icon a {
        font-size: 15px;
    }
    .lg-me-2px {
        margin-right: 2px !important;
    }
}
@media (max-width: 991px) {
    header .navbar-brand,
    header.sticky .fixed-header .navbar-brand, 
    header.sticky .disable-fixed .navbar-brand{
        padding: 15px 0;
    }
    header .navbar-brand img {
        max-height: 50px;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 15px 10px;
    }
    footer.half-footer {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    footer.half-footer {
        padding: 50px 0;
    }
    footer .large-icon li {
        margin: 0;
    }
    #map {
        height: 400px !important;
    }
    .tab-style-04 .nav-tabs .nav-item,
    .tab-style-04 .nav-tabs .nav-item:first-child{
        padding: 0 16px;
    }
    /* swiper slider */
    .slider-navigation-style-01.swiper-button-next {
        right: 15px;
    }
    .slider-navigation-style-01.swiper-button-prev {
        left: 15px;
    }
}




/* Reduce gap below title */
.udaan-text h3 {
    margin-bottom: 3px;
}

/* Increase gap after location */
.udaan-text .location {
    display: block;
    margin-bottom: 28px !important;
}

/* Smaller paragraph text */
.udaan-text p {
    font-size: 17px;
    line-height: 26px;

}


.udaan-text {
    max-width: 620px;
}


/* Offers section text tuning */
.interactive-banner-style-07 h6 {
    margin-bottom: 20px; /* space between title and paragraph */
}

.interactive-banner-style-07 h6.mb-0 {
    margin-bottom: 14px !important;
}

.interactive-banner-style-07 p {
    line-height: 22px;  /* tighter than current 30px */
    margin-bottom: 0;   /* avoid extra spacing below */
}

/* Fix overlay blocking clicks */
.overlay-bg {
    pointer-events: none;
}

/* Ensure clickable content is above overlay */
.interactive-banner-style-07 figcaption {
    position: relative;
    z-index: 2;
}

.interactive-banner-style-07 .hover-content {
    position: relative;
    z-index: 2;
}

.interactive-banner-style-07 .hover-hide-content {
    position: relative;
    z-index: 3;
}

/* Optional: make button feel clickable */
.interactive-banner-style-07 a {
    cursor: pointer;
}

.testimonials-style-11 {
    margin-bottom: 10px !important;
}

.overlap-gap-section {
    padding-bottom: 20px !important;
}


select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='%2336332e' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;

    padding-right: 40px; /* space for arrow */
    cursor: pointer;
}

input.form-control,
textarea.form-control,
select.form-control {
    padding: 16px 20px !important;
}


.sticky-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-decoration: none;
}

.sticky-whatsapp img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.sticky-whatsapp:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .sticky-whatsapp {
        width: 75px;
        height: 75px;
        right: 15px;
        bottom: 15px;
    }
}



/* ===================================
   Udaan Editorial Masonry Gallery (FINAL)
====================================== */

.udaan-editorial-masonry-section {
    padding: 40px 90px 20px;
    background: #ffffff;
}

@media (max-width: 1199px) {
    .udaan-editorial-masonry-section {
        padding: 40px 60px 20px;
    }
}

@media (max-width: 767px) {
    .udaan-editorial-masonry-section {
        padding: 30px 20px 20px;
    }
}

.udaan-editorial-masonry {
    column-count: 5;
    column-gap: 34px;
}

.udaan-editorial-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 34px;
    vertical-align: top;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.udaan-editorial-item img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 20px;
}

/* Caption styling – FINAL */
.udaan-editorial-masonry .udaan-editorial-item p {
    margin: 0;
    padding: 0 8px;
    text-align: center;

    font-style: normal !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;

    font-size: 14px !important;
    line-height: 20px !important;

    font-weight: 400;
    color: #000000;
}

/* Divider line */
.udaan-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 1400px) {
    .udaan-editorial-masonry {
        column-count: 4;
    }
}

@media (max-width: 1100px) {
    .udaan-editorial-masonry {
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .udaan-editorial-masonry {
        column-count: 1;
        column-gap: 0;
    }

    .udaan-editorial-masonry-section {
        padding: 25px 20px 10px;
    }
}


.explore-properties .container {
    max-width: 1600px;   /* increase from default */
}


.explore-properties img {
    height: 320px;
	aspect-ratio: 3 / 4;
    object-fit: cover;
	display: block;
}


/* ================================
   Explore Properties - FINAL
================================ */

/* Section spacing (optional) */
.explore-properties {
    width: 100%;
}

/* Card layout */
.explore-properties .property-card {
    width: 100%;
}

/* 3:4 Image Wrapper */
.explore-properties .image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

/* Image behavior */
.explore-properties .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remove template overrides (VERY IMPORTANT) */
.explore-properties img,
.explore-properties .hover-box,
.explore-properties .services-box-style-02 {
    height: auto !important;
}

/* Optional: spacing for text */
.explore-properties h3 {
    margin-top: 15px;
}

.explore-properties p {
    margin-bottom: 20px;
}

/* =========================
   UDAAN SECTION
========================= */

#udaan .udaan-main-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

#udaan .udaan-main-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* keep text area neat */
#udaan .udaan-text {
    max-width: 620px;
}

#udaan .udaan-text h3 {
    margin-bottom: 3px;
}

#udaan .udaan-text .location {
    display: block;
    margin-bottom: 28px !important;
}

#udaan .udaan-text p {
    font-size: 17px;
    line-height: 26px;
}

/* remove default swiper icon */
#udaan .udaan-main-prev:after,
#udaan .udaan-main-next:after {
    display: none;
}

/* arrow container */
#udaan .udaan-main-prev,
#udaan .udaan-main-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 10;
    cursor: pointer;
    background: none !important;
    box-shadow: none !important;
    border: 0;
}

/* arrow positions */
#udaan .udaan-main-prev {
    left: 18px;
}

#udaan .udaan-main-next {
    right: 18px;
}

/* white chevron arrows like reference */
#udaan .udaan-main-prev::before,
#udaan .udaan-main-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

/* left */
#udaan .udaan-main-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

/* right */
#udaan .udaan-main-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* hover */
#udaan .udaan-main-prev:hover::before,
#udaan .udaan-main-next:hover::before {
    border-color: #dba765;
}

/* mobile */
@media (max-width: 991px) {
    #udaan .udaan-main-slider .swiper-slide img {
        aspect-ratio: 3 / 4;
    }

    #udaan .udaan-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #udaan .udaan-main-prev,
    #udaan .udaan-main-next {
        width: 36px;
        height: 36px;
    }

    #udaan .udaan-main-prev {
        left: 10px;
    }

    #udaan .udaan-main-next {
        right: 10px;
    }

    #udaan .udaan-main-prev::before,
    #udaan .udaan-main-next::before {
        width: 14px;
        height: 14px;
    }

    #udaan .udaan-text p {
        font-size: 16px;
        line-height: 25px;
    }
}








/* =========================
   CLEAN HEADER / NAV FIX
========================= */

/* normal header */
.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 34px 14px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

header .navbar-brand {
    padding: 20px 0;
}

header .navbar-brand img {
    max-height: 64px;
}

.header-button .btn {
    padding: 10px 16px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}

/* sticky header */
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand,
header.sticky .navbar-brand {
    padding: 12px 0 !important;
}

header.sticky .navbar-brand img {
    max-height: 52px;
}

header.sticky .navbar .navbar-nav,
header.sticky.sticky-active .navbar .navbar-nav {
    align-items: center;
}

header.sticky .navbar .navbar-nav .nav-link,
header.sticky.sticky-active .navbar .navbar-nav .nav-link {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 18px 10px !important;
    letter-spacing: 0.7px;
    font-weight: 500;
}

header.sticky .header-button .btn,
header.sticky.sticky-active .header-button .btn {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

/* =========================
   FINAL NAV / STICKY FIX
========================= */

/* keep nav vertically centered */
.navbar,
.navbar .navbar-nav,
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

/* normal nav links */
.navbar .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    padding: 0 14px !important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: 400;
    box-sizing: border-box;
}

/* sticky nav links */
header.sticky .navbar .navbar-nav .nav-link,
header.sticky.sticky-active .navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 10px !important;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-weight: 500;
    box-sizing: border-box;
}

/* brand sizing */
header .navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
    height: 86px;
}

header .navbar-brand img {
    max-height: 64px;
    width: auto;
}

header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand,
header.sticky .navbar-brand {
    height: 64px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

header.sticky .navbar-brand img {
    max-height: 52px;
    width: auto;
}

/* button alignment */
.header-icon,
.header-button {
    display: flex;
    align-items: center;
    height: 86px;
}

header.sticky .header-icon,
header.sticky .header-button,
header.sticky.sticky-active .header-icon,
header.sticky.sticky-active .header-button {
    height: 64px;
}

/* active link: color only, no underline, no box-shadow, no border */
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.inner-link.active,
header.sticky .navbar .navbar-nav .nav-link.active,
header.sticky .navbar .navbar-nav .nav-link.current,
header.sticky .navbar .navbar-nav .nav-link.inner-link.active,
header.sticky.sticky-active .navbar .navbar-nav .nav-link.active,
header.sticky.sticky-active .navbar .navbar-nav .nav-link.current,
header.sticky.sticky-active .navbar .navbar-nav .nav-link.inner-link.active {
    color: #b18a46 !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* keep desktop logo larger only if desired */
@media (min-width: 992px) {
    header .navbar-brand img {
        max-height: 64px;
    }
}


/* Outline "Let's Talk" button */
.btn-outline-talk {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;

    color: var(--base-color);
    background: transparent;
    border: 1px solid var(--base-color);

    transition: all 0.3s ease;
    text-transform: uppercase;
}

/* icon sizing */
.btn-outline-talk i {
    font-size: 12px;
}

/* hover state */
.btn-outline-talk:hover {
    background: var(--base-color);
    color: #ffffff;
    border-color: var(--base-color);
}

/* sticky state (keep proportion) */
header.sticky .btn-outline-talk {
    padding: 8px 14px;
    font-size: 12px;
}

/* =========================
   TESTIMONIAL FONT
========================= */

#testimonials h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}



/* Offers - Know More button */
.interactive-banner-style-07 .hover-hide-content span {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    padding: 8px 20px;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* arrow spacing */
.interactive-banner-style-07 .hover-hide-content span .arrow {
    margin-left: 6px;
}

/* hover effect */
.interactive-banner-style-07 .hover-hide-content span:hover {
    background: #ffffff;
    color: #36332e !important;
}

/* =========================
   TESTIMONIAL SECTION TOP PADDING
========================= */

#testimonials {
    padding-top: 60px;
}
/* =========================
   Footer text size
========================= */

footer {
    font-size: 12px;
    line-height: 20px;
    color: #6c6c6c;
}

/* =========================
   Reducing gap in book section
========================= */

#book {
    padding-bottom: 30px;
}

/* =========================
   faq accordion
========================= */

#faq .accordion {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    #faq .accordion {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#faq h4 {
    margin-left: 0;
}

#faq .accordion {
    padding-left: 0;
    padding-right: 0;
}


.udaan-editorial-masonry-section {
    padding: 100px 40px;
}

.udaan-editorial-masonry {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .udaan-editorial-masonry-section {
        padding: 60px 15px;
    }
}


#udaan {
    padding-top: 80px;
}

#offers {
    padding-top: 0px;
}

#offers h4 {
    margin-bottom: 20px;
}



/* Thank you page */
.thank-you-page .navbar .navbar-nav .nav-link {
    color: #000000 !important;
}

.thank-you-page .navbar .navbar-nav .nav-link:hover,
.thank-you-page .navbar .navbar-nav .nav-link.active {
    color: var(--dark-gray) !important;
}

.thank-you-page .navbar-toggler-line {
    background-color: #000000 !important;
}

.thank-you-page .default-logo {
    display: none !important;
}

.thank-you-page .alt-logo,
.thank-you-page .mobile-logo {
    display: inline-block !important;
}

.thank-you-page .thank-you-hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


.thank-you-page .default-logo {
    display: none !important;
}

.thank-you-page .alt-logo {
    display: inline-block !important;
}

.thank-you-page .mobile-logo {
    display: inline-block !important;
}


/* Center Explore buttons on mobile only */
@media (max-width: 768px) {
    
    /* Target buttons inside Udaan & Geometrica sections */
    #udaan .btn,
    #geometrica .btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* If button is inside a wrapper/div */
    #udaan .btn-wrapper,
    #geometrica .btn-wrapper {
        text-align: center;
    }
}


@media (max-width: 767px) {
    #udaan .header-button,
    #geometrica .header-button {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
        margin-top: 20px;
    }

    #udaan .header-button .btn,
    #geometrica .header-button .btn {
        display: inline-flex !important;
        float: none !important;
        margin: 0 auto !important;
    }
}


.swiper-number-pagination-style-01 .swiper-pagination-bullet {
    display: none !important;
}