.elementor-2440 .elementor-element.elementor-element-ec6f3c2{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.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-2440 .elementor-element.elementor-element-5a02c55 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:1.25rem;font-weight:600;color:#0B3B68;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2440 .elementor-element.elementor-element-d611d8d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-family:"Inter", Sans-serif;font-weight:400;color:#475569;}.elementor-2440 .elementor-element.elementor-element-a37fb14{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-a37fb14 *//* ================================
   CONTACT FORM 7 – DARK FORM STYLE
   ================================ */

/* FORM CONTAINER */
/*.wpcf7 form {*/
/*  background: #0b2f55;*/
/*  padding: 30px;*/
/*  border-radius: 6px;*/
/*}*/

/* FORM ROW */
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}

/* COLUMNS */
.form-col {
  flex: 1;
}

.form-col-full {
  width: 100%;
}

/* HIDE LABELS (IMAGE USES PLACEHOLDERS) */
label {
  display: none;
}

/* INPUTS + SELECT */
input[type="text"],
input[type="tel"],
input[type="email"],
select {
    width: 100%;
    height: fit-content;
    padding: 0.75rem;
    font-size: 12px;
    font-weight: normal;
    border-radius: 6px;
    border: none;
    outline: none;
    background: #ffffff;
    color: #333;
}

/* PLACEHOLDER */
input::placeholder {
  color: #8a8fa3;
}

/* SELECT DROPDOWN ICON */
select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  color: #8a8fa3;
}

/* FOCUS EFFECT */
input:focus,
select:focus {
  box-shadow: 0 0 0 3px rgba(0, 160, 255, 0.35);
  transition: box-shadow 0.2s ease;
}

/* SUBMIT BUTTON */
.btn-p p {width:100%;}
.submit-btn {
     width: 100%;
    height: fit-content;
    padding: 0.75rem;
    font-size: 12px;
    font-weight: normal;
  background: #6bbf3f;
  color: #ffffff !important;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  margin-top: 10px;
}

/* BUTTON HOVER */
.submit-btn:hover {
  background: #5aac34;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* ================================
   CONTACT FORM 7 VALIDATION STYLE
   ================================ */

/* INVALID FIELD */
.wpcf7-not-valid {
  border: 2px solid #ff4d4d !important;
}

/* INLINE ERROR TEXT */
.wpcf7-not-valid-tip {
  color: #ffb3b3;
  font-size: 13px;
  margin-top: 6px;
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
  border: none;
  background: #2ecc71;
  color: #ffffff;
  padding: 14px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 600;
}

/* ERROR MESSAGE BOX */
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #e74c3c;
  color: #ffffff;
  padding: 14px;
  border-radius: 6px;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
}/* End custom CSS */