

 .zpform-label-container label {
        color: black !important; 
    }

.policiestext {
    color: #FFFFFF !important;
}

.policiestext {
    color: white;
}




.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex; /* Centers the icon */
    align-items: center;
    justify-content: center;
}

.whatsapp-icon {
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    transition: transform 0.3s ease;
    vertical-align: middle; /* Removes white space */
}

.whatsapp-icon:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.whatsapp-icon svg {
    display: block; /* Removes extra white space */
}



.carousel-inner > .carousel-item > img {
    width: 100%;
    height: auto; /* or set a specific height if needed */
    display: block;
}

.carousel, .carousel-inner {
    width: 100vw; /* 100% of viewport width */
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
}

.carousel-inner img {
    width: 100%;
    display: block;
    margin: 0;
}

.carousel {
 padding-left: 0;
 padding-right: 0;
 margin-right: 0;
  margin-left: 0;
}

.carousel-section {
 width: 100vw; /* 100% of viewport width */
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
}


.hero-slider {
height: 100vh;
    width: 100vw;
    max-width: 100vw;
    object-fit: contain;
}



/*.theme-product-image-area {
    border: 3px solid #333333 !important;
    border-radius: 8px !important;
    padding: 4px; /* Optional: adds spacing inside border */
  /*  box-sizing: border-box !important;
} */

.theme-product-image-area {  
box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 4px;
/*padding: 10px; */
border-width: 1px;
border-style: solid;
border-color: rgb(220, 220, 220);

background: rgb(255, 255, 255)
}








