@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        :root {
            --primary: #2b2d42;
            --secondary: #8d99ae;
            --light: #f9f5f0;
            --dark: #1d1f2e;
            --success: #4caf50;
            --light-beige: #f9f5f0;
            --medium-beige: #e8dfd5;
            --dark-brown: #5d4037;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif!important;
            background-color: #f8f9fa;
            color: #333;
            background-color: var(--light-beige);
        }


        .navbar-custom {
            background-color: #fff;
            padding: 10px 20px;
        }

        .navbar-custom .navbar-brand img {
            height: 40px;
        }

        .navbar-custom .nav-link {
            color: #333 !important;
            font-weight: bold;
            margin-left: 15px;
        }

        .hero-section {
            background: url('./../image/hero-banner.jpeg') center center/cover no-repeat;
            position: relative;
            min-height: 100vh;
            margin-top: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
@media only screen and (max-width: 600px) {
    .hero-section {
        position: relative;
        margin-top: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        text-align: center;
        background: none !important;
        padding: 0;
    }

    .hero-img {
        width: 100%;
        height: auto;
        display: block;
    }
}

        .hero-section h1 {
            font-size: 4rem;
            font-weight: bold;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .hero-section h2 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 10px;
        }
h1,p{
   color:#000 !important;
}
        .scroll-down-btn {
            padding: 12px 25px;
            border: 2px solid white;
            font-weight: bold;
            color: #000;
            background-color: transparent;
            text-transform: uppercase;
            transition: 0.3s;
        }

        .scroll-down-btn:hover {
            background-color: red;
            border-color: red;
        }

        .product-images {
            position: absolute;
            bottom: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 50px;
        }

        .product-images img {
            max-height: 300px;
        }


        .hot-stuff-section {
            padding: 20px 15px;
            background-color: #fff;
            color: #000;
            text-align: center;
        }

        .hot-stuff-section h2 {
            font-size: 3rem;
            color: #008394;
            font-weight: bold;
            position: relative;
            display: inline-block;
            
        }

        .hot-stuff-section h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 5px;
            background: #008394;
        }

        .product-card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            /*background-color: #111;*/
            color: #64ffda;
        }

        .product-card {
            /*background-image: url(image/tile_abs_02.jpg);*/
            width: 100%;
            position: relative;
            overflow: hidden;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
            height: 480px;
            background-size: cover;
            background-position: right;
            background-blend-mode: luminosity;

        }
        @media only screen and (max-width: 600px) {
  .product-card1 {
            background: url('./../image/mobile-injectable.jpeg') center center/cover no-repeat !important;
        }
}

        .navbar-toggler{
            color: #fff !important;
        }

        /* .product-card:hover {
      transform: scale(1.05);
    } */

        .product-img {
            width: auto;
            height: auto;
        }

        .product-img:hover {
            transform: scale(1.05);
        }

        .test {
            padding-bottom: 5px;
            padding-left: 0px;
            font-weight: 900;
            font-size: 0.7rem;
            line-height: 1.1;
            font-variant: small-caps;
            text-shadow: 0.5px 0.5px 1px #020000;

        }

        .product-desc {
            display: flex;
            padding: 20px;
            text-align: left;
            justify-content: center;
            flex-direction: column;
            font-variant: small-caps;
            
        }

        /* search */
        .search-box {
            width: fit-content;
            height: fit-content;
            position: relative;
        }

        .input-search {
            height: 50px;
            width: 50px;
            border-style: none;
            padding: 10px;
            font-size: 18px;
            letter-spacing: 2px;
            outline: none;
            border-radius: 25px;
            transition: all .5s ease-in-out;
            background-color: #434141;
            padding-right: 40px;
            color: #000;
        }

        .input-search::placeholder {
            color: rgba(255, 255, 255, .5);
            font-size: 18px;
            letter-spacing: 2px;
            font-weight: 100;
        }

        .btn-search {
            width: 50px;
            height: 50px;
            border-style: none;
            font-size: 20px;
            font-weight: bold;
            outline: none;
            cursor: pointer;
            border-radius: 50%;
            position: absolute;
            right: 0px;
            color: #333;
            pointer-events: painted;
        }

        .btn-search:focus~.input-search {
            width: 300px;
            border-radius: 0px;
            border-bottom: 1px solid rgba(255, 255, 255, .5);
            transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
        }

        .input-search:focus {
            width: 300px;
            border-radius: 0px;
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, .5);
            transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
        }

        .search-type {
            display: none;
        }

        @media (max-width: 991.98px) {
            .search-type {
                display: inline;
            }

            .search-type2 {
                display: none;
            }

            .hero-section {
                min-height: 93vh;
                width: 100%;


            }

            .hot-stuff-section h2 {
                font-size: 1.5rem;
            }

            .h4,
            h4 {
                font-size: calc(1rem + .3vw) !important;
            }
        }
    .gallery_item:hover .gallery_item_overlay {
            transform: translateY(0) !important; /* Added !important to ensure override */
            opacity: 1 !important; /* Ensure visibility */
        }

        /* Add this new style for the hover effect on the product card */
        .gallery_item:hover {
          
            box-shadow: 0 4px 16px rgba(20, 179, 99, 0.8) !important; /* Enhanced shadow on hover */
            margin-bottom: -15px;
                transform: translateY(-10px);
                border: 3px solid #64ffda !important;
        }

        /* Ensure the overlay is initially hidden and covers the image */
        .gallery_item_overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(27, 176, 111, 0.7);
            list-style: none;
            padding: 10px;
            margin: 0;
            display: flex;
            justify-content: space-around;
            align-items: center; /* Center items vertically */
            transform: translateY(100%); /* Start off-screen below */
            transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for both */
            opacity: 0; /* Initially invisible */
            height: 100%; /* Make the overlay cover the entire image area */
            box-sizing: border-box; /* Include padding in height calculation */
        }

        /* Style for the buttons within the overlay */
        .gallery_item_overlay li a {
            color: white;
            text-decoration: none;
            padding: 8px 12px;
            border: 1px solid white;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .gallery_item_overlay li a:hover {
            background-color: white;
            color: #007bff;
        }
.addToCart{
    background-color: black !important;
}