.elementor-3889 .elementor-element.elementor-element-6963d60{--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;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3889 .elementor-element.elementor-element-85bfe57{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 30px 0px;text-align:center;}.elementor-3889 .elementor-element.elementor-element-85bfe57 .elementor-heading-title{font-family:"IBM Plex Sans", Sans-serif;font-size:32px;font-weight:700;color:#1E3B5E;}@media(max-width:768px){.elementor-3889 .elementor-element.elementor-element-6963d60{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3889 .elementor-element.elementor-element-85bfe57{padding:0px 0px 10px 0px;}.elementor-3889 .elementor-element.elementor-element-85bfe57 .elementor-heading-title{font-size:26px;}}@media(min-width:769px){.elementor-3889 .elementor-element.elementor-element-6963d60{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-4b486c2 */.custom-contact-form {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "IBM Plex Sans", sans-serif;
  color: #0a0a0a;
}

.custom-contact-form label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  color: #0f172a;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  height: 80px;
  background: #f1f3f6;
  border: none;
  border-radius: 6px;
  padding: 14px 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.custom-contact-form textarea.wpcf7-form-control {
  background: #f1f3f6;
  border: none;
  border-radius: 6px;
}

.custom-contact-form textarea {
  height: 110px;
  resize: none;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #9ca3af;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  outline: none;
  background: #e5e7eb;
}

/* --- Checkbox Styling --- */
#agree-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  margin-top: 15px;
  color: #0f172a;
}

#agree-box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  cursor: pointer;
  accent-color: #1F3B5E;
}

#agree-box label {
  cursor: pointer;
  margin-bottom: 0;
}

#agree-box .terms-link {
  text-decoration: underline;
  color: #1F3B5E;
}

#agree-box p {
    display: flex;
    gap: 5px;
}

/* --- Disable/Enable Submit Button Area --- */
.submit-box {
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.3s ease;
}

.submit-box.active {
  opacity: 1;
  pointer-events: auto;
}

/* --- Submit Button --- */
.submit-btn {
  text-align: center;
}

.custom-contact-form input[type="submit"] {
  background: #1E3B5E !important;
  color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  transition: background 0.3s ease;
  margin-top: 25px;
}

.custom-contact-form input[type="submit"]:hover {
  background: #14283F;
}

@media only screen and (max-width: 767px){
    .custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form textarea{
        height: auto;
    }
    #agree-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.custom-contact-form label {
    font-size: 13px;
}
.custom-contact-form input[type="submit"] {
    margin-top: 0;
}
}/* End custom CSS */