/* CONTACT PAGE COMPLETE OVERRIDE */

.listing-main-sec {
  padding: 70px 0 !important;
  background: #f8fafc;
}

/* LEFT + RIGHT COLUMN FIX */
.listing-main-sec .row {
  align-items: flex-start !important;
}

.contact_form {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
  overflow: hidden;
}

.contact_form h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  color: #1f2937;
}

/* FORM GRID */
.form-fieldss .row {
  margin: 0 !important;
}

.form-fieldss .col-lg-4,
.form-fieldss .col-lg-12,
.form-fieldss .col-md-4,
.form-fieldss .col-md-12 {
  padding: 0 10px 20px 10px !important;
}

/* INPUTS */
.form-field input,
.form-field textarea {
  width: 100% !important;
  border: 1px solid #dbe3ea !important;
  border-radius: 12px !important;
  padding: 15px 18px !important;
  font-size: 15px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.12) !important;
  outline: none !important;
}

/* PHONE INPUT FIX */
.iti {
  width: 100% !important;
  display: block !important;
}

.iti input {
  width: 100% !important;
  padding-left: 52px !important;
}

/* BUTTON */
.submit,
.g-recaptcha.btn-default {
  width: 100% !important;
  border: none !important;
  border-radius: 12px !important;
  background: #ff6b6b !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit:hover,
.g-recaptcha.btn-default:hover {
  background: #e85a5a !important;
  transform: translateY(-2px);
}

/* CONTACT INFO CARD */
.contact-info-simple {
  background: #ffffff !important;
  padding: 35px !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08) !important;
  margin-top: 30px !important;
  overflow: hidden !important;
}

.contact-info-simple h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  color: #111827;
  border-bottom: 2px solid #ff6b6b;
  display: inline-block;
  padding-bottom: 8px;
}

/* CONTACT DETAILS GRID */
.contact-details {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px !important;
}

.contact-detail-item {
  background: #f9fafb;
  border: 1px solid #edf2f7;
  padding: 22px;
  border-radius: 14px;
  min-width: 0 !important;
}

.contact-detail-item i {
  color: #ff6b6b !important;
  font-size: 20px !important;
  margin-right: 8px;
}

.contact-detail-item p {
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  word-break: break-word;
}

.contact-detail-item strong {
  color: #111827;
  font-size: 15px;
}

.contact-detail-item a {
  color: #374151 !important;
  text-decoration: none;
}

.contact-detail-item a:hover {
  color: #ff6b6b !important;
}

/* SIDEBAR */
.sidebar .widget {
  background: #fff !important;
  padding: 28px !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}

/* MOBILE */
@media (max-width: 991px) {
  .contact-details {
    grid-template-columns: 1fr !important;
  }

  .contact_form,
  .contact-info-simple {
    padding: 25px !important;
  }

  .listing-main-sec .col-lg-8,
  .listing-main-sec .col-lg-4 {
    max-width: 100% !important;
    flex: 100% !important;
  }
}

@media (max-width: 768px) {
  .contact_form h3 {
    font-size: 22px !important;
  }

  .contact-info-simple h4 {
    font-size: 20px !important;
  }

  .form-fieldss .col-lg-4,
  .form-fieldss .col-md-4 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
}
