html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  font-family: "Inter", sans-serif;
  color: #666;
}

/* Headings Font */
h1,
h2,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}
h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic !important;
  font-size: 35px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #bd843c;
}
h6 {
  color: #bd843c !important;
}
body {
  overflow-x: hidden;
}
h1 {
  font-size: 36px !important;
  color: #bd843c !important;
  line-height: 36px;
  font-weight: 100 !important;
}
p,
li {
  font-size: 16px;
  color: #666 !important;
}
h3 {
  font-size: 26px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  font-family: "Cormorant Garamond", serif;
}
h2 {
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: 32px !important;
  text-transform: uppercase;
  color: #bd843c !important;
}
h4 {
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Inter", sans-serif;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px !important;
    line-height: 42px;
  }
  h2 {
    font-size: 26px !important;
  }
  p,
  li {
    font-size: 16px;
    color: #666;
  }
  h4 {
    font-size: 16px !important;
  }
}
.font-new{
   font-family: "Inter", sans-serif;
   font-weight: 200 !important;
}
.active {
  border-bottom: 1px solid #666 !important;
}
.site-header {
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #faf1ec;
  backdrop-filter: blur(12px);

  transform: scaleY(0);
  transform-origin: top;

  transition: transform 0.7s ease;

  z-index: -1;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.04);
}

.site-header.scrolled::before {
  transform: scaleY(1);
}

.nav-inner {
  transition: padding 0.5s ease;
}

.site-header.scrolled .nav-inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Button color after scroll */
.site-header.scrolled .header-btn {
  color: #666;
  border-color: #666;
}
.site-header.scrolled .header-btn:hover {
  color: #fff;
  border-color: #bd843c;
}
/* Fixed logo heights */
#leftLogo {
  height: 60px;
}

@media (min-width: 1024px) {
  #leftLogo {
    height: 70px;
  }
}

#rightLogo {
  height: 37px;
  width: auto;
}
.disclaimer-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition:
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.8s;
}

.disclaimer-footer.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.magnifier-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: none;
  display: none;
  pointer-events: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  z-index: 100;
}
.error-text-small {
  height: 12px;
  font-size: 11px;
  color: crimson !important;
  visibility: hidden;
  padding-left: 5px;
}
.popup-error {
  height: 12px;
  font-size: 11px;
  color: crimson !important;
  visibility: hidden;
  padding-left: 5px;
}
.error-visible {
  visibility: visible;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__selected-dial-code {
  color: #878787 !important;
}
.text-custom-brown {
  color: #faf1ec !important;
}
@media (max-width: 1024px) {
  .logo {
    height: 70px !important;
  }
}
.text-26px {
  font-size: 26px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #bd843c !important;
  font-family: "Inter", sans-serif;
}
.text-custom-black {
  color: #666 !important;
}
.master-map-wrapper {
  position: relative;
  display: inline-block;
}

.map-magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  display: none;

  background-color: #efeee5; /* Add this */
  background-repeat: no-repeat;

  z-index: 100;
}
.text-15px {
  font-size: 15px !important;
}
.font-weight-500{
  font-weight: 500 !important;
}