.body {
  height: auto;
  font-family: lufga, sans-serif;
  
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
 


}

.logo {
  font-size: 32px;
  font-family: Lufga, sans-serif;
  font-weight: 400;
  color: white;
}

.navstyle {
  color: white;
}

.navbar-nav {
  color: white;
  font-size: 18px;
  font-family: lufga;

}

.nav-link:hover {
  color: #ffcc00 !important; /* yellow hover */
}

.book-btn {
  background-color: #ff7f50;
  color: white;
  font-size: 15px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 11px;
  border: none;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background-color: white;
  color: black;
}



.hero {
  text-align: center;
  padding-bottom:100px;
  color: white;

}

.hero p {
  font-size: 20px;
  margin-top: 150px;
  font-weight: 300;
  font-family:Lufga, sans-serif ;
}

.hero h1 {
  margin-top: 5px;
  font-size: 65px;
  margin-bottom: 5px;
  font-family: Kugile, serif;
}


.homeh1 {
  font-family: Kugile, serif;
  font-size: 55px;
  color: #1FA0A0;
 
}

.homep1 {
  font-family: Jost, sans-serif;
  font-size: 18px;
  color: black;
  text-align: justify;
  
}


.gallery img {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
 
}

.explrm-btn {
  background-color: #ff7f50;
  color: white;
  font-size: 17px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 17px;
  border: none;
  transition: all 0.3s ease;
}

.explrm-btn:hover {
  background-color: white;
  color: black;
  border: 1px solid black; 
}

.icon-style{
  opacity:50%;
  color:#1FA0A0;
  margin-left: 60px;
}
.capt{
  text-align: center;
  margin-top: 16px;
}

.heero {
  position: relative; 
  margin-top: 30px; 
}

.heero {
  position: relative; 
}

.heero img {
  display: block;
  width: 100%;
  height: auto; 
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

/* Heading - top left */
.overlay-text1 {
  position: absolute;
  top: 120px;
  left: 130px;
  text-align: left;
  color: #fff;
  font-family: Kugile, serif;
  font-size: 55px;
  font-weight: 500;
  z-index: 2;
}


.overlay-center {
  position: absolute;
  top: 60%; 
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  z-index: 2;
  padding: 0 20px; 
}

.overlay-p {
  color: #fff;
  font-family: Jost, sans-serif;
 font-size: 19px;
 padding-top: 250px; 

 
}


.overlay-tagline {
  margin-top: 25px;
  color: #fff;
  font-family: Kugile, serif;
  font-size: 30px;
  font-weight: 300;
  word-spacing: 100px; 
  letter-spacing: 2px;
  padding-top: 100px;
}



 /* Gallery item container */
.gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.5; 
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

/* Images */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Zoom effect on hover */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* Full dark overlay on image */
.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* adjust opacity for darkness */
  pointer-events: none; /* allows clicks through overlay */
  transition: background-color 0.3s ease; /* optional hover darkening */
}

/* Optional: darken overlay slightly on hover */
.gallery-item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Overlay text */
.overlay-text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-height: 4.5em; /* shows approx 3 lines by default */
  overflow: hidden;
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease, max-height 0.3s ease;
}

/* On hover: text flows upward and full text is visible */
.gallery-item:hover .overlay-text {
  transform: translate(-50%, -10px);
  max-height: 100vh; 
}

.box-1{
  background-color:white;
  width: 350px;
  height: 400px;
  border-radius: 11px;
  margin-left: 30px;
 
}
.box-2{
  background-color:white;
  width:730px;
  height:400px;
  border:1px;
  border-color:black ;
  border-radius:11px;
  margin-right:20px;
}
.bxhd{
  font-family: Kugile;
  font-size: 80px;
  color: black;
  padding-left:60px ;
  padding-top: 60px;
  font-weight: 400px;
}
.star-icon{
  color:#F8C170;
  margin-left: 60px;
}
.strviw{
  font-family: Jost;
  color: black;
  font-size: 16px;
}


.box-btn:hover {
  background-color: #ff7f50 ;
  color: white;
   border: none; 
}
.testimonial-content{
  font-family: Jost;
  font-size:24px;
 margin: 20px;
}
.profile {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 16px;
  margin: 40px 0;
  width: 650px;
  margin-left: 25px;
}

.profile::after {
  content: "";
  clear: both;
  display: table;
}

.profile img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.profile span {
  font-size: 20px;
  margin-right: 15px;
  font-family: Jost;
}

@media (max-width: 500px) {
  .profile {
      text-align: center;
  }
  .profile img {
      margin: auto;
      float: none;
      display: block;
  }
}
/* FOOTER */
.footer {
  width: 100%;
  background-color: #1FA0A0;
  padding: 60px 20px; /* dynamic padding instead of fixed height */
  box-sizing: border-box;
  color: white;
}

.footer h1 {
  font-family: Kugile, serif;
  font-size: 40px;
  margin: 0 0 30px 0;
  text-align: left; /* always left */
}

.footer h4 {
  font-family: Lufga, sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: left; /* always left */
}

.footer ul {
  font-family: Jost, sans-serif;
  font-size: 17px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left; /* always left */
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #f0c040;
}

.thin-white-short {
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 0.4;
  margin: 30px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* left align */
  gap: 15px;
  font-family: Lufga, sans-serif;
}

.social-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.social-links li a:hover {
  color: #f0c040;
}

.copyright {
  font-size: 15px;
  margin-top: 15px;
  color: white;
  opacity: 0.8;
  text-align: left; /* left aligned */
}

/* RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .footer h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .footer h4 {
    font-size: 18px;
  }
  
  .footer ul {
    margin-bottom: 20px;
  }
  
  .thin-white-short {
    margin: 20px 0;
  }
  
  .social-links {
    justify-content: flex-start; /* keep left alignment */
  }

  .copyright {
    text-align: left; /* left alignment */
  }
}




.room-cover{
  
  height: 550px;               
  width: 100%;
  position: relative;
}
.cptn h1{
  margin-top: 80px;
  text-align: center;
  color: white;
   font-size: 65px;
    font-family: Kugile, serif;
    padding-bottom: 50px;

}

.cptn p{
  font-size: 18px;
  padding-top: 20px;
  font-weight: 300;
  font-family:Lufga, sans-serif ;
  color: white;
  padding-bottom: 10px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card {
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 18px;   /* consistent radius */
  background: none;
  box-shadow: none;
  overflow: hidden;      /* ensures image follows card radius */
}

.card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 18px;   /* matched with card */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Smooth hover effect only on image */
.card:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.price-tag {
  position: absolute;
  top: 30px;
  right: 30px;
  background: white;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  padding: 25px 25px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.price-tag p,
.price-tag h6 {
  margin: 0;        /* remove default margin */
  line-height: 1.2; /* reduce gap */
}

.price-tag h6 {
  color: #ff7f50;
  font-size: 12px;
  margin-top: 3px; /* small controlled gap */
}

.card-content {
  padding: 15px 5px;
  text-align: center;
  background: none; /* no background box */
}

.card-content h3 {
  font-size: 25px;
  font-weight: 400px;
  margin: 10px 0;
  color: #333;
  font-family: Kugile;
}
.card:hover .card-content h3 {
  color: #ff7f50;
  transition: color 0.3s ease;
  cursor: pointer;
}

.card-content p {
  font-size: 14px;
  color: #777;
  margin: 5px 0;
}
.room-about{
  padding: 25px;
  font-family: Jost;
  font-size: 18px;
  text-align: center;
}
.room-about h2{
  font-size: 40px;
  color: #1FA0A0;
  font-family: Kugile;
  margin-top: 50px;
}

.thin-black-short{
  height: .5px;
  width: 100%;                    
  background:black;
  opacity:20%;
  margin-top: 10px;
}
.box-btn2{
  background-color: #ff7f50;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 11px;
  border: none; 
  transition: all 0.3s ease;
  margin-left:50px ;
  margin-top: 10px;
} 

.box-btn2:hover {
  background-color:white  ;
  color: black;
   
    border: 1px solid black; 
}

 .gallery-carousel {
      position: relative;
      margin-top: 30px;
    }

    .gallery-carousel img {
      border-radius: 15px;
      height: 400px;
      object-fit: cover;
    }

    .gallery-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 2.5rem;
      font-weight: 600;
      text-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
      z-index: 5;
    }

    .gallery-card img {
      height: 500px;
      object-fit: cover;
      border-radius: 15px;
    }
    .category {
      font-size: 15px;
      font-weight: 600;
      color: #c47b34; 
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: Jost;
    }
    .card-body h5 {
      font-family: Kugile;
      font-size: 28px;
      margin-top: 10px;
      color: #1FA0A0;
    }
    .time {
      font-size:15px;
      color: gray;
      margin-bottom: 10px;
    }
    .desc {
      font-size: 18px;
      color: #444;
      font-family: Jost;
    }
    .spaad{
 
     border-radius: 15px 15px 15px 350px;
     margin-top: 100px;
     margin-left: 70px;
}
.p1 {
       font-size: 20px;
      font-weight: 500;
      color: #c47b34; 
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: Jost;
     padding-top: 100px;
     margin-bottom: 30px;
}
.spaad-cpt h1{
   font-family: Kugile, serif;
  font-size: 55px;
  color: #1FA0A0;
}

.ps{

   font-size: 18px;
      color: #444;
      font-family: Jost;
      margin-right: 100px;
      margin-top: 30px;
      text-align: left;
}
.tbhd{
   font-family: Kugile, serif;
  font-size: 55px;
  color: #1FA0A0;
  margin-top: 30px;
}
.tb-img{
  border-radius: 10px;
}
.p2 {
       font-size: 20px;
      font-weight: 400;
      color: #c47b34; 
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: Jost;
     padding-top: 150px;
      margin-left: 50px;
}
.cthd{
   font-family: Kugile, serif;
  font-size: 40px;
  color: #1FA0A0;
  margin-top: 30px;
  margin-left: 50px;
}
.container-fluid1{
  background-color:#F0F2DD;
  width: 100%;
  height: 1200px;
}
.inhd{
font-family:jost ;
font-size:20 ;
text-align: center;
}
.inpr{
font-family:jost ;
font-size:18 ;
opacity: 75%;
text-align: center;
}
.inic{
   margin-left: 180px;
  margin-bottom: 30px;
  margin-top: 80px;
}
.p3{

      font-size: 15px;
      color: #444;
      font-family: Jost;
      text-align: center;
      font-weight: 600;
      margin-top: 110px;
     
} 
.cnthd{
   font-family: Kugile, serif;
  font-size: 55px;
  color: #1FA0A0;
  text-align: center;
  
}
.pr1{
  font-size: 18px;
      color: #444;
      font-family: Jost;
      text-align: center;
      opacity: 80%;

}
.top {
    padding-top: 100px;
    padding-bottom: 100px; 
}



.form {
    padding-left: 140PX;
    padding-right: 140PX;
    margin-top: 80px;
    
   
}

.form-group {
    margin-bottom: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: black;
}

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #61615e;
   
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.btn-orange{
  background-color: #ff7f50;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 11px;
  border: none; 
  transition: all 0.3s ease;
  margin-left: 10px;
  margin-top: 10px;
} 

.btn-orange:hover {
  background-color: #F0F2DD ;
  color: black;
   
    border: 1px solid black; 
}















.booking-form {
  width: 700px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}

div.elem-group {
  margin: 20px 0;
}

div.elem-group.inlined {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 1%;
}

label {
  display: block;
  font-size: 22;
  font-family: Jost;
  padding-bottom: 10px;
 
}

input, select, textarea {
  border-radius: 4px;
  border: 1px solid #777;
  font-size: 20;
  font-family: Jost;
  width: 100%;
  padding: 10px;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

textarea {
  height: 250px;
}

hr {
  border: 1px dotted #ccc;
}

button {
  background-color: #ff7f50;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 11px;
  border: none; 
  transition: all 0.3s ease;
  margin-left: 10px;
  margin-top: 10px;
}


button:hover {
  background-color: #ffff ;
  color: black;
   
    border: 1px solid black; 
}

.room-cover {
  width: 100%;       /* full width */
  max-height: 600px; /* optional max height */
  object-fit: cover; /* ensures it covers container without stretching */
  display: block;
}
