/* ============================================================
   GLOBAL UTILITY CLASSES (Bootstrap-style) — Margin / Padding / Width
   ============================================================ */
p {
    
    margin-bottom: 20px;
  }
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.resize-none.w-full.border-gray-300.rounded-md.px-3.py-2.text-base.bg-input-background.flex.h-9.min-w-0.border.py-1.outline-none.min-h-40 {
  min-height: 200px;
}
.hom-cf .wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #6b5e48;
}
.listing2 ul {

}
.listing2 ul {
  position: relative;
  padding-left: 20px;
}

.Listing2 li {

  list-style: disc;

 
margin-left: 22px;
  padding-bottom: 10px;
}

/* ---------- WIDTH ---------- */
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.mw-100 { max-width: 100% !important; }

/* Responsive width */
@media (min-width: 576px) {
  .w-sm-25 { width: 25% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-75 { width: 75% !important; }
  .w-sm-100 { width: 100% !important; }
}
@media (min-width: 768px) {
  .w-md-25 { width: 25% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-75 { width: 75% !important; }
  .w-md-100 { width: 100% !important; }
}
@media (min-width: 992px) {
  .w-lg-25 { width: 25% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-75 { width: 75% !important; }
  .w-lg-100 { width: 100% !important; }
}
@media (min-width: 1200px) {
  .w-xl-25 { width: 25% !important; }
  .w-xl-50 { width: 50% !important; }
  .w-xl-75 { width: 75% !important; }
  .w-xl-100 { width: 100% !important; }
}

/* ---------- MARGIN ---------- */
.m-0 { margin: 0 !important; }
.m-1 { margin: .25rem !important; }
.m-2 { margin: .5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ms-0 { margin-left: 0 !important; }
.ms-1 { margin-left: .25rem !important; }
.ms-2 { margin-left: .5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.ms-5 { margin-left: 3rem !important; }

.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: .25rem !important; }
.me-2 { margin-right: .5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.me-5 { margin-right: 3rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: .25rem !important; margin-right: .25rem !important; }
.mx-2 { margin-left: .5rem !important; margin-right: .5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: .25rem !important; margin-bottom: .25rem !important; }
.my-2 { margin-top: .5rem !important; margin-bottom: .5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.m-auto { margin: auto !important; }

/* ---------- RESPONSIVE MARGIN ---------- */
@media (min-width: 576px) { [class*="mb-sm-"] { } }
@media (min-width: 768px) { [class*="mb-md-"] { } }
@media (min-width: 992px) { [class*="mb-lg-"] { } }
@media (min-width: 1200px) { [class*="mb-xl-"] { } }

/* Example expansions */
@media (min-width: 576px) { .mb-sm-3 { margin-bottom: 1rem !important; } }
@media (min-width: 768px) { .mb-md-3 { margin-bottom: 1rem !important; } }
@media (min-width: 992px) { .mb-lg-3 { margin-bottom: 1rem !important; } }
@media (min-width: 1200px) { .mb-xl-3 { margin-bottom: 1rem !important; } }

/* ---------- PADDING ---------- */
.p-0 { padding: 0 !important; }
.p-1 { padding: .25rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: .25rem !important; }
.pt-2 { padding-top: .5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.ps-0 { padding-left: 0 !important; }
.ps-1 { padding-left: .25rem !important; }
.ps-2 { padding-left: .5rem !important; }
.ps-3 { padding-left: 1rem !important; }
.ps-4 { padding-left: 1.5rem !important; }
.ps-5 { padding-left: 3rem !important; }

.pe-0 { padding-right: 0 !important; }
.pe-1 { padding-right: .25rem !important; }
.pe-2 { padding-right: .5rem !important; }
.pe-3 { padding-right: 1rem !important; }
.pe-4 { padding-right: 1.5rem !important; }
.pe-5 { padding-right: 3rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: .25rem !important; padding-right: .25rem !important; }
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }


/* Make form elements full width and nicely spaced */
.contact-page .wpcf7-form-control,
.contact-page .wpcf7-form-control.wpcf7-text,
.contact-page .wpcf7-form-control.wpcf7-email,
.contact-page .wpcf7-form-control.wpcf7-textarea,
.contact-page .wpcf7-form-control.wpcf7-select,
.contact-page .wpcf7-form-control.wpcf7-number,
.contact-page .wpcf7-form-control.wpcf7-date {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  margin: 6px 0 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  background: #fff !important;
  font-size: 16px;
  line-height: 1.35;
  transition: box-shadow .18s ease, border-color .18s ease, transform .06s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Textarea slightly taller and vertically aligned */
.contact-page .wpcf7-form-control.wpcf7-textarea {
  min-height: 140px;
  resize: vertical;
  padding-top: 12px;
}

/* Placeholder styling */
.contact-page .wpcf7-form-control::placeholder {
  color: #9aa3ad;
  opacity: 1;
}

/* Focus state */
.contact-page .wpcf7-form-control:focus {
  outline: none;
  border-color: rgba(60,120,255,0.95);
  box-shadow: 0 6px 18px rgba(60,120,255,0.06), 0 0 0 4px rgba(60,120,255,0.06);
  transform: translateY(-1px);
}

/* Labels above fields (if you use labels) */
.contact-page .wpcf7-form .wpcf7-form-control-wrap > label,
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  
  font-size: 16px;
}

/* Optional: compact layout helper — put label and input inline on wide screens */
@media (min-width: 880px) {
  .contact-page .cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  /* full width override for elements that should span both columns */
  .contact-page .cf7-grid .cf7-span-2 { grid-column: 1 / -1; }
}

/* Submit button — modern style */
.contact-page .wpcf7 .wpcf7-submit {
  display: inline-block !important;
  width: auto !important;
  padding: 12px 22px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  background: linear-gradient(135deg,#3c78ff 0%, #2aa0ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(42,160,255,0.18) !important;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease !important;
  -webkit-appearance: none !important;
}

/* Button hover/focus/active */
.contact-page .wpcf7 .wpcf7-submit:hover,
.contact-page .wpcf7 .wpcf7-submit:focus {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 34px rgba(42,160,255,0.18) !important;
  outline: none !important;
}
.contact-page .wpcf7 .wpcf7-submit:active {
  transform: translateY(0) !important;
  opacity: .95 !important;
}

/* Validation error state */
.contact-page .wpcf7-not-valid,
.contact-page .wpcf7-form-control.wpcf7-not-valid {
  border-color: #ff5a5f !important;
  box-shadow: 0 6px 14px rgba(255,90,95,0.06) !important;
}

/* Error message style (CF7 default wrappers) */
.contact-page .wpcf7-response-output {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}

/* Success and error specific */
.contact-page .wpcf7-mail-sent-ok { background: rgba(102,187,106,0.12); color: #2e7d32; }
.contact-page .wpcf7-mail-sent-ng,
.contact-page .wpcf7-validation-errors { background: rgba(255,90,95,0.06); color: #c62828; }

/* Small helper to keep file inputs looking tidy */
.contact-page .wpcf7 input[type="file"] { padding: 8px 10px; border-radius: 8px; }

/* Remove any theme-specific input shadows/overrides (use only if necessary) */
.contact-page .wpcf7 input, .wpcf7 textarea, .wpcf7 select { background-clip: padding-box; }