.elementor-31 .elementor-element.elementor-element-d6bd303{--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:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-31 .elementor-element.elementor-element-bd68d9c{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:0;}.elementor-31 .elementor-element.elementor-element-0fa0523{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.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-31 .elementor-element.elementor-element-4dd6555{margin:63px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 21px;}.elementor-31 .elementor-element.elementor-element-4dd6555 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:700;color:#00132C;}.elementor-31 .elementor-element.elementor-element-104dc3f{width:var( --container-widget-width, 77.515% );max-width:77.515%;--container-widget-width:77.515%;--container-widget-flex-grow:0;}.elementor-31 .elementor-element.elementor-element-104dc3f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31 .elementor-element.elementor-element-164bd67{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-31 .elementor-element.elementor-element-164bd67:not(.elementor-motion-effects-element-type-background), .elementor-31 .elementor-element.elementor-element-164bd67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F2847;}.elementor-31 .elementor-element.elementor-element-ed85b88{z-index:0;}.elementor-31 .elementor-element.elementor-element-ed85b88 iframe{height:525px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-0fa0523{--width:60%;}.elementor-31 .elementor-element.elementor-element-164bd67{--width:50%;}}@media(max-width:767px){.elementor-31 .elementor-element.elementor-element-bd68d9c{--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-6a0440d *//* FORCE FULL WIDTH */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.e-con {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-104dc3f *//* === FORM CONTAINER === */
.ff-default {
    font-family: 'Inter', sans-serif;
}

/* === LABEL STYLE === */
.ff-default .ff-el-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #444;
    font-weight: 500;
}

/* === INPUT STYLE === */
.ff-default .ff-el-form-control {
    width: 100%;
    background: #eff4ff;
    border: none;
    padding: 16px;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
}

/* === FOCUS === */
.ff-default .ff-el-form-control:focus {
    background: #dce9ff;
    outline: none;
}

/* === TEXTAREA === */
.ff-default textarea.ff-el-form-control {
    min-height: 120px;
}

/* === SELECT === */
.ff-default select.ff-el-form-control {
    appearance: none;
}

/* === SPACING === */
.ff-default .ff-el-group {
    margin-bottom: 20px;
}

/* === TWO COLUMNS (Name + Email) === */
.ff-t-container {
    display: flex;
    gap: 20px;
}

.ff-t-container .ff-el-group {
    flex: 1;
}

/* === BUTTON === */
/* BUTTON FIX FINAL */
.ff-btn-submit,
.ff_submit_btn {
    background: #00132c !important;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    border: none !important;
}

.ff-btn-submit:hover,
.ff_submit_btn:hover {
    background: #0f2847 !important;
}

/* === REMOVE EXTRA SHADOWS / BORDERS === */
.ff-default input,
.ff-default textarea,
.ff-default select {
    box-shadow: none !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .ff-t-container {
        flex-direction: column;
    }
}/* End custom CSS */