/* ===== Responsive Slick Slider Section (No vh units) ===== */

#hz-hero { 
  margin: 0; 
  padding: 0; 
  background: linear-gradient(180deg, 
                                #2c79ff 0%,    
                                #2673ff 20%,   
                                #024fff 100%);
}

#hz-hero .hz-hero-slider { 
  position: relative; 
}

#hz-hero .hz-slide {
  position: relative;
  width: 100%;
  height: 700px;               /* Default desktop height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hz-hero .hz-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;           /* Cover entire area */
  object-position: center;
}

#hz-hero .hz-overlay {
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.25);*/
  background:transparent;
  pointer-events: none;
}

#hz-hero .hz-caption {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 1rem 1.5rem;
  border-radius: .75rem;
  backdrop-filter: saturate(140%) blur(2px);
}

#hz-hero .hz-caption h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: .3px;
}

/* Slick controls only for this slider */
#hz-hero .slick-prev, 
#hz-hero .slick-next, 
#hz-hero .slick-dots { 
  z-index: 3;
  visibility:hidden;
}
#hz-hero .slick-dots li button:before { 
  font-size: 12px; 
}
#hz-hero .slick-prev:before, 
#hz-hero .slick-next:before { 
  opacity: .85; 
}

/* ---------- Responsive heights ---------- */
@media (max-width: 1200px) {
  /*#hz-hero .hz-slide { height: 600px; }*/
}

@media (max-width: 992px) {
  #hz-hero .hz-slide { height: 500px; }
}

@media (max-width: 768px) {
  #hz-hero .hz-slide { height: 400px; }
}

@media (max-width: 576px) {
  #hz-hero .hz-slide { height: 320px; }
}

@media (max-width: 400px) {
  #hz-hero .hz-slide { height: 260px; }
  #hz-hero .hz-caption h2 { font-size: 1rem; }
}

/*overlay*/

.hz-booking-overlay input{
    color:  #000;
}

#hz-hero .hz-booking-overlay {
  position: absolute;
  /* anchor to top-right with fixed offsets */
  top: 2px;
  right: 5%;
  transform: none;          /* remove translateY */
  z-index: 10;
  width: 400px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Booking form */
#hz-hero .hz-booking-form h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

#hz-hero .hz-booking-form label {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #222;
}

#hz-hero .hz-booking-form input,
#hz-hero .hz-booking-form select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 5px;
  font-size: 14px;
}

#hz-hero .hz-booking-form small {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  color: #444;
}

#hz-hero .hz-booking-form button {
  width: 100%;
  padding: 10px;
  background: #2f5c25;
  background:linear-gradient(180deg, 
                                #2c79ff 0%,    
                                #2673ff 20%,   
                                #024fff 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.5s ease;
}

#hz-hero .hz-booking-form button:hover {
  background: #000;
}


/* Hide on small screens */
/*@media (max-width: 1000px) {*/
/*  #hz-hero .hz-booking-overlay {*/
/*    display: none;*/
/*  }*/
/*}*/

/* Make Slick containers inherit the fixed slide height */
#hz-hero .hz-hero-slider,
#hz-hero .slick-list,
#hz-hero .slick-track {
  height: 100%;
}

/* Ensure the section is a positioning context */
#hz-hero { position: relative; }

/* (already good) */
#hz-hero .hz-slide img { display: block; } /* avoids image reflow */

/* ---------- Overlay below slider for mobile/tablet ---------- */
@media (max-width: 1000px) {
  #hz-hero .hz-booking-overlay {
    position: static;               /* appear below slider */
    width: 100%;                    /* full width */
    max-width: 95%;
    margin: 0px auto;
    margin-top: 20px;
    background: #fff;  /* same translucent white */
    backdrop-filter: blur(6px);
    padding: 25px 25px;
    border-radius: 12px;               /* remove rounded corners at edges */
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* subtle soft shadow */
    z-index: 5;
    display: block;
  }

  /* Keep a nice inner width for the form */
  #hz-hero .hz-booking-form {
    /*max-width: 500px;*/
    margin: 0 auto;                /* center the form within full-width box */
  }

  /* Typography & spacing */
  #hz-hero .hz-booking-form h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.3rem;
  }

  #hz-hero .hz-booking-form label {
    font-size: 15px;
  }

  #hz-hero .hz-booking-form input,
  #hz-hero .hz-booking-form select {
    font-size: 15px;
    padding: 10px 12px;
  }

  #hz-hero .hz-booking-form button {
    padding: 12px;
    font-size: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 2000px) {
    #spacerGuy{
      display:none !important;
  }
}


/*25/10/25*/
/* === Poovar collage (scoped) === */
.gt-about-section .gt-about-collage .collage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gt-about-section .gt-about-collage .collage-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gt-about-section .gt-about-collage .collage-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

/* Responsive: stack to single column on small screens */
@media (max-width: 575.98px) {
  .gt-about-section .gt-about-collage .collage-grid {
    grid-template-columns: 1fr;
  }
  .gt-about-section .gt-about-collage .collage-item {
    aspect-ratio: 16 / 10;
  }
}

/*27/10/25*/
/* Booking mini-summary */
#hz-hero .hz-summary{
  margin-top:12px;
  padding:10px 12px;
  background:#f7f9ff;
  border:1px solid #e3e8ff;
  border-radius:8px;
  font-size:14px;
  line-height:1.4;
}
#hz-hero .hz-summary-line{
  color:#333;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
#hz-hero .hz-summary-total{
  margin-top:6px;
  font-weight:700;
  color:#000;
  font-size:15px;
}

@media screen and (min-width: 1000px) and (max-width: 2000px) {
              .gt-room-slider .gt-slide,
              .gt-room-box-items {
                min-height: 800px !important;
                object-fit: cover;
              }
            }

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-client-info {
    margin-top: 30px !important;
}

/*28/10/25*/

.booking-promo {
  background-color: #115eff; /* clean blue base */
  color: #ffffff;
  padding: 35px 20px;
  text-align: center;
  /*border-radius: 12px;*/
  margin:0px auto 30px auto;
  /*30px auto;*/
  max-width: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.booking-promo-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  /*font-family: "Poppins", sans-serif;*/
  margin: 0;
}

.booking-promo-content strong {
  color: #fdb90c; /* subtle highlight */
  font-weight: 600;
}

.booking-btn {
  display: inline-block;
  background-color: #e92800;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.booking-btn:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/*@media (max-width: 575.98px) {*/
/*  .booking-promo {*/
/*  border-radius: 0px;*/
/*}*/
/*}*/

.slick-dotted.slick-slider {
    margin-bottom:0px !important;
}

@media screen and (min-width: 1000px) and (max-width: 2000px){
.gt-content .gt-link-btn{
    position:absolute;
    left:30px;
    bottom:30px;
}
}

.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}