@media (max-width:990px) {

  /* Responsive design for screens up to 768px */
  @media screen and (max-width: 768px) {

    html,
    body {
      overflow-x: hidden;
    }

    .navbar .container img {
      margin-left: 5px;
      width: 50px;
    }

    .offcanvas.offcanvas-end {
      width: 60vw !important;
      /* 50% of viewport width */
      background-color: black !important;
      padding-top: 30px;
    }



    .close-button {
      background-color: aliceblue;
      color: white;
    }

    .nav-item {
      font-size: 16px;
      /* margin-left: 30px; */
      width: auto;
      text-align: center;
      /* margin-bottom: 10px; */
      /* margin: 0 40px; */
      justify-content: center;
      align-items: center;

    }

    .nav-link {
      font-size: 20px;
    }

    .nav-item   .btn{
      margin-left: 0px;
      margin-top: 15px;
      width: 100px;
    }

     .btn-nav {
      font-size: 15px;
      
      /* margin-left: 50px; */
      /* margin: 20px 40px; */
      /* justify-content: center;
      align-items: center; */
    }
/* 
    .carousel-item img {
      width: 100%;
      height: 200px;
    } */



    /* home section responsive */
/* Tablet screens */
@media (max-width: 992px) {
  .home {
    height: 500px;
    padding: 10px;
  }

  .video-bg {
    border-radius: 16px;
  }
}

/* Small tablets and landscape phones */
@media (max-width: 768px) {
  .home {
    height: 400px;
    padding: 8px;
  }

  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }
}

/* Mobile phones */
@media (max-width: 576px) {
  .home {
    height: 300px;
    padding: 6px;
  }

  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
}

    @media (max-width: 767px) {
  .home2 .about img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 1.5rem;
    border-radius: 20px;
  }
}

     .home3 .banquet-image img {
    height: 400px;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
   .feature-badge img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .feature-badge span {
    font-size: 14px;
    padding: 5px 8px;
  }

  .banquet-icon-list {
    flex-direction: row;
    gap: 30px;
  }
  .btn-banquet{
    margin-left:0px;
  }
  

/* section 4 */
@media (max-width: 767px) {
  /* Remove absolute positioning from buttons */
  .left-arrow-r {
    position: static !important;
    display: inline-block;
    margin: 50px 45px 0;
  }

  /* Center align the button wrapper */
  #mobileHybridCarousel {
    text-align: center;
  }

  /* Make icons circular with background */
  .left-arrow-r .carousel-control-prev-icon,
  .left-arrow-r .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 60% 60%;
  }
}












    /* resturant media */
    .restaurant-image img {
      height: 250px;
      /* reduce height for mobile */
      border-radius: 0 0 40px 40px;
    }

    .restaurant-image .resturant-banner::before {
      border-radius: 0 0 40px 40px;
    }


    /* section 2 */
    #restaurant1 .about img {
      width: 100%;
      height: auto;
      margin: 0rem auto;
    }

    /* resturant items  */
    .about-us1 {
      /* flex-direction: column; */
      align-items: center;
      padding: 5px;
    }

    .icon-link {
      width: 100%;
      margin-bottom: 20px;
    }

    .icon-box img {
      width: 90%;
      height: auto;
      border-radius: 50%;
    }


    .icon-link {
      font-size: 15px;
      color: black;
    }

    .paragraph {
      padding: 5px 15px;
      font-size: 15px;
      border-radius: 20px;
      margin: 10px auto;
      width: 100%;
    }



    /* menu cards  */
    @media (max-width: 768px) {
  /* Make both left and right columns full width */
  .menu-section .col-6 {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Center headings and reduce font size for mobile */
  .menu-section h1 {
    font-size: 28px;
    /* margin-top: 40px; */
    margin-bottom: 20px;
  }

  .menu-section-heading h2 {
    font-size: 22px;
    margin-top: 30px;
  }

  .menu-section-heading h2::after {
    width: 40%;
    left: 30%;
  }

  .menu-section-heading h2 span {
    font-size: 14px;
  }

  /* Adjust menu cards on small screens */
  .menu-card {
    width: 85%;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 30px;
  }

  .menu-card p {
    font-size: 15px;
    padding: 8px 12px;
  }

  .menu-section .sp-thali {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .menu-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .menu-section h3 {
    font-size: 20px;
  }
}



/* testimonial crads */

      @media (max-width: 767px) {
        .carousel-item .col-md-5:nth-child(2) {
          display: none;
        }

        .testimonial-card {
          max-width: 100%;
          padding: 2rem 1.2rem;
        }

        .desc {
          font-size: 1rem;
        }

        .h6-text {
          font-size: 0.95rem;
        }

        .card-text {
          font-size: 0.85rem;
        }
       
      }
      @media (max-width: 767px) {
  .left-arrow-t,
  .right-arrow-t {
    top: auto !important;           /* Remove top positioning */
    bottom: -35px;                  /* Push below the carousel */
    /* transform: none !important;     Reset transform */
  }

  .left-arrow-t {
    left: 35%;                      /* Shift left to center */
  }

  .right-arrow-t {
    right: 35%;                     /* Shift right to center */
  }

  #hybridCarousel {
    padding-bottom: 40px;           /* Add space for arrows below */
    position: relative;
  }
  .left-arrow-t .carousel-control-prev-icon,
  .right-arrow-t .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-size: 60% 60%;
    border-radius: 50%;
  }

}


      /*banquet responsive */
      .banquet img {
        height: 250px;
        /* reduce height for mobile */
        border-radius: 0 0 40px 40px;
      }

      .banquet .banquet-banner::before {
        border-radius: 0 0 40px 40px;
      }

      #banquet1 .about img {
        width: 100%;
        height: auto;
        margin: 0rem auto;
      }

      .feature-badge img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
      }

      .feature-badge span {
        font-size: 14px;
        padding: 5px 8px;
      }

      .banquet-icon-list {
        flex-direction: row;
        gap: 30px;
      }

      .btn-banquet {
        margin-left: 0px;
      }
      
      /* card */
      .cards {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
      }
      /* banquet carousal */
     .carousel-item .carousel-image1 {
      height: 260px;
     }



      @media (max-width: 767px) {
  .left-arrow-t,
  .right-arrow-t {
    top: auto !important;           /* Remove top positioning */
    bottom: -35px;                  /* Push below the carousel */
    /* transform: none !important;     Reset transform */
  }

  .left-arrow-t {
    left: 35%;                      /* Shift left to center */
  }

  .right-arrow-t {
    right: 35%;                     /* Shift right to center */
  }

  #hybridCarousels {
    padding-bottom: 40px;           /* Add space for arrows below */
    position: relative;
  }
}

      /* rooms responsive */
     



      .rooms img {
        height: 250px;
        /* reduce height for mobile */
        border-radius: 0 0 40px 40px;
      }

      .rooms .rooms-banner::before {
        border-radius: 0 0 40px 40px;
      }

      .meet-eligance-tabs .nav .nav-link {
        width: 50%;
      }

      .single-room-category {
        width: 50%;
      }
      
      .list-facilities-services li {
        width: 50%;
      }
      .common-booknow-rooms-btn {
   
        justify-content: center;
        text-align: center;
      }


      /* section 2 */
      #rooms1 .about img {
        width: 100%;
        height: auto;
        margin: 0rem auto;
      }

      /* romms a/c and non a/c */
 /* ========== MEDIA QUERIES FOR ROOM SECTION ========== */

@media (max-width: 992px) {
  .center-facilities-img .facilities-img {
    height: 300px;
  }

  .list-facilities-services li,
  .single-room-category {
    width: auto;
    flex: 1 1 auto;
  }

  .price-booknow-set {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-booknow-set p {
    margin-bottom: 10px;
  }

  .categoris-rooms-share {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .center-facilities-img .facilities-img {
    height: 250px;
  }

  .list-facilities-services li,
  .single-room-category {
    flex: none !important;
    width: calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  .meet-eligance-tabs .nav .nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }

  .categoris-rooms-share {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rooms-suites-main-overview h3.title-rooms-suites {
    font-size: 18px;
  }

  .fts-26 {
    font-size: 22px;
  }
}


@media (max-width: 576px) {
  .center-facilities-img .facilities-img {
    height: 250px;
    border: 30px;
  }

  /* .meet-eligance-tabs .nav-pills {
    flex-direction: column;
    gap: 10px;
  } */

  .meet-eligance-tabs .nav .nav-link {
    padding: 10px;
    font-size: 13px;
  }

  .facilities-icons-box {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }

  .fts-26 {
    font-size: 20px;
  }

  .categoris-rooms-share {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .list-facilities-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 35%;
  }

  .list-facilities-services li p {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .price-booknow-set {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-facilities-services li {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .list-facilities-services li p {
    margin: 0;
  }

  .fts-15 {
    font-size: 13px;
  }

  .categoris-rooms-share {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* @media (max-width: 575.98px) { */
  /* Carousel image wrapper */
  /* .center-facilities-img {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
  } */

  /* Arrow buttons setup */
  /* .left-arrow-rooms,
  .right-arrow-rooms {
    position: static !important;
    display: inline-block; */
    /* margin: 10px; */
    /* margin-top: 30px;
    margin-right: 30px;
    justify-content: center;

  } */

  /* Arrow icon styling */
  /* .left-arrow-rooms .carousel-control-prev-icon,
  .right-arrow-rooms .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 45% 45%;
  }
} */





      /* aboout us */
      /* Tablet */
      @media (max-width: 768px) {

        .more-about {
          font-size: 16px;
        }
      }

      /* Mobile */
      @media (max-width: 480px) {


        .more-about {
          font-size: 14px;
        }
      }
      


      .more-about {
        /* font-size: 18px; */
        /* text-align: center; */
        max-width: 600px;
        margin: 0 auto;
      }

      #about-us-1 .about img {
        width: 100%;
        height: auto;
        margin: 0rem auto;

      }

@media (max-width: 768px) {
  .image-logo {
    height: 90px;
  }
}

@media (max-width: 480px) {
  .image-logo {
    height: 350px;
    margin-top: 30px;
    width:100%;
  }
}


      /* gallery responsive */
      .items-luxury-group-img .common-luxury-img.luxury-room-one,
      .items-luxury-group-img .common-luxury-img.luxury-room-two,
      .items-luxury-group-img .common-luxury-img.luxury-room-three,
      .items-luxury-group-img .common-luxury-img.luxury-room-four,
      .items-luxury-group-img .common-luxury-img.luxury-room-five {
        height: 180px;
        margin: 4px 0px;
      }
























  /* footer */
  
@media screen and (max-width: 576px) {
  /* Logo Box */
  .footer-logo-box {
    text-align: left !important;
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .footer-logo-box > div {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .footer-logo-box .footer-text {
    text-align: left !important;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-logo-box .social-icons {
    justify-content: flex-start !important;
    display: flex;
    gap: 14px;
    margin-top: 12px;
  }

  /* Contact Box */
  .footer-contact-box {
    text-align: left !important;
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .footer-contact-box p,
  .footer-contact-box strong {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* Links Box */
  .footer-links-box {
    text-align: left !important;
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .footer-links-box ul {
    text-align: left !important;
    padding-left: 18px;
  }

  .footer-links-box ul li {
    margin-bottom: 8px;
  }

  .footer-links-box ul li a {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Hours Box */
  .footer-hours-box {
    text-align: left !important;
    margin-bottom: 24px;
    padding-left: 10px;
  }

  .footer-hours-box p {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* Headings */
  .footer-logo-box .footer-logo,
  .footer-contact-box .heading,
  .footer-links-box .heading,
  .footer-hours-box .heading {
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.5px;
  }
}





      /* contact us */



    }


  }



