/* Base Styles */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Base Styles */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Contact Section */
  .contactcls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-image: url('images/Purple\ and\ Green\ Gradient\ Blur\ Minimalist\ Contact\ Us\ Desktop\ Prototype.jpg'); /* Set your background image */
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 100vh;
    flex-direction: row-reverse;
  }
  .contact-form{
    margin-left: 0px;
    margin-top: 140px;
    width: 47%;
    background: #f8f8f87c; /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    margin-right: 120px;
  }
  #conh2head{
    color: #000000;
  }
/* styles.css */
.contact-info {
  margin-left: 80px;
  width: 55%; /* Adjust width as needed */
}

.contact-info h2 {
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}

.info-item {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.3; /* Ensure proper spacing between lines */
}

.info-item strong {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
}
#dotone{
  padding-left: 12px;
}
.dot {
  padding-left: 15px;
}
#dottwo{
  padding-left: 18px;
}
#dotthree{
  padding-left: 0px;
}
#addone{
  padding-left: 87px;
}
#addtwo{
  padding-left: 87px;
}
.info-item span {
  color: #ffffff;
  margin-left: 10px; /* Space between label and content */
}

.info-item a {
  color: #ffffff; /* Link color */
  text-decoration: none;
}
.address span {
  display: block; /* Make each line of the address block-level */
  margin-left: 10px; /* Space between address lines */
}

  .contact-info h2, .contact-form h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
  }
  
  
  .contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #1f1f1f; /* Placeholder text color */
    background-color: white;
  }
  
  .contact-form textarea {
    height: 100px; /* Set a height for the textarea */
    resize: vertical; /* Allow vertical resizing */
  }
  
  .contact-form button {
    padding: 10px 20px;
    background-color: #000000;
    border: none;
    color: #fff8f8;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
  }
  
  .contact-form button:hover {
    background-color: #000000b4;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .contactcls {
      flex-direction: column;
      padding: 20px;
    }
  
   .contact-form {
      margin-left: 120px;
      width: 100%;
      margin-bottom: 20px;
    }
    .contact-info{
      width: 105%;
      margin-left: 5px;
      font-size: 10px;
      margin-right: 0px;
    }
  .contact-info p {
    font-size: 13px;
  }
  
  .contact-info p strong {
    font-size: 16px;
  }
  .contact-info h2{
    text-align: center;
  }
  #navbar{
    height: 80px;
  }
  }
  



.productcarousel{
    display: none;
}
