body {
  background-color: #f8f9fa;
}

footer {
  flex-shrink: 0;
  background: white;
  color: #222;
  padding: 16px;
  text-align: center;
  border-top: 1px solid #eee;
}

.contact-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #fff4e1;
  /* color: #f6b024; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 8px;
}

.company-name {
  color: #212529;
  font-weight: 700;
  margin-bottom: 10px;
  white-space: nowrap;
  /* font-size: clamp(18px, 3.5vw, 28px); */
  font-size: 20px;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  /* background: #f6b024; */
  bottom: 0;
  left: 0;
}

.contact-link {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
}

/* .contact-link:hover {
    color: #f6b024;
} */
.contact-request-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
  /* Ensures equal height */
  flex-wrap: wrap;
}

.contact-card-wrapper {
  flex: 1;
  /* min-width: 300px; */
  max-width: 50%;
  height: 60%;
}

/* Optional: Make card and form visually match */
.contact-card,
.request-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.request-services {
  padding: 100px 0;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #f9fafb;
}


.request-wrapper {
  max-width: 50%;
  /* max-width: 1200px; */
  /* margin: auto; */
  /* display: grid; */
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: flex-start;
  height: 60%;
}

/* FORM */
.request-form {
  width: 100%;
}

.required-note {
  font-size: 14px;
  color: #5f6368;
  margin-bottom: 25px;
}


.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 40px;
}

.form-field {
  position: relative;
}

.form-field.full {
  margin-top: 30px;
}


.form-field label {
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #5f6368;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #5f6368;
  padding: 6px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif
}

.form-field textarea {
  resize: none;
}


.toggle {
  position: relative;
  width: 36px;
  height: 18px;
}

.toggle input {
  display: none;
}

.slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
}

.slider::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle input:checked+.slider {
  background: #000;
}

.toggle input:checked+.slider::before {
  transform: translateX(18px);
}


.submit-btn {
  background: #000;
  color: #fff;
  padding: 14px 36px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.tel-input-group .iti {
  width: 100% !important;
  display: block !important;
}

.tel-input-group .iti input {
  width: 100% !important;
  padding-left: 110px !important;
}

.tel-input-group .iti input#phoneNo {
  padding-left: 120px !important;
  background-color: transparent !important;
}

.tel-input-group>i.phone.icon {
  z-index: 100 !important;
}

.iti__selected-flag {
  background: none !important;
}

.iti,
.iti--allow-dropdown,
.iti--separate-dial-code {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .contact-request-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 20px;
  }

  .contact-card-wrapper {
    flex: 1;
    max-width: 50%;
    min-width: 300px;
  }
  .request-wrapper {
    flex: 1;
    max-width: 50%;
    min-width: 300px;
    height: 100% !important;
  }

  .contact-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    height: 100%;
  }

  .contact-request-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 10px;
  }

  .contact-card-wrapper,
  .request-wrapper {
    max-width: 100% !important;
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-field.full {
    grid-column: span 1;
  }

  .iti__country-list {
    position: absolute !important;
    width: 100% !important;
    max-height: 200px;
  }

  .company-name {
    white-space: normal;
    font-size: 15px;
  }

  .iti__selected-flag {
    background: none !important;
  }
}