body {
    margin: 0px;
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
}

html,
body {
    /* overflow-x: hidden; */
    /* Prevent horizontal scroll */
}

/* section{
    overflow: hidden !important;
} */


/* header start */

/* header start */



.header-bg {
    /* background-color: #ffffff; */
    background-color: #ffffff;
    /* padding-top: 20px;
    padding-bottom: 20px; */


}

/* .navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
} */
/* dont delete */


/* navbar sticky */
.sticky {
    position: fixed;
    position: sticky;

    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #ffffff;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  */
}

.fixed-top {

    /* top: 0px; */
    /* position: relative; */
    /* position: sticky; */
}





/* navbar sticky */

.header-logo img {
    /* width: 100px;
    height: 80px; */

}

.header-btn a {
    background-color: #21211f;
    padding: 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Varela Round", serif;

}

.navbar-collapse {
    padding-left: 100px;
}

/* header top content start */

.head-top-section {
    padding-top: 20px;
}

.head-top-content li {
    list-style: none;
    display: inline;
    margin: 20px;
}

.head-top-content {
    text-align: end;
}

.head-top-content a {
    color: #000000;
    font-family: "Varela Round", serif;
}

@media(max-width:992px) {
    .head-top-section {
        display: none;
    }

    .navbar {
        padding-top: 7px;
    }
}

/* header top content end */

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to navbar-collapse when expanded on mobile */
/* .navbar-collapse {
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.5s ease-out;
} */


@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: #21211f;
        display: none;

        padding-top: 100px;
        padding-left: 0px;
        z-index: 99;
    }


    .navbar-collapse.collapse.show {
        display: block;


    }

    .navbar-nav {
        width: 100%;
        text-align: center;

    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
        background-color: #ffffff;
    }



    .navbar-nav .nav-link {
        text-align: center;
    }

    .header-btn {
        display: none;
    }


}

.navbar-nav {
    gap: 20px;

}

.navbar-nav a {

    font-family: "Varela Round", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28.5px;
    text-align: left;
    /* text-underline-position: from-font;
    text-decoration-skip-ink: none; */
    color: #000000 !important;
    /* text-transform: uppercase; */
}

.navbar-nav .active a {
    color: #21211f !important;
}

.navbar-nav a:hover {
    color: #21211f !important;

}

/* .nav-item .active{
    color: #ff6f00 !important;
   
} */

.mobile-closs-mark {
    display: none;
}




@media (max-width: 992px) {

    .navbar-nav a {
        width: auto;

        color: #ffffff !important;
    }

    .mobile-closs-mark {
        display: block;

    }

    .mobile-closs-mark a {
        border: none;
        font-size: 20px;
    }

    .navbar-nav a:hover {
        color: #21211f !important;

    }


    .header-logo img {
        display: block;
        width: 85px;
        padding-left: 10px;
    }

    .navbar-nav .active a {
        color: #ffffff !important;
    }

    .header-bg {
        padding-top: 7px;
        padding-bottom: 7px;
    }

}

@media(max-width:768px) {
    .navbar {
        padding-top: 9px;

    }
}



/* search bar */

.search-bar {
    padding: 5px 5px;
    border-radius: 50px;
    border: 1px solid #b2b1b7;
    margin-right: 70px;
}

/* .search-bar input::after{
    border: none !important;
} */
.search-bar input {
    border: none !important;
}

.search-bar input[type="search"] {
    border: none;
    outline: none;
    /* padding: 10px;
    font-size: 16px; */
}

.search-bar i {
    padding-left: 12px;
}

::placeholder {
    text-align: left;
    /* padding-left: 10px !important; */
    border: none !important;
}

.header-right-icons {
    padding: 5px 5px;

}

.header-right-icons i {
    color: #000000;
    font-size: 20px;
    margin: 5px 15px;

}

.header-right-icons i:hover {
    color: #21211f;
    transform: rotateY(360deg);
    transition: 1s;
}

@media(max-width:768px) {
    .search-bar {
        display: none;
    }

    .header-right-icons {
        display: none;
    }
}

/* header end */



/* banner section */

.banner-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-content-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.banner-content h2 {
    font-size: 40px;
    padding-bottom: 10px;
    font-style: italic;
}

.banner-content span {
    color: #21211f;
}

.banner-content p {
    font-size: 18px;
    padding-bottom: 15px;
    color: #818181;
}


.banner-btn a {
    background-color: #21211f;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
}

.banner-btn a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #21211f;
}

.banner-image img {
    border-radius: 8px;
}

@media(max-width:992px) {
    .banner-content h1 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .banner-image {
        padding-top: 40px;
    }
}

@media(max-width:432px) {
    .banner-content h1 {
        font-size: 25px;
    }

    .banner-content p {
        font-size: 15px;
    }
}

/* banner end */


/* footer start */

.footer-bg {
    /* background-color: #b2b1b7; */
    background-color: #f8f6f6;

    padding-top: 30px;
    /* padding-bottom: 20px; */
    padding-bottom: 60px;
}

.footer-logo-content img {
    width: 100px;
}

.footer-content-row {
    padding-top: 50px;
    padding-bottom: 20px;

    border-bottom: 1px solid #cac9c9;
}


.footer-menu-section {
    display: flex;
    justify-content: center;
}

.footer-menu h2 {
    color: #504e4e;
    font-size: 20px;
    font-family: "Varela Round", serif;
    font-weight: 700;
}

.footer-menu ul {
    padding-left: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 15px;
    margin-left: 0px;
}

.footer-menu a {
    color: #504e4e;
    font-weight: 400;
}

.footer-menu i:hover {
    color: #000000;
    transform: rotateY(360deg);
    transition: 1s;
}


.footer-condition-text a {
    font-size: 12px;
    color: #504e4e;
}

.footer-logo-content {
    text-align: left;
}

.footer-logo-content p {
    color: #504e4e;
    padding-top: 10px;
    font-weight: 400;
}

.copy-right-section {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.copy-right-section p {
    color: #504e4e;
}

.copy-right-section a {
    color: #504e4e;
}

.footer-social-media a {
    font-size: 20px;
    color: #504e4e;
    margin: 15px;
    margin-left: 0px;
}

.footer-social-media i:hover {
    color: #000000;
    transform: rotateY(360deg);
    transition: 1s;
}


@media(max-width:992px) {
    .footer-menu-section {
        display: flex;
        justify-content: left;
        padding-top: 30px;
    }

    .footer-logo-content {
        text-align: left;
    }

    .copy-text {
        text-align: left;
    }
}

@media(max-width:768px) {
    .copy-tight-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width:768px) {
    .copy-right-section {
        flex-direction: column;
        text-align: center;
    }
}


@media(max-width:500px) {
    .footer-logo-content img {
        width: 35%;
    }
}

/* foooter end */


/* services start */

.services-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.services-title-head h1 {
    padding-bottom: 20px;
}

.services-card {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;

    position:  relative;
}

.services-images img {
    border-radius: 10px;
}

.services-content {
    padding-top: 15px;
}

.services-content h4 {
    font-size: 17px;
    color: #000000;
}

.sub-service-rate{
    color: #ff0000 !important;
}

.service-btn {
    padding-top: 20px;
}

.service-btn a {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 8px 20px;
    color: #000000;
}

.service-btn a:hover {
    background-color: #21211f;
    color: #ffffff;
}

@media(max-width:432px) {
    .services-title-head h1 {
        font-size: 20px;
    }
}

/* services end */



/* cta start */


.cta-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.cta-bg {
    background-image: url(..//image/cta-banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: fixed;
    border-radius: 8px;

}

.cta-content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-content h1 {
    color: #ffffff;
}

.cta-content p {
    color: #ffffff;
    font-size: 20px;
}


.cta-btn {
    padding-top: 20px;
}

.cta-btn a {
    background-color: #21211f;
    padding: 10px 10px;
    color: #ffffff;
    border-radius: 8px;
}

.cta-btn a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #21211f;
}

/* cta banner */

/* slider */
.slider-image-section {
    padding-bottom: 20px;
}


/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
} */

/* slider end */



/* contact address */


.address-section {
    padding-bottom: 80px;
}





.address-card-row {
    padding-top: 50px;
}

.address-card {
    border: 1px solid #D2D2D2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.address-content {
    padding-top: 40px;
}

.address-icon i {
    font-size: 20px;
    color: #21211f;
}

.address-content h1 {
    font-family: "Open Sans", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.address-content h6 {
    font-family: "Open Sans", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #595959;
}

.address-content p {
    font-family: "Open Sans", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000 !;
}

.address-content a {
    color: #000000;
}

.address-card:hover {
    background-color: #21211f;
    color: #ffffff;
}

.address-card:hover i {
    color: #ffffff;
}

.address-card:hover h1 {
    color: #ffffff;
}

.address-card:hover h6 {
    color: #ffffff;
}

.address-card:hover a {
    color: #ffffff !important;
}

.contact-us-title span {
    color: #21211f;

}

.contact-page-form-section {
    padding-top: 30px;
    padding-bottom: 50px;
}


@media(max-width:432px) {
    .address-head h1 {
        font-size: 25px;
    }

}

@media(max-width:768px) {
    .google-maps {
        padding-top: 30px;
    }
}

/* contact page address end */


/* about */

.about-section {

    padding-top: 50px;
    padding-bottom: 100px;
}

.about-content-col {
    display: flex;
    align-items: center;
}

.about-content h3 {
    font-size: 30px;
    padding-bottom: 20px;
}

.about-content span {
    color: #21211f;
}

.about-content p {
    font-size: 18px;
}

/* about end */


/* category start */

.category-section {
    padding-bottom: 30px;
}

.category-row {
    padding-top: 30px;
}

.category-card {
    background-color: #f8f6f6;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
}

.category-name {
    padding-top: 15px;
}

.category-name h6 {
    color: #000000;
    font-weight: 400;
    font-size: 11px;
}

.category-card:hover {
    /* transform: rotatey(360deg);
    transition: 2s; */
}


@media(max-width:432px) {
    .category-title h1 {
        font-size: 20px;
    }

    .category-search {
        display: block !important;
        margin-right: 0px;
    }
}

@media(max-width:375px) {
    .category-name h6 {
        font-size: 12px;
    }
}

/* category end */


/* slider arrow */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right:-5px;
    width: 101%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);

}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background-color: #ffffff !important;
    border: 1px solid #c9c9c9 !important;
    width: 40px;
    height: 40px;
    color: #000000 !important;
    padding: 10px;
    border-radius: 100px !important;
    font-size: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-prev {
    left: 10px !important;
}

.owl-carousel .owl-next {
    right: 10px;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: #0056b3;
}


.owl-theme .owl-nav [class*=owl-] {
    margin-left: -25px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin-right: -18px !important;
}


/* @media(max-width:432px){

    .owl-theme .owl-nav [class*=owl-]{
        margin-left: -0px !important;
      }
    
      .owl-theme .owl-nav [class*=owl-]{
        margin-right: 17px !important;
      }
    
  } */

@media(max-width:432px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none;
    }
}

/* slider arrow end*/


/* services page */

.services-page-category {
    padding-top: 35px;
}

/* end */



/* sub service page */

.sub-service-section {
    padding-top: 40px;
    padding-bottom: 50px;
}

/* .sub-category-left{
    display: flex;
    
  } */

.sub-category-card-col {
    padding-top: 30px;
}


.sub-category-card {
    padding: 10px;
    text-align: center;
    background-color: #f8f6f6;
    border-radius: 8px;
}

.sub-category-card h6 {
    padding-top: 10px;
    font-size: 12px;
    color: #000000;
}

.sub-category-card img {
    border-radius: 5px;
}

/* sub right side content  */

.sub-category-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #b2b1b7;
    border-radius: 10px;
    /* align-content:  center; */
}

.sub-category-content h2 {
    font-size: 30px;
    color: #000000;
}

.sub-category-content img {
    padding-top: 10px;
    border-radius: 10px;
}

.sub-category-content-text {
    padding-top: 30px;
}

.sub-category-content-text i {

    color: #21211f;
}

.sub-category-content-text h6 {
    color: #000000;
}

.sub-category-content-text p {
    color: #000000;
}

.sub-view-btn a {
    color: #000000;
}


@media(max-width:432px) {
    .sub-category-content h2 {
        font-size: 17px;
    }

    .sub-category-content-text h6 {
        font-size: 13px;
    }

    .sub-category-content-text p {
        font-size: 13px;
    }

    .sub-view-btn a {
        font-size: 13px;
    }

    .sub-category-section h2 {
        font-size: 15px;
    }
}





/* sub service page end */

/* detail page  */
.service-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-content-detail {
    padding-top: 30px;
}

.service-detail-content img {
    margin-top: 10px;
    border-radius: 8px;
}

.detail-page-form {
    padding-top: 50px !important;
    padding: 20px;
}

.form-btn {
    background-color: #21211f;
    color: #ffffff;
}

.form-btn:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    transform: rotateY(360deg);
    transition: 1s;
}

/* detail page end */


/* floating menu */

.floating-menu {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    /* border-radius: 50px; */
    padding: 15px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* max-width: 400px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); */

    display: none;

    z-index: 99;
}

.floating-menu a {
    color: #000000;
    font-size: 12px;
    text-align: center;

    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.floating-menu i {
    color: #7a7878;
}

.floating-menu a:hover {
    color: #21211f;
}

@media(max-width:500px) {
    .floating-menu {
        display: block;
        display: flex;
        justify-content: space-around;
    }
}


/* floating menu end */




/* whatsapp flating btn */

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

@media (max-width: 700px) {
    .floating-buttons {
        display: none;
    }
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: white;
    text-align: center;
    background-color: #25d366;
    /* WhatsApp color */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.call-btn {
    background-color: #000000;
    /* Call button color */
}

/* end */


/* login pafge  */


.loginsection {
    padding-top: 30px;
    padding-bottom: 80px;
}

.btn-login {
    background-color: #000000;
    color: #ffffff;
}

.btn-login:hover {
    color: #000000;
    border: 1px solid #000000;
}

/* login  page  end */


/* dashboard page */

.dashboard-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


.admin-card {
    background-color: #000000;
    border-radius: 8px;

}

.admin-top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.admin-image img {
    border-radius: 100%;
    width: 100px;
    border: 2px solid #ffffff;
}

.admin-text {
    padding-top: 20px;
}

.admin-text h4 {
    color: #ffffff;
}

.admin-text a {
    color: #ffffff;
}

.admin-card-bottom {
    background-color: #f4f3f3;
    padding: 20px;
}

.admin-card-bottom li {
    list-style: none;
    margin-top: 10px;
}

.admin-card-bottom a {
    font-size: 15px;
    color: #000000;
}

.admin-card-bottom a:hover {
    color: #8a8a8a;
}

.dashboard-card {
    background-color: #f4f3f3;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-top: 15px;
    text-align: center;
}

.dashboard-card h3 {
    font-size: 18px;

}


.btn-update {
    background-color: #000000;
    color: #ffffff;
}

.btn-update:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.review-card {
    background: #fff;

    padding: 20px;
    text-align: center;
}

.review-header img {
    border: 2px solid #ddd;
    padding: 3px;
}

.stars i {
    font-size: 18px;
}


/* dashboard page end */



/* sub services  */


.sub-scroll-effect {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;

    border: 1px solid #b2b1b7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;

}

.search-bar {
    position: relative;
    width: 100%;
}

.search-bar input {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-bar ul {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-bar li {
    padding: 10px;
    cursor: pointer;
}

.search-bar li:hover {
    background: #f3f3f3;
}


/* end */



/* product section */

.product-page-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.product-row {
    padding-top: 30px;
}

.product-card {
    /* background-color:#f8f6f6; */
    /* background-color: #fbfbfb; */
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.product-content {
    /* padding-top: 20px; */
    text-align: left;
}



.product-content h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.product-content h6 {
    font-size: 15px;
    color: #ff0000;
    font-weight: 400;
}


.product-image img {
    /* width: 200px; */
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
    border-radius: 10px !important;
}

.product-category-list-img img{

}

.btn-outline-dark.custom-black {
    color: black;
    border-color: black;
}

.btn-outline-dark.custom-black:hover {
    background-color: transparent;
    color: black;
    border-color: black;
}


.product-detail-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.product-detail-image img {
    width: 400px;
}

.product-detail-content {
    padding-top: 20px;
}

.product-detail-content h1 {
    font-size: 20px;
    font-weight: 500;
}

.chat-btn {
    padding-top: 40px;
}

.chat-btn a {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
}

.chat-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

@media(max-width:432px) {
    .product-page-section {
        padding-top: 34px;

    }

    .product-title h1 {
        font-size: 20px;
    }

    .product-content{
        padding-top: 15px;
    }
    
    .product-category-list-img img{
        width: 100%;
        height: 150px;
        object-fit: cover;

    }
}

/* produtc page and detail css end */


/* chat vendor */

.vendor-chat-section {
    padding-top: 100px;

}

.vendor-chat-title h1 {

    text-align: center;
}

.vendor-chat-title h4 {

    text-align: center;
}

.chat-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #f8f9fa;
    border-radius: 10px;
    height: 500px;
    /* Fixed height */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat-scroll-area {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message-bubble {
    border-radius: 20px;
    padding: 10px 20px;
    max-width: 70%;
    word-wrap: break-word;
}

.sent {
    background-color: #dcf8c6;
    margin-left: auto;
}

.received {
    background-color: #f8d7da;
    align-self: flex-start;
}

.input-area {
    display: flex;
    padding: 15px;
    border-top: 1px solid #ccc;
    background-color: white;
}

.input-area input {
    flex: 1;
    border-radius: 30px;
    padding: 10px;
}

.input-area button {
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
}


/* Responsive */
@media(max-width:432px) {
    .vendor-chat-section {
        padding-top: 40px;
    }

    .vendor-chat-title h4 {
        font-size: 20px;
    }

    .message-bubble p {
        font-size: 13px;
    }
}

/* chat vendor end */

/* related product */

.related-product-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-related-content {
    padding: 20px;
    border: 1px solid #cac9c9;
    border-radius: 10px;
    text-align: center;
}


@media(max-width:432px) {
    .related-product-section {
        padding-top: 0px;

    }

    .related-product-title h1 {
        font-size: 20px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-content img {
    width: 100px;
    height: auto;
    animation: fade 1s ease-in-out infinite alternate;
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

.category-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.view-more-link {
    color: black;
    text-decoration: none;
}

.product-category-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.product-category-name h6 {
    font-size: 13px;
    margin-top: 10px;
    color: #333;
}

.category-fixed-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.product-card {
    /* width: 220px; */
    /* adjust as needed */
    margin: 0 auto;
    text-align: center;
}

.product-category-img img{
    width: 100% !important;
    border-radius: 10px;
}



@media (max-width: 576px) {
    .product-card {
        width: 100%;
        margin: 0;
    }
}

.products-images {
    height: 200px;
    /* or your desired height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .products-images {
        height: 120px; 
    }
}
.products-images img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .sub-category-left {
        position: sticky;
        top: 50px;
        z-index: 999;
        background-color: white;

    }
}

.category-slider-card {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-slider-card:hover {
    transform: scale(1.05);
}

.category-slider-image {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.category-slider-image img {
    width: 100%;

    object-fit: contain;
}

.category-slider-name h6 {
    font-size: 10px;
    margin-top: 3px;
    color: #000000;
}

.banner-carousel .item img {
    width: 100%;
    height: 280px;
    /* Set desired height */
    object-fit: cover;
    border-radius: 10px;
}

/* Default width for large screens */
.search-bar-wrapper {
    width: 200px;
}

/* Set to 350px on screens smaller than 768px */
@media (max-width: 767.98px) {
    .search-bar-wrapper {
        width: 350px;
    }
}

.social-sharing {
    display: flex;

    gap: 12px;
    margin-top: 20px;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-whatsapp {
    background-color: #25D366;
}

.btn-facebook {
    background-color: #3B5998;
}

.btn-twitter {
    background-color: #1DA1F2;
}

.btn-linkedin {
    background-color: #0077B5;
}

.btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%,
            #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.btn-social:hover {
    opacity: 0.8;
}

.text-black {
    color: #000000;
}


/* Container styling */
.service-suggestions {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
}

/* List item styling */
.suggestion-item {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

/* Last item should not have bottom border */
.suggestion-item:last-child {
    border-bottom: none;
}

/* Hover effect */
.suggestion-item:hover {
    background-color: #f8f9fa;
}

/* Link styling */
.suggestion-item a {
    color: #000;
    /* black */
    font-weight: 500;
    display: block;
}

@media (min-width: 992px) {
    #header-location {
        max-width: 160px; 
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-weight: 500;
        color: #333;
    }
}
@media (max-width: 576px) {
    .services-card h4 {
        font-size: 12px; /* smaller heading and price on mobile */
        margin-bottom: 0.25rem;
    }

    .services-card h6 {
        font-size: 12px; /* smaller rating text */
    }

    .services-card .btn {
        font-size: 12px; 
        padding: 0.375rem .375rem;
        width:120px
    }

  

    .services-images img {
        height: auto;
        max-height: 180px;
        object-fit: cover;
    }
    .products-images img {
        height: auto;
        max-height: 350px;
        object-fit: cover;
    }
}


.category-slider-bg {
    width: 70px;
    height: 70px;
    background-color: #f2f2f2; 
    border-radius: 50%;
    overflow: hidden;
}

.category-icon {
    width: 50px;
    height: 50px;
   
}
.services-title-head h3 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
    .product-name-mobile {
        font-size: 28px;
        line-height: 1.5;
     
        font-family: 'Poppins', sans-serif;
    }
}
@media (max-width: 767px) {
    .service-name-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-width: 65%; /* Ensure space for price */
        font-size: 14px; /* Optional: adjust for mobile */
    }
}
.category-title h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* related product end*/



/* sub service css */


.sub-service-desktop{
    display: block !important;
}

.sub-service-mobile{
    display: none !important;
}

@media (max-width:500px) {
    .sub-service-mobile{
        display: block !important;
    }

    .sub-service-desktop{
        display: none !important;
    }

    .category-title h2{
        font-size: 19px;
        text-align: center !important;
    }
}





/* mobile view sub service */
@media (max-width: 500px) {
  .sub-service-mobille-view .row {
    display: flex;
    flex-direction: row;
  }

  .sub-service-mobille-view .sub-category-left {
    flex: 0 0 26%; 
    max-width: 26%;
    /* position: sticky !important; */
    /* top: 0;
    height: 100vh; 
    overflow-y: auto; 
    background: #fff; 
    z-index: 10;
    padding-right: 10px; */
    z-index: 10;
    display: flex;
    flex-direction: column;
    
  }


  /* .sub-scroll-effect {
       
        border: none !important;
        
        max-width: 60% !important;
        padding: 5px !important;
        background-color: #0077B5;

    } */

    .sub-category-left{
        max-width: 26% !important;
        
    }

    .sub-scroll-effect {
        
        border: none !important;
        padding: 5px !important;
    }

   
    

    .sub-category-card{
        /* width: 60% !important; */
        width: 80% !important;
        margin-top: 10px !important;
        padding: 5px !important;
    }

    .sub-category-card h6{
        font-size: 9px !important;
    }

  .sub-service-mobille-view .col-lg-8 {
    /* flex: 0 0 65%; */
    flex: 0 0 74%; 
    /* max-width: 65%; */
    width: 100%;
    overflow-y: auto;
    padding-left: 10px;
  }

  
  .sub-service-mobille-view .sub-category-left .row.d-none.d-md-flex {
    display: none !important;
  }

  
  .sub-service-mobille-view .sub-category-left .subcategory-carousel {
    display: block !important;
  }
}


.sub-service-card {
    padding: 3px !important;
    padding-bottom: 10px !important;
}

.sub-service-card h4{
    font-size: 10px !important;
}

.sub-service-card .btn{
    font-size: 9px !important;
    width:68px !important;
}

.sub-service-card h6{
    font-size: 9px !important;
}

.sub-service-title{
    padding:7px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}


/* share icons */
.sub-service-card{
    position: relative;
}

.share-icon{
    top: 10%;
    right: 10%;
    position: absolute;
    z-index: 99 !important;
}


.share-icon i{
    color: #000000;
    z-index: 99 !important;
}

/* share icons */



/* deatail page  */

.sevice-detail-btn-floating{
    display: block;
}

.sevice-detail-btn-floating-mobile{
    padding-bottom: 20px;
}


.sevice-detail-btn-floating-mobile {
    position: fixed;
    bottom: 9% !important;
    /* left: 22%; */
    /* background-color: #ffffff; */
    border-radius: 5px;
    
    width: 100%;
    /* background: #fff;  */
    /* box-shadow: 0 -2px 8px rgba(0,0,0,0.1); */
    z-index: 1050; 
}

.sevice-detail-btn-floating-mobile-card{
    display: flex !important;
    justify-content: center !important;
}

.sevice-detail-btn-floating-mobile .btn {
    flex: 1; 
}

.service-detail-rate {
    color: #ff0000;
}


@media(max-width:500px){
    .sevice-detail-btn-floating{
        display: none !important;
    }
}


/* end */



/* product page filter */

.filter-card {
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    
}

.shortby-card{
    padding: 9px 12px;
    /* background: #ffffff; */
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
}

/* .filter-card:hover, .shortby-card:hover {
    background: #e9ecef;
} */


.shortby-card .form-select-sm{
    border: none !important;
    outline: none !important;
    outline-color: #ffffff !important;
}

.shortby-card .form-select-sm:hover{
    background-color: #ffffff;
}


.product-card{
    position: relative;
}

.product-user{
    top: 5%;
    left: 5%;
    position: absolute;
}

.product-user-img img{
    border: 1px solid #ff0000;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    
}

.product-user p{
    color: #ff0000;
    font-size: 10px;
}

.product-chat {
    position: absolute;
    top: 44%;
    left: 5%;
    background-color: #ffffff;
    color: #25D366;
    padding: 1px 8px 1px 8px;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid #000000;

}

.product-chat a{
    color:#25D366;
}

.product-content ul{
    padding: 0px !important;
}

.product-content li{
    list-style: none;
    display: inline;
}

.product-content li a{
    color: rgb(255 193 7);
    font-size: 12px;
    
}

.product-rate-color{
    color: #ff0000 !important;
}

.text-color-black{
    color: #000000;
}
/* sub serice */

/* .subservices-mobile-item{
    background-color: #0056b3;
    width: 100% !important;
} */