@font-face {
  font-family: "Brandis";
  src: url("fonts/brandis.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Brother";
  src: url("fonts/Brother-1816-Medium.ttf") format("truetype");
  font-display: swap;
}

html,
body {
  background: #fff;
  font-family: "Brother", sans-serif !important;
  overflow-x: hidden;
}

.font-serif {
  font-family: "Brother", sans-serif !important;
}

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

.banner img {
  width: 100%;
}

.mobile {
  display: none !important;
}

.fixed-btn.services {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9999;
}
.services a {
  background: #257c9b;
  margin-top: 2em;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
}
.enquiry-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

.enquiry-form-overlay.active {
  display: flex;
}

/* ============================================
   POPUP CARD
============================================ */
.enquiry-form {
  background: #000000;
  width: 100%;
  max-width: 330px;
  padding: 32px 32px 10px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.35s ease;
  border: 1px solid #eaeaea;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CLOSE ICON */
.enquiryFormClose {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.25s;
}

.enquiryFormClose:hover {
  opacity: 1;
}

/* ============================================
   TITLE
============================================ */
.enquiry-form h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: 0.2px;
}

/* ============================================
   FLOATING INPUT BOXES
============================================ */
.ip-box {
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
#txt_country {
  width: 25%;
}

.ip-box input,
.ip-box select {
  width: 100%;
  padding: 14px 14px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.ip-box input::placeholder,
.ip-box select::placeholder {
  color: #fff;
}
.ip-box input:focus,
.ip-box select:focus {
  background: transparent;
  outline: none;
}

/* FLOATING LABELS */
.ip-box label {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #6a7890;
  font-size: 15px;
  pointer-events: none;
  transition: 0.25s ease;
}

.ip-box input:not(:placeholder-shown) + label,
.ip-box input:focus + label,
.ip-box select:focus + label {
  top: -10px;
  left: 10px;
  background: #transparent;
  padding: 0 6px;
  font-size: 13px;
  color: #0a63aa;
}
.iti {
  width: 100%;
}

/* ============================================
   VALIDATION MESSAGES
============================================ */
#valid-msg,
#error-msg {
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
  display: block;
}

#valid-msg {
  color: #0a8235;
}

#error-msg {
  color: #d30000;
}

/* ============================================
   CHECKBOX SECTION
============================================ */
.homeally_dwnld_checklist {
  display: flex;
  gap: 12px;
  margin: 18px 0 10px;
  align-items: flex-start;
}

.homeally_dwnld_checklist input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0a63aa;
}

.homeally_dwnld_checklist span {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin-top: 0px;
}

/* ============================================
   SUBMIT BUTTON
============================================ */
.submit-btn {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  border-radius: 0px;
  border: 1px solid #fff;
  cursor: pointer;
  background: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  margin-top: 12px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #000;
}

.hide {
  display: none;
}
.godrej img {
  width: 200px;
  height: 50px;
  object-fit: cover;
}
#navbar {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.error-border {
  border-bottom: 1px solid red !important;
}
.thankyou-page {
  height: 200px;
  background: #ffffffab;
  padding: 40px 60px;
  display: flex;
  /* border-radius: 12px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1em;
}

.thankyou-page h3 {
  margin: 0;
  font-size: 28px;
  color: #000;
}

.thankyou-page p {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
}

.back-msg {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .enquiry-form {
    padding: 24px 20px 32px;
    border-radius: 16px;
  }

  .enquiry-form h3 {
    font-size: 12px;
  }
  #txt_country {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .godrej img {
    width: 100px;
    height: 20px;
    object-fit: cover;
  }
}
/* ============================= */
/* KHARGHAR AMENITIES SECTION */
/* ============================= */

.kharghar-amenities {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* padding: 0 !important;
  margin: 0 !important; */
}

/* Slick structure */
.amenities-slider,
.amenities-slider .slick-list,
.amenities-slider .slick-track,
.amenities-slider .slick-slide,
.amenities-slider .banner {
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

.amenities-slider .banner {
  position: relative;
  overflow: hidden;
}

/* Images */
.amenities-slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* Desktop / Mobile toggle */
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}

/* Overlay (DO NOT BLOCK CLICKS) */
.amenities-slider .banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.6)
  );
  z-index: 1;
  pointer-events: none; /* IMPORTANT */
}

/* Caption */
.amenity-caption {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 5;
  pointer-events: none;
}

/* ============================= */
/* RIGHT NAV */
/* ============================= */

.amenities-nav {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  z-index: 20;
  pointer-events: auto;
}

/* vertical line */
.amenities-nav::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}

/* nav item */
.amenities-nav li {
  position: relative;
  padding-left: 28px;
  margin: 16px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  pointer-events: auto;
}

/* dot */
.amenities-nav li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

/* active */
.amenities-nav li.active {
  color: #00b3ff;
  opacity: 1;
}

.amenities-nav li.active::before {
  background: #00b3ff;
}

.amenities-nav li:hover {
  color: #00b3ff;
  opacity: 1;
}

/* ============================= */
/* REMOVE GAPS */
/* ============================= */

.kharghar-amenities .hero-slider,
.kharghar-amenities .amenities-slider,
.kharghar-amenities .slick-slide,
.kharghar-amenities .banner {
  margin: 0 !important;
  padding: 0 !important;
}

.kharghar-amenities img {
  display: block;
}

/* ============================= */
/* MOBILE VIEW (FULLSCREEN VERTICAL) */
/* ============================= */

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .kharghar-amenities,
  .amenities-slider,
  .amenities-slider .slick-list,
  .amenities-slider .slick-track,
  .amenities-slider .slick-slide,
  .amenities-slider .banner {
    height: 85vh !important;
  }

  .amenities-slider img {
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
  }

  .amenity-caption {
    font-size: 18px;
    bottom: 25px;
  }

  .amenities-nav {
    display: none;
  }

  .scroll-section.kharghar-amenities {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* MOBILE TABS SIMPLE */

.amenities-tabs {
  display: none;
  background: #000;
  padding: 8px;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.amenities-tabs .tab {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  margin-right: 8px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.amenities-tabs .tab.active {
  color: #00b3ff;
  border-bottom: 2px solid #00b3ff;
}

/* show only on mobile */
@media (max-width: 768px) {
  .amenities-tabs {
    display: block;
  }

  .amenities-nav {
    display: none;
  }
}
