.elementor-24 .elementor-element.elementor-element-66a8be4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-24 .elementor-element.elementor-element-3d54d71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24 .elementor-element.elementor-element-3d54d71.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-24 .elementor-element.elementor-element-c1c0bd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-66a8be4{--content-width:1320px;}.elementor-24 .elementor-element.elementor-element-3d54d71{--width:41.67%;}.elementor-24 .elementor-element.elementor-element-c1c0bd3{--width:58.33%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24 .elementor-element.elementor-element-3d54d71{--width:100%;}.elementor-24 .elementor-element.elementor-element-c1c0bd3{--width:100%;}}@media(max-width:1024px){.elementor-24 .elementor-element.elementor-element-66a8be4{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-24 .elementor-element.elementor-element-c1c0bd3{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap');

.custom-contact-form {
  background: linear-gradient(135deg, #f9e4d4, #f6d7b0);
  padding: 30px;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
  font-family: 'ADLaM Display', cursive;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.custom-contact-form h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #842e1b;
}

.custom-contact-form label {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #5e3224;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2c6b3;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 12px; /* Reduced gap between fields */
  background: #fff8f4;
}

.custom-contact-form textarea {
  height: 160px;
  margin-bottom: 8px; /* Smaller gap before button */
  resize: vertical;
}

.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
}

.custom-contact-form .form-group {
  flex: 1;
}

.custom-contact-form .wpcf7-submit {
  background: #d85b2c;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.custom-contact-form .wpcf7-submit:hover {
  background: #b04422;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}/* End custom CSS */