body {
    font-family: 'Poppins', sans-serif;
}
:root {
    --primary-color: #222021;
    --secondary-color: #066cfa;
    --bg-color: #a8a8a8e9;
    --text-color: #555;
    --black-color: #000;
    --white-color: #fff;
}


/* ************************ Search bar Section CSS ***************************** */
.text-input-box {
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 1px 13px;
    border-radius: 4px !important;
}

.text-input-box:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #cad6e2;
}

.search-btn {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    background-color: #00000000;
    border: solid 1px #ced4da;
}

.search-btn:hover {
    background-color: #0000000f;
}

.input-group {
    border: 1px solid #ced4da;
    padding: 3px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}

.btn-search-cont {
    background-color: #066cfa;
    border-radius: 6px !important;
    padding: 1px 13px 3px;
}

.btn-search-cont:hover {
    border: 1px solid #066cfa;
    background-color: #035cd8;
}

.close-btn {
    border: none;
}

.close-btn:hover {
    border-radius: 100%;
    background-color: #ebebeb00;
}

.cross-inp-img {
    padding: 3px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cross-inp-img:hover {
    background: #ebebeb;
}


/* ************************ Banner Carousel Section CSS ***************************** */
.carousel .carousel-inner {
    border-radius: 6px;
}

.carousel .carousel-inner .carousel-img {
    height: 135px;
    border-radius: 6px;
}

.carousel-control-prev-icon {
    width: 27px;
}

.carousel-control-next-icon {
    width: 27px;
}




/* ************************ Searched name Section CSS ***************************** */
.searched-name-cont{
    margin-bottom: 13px;
}
.searched-name {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    margin: 0;
}




/* ************************ Filters Section CSS ***************************** */
.filter-sec {
    margin-top: 15px !important;
}

.select-item {
    text-align: left;
    padding: 8px; /* Adjust the padding as needed */
}


option {
    background: white;
    font-size: 15px;
    color: #111;
    padding: 6px 8px;
    transition: color 250ms cubic-bezier(.4, 0, .23, 1);
}
option:hover {
    background-color: #006e08;
}

.dropdown-menu {
    min-width: 100% !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}

.filter-btn {
    margin-right: 6px;
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    border: solid 1px #eaeaea;
    cursor: pointer;
    padding: 8px 10px;
    color: #111;
    position: relative;
    background: #f7f7f7;
    transition: border 0.3s ease;
}

.filter-btn:hover {
    background: #efefef;
    border: solid 1px #11111136
}

.filter-btn:active {
    background-color: #e9f5fe;
    border: solid 1px #0076d7;
    color: #0076d7;
}

/* ************************ Product Section CSS ***************************** */

.product-sec {
    margin-top: 15px !important;
}

.prod-container {
    border-radius: 10px;
    border: solid 1px #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

h2 {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    line-height: 28px;
}
.img-col-content-cont{
    padding: 20px 20px 20px 33px;
}

.location {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.location img {
    margin-right: 4px;
}

.btn-primary:active {
    box-shadow: none !important;
}

.call-btnn {
    width: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    background-color: #058a07;
    border-radius: 5px;
    border: solid 1px #027c0a;
    padding: 0 9px;
    cursor: pointer;
}

.rate-hd-h6 {
    margin-top: 1px;
    color: #fff;
    padding-left: 7px;
    padding-top: 2px;
    margin-right: 10px !important;
    font-size: 17px;
    font-weight: 500;
    width: 38px;
    height: 24px;
    border-radius: 6px;
    background-color: #2a8531;
}

#call-btn:hover {
    background-color: #006e08 !important;
    color: #fff;
}

.business-svgs {
    margin-right: 6px;
}

.filter-svg {
    margin-right: 10px;
}

.cta-btns {
    /* width: 100px; */
    color: #111;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    border: solid 1px #eee;
    background-color: #fff !important;
    padding: 0 9px;
}
.non-img-cta .cta-btns {
    margin-left: 10px !important;
}

.cta-btns:hover {
    background-color: #0000000f !important;
}

.icons {
    margin-right: 10px;
}

a i {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.star-svg {
    margin-right: 8px;
    padding-bottom: 4px;
}

.star-align {
    margin-left: -10px;
}
.product-name{
    margin-bottom: 0 !important;
}

/* ******** Single Product ********* */
.product-sec .prod-container .prod-img {
    width: 175px;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.product-sec .prod-container .img-coll {
    padding: 0 !important;
}

.product-sec .prod-container .prod-coll {
    padding: 0 0 0 40px !important;
}

/* ********* Share button modal css ********* */
#shareModal .btn {
    width: 75px;
    flex: 0 0 auto;
    /* Prevents flex items from growing or shrinking */
}

#shareModal .modal-body .linked-in {
    background-color: #0076d7;
}

#shareModal i {
    color: #fff;
    padding: 10px;
    font-size: 27px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 15px;
}


/* ********* Pincode modal css ********* */
.modal-content-form {
    border-radius: 15px;
}

.form-label {
    color: #777;
    font-size: 14px;
    padding: 0 10px;
    background: #fff;
}

.pincode-label {
    z-index: 1;
    position: absolute;
    top: 7.5px;
    left: 30px;
}

.submit-btn {
    margin-top: 18px;
    color: #fff;
    background-color: #f85f21;
    border: 1px solid #f85f21;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 500;
    width: 125px;
    height: 40px;
    padding-top: 5px;
}

.submit-btn:hover {
    color: #fff;
    border: 1px solid #f85f21;
    background-color: #dd521b;
}

.btn-close {
    border: none;
    background-color: white;
    color: #343333;
    float: right;
    font-size: 16px;
}

.modal-header-pincode {
    border-bottom: 0;
}




/* ************************************ Mobile Responsive CSS  ***************************************** */

@media (max-width: 768px) {

    /* ************ Share Modal ********** */
    #shareModal .btn {
        display: flex;
        width: 19%;
        align-items: center;
        justify-content: center;
    }

    #shareModal .modal-body {
        padding: 10px;
    }

    #shareModal .modal-header {
        padding: 10px;
    }

    .modal-title {
        font-size: 20px;
        font-weight: 600;
    }

    .modal-header .btn-close {
        font-size: 17px;
    }

    /* ************ Product section ********** */
    .prod-container h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .product-sec .prod-container .prod-coll {
        padding: 0 0 0 15px !important;
    }
    .img-col-content-cont {
        padding: 20px 33px 15px 33px;
    }
    .btn-vt {
        margin-top: 7px;
    }

    .buizz-verified,
    .buizz-trust {
        font-size: 12px !important;
    }

    .rate-hd-h6 {
        font-size: 15px;
        height: 21px;
    }
    .location {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 13px;
        color: #717171;
    }

    .location img {
        width: 14px;
    }
    .cta-btns {
        margin-left: 0;
    }

    .cta-for-mobile{
        margin: 0 20px 15px !important;
    }
    .cta-for-mobile .chat-btn{
        width: 49%;
    }
    .cta-for-mobile .call-btnn{
        width: 49% !important;
    }
    .star-svg{
        display: none;
    }
    .share-btn{
        display: none !important;
    }
    .like-btn{
        display: none !important;
    }
    .non-img-cta{
        margin-top: 10px;
    }
    .non-img-cta .chat-btn{
        width: 49%;
    }
    .non-img-cta .call-btnn{
        width: 49% !important;
    }


    /* ************ Filter buttons section ********** */
    .filter-btn {
            padding: 5px 10px;
        font-size: 14px;
    }

    .filter-sec .d-flex.flex-nowrap {
        flex-wrap: nowrap;
    }

    .filter-sec>div {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .filter-sec>div::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    /* ************ Search Bar section ********** */
    .searchbar-cont {
        margin-top: 25px !important;
    }

    /* ************ Searched Name section ********** */
    .searched-name-cont {
        margin-top: 25px !important;
        margin-bottom: 25px;
    }

    .searched-name {
        font-size: 15px;
        font-weight: 600;
    }

}
@media only screen and (max-width: 500px) {
    .btn-vt {
        display: block !important;
    }
    .btn-vt .btn{
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 466px) {
    .product-sec .prod-container .prod-img {
        width: 100%;
    }
}
@media only screen and (max-width: 1368px) {
    
    .btn-vt {
        display: block !important;
    }
    .btn-vt .btn{
        margin-bottom: 5px;
    }
    
}
@media only screen and (min-width: 994px) and (max-width: 1394px) {
    .product-sec .prod-container .prod-img {
        width: 100%;
    }
    .product-sec .prod-container .prod-coll {
        padding: 0 0 0 20px !important;
    }
}






/* ************* Desktop view and hidden on mobile **************** */
@media only screen and (max-width: 768px) {
    .cta-inline.cta-for-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .cta-inline.cta-for-desktop {
        display: block;
    }
}

/* ************* Mobile view and hidden on desktop **************** */
@media only screen and (max-width: 768px) {
    .cta-inline.cta-for-mobile {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .cta-inline.cta-for-mobile {
        display: none !important;
    }
}