body{
    margin: 25px 50px 25px 50px !important;
}
.product_slider_p img{
    border-radius: 8px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

    /* Logo and Title Styling */
    .logo-img {
        height: 40px;
        width: auto;
        transition: all 0.3s ease;
    }
    
    .nav-title h1 {
        font-size: 1.5rem;
        margin: 0;
        white-space: nowrap;
        color: inherit;
    }
    
    /* Mobile Adjustments */
    @media (max-width: 768px) {
        .logo-img {
            height: 60px; /* Larger logo on mobile */
        }
        
        .nav-title h1 {
            font-size: 1.1rem; /* Smaller title text */
        }
        
        /* Ensure proper spacing */
        .d-flex.align-items-center {
            flex-grow: 1;
        }
        
        /* Center content in navbar */
        .navbar {
            justify-content: space-between;
        }
    }
    
    /* Optional: Add hover effect */
    .navbar-brand:hover .logo-img {
        transform: scale(1.05);
    }

.checked {  
    color : yellow;  
    font-size : 20px;  
}  
.unchecked {  
    font-size : 20px;  
}  
.price {
    font-weight: 600
}

.text-align-center{
    text-align: center;
}

.abt-this-porp ul {
    list-style-type: none;
  }

  .show-all-popup-btn {
    background: transparent;
    border: 0.001rem solid black;
    border-radius: 0.2rem;
    padding: 6px 10px 6px 10px;
}

.span-text-fade{
    color: #6e6e6e;
    font-size: 0.9rem;
}

.btn {
    /* background-color: #e0565b !important; */
    /* color: #fff; */
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-color: #e0565b !important;
    transition: background-color 0.3s, color 0.3s;
    background-color: #fff !important;
    color: #000000 !important;
}
.btn-primary {
    width: -webkit-fill-available;
}

/* .btn:hover {
    background-color: #fff !important;
    color: #e0565b !important;
    border-color: #e0565b !important;
} */

/* .airbnb-btn svg path {
    fill: #fff !important;
    transition: background-color 0.3s, color 0.3s;
} */

/* .airbnb-btn:hover svg path {
    fill: #e0565b !important;
    transition: background-color 0.3s, color 0.3s;
} */

.direct-btn-btn:hover{
    background: #25d366 !important;
    background: linear-gradient(45deg, #E5FFCC, #1EBEA5, #00E676, #D0E9EA, #EDF8F5, #ffffff);
    color: #fff !important;
}

.airbnb-btn-btn:hover {
    /* background-color: #e0565b !important; */
    background: linear-gradient(93deg, #e51e51, #db0c64) !important;
    color: #fff !important;
}
.airbnb-btn-btn:hover svg path {
    fill: #fff !important;
}

.makemytrip-btn-btn:hover svg path:not(:nth-child(1)):not(:nth-child(2)) {
    fill: #fff !important;
}
.makemytrip-btn-btn:hover svg polyline {
    fill: #fff !important;
}
.makemytrip-btn-btn:hover{
    background: linear-gradient(93deg, #53b2fe, #065af3) !important;
    color: #fff !important;
}


.direct-btn{
 width: 250px;   
}
.img-fluid {
    height: 40px !important;
}
.show-more{
    color: #e0565b;
}
.modal-body {
    width: inherit !important;
}



.slider-button .carousel-inner .carousel-item img {
    border-radius: 10px;
}

.slider-button .carousel-control-prev-icon,
.slider-button .carousel-control-next-icon {
    background-color: black;
}

.slider-button .carousel-inner .carousel-item img {
    max-height: 415px;
}





@media (max-width: 992px) {
   
    .slider-button .redirect-buttons {
        margin-top: 20px;
    }
    .side-by-side-images {
        display: flex;
        flex-direction: row;
    }
    .side-by-side-images > div {
        flex: 1;
    }
    .side-by-side-images > div:not(:first-child) {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    
    .slider-button .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider-button .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider-button .carousel-indicators {
        display: none;
    }
    .side-by-side-images > div:not(:first-child) {
        margin-left: 15px; 
        margin-top: 15px;
    }

    .overview .row > div {
        margin-bottom: 20px;
    }
    .slider-button .carousel-inner .carousel-item img {
        max-height: 300px;
    }
}


@media (max-width: 576px) {
    body {
        margin: 5px 10px 5px 10px !important;
    }
    .side-by-side-images > div:not(:first-child) {
        margin-top: 0 !important;
        margin-top: 15px;
    }

    .overview .row {
        flex-wrap: wrap;
    }
    .overview .row > div {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}






