
  input{
    caret-color: black ;
    caret-color: transparent;
  }
  
  /* Set up basic styles */

  
  .container-c {
   
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: center; 
   /* Center align the container horizontally */
  }
  
  .image-section {
    flex-basis: 50%;
    flex-direction: column;
    padding-right: 0px; 
    justify-content: center;
  }
  
  
  
  /* The existing CSS code remains the same */
  
  .main-image {
    margin-bottom: 15px;
     max-height: 440px;
    object-fit: contain;
    border: none; /* Remove the border */
    overflow: hidden; /* Hide any content that exceeds the border radius */
  }
  .image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .thumbnail-image {
    display: block;
    width: 80px;
    height: 80px;
    margin: 5px;
    cursor: pointer;
    border: none; /* Remove the border */
  }
  
  
  .thumbnail-images-container {
    max-height: 200px;
    overflow-y: auto;
  }
  
  .thumbnail-images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  

  
  
  .content-section {
   
    flex-basis: 50%;
  
    margin-right:25px ;
  
  }
  
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  p {
    font-size: 18px;
    margin-bottom: 20px;
   
  }
  
  .form-group {
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    font-size: 18px;
  }
  
  input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
  }
  
  .cta-button {
    font-family: 'Readex Pro', sans-serif;
    display: block;
    margin-top: 10px;
    padding: 12px 24px;
    background-color: #000;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    width:100%;
  }
  
  .cta-button:hover {
    background-color: #FAE809;
    color: #000;
  }
  
  

  
 
  

  
  
  
  
  .image-section {
    position: relative;
  }
  
  .image-container {
    position: relative;
  }
  
  .thumbnail-images-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .thumbnail-images {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease;
  }
  
  
  
 
  
  
  
  
  
  
  
 
  
  /* Add styles for the pop-up screen */
  .popup-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .popup-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
  }
  
  .close-button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .close-button:hover {
    background-color: #000;
  }
  
.price-text{
  size: 40px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}

  /* Media queries for responsiveness */
  @media (max-width: 768px) {
    .delivery{
      padding-bottom: 15px;
    
    }
    
    .counterr {
    display: block;
    }
      .container-c {
        flex-direction: column;
        padding: 20px;
      }
    
      .image-section,
      .content-section {
        
      margin-top: 40px;
        flex-basis: 100%;
        padding: 0;
        margin-right:0px ;
      }
    
      .main-image {
        max-height: 300px;
        background-color: #ffffff; /* Add white background color */
      }
    
      .thumbnail-images-container {
        max-height: 120px;
      }
    
      .thumbnail-image {
        width: 60px;
        height: 60px;
      }
  
      .counter-input  {
        width: 20%;
        padding: 10px;
      }
      
      
    
  
  
    }

    #calculator {
      width: 80%; /* Adjust the width as needed */
      max-width: 400px; /* Set a maximum width for larger screens */
      padding: 20px;
      background-color: #f4f4f4;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    label {
      display: block;
      margin-bottom: 10px;
    }
    
    input {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
      margin-bottom: 15px;
    }
    
    button {
      background-color: #000000;
      color: white;
      border: none;
      padding: 10px 15px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      border-radius: 4px;
      cursor: pointer;
    }
    
    #result {
      margin-top: 15px;
      font-weight: bold;
      font-size: 20px; /* Increase the font size as needed */
    }
    
    /* Center the card on smaller screens */
    @media (max-width: 600px) {
      #calculator {
        width: 90%;
      }
    }


    #secondwhatsappButton {
      background-color: #25D366;
       /* WhatsApp green */
      color: #fff;
      font-size: 16px;
      padding: 10px 90px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
    }
    #secondwhatsappButton:hover {
        background-color: #128C7E; /* Darker shade on hover */
      }

      @media (max-width: 400px) {
        #secondwhatsappButton {
          font-size: 14px;
          padding: 10px 60px;
        }
      }