.contact-us-form-info {
  text-decoration: none;
  border: none;
  background: black;
  color: white;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.first-name,
.last-name,
.email-and-phone,
.message {
  color: #fff;
  font-family: "Avenir";
}

input, textarea {
  font-size: 18px;
}

.email-and-phone {
  display: flex;
}

.business-email,
.phone-number {
  width: 50%;
}

.business-email {
  padding-right: 2%;
}
.phone-number {
  padding-left: 2%;
}

input:focus, textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number], input[type=textarea] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.message{
  margin-top: 5%;
}

textarea{
  margin-top: 2%;
  background-color: black;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2%;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

.contact-us-left-section-heading h1{
  margin-top: 0;
}
.contact-us-left-section-description p{
  font-size: 1.3rem;
  padding: 0% 10% 0% 0%;
}
.contact-us-left-section-details{
  margin-top: 8%;
}
.contact-us-left-section-details-home-icon,
.contact-us-left-section-details-message-icon,
.contact-us-left-section-details-phone-icon{
  margin-top: 4%;
}

.submit-button{
  margin-top: 2%;
}

.submit{
  font-size: 1.3rem;
  background-color: #000;
    color:#fff;
  padding: 20px 40px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.submit:hover{
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

hr{
  margin-top: 5%;
  margin-bottom: 5%;
}

.addresses{
  width: 50%;
  /* font-family: 'Avenir'; */
}

.addresses-title h1,
.office-hours h1,
.careers h1{
  color: #000;
  margin-top: 0;
  font-weight: bold;
}

.flex-partner-offices{
  display: flex;
  gap: 4rem;
}

.addresses-partners-section-one,
.addresses-partners-section-two,
.addresses-partners-section-three{
  width: 33.33%;
}

.partner-company-city p{
  margin-top: 0;
}
.partner-company-name h3{
  margin-bottom: 0;
}

.careers h2, .hours h2{
  margin-top: 0;
  font-weight: 100;
}
/* Responsive Media Queries */

/* For tablets and medium screens (1024px and below) */
@media screen and (max-width: 1024px) {
  /* Contact Form Responsive */
  .contact-us-form {
    flex-direction: column !important;
  }

  .contact-us-left-section,
  .contact-us-right-section {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .contact-us-right-section {
    margin-top: 3%;
  }

  .contact-us-left-section-description p {
    padding: 0 !important;
    font-size: 1.1rem;
  }

  /* Our Reach Section - Map Container */
  section[style*="height: 85vh"] {
    flex-direction: column !important;
    height: auto !important;
    min-height: 85vh;
    padding: 3% !important;
  }

  .addresses {
    width: 100% !important;
    margin-bottom: 3%;
  }

  iframe[src="map2.html"] {
    width: 100% !important;
    height: 500px !important;
    margin: 3% 0 !important;
  }

  /* Partner Offices - Stack on smaller screens */
  .flex-partner-offices {
    flex-direction: column;
    gap: 2rem;
  }

  .addresses-partners-section-one,
  .addresses-partners-section-two,
  .addresses-partners-section-three {
    width: 100%;
  }

  /* Office Hours and Careers Section */
  .general-info {
    height: auto !important;
    min-height: 30vh;
    padding: 3% 0 !important;
    padding-left: 30px !important;
  }

  .office-hours,
  .careers {
    flex-direction: column !important;
  }

  .office-hours h1,
  .careers h1 {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .hours,
  .career-text {
    width: 100%;
  }

  .hours p,
  .career-text p {
    font-size: 1rem !important;
  }
}

/* For tablets (768px and below) */
@media screen and (max-width: 768px) {
  .contact-us-form {
    border-radius: 30px !important;
    padding: 8% 5% !important;
  }

  .contact-us-left-section-heading h1 {
    font-size: 1.8rem;
  }

  .contact-us-left-section-description p {
    font-size: 1rem;
  }

  .email-and-phone {
    flex-direction: column;
  }

  .business-email,
  .phone-number {
    width: 100%;
    padding: 0 !important;
  }

  .phone-number {
    margin-top: 3%;
  }

  input, textarea {
    font-size: 16px;
  }

  .submit {
    font-size: 1.1rem;
    padding: 15px 35px;
  }

  /* Addresses section */
  .addresses-title h1 {
    font-size: 1.8rem;
  }

  .addresses-offices h2,
  .addresses-partners h2 {
    font-size: 1.3rem;
  }

  iframe[src="map2.html"] {
    height: 400px !important;
    border-radius: 30px !important;
  }
}

/* For mobile devices (425px and below) */
@media screen and (max-width: 425px) {
  section[style*="padding: 2%"] {
    padding: 5% !important;
  }

  .contact-us-form {
    border-radius: 20px !important;
    padding: 10% 6% !important;
  }

  .contact-us-left-section-heading h1 {
    font-size: 1.5rem;
  }

  .contact-us-left-section-description p {
    font-size: 0.9rem;
  }

  .contact-us-left-section-details {
    margin-top: 6%;
  }

  .contact-us-left-section-details-address p,
  .contact-us-left-section-details-email p {
    font-size: 0.9rem;
  }

  input, textarea {
    font-size: 14px;
  }

  .submit {
    font-size: 1rem;
    padding: 12px 30px;
  }

  /* Addresses section */
  .addresses-title h1 {
    font-size: 1.5rem;
  }

  .addresses-offices h2,
  .addresses-partners h2 {
    font-size: 1.1rem;
  }

  .partner-company-name h3 {
    font-size: 1rem;
  }

  .partner-company-address p {
    font-size: 0.85rem;
  }

  iframe[src="map2.html"] {
    height: 300px !important;
    border-radius: 20px !important;
  }

  .office-hours h1,
  .careers h1 {
    font-size: 1.3rem;
  }

  .hours p,
  .career-text p {
    font-size: 0.85rem !important;
  }

  .social-media-link img {
    height: 20px !important;
    width: 20px !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2600px) {
  .general-info {
    padding-top: 165px;
  }
}