.contact-section {
    background:#310b46;
    color: #fff;
    /* padding: 40px 20px; */
  }

  .contact-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color:white;
  }

  .contact-cards {
    display: flex;
    flex-wrap: wrap;  
    gap: 20px;
    margin: 0 auto;
    text-align: center;
  } 

  .min-card {
    text-align: center;
    
    background:#310b46;
    border-radius: 10px;
    margin-left: 5%;
    margin-right: 5%;
    /* padding: 80px; */
    flex: 1 1 calc(25% - 20px);
    /* max-width: calc(25% - 20px); */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    box-shadow: 20px 20px 5px rgba(0, 0, 0, 0.15);
    /* transition: transform 0.3s; */
    /* min-width: 220px; */
  }

  .min-card:hover {
    transform: translateY(-20px);
    box-shadow: -10px -10px 5px rgba(0, 0, 0, 0.15) , 20px 20px 5px rgba(0, 0, 0, 0.15);
  }

  .icon {
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
    margin-top: 5px;
  }

  .card-info {
    flex-grow: 1;
  }

  .card-info h4 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #fff;
  }

  .card-info p,
  .card-info a {
    margin: 0;
    font-size: 14px;
    color: #e0e0e0;
    text-decoration: none;
    display: block;
  }

  .card-info a:hover {
    text-decoration: underline;
  }

  @media (max-width: 900px) {
    .card {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
    }
  }

.textarea:focus {
  border-color: #ff00ff;
  outline: none;
}

.textarea {
  resize: vertical;
  min-height: 120px;
}
  @media (max-width: 500px) {
    .card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }

  /* contact form styles */
  form {
  
  /* position: relative; */
  margin: 30px auto;
  background:transparent;
  padding: 10px;
  border-radius: 8px;
  width:100%;
  max-width: 700px;
  text-align: center;
}

.h2-contact-us {
  /* background: radial-gradient(circle, #696969, #333030); */
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 5px;
  color: #000;
}

.p-tag-contact-us {
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.form-group {
  margin-bottom: 25px;
  text-align: left;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.input-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.input-box span {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

input{
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s;
}
/* .txtarea {
  width: 100%;
  padding: 12px 14px; 
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box; 
} */
.txtarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  resize: vertical;
  min-height: 120px;
  margin-top: 6px;
  display: block;
}


/* Tablet and above: Adjust padding if needed */
@media (min-width: 481px) {
  .txtarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Desktop and larger screens */
@media (min-width: 768px) {
  .txtarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}

input::placeholder,
.textarea::placeholder {
  text-align: left; /* Align placeholder text */
  opacity: 1; /* Ensure placeholder is visible */
  color: #999; /* Optional: adjust placeholder color */
}
input:focus,
.textarea:focus {
  border-color: #ff00ff;
  outline: none;
}

/* textarea {
  resize: vertical;
  min-height: 120px;
  margin-top: 6px;
} */

.description {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

button {
  width: 100%;
  padding: 14px;
  background-color: #fff4f0;
  color: rgb(27, 26, 26);
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ff00ff;
}

/* Responsive layout */
@media (max-width: 400px) {
  .two-columns {
    flex-direction: column;
  }
}
.text-submission {
  padding: 40px 20px;
}

textarea:focus {
  border-color: #ff00ff;
  outline: none;
}

.phone-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.phone-wrapper select {
  width: 90px;
  min-width: 40px;
  padding: 12px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%207%205-7z%22%20fill%3D%22%23999%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  transition: border-color 0.2s;
}

.phone-wrapper input[type="tel"] {
  flex: 1;
  min-width: 100px;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s;
}

.phone-wrapper select:focus,
.phone-wrapper input[type="tel"]:focus {
  border-color: #ff8147;
  outline: none;
}

@media (max-width: 320px) {
  .phone-wrapper {
    flex-direction: column;
  }
  .phone-wrapper select {
    width: 100%;
  }
  .phone-wrapper input[type="tel"] {
    width: 100%;
  }
}