/* Stronger wrapper target */
#content-wrapper .contact-rich {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

#content-wrapper .contact-rich h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #222;
}

#content-wrapper .contact-rich .block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

#content-wrapper .contact-rich .icon {
  font-size: 20px;
  color: #be7d5a;
  margin-right: 12px;
}

#content-wrapper .contact-rich .data {
  font-size: 1rem;
  line-height: 1.4;
}

/* Contact Form Section */
#content-wrapper .contact-form {
  padding: 0 10px !important;
}

#content-wrapper .contact-form h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #333;
}

/* Form Inputs & Labels */
#content-wrapper .contact-form label.form-control-label {
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: inline-block;
}

#content-wrapper .contact-form .form-group {
  margin-bottom: 20px;
}

#content-wrapper .contact-form input,
#content-wrapper .contact-form select,
#content-wrapper .contact-form textarea {
  width: 100%;
  border: 1px solid #ddd !important;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border 0.3s ease;
  background-color: #fff;
}

#content-wrapper .contact-form input:focus,
#content-wrapper .contact-form select:focus,
#content-wrapper .contact-form textarea:focus {
  border-color: #be7d5a !important;
  outline: none;
}

/* File input container */
#content-wrapper .contact-form .bootstrap-filestyle {
  width: 100%;
}

#content-wrapper .contact-form .bootstrap-filestyle input.form-control {
  background-color: #f5f5f5;
  cursor: default;
}

#content-wrapper .contact-form .bootstrap-filestyle .btn {
  background-color: var(--color-primary, #cb9274) !important;
  color: white !important;
  border: none;
  border-radius: 6px;
}

/* Submit Button */
#content-wrapper .contact-form .form-footer input[type="submit"]:hover {
  background-color: #000 !important;
}
#content-wrapper .contact-form .form-footer input[type="submit"] {
  background-color: #252324 !important;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* Responsive Fixes */
@media screen and (max-width: 768px) {
  #content-wrapper .contact-form .form-group.row {
    flex-direction: column;
  }

  #content-wrapper .contact-form label,
  #content-wrapper .contact-form .col-md-6,
  #content-wrapper .contact-form .col-md-9 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #content-wrapper .contact-form .offset-md-3 {
    margin-left: 0 !important;
  }
}

/* contact info page  */


.contact-rich h3 {
  color: black;
  font-family: Jost;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.contact-rich .block .data.email {
  padding-top: 0 !important;
}

.contact-rich .h4 {
  text-transform: capitalize !important;
  font-family: Jost;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 22px;
}

.contact-rich {
  background-color: #f5f4f2;
  padding: 20px;
  border-radius: 10px;
}

.contact-rich .block {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 11px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-rich .data *,
.contact-rich .data {
  color: #838589 !important;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px !important;
}

.contact-rich .icons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.contact-rich .icons a i::before {
  scale: 0.9;
}

.contact-rich a {
  color: black;
  transition: color 0.3s ease;
}

.contact-rich a:hover {
  color: var(--color-primary, #cb9274);
}

.gallery-section {
  padding-top: 0 !important;
}

.page-caption {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
}

.page-title {
  font-family: Jost;
  font-weight: 500;
  font-size: 42px;
  line-height: 34px;
}

.page-desc {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
  max-width: 577px;
}

.page-header {
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page-header > * {
  margin-bottom: 0;
}
.page-desc a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.page-desc a:hover {
  color: var(--color-primary, #cb9274);
  text-decoration: underline;
}

.label,
label {
  text-align: left !important;
}

.firs-name_email {
  display: flex;
  gap: 10px;
}

.firs-name_email::after {
  content: none !important;
  display: none !important;
}

.form-group {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}


#content {
  padding: 0 !important;
  
}