.product-container {
    display: flex;
    background-image: url('../images/pro-bg.jpg'); /* Replace with your image path */
    background-size: cover;
    /* filter: brightness(0.8) saturate(1.5); /* Adjusts blue tones */
   }

   .product-container-hov {
    display: flex;
    background-image: url(../images/pro-bg2.jpg);
    background-size: cover;
   }


.banner-heading{
    font-size: 60px !important;
    font-weight: 500;
}


/* Tab section */
.tab-section {
     background-color: #d8dadc;
      /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    margin-left: 4%;
    margin-right: 4%;
}

/* CSS for hover and active states */
.accordion .link {
    color: black; /* Default color */
    cursor: pointer;
    transition: color 0.3s ease;
}

.accordion .link:hover,
.accordion .link.active {
    color: #075391; /* Changes color on hover and active state */
}



.accordion .submenu a:hover {
    color: #075391 !important; /* Hover effect for submenu items */
}

        /* Sidebar (Product Category Section) */
        /*.sidebar {*/
        /*    width: 20%;*/
        /*    height: max-content;*/
        /*    background-color: #fff;*/
        /*    position: absolute;*/
        /*    margin-left: 5%;*/
        /*    margin-top: 20px;*/
        /*}*/

        .sidebar {
            width: 22%;
            padding: 20px;
             border-radius: 0px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            margin-left: 4%;
            margin-top: 2%;
            margin-bottom: 0%;
            /* height: max-content; */
            overflow-y: auto;
            padding-left: 40px;


             backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

            background: rgb(255 255 255 / 75%);



        }

        .product-list {
             padding: 15px;
            padding-top: 0px;
            padding-bottom: 0px;
            background: rgb(255 255 255 / 75%);
            border-radius: 0px 0px 0px 0px;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .product-box1 {
            display: flex;
             /* border: 1px solid #e0e0e0; */
            padding: 15px;
            /* width: 100%; */
            margin-bottom: 20px;
            /* border-radius: 8px; */
            /* transition: transform 0.3s, box-shadow 0.3s; */
            /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */

             border-radius: 15px 0px 15px 0px;
           }
        .sidebar h4 {
            /* color: #f16e20; */
            width: -webkit-fill-available;
            padding: 10px;
            position: relative;
            display: inline-block;
            font-size: large;
            /* border-bottom: 0.75px solid lightgray; */
        }

        .product-category-button {
            padding: 5px 16px;
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
            /* border: 2px solid #ffffff; */
            border-radius: 20px;
            display: inline-block;
            text-align: center;
            font-family: Arial, sans-serif;
            margin-bottom: 40px;
            margin-top: 30px;
            background-color: #0b3456;

        }

        /* Orange underline style */
        .sidebar h4::after {
              /* content: '';
            position: absolute;
            left: 15%;
            transform: translateX(-50%);
            bottom: 0;
            width: 50px;
          Adjust the length of the orange line
            height: 2px;
            background-color: #FF8C00;

            border-radius: 2px;
            /* Rounded edges for the line */
        }

        /* Optional - Adding a subtle bottom border for the entire section */
        .sidebar h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0px;
            /* Space between the heading and the line */
            width: 100%;
            height: 1px;
            background-color: #ddd;
            /* Light gray color for the full-width underline */
        }



        .sidebar ul {
            list-style-type: none;
            padding: 0;
            /* padding: 20px; */
        }

        .sidebar ul li {
            font-weight: 400;
            margin-bottom: 5px;
            color: #000;
            font-size: 18px;

        }

        .sidebar ul li a {
            text-decoration: none;
            color: #04080d !important;
            font-size: 13px;
            transition: color 0.3s, transform 0.3s;
            font-weight: 400 !important;
        }
        .sidebar ul li a:hover {
            color: #ff6600;
            transform: translateX(5px);
            /* Smooth slide on hover */
        }

        .sidebar button {
            background-color: #ff6600;
            /* color: #fff; */
            border: none;
            padding: 10px;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
            transition: background-color 0.3s, transform 0.3s;
        }

        .sidebar button:hover {
            background-color: #e65c00;
            transform: scale(1.05);
            /* Slightly enlarge button on hover */
        }

        .sidebar .seperator {
            border: 0.3px solid lightgray;
        }



        .product-tabs button {
            flex: 1;
            padding: 10px;
            color: #fff;
            background-color: #0b3456;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin: 0;
            font-weight: 500;
            z-index: 9;
            font-size: 18px;
        }

        .product-tabs button.active {
            color: #13acef;
            border-bottom: 5px solid #13acef;

            /*background: url(../images/Polygon.png) no-repeat center bot !important;
            background-color: #0b3456 !important;*/
        }




        .pro-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            /* padding: 60px 80px 60px 200px;  */   /* top, right, bottom, left */
            padding: 60px 80px;
            /* height: 300px;   */
        }

          .pro-item {
            display: flex;
            align-items: center;
            gap: 15px;
            width: 100%;
          }

          .pro-circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #ff7f32;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
          }

          .pro-text {
            font-size: 16px;
            color: #333;
            max-width: 300px;
          }

          @media (min-width: 600px) {
            .pro-item {
              width: calc(50% - 10px);
            }



          }

/* Hide sidebar and show hamburger in mobile view */
@media (max-width: 768px) {
    #mobile-sidebar {
        display: contents;
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%); /* Hide off-canvas */
    }

    .product-category-button {
        padding: 5px 16px;
        font-size: 14px;
        font-weight: bold;
        color: black;
        background-color: #E0E3E5;
        border: 2px solid black;
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        font-family: Arial, sans-serif;
        margin-bottom: 40px;
        margin-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }



    /* Show hamburger icon */
    #hamburger-icon {
        display: block;
        padding: 10px;
        background-color: #333;
        color: #fff;
        border: none;
        font-size: 24px;
        cursor: pointer;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 10000;
    }
}

/* Hide hamburger and show sidebar on larger screens */
@media (min-width: 769px) {
    #hamburger-icon {
        display: none; /* Hide hamburger on larger screens */
    }

    .sidebar {
        display: block;
    }



}



        /* Main content */
        .main-content {
            width: 70%;
            padding-left: 0px;
            padding-bottom: 0px;
            margin-top: 2%;
        }

        .main-content p {
            font-weight: 300;
            font-size: large;
            color: #666;
        }


        /* Accordion styles */
        .accordion {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .accordion li {
            /* margin-bottom: 10px; */
        }

        .link {
            cursor: pointer;
            padding: 10px;
             display: flex;
            justify-content: space-between;
            align-items: center;
        }



        .accordion .link {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 10px;
            font-weight: 400;

            /* Optional for better visibility */
        }

        .accordion .link:hover {
            /*background-color: #efefef; */
        }

        .accordion .fa {
            transition: transform 0.3s;
        }

        .accordion .fa-plus {
            transform: rotate(0deg);
            /* display: none; */
        }

        .accordion .open .active .fa-plus {
            transform: rotate(-50deg);
            /* Rotate the plus when expanded */
        }

        /* Submenu styles */
        .submenu {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.5s ease-in-out;
             /* border-left: 2px solid #ddd; */
            margin-top: 5px;
            border-left: 2px solid #1179cd;
            padding-left: 10px;
            margin-left: 15px;

        }

        .submenu li {
            /* border-bottom: 1px solid #ddd; */
            padding-left: 20px;
        }



        .submenu li a {
            text-decoration: none;
            color: #333;
        }

        .submenu li a:hover {
            color: #ff6600;
        }

        /* Open state for submenu */
        .open .submenu {
            max-height: 500px !important;
            text-align: left;
            /* padding-left: 20px; */
            /* Adjust max-height based on content */
        }


.content {
    width: 80%;
    padding: 20px;
    padding-top: 0;
    /* display: inline; */
}
.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}
.breadcrumb a {
    text-decoration: none;
    color: #999;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.product {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, transform 0.3s ease;
    border: 3px solid transparent;
}

.product:hover {
    border: 3px solid #2d4373;
    transform: scale(1.01);

}

.product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product .info {
    padding: 15px;
    /* text-align: center; */
}
.product h4 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    text-align: left;

}
.product .info p {
    font-size: 14px;
    color: #777;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.product .cta {
    display: flex;
    width: fit-content;
    padding: 6px 12px;
    background-color: #2d4373;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.product .cta:hover {
    background-color: #1b2d54;
}

.page-banner-area{
    position: relative;
    text-align: center;
}

.page-banner-content {
position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.page-banner-content h2{
    color: #f2f2f2;
}
.page-banner-content li{
    /* font-size: x-large; */
}

        /* cta-fill buttons */
        .cta-fill {
            display: flex;
            /* width: fit-content; */
            width: max-content;
            padding: 10px 18px;
            background-color: #ff6600;
            color: #fff;
            border-radius: 4px;
            text-decoration: none;
            font-size: 14px;
            transition: background-color 0.3s ease;
            border: 2px solid transparent;
        }

        .cta-fill:hover {
            background-color: transparent;
            color: #ff6600;
            border: 2px solid #ff6600;

        }

        /* cta-outline buttons */
        .cta-outline {
            display: flex;
            width: fit-content;
            padding: 10px 18px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 14px;
            transition: background-color 0.3s ease;
            background-color: transparent;
            color: #ff6600;
            border: 2px solid #ff6600;
        }

        .cta-outline:hover {
            background-color: #ff6600;
            color: #fff;
            border: 2px solid transparent;
        }

@media (min-width: 750px) {
    .dropdown-container {
        display: none;
    }

}

/* Mobile view: turn sidebar into dropdown */
@media (max-width: 1000px) {
    .main-content {
        /*margin-left: 25%;*/
    }
}
@media (max-width: 768px) {

    .downld {
        display: flex;
        width: 100%;
        text-align: center;
        height: auto !important;
        flex-direction: column !important
    }

    .sidebar {
        display: none; /* Hide sidebar on mobile */
    }
    .dropdown-container {
        width: 100%;
        /* margin-bottom: 20px; */
        display: flex;
        justify-content: end;
        padding-right: 10px;
    }

    .relat-product-grid {
        display: block !important;
        gap: 20px;
        justify-content: center;
        padding-top: 25px;
    }

    .dropdown-container select {
        margin: 20px 0;
        width: 50%;
        padding: 7px;
        font-size: small;
        /* background-color: #2d4373; */
        /* color: #fff; */
        background-color: lightgray;
        color: #2d4373;
        border: none;
        border-radius: 4px;
        appearance: none;
        /* Hide default dropdown arrow */
        -webkit-appearance: none;
        /* For Safari */
    }
    .content {
        width: 100%;
        padding: 10px;
    }
    .products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust grid for mobile */
        gap: 10px;
    }
    .product h4 {
        font-size: 14px;
    }

    .product-container{
        flex-direction: column;
        background-image: none !important;
        background-color: #e0e3e5 !important;

    }

    .sea-section {
        margin-left: 1% !important;
        margin-right: 1% !important;
        }

        .product-box1 img {
            max-width: 100% !important;
            height: auto;
            border-radius: 5px;
            object-fit: contain;
            margin: 0px 10px 0px 0px;
        }

    .sidebar ul {
        list-style-type: none;
        padding: 0;
        /* padding: 20px; */
        padding-left: 10%;
        padding-right: 20%;
    }

    .pro-title {
        margin: 20px 0px 10px 20px !important;
    }



    .main-content {
        margin-left: 0;
        padding:0;
        width: 100%;
    }

    .sidebar {
        display: none;
        /* Hide sidebar on small screens */
    }

    .cta-fill {
        padding: 4px 12px;
    }

    .cta-outline {
        padding: 6px 8px;
    }

    .banner-heading{
        font-size: 30px !important;
    }
    .main-content p{
        font-size: medium;
    }


}





        /* Container holding sidebar and main content */
        .container {
            /* display: flex; */
            /* Flexbox layout for side-by-side sections */
            /* padding: 20px; */
        }

        .page-banner-area {
            position: relative;
            text-align: center;
        }



        .breadcrumb {
            margin-bottom: 20px;
        }

        .breadcrumb li {
            font-size: 24px;
        }

        .breadcrumb a {
            text-decoration: none;
            color: #999;
        }




        /* Product box styles */
        .product-box-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }



        .product-box1:hover {
            /* transform: translateY(-5px); */
            /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
        }

        .product-box1 img {
             height: auto;
            border-radius: 5px;
            object-fit: contain;
            margin: 0px 40px 10px 0px;
        }


        .column-lst {
            flex: 1;
        }

        .column-lst ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .column-lst ul li {
            margin-bottom: 10px;
            line-height: 1.5;
        }

        .column-lst ul li ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-top: 5px;
        }



        .product-box2 {
            display: flex;
            flex-direction: column;
            justify-content: center;

            background-color: #fff;
            /* border: 1px solid #e0e0e0; */
            border: 3px solid transparent;
            /* padding: 15px; */
            width: 30%;
            margin-bottom: 20px;
            border-radius: 8px;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            height: max-content;

        }

        .product-box2:hover {
            transform: translateY(-5px);
            /* border-left: 3px solid #ff8200; */
            border-bottom: 3px solid #ff8200;
            border-radius: 0;
        }

        .product-box2 img {

            max-width: 100%;
            /* height: auto; */
            height: 180px;
            object-fit: cover;
            border-radius: 5px;
            /* margin-bottom: 10px; */
        }

        .product-box2 h3 {
            padding: 15px;
            border-top: 1px solid lightgray;
            font-weight: 400;
            margin: 0;
            line-height: inherit;
        }

        .product-box2 h3 p {
            color: #ff8200;
            font-weight: bold;
            text-transform: uppercase;
            font-size: small;
            margin: 0;
        }

        .product-info h4 {
            /* color: #ff6600; */
            margin: 0 0 10px;
        }



        .product-info p {
            /* margin: 0 0 10px; */
            /* font-size: 0.9em; */
            width: 85%;
            color: #000;
        }

        .product-info ul,
        .product-tab-content ul {

            margin-block-end: 1em;
            padding-inline-start: 40px;
        }

        .product-info ul li,
        .product-tab-content ul li {
            font-weight: 400;
            color: #000;
            list-style-type: disc;
            font-size: 16px;
        }

        /* cta container */
        .cta-container {
            display: flex;
            justify-content: space-between;
            /* width: 80%; */
            margin-left: 20px;
            /* flex-wrap: wrap;
            gap: 10px; */
        }





        .product-tabs {
            display: flex;
            margin-bottom: 0px;
            flex-wrap: wrap;
        }










        .product-tab-content {
            display: none;
        }

        .product-tab-content.active {
            display: block;
         }

        .download-links a {
            text-decoration: none;
            color: #ff6600;
        }

        .download-links {
            display: flex;
            width: 60%;

            flex-wrap: wrap;
            justify-content: space-between;
        }

        /* Related products section */
        .related-products {
            margin-top: 30px;
        }

        .related-products h4 {
            margin-bottom: 15px;
            /* color: #ff6600; */
        }

        /* Responsive Design */
        @media (max-width: 1000px) {
            .product-box1 {
                /* width: 45%; */
            }
        }

        @media (max-width: 768px) {
            .product-box1 {
                width: 100%;
            }
        }

        @media screen and (max-width: 750px) {
            .product-box1 {
                flex-direction: column;
            }

            .product-box1 img {
                margin: auto;
             }

             .product-list {
                background-color: #ffffffad;
                padding: 15px;
                padding-top: 0px;
                padding-bottom: 50px;
            }



            .product-h1 {
                font-size: 20px !important;
                margin-bottom: 20px !important;
                font-weight: 400 !important;
                color: #111 !important;
            }

            .product-description p {
               padding-top: 30px;
            }

            .lightbox {

                height: 28% !important;

            }

            #carousel-prev01 {
                bottom: 72% !important;
                left: 20px !important;
            }

            #carousel-next01 {
                position: absolute;
                left: 75% !important;
                bottom: 72% !important;
            }

            .pro-container {
                display: flex;
                flex-wrap: wrap;
                max-width: 1200px;
                gap: 20px;
                /* padding-left: 150px; */
                padding-top: 40px;
                padding-bottom: 20px;
                padding-left: 0px;
                padding-right: 0px;
            }



            .overlay-hov {
            position:relative !important;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: flex;
              background:url(../images/ship-on-ocean-hov.jpg) !important;
              background-size: cover !important;
              background-position: right !important;
              background-repeat: no-repeat !important;
              color: white;
              opacity: 10 !important;
              transition: opacity 0.3s ease, background-image 0.3s ease;
              flex-direction: column-reverse;
             padding-right: 0px !important;
              justify-content: space-around;
              align-items: flex-end;
              padding-top: 20px;
              padding-bottom: 20px;
          }




          .image-section-hov img {
            padding-left: 20px !important;
            margin-bottom: 14px !important;
            width: 60px !important;
        }





          .overlay-hov h2 {
            font-size: 20px !important;
            margin-bottom: 21px;
            color: #fff;
            line-height: 50px;
            text-align: center;
            margin-bottom: 0px !important;

        }

        .img2 {
            width: 100%;
            height: 100%;
            display: none;
        }







        .product-tabs {
                display: flex;
                margin-bottom: 0px;
                flex-direction: column;
            }

            .product-box2 {
                width: 100%;
            }



            .product-box2 img {
                margin: auto;
            }

            .download-links {
                width: 90%;
            }


            .main-content {
                padding-top: 0;
            }

            .page-banner-content {
                left: 25%;
            }
        }

        @media (min-width: 750px) {
            .dropdown-container {
                display: none;
            }


        }

.img2{
    width: 100%;
    height: 100%;
}


.container-hov {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.image-section-hov {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.image-section-hov .overlay-hov {
    opacity: 0; /* Initially hidden */
}

.image-section-hov:hover .overlay-hov {
    opacity: 1; /* Show overlay on hover */
}

.image-section-hov.active .overlay-hov {
    opacity: 1; /* Show overlay when active */
}

.overlay-hov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    transition: opacity 0.3s ease, background-image 0.3s ease;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-right: 120px;
    justify-content: space-around;
    align-items: flex-end;
    border-radius: 20px;
    background-image: url("../images/ship-on-ocean-hov.jpg"); /* Set hover image here */
    background-size: cover;
    background-position: center;
}

.span-hov {
    font-size: 15px;
    margin-right: 25px !important;
    margin-left: 7px;
}

        .overlay-hov h2 {
            font-size: 2.2em;
            margin-bottom: 21px;
            color: #fff;
            line-height: 50px;

        }

        .buttons-hov a {
             color: white;

        }

        .buttons-hov a:hover {
             color: #ffc107;
        }

        .right-text {

            color: white !important;

        }


        .product-h1 {
            font-size: 32px;
            margin-bottom: 20px;
            font-weight: 300;
            color: #000;
        }

.product-description p {
    font-size: 15px;
    line-height: 1.6;
    color: #000 !important;
}

.product-description ul {
    list-style-type: disc;
    margin: 20px 0 0 30px;
    padding: 0;
}

.product-description ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300 !important;
}

.small-text {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
  }

  .pro-title{
    margin: 50px 0px 56px 90px;
  }


  .relat-container {
    max-width: 100%;
    margin: auto;
    padding: 48px 4% 0px 4%;
    text-align: center;
}
.relat-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
    /*padding: 0px 20px 0px 20px;*/
}
.relat-product-grid {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding-top: 25px;
}
  .relat-product-card {
    background-color: #f6f6f6;
    padding: 45px;

    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    text-align: left;

}
  .relat-product-card img {
    width: 100%;
     display: block;
    margin: 0 auto 10px;
  }
  .relat-product-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}
.relat-product-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: left;
    padding: 0px 20px 0px 20px;
}
  .relat-view-all-btn {
    margin-top: 50px;
  }

  .relat-view-all-btn button:hover {
    background-color: #e55500;
  }

  /* Responsive styling */
  @media (max-width: 768px) {
    .relat-product-card {
      max-width: 100%;
    }
  }

  .hov-section {
    /* background-color: #fff; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    margin-left: 4%;
    margin-right: 4%;
    width: 100%;
    margin-bottom: 3.5px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border: 0px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255 255 255 / 75%);
}

.pro-right-column{
    width: 76.3%;
}



.downld {
    display: flex;
    width: 100%; /* Adjust width as needed */
    text-align: center;
    /* height: 300px; */
    flex-wrap: wrap;
}

.down1{
flex: 1; /* Equal width columns */
padding: 20px; /* Spacing inside columns */
margin: 10px; /* Space between columns */

}

.link2{
    padding-right: 180px !important;
}

.link1{
    padding-left: 180px !important;
}



.carousel-item01 {
    width: 400px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute; /* Ensures slides overlap */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: zoom-in; /* Add zoom-in cursor on hover */


  }

  .thumbnail-item01 {
    width: 75px;
    opacity: 0.5;
      transition: opacity 0.3s ease-in-out;

  }

  #carousel-items-wrapper01 {
    display: inline-block;
    position: relative;
  }

  #zoom-lens01 {
    background-color: rgba(233, 233, 233, 0.4);
  }

  #zoom-lens01,
  #zoom-result01 {
    position: absolute;
    display: none;
    z-index: 1;
  }

  .carousel-item01 {
    display: none;
  }

  .carousel-item01.active-slide01 {
    display: block;
    opacity: 1;
  position: relative; /* Show the active slide on top */

  }





  .thumbnail-item01.active-thumb01 {
    opacity: 1;
  }

  #zoom-lens01,
  .carousel-item01,
  .thumbnail-item01,
  #zoom-result01 {
    border: solid var(--light-grey-2) 1px;
  }

  .carousel-arrow01 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;

    border-radius: 50%;
    z-index: 10;
  }

  #carousel-prev01 {
      position: absolute;
    /* bottom: 45%;
    left: 37px; */

    bottom: 40%;
    left: 0;
  }

  #carousel-next01 {
    position: absolute;
    /* left: 35%;
    bottom: 45%; */

    left: 37%;
    bottom: 40%;
}



  #carousel-items-wrapper01 {
    transition: transform 0.5s ease-in-out;
  }

/* Lightbox CSS */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }

  .lightbox img {
    max-width: 80%;
    max-height: 80%;

  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }

  .lightbox-prev,
  .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
  }

  .lightbox-prev {
    left: 20px;
  }

  .lightbox-next {
    right: 20px;
  }



/* Subcategories Section*/
.category-heading-lst {
    text-align: left;
    font-size: 2rem;
    margin: 2rem 0;
    color: #000;
 }

.subcategories-lst {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
     max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
}

.subcategory-card-lst {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.subcategory-card-lst:hover {
    transform: translateY(-5px);
}

.subcategory-img-lst {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.subcategory-title-lst {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(22 34 49);
    color: white;
    padding: 0.8rem;
    margin: 0;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .subcategories-lst {
        gap: 1.5rem;
        padding: 1rem;
    }

    .category-heading-lst {
        font-size: 1.5rem;
        margin: 1.5rem 0;
    }

    .subcategory-img-lst {
        height: auto;
    }

    .subcategory-title-lst {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

  .sidebar {
      /* width: 22%; */
      width: 25%;
      padding: 20px;
      background-color: #d8dadc;
      border-radius: 0px;
      position: sticky;
      top: 0;
      margin-left: 2%;
      margin-top: 2%;
      margin-bottom: 2%;
      overflow-y: auto;
      padding-left: 40px;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      background: rgb(255 255 255 / 70%);
  }

  .product-list {
      background-color: #fff;
      padding: 15px;
      padding-top: 30px;
      padding-bottom: 00px;
      background: rgb(255 255 255 / 70%);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }


  .sidebar ul {
      list-style-type: none;
      padding: 0px 0px 0px 12px;
  }

  .sidebar ul li {
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
}
.search-container:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.search-input {
    width: 100%;
    padding: 12px 14px 12px 45px;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    color: #333;
    transition: all 0.3s ease;
}




/* Search Input */
.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
}

.search-container:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Search Input */
.search-input {
    width: 100%;
    padding: 12px 14px 12px 45px;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    color: #333;
    transition: all 0.3s ease;
}

.search-input::placeholder {
    color: #aaa;
}


/* Search Icon */
.search-icon-container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}



.search-icon-container:hover .search-icon {
    fill: #007bff;
}

/* Search Icon Style */
.search-icon {
    /* left: 10px; */
    width: 20px;
    height: 20px;
    fill: #888;
    transition: fill 0.3s ease;
}



.container.sub-category2 {
    width: 100%;
    max-width: 1300px;
    margin: 20px auto;
    padding-top: 10px;
}
h2.sub-category2 {
    font-size: 24px;
    margin-bottom: 10px;
}
p.sub-category2 {
    font-size: 14px;
    color: #666;
}
.grid.sub-category2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.grid-item.sub-category2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.grid-item.sub-category2 span {
    color: #000;
    margin-right: 10px;
    position: relative;
    font-size: 30px;
    font-weight: 300;
}
.grid-item.sub-category2 span::after {
    content: "|";
    font-size: 30px;
    color: #666;
    margin-left: 10px;
}
.grid-item.sub-category2 a {
    text-decoration: none;
    color: #0077cc;
    font-weight: 300;
    font-size: 18px;
}
.grid-item.sub-category2 a:hover {
    text-decoration: underline;
}

.grid-item.sub-category2 {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.grid-item.sub-category2:hover {
    background-color: #f9f9f9;
    transform: translateY(-2px);
}

.grid-item.sub-category2 a {
    transition: color 0.3s ease;
}

.grid-item.sub-category2 a:hover {
    text-decoration: underline;
    /* color: orange !important; */
}


@media (max-width: 600px) {
    .grid.sub-category2 {
        grid-template-columns: 1fr;
    }
}


.main-content p{
    line-height: 1.8em;
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

