
        /* ----------------- Navbar Styling ----------------- */


	 .containers{
            background: linear-gradient(126deg, #f7e3f4, #fdffc4);
            padding: 10px 50px 10px 50px;
             border-radius: 10px;
        }
        .navbar {

            transition: all 0.3s ease-in-out;

            padding: 15px 0;

            background-color: #ddd !important;

        }



        .navbar.shrink {

            padding: 10px 0;

            background-color: #bbb !important;

        }



        .logopng {

            max-height: 60px;

        }
/*-----------------------------------------INDEX CSS-----------------*/
        .w-50 {
            height: 190px;
            width: 100%;
            max-width: 340px;
        }
        .slider-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: auto;
            
        }

        .slider img {
            display: none;
            width: 100%;
            height: auto;
        }
        .slider img.active {
            display: block;
        }
        .product-card {
            background: #fff;
            border-radius: 15px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            text-align: center;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            overflow: hidden;
            position: relative;
        }
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.2);
        }
        .product-card img {
            width: 100%;
            max-height: 200px;
            object-fit: cover;
            border-radius: 10px;
            transition: transform 0.3s ease-in-out;
        }
        .product-card:hover img {
            transform: scale(1.05);
        }
        .product-title {
            font-size: 16px;
            font-weight: bold;
            margin-top: 10px;
            color: #333;
        }
        .card-icons {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            gap: 12px;
        }
        .card-icons a {
            font-size: 18px;
            color: #007bff;
            transition: color 0.3s, transform 0.3s;
        }
        .card-icons a:hover {
            color: #0056b3;
            transform: scale(1.2);
        }
        .about-section {
            padding: 50px 15px;
        }
        .about-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .about-text {
            flex: 1;
            padding-right: 30px;
            max-width: 600px;
        }
        .about-text h2 {
            font-size: 24px;
            font-weight: bold;
        }
        .about-text p {
            font-size: 16px;
        }
        .about-image {
            flex: 1;
            display: flex;
            justify-content: center;
        }
        .about-image img {
            max-width: 100%;
            height: 300px;
            border-radius: 10px;
        }
        .fa-solid{
            color:white;
        }
        @media (max-width: 768px) {
            .col-12 {
                flex: 0 0 50%;
                max-width: 50%;
            }
            .about-content {
                flex-direction: column;
                text-align: center;
            }
            .about-image {
                order: -1;
                margin-bottom: 20px;
            }
            .about-text {
                padding-right: 0;
            }
            .text-pera,.text-titles{
              text-align: start;
        }
.slider {
    margin-top: 8px;
    height: 350px;
    display: flex
;
    transition: opacity 1sease-in-out;
}
        }

        .carousel-item {
  text-align: center;
  padding: 20px;
}
.row {
  display: flex;
  
}
.col {
  flex: 1;
  margin: 0 10px;
}
.carousel-control-prev {
    left: -40px !important;
}
.carousel-control-next-icon{
  margin-left: 80px !important;
}
.carousel-control-perv-icon{
  margin-right: 82px !important;
  right: 34px !important;
}
.carousel-control-next-icon ,.carousel-control-prev-icon{
  width: 30px;
  height: 100px;

}


     /* ----------------- Hero Section (Carousel) ----------------- */

.carousel-item img {

    height: 500px;

    object-fit: cover;

    opacity: 2.8;

}



/* Adjust the margin-top of the carousel for better positioning */

.carousel {

    position: relative;

    margin-top: 80px; /* Adjusted margin for spacing */

}



/* Adjust overlay container for better spacing */

.container-overlay {

    position: absolute;

    top: 350px !important; /* Adjusted top position */

     left:0px;

    right: 0;

    bottom: 0;

    width: 50% !important;

    background-color: transparent !important;

    color: white; /* Text color */

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding: 20px;

}



@media(max-width: 768px) {

    .carousel-item img {

        width: 100%;

        object-fit: contain;

        height: 400px;

    }



    .container-overlay {

        position: absolute;

        top: 350px !important;

        left: 0 !important;

        right: 0 !important;

        padding: 10px;



    }

}

/* ----------------- Hero Section (Carousel) ----------------- */

.carousel-item img {

    height: 500px;

    object-fit: cover;

    opacity: 2.8;

}



/* Adjust the margin-top of the carousel for better positioning */

.carousel {

    position: relative;

    margin-top: 80px; /* Adjusted margin for spacing */

}



/* Adjust overlay container for better spacing */











/* ----------------- Product Carousel (Cards) ----------------- */

#productCarousel {

    margin-top: 40px; /* Added margin to separate from hero section */

}

@media (max-width:768){

 

 .carousel-item img {

        width: 100%;

        object-fit: contain;

        height: 400px;

    }



}





/* ----------------- Product Carousel (Cards) ----------------- */

#productCarousel {

    margin-top: 40px; /* Added margin to separate from hero section */

}



.product-card img {

    max-width: 100%;
    width: 240px;
    height: 200px;

    object-fit: cover;

    border-radius: 5px;

}



.slider-container {
width: 100%;
max-width: auto;
max-height: 600px;
background-size: 100% 100% !important;
margin: 0 auto;
display: flex !important;
overflow: hidden;

}



.slider {
    margin-top: 163px;
    display: flex;
    transition: opacity 1s ease-in-out;

}



.slider img {

    width: 100%;

    height: auto;

    margin-top: 100px;

    display: none;

}



.slider img.active {

    display: block;

}

/* ============================= */

@media (max-width: 480px) {
    .product-card img {
        height: 140px;
        width: 90%;

    }
.containers{
            background: none;
            padding: 0px;
             border-radius: 10px;
        }
.slider {
    margin-top: 8px;
    height: 350px;
    display: flex
;
    transition: opacity 1sease-in-out;
}
    .w-50{
       margin-right: 25% !important;
        height: 190px;
        width: 100% !important;
    }
}

/* Navbar Styling */
.custom-navbar {
    background: linear-gradient(150deg, #ffffff, #f7edf7);
    padding: 10px 0;
    transition: all 0.3sease-in-out;
    box-shadow: 0px 0px 4px 1px #9999;
}

/* Stylish Mobile Menu Button */
.stylish-toggler {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 30px;
}

.stylish-toggler span {
    display: block;
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

/* Change toggler animation when active */
.stylish-toggler.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.stylish-toggler.active span:nth-child(2) {
    opacity: 0;
}
.stylish-toggler.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Stylish Navbar (Mobile) */
@media (max-width: 991px) {
    .stylish-navbar {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(0, 123, 255, 0.95);
        /* padding: 15px 0; */
        background: rgb(26 137 255 / 95%);
        padding: 9px;
        margin-top: 37px;
        text-align: center;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

    .stylish-navbar.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .stylish-navbar ul {
        padding: 0;
        list-style: none;
    }

    .stylish-navbar .nav-item {
        margin: 10px 0;
    }

    .stylish-navbar .nav-link {
        color: white !important;
        font-size: 18px;
        font-weight: bold;
        transition: 0.3s;
    }

    .stylish-navbar .nav-link:hover {
        color: #ffdd57 !important;
    }
}
