@font-face {
  font-family: main;
  src: url(../font/centaur-regular.ttf);
}

@font-face {
  font-family: sub;
  src: url(../font/CeraGodrejInterio-Regular.ttf);
}

@font-face {
  font-family: sub-m;
  src: url(../font/felix-titling.ttf);
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: sub, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4b111c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.brown{
  color: #4b111c;
}

body {
  background-color: #dddddd;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.arrow_fixed {
  position: fixed;
  bottom: 100px;
  right: 27px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

.arrow_fixed img {
  width: 70px;
}

.heading {
  font-family: main, sans-serif;
}

.banner {
  font-family: sub-m, sans-serif;
}


header .navbar {
  z-index: 100;
}


header .navbar-nav {
  display: none;
}

header .navbar .nav-link {
  color: #fff;
  font-family: sub, sans-serif;
  margin: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  color: #ede2d4;
}

.menu {
  position: absolute;
  right: 3.5%;
  top: 90px;
}

.menu li {
  text-align: end;
}

.menu li a {
  font-size: 16px;
}

.menu .nav-link.active {
  font-weight: 600;
}

/* 
header .navbar .active {
  border-bottom: 1px solid #fff;
  color: #fff !important;
} */




section.form {
  background: #4b111c;
  position: fixed !important;
  width: 100%;
  bottom: 0;
  z-index: 1040 !important;
}

section.form .grid {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  padding: 10px 0;
  gap: 30px;
  justify-content: flex-end;
}

section.form .grid input {
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}

section.form .grid>div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.form .btn {
  background-color: #4b111c !important;
  color: #fff;
  padding: 12px 20px;
  font-size: 19px;
  border-radius: 0;
  transition: all 0.5s ease;
}

.arrow_new.active_1 {
  display: block;
  bottom: 20px;
}

.form {
  position: fixed;
  z-index: 1001;
  right: -54px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.form a:hover {
  color: #FFF !important;
}

.form a i:hover {
  color: #FFF !important;
}

.form .btn {
  background-color: #4b111c !important;
  color: #fff;
  padding: 10px 22px;
  font-size: 19px;
  border-radius: 0;
  transition: all 0.5s ease;
}


.form .btn:hover {
  background-color: #4b111c !important;
  color: #fff;
}


.arrow_new {
  position: fixed;
  bottom: 143px;
  right: 19px;
  opacity: 1;
  display: none;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

.arrow_new_1 {
  position: fixed;
  bottom: 80px;
  right: 19px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}


section.banner h1 {
  font-size: 70px;
}

section.banner .container {
  height: 100vh;
  display: flex;
  align-items: end;
  padding-bottom: 5%;
  justify-content: center;
}

section.form .flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}


.color {
  color: #000;
}

section.overview {
  background-color: #4b111c;
  padding: 70px;
}

section.overview h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #dddddd !important;
}

.play .card-img-overlay {
  left: 48%;
  top: 48%;
}


.font {
  font-size: 60px;
  text-transform: uppercase;
}


.padding {
  padding-left: 15%;
}


section.slider .wrapper {
  padding-left: 70px;
}


section.slider {
  background-color: #4b111c;
}

section.slider h2 {
  color: #ede2d5;
}

section.slider p {
  color: #ede2d5;
}



section.slider h3 {
  font-family: main, sans-serif;
}

section.slider .box_w {
  width: 320px;
}



section.slider .img {
  width: 500px;
  height: 500px;
}


.swiper-pagination2 {
  color: #4b111c !important;
  width: 100px;
  padding-left: 30px;
}


.gallery-img {
  height: 400px;
  object-fit: cover;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #4b111c;
  color: #fff;
}

.nav-pills .nav-link {
  color: #737072;
  font-family: main, sans-serif;
  font-size: 23px;
  margin-right: 30px;
  border-radius: 0;
  text-transform: uppercase;
}


section.call {
  background-color: #4b111c;
  padding: 70px 0 20px 0  !important;
  background-repeat: no-repeat;
  background-position: center right;
  height: auto;
}

section.call h2 {
  color: #dacec3;
}

section.call .call_1 {
  position: absolute;
  bottom: 0;
  width: 200px;
  right: 40%;
}

section.call .container {
  display: flex;
  align-items: center;
  height: 100%;
}



section.contact-us input {
  border: transparent;
  border-bottom: 1px solid #555;
  padding: 10px;
  margin-bottom: 10px;
  outline: none;
  background: transparent;
}

section.contact-us textarea {
  border: transparent;
  border-bottom: 1px solid #555;
  padding: 10px;
  margin-bottom: 10px;
  outline: none;
  width: 100%;
  background: transparent;
}

section.contact-us .btn {
  border: 1px solid #555;
  color: #555;
  padding: 6px 30px;
}

section.contact-us .btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
  padding: 6px 30px;
  background-color: #ad8346;
}

section.contact-us .box {
  max-width: 60%;
  margin: 0 0 0 auto;
}


footer {
  background-color: #4b111c;
  padding: 20px 70px;
}

footer a {
  color: #fff;
  text-transform: uppercase;
}

footer .d-flex>div {
  border-right: 1px solid #fff;
  padding-right: 50px;
}

footer .d-flex>div:last-child {
  border-right: transparent;
  padding-right: 50px;
}


.menu.active {
  opacity: 0;
}

#bar {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}


#bar.active {
  opacity: 1;
  display: flex;
}


.navbar {
  background-color: #4b111c;
  transition: all 0.2s ease;
  padding: 10px 60px;
}


.navbar.active {
  backdrop-filter: blur(78.4000015258789px);
  background: rgba(126, 90, 37, 0.18);
}


.navbar .logo-3 {
  transition: all 0.5s ease;
}

.navbar.active .logo-3 {
  width: 140px !important;
}


.offcanvas-header,
.offcanvas-body {
  background-color: #35210d;
  color: #fff;
}


.load {
  position: fixed;
  background-color: #dacec3;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;

}

.load img {
  width: 600px;
  animation: logo 2s ease;
  opacity: 0;
  transform: translateY(50px);
}

@keyframes logo {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  90% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}



.load.active {
  pointer-events: none;
  height: 0;
  bottom: 0;
}

.modal .modal-content {
  background-color: #4b111c;
}

.modal-body .grid label {
  display: block;
  margin-bottom: 10px;
}

.modal-body .grid input {
  width: 100%;
  height: 40px;
  padding-left: 1rem;
  outline: none;
  border: 0;
}

.modal-body .grid>div {
  margin-bottom: 20px;
}



.form-container {
  background-color: #ffffff;
  padding: 2rem;
  /* Adjusted padding for better responsiveness */
  border-radius: 12px;
  /* More rounded corners */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  max-width: 100%;
  width: 100%;
}



section.form1 input[type="text"],
section.form1 input[type="email"],
section.form1 input[type="tel"] {
  border: none;
  /* Remove default border */
  border-bottom: 1px solid #d1d5db;
  /* Only bottom border */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  /* Remove outline on focus */
  transition: border-color 0.2s ease-in-out;
  font-size: 1rem;
  width: 100%;
  /* Ensure inputs take full width */
  box-sizing: border-box;
  /* Include padding/border in width */
}



section.form1 input[type="text"]:focus,
section.form1 input[type="email"]:focus,
section.form1 input[type="tel"]:focus {
  border-color: #4f46e5;
  /* Indigo on focus */
}



.send-button {
  background-color: #4b111c;
  /* Dark grey */
  color: #ffffff;
  padding: 0.75rem 2rem;
  /* Comfortable padding */
  border-radius: 8px;
  /* Slightly rounded */
  font-weight: 600;
  cursor: pointer;
  border: 0;
  transition: background-color 0.3s ease;
  width: 100%;
  /* Full width on smaller screens */
}

.send-button:hover {
  background-color: #1a1a1a;
  /* Darker on hover */
}

/* Custom checkbox styling for better aesthetics */
section.form1 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #9ca3af;
  /* Light grey border */
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  /* Prevent shrinking */
}

section.form1 input[type="checkbox"]:checked {
  background-color: #4f46e5;
  /* Indigo when checked */
  border-color: #4f46e5;
}

section.form1 input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

label {
  cursor: pointer;
}


/* Ensure the checkbox line wraps gracefully on small screens */
.checkbox-container {
  display: flex;
  align-items: flex-start;
  /* Align checkbox to the top of text */
  margin-bottom: 1rem;
  /* Add margin for spacing */
  flex-wrap: wrap;
  /* Allow text to wrap */
}

.checkbox-container label {
  flex-grow: 1;
  /* Allow label to take up available space */
  padding-left: 0.5rem;
  /* Space between checkbox and text */
}



section.form1 .flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

section.form1 #countryFlag {
  width: 30px;
}

section.form1 {
  background-color: #4b111c;
  padding: 0 70px 70px;
}


#countryCodeSelect {
  width: 50px;
}

.btn-book {
  background-color: #fff;
  padding: 10px;
  color: #4b111c;
  font-size: 16px;
  font-weight: 500;
}

/*-----------------------------------------*/


.btn-dwnl:hover {
  content: 'Download Brochure';
  position: absolute;
  padding: 10px;
  width: 300px;
  height: 50px;
  border: 3px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .075), rgba(255, 255, 255, .045));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .075), rgba(255, 255, 255, .045));
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .09), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 1px rgba(0, 0, 0, .3), 0 0 10px rgba(0, 0, 0, .1);
}

.aboutSection,
.gallery,
.amenities {
  padding: 70px;
}

.phonevalidate {
  border-bottom: none !important;
}

.gallery .container {
  padding: 0;
  margin: 0;
}

.headermenu {
  display: flex;
  color: #dddddd;
}

.headermenu .nav-link {
  color: #dddddd !important;
}

.location-section {
  background: #f7f3e8;
  padding: 60px 0;
}

.location-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 48% 52%;
}

.location-left {
  padding: 60px;
}

.location-title {
  font-size: 42px;
  color: #28505c;
  line-height: 1.2;
  margin-bottom: 40px;
}

.location-title span {
  color: #d18b62;
  font-style: italic;
  font-family: cursive;
}

.location-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width:991px) {

  .location-content {
    grid-template-columns: 1fr;
  }

  .location-left {
    padding: 30px;
  }

  /* .accordion-body {
    grid-template-columns: 1fr;
  } */

  .location-right {
    height: 400px;
  }
}

.navbar .logo-3,
.navbar .logo-2 {
  filter: invert(1);
}

@media screen and (max-width: 1024px) {
  .headermenu {
    display: none;
  }

  .navbar {
    padding: 10px 20px;
  }

  #bar {
    display: flex;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  section.overview,
  .aboutSection,
  .gallery,
  .amenities,
  section.call,
  .faq-section,
  section.form1,
  .floor-plan-section {
    padding: 70px 20px !important;
  }

  footer {
    padding: 20px;
  }

  .amenities .align-items-center {
    gap: 20px;
    padding-top: 40px;
  }

  .amenities .padding {
    padding: 0 !important;
  }
}

/* Map */

.location-map-wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.location-map-wrapper picture,
.location-map-wrapper picture img {
  width: 100%;
  display: block;
}

.location-map {
  width: 100%;
  transform: scale(1.08);
  transition: transform 1.6s ease;
}

/* zoom animation */
.location-map-wrapper.active .location-map {
  transform: scale(1);
  height:auto;
}

/* Button */

.location-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: #fff;
  border-radius: 10px;
  width: 240px;
  height: 50px;
  font-family: "GiSansDisplayMedium";
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: 1.5px;
}

.location-btn:hover {
  transform: translateX(-50%) scale(1.04);
}

/* Tablet */

@media (max-width: 1024px) {

  .location-header {
    padding: 70px 30px 50px;
  }

  .location-heading h2 {
    font-size: 36px;
  }

  .location-header h3 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {

  .location-section {
    padding-top: 70px;
  }

  .location-header {
    padding: 30px 20px 40px;
  }

  .location-heading {
    gap: 12px;
    margin-bottom: 22px;
  }

  .location-heading img {
    width: 24px;
  }

  .location-heading h2 {
    font-size: 28px;
  }

  .location-header h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .location-map-wrapper {
    min-height: 0;
    overflow: visible;
    padding-bottom: 34px;
    background: #fff;
  }

  .location-map-wrapper picture {
    overflow: hidden;
  }

  .location-map {
    /*min-height: 500px;*/
    object-fit: cover;
    object-position: center;
  }

  .location-btn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin: 22px auto 0;
    width: 180px;
    height: 58px;
    font-size: 18px;
    border-radius: 18px;
  }

  .location-btn:hover {
    transform: scale(1.02);
  }
}

/* ==========================
   LOCATION LEGEND
========================== */

.location-legend {
  position: absolute;
  left: 50px;
  bottom: 60px;

  width: 320px;
  background: rgba(255, 255, 255, 0.95);

  border: 1px solid #8b8b8b;
  border-radius: 28px;

  backdrop-filter: blur(10px);
  overflow: hidden;
  z-index: 5;
}

/* Header */

.legend-header {
  width: 100%;
  border: none;
  background: transparent;

  padding: 28px 30px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;
}

.legend-header span {
  font-family: "GiSansDisplayBold";
  font-size: 20px;
  letter-spacing: 2px;
  color: #222;
}

.legend-header i {
  display: none;
}

/* Line */

.legend-content {
  padding: 0 20px 00px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  background: #f7f4f4;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* Item */

.legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.legend-item img {
  width: 34px;
  flex-shrink: 0;
}

.legend-item span {
  font-family: "GiSansTextRegular";
  font-size: 17px;
  color: #222;
  line-height: 1.4;
}

/* ==========================
   MOBILE ACCORDION
========================== */

@media (max-width: 768px) {

  .location-legend {
    left: 15px;
    right: 15px;
    bottom: 100px;

    width: auto;
    border-radius: 22px;
  }

  .legend-header {
    padding: 20px;
  }

  .legend-header span {
    font-size: 18px;
  }

  .legend-header i {
    display: block;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .legend-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;

    border-top: none;

    transition:
      max-height 0.4s ease,
      padding 0.35s ease;
  }

  .location-legend.active .legend-content {
    max-height: 500px;
    padding: 0 20px 20px;
    border-top: 1px solid #d6d6d6;
  }

  .location-legend.active .legend-header i {
    transform: rotate(45deg);
  }

  .legend-item {
    margin-top: 18px;
  }

  .legend-item span {
    font-size: 14px;
  }

  .legend-item img {
    width: 28px;
  }

  .location-map-wrapper>.legend-content {
    position: static;
    z-index: 6;
    width: auto;
    display: block;
    visibility: visible;
    max-height: none;
    margin: 18px 14px 0;
    padding: 4px 14px;
    overflow: visible;
    border: 1px solid rgba(18, 48, 45, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(18, 48, 45, 0.12);
    -webkit-overflow-scrolling: touch;
  }

  .location-map-wrapper>.legend-content .legend-accordion-header {
    min-height: 38px;
    padding: 8px 0;
    gap: 12px;
    font-size: 13px;
    line-height: 1.25;
  }

  .location-map-wrapper>.legend-content .legend-accordion-header span {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
  }

  .location-map-wrapper>.legend-content .legend-accordion-body p {
    padding-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .map>img {
    height: 600px;
    object-fit: cover;
  }

  .map_text {
    width: 95%;
    top:0 !important;
  }
}

/* Accordion */

.legend-accordion {
  border-bottom: 1px solid #ececec;
}

.legend-accordion:last-child {
  border-bottom: none;
}

.legend-accordion-header {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  cursor: pointer;

  text-align: left;

  font-family: "GiSansTextRegular";
  font-size: 16px;
  color: #222;
}

.legend-accordion-header span {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.legend-accordion.active .legend-accordion-header span {
  transform: rotate(45deg);
}

/* body */

.legend-accordion-body {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.35s ease;
}

.legend-accordion-body p {
      padding-bottom: 7px;
    color: #666;
    font-size: 10px;
    margin-left: 10px;
}

.map_text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 10%);
  text-align: center;
  width: 60%;
}

.floor-plan-section {
  padding: 70px;
}

.parent-tabs,
.child-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.parent-tab,
.child-tab {
  padding: 12px 28px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: .3s;
}

.parent-tab.active,
.child-tab.active {
  background: #4b111c;
  color: #fff;
}

.floor-plan-section .tab-content,
.floor-plan-section .child-content {
  display: none;
}

.tab-content.active,
.child-content.active {
  display: block;
}

.child-content img {
  width: 100%;
  display: block;
}