body {
    .category-carousel-container {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    /* footer */
    .container .home-section {
        padding-top: 15px;
        padding-bottom: 20px !important;

    }

    .carousel-title {
        text-align: center;
        margin-bottom: 25px;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: 'Regular';
        font-size: 14px;


    }

    .carousel-wrapper {
        position: relative;
    }

    .carousel-track {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        gap: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
        /* 👈 force items to the left */
    }

    .carousel-track::-webkit-scrollbar {
        display: none;
    }

    .category-carousel-container .carousel-item {
        flex: 0 0 auto;
        /*width: 140px;
        min-width: 140px;*/
    }

    .category-carousel-container .category-link {
        display: block;
        text-decoration: none;
        color: #222;
        text-align: center;
    }


    .category-image-container {
        margin-bottom: 12px;
    }

    .category-image-container img {
        width: 140px;
        height: 140px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 16px;
        border: 1px solid #e0e0e0;
    }

    .category-carousel-container .category-name {
        justify-content: center;
        max-width: 120px;
        display: block;
        margin: 0 auto;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;

    }

    /* --- Carousel Controls (Buttons & Progress Bar) --- */
    .carousel-btn {
        position: absolute;
        top: 33%;
        z-index: 10;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .carousel-btn svg {
        stroke: #333;
    }

    .carousel-btn.prev {
        left: -20px;
    }

    .carousel-btn.next {
        right: -20px;
    }

    .carousel-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }





    .carousel-progress-bar.dual {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 2px;
        margin: 8px;
        background-color: #ffffff;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .progress-left,
    .progress-right {
        height: 100%;
        background-color: #555;
        flex-shrink: 0;
        transition: opacity 0.3s ease;
        width: 50%;
    }

    .progress-left {
        opacity: 1;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .progress-right {
        opacity: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    /* footer  slider */


    #hookhome {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    #wp_footer {
        background: white;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    #wp_footer h2,
    #wp_footer p.text-center {
        margin-bottom: 32px;
        margin-top: 0;
        text-transform: none;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 31px;
        text-align: center;
        color: #333333;
    }

    #wp_footer .owl-carousel {
        width: 84%;
        margin: 0 auto;
    }

    #wp_footer_wrapper.loader {
        background: url(../img/loader.gif) center center no-repeat;
        min-height: 89px;
        position: relative;
        z-index: 9;
    }

    #wp_footer_wrapper.owl-carousel .owl-item {
        display: none;
    }

    #wp_footer .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }




    /* Logo image styling */
    #wp_footer img {
        margin: 0 auto;
        width: 137.4px;
        max-height: 64px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #wp_footer a:hover img {
        opacity: 0.8;
    }



    #wp_footer .owl-theme .owl-nav {
        margin: 0;
    }

    #wp_footer .owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        background: #fff;
        border: 2px solid #e0e0e0;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        color: #555;
        font-size: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: none;
        z-index: 10;
    }

    /* Hover effect for the arrows */
    #wp_footer .owl-theme .owl-nav [class*=owl-]:hover {
        background: #f8f8f8;
        border-color: #cccccc;
        color: #000;
    }

    /* Position for the "previous" arrow */
    #wp_footer .owl-theme .owl-nav .owl-prev {
        left: -70px;
    }

    #wp_footer .owl-theme .owl-nav .owl-prev {
        display: contents !important;
    }

    #wp_footer .owl-theme .owl-nav .owl-next {
        display: contents !important;

    }

    #wp_footer .owl-theme .owl-nav .owl-prev .icon-chevron-left {
        width: 40px;
        height: 40px;
        color: rgba(51, 51, 51, 1);
        font-size: 10px;
        border-color: rgba(214, 212, 212, 1);
        border-width: 1.25px;


    }

    #wp_footer .owl-theme .owl-nav .owl-next .icon-chevron-right {
        width: 40px;
        height: 40px;
        font-size: 10px;
        color: rgba(51, 51, 51, 1);
        border-color: rgba(214, 212, 212, 1);
        border-width: 1.25px;

    }



    /* Position for the "next" arrow */
    #wp_footer .owl-theme .owl-nav .owl-next {
        right: -70px;
    }

    #wp_footer .icon-chevron-left:before {
        content: "\f053";
    }

    #wp_footer .icon-chevron-right:before {
        content: "\f054";
    }


    #wp_footer .owl-controls .disabled {
        opacity: 0.4;
        cursor: default;
    }


    /* === START: CORRECTED RESPONSIVE SECTION === */

    @media screen and (max-width: 1200px) {
        #wp_footer .owl-carousel {
            width: 84%;
        }

        #wp_footer .owl-theme .owl-nav .owl-prev {
            display: contents !important;
        }

        #wp_footer .owl-theme .owl-nav .owl-next {
            display: contents !important;

        }
    }

    @media screen and (max-width: 991px) {


        #wp_footer .owl-theme .owl-nav .owl-prev {
            left: -10px;
            display: contents !important;
        }

        #wp_footer .owl-theme .owl-nav .owl-next {
            right: -10px;
            display: contents !important;

        }
    }

    @media screen and (max-width: 767px) {
        #wp_footer img {
            margin: 0 auto;
            width: 67.4px;
            max-height: 31px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #wp_footer .owl-controls [class^="icon-chevron"] {
            height: 36px;
            width: 36px;
            font-size: 20px;
            top: 0% !important;
        }

        #wp_footer img {
            margin: 0 auto;
            max-height: 31px !important;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #wp_footer .owl-carousel {
            width: 85%;
        }

        #wp_footer .owl-theme .owl-nav .owl-prev {
            left: -10px;
        }

        #wp_footer .owl-theme .owl-nav .owl-next {
            right: -10px;
        }

        #wp_footer p.text-center {
            margin-bottom: 32px;
            margin-top: 0;
            text-transform: none;
            font-family: "Roboto";
            font-weight: 700;
            font-style: Bold;
            font-size: 26px;
            text-align: center;

        }

        #wp_footer .owl-controls .owl-next i {
            right: -42px;
        }

        #wp_footer .owl-controls .owl-prev i {
            left: -42px;
        }

    }

    @media screen and (max-width: 458px) {

        #wp_footer .owl-controls [class^="icon-chevron"] {
            height: 36px;
            width: 36px;
            font-size: 20px;
            top: -15% !important;
        }

        #wp_footer #wp_footer_wrapper .owl-stage-outer .owl-stage .owl-item {
            display: flex !important;
            justify-content: center;
            align-items: center;

        }

        #wp_footer img {
            width: 67px !important;
            height: 31px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        #wp_footer .owl-carousel {
            width: 74%;
        }

        #wp_footer .owl-theme .owl-nav .owl-prev {
            left: -10px;
        }

        #wp_footer .owl-theme .owl-nav .owl-next {
            right: -10px;
        }

        #wp_footer p.text-center {
            margin-bottom: 32px;
            margin-top: 0;
            text-transform: none;
            font-family: "Roboto";
            font-weight: 700;
            font-style: Bold;
            font-size: 26px;
            text-align: center;
        }

    }

    @media screen and (max-width: 767px) {
        .category-carousel-container .carousel-item {
            flex: 0 0 auto;
        }

        .category-image-container img {
            width: 100% !important;
            height: 106px !important;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 16px;
            border: 1px solid #e0e0e0;
        }

        .category-carousel-container .carousel-item {
            flex: 0 0 auto;
            max-width: 106px !important;
        }

        .carousel-btn.next {
            right: -12px !important;
        }


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

    }
}