*{
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
.body-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

    background-image: url("../Photos/2148256627.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
body{
  overflow-x: hidden;
}

.body-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ImpaktiPare{
    display: flex;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(2, 5, 5);
}

.katrori {
    position: relative;
    height: 250px;
    width: 1200px;
    margin-bottom: 250px;
    overflow: hidden; 
    font-weight: bold;
}

.katrori::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(246, 248, 250);
    border-radius: 15px;
    padding: 15px;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 2); /* Add a light shadow */
    z-index: -1; /* Place the overlay behind the content */
}




.overlay-text {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.overlay-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-text h1 {
    font-size: 48px;
    color: #FFA500; 
    
    font-size: 6vw;
    font-weight: bold;
    margin: 10px 0;
}

.overlay-text h1 br + span {
    color: white; 
}

.overlay-text p {
    font-size: 18px;
    max-width: 600px;
    line-height: 1.5;
}

.overlay-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
    border-bottom: 3px solid #FFA500; /* Orange line under the text */
    display: inline-block; /* Ensures the underline is only as wide as the text */
}



.about-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #ffc45c; 
    background-color: #707c34;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 5vh;
}

.about-button:hover {
    background-color: #b8bc7c; 
    color: white;
}

/* .product-button{
    display:inline-block;
    padding: 12px 24px;
    margin-bottom: 40px;
    width: 15%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color:#f9f7f5;
    background-color:#707c34;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 5vh;
}

.product-button:hover {
    background-color:#f4f4f0; 
    color:#707c34;
} */

 .csr-button{
    position: relative;
    margin-top: 30px;
    margin-bottom: 4vh;
    padding: 10px 20px;
    border: 1px solid #707c34;
    background-color: white;
    color: #707c34;
    font-size: medium;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    overflow: hidden;
    transition: color 0.4s ease-out, padding 0.4s ease-out; 
    letter-spacing: 1.5px;
    z-index: 1;
    text-decoration: none;
}

.csr-button:hover {
    color: white;
    padding: 10px 40px;
    padding-left: 20px;
}
.csr-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #707c34;
    z-index: -1;
    transition: width 0.4s ease-in-out;
  }
  
  .csr-button:hover::before {
    width: 100%;
  }
  
  .csr-button::after {
    content: "→";
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: opacity 0.4s ease-out, right 0.4s ease-in-out;
    color: white;
    padding-right: 10px;
  }
  
  .csr-button:hover::after {
    right: 5px; 
    opacity: 1;
  } 




.Products h3{
    color:#707c34;
    font-size: 24px;
    margin-bottom: 10px;
    
    font-size: 4vw;
    margin-top: 40px;
    text-align: center;
}
.Products p{
    color:#707c34;
    text-align: center;
    margin-top: 20px;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 8vw;
}


.image-row {
    display: flex;
    justify-content: center; /* Centers images horizontally */
    gap: 40px; /* Optional: spacing between image boxes */
    background: linear-gradient(to bottom, white 50%, #b8bc7c 50%);
    
  }

  /* Style for each image container (box) */
.image-box {
    background-color: white; /* White background for the box */
    padding: 20px; /* Padding around the image inside the box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9); /* Optional: shadow to make it stand out */
    display: inline-block; /* Makes the box inline with others */
  }

  /* Style for each square image */
.image-box img {
    width: 190px; /* Width of each square */
    height: 210px; /* Height of each square */
    object-fit: cover; /* Ensures images fill the square */
    
  }
  

/* .QC{
    background-color: #b8bc7c;
}
.QC h3{
    color:#f4f4f0;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 10vw;
    text-align: center;
}
.QC .content {
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.eco img {
    width: 350px;
    height: 300px;
    margin-right: 20px; 
}

.QC p {
    color: #f4f5f2;
    text-align: left; 
    margin-top: 20px;
    padding-left: 15vw;
    padding-right: 15vw;
} */











/* Main section styling */
.QC {
    background-color: #b8bc7c;
    padding: 5vw 0; /* Adds padding for vertical spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Title styling */
.QC h3 {
    color: #f4f4f0;
    font-size: 4vw; /* Responsive font size */
    
    margin-bottom: 20px;
    text-align: center;
}

/* Content layout */
.QC .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 5vw;
    max-width: 1200px;
    width: 90%;
    margin-top: 20px;
}

/* Heart-shaped image styling */
.eco {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.eco img {
    width: 100%;
    height: 100%;
    
}

.right-side h4{
    color:#707c34;
    margin-bottom: 20px;
}

/* Paragraph text styling */
.QC p {
    color: #f4f5f2;
    font-size: 1.1vw; /* Responsive font size */
    text-align: left;
    max-width: 600px;
    line-height: 1.6;
}

.CSR {
    background-color: #b8bc7c;
    padding: 5vw 0; /* Adds padding for vertical spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1vh
}
.CSR h3 {
    color: #f4f4f0;
    font-size: 4vw; /* Responsive font size */
    
    margin-bottom: 20px;
    text-align: center;
}
.CSR h4{
    color:#707c34;
    text-align: center;
    margin-bottom: 10px;
}
.CSR p{
    color: #f4f5f2;
    
    text-align: left;
    max-width: 600px;
    line-height: 1.6;
}




.layered-waves{
    rotate:180deg;
    width: 100%;
}

.layered-waves img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    background: linear-gradient(to top, #b8bc7c 20%, transparent 20%);
}

.layered-waves1 img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.sera {
    margin-top: -200px; 
}

.sera img {
    width: 100%;
    display: block;
}

 .product-button {
    position: relative;
    margin-top: 30px;
    margin-bottom: 4vh;
    padding: 10px 20px;
    border: 1px solid #707c34;
    background-color: white;
    color: #707c34;
    font-size: medium;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    overflow: hidden;
    transition: color 0.4s ease-out, padding 0.4s ease-out; 
    letter-spacing: 1.5px;
    z-index: 1;
    text-decoration: none;
  }
  
  .product-button:hover {
    color: white;
    padding: 10px 40px;
    padding-left: 20px;
  }
  
  .product-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #707c34;
    z-index: -1;
    transition: width 0.4s ease-in-out;
  }
  
  .product-button:hover::before {
    width: 100%;
  }
  
  .product-button::after {
    content: "→";
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: opacity 0.4s ease-out, right 0.4s ease-in-out;
    color: white;
    padding-right: 10px;
  }
  
  .product-button:hover::after {
    right: 5px; 
    opacity: 1;
  }
  .sera-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-image: url("../Photos/sera.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .layered-waves {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  
  .layered-waves img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40vh;
  }
  
  .layered-waves1 {
    position: absolute;
    width: 100%;
    z-index: 3;
    margin-top: 48vh;
  }
  
  .layered-waves1 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40vh;
  }
  


  /************************************************************ Media Queries **********************************************************/


  /* Base Responsive Styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }
  .container {
    padding: 15px;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 2.5rem;
        font-weight: bold;
        text-shadow: 1px 1px black;
        
      }
    
      .overlay-text h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
      }
    
      .overlay-text p {
        font-size: 1rem;
        padding: 0 10px;
      }
    
      .about-button {
        padding: 10px 20px;
        font-size: 1rem;
      }
    .Products {
      text-align: center;
      padding: 20px 10px;
    }
  
    .Products h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
  
    .Products p {
      font-size: 1rem;
      line-height: 1.6;
    }
  
    .image-row {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px;
    }
  
    .image-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 10px;
      }
    
      .image-box {
        width: 80vw;
        max-width: 300px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    
      .image-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
      }
      
      .sera-container {
        height: 35vh;
      }
    
      .layered-waves1{
        margin-top: 27vh;
      }
      .QC {
        padding: 20px;
        text-align: center;
      }
    
      .QC .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    
      .QC .eco {
        margin-bottom: 15px;
      }
    
      .QC .right-side h4 {
        font-size: 1.2rem;
      }
    
      .QC .right-side p {
          line-height: 1.6;
          font-size: 1rem;
          text-align: center;
          padding-left: 12vw;
          padding-right: 12vw;
      }
      .CSR p{
          line-height: 1.6;
          font-size: 1rem;
          text-align: center;
          padding-left: 13vw;
          padding-right: 13vw;
      }
      .CSR h3{
        font-size: 1.8rem;
      }
      
      .Products h3{
        font-size: 1.8rem;
      }
      
  }

  /* Styles for iPads in both portrait and landscape */

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    .layered-waves1{
      margin-top: 37vh;
    }
    .footer-distributed{
      margin-top: -1vh;
    }
    .sera-container{
      height: 50vh;
    }
    .image-row{
      gap: 15px;
    }
    .right-side h4{
      font-size: 1.7vw;
    }
    .QC p{
      font-size: 1.6vw;
    }
    .Products p{
      font-size: 1.6vw;
    }
    .CSR h4{
      font-size: 1.7vw;
    }
    .CSR p{
      font-size: 1.6vw;
    }
}


  
  


