.mccone-contact-container {
  display: flex;
  gap: 40px;
 
  color: #3e2723;
  
  border-radius: 10px;
    flex-wrap: wrap;

}

.form-section { flex: 2; }
.contact-info { flex: 1; text-align: left; }

.form-row { display: flex; gap: 20px; margin-bottom: 0px; }
.form-row div { flex: 1; }

.fastest-estate {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 4px 8px rgba(201, 169, 110, 0.1), 0 8px 16px rgba(201, 169, 110, 0.05);
      padding: 20px;
      background:#e8ddcb80 !important;
}

.fastest-estate input, .fastest-estate select, .fastest-estate textarea {
  width: 100%;
  padding: 12px;

  border-radius: 6px;
  background: rgba(255,255,255,0);
  color: #3e2723;
}
 .form-group  {
    border:none !important;
    padding:10px  !important;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.9)!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    transition: all 0.3s  cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.form-group label {
    color: #3e2723!important;
      text-transform: uppercase;
      margin-bottom:0px !important;

}
textarea { height: 120px; resize: none; }

.submit-btn {
  background: linear-gradient(135deg, #c9a96e 0%, #d4b378 100%) !important;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-top:30px;
  margin: auto  !important;
    padding-left: 40px  !important;
    padding-right: 40px  !important;
    width:auto  !important;
    font-weight:500 !important;
}

.submit-btn:hover { background:  #3e2723; }

.profile-pic {
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}
.form-group input, .form-group textarea, .form-group select {
  border:none !important;
    background-color: transparent !important;
     color: #3e2723;
     padding-left:0px !important;
     padding:4px !important;
     font-size: 0.875rem !important;
     font-weight: 500 !important;
     
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #6b7280 !important;
   font-size: 0.875rem !important;
     font-weight: 500 !important;
     text-transform: capitalize;
  
}
.form-group option {
    color:black !important;
}

.form-section {
     padding:0px !important;
}
.fastest-estate .text-white {
     margin-bottom: 40px;
}
.whatsappp {
      display: flex;
      align-items: center;
      color: white;
      font-size: 15px;
    background-color: transparent !important;

    }
      .whatsappp img {
      width: 18px;
      margin-right: 8px;
    }
.contact-di {
    display: flex;
    gap: 25px;
}

.office-details {
    padding: 20px;
    border-top: 1px solid #ffffff75;
    margin-top: 13px;
}

.office-details h4 {
    margin-bottom: 10px;
    color:#c9a96e !important;
      text-transform: uppercase;
      font-weight:500;
}

.office-details a {
text-decoration: underline !important;
    margin-bottom: 20px !important;
    display: block !important;
    
}
.flex-ad-noon {
    display:flex;
    align-items: center;
}
@media (max-width: 992px) {
  .mccone-contact-container {
    flex-direction: column;
    gap: 30px;
  }

  .form-section,
  .contact-info {
    flex: 1 1 100%;
  }

  .contact-info {
    text-align: left;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom:15px;
  }

  .form-row div {
    min-width: 100%;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
  }
  .administrative-noopener {
      height:auto !important;
  }
}

@media (max-width: 600px) {
  .mccone-contact-container {
    gap: 20px;
    padding: 10px;
  }

  .fastest-estate input,
  .fastest-estate select,
  .fastest-estate textarea {
    padding: 10px;
  }

  .whatsappp {
    font-size: 14px;
  }

  .whatsappp img {
    width: 16px;
  }

  .office-details {
    padding: 15px;
  }

  .office-details h4 {
    font-size: 14px;
  }

  .submit-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.fastest-estate .profile-pic {
    object-fit: cover;
    border-radius: 400px !important;
    height: 100px !important;
    width: 100px !important;
    margin-bottom: 0px;
}

.fastest-estate .one-brokers {
    font-size: 1rem !important;
    color: #3e2723 !important;
    text-align: center;
}

.stress-free {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-di {
   margin-bottom: 0px; 
   /*background: #e8ddcb;*/
    width: 100%;
    border-radius: 11px;
    padding: 19px;
    justify-content: center;
    
}

.form-title {
    font-size: 22px;
  font-weight: 600;
  color: #3e2723;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-align: center; /* or center if you prefer */
  border-bottom: 1px solid #c9a96e;
    padding-bottom: 10px;
}
.one-brokers {
  border-bottom: 1px solid #c9a96e;
  padding-bottom:20px;
}
.administrative-noopener {
    border-left: 1px solid #c9a96e;
    padding-left: 40px;
}