/* photo gallery new */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.gallery-container a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  border-radius: 10px;
}
.gallery-container a:hover img {
  transform: scale(1.05);
}
.gallery-container a::after {
  content: "\f002"; /* Font Awesome search icon */
  font-family: FontAwesome;
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.gallery-container a:hover::after {
  opacity: 1;
}

.pp_expand{display:none!important;}
/* photo gallery new end */
.dflex{
  display: flex;
  align-items:center;
  justify-content: center;
}

.alert-danger,.alert-success {
   
    padding: 12px;
    margin-bottom: 12px;
}

.form-control {
  border-color: rgb(76, 76, 77);
  box-shadow: none;
  color:black!important;
  
}
.form-control:focus {
  border-color: blue!important;
  box-shadow: 0 0 5px blue!important;
}
.contact-widget {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
.cw-btn {
  background: #0ada12;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.2s;
}
.cw-btn:hover {
  background: #256f55;
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .contact-widget {
    flex-direction: row;
    bottom: 15px;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
}


.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #ffffff;
  position: relative;
  padding-left: 25px; /* icon space */
}

.contact-list li i {
  color: #d11a1a; /* icon color (change as you like) */
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}




.barBtn{color:white;display:inline-block;width:100%;text-align:center;font-weight:bold; font-size:55px;}
.barBtn:hover{color:#03A9F4;display:inline-block;width:100%;text-align:center;font-weight:bold; font-size:55px;}
.logoCaption h6{
    color: #03A9F4!important;
    font-size: 30px!important;
}

.navbar-nav > li > a {
        padding: 32px 20px;
        font-size: 15px;
        text-transform: uppercase;
        color: #121010 !important;
    }
.book-now-item {
  display: flex!important;
  align-items: center; /* vertically center karega */
  justify-content: flex-end;
  height: 82px; /* parent ke height ke hisab se */
}

.book-now-item button {
  padding: 7px 15px!important;
}


.borders{
  box-shadow: 0 0 5px black;
    padding: 12px;
}
.captionMaster h3,p{
  color:black!important;
}
/* Outline primary button style for Bootstrap 3 */
.btn-outline.btn-primary {
  color: #337ab7;
  background-color: transparent;
  border: 1px solid #337ab7;
  transition: all 0.3s ease;
}

.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

#top-header a {
    background: #272727;
    color: #ffffff;
    font-size: 14px;
}

.lined-heading span{color:black!important; }
/* CSS (add to your main stylesheet) */
.room-carousel {
  width: 100%;
  height: 230px; /* desired slide height */
  overflow: hidden;
}
.box-icon h3,p{color:black!important;}
.room-carousel .carousel-inner .item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px; /* adjust as needed */
}

/* Arrow controls */
.room-carousel .carousel-control.left,
.room-carousel .carousel-control.right {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-carousel .carousel-control.left span,
.room-carousel .carousel-control.right span {
  font-size: 30px;
  color: white;
}
/* enquiry modal style */
#enquiryModal .form-control {
  background-color: #2b2b2b;
  border: 1px solid #444;
  color: #fff;
  border-radius: 6px;
}
#enquiryModal .form-control:focus {
  border-color: #d4af37;
  box-shadow: none;
}
#enquiryModal label {
  color: #d4af37;
  font-weight: 600;
}
.modal-header .close {
  opacity: 1;
}


.modal-backdrop {
  z-index: 10400 !important;
  position: fixed;
}

.modal {
  z-index: 10500 !important;
  position: fixed !important; /* Ensure modal is fixed */
}
/* enquiry modal style end */


@media (max-width: 767px) {
  #roomCarousel { height: 180px; }
   .dflex{display: block!important;}
}





@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
   
}