* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
}
section {
  scroll-margin-top: 90px;
  scroll-behavior: smooth;
}
.header {
  display: inline-block;
  width: 100%;
  background: rgba(36 54 15 / 60%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0 0 0 / 20%);
}
.header .navbar-brand img {
  width: 130px;
}
.header.scrolled {
  background: #fff !important;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 10px;
  text-align: center;
}

.glow-number {
      display: inline-flex;
    align-items: center;
    background: rgb(25, 135, 84);
    color: rgb(255, 255, 255);
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

.glow-number:hover {
  color: #fff;
  background: #997319;
  transform: translateY(-2px);
}

.header.scrolled .navbar-nav .nav-link {
  color: #000;
}
.hero-panel {
  display: inline-block;
  width: 100%;
}
.glory-panel {
  display: inline-block;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: -220px;
  z-index: 9;
  position: relative;
}
.glory-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
.glory-box img {
  width: 100%;
  margin-bottom: 10px;
}
.title {
  font-size: 25px;
  font-weight: 800;
  text-transform: capitalize;
  color: #447344;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
}
.glory-box p {
  font-size: 14px;
}
.story-panle {
  display: inline-block;
  width: 100%;
  padding: 200px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hindi-title {
  font-size: 30px;
  color: #ff0000;
}
.opportunity-panel {
  display: inline-block;
  width: 100%;
  padding: 30px 0 15px;
}
.story-inclined {
  display: inline-block;
  width: 100%;
  padding: 30px 0 95px;
  background-size: cover;
  background-repeat: no-repeat;
}
.inclined-list li {
  font-size: 15px;
  line-height: 30px;
}
.about-khatu {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.about-khatu-content {
  display: inline-block;
  width: 100%;
  min-height: 415px;
  padding: 20px 50px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px rgba(0 0 0 / 50%);
}
.amenities-panel {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}
.amt-box {
  text-align: center;
  margin-bottom: 0px;
  padding: 15px 5px;
  border: 1px solid #997319;
  border-radius: 3px;
}
.amt-box img {
  width: 85px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 5px;
}
.amt-box h5 {
  font-size: 12px;
}
.designed-panel {
  display: inline-block;
  width: 100%;
  background: #997319;
  padding: 20px 0 5px;
}
.why-panel {
  display: inline-block;
  width: 100%;
  padding: 30px 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-box img {
  width: 100%;
  margin-bottom: 15px;
}
.orange-text {
  color: #ff6900;
  font-style: italic;
  font-weight: 600;
}
.resort-amenities {
  display: inline-block;
  width: 100%;
  padding: 5px 0 0px;
}
.resort-amenities-box img {
  width: 100%;
  margin-bottom: 10px;
}
.resort-amenities-box h5 {
  font-size: 14px;
  text-align: center;
}
.layout-panle {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  background-size: cover;
}
.layout-box img {
  width: 100%;
}
.layout-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#resort .about-khatu-content {
  min-height: 555px;
}
#map {
  padding: 15px;
}
footer {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.footet-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.footer-box p {
  font-size: 14px;
  margin-top: 12px;
}
.footet-box ul {
  list-style: none;
  columns: 2;
}
.footet-box ul li {
  font-size: 11px;
  line-height: 20px;
}
.footet-box ul li a {
  color: #000;
  text-decoration: none;
}
.call-action {
  display: none;
}
/* Enquiry Form Styling */
.enquiry-section {
  padding: 10px 0;
  background-color: #f9f9f9;
  position: relative;
  z-index: 10;
  margin-top: -10px;
}

.enquiry-card {
  padding: 15px 0;
  border-radius: 0;
}

.enquiry-card .form-control,
.enquiry-card .form-select {
  border: 1px solid #447344;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}

.btn-submit {
  background: #447344;
  color: #fff;
  padding: 8px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  margin-top: 0px;
  font-size: 14px;
  width: 100%;
}

.btn-submit:hover {
  background: #997319;
  color: #fff;
  transform: translateY(-3px);
}

.notable-card {
  background: #fdfbf7;
  border: 1px solid #ece6da;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  transition: all 0.3s ease;
}
.notable-card:hover {
  transform: translateY(-3px);
  border-color: #c5a880;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 60, 42, 0.05);
}
.notable-icon-box {
  width: 38px;
  height: 38px;
  background-color: #f4efea;
  color: #0b3c2a;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid rgba(197, 168, 128, 0.3);
}
.notable-name {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--dark);
}
.notable-time {
  font-size: 11px;
  color: #777777;
  display: block;
  font-weight: 600;
}
/* ==========================================================================
   UPDATED LIGHTBOX CSS (FOR SMOOTH ZOOM & DRAG)
   ========================================================================== */

.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  touch-action: none;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  max-width: 95%;
  max-height: 95%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-overlay.active .lightbox-content {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffe09f;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
}

#lightboxImg {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  cursor: zoom-in;
  will-change: transform;
}

#lightboxImg.zoomed {
  cursor: grab;
}

#lightboxImg.zoomed:active {
  cursor: grabbing;
}
.navbar-nav .nav-link.active {
  color: #ffc142 !important;
  font-weight: 600;
  border-bottom: 2px solid #ffc142;
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #1f7919;
}
/* Scroll Animation Adjustment */
[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}

/* Mobile Responsive for Form */
@media (max-width: 767px) {
  .enquiry-card {
    padding: 20px;
    margin: 0 10px;
  }

  .mobileBtn {
    font-size: 12px;
    padding: 10px 16px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .navbar-toggler {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
  }
  .navbar-toggler-icon:after {
    content: "☰";
    font-size: 20px;
    color: #fff;
  }
  .scrolled .navbar-toggler-icon:after {
    color: #000;
  }
  .navbar-toggler-icon {
    padding-top: 5px;
  }
  .navbar-collapse {
    background: #fff;
    margin: 10px;
  }
  .navbar-nav .nav-link {
    color: #000;
    padding-left: 12px;
    padding-bottom: 2px;
    font-size: 13px;
  }
  .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hindi-title {
    font-size: 25px;
  }
  .glory-box h5 {
    font-size: 14px;
  }
  .call-action {
    display: block;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    z-index: 999;
  }
  .call-action a {
    font-size: 14px;
    padding: 12px 15px;
    background: #e04437 !important;
    width: 100%;
    border-radius: 0;
    color: #fff !important;
  }
  .call-action a:last-child {
    background: #447344 !important;
    color: #fff;
  }
  .place-item {
    display: block;
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #e0d8b4;
    padding: 10px 0;
  }
  .banner-title {
    font-size: 40px;
  }
  .layout-img {
    margin-bottom: 25px;
  }
  .about-khatu-content {
    min-height: 260px;
  }
  .btn-submit {
    padding: 8px 10px;
  }
  #resort .about-khatu-content {
    min-height: 345px;
  }
  .about-khatu {
    padding: 30px 0 0;
  }
  .copyright {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 95px;
  }
  .glory-panel {
    padding: 15px 0 0;
  }
  .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .glory-box {
    padding: 5px 0;
    margin-bottom: 0;
  }
  .story-img img {
    margin-bottom: 15px;
  }
  .hindi-title {
    font-size: 20px;
  }
  .story-panle {
    padding: 230px 0 10px;
  }
  .opportunity-panel {
    padding: 25px 0 15px;
  }
  .story-inclined {
    padding: 0px 0 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .about-khatu {
    padding: 20px 0 20px;
    background-size: 100%;
  }
  .amenities-panel {
    padding: 20px 0;
  }
  .amt-box img {
    width: 65px;
    height: 60px;
    object-fit: contain;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .designed-panel {
    padding: 20px 0 5px;
  }
  .why-panel {
    padding: 20px 0;
  }
  .inclined-list li {
    font-size: 14px;
    line-height: 25px;
  }
  .why-box img {
    margin-bottom: 5px;
  }
  .resort-amenities {
    padding: 15px 0;
  }
  .layout-panle {
    padding: 5px 0 15px;
  }
  .layout-box {
    margin-top: 15px;
  }
  footer {
    padding: 20px 0 10px;
  }
  .enquiry-card {
    padding: 10px 0;
    margin: 0 0px;
  }
  .footet-box ul {
    padding-left: 0;
    margin-bottom: 10px;
  }
  section {
    scroll-margin-top: 68px;
  }
  .enquiry-card .form-control,
  .enquiry-card .form-select {
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;
  }
  .modal-content .enquiry-card {
    padding: 20px;
  }
  .copyright {
    margin-bottom: 50px;
    padding: 5px;
    font-size: 12px;
  }
  .inclined-list ul {
    padding-left: 15px;
    margin-bottom: 25px;
  }
  .about-khatu-content {
    min-height: auto;
    padding: 20px 0 50px;
    background-size: 100%;
    background-position: bottom;
  }
  .about-khatu-content p {
    font-size: 13px;
  }
  #resort .about-khatu-content {
    min-height: 415px;
    padding: 15px 5px;
  }
  #resort {
    padding-bottom: 0;
  }
  .amt-box {
    padding: 5px 5px;
  }
  #map {
    padding: 0px 15px;
  }
  .layout-img {
    margin-bottom: 10px;
  }
}
