@import url('../../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap');

/*
font-family: "Urbanist", sans-serif;
*/
@font-face {
    font-family: 'NeueMagnatDisplayTest-Light-BF63e99fda7976c';
    src: url('../fonts/NeueMagnatDisplayTest-Light-BF63e99fda7976c.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMagnatDisplayTest-Medium-BF63e99fda718ca';
    src: url('../fonts/NeueMagnatDisplayTest-Medium-BF63e99fda718ca.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMagnatDisplayTest-Regular-BF63e99fdc1dab2';
    src: url('../fonts/NeueMagnatDisplayTest-Regular-BF63e99fdc1dab2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMagnatTest-Regular-BF63e99ffa8a6c3';
    src: url('../fonts/NeueMagnatTest-Regular-BF63e99ffa8a6c3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --theme-color: #e9b769;
    --black: #000;
    --white: #fff;
    --paragraph: #343434;
    --red: #FF0000;
    --bg-color: #FFEEDB;
    --yellow: #E9B769;
    --soft-pink: #FFF0F7;
    --dark-text: #1a0a12;
    --gold: #C9974A;
}



* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'NeueMagnatTest-Regular-BF63e99ffa8a6c3';
}

::selection {
    background-color: var(--theme-color);
    color: #fff;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NeueMagnatTest-Regular-BF63e99ffa8a6c3';
    margin: 0;
    padding: 0;
}

p {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
        margin-bottom: 11px;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.title1 h1 {
    font-size: 47px;
    color: var(--white);
    /* width: 75%; */
    line-height: 65px;
    font-weight: 400;
    position: relative;
}

.title2 h2 {
    font-size: 55px;
    color: var(--white);
    margin: 0 0 10px;
    position: relative;
    line-height: 60px;
}

.title3 h3 {
    font-size: 44px;
    color: var(--black);
    line-height: 50px;
    margin-bottom: 10px;
}

.title3 .eyebrow {
    font-size: 22px;
    color: var(--black);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.title3 .eyebrow:before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -8px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.title4 h4 {
    font-family: 'NeueMagnatDisplayTest-Regular-BF63e99fdc1dab2';
    font-size: 24px;
    color: var(--black);
    transition: 0.6s;
}

.title5 h5 {
    font-size: 26px;
    color: var(--black);
    margin-bottom: 10px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    padding: 12px 25px;
    color: var(--black);
    text-align: center;
   background:linear-gradient(110deg, #c58b00 20%, #DFAD5B 40%, #dcbc71eb 50%, #c58b006e 55%, #dcbc71eb 60%, #DFAD5B 80%);
    background-size: 300% 100%;
    animation: goldShine 7s ease-in-out infinite;
}

@keyframes goldShine {
    0% {
        background-position: 100% 0;
    }
    50% {
        background-position: 0% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
/* 
.btn01::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.btn01:hover::before {
    left: 130%;
} */

.btn01:hover {
/*     background-position: right center; */
    box-shadow: 0px 8px 15px rgb(0 0 0 / 21%);
}


/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 4px;
    background: linear-gradient(to bottom, #35309094, #3da8ba);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255 255 255 / 89%);
    transition: 0.6s;
}

#backToTop .fa-arrow-up {
    font-size: 18px;
    color: #fff;
    top: -1px;
    position: relative;
}

#backToTop:hover {
    background-color: #f15c5a;
    transform: scale(1.1);
}

#backToTop:hover svg {
    transform: translateY(-3px);
}

/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}

.text_tag h6 {
    font-size: 20px;
    color: var(--tag);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* ======================================================================= */
/* header start */
/* ======================================================================= */

.headerarea {
    padding: 15px 0;
/* 	background-color: #f58de6a6; */
    /*box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;*/
    position: relative;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 185px;
    position: relative;
    display: inline-block;
}

.nav-menu>li>a:hover {
    color: var(--theme-color);
}

.footer-border ul li a {
    color:#eaeaea; /* or your theme color */
    text-decoration: none;
}
.footer-border ul li a:hover {
    color: #c58b00; /* or your theme color */
    text-decoration: none;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ======================================================================= */
/* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 98%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 80px 0;
    border-radius: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_sec:before {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    border-radius: 22px;
}

.banner_sec .title1 {
    position: relative;
	z-index: 1;
}

.banner_sec .title1 p {
    color: var(--white);
    margin: 20px 0 30px;
    width: 80%;
}

.btn02 {
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    background-color: var(--white);
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    transition: 0.6s;
    box-shadow: rgb(53 48 144 / 8%) 0px 4px 12px
}

.btn02:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.bnr_form {
    width: 60%;
    height: 455px;
    padding: 45px 30px 35px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}

.bnr_form .title4 h4 {
    width: 75%;
    position: relative;
    margin-bottom: 70px;
}

.bnr_form .title4 h4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 120px;
    height: 2px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/**/
.bnr_form .form-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.bnr_form .form-group {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    font-family: "Urbanist", sans-serif;
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .37);
    border-radius: 8px;
    background-color: transparent;
    margin: 0px auto;
    padding: 6px 10px 4px 15px;
    height: 55px;
    outline: none !important;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.bnr_form label {
    font-family: "Urbanist", sans-serif;
    position: absolute;
    top: 20px;
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 15px;
    font-weight: 600;
    background: #e0dedc;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid var(--theme-color);
}

.form-control:valid+label,
.form-control:focus+label {
    top: -6px;
    color: #000;
    font-weight: 600;
}

.gl-form-asterisk {
    background-color: inherit;
    color: #e32b2b;
    padding: 0;
    padding-left: 3px;
}

.gl-form-asterisk:after {
    content: "*";
}

.form-control:focus {
    color: var(--black);
    background-color: transparent;
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: none;
}

.form-select {
    font-family: "Urbanist", sans-serif;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .37);
    border-radius: 8px;
    background-color: transparent;
    padding: 6px 10px 4px 15px;
    height: 55px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
    outline: none;
}

.form-select:hover,
.form-select:focus {
    border: 1px solid var(--theme-color);
}

.form-select:focus+label,
.form-select:valid+label {
    top: -6px;
    color: #000;
    font-weight: 600;
}

.bnr_form .btn01 {
    border: none;
}

.bnr_form .btn01::before {
    display: none;
}

/**/

.callicon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.callicon img {
    max-width: 80px;
    object-fit: contain;
}

/**/
.bnrinfo {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    transform: rotate(-90deg);
    transform-origin: 75% 400%;
}

.bnrinfo h6 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.bnrinfo h6::after {
    content: "";
    position: absolute;
    left: 92px;
    top: 11px;
    width: 65px;
    height: 1px;
    background-color: #fff;
}

.media {
    margin-left: 80px;
}

.media a {
    text-decoration: none;
    color: inherit;
    background: none;
    padding: 0;
}

.media a i {
    color: var(--white);
    display: inline-block;
    margin-right: 4px;
    text-decoration: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    transform: rotate(90deg);
}

.media a i:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--theme-color);
}

/**/

/* ======================================================================= */
/*  about_sec start */
/* ======================================================================= */
.about_sec {
    width: 100%;
    padding: 120px 0 80px;
}

.about_sec_left {
    width: 100% !important;
	transform: rotate(0deg) !important;
/*     padding: 0 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    transform: rotate(30deg); */
}

.spa-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
}

.circle2 {
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #e5c27b;
    position: relative;
    background: #fff;
}

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

.circle2.center {
  width: 320px;
  height: 320px;
  z-index: -1;
}

.circle2.left,
.circle2.right {
  width: 220px;
  height: 220px;
  z-index: 1;
}

.circle2.left {
  margin-right: -60px;
}

.circle2.right {
  margin-left: -60px;
}

@media (max-width: 768px) {
  .circle2.center {
    width: 180px;
    height: 180px;
}

  .circle2.left, .circle2.right {
    width: 120px;
    height: 120px;
}

  .circle2.left {
    margin-right: -40px;
  }

  .circle2.right {
    margin-left: -40px;
  }
}









/* .about_sec_left:before {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -11%;
    width: 65px;
    height: 65px;
    background-image: url(../images/shape2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(-30deg);
} */

.about_sec_leftpic01 {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: 5% 45%;
    background-repeat: no-repeat;
    margin-top: -30px;
    position: relative;
    border-bottom-left-radius: 270px;
    border-top-left-radius: 270px;
    transition: 0.6s;
    margin-top: -25px;
}

.about_sec_leftpic02 {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: 65% 45%;
    background-repeat: no-repeat;
    margin-top: -30px;
    position: relative;
    border-bottom-right-radius: 270px;
    border-top-right-radius: 270px;
    transition: 0.6s;
    margin-top: 25px;
}

.about_sec .title3 {
 /*   width: 90%;
    margin-left: auto;*/
}

.about_sec .title3 h3 {
    width: 90%;
}

.about_sec .title3 p {
    margin-top: 15px;
}

.btngrp {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}

/*video-play-button start*/
.about_sec .video-play-button {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #8CC63A; */
    border-radius: 50%;
    /*padding: 18px 20px 18px 28px;*/
}

.about_sec .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgb(255 76 171 / 34%);
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.about_sec .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    transition: all 200ms;
}

.about_sec .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    left: 11px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*video-play-button end*/

/* ======================================================================= */
/*  our_service start */
/* ======================================================================= */
.our_service {
    width: 100%;
    position: relative;
	background: linear-gradient(180deg, #b889175e 0%, #b889171c 100%)
}
.our_service_page {
    width: 100%;
    position: relative;
	/* background: linear-gradient(180deg, #e2349029 0%, #f5deea9e 100%); */
}

/* .our_service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e2349029 0%, #f5deea9e 100%);
} */

/*.our_service:before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0px;
    width: 15%;
    height: 33%;
    background-image: url(../images/vector1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.our_service:after {
    content: "";
    position: absolute;
    top: -15%;
    right: 0px;
    width: 11%;
    height: 37%;
    background-image: url(../images/vector2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}*/

.our_service .title3 {
    width: 65%;
    margin: 0 auto 75px;
}

.morebtn {
    font-family: 'NeueMagnatDisplayTest-Medium-BF63e99fda718ca';
    position: relative;
    font-size: 17px;
    color: var(--red);
    transition: 0.6s;
    margin-top: 25px;
    display: inline-flex;
}

.morebtn:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -28px;
    width: 90px;
    height: 45px;
    background-image: url(../images/btnarrow.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.service_card {
    width: 100%;
    background-color: #e2349000;
    transition: 0.6s;
}

.service_cardpic {
/*    height: 400px;*/
    position: relative;
    display: flex;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.service_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.service_card:hover .service_cardpic img {
    transform: scale(1.1);
}

.service_cardbtm {
    width: 100%;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;margin-bottom: 25px;
}

.action_btn {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    flex-shrink: 0;
    background-color: transparent;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.action_btn .fa-arrow-right {
    font-size: 18px;
    color: var(--black);
    transform: rotate(-45deg);
    transition: 0.6s;
}

.resource_card:hover .action_btn {
    background-color: #651FFF;
}

.resource_card:hover .action_btn .fa-arrow-right {
    transform: rotate(-45deg);
    filter: brightness(0) invert(1);
}

.service_card:hover .action_btn {
    background-color: var(--yellow);
}

.service_card:hover .action_btn .fa-arrow-right {
    transform: rotate(0deg);
}

/**/
.service_carousel .owl-nav {
    position: absolute;
    top: -130px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.service_carousel .owl-nav button.owl-prev,
.service_carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    pointer-events: all;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.service_carousel .owl-nav button.owl-prev span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_carousel .owl-nav button.owl-prev span::after {
    content: '\f060';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 22px;
}

.service_carousel .owl-nav button.owl-prev:hover span::after {
    content: '\f060';
    color: #fff !important;
}

.service_carousel .owl-nav button.owl-next span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_carousel .owl-nav button.owl-next span::before {
    content: '\f061';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 22px;
}

.service_carousel .owl-nav button.owl-next:hover span::before {
    content: '\f061';
    color: #fff !important;
}

.service_carousel .owl-nav button.owl-prev {
    left: 20px;
    position: relative;
    transition: 0.6s;
}

.service_carousel .owl-nav button.owl-next {
    right: 0px;
    position: relative;
    transition: 0.6s;
}

.service_carousel .owl-nav {
    position: absolute;
    display: inline-flex;
    top: 44%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.service_carousel .owl-nav button.owl-prev:hover,
.service_carousel .owl-nav button.owl-next:hover {
    background: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    color: #fff;
    transition: all .3s ease-in-out;
    transform: scale(1.6);
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.service_carousel .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.service_carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: var(--green);
}

.service_carousel .owl-dots .owl-dot.active span,
.service_carousel .owl-dots .owl-dot:hover span {
    background: var(--green);
    width: 50px;
    transition: 0.6s;
}

/**/

/* ======================================================================= */
/*  why_choose start */
/* ======================================================================= */
.why_choose {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.why_choose:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 15%;
    height: 44%;
    background-image: url(../images/vector3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.why_choose .title3 {
    width: 50%;
}

.why_choose .title4 {
    width: 90%;
    position: relative;
}

.why_choose .title4:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #000;
}

.why_choose .title4 p {
    margin-top: 15px;
}

.why_choose_right {
    width: 100%;
    position: relative;
}

.why_choose_right:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 160px;
    width: 100%;
    height: 600px;
    background: linear-gradient(90deg, #FFF3E5 0%, #fff 100%);
    border-radius: 15px 0 0 15px;
}

.why_choosepic {
    height: 475px;
    position: relative;
    display: flex;
    border-radius: 18px;
}

.why_choosepic img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    transition: 0.6s;
}

.why_choosepic:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--yellow);
    border-radius: 18px;
}

.ulcard {
    padding-left: 15%;
}

.why_choose_right ul li {
    width: 100%;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    color: var(--black);
    position: relative;
    padding: 0 0 30px 45px;
}

.why_choose_right ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 32px;
    height: 32px;
    background-image: url(../images/bullet1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.why_choose .btn01 {
    margin-top: 30px;
    display: inline-block;
}

.why_choose .morebtn {
    display: flex;
    align-items: center;
    justify-content: right;
}

.why_choose .morebtn:after {
    z-index: 1;
}

/* ======================================================================= */
/*  wedo_sec start */
/* ======================================================================= */
.wedo_sec {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #fde2a5d6 0%, #fff 100%);
    margin-top: 80px;
}

.wedo_sec .title3 {
width: 69%;
    margin: 0 auto;
}

.wedo_seccard {
    width: 100%;
    height: 160px;
    border: 1px solid #A7A7A7;
    border-radius: 18px;
    transition: 0.6s;
}

.wedo_pic {
    width: 100%;
    height: 160px;
    position: relative;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
}

.wedo_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    opacity: 0;
}

.wedo_seccard:hover .wedo_pic img {
    opacity: 1;
}

.wedo_pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    border-radius: 18px;
    opacity: 0;
}

.wedo_seccard:hover .wedo_pic:after {
    opacity: 1;
}

.wedo_picin {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    z-index: 11;
}

.wedo_circle {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wedo_circle img {
    max-width: 35px;
    object-fit: contain;
    opacity: 1;
}

.wedo_seccard h6 {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    color: var(--black);
    font-weight: 400;
    transition: 0.6s;
}

.wedo_seccard:hover h6 {
    color: var(--white);
}

.wedo_sec .row {
    margin-top: 0;
}


/* ======================================================================= */
/*  gallery_sec start */
/* ======================================================================= */
.gallery_sec {
    width: 100%;
}

.gallery_sec .title3 {
    width: 65%;
    margin: 0 auto;
}

.gallery_sec .nav {
    justify-content: center;
    margin-bottom: 50px;
    gap: 15px;
}

.gallery_sec .nav-link {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(53 48 144 / 32%);
}

.gallery_sec .nav-pills .nav-link.active,
.gallery_sec .nav-pills .show>.nav-link {
    color: var(--black);
    background: linear-gradient(90deg, #DFAD5B, #FDE3A6, #DFAD5B);
}

.gallery_pic {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
}

.gallery_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.gallery_pic:hover img {
    transform: scale(1.1);
}

.imgheight:nth-child(2) .gallery_pic {
    height: 340px;
}

.imgheight:nth-child(3) .gallery_pic {
    height: 300px;
}

.imgheight:nth-child(4) .gallery_pic {
    height: 130px;
}

.imgheight:nth-child(5) .gallery_pic {
    height: 130px;
}

.imgheight:nth-child(6) .gallery_pic {
    height: 300px;
}

.imgheight:nth-child(7) .gallery_pic {
    height: 240px;
}

.imgheight:nth-last-child(-n+4) {
    align-self: flex-start;
}

/*video-play-button start*/
/*.vdo_image {
    width: 350px;
    height: 220px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px;
}
.vdo_image img { width: 100%; height: 100%; object-fit: cover; }*/
.gallery_sec .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #8CC63A; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.gallery_sec .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 74%);
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.gallery_sec .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.gallery_sec .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid var(--theme-color);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

/*.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*video-play-button end*/


/* ======================================================================= */
/*  giftspa_sec start */
/* ======================================================================= */
.giftspa_sec {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: relative;
    padding: 80px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.giftspa_sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
}

.giftspa_sec .title3 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.giftspa_sec .title3 h3,
.giftspa_sec .title3 h6,
.giftspa_sec .title3 p {
    color: var(--white);
}

.giftspa_sec .title3 h6:before {
    background-image: url(../images/icon1.webp);
    opacity: 0.6;
}

.giftspa_card {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #ffeedbc2;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.giftspa_card_pic {
    width: 90%;
    height: 320px;
    position: relative;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
}

.giftspa_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/* ======================================================================= */
/*  testimonial_sec start */
/* ======================================================================= */
.testimonial_sec {
    width: 100%;
}

/*.testimonial_sec .title3 {
    width: 35%;
}*/

.testimonial_card {
    width: 100%;
}

.testimonial_card p {
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial_card h6 {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-top: 20px;
}

.testimonial_card ul li {
    display: inline-block;
    font-size: 15px;
    color: #FF7027;
}

.testimonial_card h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 55%;
    height: 1px;
    background-color: #0000005e;
}

/**/
.testimonial_carousel .owl-nav {
    position: absolute;
    top: -130px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.testimonial_carousel .owl-nav button.owl-prev,
.testimonial_carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    background-color: #e7e7e7;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    pointer-events: all;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.testimonial_carousel .owl-nav button.owl-prev span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_carousel .owl-nav button.owl-prev span::after {
    content: '\f060';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
}

.testimonial_carousel .owl-nav button.owl-prev:hover span::after {
    content: '\f060';
    color: #fff !important;
}

.testimonial_carousel .owl-nav button.owl-next span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_carousel .owl-nav button.owl-next span::before {
    content: '\f061';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
}

.testimonial_carousel .owl-nav button.owl-next:hover span::before {
    content: '\f061';
    color: #fff !important;
}

.testimonial_carousel .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
    transition: 0.6s;
}

.testimonial_carousel .owl-nav button.owl-next {
    right: 0px;
    position: relative;
    transition: 0.6s;
}

.testimonial_carousel .owl-nav {
    position: absolute;
    display: inline-flex;
    bottom: 0;
    align-items: end;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.testimonial_carousel .owl-nav button.owl-prev:hover,
.testimonial_carousel .owl-nav button.owl-next:hover {
    background: #F4BD80;
    border-color: #F4BD80;
    color: #fff;
    transition: all .3s ease-in-out;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.testimonial_carousel .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.testimonial_carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: var(--green);
}

.testimonial_carousel .owl-dots .owl-dot.active span,
.testimonial_carousel .owl-dots .owl-dot:hover span {
    background: var(--green);
    width: 50px;
    transition: 0.6s;
}

/**/

.testimonial_right {
    width: 90%;
    margin-left: auto;
}

.testimonial_right .spa-gallery {
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 15px;
}

.testimonial_right .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}

.testimonial_right .img-box.left,
.testimonial_right .img-box.right {
    width: 220px;
    height: 360px;
    border-radius: 18px;
    overflow: hidden;
}

.testimonial_right .img-box.center {
    width: 320px;
    height: 460px;
    border-radius: 150px 150px 18px 18px;
    overflow: hidden;
    position: relative;
}

/*.testimonial_sec .row.align-items-end.g-3 {
    margin-top: -15%;
}*/
.testimonial_sec .title3{
    margin-bottom: 5%;
    text-align: center;
}


.testimonial_right .img-box.center a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*video-play-button start*/
.testimonial_sec .video-play-button {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

.testimonial_sec .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgb(255 76 171 / 34%);
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.testimonial_sec .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    transition: all 200ms;
}

.testimonial_sec .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    left: 11px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*video-play-button end*/

/* ======================================================================= */
/*  appointment_sec start */
/* ======================================================================= */
.appointment_sec {
    width: 100%;
}

.appointment_pic {
    width: 100%;
    height: 375px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

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

.appointment_pic:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(268deg, #fa7d3da1 0%, #ffffffa6 100%);
    border-radius: 20px;
}

.appointment_in {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.appointment_sec .title3 {
    width: 60%;
}

.ph_circle {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ph_circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(255 255 255);
    z-index: -1;
    animation: pulseAnim 1.8s infinite;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.ph_circle img {
    max-width: 25px;
    object-fit: contain;
    animation: phoneRing 1s infinite;
    transform-origin: center;
}

@keyframes phoneRing {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ======================================================================= */
/* fotter_sectop start */
/* ======================================================================= */
.fotter_sectop {
    width: 100%;
    position: relative;
}

.fotter_sectop_in {
    width: 100%;
    margin-top: 60px;
}

.fotter_sectop .title3 {
    width: 100%;
    margin: 0 auto;
}

.fotter_sectop_left {
    width: 100%;
}

.fotter_sectop .small_title h4 {
    font-size: 32px;
    color: var(--black);
    position: relative;
}

.fotter_sectop .small_title h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #787878;
}

.address_sec {
    width: 85%;
    margin-top: 40px;
    border-left: 5px solid var(--theme-color);
    padding-left: 40px;
}

.address_sec .mb-5 {
    margin-bottom: 30px !important;
}

.fotter_sectop h5 {
    font-family: 'NeueMagnatDisplayTest-Medium-BF63e99fda718ca';
    font-size: 20px;
    color: var(--black);
    margin-bottom: 5px;
}

.fotter_sectop .we_offer_circle {
    width: 45px;
    height: 45px;
}

.fotter_sectop .we_offer_circle i {
    font-size: 18px;
}

.we_offer_circle {
    width: 75px;
    height: 75px;
    background-color: #F8E8CA;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/**/

.fotter_sectop .nav {
    gap: 15px;
}

.fotter_sectop .nav-pills .nav-link {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
    color: var(--black);
}

.fotter_sectop .nav-pills .nav-link.active,
.fotter_sectop .nav-pills .show>.nav-link {
    color: var(--black);
    background-color: var(--bs-nav-pills-link-active-bg);
    background: linear-gradient(90deg, #DFAD5B, #FDE3A6, #DFAD5B);
}

/**/

.social_sec {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.social_sec h5 {
    margin-bottom: 25px;
    font-size: 20px;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin: 0px 4px;
}

.footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--black);
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
}

.footer-social li a:hover {
    background-color: var(--theme-color);
    color: #ffff;
}

/**/
.fotter_sectop_right {
    width: 62%;
    position: relative;
    margin-left: 100px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
    border-radius: 25px;
    padding: 40px 50px;
}

.fotter_sectop_right:after {
    content: "";
    position: absolute;
    top: 60px;
    right: -120px;
    background-color: #fde2a5;
    width: 80%;
    height: 100%;
    border-radius: 0 0 0 30px;
    z-index: -1;
}

.fotter_sectop_right label {
    font-family: "Urbanist", sans-serif;
    position: relative;
    background-color: var(--white);
    top: 13px;
    left: 10px;
    padding: 2px 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    z-index: 1;
}

.fotter_sectop_right label span {
    color: red;
}

.fotter_sectop_right .form-control,
.order_form .form-control,
.fotter_sectop_right .form-select {
    padding: 5px 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #fff;
    color: var(--black);
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    font-size: 16px;
    height: 48px;
    font-weight: 500;
    width: 100%;
    transition: 0.6s;
}

.fotter_sectop_right textarea.form-control {
    height: 100px !important;
    padding: 10px 12px;
}

.fotter_sectop_right .form-control:focus,
.fotter_sectop_right .form-select:focus {
    box-shadow: none;
    border-color: #DFAD5B;
}

.fotter_sectop_right .btn01 {
    margin-top: 25px;
    border: none;
    color: var(--black);
}

.fotter_sectop_right .btn01:hover {
    margin-top: 25px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--black);
}



/* ======================================================================= */
/*  marquee_sec start */
/* ======================================================================= */
.marquee_sec {
    width: 100%;
    background-color: #E9B769;
    padding: 25px 0;
    overflow: hidden;
}

.marquee_inner {
    width: 100%;
    overflow: hidden;
}

.marquee_track {
    display: flex;
    gap: 35px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.marquee_sec:hover .marquee_track {
    animation-play-state: paused;
}

.marquee_track span {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}

.marquee_track .star {
    font-size: 28px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

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

/* responsive */
@media (max-width:768px) {

    .marquee_track span {
        font-size: 22px;
    }

    .marquee_track {
        gap: 20px;
    }
}

/* ======================================================================= */
/*  wedo_sec start */
/* ======================================================================= */
.footer {
    background: #f8f3e8;
    padding: 80px 0 0;
}

.footer h4 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer p {
/*    margin-top: 25px;*/
    padding-right: 25px;
}

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

.footer ul li {
    margin-bottom: 12px;
    color: #333;
    cursor: pointer;
}

.footer ul li:hover {
    color: #e83e8c;
}

.footer .logo {
    max-width: 185px;
    object-fit: contain;
}

.logo span {
    display: block;
    font-size: 14px;
    color: #e83e8c;
    font-weight: 600;
    letter-spacing: 2px;
}

.newsletter {
    position: relative;
    margin-top: 15px;
}

.newsletter input {
    width: 100%;
    padding: 15px 70px 15px 20px;
    border-radius: 40px;
    border: 1px solid #ccc;
    outline: none;
}

.newsletter button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e83e8c;
    color: white;
    font-size: 18px;
}

.footer-border {
    border-left: 1px solid #ddd;
    padding-left: 40px;
}

.copyright {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.copyright p {
    margin: 0;
}

.copyright p span {
    color: var(--theme-color);
}


/* ======================================================================= */
/*  about page start start */
/* ======================================================================= */
/* ===== ABOUT HERO BANNER ===== */
.about_hero {
    position: relative;
    background: var(--dark-text);
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/*.about_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/banner.webp') center/cover no-repeat;
    opacity: 0.35;
}
*/
.about_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(235, 38, 143, 0.25) 0%, rgba(26, 10, 18, 0.7) 60%);
}

.about_hero_content {
    position: relative;
    z-index: 2;
      padding: 31px 0 12px;
}

.breadcrumb_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.breadcrumb_wrap a {
    font-family: "Urbanist", sans-serif;
    color: var(--yellow);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb_wrap span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.breadcrumb_wrap .current {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about_hero .h1 {
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
}

.about_hero em {
    font-style: italic;
    color: var(--yellow);
}

.about_hero_stats {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.about_hero_stats .stat {
    text-align: left;
}

.about_hero_stats .stat .num {
    font-size: 46px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 1;
}

.about_hero_stats .stat p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* ===== SECTION TITLES ===== */
.sec_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.sec_label::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}

.sec_heading {
    font-size: 44px;
    font-weight: 400;
    color: var(--dark-text);
    line-height: 1.15;
    margin-bottom: 20px;
}

.sec_heading em {
    font-style: italic;
    color: var(--theme-color);
}



/* ===== OUR STORY ===== */
.story_sec {
    background: #fff;
}

.story_img_grid {
    position: relative;
    height: 580px;
}

.story_img_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 88%;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 30px 30px 80px rgba(235, 38, 143, 0.12);
}

.story_img_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.story_img_main:hover img {
    transform: scale(1.04);
}

.story_img_accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 55%;
    border-radius: 18px;
    overflow: hidden;
    border: 12px solid #fff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
}

.story_img_accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.story_img_accent:hover img {
    transform: scale(1.05);
}

.story_badge {
    position: absolute;
    top: 20%;
    right: 12%;
    background: var(--theme-color);
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 30px rgba(235, 38, 143, 0.4);
    z-index: 5;
    animation: float 4s ease-in-out infinite;
}

.story_badge .big {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.story_badge .small {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ===== VALUES STRIP ===== */
.values_strip {
    background: var(--dark-text);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.values_strip::before {
    content: 'KOSMOS';
    position: absolute;
    font-size: 200px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}

.value_item {
    text-align: center;
    padding: 20px;
    position: relative;
}

.value_item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.col-lg-3:last-child .value_item::after {
    display: none;
}

.value_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(235, 38, 143, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: var(--theme-color);
    transition: all 0.3s;
}

.value_item:hover .value_icon {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    transform: scale(1.1);
}

.value_item h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.value_item p {
    color: rgb(255 255 255 / 74%);
}

/* ===== TEAM SECTION ===== */
.team_sec {
    padding: 100px 0;
    background: var(--soft-pink);
    position: relative;
}

.team_card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.team_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(235, 38, 143, 0.15);
}

.team_card_pic {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.team_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team_card:hover .team_card_pic img {
    transform: scale(1.07);
}

.team_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(235, 38, 143, 0.85) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.team_card:hover .team_overlay {
    opacity: 1;
}

.team_social {
    display: flex;
    gap: 10px;
}

.team_social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
}

.team_social a:hover {
    background: #fff;
    color: var(--theme-color);
}

.team_card_body {
    padding: 22px 20px 18px;
}

.team_card_body h5 {
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 4px;
}

.team_card_body span {
    font-size: 16px;
    color: var(--theme-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/* ===== JOURNEY / TIMELINE ===== */
.journey_sec {
    background: #fff;
}

.timeline {
    position: relative;
    margin-top: 60px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--theme-color), var(--yellow));
    transform: translateX(-50%);
}

.tl_item {
    display: flex;
    justify-content: flex-end;
    padding-right: calc(50% + 40px);
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.tl_item.right {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: calc(50% + 40px);
    transform: translateX(30px);
}

.tl_item.visible {
    opacity: 1;
    transform: translateX(0);
}

.tl_dot {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--theme-color);
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px var(--theme-color);
    z-index: 2;
}

.tl_card {
    background: #fff;
    border: 1px solid rgba(235, 38, 143, 0.12);
    border-radius: 4px;
    padding: 28px 30px;
    max-width: 380px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s;
}

.tl_card:hover {
    box-shadow: 0 20px 50px rgba(235, 38, 143, 0.12);
}

.tl_year {
    font-size: 28px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 1;
    margin-bottom: 15px;
}

.tl_card h5 {
    font-size: 22px;
    color: var(--dark-text);
    margin-bottom: 8px;
}

.tl_card p {
    color: var(--paragraph);
}

/* ===== PHILOSOPHY ===== */
.philosophy_sec {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--dark-text) 0%, #2d0e1f 100%);
    position: relative;
    overflow: hidden;
}

.philosophy_sec::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.15) 0%, transparent 70%);
}

.philosophy_quote {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
    border-left: 3px solid var(--theme-color);
    margin-bottom: 30px;
}

.philosophy_author {
    color: var(--yellow);
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.philosophy_right p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 20px;
}

/* ===== CTA ===== */
.about_cta {
    padding: 80px 0;
    background: linear-gradient(180deg, #b889175e 0%, #b889171c 100%);
    text-align: center;
}

.about_cta h3 {
    font-size: 44px;
    color: var(--dark-text);
    margin-bottom: 16px;
}

.about_cta p {
    color: var(--paragraph);
    max-width: 560px;
    margin: 0 auto 36px;
}

.cta_btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .timeline::before {
        left: 20px;
    }

    .tl_item,
    .tl_item.right {
        justify-content: flex-start;
        padding-left: 60px;
        padding-right: 0;
        transform: translateX(0);
    }

    .tl_dot {
        left: 20px;
    }

    .story_img_grid {
        height: 380px;
        margin-bottom: 30px;
    }

    .about_hero_stats {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .about_hero h1 {
        font-size: 42px;
    }

    .about_hero_stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .story_img_grid {
        height: 300px;
    }

    .footer-border {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }
}

/* Reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Nav (minimal inline) */
nav#navigation1 ul {
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

nav#navigation1 ul li a {
    text-decoration: none;
    color: var(--dark-text);
    font-size: 18px;
    font-weight: 400;
    transition: color 0.2s;
    position: relative;
}

nav#navigation1 ul li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--theme-color);
    transition: width 0.3s;
}

nav#navigation1 ul li a:hover::after,
nav#navigation1 ul li.active a::after {
    width: 100%;
}

nav#navigation1 ul li a:hover {
    color: var(--theme-color);
}

.nav-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-top: 2px solid var(--theme-color);
    z-index: 99;
}

nav#navigation1 ul li {
    position: relative;
}

nav#navigation1 ul li:hover .nav-dropdown {
    display: block;
}

.nav-dropdown li a {
    color: var(--dark-text) !important;
    display: block;
    padding: 10px 16px;
    font-size: 14px;
}

.nav-dropdown li a:hover {
    color: var(--theme-color) !important;
/*    background: var(--soft-pink);*/
}

.nav-dropdown li a::after {
    display: none;
}

.about_hero_content p {
    color: var(--white);
    width: 45%;
    margin-top: 25px;
}


/* ======================================================================= */
/*  contact start */
/* ======================================================================= */
.quick_strip {
    background: var(--theme-color);
    padding: 0;
}

.quick_strip_inner {
    display: flex;
}

.quick_item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.3s;
    cursor: default;
}

.quick_item:last-child {
    border-right: none;
}

.quick_item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.quick_item_icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.quick_item_text h6 {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3px;
    font-weight: 500;
}

.quick_item_text p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

/* ====== SECTION LABELS ====== */
.sec_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.sec_label::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}

.sec_heading {
    font-size: 44px;
    font-weight: 400;
    color: var(--dark-text);
    line-height: 1.15;
    margin-bottom: 16px;
}

.sec_heading em {
    font-style: italic;
    color: var(--theme-color);
}

/* ====== MAIN CONTACT SECTION ====== */
.contact_main {
    background: #fff;
}

/* ---- FORM ---- */
.contact_form_wrap {
    background: #fff;
    border: 1px solid rgba(235, 38, 143, 0.12);
    border-radius: 6px;
    padding: 52px 48px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.contact_form_wrap::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.07), transparent 70%);
}

.form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form_group {
    position: relative;
    margin-bottom: 22px;
}

.form_group.full {
    grid-column: 1 / -1;
}

.form_group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--dark-text);
    margin-bottom: 8px;
}

.form_group label span {
    color: var(--theme-color);
}

.form_group input,
.form_group select,
.form_group textarea {
    font-family: "Urbanist", sans-serif;
    width: 100%;
    padding: 5px 18px;
    background: #fafafa;
    border: 1.5px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    height: 52px;
    font-weight: 500;
    color: var(--dark-text);
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 4px rgba(235, 38, 143, 0.08);
    background: #ffffff2b;
}

.form_group textarea {
    resize: vertical;
    min-height: 130px;
}

.form_group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23EB268F' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}

.submit_btn {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.submit_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.submit_btn:hover::before {
    width: 300px;
    height: 300px;
}

.submit_btn:hover {
    box-shadow: 0 12px 40px rgba(235, 38, 143, 0.4);
    transform: translateY(-2px);
}

/* ---- SUCCESS MESSAGE ---- */
.success_msg {
    display: none;
    background: #f0fff4;
    border: 1px solid #b2dfdb;
    border-radius: 4px;
    padding: 16px 20px;
    margin-top: 20px;
    color: #2e7d32;
    font-size: 14px;
    align-items: center;
    gap: 10px;
}

.success_msg.show {
    display: flex;
}

/* ---- CONTACT INFO SIDEBAR ---- */
.contact_info_sidebar {
    padding-left: 20px;
}

.info_card {
    background: var(--soft-pink);
    border-radius: 6px;
    padding: 36px 32px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.info_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(235, 38, 143, 0.1);
}

.info_card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(235, 38, 143, 0.06);
}

.info_card_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(235, 38, 143, 0.3);
}

.info_card h5 {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 8px;
}

.info_card p,
.info_card a {
    font-size: 17px;
    color: var(--paragraph);
    line-height: 1.75;
    font-weight: 300;
    text-decoration: none;
    display: block;
}

.info_card a:hover {
    color: var(--theme-color);
}

.hours_card {
    background: var(--dark-text);
    border-radius: 6px;
    padding: 36px 32px;
}

.hours_card h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hours_card h5 i {
    color: var(--yellow);
    font-size: 18px;
}

.hours_row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 16px;
}

.hours_row:last-child {
    border-bottom: none;
}

.hours_row .day {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
}

.hours_row .time {
    color: #fff;
    font-weight: 500;
}

.hours_row .time.closed {
    color: var(--theme-color);
}

/* ====== LOCATION TABS ====== */
.location_sec {
    background: var(--soft-pink);
}

.loc_tabs {
    display: flex;
    gap: 0;
    border: 1.5px solid rgba(235, 38, 143, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
    width: fit-content;
}

.loc_tab_btn {
    padding: 14px 32px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #fff;
    color: var(--paragraph);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    border-right: 1px solid rgba(235, 38, 143, 0.2);
}

.loc_tab_btn:last-child {
    border-right: none;
}

.loc_tab_btn.active,
.loc_tab_btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.loc_panel {
    display: none;
}

.loc_panel.active {
    display: block;
}

.loc_card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

.loc_map {
    width: 100%;
    height: 340px;
    border: none;
    display: block;
    filter: grayscale(15%);
}

.loc_details {
    padding: 36px 40px;
}

.loc_details h4 {
    font-size: 28px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 20px;
}

.loc_detail_row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.loc_detail_row .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--soft-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--theme-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.loc_detail_row .text h6 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 4px;
}

.loc_detail_row .text p {
    font-size: 15px;
    color: var(--paragraph);
    margin: 0;
}

.loc_detail_row .text a {
    color: var(--paragraph);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.loc_detail_row .text a:hover {
    color: var(--theme-color);
}

.get_directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--theme-color);
    text-decoration: none;
    transition: gap 0.3s;
}

.get_directions:hover {
    gap: 14px;
    color: var(--theme-color);
}

/* ====== FAQ ====== */
.faq_sec {
    padding: 100px 0;
    background: #fff;
}

.faq_accordion {}

.faq_item {
    border-bottom: 1px solid rgba(235, 38, 143, 0.12);
    overflow: hidden;
}

.faq_question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: color 0.3s;
}

.faq_question:hover {
    color: var(--theme-color);
}

.faq_question .faq_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(235, 38, 143, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--theme-color);
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq_item.open .faq_question .faq_icon {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    transform: rotate(45deg);
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
}

.faq_item.open .faq_answer {
    max-height: 200px;
}

.faq_answer p {
    font-size: 15px;
    font-weight: 300;
    color: var(--paragraph);
    line-height: 1.85;
    padding-bottom: 22px;
}

/* ====== SOCIAL CTA ====== */
.social_cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--dark-text) 0%, #2d0e1f 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.social_cta::before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.12), transparent 70%);
}

.social_cta h3 {
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
    font-weight: 300;
    margin-bottom: 14px;
}

.social_cta h3 em {
    font-style: italic;
    color: var(--yellow);
}

.social_cta p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    font-weight: 300;
    max-width: 480px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social_link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}

.social_link.instagram {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social_link.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
}

.social_link.facebook {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social_link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social_link.whatsapp {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social_link.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
}



/* ====== REVEAL ====== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ====== BACK TO TOP ====== */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(235, 38, 143, 0.4);
    transition: transform 0.2s;
}

#backToTop:hover {
    transform: scale(1.1);
}

/* ====== RESPONSIVE ====== */
<blade media|(max-width%3A991px)%20%7B>.form_row {
    grid-template-columns: 1fr;
}

.contact_info_sidebar {
    padding-left: 0;
    margin-top: 40px;
}

.quick_strip_inner {
    flex-wrap: wrap;
}

.quick_item {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.quick_item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
}

<blade media|(max-width%3A767px)%20%7B>.contact_hero h1 {
    font-size: 44px;
}

.contact_form_wrap {
    padding: 32px 24px;
}

.footer-border {
    border-left: none;
    padding-left: 12px;
    margin-top: 30px;
}

.quick_item {
    flex: 0 0 100%;
    border-right: none;
}

.loc_tabs {
    width: 100%;
}

.loc_tab_btn {
    flex: 1;
    padding: 12px 16px;
    font-size: 15px;
}

.social_links {
    gap: 10px;
}
}





/* ======================================================================= */
/*  gallery start */
/* ======================================================================= */
.sec_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.sec_label::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}

.sec_heading {
    font-size: 44px;
    font-weight: 400;
    color: var(--dark-text);
    line-height: 1.15;
    margin-bottom: 20px;
}

.sec_heading em {
    font-style: italic;
    color: var(--theme-color);
}

.sec_body {
    font-size: 15px;
    line-height: 1.85;
    color: var(--paragraph);
    font-weight: 300;
}

/* ===== REVEAL ===== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== HERO ===== */
.gallery_hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: var(--dark-text);
    overflow: hidden;
}

.gallery_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/banner.html') center/cover no-repeat;
    opacity: 0.28;
}

.gallery_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(235, 38, 143, 0.22) 0%, rgba(26, 10, 18, 0.78) 65%);
}

/* Decorative floating circle */
.gallery_hero::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 183, 105, 0.12) 0%, transparent 70%);
    bottom: -150px;
    right: -100px;
    pointer-events: none;
}

.gallery_hero_content {
    position: relative;
    z-index: 2;
    padding: 100px 0 80px;
}

.breadcrumb_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.breadcrumb_wrap a {
    color: var(--yellow);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb_wrap span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.breadcrumb_wrap .current {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery_hero h1 {
    font-size: clamp(52px, 8vw, 80px);
    font-weight: 300;
    color: #fff;
    line-height: 1.0;
    letter-spacing: -2px;
}

.gallery_hero h1 em {
    font-style: italic;
    color: var(--yellow);
}

.gallery_hero_sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 300;
    max-width: 480px;
    line-height: 1.75;
    margin-top: 20px;
    letter-spacing: 0.3px;
}

/* Scroll hint */
.hero_scroll_hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 3;
}

.hero_scroll_hint .line {
    width: 1px;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.4;
        transform: scaleY(1);
    }

    50% {
        opacity: 1;
        transform: scaleY(1.1);
    }
}

/* ===== FILTER TABS ===== */
.filter_sec {
    padding: 60px 0 20px;
    background: #fff;
    position: sticky;
    top: 76px;
    z-index: 50;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.filter_tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter_btn {
    background: transparent;
    border: 1.5px solid rgba(235, 38, 143, 0.25);
    color: var(--paragraph);
    padding: 9px 22px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
}

.filter_btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.filter_btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.filter_count {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.35);
    font-weight: 300;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

/* ===== MASONRY GALLERY ===== */
.gallery_sec {
    background: #fff;
}

/* Masonry using CSS columns */
.masonry_grid {
    columns: 3;
    column-gap: 16px;
}

.masonry_item {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    /* hidden for filter animation */
    ;
}

.masonry_item.hidden {
    display: none;
}

.masonry_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    border-radius: 15px;
}

.masonry_item:hover img {
    transform: scale(1.06);
}

/* Overlay */
.masonry_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 10, 18, 0.75) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.masonry_item:hover .masonry_overlay {
    opacity: 1;
}

.masonry_overlay_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 14px;
}

.overlay_zoom {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transform: scale(0.8) rotate(-10deg);
    transition: transform 0.3s;
}

.masonry_item:hover .overlay_zoom {
    transform: scale(1) rotate(0deg);
}

.masonry_overlay h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
}

.masonry_overlay span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Category badge */
.item_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(26, 10, 18, 0.6);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 2;
}

.masonry_item:hover .item_badge {
    opacity: 1;
}

/* Tall / wide items */
.masonry_item.tall img {
    height: auto;
}

/* ===== FEATURED SHOWCASE ===== */
.showcase_sec {
    padding: 100px 0;
    background: var(--dark-text);
    position: relative;
    overflow: hidden;
}

.showcase_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/banner.html') center/cover no-repeat;
    opacity: 0.07;
}

.showcase_sec::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.1) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
}

.showcase_content {
    position: relative;
    z-index: 2;
}

.showcase_heading {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.15;
}

.showcase_heading strong {
    font-weight: 600;
    font-style: normal;
    color: var(--yellow);
}

.showcase_body {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    margin-top: 16px;
}

.showcase_strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin-top: 50px;
    border-radius: 4px;
    overflow: hidden;
}

.showcase_strip_item {
    position: relative;
    height: 260px;
    overflow: hidden;
    cursor: pointer;
}

.showcase_strip_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.showcase_strip_item:hover img {
    transform: scale(1.1);
}

.showcase_strip_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 10, 18, 0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.4s;
}

.showcase_strip_item:hover .showcase_strip_overlay {
    opacity: 1;
}

.showcase_strip_overlay p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
}


/* ===== CTA ===== */
.gallery_cta {
    background: var(--bg-color);
    text-align: center;
}

.gallery_cta h3 {
    font-size: 44px;
    color: var(--dark-text);
    margin-bottom: 16px;
}

.gallery_cta p {
    font-size: 16px;
    color: var(--paragraph);
    max-width: 540px;
    margin: 0 auto 36px;
    font-weight: 300;
    line-height: 1.8;
}

.cta_btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .masonry_grid {
        columns: 3;
    }

    .showcase_strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase_strip_item {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .masonry_grid {
        columns: 2;
    }

    .loc_grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 200px);
    }

    .loc_cell.c1 {
        grid-column: 1/2;
        grid-row: 1/3;
    }

    .loc_cell.c2 {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .loc_cell.c3 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .loc_cell.c4 {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .loc_cell.c5 {
        grid-column: 2/3;
        grid-row: 3/4;
    }

    .video_grid {
        grid-template-columns: 1fr;
    }

    .footer-border {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .masonry_grid {
        columns: 2;
    }

    .filter_tabs {
        gap: 6px;
    }

    .filter_btn {
        padding: 7px 14px;
        font-size: 11px;
    }

    .showcase_strip {
        grid-template-columns: 1fr 1fr;
    }

    .gallery_hero h1 {
        font-size: 44px;
    }

    .location_tabs {
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .masonry_grid {
        columns: 1;
    }
}



/* ======================================================================= */
/*  Gifting start */
/* ======================================================================= */
.sec_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.sec_label::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}

.sec_heading {
    font-size: 44px;
    font-weight: 400;
    color: var(--dark-text);
    line-height: 1.15;
    margin-bottom: 10px;
}

.sec_heading em {
    font-style: italic;
    color: var(--theme-color);
}

.sec_body {
    font-size: 15px;
    line-height: 1.85;
    color: var(--paragraph);
    font-weight: 300;
}

/* ===== REVEAL ===== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== GIFTING INTRO ===== */
.gifting_intro {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.gifting_intro::after {
    content: '"';
    position: absolute;
    font-size: 400px;
    color: rgba(235, 38, 143, 0.04);
    top: -60px;
    right: -20px;
    line-height: 1;
    pointer-events: none;
}

.intro_img_wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 560px;
}

.intro_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.intro_img_wrap:hover img {
    transform: scale(1.04);
}

.intro_img_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(26, 10, 18, 0.85) 0%, transparent 60%);
    padding: 30px;
}

.intro_img_overlay p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
}

.intro_content {
    padding-left: 20px;
}

.intro_feature_list {
    list-style: none;
    margin-top: 32px;
}

.intro_feature_list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(235, 38, 143, 0.1);
}

.intro_feature_list li:last-child {
    border-bottom: none;
}

.intro_feature_list li .icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid rgba(235, 38, 143, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 16px;
    transition: all 0.3s;
}

.intro_feature_list li:hover .icon {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.intro_feature_list li .text h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 4px;
}

.intro_feature_list li .text p {
    font-size: 18px;
    color: var(--paragraph);
    font-weight: 300;
    line-height: 1.6;
}


/* ===== PHYSICAL GIFTS SECTION ===== */


.gift_product_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.gift_product {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f08fe5;
    padding: 15px;
}

.gift_product_img {
    height: 350px;
    display: flex;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--soft-pink);
}

.gift_product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gift_product:hover .gift_product_img img {
    transform: scale(1.08);
}

.gift_product_overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 10, 18, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}

.gift_product:hover .gift_product_overlay {
    opacity: 1;
}

.gift_product_overlay a {
    background: #fff;
    color: var(--dark-text);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
}

.gift_product_overlay a:hover {
    background: var(--theme-color);
    color: #fff;
}

.gift_product_body {
    padding: 18px 4px 10px;
}

.gift_product_body h6 {
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 10px;
}

.gift_product_body .price {
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-color);
    margin: 5px 0 10px 0;
}

.gift_product_body .desc {
    font-size: 18px;
    color: var(--paragraph);
    font-weight: 300;
    line-height: 1.6;
    margin-top: 4px;
}

.gift_tag_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--theme-color);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    z-index: 2;
}

/* ===== CUSTOM GIFTING ===== */
.custom_sec {
    background: linear-gradient(135deg, var(--dark-text) 0%, #2d0e1f 100%);
    position: relative;
    overflow: hidden;
}

.custom_sec .title3 h3, .custom_sec .title3 h6 {
    color: var(--white);
}

.custom_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/banner.html') center/cover no-repeat;
    opacity: 0.08;
}

.custom_sec::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.1) 0%, transparent 70%);
    bottom: -300px;
    left: -200px;
    pointer-events: none;
}

.custom_content {
    position: relative;
    z-index: 2;
}

.custom_content .sec_heading {
    color: #fff;
}

.custom_content .sec_body {
    color: rgba(255, 255, 255, 0.65);
}

.custom_steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.custom_step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.3s;
}

.custom_step:hover {
    border-color: rgba(235, 38, 143, 0.4);
    background: rgba(235, 38, 143, 0.06);
}

.custom_step_num {
    font-size: 48px;
    font-weight: 600;
    color: rgba(235, 38, 143, 0.3);
    line-height: 1;
    flex-shrink: 0;
    width: 50px;
    transition: color 0.3s;
}

.custom_step:hover .custom_step_num {
    color: var(--theme-color);
}

.custom_step_text h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.custom_step_text p {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
}

.custom_form_wrap {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.custom_form_wrap h4 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}

.custom_form_wrap>p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    margin-bottom: 28px;
}

.form_group {
    margin-bottom: 18px;
}

 .form_group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 79%);
    margin-bottom: 8px;
}

 .form_group input,  .form_group select,  .form_group textarea {
    width: 100%;
    background: rgb(255 166 166 / 15%);
    border: 1px solid rgb(255 203 203 / 15%);
    border-radius: 10px;
    padding: 5px 16px;
    height: 50px;
    font-size: 16px;
    color: #000000;
    transition: border-color 0.3s;
    outline: none;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
    color: #000;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
    border-color: var(--theme-color);
}

.form_group select {
    cursor: pointer;
}

.form_group select option {
    background: var(--dark-text);
    color: #fff;
}

.form_group textarea {
    resize: vertical;
    min-height: 100px;
}

.btn_submit {
    width: 100%;
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
}

.btn_submit:hover {
    background: #c71a78;
}

/* ===== OCCASIONS SECTION ===== */
.occasions_sec {
    background: var(--bg-color);
    position: relative;
    overflow: hidden;
}

.occasions_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(235, 38, 143, 0.15);
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
}

.occasion_item {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.occasion_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--theme-color) 0%, #c71a78 100%);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 0;
}

.occasion_item:hover::before {
    opacity: 1;
}

.occasion_item>* {
    position: relative;
    z-index: 1;
}

.occasion_emoji {
    font-size: 42px;
    margin-bottom: 16px;
    display: block;
}

.occasion_item h5 {
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 8px;
    transition: color 0.4s;
}

.occasion_item:hover h5 {
    color: #fff;
}

.occasion_item p {
    color: var(--paragraph);
    font-weight: 300;
    transition: color 0.4s;
}

.occasion_item:hover p {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== TESTIMONIAL ===== */
.gift_testi_sec {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.testi_slider_wrap {
    margin-top: 50px;
    position: relative;
}

.testi_card {
    background: var(--soft-pink);
    border-radius: 15px;
    padding: 40px;
    position: relative;
}

.testi_card::before {
    content: '\201C';
    font-size: 120px;
    color: rgba(235, 38, 143, 0.1);
    position: absolute;
    top: -10px;
    left: 20px;
    line-height: 1;
}

.testi_card p {
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    color: var(--dark-text);
    /* line-height: 1.6; */
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.testi_author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testi_author_img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.testi_author_info h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 2px;
}

.testi_author_info span {
    font-size: 16px;
    color: var(--theme-color);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testi_stars {
    color: var(--yellow);
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

/* ===== CTA ===== */
.gifting_cta {
    background: var(--soft-pink);
    text-align: center;
}

.gifting_cta h3 {
    font-size: 44px;
    color: var(--dark-text);
    margin-bottom: 16px;
}

.gifting_cta p {
    color: var(--paragraph);
    max-width: 560px;
    margin: 0 auto 36px;
    font-weight: 300;
    line-height: 1.8;
}

.cta_btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .voucher_grid {
        grid-template-columns: 1fr 1fr;
    }

    .gift_product_row {
        grid-template-columns: 1fr 1fr;
    }

    .occasions_grid {
        grid-template-columns: 1fr 1fr;
    }

    .intro_content {
        padding-left: 0;
        margin-top: 30px;
    }

    .custom_form_wrap {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .voucher_grid {
        grid-template-columns: 1fr;
    }

    .gift_product_row {
        grid-template-columns: 1fr 1fr;
    }

    .occasions_grid {
        grid-template-columns: 1fr 1fr;
    }

    .gifting_hero h1 {
        font-size: 42px;
    }

    .custom_form_wrap {
        padding: 28px 20px;
    }

    .footer-border {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .gift_product_row {
        grid-template-columns: 1fr;
    }

    .occasions_grid {
        grid-template-columns: 1fr;
    }
}








/* ======================================================================= */
/*  location start */
/* ======================================================================= */
.sec_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.sec_label::before,
.sec_label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--yellow);
    display: inline-block;
    width: 40px;
}

.sec_heading {
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 400;
    color: var(--dark-text);
    line-height: 1.1;
    margin-bottom: 6px;
}

.sec_heading em {
    font-style: italic;
    color: var(--theme-color);
}

/* ===== REVEAL ===== */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== HERO ===== */



/* ===== CITY FILTER TABS ===== */
.city_filter_sec {
    background: #fff;
    padding: 40px 0 0;
    position: sticky;
    top: 76px;
    z-index: 50;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.city_tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid rgba(235, 38, 143, 0.12);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.city_tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--paragraph);
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.city_tab i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
}

.city_tab.active {
    color: var(--theme-color);
    border-bottom-color: var(--theme-color);
    font-weight: 500;
}

.city_tab.active i {
    color: var(--theme-color);
}

.city_tab:hover {
    color: var(--theme-color);
}

.city_tab:hover i {
    color: var(--theme-color);
}

.city_tab .count {
    background: var(--soft-pink);
    color: var(--theme-color);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 100px;
    letter-spacing: 0;
}

.city_tab.active .count {
    background: var(--theme-color);
    color: #fff;
}

/* ===== LOCATION SECTION ===== */


/* City heading */
.city_heading_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom:  1px solid rgb(197 139 0 / 27%);
}

.city_heading_wrap h2 {
    font-size: 44px;
    font-weight: 400;
    color: var(--dark-text);
}

.city_heading_wrap h2 span {
    color: var(--theme-color);
    font-style: italic;
}

.city_heading_wrap .city_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dfaf5e38;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 20px;
    flex-shrink: 0;
}

/* ===== LOCATION CARD ===== */
.loc_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    display: grid;
    grid-template-columns: 1fr 380px;
}

.loc_card:hover {
    box-shadow: 0 16px 50px rgb(197 139 0 / 50%);
    transform: translateY(-4px);
}

/* Card left */
.loc_card_body {
    padding: 34px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loc_card_header {
    margin-bottom: 16px;
}

.loc_card_header h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-text);
    line-height: 1.25;
    margin-bottom: 8px;
}

.loc_card_header h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.loc_card_header h3 a:hover {
    color: var(--theme-color);
}

.loc_address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: var(--paragraph);
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 6px;
}

.loc_address i {
    color: var(--theme-color);
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.read_more_link {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
}

.read_more_link:hover {
    gap: 8px;
}

.read_more_link i {
    font-size: 11px;
}

/* Google rating */
.google_rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 18px;
    margin-top: 12px;
    width: fit-content;
}

.google_rating .g_logo {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.36-8.16 2.36-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat;
    flex-shrink: 0;
}

.stars {
    color: #fbbc05;
    font-size: 11px;
    letter-spacing: 1px;
}

.rating_text {
    font-size: 16px;
    color: #888;
}

.rating_text a {
    color: var(--theme-color);
    text-decoration: none;
}

.rating_text a:hover {
    text-decoration: underline;
}

/* Divider */
.loc_divider {
    border: none;
    border-top: 1px solid rgba(235, 38, 143, 0.1);
    margin: 18px 0;
}

/* Facilities */
.facilities_wrap {
    margin-bottom: 18px;
}

.facilities_label {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-text);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.facilities_label i {
    color: var(--theme-color);
    font-size: 16px;
}

.facilities_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.facility_tag {
    background: var(--soft-pink);
    color: var(--dark-text);
    font-size: 16px;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid rgb(197 139 0 / 29%);
    transition: all 0.2s;
}

.facility_tag:hover {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

/* Info pills */
.info_pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.info_pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-text);
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}

.info_pill i {
    font-size: 18px;
    color: var(--theme-color);
}

.info_pill:hover {
    background: var(--soft-pink);
    border-color: rgba(235, 38, 143, 0.3);
    color: var(--theme-color);
}

.info_pill.phone {
    border-color: rgba(235, 38, 143, 0.2);
}

.info_pill.hours {
    border-color: rgba(233, 183, 105, 0.3);
}

.info_pill.hours i {
    color: var(--gold);
}

/* Action buttons */
.loc_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn_book {
    background: var(--theme-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: 2px solid var(--theme-color);
}

.btn_book:hover {
    background: #c71a78;
    border-color: #c71a78;
    color: #fff;
}

.btn_enquire {
    background: #00e660;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: 2px solid #00e660;
}

.btn_enquire:hover {
    background: transparent;
    color: var(--dark-text);
}

.btn_menu {
    background: transparent;
    color: var(--dark-text);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s;
    border: 1.5px solid #ddd;
}

.btn_menu:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.btn_menu i {
    font-size: 16px;
}

/* Card right — image */
.loc_card_img {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.loc_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.loc_card:hover .loc_card_img img {
    transform: scale(1.05);
}

/* Opening soon badge */
.opening_badge {
    position: absolute;
    inset: 0;
    background: rgba(26, 10, 18, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening_badge span {
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 30px;
}

/* Status badge */
.status_badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    z-index: 3;
}

.status_badge.open {
    background: #e8f5e9;
    color: #2e7d32;
}

.status_badge.coming {
    background: rgba(233, 183, 105, 0.2);
    color: var(--gold);
    backdrop-filter: blur(4px);
}

/* City panel */
.city_panel {
    display: none;
}

.city_panel.active {
    display: block;
}

/* ===== MAP EMBED SECTION ===== */
.map_sec {
    background: var(--dark-text);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.map_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/banner.html') center/cover no-repeat;
    opacity: 0.06;
}

.map_sec::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 38, 143, 0.1) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
}

.map_content {
    position: relative;
    z-index: 2;
}

.map_content .sec_label {
    color: var(--yellow);
}

.map_content .sec_label::before,
.map_content .sec_label::after {
    background: rgba(233, 183, 105, 0.4);
}

.map_content .sec_heading {
    color: #fff;
}

.map_content .sec_heading em {
    color: var(--yellow);
}

.map_content p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 10px;
}

.map_frames {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.map_frame_card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.map_frame_card iframe {
    width: 100%;
    height: 220px;
    border: none;
    display: block;
    filter: grayscale(30%) contrast(1.1);
}

.map_frame_label {
    background: var(--theme-color);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_frame_label h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}

.map_frame_label a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.map_frame_label a:hover {
    opacity: 1;
}

/* ===== QUICK CONTACT BAND ===== */
.contact_band {
    background: var(--soft-pink);
    padding: 50px 0;
}

.contact_band_item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    transition: transform 0.3s;
}

.contact_band_item:hover {
    transform: translateY(-4px);
}

.contact_band_icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(235, 38, 143, 0.35);
}

.contact_band_text h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 3px;
}

.contact_band_text p {
    font-size: 18px;
    color: var(--paragraph);
    font-weight: 300;
}

.contact_band_text a {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
}

.contact_band_divider {
    width: 1px;
    background: rgba(235, 38, 143, 0.15);
    align-self: stretch;
}

/* ===== CTA ===== */
.loc_cta {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.loc_cta h3 {
    font-size: clamp(32px, 4vw, 52px);
    color: var(--dark-text);
    margin-bottom: 16px;
}

.loc_cta p {
    font-size: 16px;
    color: var(--paragraph);
    max-width: 520px;
    margin: 0 auto 36px;
    font-weight: 300;
    line-height: 1.8;
}

.cta_btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* .btn02 {
    background: transparent;
    color: var(--dark-text) !important;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: 2px solid var(--dark-text);
}

.btn02:hover {
    background: var(--dark-text);
    color: #fff !important;
} */


/* back to top */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--theme-color);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 20px rgb(217 166 72 / 41%);
    transition: background 0.2s;
}

#backToTop:hover {
    background: #c71a78;
}

/* Floating CTA */
.float_cta {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 500;
}

.float_cta a {
    background: var(--theme-color);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
}

.float_cta a:first-child {
    border-radius: 8px 0 0 0;
}

.float_cta a:last-child {
    border-radius: 0 0 0 8px;
    background: #25D366;
}

.float_cta a:hover {
    width: 58px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .loc_card {
        grid-template-columns: 1fr 300px;
    }
}

@media (max-width: 991px) {
    .loc_card {
        grid-template-columns: 1fr;
    }

    .loc_card_img {
        min-height: 260px;
    }

    .map_frames {
        grid-template-columns: 1fr;
    }

    .footer-border {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .loc_hero h1 {
        font-size: 42px;
    }

    .city_tabs {
        gap: 0;
    }

    .city_tab {
        padding: 12px 16px;
        font-size: 16px;
    }

    .loc_card_body {
        padding: 22px 20px;
    }

    .loc_actions {
        flex-direction: column;
    }

    .btn_book,
    .btn_enquire,
    .btn_menu {
        justify-content: center;
    }

    .contact_band_divider {
        display: none;
    }

    .map_frames {
        grid-template-columns: 1fr;
    }
}




/* Floating Buttons */
.floating_btns {
    position: fixed;
    right: 30px;
    bottom: 100px;
    /* transform: translateY(740%); */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.float_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #C9974A;
    /* purple matching your brand */
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px 0 0 4px;
}

.float_btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

/* Tooltip label */
.float_tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #C9974A;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 4px 0 0 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, right 0.3s ease;
}

.float_btn:hover .float_tooltip {
    opacity: 1;
    right: 105%;
}

.float_btn:hover {
    background: #C9974A;
}

.whatsapp_btn {
    background: #25D366;
	border-radius: 50%;
}

.whatsapp_btn:hover {
    background: #1da851;
}

.whatsapp_btn .float_tooltip {
    background: #25D366;
}

.phone_btn {
	display: none;
}



  /* ===== FILTER TABS ===== */
    .filter_sec {
        padding: 40px 0 20px;
        background: #fff;
        position: sticky;
        top: 76px;
        z-index: 50;
     
        
    }

    /* Filter group labels */
    .filter_group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .filter_group_row {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter_group_label {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.3);
        padding: 0 4px;
        font-family: 'Jost', sans-serif;
    }

    .filter_divider {
        width: 1px;
        height: 28px;
        background: rgba(235, 38, 143, 0.2);
        margin: 0 6px;
    }

    .filter_tabs {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter_btn {
        background: transparent;
        border: 1.5px solid rgba(235, 38, 143, 0.25);
        color: var(--paragraph);
        padding: 9px 22px;
        border-radius: 100px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s;
        font-family: 'Jost', sans-serif;
    }

    .filter_btn:hover {
        border-color: var(--theme-color);
        color: var(--theme-color);
    }

    .filter_btn.active {
        background: var(--theme-color);
        border-color: var(--theme-color);
        color: #fff;
    }

    /* City filter buttons — distinct style */
    .filter_btn.city {
        border-color: rgba(233, 183, 105, 0.4);
        color: var(--paragraph);
    }

    .filter_btn.city:hover {
        border-color: var(--yellow, #e9b769);
        color: var(--yellow, #e9b769);
    }

    .filter_btn.city.active {
        background: var(--yellow, #e9b769);
        border-color: var(--yellow, #e9b769);
        color: #1a0a12;
    }

    .filter_count {
        text-align: center;
        margin-top: 16px;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.35);
        font-weight: 300;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
.giftpage .form_group input, .giftpage .form_group select, .giftpage .form_group textarea {
    width: 100%;
    background: rgb(255 166 166 / 15%);
    border: 1px solid rgb(255 203 203 / 15%);
    border-radius: 10px;
    padding: 5px 16px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    transition: border-color 0.3s;
    outline: none;
}
.giftpage .form_group label {
    color: #fff;
}
.giftpage .form_group input::placeholder,
.giftpage .form_group textarea::placeholder {
    color: #fff;
}
.service_inner .service_card {
   background: linear-gradient(180deg, #e2349029 0%, #f5deea9e 100%);
    padding: 15px;
    border-radius: 15px;
	transition: 0.6s;
}

.service_inner .service_card:hover {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 21%);
}
.physical_sec .gift_product {
    background-color: #f08fe53b;
}
.btnrihgt {
	display: none
}
a {
    color: #000;
	font-weight: 500;
    text-decoration: none;
}
.gift_product.reveal.visible .gift_product_body {
	display: none;

}
.gift_product {
    padding: 30px;
}
.contact_form_wrap p br {
	display: none;
}
.pricetag {
	width: auto;
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	border-radius: 8px;
	background-color: #eb268f;
	color: #fff;
	margin-top: 25px;
	font-weight: 600;
}

/* ======================================================================= */
/*  blog_sec start */
/* ======================================================================= */
.blog_sec {
    width: 100%;
}

.blog_secleftpic {
    height: 430px;
    position: relative;
    display: flex;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.6s;
}

.blog_secleftpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blog_secleft:hover .blog_secleftpic img {
    transform: scale(1.1);
}

.blog_sec h6 {
	font-family: "Urbanist", sans-serif;
    font-size: 16px;
    color: #676464;
    font-weight: 500;
}

.blog_sec h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

.blogRight_card {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    transition: 0.6s;
}

.blogRight_cardpic {
    height: 130px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.6s;
    flex-basis: 190px;
    flex-shrink: 0;
}

.blogRight_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogRight_card:hover .blogRight_cardpic img {
    transform: scale(1.1);
}

.blogRight_card h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

.blogRight_card h5 {
    font-size: 14px;
    color: #676464;
    font-weight: 500;
    text-transform: uppercase;
}

.blogRight_card article {
    flex-basis: 60%;
}


/* ======================================================================= */
    /* blogcard_sec start */
/* ======================================================================= */

.blogcard_sec {
    width: 100%;
    padding-top: 0;
}

.blogcard_seclist {
    width: 100%;
    transition: 0.6s;
}

.blogcard_seclistpic {
    height: 288px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.blogcard_seclistpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogcard_seclist:hover .blogcard_seclistpic img {
    transform: scale(1.1);
}

.blogcard_seclist:hover {
    margin-top: -7px;
}

.blogcard_seclist_text {
    width: 100%;
    padding: 15px;
}

.blogcard_seclist_text h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}


/* ======================================================================= */
/*  blog_details start */
/* ======================================================================= */
.blog_details {
    width: 100%;
}

.blog_details_left {
    width: 100%;
}

.blog_details .title1 h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
}

.daterow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.daterow h6 {
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
}

.daterow h6 span {
    color: #eb268f;
}

.blog_details_leftpic {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 0;
}

.blog_details_leftpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blog_details_leftpic:hover img {
   transform: scale(1.1);
}

.blog_details_left h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin: 30px 0 10px;
}

.blog_details p {
    margin-bottom: 10px;
}

.blog_details ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.blog_details ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    color: #000;
    list-style-type: disc;
}

.blogDetails_middle {
    width: 100%;
    margin: 25px 0px 0;
    transition: 0.6s;
}

.blogDetails_middlepic {
    height: 275px;
    border: 1px solid #d5d5d5;
    padding: 2px;
    display: flex;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.blogDetails_middlepic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: 0.6s;
}

.blogDetails_middlepic:hover img {
   transform: scale(1.1);
}

.blogright {
    width: 100%;
    position: sticky;
    top: 82px;
}

.blogright_card {
    width: 100%;
    background: linear-gradient(180deg, #e2349029 0%, #f5deea9e 100%);
    border: 1px solid #eb268f;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blogimg15 {
    width: 85px;
    height: 65px;
    border-radius: 10px;
    margin-right: 15px;
}

.blogimg15 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.blogright h5 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin: 0px 0 20px;
}

.blogright p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
}

.blogright h6 {
    font-size: 18px;
    color: var(--paragraph);
    font-weight: 500;
}

.categories_box {
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
    position: sticky;
    top: 100px;
    padding: 30px 20px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211 211 211);
    border-image: initial;
}

.categories_box_card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.categories_box_card ul li {
    width: 100%;
    list-style: none;
}

.categories_box_card ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    background-color: #e2349012;
    border: 1px solid #eb268f61;
    box-shadow: rgb(255 202 231 / 88%) 0px 4px 4px 0px inset;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.categories_box_card ul li a i {
    color: #eb268f;
}



/* ======================================================================= */
/*  wedo_sec start */
/* ======================================================================= */



/* =========================
   CONTENT DESIGN
========================= */

.wp-content {
    width: 100%;
    overflow: hidden;
}

/* WordPress Content Styling */
.wp-content .wp-content,
.wp-content .entry-content,
.wp-content {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

/* Paragraph */
.wp-content p {
    margin-bottom: 18px;
    line-height: 1.9;
}

/* Heading */
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
 
    margin-bottom: 14px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
}

/* Hyperlink */
/*.wp-content a {
    color: #EB268F !important;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
*/


/* Bullet List */
.wp-content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.wp-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}

/* Number List */
.wp-content ol {
    padding-left: 22px;
    margin-bottom: 20px;
}

.wp-content ol li {
    margin-bottom: 10px;
}

/* Image */
.wp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
/*    margin: 20px 0;*/
}

/* Table Responsive */
.wp-content table {
    width: 100%;
    overflow-x: auto;
    display: block;
}

/* Mobile Responsive */
@media(max-width: 768px) {

    .loc_card {
        flex-direction: column;
    }

    .loc_card_body {
        padding: 20px;
    }

    .loc_card_img {
        width: 100%;
    }

    .loc_card_body h1 {
        font-size: 28px;
    }

    .loc_card_body h2 {
        font-size: 24px;
    }

    .loc_card_body h3 {
        font-size: 22px;
    }

    .loc_card_body p,
    .loc_card_body li {
        font-size: 15px;
        line-height: 1.8;
    }

    .info_pills {
        gap: 10px;
    }

    .loc_actions {
        flex-direction: column;
        width: 100%;
    }

    .loc_actions a {
        width: 100%;
        text-align: center;
    }
}

/* Content Alignment Fix */
.loc_card_body,
.loc_card_body p,
.loc_card_body li,
.loc_card_body h1,
.loc_card_body h2,
.loc_card_body h3,
.loc_card_body h4,
.loc_card_body h5,
.loc_card_body h6 {
    text-align: left !important;
}

/* Optional Better Readability */
.loc_card_body {
    width: 100%;
    line-height: 1.9;
    color: #444;
}

/* List Style */
.loc_card_body ul,
.loc_card_body ol {
    padding-left: 22px;
    margin-bottom: 20px;
}

/* Hyperlink Pink */
/*.wp-content a {
    color: #EB268F !important;
    text-decoration: none;
    font-weight: 600;
}*/

.loc_card_body a:hover {
  
}

/* Mobile */
@media(max-width:768px){

    .loc_card_body{
        text-align:left !important;
    }

    .loc_card_body p,
    .loc_card_body li{
        font-size:15px;
        line-height:1.8;
    }

}

/*faq*/
 .faq-section {
/*    background-color: #e7eafc;*/
    padding: 70px 0;
  }
  .faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
  }
  .faq-section .accordion-button {
     background-color: #ffffff;
    color: #45474b;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 18px 24px;
    box-shadow: none;
    border-radius: 6px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
  }
  .faq-section .accordion-button:not(.collapsed) {
    background-color: #936114;
    color: #ffffff;
  }
  .faq-section .accordion-button:focus {
    box-shadow: none;
  }
  /* custom plus/minus icons instead of bootstrap's default chevron */
  .faq-section .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #1c2f6e;
    color: #1c2f6e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
  }
  .faq-section .accordion-button:not(.collapsed)::after {
    content: "\2212";
    border-color: #ffffff;
    color: #ffffff;
  }
  .faq-section .accordion-body {
background-color: #9361141c;
    color: #000000;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 18px 24px;
    box-shadow: none;
    border-radius: 6px;
    border-bottom: 1px solid darkgray;
    border-radius: 0px;

  }

  .massage-offer .offer-img {
  width: 100%;
  object-fit: cover;
}
.massage-offer .offer-price {
  color: #b8912f;
  font-weight: 700;
}
.massage-offer .offer-list li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.massage-offer .offer-list li:last-child {
  border-bottom: none;
}
.btn-call {
  background-color: #d6206b;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
}
.btn-call:hover {
  background-color: #b5185a;
  color: #fff;
}
.btn-whatsapp {
  background-color: #25a24a;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
}
.btn-whatsapp:hover {
  background-color: #1c8038;
  color: #fff;
}
:root{
    --brand-pink:#d6206b;
    --brand-green:#25a24a;
    --brand-gold:#b8912f;
    --dark:#1c1c1c;
  }

  /* ===== Hero ===== */
  .about_hero{
    position:relative;
    background:url('../../../../wp-media/bb-bg.png') center/cover no-repeat;
    padding: 54px 0 54px;
  }
  .about_hero_overlay{
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.65));
  }
  .about_hero_content{ position:relative; z-index:2; color:#fff; }
  .breadcrumb_wrap a{ color:#c58b00; text-decoration:none; }
  .breadcrumb_wrap span.current{ color:#fff; }
  .about_hero .h1{ font-weight:700; margin:14px 0 10px; font-size:2.2rem; }
  .about_hero p{ font-size:1.05rem; opacity:.9; max-width:640px; }

  /* ===== Location card ===== */
  .locations_sec{ padding:70px 0; background:linear-gradient(180deg, #b889170f 0%, #b889171c 100%); }
  .city_heading_wrap{ display:flex; align-items:center; gap:12px; margin-bottom:28px; }
  .city_icon{ width:44px; height:44px; border-radius:50%; background:var(--brand-pink); color:#fff;
              display:flex; align-items:center; justify-content:center; font-size:1.1rem; }
  .city_heading_wrap h2 span{ color:var(--brand-pink); }

  .loc_card{ background:#fff; border-radius:16px; box-shadow: 0 8px 30px rgb(197 139 0 / 21%); overflow:hidden; }
  .loc_card_body{ display:flex; flex-wrap:wrap; }
  .loc_card_body > div:first-child{ flex:1 1 320px; }
  .loc_card_header h3 a{ color:var(--dark); text-decoration:none; font-weight:700; }
  .loc_address{ color:#666; margin:8px 0 12px; font-size:.95rem; }
  .loc_address i{ color:var(--brand-pink); margin-right:6px; }
  .read_more_link{ color:var(--brand-pink); font-size:.9rem; text-decoration:none; font-weight:600; }
  .loc_divider{ margin:18px 0; }

  .facilities_label{ font-weight:600; margin-bottom:10px; }
  .facilities_label i{ color:var(--brand-gold); margin-right:6px; }
  .facility_tag{ display:inline-block; background:#c58b0021; color:#000000;
                 border-radius:30px; padding:6px 14px; font-size:.82rem; margin:0 6px 8px 0; }

  .info_pills{ display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; }
  .info_pill{ background:#f6f6f6; border-radius:30px; padding:8px 16px; font-size:.85rem;
              text-decoration:none; color:var(--dark); display:inline-flex; align-items:center; gap:6px; }
  .info_pill.phone{}

  .loc_actions{ display:flex; flex-wrap:wrap; gap:12px;  }
  .btn_book, .btn_enquire, .btn_menu{
    border-radius:30px; padding:10px 20px; font-size:.9rem; font-weight:600;
    text-decoration:none; display:inline-flex; align-items:center; gap:8px;
  }
  .btn_book{ background:var(--brand-pink); color:#fff; }
  .btn_enquire{ background:var(--brand-green); color:#fff; }
  .btn_menu{ background:#eee; color:var(--dark); }

  .loc_card_img{ position:relative; flex:1 1 280px; min-height:260px; }
  .loc_card_img img{ width:100%; height:100%; object-fit:cover; }
  .status_badge{     display: inline-table; position:absolute; top:16px; right:16px; background:var(--brand-green);
                 color:#fff; font-size:.78rem; padding:5px 12px; border-radius:20px; }

  /* ===== Content article ===== */
  .content_sec{ padding:60px 0; }
  .content_sec h1{ font-size:1.9rem; font-weight:700; margin-bottom:16px; }
  .content_sec h2{ font-size:1.4rem; font-weight:700; margin:32px 0 14px; }
  .content_sec h3{ font-size:1.15rem; font-weight:700; margin:22px 0 10px; }
  .content_sec p{ color:#444; line-height:1.7; }
  .content_sec ul{ color:#444; line-height:1.8; padding-left:20px; }
  .content_sec hr{ margin:34px 0; opacity:.15; }
  .keyword{ font-weight:700; }

  /* ===== CTA ===== */
  .gifting_cta{ background:#1c1c1c; color:#fff; padding:60px 0; text-align:center; }
  .gifting_cta h6{ color:var(--brand-gold); letter-spacing:.03em; margin-bottom:8px; }
  .gifting_cta h3{ font-weight:700; margin-bottom:14px; }
  .gifting_cta p{ opacity:.8; max-width:560px; margin:0 auto 24px; }
  .cta_btns{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }
  .btn01{ color:#fff; border-radius:30px; padding:12px 26px;
          text-decoration:none; font-weight:600;     border: none;}
  .btn02{ background: white; border:1px solid #fff; color:#000000; border-radius:30px;
          padding:12px 26px; text-decoration:none; font-weight:600; }

  /* ===== Marquee ===== */
  .marquee_sec{ background:#f4eddcab; padding:16px 0; overflow:hidden; }
  .marquee_track{ display:flex; gap:26px; white-space:nowrap; animation:scroll 25s linear infinite; }
  .marquee_track span{ font-weight:600; color:var(--brand-pink); font-size:.95rem; }
  .marquee_track .star{ color:var(--brand-gold); }
  @keyframes scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

  /* ===== Footer ===== */
  footer.footer{ background:#202020f5; color:#ccc; padding:50px 0 0; }
  footer h4{ color:#c58b00; font-size:1rem; margin-bottom:16px; }
  footer ul{ list-style:none; padding:0; }
  footer ul li{ margin-bottom:8px; font-size:.9rem; }
  footer ul li a{ color:#ccc; text-decoration:none; }
  footer ul li a:hover{ color:var(--brand-pink); }
  footer p{ font-size:.88rem; color:#eaeaea; }
  .copyright{ border-top:1px solid #2a2a2a; margin-top:30px; padding:18px 0; text-align:center; font-size:.85rem; color:#888; }

  /* ===== Floating buttons ===== */
  .floating_btns{ position:fixed; bottom:24px; right:24px; display:flex; flex-direction:column; gap:12px; z-index:999; }
  .float_btn{ width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
              color:#fff; font-size:1.3rem; text-decoration:none; box-shadow:0 6px 16px rgba(0,0,0,.25); }
  .phone_btn{ background:var(--brand-pink); }
  .whatsapp_btn{ background:var(--brand-green); }

  #backToTop{ position:fixed; bottom:24px; left:24px; display:none; width:44px; height:44px; border-radius:50%;
              background:var(--dark); color:#fff; border:none; z-index:999; }

/*service*/

 .content-with-sidebar .sidebar-sticky{
    position: sticky;
    top: 90px; /* adjust to your fixed header height */
  }
  .sidebar-box{
    background: #5b5b5b0f;
    border-radius:10px;
    padding:20px;
    margin-bottom:24px;
  }
  .sidebar-box h5{
    margin-bottom:15px;
    font-weight:600;
        color: var(--brand-pink);
  }
  .sidebar-services{
    list-style:none;
    padding-left:0;
    margin:0;
  }
  .sidebar-services li{
    border-bottom: 1px solid #bcbcbc69
  }
  .sidebar-services li:last-child{
    border-bottom:none;
  }
  .sidebar-services li a{
    display:block;
    padding:10px 5px;
    color:#333;
    text-decoration:none;
  }
  .sidebar-services li a:hover{
    color: var(--brand-pink);
    padding-left:10px;
    transition:.2s;
  }
  .sidebar-cta img{
    width:100%;
    border-radius:10px;
    display:block;
  }
  .sidebar-call-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background: var(--brand-pink);
    color:#fff;
      padding: 6px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
  }
  .sidebar-call-btn:hover{
    background:#0b5ed7;
    color:#fff;
  }
  @media (max-width: 991px){
    .content-with-sidebar .sidebar-sticky{
      position: static;
    }
  }
   :root{
    --brand-pink:#c58b00;
    --brand-green:#25a24a;
    --brand-gold:#b8912f;
    --dark:#1c1c1c;
  }

  .hero_sec{
    background:linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.6)),
               url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?w=1600&q=80') center/cover no-repeat;
    color:#fff; padding:100px 0 70px; text-align:center;
  }
  .hero_sec h1{ font-weight:700; font-size:2.1rem; margin-bottom:14px; }
  .hero_sec p{ max-width:640px; margin:0 auto; opacity:.9; }
  .hero_sec .btns{ margin-top:26px; }
  .btn-pink{ background:var(--brand-pink); color:#fff; border-radius:30px; padding:10px 24px; font-weight:600; }
  .btn-pink:hover{ color:#fff; opacity:.9; }
  .btn-green{ background:var(--brand-green); color:#fff; border-radius:30px; padding:10px 24px; font-weight:600; }
  .btn-green:hover{ color:#fff; opacity:.9; }
 
/*  section{ padding: 40px 0; }*/
  h2.section_title{ font-weight:700; font-size:1.5rem;      margin-bottom: 16px;}
  h3.sub_title{ font-weight:700; font-size:1.15rem; margin:22px 0 10px; }
  .keyword{ font-weight:700; }
 
  .why-list li{ margin-bottom:10px; padding-left:28px; position:relative; }
  .why-list li::before{
    content:"\f00c"; font-family:"Font Awesome 6 Free"; font-weight:900;
    color:var(--brand-pink); position:absolute; left:0; top:2px; font-size:.85rem;
  }
 
   .who-card{
    background:#b8891726; border-radius:14px; padding:22px; height:100%;
  }
  .benefit-card h4, .who-card h4{ font-size:1.02rem; font-weight:700; margin-bottom:8px; color:var(--brand-pink); }
  .benefit-card p, .who-card p{ font-size:.92rem; color:#444; margin:0; }
 
  .service-pill{
    display:inline-block; background:#fff; border:1px solid #eee; border-radius:30px;
    padding:8px 16px; font-size:.88rem; margin:0 8px 10px 0;
  }
  .service-pill strong{ color:var(--brand-pink); }
 
  .bg-soft{ background:#b8891726; }
 
  .accordion-button:not(.collapsed){ background:#f4eddc; color:var(--brand-pink); box-shadow:none; }
  .accordion-button:focus{ box-shadow:none; }
 
  .cta_sec{ background:var(--dark); color:#fff; text-align:center; }
  .cta_sec h3{ font-weight:700; margin-bottom:12px; }
  .cta_sec p{ opacity:.8; max-width:520px; margin:0 auto 22px; }
 
  .floating_btns{ position:fixed; bottom:24px; right:24px; display:flex; flex-direction:column; gap:12px; z-index:999; }
  .float_btn{ width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
              color:#fff; font-size:1.3rem; text-decoration:none; box-shadow:0 6px 16px rgba(0,0,0,.25); }
  .phone_btn{ background:var(--brand-pink); }
  .whatsapp_btn{ background:var(--brand-green); }
  .service-hero-img h1{
    font-weight: 700;
    font-size: 26px;
    margin-top: 25px;
}

.benefit-list{ list-style:none; padding:0; margin:0; }
.benefit-list li{    padding: 16px 0;
    border-bottom: 1px solid #dbdbdba3;}
.benefit-list li:last-child{ border-bottom:none; }
.benefit-list h3{ font-size:1.05rem; font-weight:700; color:#c58b00; margin-bottom:6px; }
.benefit-list p{ margin:0; color:#444; font-size:.95rem; }

/*service page*/
.services-sec{ background:#fff; }
.services-tag{
  display:inline-block; color:#c58b00; font-weight:600; font-size:.85rem;
  letter-spacing:.05em; text-transform:uppercase; margin-bottom:10px;
}
.services-title{ font-size:1.7rem; font-weight:700; margin-bottom:10px; }
.services-sub{ color:#666; max-width:520px; margin:0 auto; }

.service-box{
  background: #c58b0021; border-radius:16px; padding:28px 24px; height:100%;
  transition:transform .2s ease, box-shadow .2s ease;
}
.service-box:hover{ transform:translateY(-4px); box-shadow:0 10px 26px rgba(0,0,0,.08); }
.service-icon{
  width:52px; height:52px; border-radius:50%; background:#fff; color:#c58b00;
  display:flex; align-items:center; justify-content:center; font-size:1.25rem; margin-bottom:16px;
}
.service-box h3{ font-size:1.05rem; font-weight:700; margin-bottom:8px; }
.service-box p{ font-size:.9rem; color:#555; margin:0; }

.service-box-highlight{ background:#1c1c1c; color:#fff; }
.service-box-highlight .service-icon{ background:#dfbb72; color:#fff; }
.service-box-highlight p{ color:#ccc; }
.service-link{ display:inline-block; margin-top:12px; color:#090708; font-size:.85rem; text-decoration:none; }
.service-link:hover{ color:#c58b00; }
.error-msg {
    display: block;
    color: #d9534f;
    font-size: 13px;
    margin-top: 4px;
    min-height: 16px;
}
.phone-card {
    /* background: var(--soft-pink); */
    border-radius: 6px;
    padding: 36px 32px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.phone-card::after{
content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background:  rgb(197 139 0 / 19%);
    }


 .contact-section {

  }
  .contact-section .eyebrow {
  
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
  }
  .contact-section .form-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
  }
  .contact-section label {
  
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #333;
  }
  .contact-section label .text-danger {
    font-weight: 400;
  }
  .contact-section .form-control {
    background-color: #f6e8d175;
    border: none;
    border-radius: 6px;
    padding: 12px 14px;
  }
  .contact-section .form-control::placeholder {
    color: #999;
  }
  .contact-section .btn-send {
    background-color: #e6197a;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;

    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
  .contact-section .btn-send:hover {
    background-color: #c9166a;
    color: #fff;
  }
  .contact-section .phone-card {
    background-color: #dfb0604a;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
  }
  .contact-section .phone-icon {
    width: 55px;
    height: 55px;
    background-color: #e6197a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
  }
  .contact-section .phone-card h5 {

    font-weight: 700;
  }
  .contact-section .phone-card .city {
    color: #e6197a;
    font-weight: 700;
    font-size: 0.9rem;
  }
  .contact-section .phone-card .number {

    color: #333;
    font-size: 0.9rem;
  }
  .contact-section .whatsapp-link {
    color: #e6197a;
 
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
  }
  .contact-section .hours-card {
    background-color: #1a1013;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
  }
  .contact-section .hours-card h5 {

    font-weight: 700;
    color: #fff;
  }
  .contact-section .hours-card .clock-icon {
    color: #e0a94a;
  }
  .contact-section .hours-row {

    font-size: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 14px 0;
  }
  .contact-section .hours-row:first-of-type {
    border-top: none;
  }
  .contact-section .hours-row .location {
    color: #bbb;
  }
  .contact-section .hours-row .time {
    color: #fff;
    font-weight: 500;
  }
  .contact-section .hours-row .holiday-status {
    color: #e0a94a;
    font-weight: 600;
  }

   .location-section {
    
    background-color: #c58b0042;
  }
  .location-section .eyebrow {
 
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
  }
  .location-section .subtitle {
    color: #555;
    max-width: 650px;
    margin: 0 auto;
  }
  .location-section .map-card {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  }
  .location-section .map-wrap {
    min-height: 340px;
  }
  .location-section .map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
    display: block;
  }
  .location-section .details-wrap {
    padding: 40px;
  }
  .location-section h3 {
    font-weight: 500;
  }
  .location-section .icon-circle {
    width: 36px;
    height: 36px;
    background-color: #c58b002b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c58b00;
    flex-shrink: 0;
  }
  .location-section .label {
 
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #c58b00;
  }
  .location-section .info-text {
 
    color: #333;
    font-size: 0.95rem;
  }
  .location-section .get-directions {
 
    color: #c58b00;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .location-section .get-directions:hover {
    color: #c9166a;
  }

.core_values_sec .cv-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a2e;
}
.core_values_sec .cv-subtitle {
    color: #6c757d;
    font-size: 1.05rem;
}
.core_values_sec .cv-card {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
}
.core_values_sec .cv-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.core_values_sec .cv-icon i {
    font-size: 1.4rem;
    color: #a57d21;
}
.core_values_sec .cv-heading {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}
.core_values_sec .cv-text {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}


    img.wp-smiley, img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }


.grid-no{
    grid: unset !important;
}

.who-card i{
color: #000000;
font-size: 24px;
margin-bottom: 20px;
}

/*location page*/
       
       .price_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
}

.price_card {
    flex: 1 1 220px;   /* grow, shrink, basis */
    max-width: 300px;  /* optional: stop cards from stretching too wide */
}
/* .price_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:20px;}*/
        .price_card{    padding-bottom: 25px; background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.08);}
        .price_cardpic{width:100%;overflow:hidden;}
        .price_cardpic img{width:100%;height:100%;object-fit:cover;}
        .price_cardbtm{padding:18px 16px 6px;}
        .price_title{color:#7a1020;font-size:18px;font-weight:700;    margin: 0 0 0px;}
        .price_row{display:flex;justify-content: space-between;gap:32px;margin-bottom:20px;}
        .price_item{display:flex;flex-direction:column;align-items:center;}
        .price_amt{font-size:20px;font-weight:600;color:#222;}
        .price_dur{font-size:13px;color:#888;margin-top:2px;}
        .btn_booknow{display:inline-block;background:#f6b9bc;color:#3a0d10;font-weight:700;letter-spacing:0.5px;padding:10px 28px;border-radius:6px;text-decoration:none;}
        .btn_booknow:hover{background:#f2a3a7;}

        .stats_strip{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;text-align:center;gap:24px;}
        .stat_item{flex:1 1 0;min-width:130px;}
        .stat_icon{font-size:26px;color:#7a1020;margin-bottom:8px;display:block;}
        .stat_item h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;margin:0 0 6px;color:#1a1a2e;}
        .stat_item p{margin:0;font-size:14px;color:#444;}

.loc_card_header h1{

font-size: 26px;
    font-weight: 700;}

    .social-icons ul li{
        float: left;
          padding-right: 13px;
    }

    .banner_sec {
    position: relative;
}
.banner_bg_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
