

#corbett-room .room-gird-loop img{border-radius:0px; margin-top:30px; margin-bottom:20px;}
#corbett p{text-align: justify;}

@media (min-width: 1500px) { 
       .container{ max-width: 1344px;}
 }

     .bg-color1{background-color: #f1f1ef;}
     .btn-orange {
    background: #e49634;
    border: none;
    border-radius: 0!important;
    padding:5px 10px;
    color:#fff;
     border: 1px solid #e49634;
    transition:0.2s;
}
     .btn-orange:hover {
    border: 1px solid #e49634;
   
    color:#fff
}
section{padding:80px 0;}
    .icon-container {
      position: relative;
      display: inline-block;
      cursor: pointer;
     
    }
.facilities-section {
  background: #f9f9f9;
}



.facility-box {
  background: #fff;
  padding: 20px 20px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  
}

.facility-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.icon1 {
  font-size: 40px!important;
  color: var(--theme-lgt-clr)!important;
  margin-bottom: 15px;
  display: inline-block;
}

.facility-box h5 {
 
  margin-bottom: 10px;
  color: #222;
}

.facility-box p {
  font-size: 14px;
  color: #666;
}
    /* Tooltip box */
    .icon-container .tooltip {
      visibility: hidden;
      width: auto;
      background-color: #e49634;
      color: #fff;
      text-align: center;
      padding: 4px 8px;
      border-radius: 4px;
      position: absolute;
      z-index: 1;
      bottom: 95%; /* Position tooltip above the icon */
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      font-size: 13px;
      opacity: 0;
      transition: opacity 0.3s;
    }

    /* Small arrow below tooltip */
    .icon-container .tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #e49634 transparent transparent transparent;
    }

    /* Show tooltip on hover */
    .icon-container:hover .tooltip {
      visibility: visible;
      opacity: 1;
    }

    /* Material Icon Styling */
    .material-symbols-outlined {
      font-size: 20px;
      color: #4e4d4d;
    }

    .contact .section-innertitle{color:#e49634}
  .contact p span{color:#e49634}




        /* === Sliding Navbar === */
        .navbar-collapse {
            position: fixed;
            top: 0;
            left: -300px;
            /* Hidden initially */
            width: 300px;
            height: 100vh;
            background-color: #dd7b00;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
            transition: all 0.4s ease-in-out;
            padding-top: 60px;
            /* z-index: 1050; */
        }

        .navbar-collapse.show {
            left: 0;
            /* Slide in */
        }

        /* Close Button */
        .close-menu {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
            display: none;
        }

        .navbar-collapse.show .close-menu {
            display: block;
        }

        /* Menu Links */
        #bottomNavbar .navbar-nav .nav-link {
            font-weight: 400;
            padding: 0px 15px;
            color: #ffffff !important;
            transition: color 0.3s;
        }
.navbar-light .navbar-nav .nav-link{
        color: var(--theme-dark-clr);
}
.nav-link {
    display: block;
    padding: .5rem 1rem !important;
    font-size: 1rem;

}

.bg-white {
    background-color: rgba(255, 255, 255, 0.9)!important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #c86a2b;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #c86a2b;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
/* Default Bootstrap hamburger */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28221,123,0,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6e2c1a !important;
    border-color: #6e2c1a !important;
}
/* When expanded -> show cross */
.navbar-toggler.custom-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28221,123,0,1%29' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
}
@media (max-width: 992px) {
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
    
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color: #fff;}
}
.bg-dark{background-color: #333333e6!important;}

        .navbar-nav .nav-link:hover {
            color: #c86a2b;
        }

        /* Book Now Button */
        .btn-book {
            background-color: #6e2c1a;  
            color: #fff;
            padding: 8px 18px;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 3px;
            transition: 0.3s;
        }
        .btn-primary:hover {
    color: #fff;
    background-color: #6e2c1a!important;
    border-color: #6e2c1a!important;
}
.dropdown-menu-right {
    right: auto!important;
    left: 0!important;
}
.navbar-light .navbar-toggler {
    color: var(--theme-lgt-clr);
    /* border-color: rgba(0, 0, 0, .1); */
    border: 2px solid var(--theme-lgt-clr);
}
body {
  padding-top:80px; 
  
  /* adjust based on combined height of navbars */
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28221,123,0,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button:hover{background:transparent}
        .btn-book:hover {
            background-color: #a43f27;
        }

        /* Hide background collapse effect */
        /* .navbar-collapse.collapse {
      display: block !important;
    } */

        @media (min-width: 992px) {
            .navbar-collapse {
                position: relative;
                left: 0 !important;
                width: auto;
                height: auto;
                background: transparent;
                box-shadow: none;
                padding-top: 0;
            }

            .close-menu {
                display: none !important;
            }
        }


@media (max-width: 768px) {

  .navbar-collapse {
            position: fixed;
            top: 0;
            left: -300px;
            /* Hidden initially */
            width: 300px;
            height: 100vh;
            background-color: #dd7b00;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
            transition: all 0.4s ease-in-out;
            padding-top: 60px;
            z-index: 1050;
        }

      }
.banquet-highlights {
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: center;
}

.banquet-highlights h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.banquet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

.banquet-item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.banquet-item span {
  font-size: 40px;
  color: #8b5e34;
  margin-bottom: 12px;
  display: block;
}

.banquet-item p {
  font-size: 16px;
  margin: 0;
}
