/* Jost - Medium (Weight 500) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Jost - SemiBold (Weight 600) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Jost - Variable Font (Weight 100–900) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/JostVariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* Houstiq - Heading Font */
@font-face {
  font-family: "Houstiq";
  src: url("../fonts/Houstiq.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* ===============================
   Base Typography Styles
   =============================== */

body,
p,
em,
strong {
  font-family: "Jost", sans-serif !important;
}

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

p {
  font-weight: 400;
}

em {
  font-style: italic;
}

.bd-header-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* background: #162034 !important; */
}

.header-sticky.is-transparent {
  background: #48592a;
}

.bd-header__logo {
  /* width: 100%; */
}

/* .bd-header__logo img {
  max-width: 100px;
} */

/* .bd-header-3.header-sticky .bd-header__logo img {
    filter: unset;
} */
.bd-header-3 .bd-header__logo .non_sticky_logo {
  display: block;
}

/* .bd-header-3 .bd-header__logo .sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .non_sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .sticky_logo {
    display: block;
} */
.bd-main-menu ul li a {
  font-size: 15px;
  padding: unset;
  color: #fff;
}

.bd-main-menu ul li a:hover {
  color: #c9a15c !important;
}

/* .bd-header-3.header-sticky .bd-main-menu ul li a {
    color: var(--bd-common-black);
} */
.cstm_bnr {
  display: flex;
  align-items: center !important;
  justify-content: center;
  height: calc(100vh - 0px);
  min-height: 800px;
}

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

.cstm_bnr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0%);
}

section#hero .bd-hero .bd-hero__content {
  margin-bottom: 0% !important;
}

.down_arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.down_arrow i {
  color: #fff;
  font-size: 30px;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

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

.button_1 {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 40px 0px;
  text-decoration: none;
}

.button_1:hover:before {
  width: 100%;
  background: #000;
  border: 2px solid #000;
}

.button_1:active:before {
  opacity: 1;
  transition: all 0.05s ease-in-out;
}

.button_1:active span {
  color: white;
  transition: all 0.05s ease-in-out;
}

.button_1:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  background: #ffffff00;
  border: 2px solid #000;
}

.button_1:after {
  content: "\f356";
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.button_1:hover:after {
  color: #fff;
}

.button_1 span {
  display: block;
  position: relative;
  z-index: 3;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.75s ease-in-out;
  font-size: 16px;
  position: relative;
  left: 0;
}

.button_1:hover span {
  color: #ffffff;
  position: relative;
  left: 20px;
}

.bd-footer__list ul li a {
  text-transform: uppercase;
}

.bd-footer__copyright-text p {
  color: #ffffff;
}

.video_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_area .bd-reel__play-btn {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

.video_area .bd-reel__play-btn .bd-reel-play-thumb {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

/* .icons_area .bd-feature__list-item img {
    width: auto;
    height: 60px;
    margin-bottom: 15px;
} */

.icons_area .bd-feature__list-item img {
  width: 50px;
  height: 50px;
  border: 1px solid #b3806c;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul {
  display: block;
}

.overview_area .bd-facility-2__list ul li {
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul li:last-child {
  margin-bottom: unset;
}

.overview_area .bd-facility-slider__thumb-wrap img {
  height: 80vh;
  object-fit: cover;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link {
  color: #ffffff;
  text-decoration: unset !important;
  text-transform: uppercase;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link.active {
  color: var(--bd-theme-1);
}

.overview_area .bd-offer__content-visble {
  background: var(--bd-theme-2);
}

.overview_area .bd-offer__content-visble h4 {
  font-size: 20px;
}

.overview_area .bd-offer__content {
  width: 100%;
}

.overview_area .bd-offer__title::before {
  display: none;
}

.overview_area .bd-offer__content h4 {
  font-size: 20px;
}

.overview_area .bd-offer-slider-nav .square-nav {
  border-color: #ffffff;
  color: #ffffff;
}

.icons_area .bd-feature__list-item p {
  font-size: 0.843em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.render_area .bd-facility-side__shape-1 {
  left: 0;
  top: unset;
  bottom: 100px;
  z-index: 1;
}

.render_area .bd-facility-side__shape-1 img {
  width: 200px;
  filter: invert(1);
}

.render_area .bd-facility-side__shape-2 {
  right: 0;
  top: 150px;
}

.render_area .bd-facility-side__shape-2 img {
  width: 200px;
  filter: invert(1);
}

.pre_img {
  width: 65px;
  /* margin-bottom: 15px; */
}

.bd-section__title-wrapper h3 {
  color: var(--bd-theme-1);
}

.cstm_counter .bd-feature__list-item {
  display: block;
  text-align: center;
}

.cstm-qr-code {
  width: 50px;
}



@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
   
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .about_area .bd-section__subtitle img {
    width: 200px;
  }
  .bd-main-menu ul li {
   
    padding: 0 10px !important;
}

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 100px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 100px;
  }
  .bd-main-menu ul li a {
    font-size: 15px;
    }
    .bd-header__logo {
    width: 150px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section {
    max-width: 100%;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
 

  .bd-header__logo {
    /* width: 100%; */
  }

  .bd-header__logo img {
    max-width: 100%;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }

  .bd-hero__content {
    margin-bottom: 160px;
  }
  img.cstm-logo {
    /* width: 80px; */
    padding-right: 20px;
}
.view-btn {
    
    font-size: 14px;
  
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section {
    max-width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bd-header__logo img {
    max-width: 70px;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }

  .down_arrow {
    bottom: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section {
    max-width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bd-header__logo img {
    max-width: 60px;
  }

  .cstm_bnr {
    min-height: 700px;
  }

  .about_area .bd-section__subtitle img {
    width: 200px;
  }

  .render_area .bd-facility-side__shape-1 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-1 img {
    width: 50px;
  }

  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }

  .render_area .bd-facility-side__shape-2 img {
    width: 50px;
  }

  .down_arrow {
    bottom: 0;
  }

  /* .cstm_about {
    text-align: center;
    padding-top: 30px;
  } */
}


@media (max-width: 479px) {
  .cstm_bnr {
    min-height: 600px;
  }
}

.artist-impression::before {
  bottom: 5px;
  right: 10px;
  left: auto;
  position: absolute !important;
  overflow: hidden !important;
  content: "Representative image";
  color: #fff;
  z-index: 9;
  text-shadow: 0px 0px 4px #000000;
}

.artist-impression1::before {
  bottom: 5px;
  right: 10px;
  left: auto;
  position: absolute !important;
  overflow: hidden !important;
  content: "Artist's Impression";
  color: #fff;
  z-index: 9;
  text-shadow: 0px 0px 4px #000000;
}

/* ===============================
   RESPONSIVE STYLES - MOBILE & TABLET
   =============================== */

/* ---- TABLET (768px - 991px) ---- */
@media screen and (min-width: 768px) and (max-width: 991px) {

  /* Header */
  .bd-header__logo img.non_sticky_logo {
    max-width: 120px;
  }

  /* Hero Banner */
  .cstm_bnr {
    min-height: 500px;
    height: 70vh;
  }
  .cstm_bnr .bd-hero__title-wrap img {
    max-width: 100% !important;
    width: 90% !important;
  }
  .bd-hero__subtitle {
    font-size: 18px !important;
    padding: 0 15px;
    text-align: center;
  }
  .bd-hero__subtitle strong span {
    font-size: 20px !important;
  }

  /* Configuration / Pricing Cards */
  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px;
  }

  /* Floor Plan Carousel */
  .wrapper {
    overflow-x: hidden;
  }

  /* Gallery Grid */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Location - Map height */
  #locationAccordion .row .col-lg-6:first-child iframe {
    min-height: 300px;
    display: block;
  }
  #locationAccordion .row .col-lg-6:first-child {
    height: 300px;
    margin-bottom: 20px;
  }

  /* Contact Section */
  #contact .col-md-6:first-child {
    min-height: 300px;
    margin-bottom: 20px;
  }
  #contact .col-md-6:first-child iframe {
    min-height: 300px;
  }

  /* Footer */
  .bd-footer__logo.logo {
    text-align: center;
  }
  .bd-footer__logo.logo img {
    max-width: 120px;
    margin: 0 auto 10px;
    display: block;
  }
  .cstm-logo {
    display: block;
  }
  img.cstm-logo {
    width: 165px;
    padding-right: 25px;
}

  /* Scroll sections text */
  .scroll_section .scroll_content h3 {
    font-size: 22px !important;
  }
  .scroll_section .scroll_content p {
    font-size: 15px !important;
  }

  /* Amenities slider nav */
  .bd-offer-slider-nav {
    justify-content: center;
    margin-top: 15px;
  }

  /* Enquire Now floating button */
  .btn-callback {
    bottom: 15px;
    right: 15px;
  }
  .btn-callback .bd-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  
}

/* ---- MOBILE (max-width: 767px) ---- */
@media screen and (max-width: 767px) {

  /* Header */
  .bd-header__logo img.non_sticky_logo {
    max-width: 100px;
  }
  .bd-header-3 {
    padding: 12px 0;
  }

  /* Hero Banner */
  .cstm_bnr {
    min-height: 480px;
    height: 80vh;
    align-items: center !important;
  }
  .cstm_bnr .bd-hero__title-wrap img {
    max-width: 100% !important;
    width: 85% !important;
  }
  .bd-hero__subtitle {
    font-size: 15px !important;
    padding: 0 10px;
    text-align: center;
    line-height: 1.5 !important;
  }
  .bd-hero__subtitle strong span {
    font-size: 18px !important;
  }
  section#hero .bd-hero .bd-hero__content {
    margin-bottom: 0 !important;
    padding-bottom: 60px;
  }

  /* Section headings */
  h2 {
    font-size: 32px !important;
  }
  .pricing p, .gallery-section p, #location p {
    font-size: 20px !important;
  }
  #location p br {
    display: none;
  }

  /* Configuration / Pricing Cards */
  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 5px;
  }
  .pricing-card {
    padding: 20px 15px !important;
  }
  .pricing-card h3 {
    font-size: 20px !important;
  }
  .pricing-card .price {
    font-size: 15px !important;
  }

  /* Scroll / Overview Sections */
  .scroll_section {
    height: auto !important;
    min-height: 60vh;
    padding: 60px 0;
  }
  .scroll_section .scroll_content {
    min-height: unset;
    padding: 20px 15px;
  }
  .scroll_section .scroll_content h3 {
    font-size: 20px !important;
    margin-bottom: 12px;
  }
  .scroll_section .scroll_content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 0;
  }
  .section-content.p-lg-5 {
    padding: 0 !important;
  }
  .nav_bullets {
    display: none;
  }

  /* Amenities Slider */
  .cstm-render-slider .row.mb-40 {
    margin-bottom: 20px !important;
  }
  .bd-offer-slider-nav {
    justify-content: center;
    /* margin-top: 0px; */
  }
  .bd-offer__thumb img {
    height: 220px;
    object-fit: cover;
  }

  /* Floor Plans */
  .wrapper {
    overflow-x: hidden;
    padding: 0 10px;
  }
  #floor h2 {
    text-align: center;
  }
  #floor p {
    text-align: center;
    font-size: 14px !important;
  }
  #floor p br {
    display: none;
  }

  /* Gallery */
  .gallery-tabs {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .gallery-tab-btn {
    font-size: 13px !important;
    padding: 8px 14px !important;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .gallery-item img {
    height: 150px;
    object-fit: cover;
    width: 100%;
  }

  /* Location */
  #locationAccordion .row {
    flex-direction: column;
  }
  #locationAccordion .row .col-lg-6:first-child {
    height: 250px;
    margin-bottom: 20px;
    width: 100%;
  }
  #locationAccordion .row .col-lg-6:first-child iframe {
    height: 250px;
    width: 100%;
  }
  #locationAccordion .row .col-lg-6:last-child {
    width: 100%;
  }
  .bd-faq .accordion-button {
    font-size: 16px !important;
    padding: 18px 0 16px !important;
  }

  /* About Section */
  #about .col-lg-6:first-child {
    margin-bottom: 25px;
  }
  #about .section-content.p-lg-5 {
    padding: 0 !important;
    text-align: center;
  }
  #about h2 {
    text-align: center;
  }
  #about p {
    font-size: 15px !important;
    text-align: center;
  }

  /* Contact Section */
  #contact .row {
    flex-direction: column;
  }
  #contact .col-md-6 {
    width: 100%;
  }
  #contact .col-md-6:first-child {
    height: 250px;
    margin-bottom: 20px;
  }
  #contact .col-md-6:first-child iframe {
    height: 250px;
    width: 100%;
  }
  #contact h2 {
    font-size: 28px !important;
  }
  .contact-page-form input,
  .contact-page-form select {
    font-size: 14px;
  }
  .single-input-fieldsbtn input[type="submit"] {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  /* Footer */
  .bd-footer-wrapper .row {
    flex-direction: column;
    text-align: center;
  }
  .bd-footer__logo.logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .bd-footer__logo.logo img {
    max-width: 100px;
    margin: 0 auto 8px;
    display: block;
  }
  /* .cstm-logo {
    display: none;
  } */
  .bd-footer__meta p {
    font-size: 14px !important;
  }
  .footer-links {
    font-size: 12px;
  }

  /* Floating Enquire Button */
  .btn-callback {
       
  }
  .btn-callback .bd-btn {
    
  }

  /* Modal */
  .modal-dialog {
    margin: 10px;
  }
  .modal-body.p-4 {
    padding: 15px !important;
  }

  /* Virtual Tour iframe */
  .cstm_360_virtual_tour {
    height: 35vh;
  }

  /* Pre image (mark.png) */
  .pre_img {
    width: 45px;
  }
  .btn-callback {
        position: fixed;
        bottom: 0;   /* 👈 always footer ke upar chipka rahega */
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        width: 100%;
    }

    .btn-callback a {
        writing-mode: horizontal-tb;
        transform: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px;
        background: #c89b5e;
        color: #fff;
        border-radius: 0;
        font-weight: 600;
    }
	.btn-callback {
		rotate: 0deg;
    }
		
.bd-btn.fill-btn {
   
   border-radius: 0px;
    
}
		
}

/* ---- SMALL MOBILE (max-width: 480px) ---- */
@media screen and (max-width: 480px) {
  .cstm_bnr {
    min-height: 420px;
  }
  .cstm_bnr .bd-hero__title-wrap img {
    width: 95% !important;
  }
  .bd-hero__subtitle strong span {
    font-size: 16px !important;
  }
  .pricing-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .gallery-item img {
    height: 200px;
  }
  h2 {
    font-size: 26px !important;
  }
}

/* ===============================
   PRICING CARDS BASE STYLES
   =============================== */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 10px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e0d5c5;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pricing-card h3 {
  font-size: 22px;
  color: #48592a;
  margin-bottom: 5px;
}

.pricing-card .price {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.pricing-card .btn-enquire-banner {
  background: linear-gradient(to right, #b89149, #d8b66a);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}

.pricing-card .btn-enquire-banner:hover {
  background: #48592a;
}

/* ---- HEADER FIX - All screens ---- */
.bd-header__bottom-right {
  margin-left: auto;
}

.mega-menu-wrapper .d-flex {
  flex-wrap: nowrap;
  align-items: center;
}

/* ===============================
   RESPONSIVE OVERRIDES - MOBILE
   =============================== */

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pricing-card {
    padding: 24px 16px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  /* Header fix */
  .bd-header-3 {
    padding: 10px 0 !important;
  }
  .bd-header__logo {
    width: auto;
    min-width: 80px;
  }
  .bd-header__logo img.non_sticky_logo {
    width: 130px !important;
    max-width: 130px !important;
    height: auto;
  }
  .bd-header-hamburger {
    width: 35px !important;
  }
  .bd-header-hamburger span {
    width: 100% !important;
  }

  /* Pricing cards */
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0;
  }
  .pricing-card {
    padding: 18px 12px;
    gap: 8px;
  }
  .pricing-card h3 {
    font-size: 18px !important;
  }
  .pricing-card .price {
    font-size: 13px !important;
    margin-bottom: 8px;
  }
  .pricing-card .btn-enquire-banner {
    font-size: 12px !important;
    padding: 8px 10px !important;
    width: 100%;
  }
  img.cstm-logo {
    width: 140px;
    padding-right: 25px;
}
.bd-offer-slider-nav {
   
    padding-top: 17px;
}
img.cstm-banner-logo {
    width: 300px !important;
}

  /* arrows ko bottom me lao */
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    top: auto;
    bottom: 50px;
    transform: none !important;

    width: 35px;
    height: 35px;

    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }

}

/* Small Mobile */
@media screen and (max-width: 400px) {
  .bd-header__logo img.non_sticky_logo {
    width: 100px !important;
    max-width: 100px !important;
  }
  .pricing-card {
    padding: 14px 8px;
  }
  .pricing-card h3 {
    font-size: 16px !important;
  }
  .pricing-card .price {
    font-size: 12px !important;
  }
  .pricing-card .btn-enquire-banner {
    font-size: 11px !important;
    padding: 7px 8px !important;
  }
}