.elementor-16 .elementor-element.elementor-element-2371520{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16 .elementor-element.elementor-element-8899642{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-e8a171e .elementor-heading-title{font-family:"Rochester", Sans-serif;font-weight:600;color:#FF8F00;}.elementor-16 .elementor-element.elementor-element-8657d85{--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-16 .elementor-element.elementor-element-99b72f4{border-radius:30px 30px 30px 30px;}.elementor-16 .elementor-element.elementor-element-99b72f4 iframe{height:550px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-8899642{--width:50%;}.elementor-16 .elementor-element.elementor-element-8657d85{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-cc53df4 */.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background-color: #eaeaea; /* slightly darker background */
  transition: 0.3s ease;
}

.custom-contact-form input[type="text"]:focus,
.custom-contact-form input[type="email"]:focus,
.custom-contact-form textarea:focus {
  border-color: #007BFF; /* You can match this with your brand color */
  background-color: #fff;
  outline: none;
}

.custom-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.custom-contact-form input[type="submit"] {
  background-color: #007BFF;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
  background-color: #0056b3;
}/* End custom CSS */