html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}

.banner1{
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerimages{
    min-height : 60vh;
}


#directory-row td {
        padding: 10px 15px; /* Adjust these values to your preference */
        text-align: center; /* Optional: Center-align the text */
    }


/* custom */

.dropdown-menu.show {
    position: absolute;
    margin: 0px;
    inset: 0px auto auto -159px;
    transform: translate3d(-152px, 48px, 0px);

    display: block;
    width: 414px;
    left: -165px ;
}




.bannerimg{
    width: 250px;
    height: auto;
}
.category-link{
    margin: 0 5px;
    border: none;
    padding: 5px 10px;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border-bottom: 4px solid black;
    display:inline-block;
    background-color: rgb(27, 27, 27);
}

/*image carousal*/
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: none; /* Hide default icons */
}

.carousel-control-prev i, .carousel-control-next i {
  font-size: 2rem; /* Adjust size as needed */
  color: #000; /* Change color if needed */
}

.carousel-control-prev, .carousel-control-next {
  width: 5%; /* Adjust button width if needed */
}
.category-link:hover{
    background-color: white;
    border: 2px solid rgb(27, 27, 27);
    color: rgb(27, 27, 27);
}

.viewlistingdiv{
    background-color: rgb(231, 231, 231);
    padding: 10px;
    border-radius: 10px;

}
.rating{
    width: 20px !important;
    height: 20px !important;
}
.review{
    font-style: italic;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(209, 209, 209);
}
 
.review-name{
    font-size: 16px;
    font-weight:500;
    color:gray;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease-in-out;
    z-index: 1050;
    padding: 20px;
}

.sidebar.active {
    right: 0;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
}

.close-sidebar {
    margin-top: auto;
}
.companylogo{
    
    width: 160px;
    height: 60px;
}

.companydata{
    border: 2px solid rgb(219, 219, 219);
    /* height: 400px; */
    /* display: inline-block; */
    margin-left: 120px;
    display: none;   
    border-radius: 10px ;
}

.companydataactive{
    display: block;
}
.storeimg{
    width: 250px;
    height: 200px;
    border-radius: 10px;
}
.fa-star{
    color: rgb(250, 210, 31);
    font-size: 20px !important;
}
.fa-phone{
    color: orange;
}
.fa-globe{
    color: rgb(40, 157, 235);
}
.fa-location-dot{
    color: rgb(21, 187, 21);
}

.fa-facebook{
    color: rgb(73, 73, 233);
    font-size: 30px !important;
}
.fa-instagram{
    color: rgb(248, 73, 131);
    font-size: 30px !important;
}
.instagram{
    width: 30px;
    height: 30px;
}



.fa-linkedin{
    color: rgb(10, 38, 131);
    font-size: 30px !important;
}


/* .table-container{
    width: 100px !important;
    overflow-x: scroll !important;
} */

.table-responsive {
    overflow-x: auto;
}

/* Hide modal on larger screens */
@media (min-width: 768px) {
    #companyModal {
        display: none !important;
    }
}

/* Hide sidebar on small screens */
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .table-container {
        width: 100%;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
    th, td {
        white-space: nowrap;
    }
    .companydata{
        border: 2px solid rgb(219, 219, 219);
        /* height: 400px; */
        /* display: inline-block; */
        
        margin-left: 0px !important;
        /* margin: 5px !important; */
        border-radius: 10px ;
    }
}

@media (max-width: 575px){
    
.bannerimages{
    min-height : 30vh;
}
    .banner1{
        min-height: 20vh;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerimg{
        width: 100px;
        height: auto;
    }
    .dropdown-menu.show {
        inset: 0px auto auto -71px ;
        display: block;
        width: 414px;
        left: 33px ;
    }
    
}

@media (max-width: 1024px){
    .dropdown-menu.show {
        inset: 0px auto auto -159px;
        display: block;
        width: 302px;
        left: 118px;
    }

}
@media (max-width: 1440px){
    .dropdown-menu.show {
        inset: 0px auto auto -152px;
        display: block;
        width: 302px;
        left: 118px;
    }

}