.elementor-4439 .elementor-element.elementor-element-68d0e93{--display:flex;--margin-top:-40px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-4439 .elementor-element.elementor-element-5b5f235 .google-map-container{height:500px;}.elementor-4439 .elementor-element.elementor-element-5b5f235 .wd-google-map-content{max-width:340px;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--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:40px 0px;--row-gap:40px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-789122a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:15px;--padding-bottom:15px;--padding-left:50px;--padding-right:0px;}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--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-4439 .elementor-element.elementor-element-789122a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:768px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--content-width:unset;}}@media(max-width:1024px) and (min-width:769px){.elementor-4439 .elementor-element.elementor-element-789122a{--width:100%;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c67846 *//* Contact Form 7 Custom Styles */

/* Form labels */
.wpcf7 form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* Input, textarea fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  transition: border 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #0A441B;
  outline: none;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #0A441B;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #086532; /* Slightly lighter green on hover */
}

/* Optional: Add spacing and responsiveness */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}/* End custom CSS */