img.logo-img {
    width: 100px;
}
.about img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.section-title {
    font-size: 24px;
    font-weight: 600;
}
 .info-section {
            background-color: white;
            padding: 40px;
            border-radius: 8px;
            margin-top: 40px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .info-section h3 {
            font-size: 22px;
            color: #c41e3a;
            margin-bottom: 20px;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .info-item {
            border-left: 4px solid #c41e3a;
            padding-left: 20px;
        }
        
        .info-item h4 {
            font-size: 16px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .info-item p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
.single-facility.animate-box.fadeInUp.animated {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.facilties .single-facility h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ee312b;
}
.facilties .single-facility p {
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-subtitle span {
    color: white;
}
  .room-info .v-base-content ul{
  columns: 2;              
  column-gap: 40px;      
  padding: 0;
  margin: 0;
}
  .room-info .v-base-content li {
      list-style: none;        
  position: relative;
  padding-left: 20px;    
  break-inside: avoid;  
}
   .room-info .v-base-content li::before {
  content: "✓";            
  position: absolute;
  left: 0;
  top: 0;
  color: #000;            
  font-weight: bold;
}
.gallery__image:hover {
    transform: scale(1.1);
}
.rooms1 .item img {
    object-fit: cover;
    min-height: 466px;
}
@media(max-width:767px){
    .sidenav .close_menu img,.sidenav .top_menu_mobile {
        display: none;
  }
} 
@media (min-width:768px){
.slider .owl-carousel .owl-item img{
height:100vh;
  object-fit:cover
}
}
@media (max-width:767px){
.slider .owl-carousel .owl-item img{
height:300px;
  object-fit:cover
}
  .page-product-product .navbar{
position:relative
}
  .navbar button svg{
  width:25px;
    height:25px;
  }
}