body{
  /* background-color: #000000; */
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inter', sans-serif;
  margin-right: 0%;
  overflow-x: hidden;
  width: 100%;
}
 header {
      background: rgb(12 11 11 / 54%);
    }



/* .carousel-item img {
  object-fit: cover;
  height: 100vh;
} */

.navbar .nav-link {
  font-weight: bold;
}

.navbar-brand img {
  max-height: 60px;
}


/* .carousel-item img {
  object-fit: cover;
  height: 100vh;
} */

.btn-link {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

    .hotel-section {
      padding: 100px 15px 60px;
      text-align: center;
    }
    .hotel-icon{
      width: 65px; 
      margin-bottom: 20px;
    }

    .hotel-section h6 {
      font-family: 'Inter', sans-serif;
      letter-spacing: 1px;
      color: #fcfcfc;
      
    }

    .hotel-section h2 {
      font-size: 2rem;
      font-weight: 400;
      max-width: 900px;
      margin: 0 auto 50px;
      line-height: 1.5;
          color: #a1a5a3;
    }

    .card {
      background-color: transparent;
      border: 1px solid #202020;
      border-radius: 0;
      color: #fff;
      text-align: center;
      padding: 30px 20px;
      transition: 0.3s;
      height: 100%;
    }

    .card img {
      width: 40px;
      margin-bottom: 15px;
      
    }

    .card span {
      font-weight: 500;
    }

    .card:hover {
      background-color: hsl(34deg 23.73% 77.29%);
    }


    .room-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .room-card img {
      width: 100%;
      height: auto;
      transition: transform 0.4s ease;
    }

    .room-card:hover img {
      transform: scale(1.1);
    }

    .room-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .room-card:hover .room-overlay {
      opacity: 1;
    }

    .room-overlay a {
      background-color: white;
      color: black;
      padding: 8px 16px;
      text-decoration: none;
      border-radius: 2px;
      font-size: 14px;
      font-weight: 600;
    }

    .room-title {
      font-size: 19px;
      font-weight: bold;
      margin-top: 16px;
      margin-bottom: 2px;
      color: black;
    }

    .room-meta {
      font-size: 13px;
      color: #f58105;
    }
    .rcard3{
        margin-top: -25%;
    }

    .rcard2{
        margin-top: 15%;
    }

    @media (max-width: 500px) {
  .rcard3 {
     margin-top: 13%;
  }
  .rcard2{
        margin-top: 0%;
    }
}

/* gallary */

/* GALLERY SECTION */
    
    /* ABOUT SECTION */
    .about-section {
      position: relative;
      padding: 100px 15px;
     
      text-align: center;
      color: white;
      height: 900px;
    }
  .about-hotel{
    background-color: #f58105;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s ease;
    
  }
    .about-text h1 {
   
    color: #f58105;
    margin-bottom: 20px;
    font-weight: 500;
    }

    .about-text p {
      max-width: 600px;
      margin: 0 auto 10px;
      font-size: 20px;
      color: #ccc;
    }

    .about-text small {
      font-size: 16px;
      color: #ffffff;;
      letter-spacing: 1px;
    }

    .floating-img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      object-fit: cover;
      margin-bottom: 20px;
    }
    .img-top-right{
      position:absolute; 
      top:40%;
    }

 @media (min-width: 768px) and (max-width: 1023px){

      .about-section {
      position: relative;
      padding: 100px 15px;
     
      text-align: center;
      color: white;
      height: 1200px;
    }

      .floating-img-custom {
        position: absolute;
        z-index: 1;
        width: 120px;
        height: auto;
      }

          .img-top-left {
        top: 30%;
        left: 5%;
        width: 200px;
    }
      .img-top-right   {
    top: 34%;
    left: 43%;
    width: 365px;
    height: 250px;
}
      .img-bottom-center{ bottom: 2%; left: 15%; transform: translateX(-50%, -50%); width: 600px; height:400px; }
    }

    @media (min-width: 1024px) {
      .about-section {
      display: none !important;
      position: relative;
      padding: 1px 15px;
      text-align: center;
      color: white;
      height: 900px;
    }
      .about-text{
        display: none;
      }
      .floating-img-custom {
        position: absolute;
        z-index: 1;
        width: 120px;
        height: auto;
      }

      .img-top-left     { top: 15%; left: 5%; width:200px; height: 0px; }
      .img-top-right    { top: 15%; right: 5%;  height: 0px;}
      .img-bottom-center{ bottom: 2%; left: 30%; height: 0px; transform: translateX(-50%, -50%); width: 600px; }
    }
    @media (max-width: 500px) {
      .about-section {
      position: relative;
      padding: 100px 15px;
     
      text-align: center;
      color: white;
      height: 1200px;
    }
    }





    #room h3{

      color: #f58105;
    }
   #room .room-btn{
          background-color: #c97a25;
         color: #ffffff;
    }


 
    .amenities-section {
      padding: 80px 20px;
      text-align: center;
    }

    .amenities-section h2 {
      font-size: 2rem;
      font-weight: 400;
      /* font-family: 'Georgia', serif; */
      margin-bottom: 50px;
    }

    .amenity-box {
      margin-bottom: 40px;
      text-align: center;
    }

    .amenity-card {
          padding: 17px;
    /* width: 80%; */
    height: 100%;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .amenity-card:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(240, 139, 57, 0.15);
    }

    .amenity-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
      transition: transform 0.3s ease-in-out;
    }

    .amenity-card:hover .amenity-icon {
      transform: scale(1.2);
    }

    .amenity-text {
      color: #030303;
      font-weight: 600;
      font-size: 0.9rem;
    }
  
    @media (max-width: 767px) {
      .amenity-icon {
        width: 40px;
        height: 40px;
      }
    }


    
   .testimonial-section {
      background-color: #e7e7e7;
;
      padding: 60px 20px;
    }
    .testimonial-text {
      font-size: 1.1rem;
      color: #333;
    }
    .testimonial-author {
      margin-top: 20px;
      font-weight: bold;
      color: #f1912b;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #1b5e20;
    }
 

  .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

   
    .amenities-list li::before {
      content: "✓";
      padding: 10px;
      /* color: #f1912b; */
      font-weight: bold;
    }
    .hotel-info{
      margin-left: 10%;
      width: 400px;
    }
    .head-info{
          color: #dd8134;
    }
    .info-sub{
              color: #bf885a;
    }

    .contact-section {
      background-color: #222;
      color: #fff;
      padding: 40px 0;
    }
    .contact-logo {
      max-width: 87px;
      margin-bottom: 15px;
    }
    .social-icons a {
      color: #fff;
      margin-right: 10px;
      font-size: 18px;
    }
    .map-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
    }
    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    @media (max-width: 768px) {
      .map-responsive {
        padding-bottom: 40%;
      }
    }




.rating-img{
  height: 40px;
  width: 50px;
}

#restaurant .carousel-item img{
  height: 250px !important;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 768px){
  #restaurant .carousel-item img{
  height: 500px !important;
  object-fit: contain;
}
}











    /* Hide on screens smaller than 1024px */
    @media (max-width: 1023px) {
      .about-large-only {
        display: none !important;
      }
    }
    .card:hover {
    background-color: hsl(0, 0%, 100%);
}
    .about-large-only {
      padding: 80px 20px;
    }

    .card-custom {
      /* background-color: #222831; */
      border: none;
      border-radius: 16px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
      padding: 40px;
    }

    .card-custom h2 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .card-custom h2 span {
      color: #f58105;;
    }

    .card-custom p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #464646;
    }

    .btn-custom {
      background-color: #f58105;;
      color: #ffffff;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 700;
      transition: 0.3s ease;
      
    }

    .btn-custom:hover {
      background-color: #f58105;
      transform: scale(1.05);
    }

    .image-row {
      margin-top: 40px;
    }

    .image-row .img1 {
      width: 100%;
      height: 486px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: 0.3s ease;
    }
     .image-row .img2 {
      width: 100%;
      height: 310px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: 0.3s ease;
    }

    .image-row img:hover {
      transform: scale(1.03);
    }



    
    .gallery-title h2 {
      font-weight: 500;
      text-align: center;
      margin: 40px 0 20px;
    }

    /* Default: No gap for desktop */
    
    .gallery-row {
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
      margin: 0;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
    }

    .gallery-item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      transition: transform 0.3s ease;
      
      
      
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }

    .gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    /* Show gap only for tab/mobile */
    @media (max-width: 1024px) {
      .gallery-row {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 0px;
      }

      .gallery-item {
        /* margin-bottom: 15px; */
      }

      .gallery-item img {
        height: 250px;
      }
    }
     @media (max-width: 500px) {
      .gallery-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
      }

      .gallery-item {
        /* margin-bottom: 15px; */
      }

      .gallery-item img {
        height: 250px;
      }
    }

 /* ✅ Default (Desktop ≥ 1025px) */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 9999999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
}

/* ✅ Tablet (768px – 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .whatsapp-float {
           bottom: 67px;
        right: 6%;
        width: 65px;
        height: 65px;
        font-size: 24px;
        line-height: 55px;
    }
  
}

/* ✅ Mobile (≤ 767px) */
@media (max-width: 767px) {
  .whatsapp-float {
          bottom: 6%;
        right: 5%;
        width: 60px;
        height: 60px;
        font-size: 22px;
        line-height: 51px;
    
  }
}

/* Optional Hover */
.whatsapp-float:hover {
  background-color: #128C7E;
  text-decoration: none;
  color: white;
}



.contact-section a{
  color: white !important;
}

@media (max-width: 904px) and (min-width: 768px) {
  .hotel-info {
    margin-left: -2%;
    width: 400px;
}
}
