*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    background-color: #cecece;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Responsive Container */
.container {
    margin: 0;
    padding: 0;
}

/* Navigation Panel */
.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2vw;
}

.navbar1 img {
    height: 8vw; /* Responsive sizing */
    width: auto;
}

.navbar1 .links img {
    height: 5vw;
    width: auto;
    margin-left: 2vw;
    padding: 0 3vw 0 0;
}
.navbar1 a
{
    text-decoration: none;
}
/* Secondary Navbar */
.navbar2 {
    padding: 2vw;
    background-color: #386641;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allows wrapping on small screens */
}

.navbar2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5vw;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar2 ul li {
    font-family: "Bookman Old Style";
    font-size: 1.5rem; /* Uses rem for better scaling */
}

.navbar2 a {
    text-decoration: none;
    color: white;
    transition-duration: 0.5s;
    padding: 1vw;
}

.navbar2 a:hover {
    background-color: rgb(5, 67, 6);
    color: white;
    border-radius: 1vw;
}

/* Responsive Navbar */
@media screen and (max-width: 768px) {
    .navbar2 ul {
        gap: 3vw;
    }
    .navbar2 ul li {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .navbar2 ul li {
        font-size: 1rem;
    }
}

/* Image Slider */
.image-container {
    width: 100%;
    overflow: hidden;
    background-color: #6a994e;
}

.image-wrapper {
    justify-content: center;
    height: 40vh; /* Scales with screen height */
    display: flex;
    animation: slide 30s infinite linear;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-87.5%); }
}

/* Description Section */
.description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2vw;
    margin: 3vw;
    text-align: center;
}

.description div {
    background-color: #fff;
    width: 30%;
    max-width: 400px;
    min-width: 250px;
    border: 0.3vw solid #386641;
    border-radius: 25px;
    padding: 2vw;
}

.description .our-distributors a
{
    text-decoration: none;
    color: black;
}

/* Responsive Description */
@media screen and (max-width: 600px) {
    .description {
        flex-direction: column;
        align-items: center;
    }
    .description div {
        width: 90%;
    }
}

/* Call-to-Action Buttons */
.visit-subhadeep,
.more-products {
    border: solid #386641;
    padding: 1vw;
    background-color: #ffff;
    color: black;
    border-radius: 20px;
    transition-duration: 0.5s;
    text-align: center;
}

.visit-subhadeep:hover,
.more-products:hover {
    background-color: #386641;
    color: #fff;
    cursor: pointer;
}

/* Tagline */
.tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "Bookman Old Style";
    margin-top: 2vw;
}

/*member section styling starts here */
.member-section
{
   margin-top: 5rem;
   margin-bottom: 10rem;
}
.member-section .member-wrapper
{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-section .member-list
{
    list-style: none;

}
.member-list .member-item .member-link
{
   user-select: none;
    display: flex;
    border-radius: 50px;
    text-decoration: none;

}
.member-list .member-item .member-link:active
{
    cursor: grabbing;
}
.member-list .member-link .member-image
{
    width: 20rem;
    height: auto;
    background: #fff;
    padding: 18px;
    border-radius: 20px;
}
.member-list .member-link .member-image img
{
    border-radius: 20px;
}

.member-wrapper .swiper-pagination-bullet
{
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #386641;
}
.member-wrapper .swiper-pagination-bullet-active
{
    opacity: 1;

}
.member-wrapper .swiper-slide-button
{
    color: #386641;
    margin-top: -35px;

}
@media  screen and (max-width: 768px) {
    .member-wrapper
    {
        margin: 0 -10px 25px;
    }
    .member-wrapper .swiper-slide-button
    {
        display: none;
    }
    
}

/* member section styling ends here */

/* Video Section */
.videos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* Footer */

.footer-start
{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    justify-content: space-evenly;
    background-color: #6a994e;
    color: white;

}
.footer-about
{
    padding: 4vw;
}

.footer-contact
{
    padding: 2vw;
}

@media (max-width: 600px) {
    .footer-start {
        flex-direction: column; /* Stacks compartments vertically */
        align-items: center;
    }
}

.footer-contact
{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4px;

}
.footer-contact-first , .footer-contact-second
{
    flex: 1;
    min-width: 250px;
    padding: 5vw;
    text-align: center;
}


.footer-end {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #386641;
    width: 100%;
}

iframe
{
    width: 100%;
    aspect-ratio: 16/9;
}


/* product page styling starts here */

    .product-collection
    {
        padding: 5vw;
        margin:4vw 0 3vw 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3rem;

    }
    .product-collection .product1-wrapper
    {   
       
        border: #386641 solid 0.3vw;
        border-radius: 4%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding: 2vw 0 2vw 1vw;
        transition: transfrom 1s ease-in-out,  box-shadow 0.3s ease-in-out;

        
    }
    .product-collection .product1-wrapper:hover
    {
        cursor: pointer;

        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
       

    }

   
    .product-collection .product1-wrapper p
    {
        font-size: 30%;
        
    }

    .calling-button-on-wrapper
    {
        height: auto;
        width: fit-content;
        padding-top:2px;
        padding-left: 5px;
        padding-bottom: 2px;
        padding-right: 5px;
        margin-top: 1vw;
        border: 0.2rem solid #386641;
        border-radius: 8px;
        transition: all ease-in-out;
        transition-duration: 0.3s;
        font-size: 1rem;
        font-family: 'Times New Roman', Times, serif;

    }
    .calling-button-on-wrapper:hover
    {
        background-color: #386641;
        color: white;
        
    }
    

    .product1-wrapper img
    {
        height: auto;
        width: 30%;
    }

     .product-collection .product-soap-wrapper
    {   
       width: 20rem;
        border: #386641 solid 0.3vw;
        border-radius: 4%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding: 2vw 0 2vw 1vw;
        transition: transfrom 1s ease-in-out,  box-shadow 0.3s ease-in-out;

        
    }
    .product-collection .product-soap-wrapper:hover
    {
        cursor: pointer;

        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
       

    }

     .product-collection .product-hair-wrapper
    {   
       width: 20rem;
        border: #386641 solid 0.3vw;
        border-radius: 4%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding: 2vw 0 2vw 1vw;
        transition: transfrom 1s ease-in-out,  box-shadow 0.3s ease-in-out;

        
    }
    .product-collection .product-hair-wrapper:hover
    {
        cursor: pointer;

        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
       

    }

     .product-collection .product-massage-wrapper
    {   
       width: 20rem;
        border: #386641 solid 0.3vw;
        border-radius: 4%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding: 2vw 0 2vw 1vw;
        transition: transfrom 1s ease-in-out,  box-shadow 0.3s ease-in-out;

        
    }
    .product-collection .product-massage-wrapper:hover
    {
        cursor: pointer;

        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
       

    }


/* product page styling ends here */

/* calling button static */
.calling-button-static
{
    position: fixed;
    bottom:5vw;
    left: 0.5vw;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #81d191;
    transition: all ease-out;
    
}
.calling-button-static:hover{
    cursor: pointer;
    transform: scale(1.5);
    transition-duration: 0.5s;

}



/* secondary product page styling starts here */

.product-text-description
{
    width: 60rem;
    height: auto;
    text-align: justify;
    
    flex-wrap: wrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-text-description font
{
    
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 600px) {
    font{
        font-size: 8px;
    };
}

.click-to-order
{
    margin-top: 3rem;
    margin-bottom: 4rem;
    margin-left: 2rem;
    padding: 2rem;
    border-radius: 5rem;
    background-color: #cecece;
    transition: all;
    
    
}
.click-to-order:hover
{
    background-color: #386641;
    color: white;
    transform: scale(1.1);
    cursor: pointer;
    transition-duration: 0.5s;
}
/* secondary product page styling ends here */

/* vacancy styling starts here */
.vacancy-images
{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}
.vacancy-images img
{
    width: 40rem;
    height: auto;
}
@media screen and (max-width: 600px) {
    .vacancy-images img
    {
        width: 25.5rem;
        height: auto;
    }
    
}
/* vacancy styling ends here */

/* gallery profile styling starts here */

.gallery-section
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
    max-width: min-content;
    width: min-content;
    justify-content: center;
    align-items: center;
}
.gallery-section img
{
    width: min-content;
    transform: scale(0.8);
}
@media screen and (max-width: 600px) {
    .gallery-section img
    {
        width: 25rem;
        height: auto;

    }
    
}

/* gallery profile styling ends here */