
        
        .flex.justify-between.flex-1.sm\:hidden {
            display: none;
        }

        p.text-sm.text-gray-700.leading-5 {
            display: none;
        }
        .breadcrumb-item a {
            color: #000;
        }

        .blog-pagination svg.w-5.h-5 {
            width: 40px;
        }

        .leading-5 {
            padding-top: 1.5rem;
        }

        .product_icons.d-flex.justify-content-between.align-items-center {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

        .vesitable .vesitable-item {
            margin: 0;
            padding: 5px;
        }

        .vesitable h4 {
            font-size: 14px;
        }



        .product-card {
            width: 100%;
            height: 100%;
            /* background: #eef6fc; */
            border-radius: 12px;
            padding: 12px;
            text-align: center;
            position: relative;
            /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
        }

        .vesitable .vesitable-item {
            box-shadow: none;
        }

        .vesitable .vesitable-item:hover {
            box-shadow: none;
        }

        .nav_topmargin {
            margin-top: 100px;
        }

        .full-width {
            width: 100% !important;
        }

        input {
            width: auto;
        }


        @media only screen and (min-width:1600px) {
            .carousel-indicators {
                bottom: 120px;
            }


        }


        @media only screen and (min-width:1200px) {

            h3,
            .h3 {
                font-size: 1.25rem;
            }



        }

           @media only screen and (min-width:768.99px) {
            .mobile-cart {
                display: none;
            }

             .mobile-drawer{
                width:22%;
            }

            .show_vestible {
                width: 77%;
            }

            .d-lg-none{
                display:none!important;
            }
           }


        @media only screen and (max-width:1199.99px) {
            .navbar {
                height: auto;
            }

            a.navbar-brand.navlogo {
                width: 100px;
                position: relative;
            }

            .navlogo img {
                width: 100%;
                margin-top: 10px;
            }

            .navbar-nav .nav-item:hover {
                transform: scale(1.0);
                color: #fff;
            }





        }

        @media only screen and (max-width:1024.99px) {
            .carousel-indicators {
                bottom: 160px;
            }

            .pro_block {
                width: 23%;
            }
        }

        @media only screen and (max-width:991.98px) {
            .carousel-indicators {
                bottom: 195px;
            }

            .vesitable .owl-nav .owl-prev {
                /* top: -58px; */
                left: -20px;
            }

            .vesitable .owl-nav .owl-next {
                /* top: -58px; */
                right: -20px;
            }

            .pro_block {
                width: 33%;
            }

            .form-wrap .tabs h3 a.active {
                padding: 16px 28px !important;
            }

            .form-wrap .tabs h3 a {
                padding: 15px 28px !important;
            }


        }

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

             .open-drawer-btn {
                border: none;
                border-radius: 5px;
                padding: 10px;
                background: #5ce1e6;
                color: #fff;
                cursor: pointer;
            }

            .mobile-drawer-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                display: none;
                z-index: 999;
            }

            .mobile-drawer {
                position: fixed;
                bottom: -100%;
                left: 0;
                width: 100%;
                height: 70%;
                background: white;
                border-radius: 20px 20px 0 0;
                box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
                transition: bottom 0.3s ease-in-out;
                z-index: 1000;
                display: flex;
                flex-direction: column;
            }

            .drawer-header {
                display: flex;
                justify-content: flex-end;
                padding: 10px 20px;
                border-bottom: 1px solid #ddd;
            }

            .drawer-content {
                padding: 20px;
                flex: 1;
                /* Ensures this section takes all available space */
                overflow-y: auto;
                /* Enables scrolling for overflowing content */
            }


            .close-drawer-btn {
                background: #FF0000;
                color: white;
                border: none;
                padding: 2px 5px;
                border-radius: 5px;
                cursor: pointer;
            }

            .mobile-drawer.open {
                bottom: 0;
            }

            .mobile-drawer-overlay.show {
                display: block;
            }

            .vesitable .vesitable-item .vesitable-img {
                height: 100px;
            }

            .vesitable h4 {
                font-size: 12px;
            }

            .vesitable-item p {
                font-size: 12px;
            }
        }
        @media only screen and (max-width:540.98px) {

            .hero-header,
            .page-header {
                margin-top: 75px !important;
            }

            .position-relative.video_cover {
                height: auto;
            }

            .carousel-indicators {
                bottom: unset;
                top: 370px;
            }

            .hero-text {
                bottom: 20px;
            }

            .pro_block {
                width: 49%;
            }
        }

        @media only screen and (max-width:480.98px) {
            .pro_block {
                width: 100%;
            }
        }

        /* Reduce pagination padding on small screens */
        @media (max-width: 576px) {
            .pagination .page-link {
                padding: 0.25rem 0.5rem; /* smaller buttons */
                font-size: 0.85rem;      /* smaller text */
            }

            .pagination {
                flex-wrap: nowrap;       /* keep it on one line */
                overflow-x: auto;        /* allow scrolling if still too long */
            }
        }

 
        /* Container center */
        .blog-pagination {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
        }

        /* Pagination wrapper */
        .blog-pagination .flex.items-center {
            gap: 0.3rem;
            /* spacing between buttons */
        }

        /* Page buttons */
        .blog-pagination .inline-flex.items-center {
            padding: 0.5rem 0.9rem;
            border: 1px solid #ddd;
            background-color: white;
            color: #5ce1e6;
            /* gray-700 */
            font-weight: 500;
            transition: all 0.3s ease;
        }

        /* Hover effect */
        .blog-pagination .inline-flex.items-center:hover {
            background-color: #5ce1e6 !important;
            /* blue-700 */
            color: #fff;
            border-color: #5ce1e6 !important;
        }

        /* Current page */
        .blog-pagination [aria-current="page"] .inline-flex.items-center {
            background-color: #5ce1e6 !important;
            color: #fff;
            border-color: #5ce1e6 !important;
        }

        /* Disabled links */
        .blog-pagination [aria-disabled="true"] .inline-flex.items-center {
            background-color: #f9fafb !important;
            /* gray-50 */
            color: #9ca3af !important;
            /* gray-400 */
            cursor: not-allowed;
        }

        /* Next/Previous arrows */
        .blog-pagination svg {
            width: 1.25rem;
            height: 12vh;
        }
