.carousel-box .aiz-card-box {
    margin: 1px !important;
}
.text-reset {
    font-weight: 600 !important;
}
.hov-animate-outline::before,
.hov-animate-outline::after{
    border: 1px solid transparent;
}
#foo_desc_wrap {
    height: 350px;
    overflow: hidden;
}
.foo_desc_toggle_wrapper {
    /* text-align: center; 
    width: 100%;*/
    padding-left: 10px;
}
#foo_desc_wrap_toggle {
    background: #fff;
    /* background-image: linear-gradient(#ececec, #b0aeae);
    width: 280px;
    height: 30px;
    line-height: 30px; 
    border-radius: 20px;
    box-shadow: 0px 5px 10px #bbb;*/
    margin-bottom: 20px;
    font-weight: 700;
    border: none;
}
.show-full {
    height: 100% !important;
}
.product-newlist-col {
    padding: 0px !important;
}

.widget__filter--btn {
    border: 1px solid #ccc;
    background: #e0e0e0;
    border-radius: 0.3rem;
    padding: 0.3rem 1rem 
}
.widget__filter--btn__icon {
    width: 20px;
}
.widget__filter--btn__text {
    font-weight: 600;
    font-size: 1rem;
    margin-left: 0.7rem;
}
.widget__filter--btn>* {
    pointer-events: none;
}
/* img, svg {
    vertical-align: middle;
} */
.aiz-p-hov-icon a {
    border-radius: 30px;
}
.home-slider {
    width: 100% !important;
    max-width: 100% !important;
}
.category-nav-element a .cat-info {
    position: absolute;
    top: 20px;
    left: 38px;
    width: 150px;
}
.aiz-category-menu .category-nav-element:hover > a {
    position: static;
    background: rgb(243 175 61 / 0%);
}
.aiz-category-menu .category-nav-element:hover > a .cat-name {
    margin-left: 0px;
}
.category-nav-element a .cat-name, .category-nav-element a .cat-desc {
    color: #282c3f;
    display: block;
}
.category-nav-element a .cat-name {
    font-size: 14px;
    font-weight: 700;
    padding-top: 50px;
}
.category-nav-element a .cat-desc {
    font-size: 10px;
    font-weight: 400;
}

.section_title h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.section_title h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: var(--primary) !important;;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}

.hero-banner h1 {
    font-size: 48px;
}
.hero-banner .btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.hero-banner .btn-primary {
    color: #2f2f41;
    background-color: rgba(1, 164, 121, 0.1);
    border-color: #01a479;
}
.hero-banner .btn:before {
    content: "";
    background: #ed5561;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hero-banner .btn:hover:before {
    width: 100%;
}

.hero-banner .features .title {
    margin-left: 25px;
    font-weight: 700;
    font-size: 20px;
 }
 /* .hero-banner .features .title a {
    color: #607d8b;
    transition: 0.3s;
    text-decoration: none;
 }
 .hero-banner .features .title a:hover {
     color: #ffc107;
 } */
 .hero-banner .features .description {
    margin-left: 45px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
 }

 .home-contact-us {    
    margin: 20px;
    color:#000000;
}
.home-contact-us .section-title h2 {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-bottom: 5px solid var(--primary) !important;
    padding-bottom: 10px;
    display: inline-block;
}
.home-contact-us .section-title p {
    color: #000000;
    margin-bottom: 30px;
}
.home-contact-us input,
.home-contact-us textarea,
.home-contact-us select {
    background: #fafafa;
}
.home-contact-us textarea {
    min-height: 50px;
    max-width: 100%;
}
.home-contact-us .map {
    overflow: hidden;
    border-radius: 4px;
}

#download-app .app-button {
    width: 240px;
    height: 58px;
    border-radius: 10px;
    margin: 0 20px;
}


.sidebar-sm, .sidebar-sm .collapse-sidebar, .sidebar-sm .overlay {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 300px) {
    .sidebar-sm {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-sm .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-sm.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 320px;
    }
    .sidebar-sm.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }
    .sidebar-sm.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-sm,
    .sidebar-sm .collapse-sidebar,
    .sidebar-sm .overlay {
        opacity: 0;
        visibility: hidden;
    }
}


@media (max-width: 600px) {
    h2, .home-contact-us .section-title h2 {
        font-size: 15px;
        font-weight: bold;
    }
    .h4, h4 {
        font-size: 12px;
        color: #000;
    }
    .section_title,  .section-title {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .section-title { 
        text-align: center;
    }
}

@media (min-width: 1480px) {
    .iis-carousel  {
        height: 60vh !important;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1480px) {
    .iis-carousel  {
        height: 60vh !important;
    }
}
@media (max-width: 992px) {
    .iis-carousel  {
        height: 60vh !important;
    }
}




.product-container {
    position: relative;
    height: 300px !important;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1366px) {
    .product-container {
        height: 250px !important;
    }
}
@media (max-width: 450px) {
.product-container {
    height: 200px !important;
}
}

.product-container .product-main-image,
.product-container .mj-card-gallery-main,
.product-container > img,
.product-container picture > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1366px) {
    #products-row .aiz-card-box .fs-14 {
        font-size: 13px !important;
    }

    #products-row .aiz-card-box h3 {
        font-size: 12px !important;
        height: 32px !important;
    }
}

.product-video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    width: auto !important;
    height: auto !important;
    transform: scale(2.3);
    object-fit: cover;
  }
.pdetail-video {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    transform: scale(2.3);
    object-fit: cover;
  }
.product-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust based on where the title appears */
    background-color: #000; /* Match the video's background or your website's theme */
    opacity: 0.7; /* Adjust opacity to blend in, set to 1 for solid cover */
}
.pdetail-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust based on where the title appears */
    background-color: #000; /* Match the video's background or your website's theme */
    opacity: 0.7; /* Adjust opacity to blend in, set to 1 for solid cover */
}
.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    transition: opacity 0.5s ease;
}

.product-video {
    display: none; /* Initially hide the video */
    opacity: 0;
}

.product-container:hover .product-video {
    display: block;
    opacity: 1;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; /* Keeps the overlay invisible */
    z-index: 10; /* Ensures the overlay is above the video */
  }

#private_product_form .modal-content .modal-body{
   overflow-y: inherit !important;
}

/* Additional style to ensure coverage */
@media (aspect-ratio: 1/1) {
    .product-video {
      min-width: 300%;
      min-height: 300%;
    }
    .pdetail-video {
        min-width: 300%;
        min-height: 300%;
    }
  } 
  #addToCart-modal-body {
    overflow-x: auto;
  }
  .aiz-pagination {
    width: 50%;
    margin: 0 auto;
  }
  .note-toolbar .note-dropdown-menu.note-check a i {
    color: #363636;
    visibility: visible !important;
}

.why-us::-webkit-scrollbar {
    display: none;
}
img.img-fluid.mb-2 {
    max-width: 30px;
}
.d-none.d-lg-block.position-relative.bg-primary.h-50px {
    background-color: #ffffff !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.top-navbar.d-none.d-lg-block.bg-primary.z-1035.h-35px.h-sm-auto {
    background-color: #ffffff !important;
}
<style>
@media (max-width: 576px) {
    .why-us::-webkit-scrollbar {
        display: none;
    }

    .why-us img.img-fluid.mb-2 {
        max-width: 30px;
        height: auto;
    }

    .why-us p.text-uppercase.small.fw-bold.m-0 {
        font-size: xx-small !important;
    }

    .why-us .flex-shrink-0 {
        width: 100px !important; /* Narrower for smaller screens */
        padding: 0.5rem !important;
    }
	.hero-banner ol {
        font-size: 0.9rem;
    }
    .hero-banner h4 {
        font-size: 1rem;
    }
}
</style>


        .itable {
            width: 100%;
            border-collapse: collapse;
        }
        /*.itable th, .itable td {*/
        /*    padding: 8px !important;*/
        /*    border: 1px solid #ddd;*/
        /*    text-align: left;*/
        /*}*/
        /*@media (max-width: 768px) {*/
        /*    .itable, .itable thead, .itable tbody, .itable th, .itable td, .itable tr {*/
        /*        display: block;*/
        /*    }*/
        /*    .itable thead tr {*/
        /*        display: none;*/
        /*    }*/
        /*    .itable tr {*/
        /*        margin-bottom: 15px;*/
        /*        height: 500pt !important;*/
        /*    }*/
        /*    .itable td {*/
        /*        text-align: right;*/
        /*        padding-left: 50%;*/
        /*        position: relative;*/
        /*    }*/
        /*    .itable td:before {*/
        /*        content: "title";*/
        /*        position: absolute;*/
        /*        left: 0;*/
        /*        width: 50%;*/
        /*        padding-left: 15px;*/
        /*        font-weight: bold;*/
        /*        text-align: left;*/
        /*    }*/
        /*    .itable td .p {*/
        /*        margin-bottom:2pt !important;*/
        /*    }*/
        /*}*/
