.elementor-347610 .elementor-element.elementor-element-2041dfa{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-347610 .elementor-element.elementor-element-08be752{--display:flex;}.elementor-347610 .elementor-element.elementor-element-54811bb{--display:flex;}/* Start custom CSS */.ff-popup-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 420px !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    gap: 10px !important;
    height: 52px !important;
    padding: 0 28px !important;
    background: linear-gradient(135deg, #1a3a8f, #0f2348) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: 0.2px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 20px rgba(15, 35, 72, 0.18) !important;
    white-space: nowrap !important;
    text-align: center !important;
    position: relative;
    z-index: 1;
    animation: pulseGlow 2.2s infinite;
}

.ff-popup-trigger:hover {
    background: linear-gradient(135deg, #224bb5, #122a5c) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(15, 35, 72, 0.35) !important;
}

.ff-popup-trigger:active {
    transform: scale(0.97) !important;
}

.ff-popup-trigger .btn-icon {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 58, 143, 0.4), 0 4px 20px rgba(15, 35, 72, 0.18);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(26, 58, 143, 0), 0 6px 24px rgba(15, 35, 72, 0.25);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(26, 58, 143, 0), 0 4px 20px rgba(15, 35, 72, 0.18);
    }
}

@media (max-width: 767px) {
    .ff-popup-trigger {
        width: 90% !important;
        max-width: 100% !important;
        min-width: auto !important;
        font-size: 14px !important;
    }
}

.ff-popup-trigger.mint {
    background: #00c896;
    box-shadow: 0 4px 20px rgba(0, 200, 150, 0.3);
}
.ff-popup-trigger.mint:hover {
    background: #00a87d;
    box-shadow: 0 8px 28px rgba(0, 200, 150, 0.36);
}

.ff-popup-trigger.outline {
    background: transparent;
    color: #0f2348;
    border: 2px solid #0f2348;
    box-shadow: none;
}
.ff-popup-trigger.outline:hover {
    background: #f4f7ff;
    box-shadow: none;
}

.ff-popup-trigger.pill {
    border-radius: 100px;
}

#ff-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 48, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
#ff-popup-overlay.open {
    opacity: 1;
    visibility: visible;
}

#ff-popup-wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
}

#ff-popup-close {
    position: absolute;
    top: -48px;
    right: 0;
    z-index: 10;
    width: 36px;
    height: 36px;
    background: #0f2348;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 4px 16px rgba(10, 20, 48, 0.2);
    transition: background 0.2s, transform 0.15s;
    margin-top: 50px;
    margin-right: 10px;
}
#ff-popup-close:hover {
    background: #000;
    transform: scale(1.1);
}
#ff-popup-close svg {
    pointer-events: none;
}

#ff-popup-modal {
    width: 100%;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(10, 20, 48, 0.28);
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateY(24px) scale(0.97);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#ff-popup-overlay.open #ff-popup-modal {
    transform: translateY(0) scale(1);
}

.popup-left {
    background: linear-gradient(145deg, #0f2348 0%, #1a3560 100%);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.popup-left::before,
.popup-left::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.popup-left::before {
    width: 260px;
    height: 260px;
    background: rgba(0, 200, 150, 0.08);
    top: -60px;
    right: -60px;
}
.popup-left::after {
    width: 160px;
    height: 160px;
    background: rgba(0, 200, 150, 0.05);
    bottom: -40px;
    left: -40px;
}

.popup-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 200, 150, 0.15);
    border: 1px solid rgba(0, 200, 150, 0.3);
    color: #00c896;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
    width: fit-content;
    text-transform: uppercase;
}

.popup-left h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.popup-date {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.popup-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00c896;
    box-shadow: 0 0 6px #00c896;
    flex-shrink: 0;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.popup-perks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup-perk {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}
.perk-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 200, 150, 0.2);
    border: 1px solid rgba(0, 200, 150, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 9px;
    color: #00c896;
    font-weight: 700;
}

.popup-instructor {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.inst-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d4a7a, #1a3560);
    border: 2px solid rgba(0, 200, 150, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}
.inst-label {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.inst-name {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1px;
}
.inst-role {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.popup-right {
    background: #fff;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 90vh;
}
.popup-right::-webkit-scrollbar {
    width: 4px;
}
.popup-right::-webkit-scrollbar-track {
    background: #f4f7ff;
    border-radius: 4px;
}
.popup-right::-webkit-scrollbar-thumb {
    background: #dde4f0;
    border-radius: 4px;
}
.popup-right::-webkit-scrollbar-thumb:hover {
    background: #5a6a8a;
}

.form-header {
    margin-bottom: 20px;
}
.form-header h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #0f2348;
    margin-bottom: 4px;
}
.form-header p {
    font-size: 13px;
    color: #5a6a8a;
    line-height: 1.5;
}

.ff-popup-form .fluentform,
.ff-popup-form .fluentform_wrapper_191 {
    font-family: 'DM Sans', sans-serif !important;
}

.ff-popup-form .ff-el-progress {
    background: #dde4f0 !important;
    border-radius: 100px;
    height: 15px !important;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.ff-popup-form .ff-el-progress-bar {
    background: #00c896 !important;
    height: 15px !important;
    border-radius: 100px;
    transition: width 0.4s ease;
}
.ff-popup-form .ff-el-progress-status {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    color: #5a6a8a !important;
    margin-bottom: 6px !important;
}
.ff-popup-form .ff-el-progress-title {
    display: none !important;
}

.ff-popup-form .ff-el-group {
    margin-bottom: 16px !important;
}
.ff-popup-form .ff-el-group:last-of-type {
    margin-bottom: 0 !important;
}

.ff-popup-form .ff-el-input--label label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0f2348 !important;
    margin-bottom: 5px !important;
    display: block;
}
.ff-popup-form .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
    content: ' *';
    color: #00c896;
    font-weight: 400;
}

.ff-popup-form .ff-el-form-control,
.ff-popup-form input.ff-el-form-control,
.ff-popup-form select.ff-el-form-control,
.ff-popup-form textarea.ff-el-form-control {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    color: #0f2348 !important;
    background: #fff !important;
    border: 1.5px solid #dde4f0 !important;
    border-radius: 12px !important;
    height: 44px !important;
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.ff-popup-form textarea.ff-el-form-control {
    height: auto !important;
    padding: 12px 14px !important;
    resize: vertical;
}
.ff-popup-form .ff-el-form-control::placeholder {
    color: #aab4cc !important;
}
.ff-popup-form .ff-el-form-control:focus {
    border-color: #0f2348 !important;
    box-shadow: 0 0 0 3px rgba(15, 35, 72, 0.06) !important;
}

.ff-popup-form .ff-el-input--content {
    position: relative;
}
.ff-popup-form select.ff-el-form-control {
    padding-right: 36px !important;
    cursor: pointer;
}
.ff-popup-form .ff-el-input--content:has(select)::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #5a6a8a;
    pointer-events: none;
}

.ff-popup-form .ff-name-field-wrapper .ff-t-container {
    display: flex;
    gap: 10px;
}
.ff-popup-form .ff-name-field-wrapper .ff-t-cell {
    flex: 1;
}
.ff-popup-form .ff-name-field-wrapper .ff-t-cell .ff-el-group {
    margin-bottom: 0 !important;
}

.ff-popup-form .iti {
    width: 100% !important;
}
.ff-popup-form .iti__selected-country {
    background: #f8faff !important;
    border-right: 1.5px solid #dde4f0 !important;
    border-radius: 12px 0 0 12px !important;
    padding: 0 10px !important;
}
.ff-popup-form .iti__selected-dial-code {
    font-size: 12px !important;
    color: #5a6a8a !important;
    font-family: 'DM Sans', sans-serif !important;
}
.ff-popup-form .iti input.ff-el-form-control {
    border-radius: 0 12px 12px 0 !important;
}

.ff-popup-form .ff-el-form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.ff-popup-form .ff-el-form-check-input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    margin-top: 2px !important;
    accent-color: #0f2348 !important;
    flex-shrink: 0;
}
.ff-popup-form .ff-el-form-check-label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    color: #5a6a8a !important;
    line-height: 1.5 !important;
    cursor: pointer;
}
.ff-popup-form .ff-el-group.checki .ff-el-input--content {
    padding-top: 2px;
}
.ff-popup-form .ff-el-group.checki .ff-el-input--content::after {
    display: none;
}

.ff-popup-form .ff-el-tc {
    background: #f4f7ff;
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #dde4f0;
}
.ff-popup-form .ff_tc_label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
}
.ff-popup-form .ff_tc_checkbox {
    flex-shrink: 0;
    margin-top: 2px;
}
.ff-popup-form .ff_t_c p {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px !important;
    color: #8a99b8 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    border: none !important;
}
.ff-popup-form .ff_t_c a {
    color: #0f2348 !important;
    font-weight: 500;
    text-decoration: none !important;
}
.ff-popup-form .ff_t_c a:hover {
    text-decoration: underline !important;
}

.ff-popup-form .step-nav,
.ff-popup-form .ff_step_nav_last {
    display: flex !important;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
    clear: both;
}

.ff-popup-form .ff-btn-next,
.ff-popup-form button[data-action="next"],
.ff-popup-form .ff-btn-submit {
    height: 46px !important;
    background: #0f2348 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    letter-spacing: 0.2px;
    transition: background 0.2s !important;
}

.ff-popup-form .ff-btn-next,
.ff-popup-form button[data-action="next"] {
    flex: 2;
    float: right;
}
.ff-popup-form .ff-btn-next:hover,
.ff-popup-form button[data-action="next"]:hover,
.ff-popup-form .ff-btn-submit:hover {
    background: #1a3560 !important;
}

.ff-popup-form .ff-btn-prev,
.ff-popup-form button[data-action="prev"] {
    flex: 1;
    height: 46px !important;
    background: #fff !important;
    color: #0f2348 !important;
    border: 1.5px solid #dde4f0 !important;
    border-radius: 12px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s !important;
    float: left;
}
.ff-popup-form .ff-btn-prev:hover,
.ff-popup-form button[data-action="prev"]:hover {
    border-color: #0f2348 !important;
    background: #f4f7ff !important;
}

.ff-popup-form .ff-btn-submit {
    width: 100% !important;
}

.ff-popup-form .ff-inner_submit_container.ff_columns_total_2 {
    display: flex !important;
    gap: 10px;
    align-items: center;
    clear: both;
}
.ff-popup-form .ff-inner_submit_container .ff-t-column-1 {
    flex: 1;
}
.ff-popup-form .ff-inner_submit_container .ff-t-column-2 {
    flex: 2;
}
.ff-popup-form .ff-inner_submit_container .ff-t-column-2 .ff-btn-submit {
    width: auto !important;
    min-width: 160px;
}

.ff-popup-form .error,
.ff-popup-form .error-text {
    font-size: 12px !important;
    color: #e24b4a !important;
    margin-top: 4px !important;
    display: block;
}
.ff-popup-form .ff-el-form-control.error {
    border-color: #e24b4a !important;
    box-shadow: 0 0 0 3px rgba(226, 75, 74, 0.08) !important;
}

.ff-popup-form .ff-message-success {
    background: #e8faf4 !important;
    border: 1px solid #00c896 !important;
    border-radius: 12px !important;
    color: #0a5a38 !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
}

.ff-popup-form .ff-custom_html {
    display: none !important;
}

.ff-popup-form div[id^="fluentform-turnstile"] {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

.btn-demo-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
}
.demo-label {
    font-size: 11px;
    color: #5a6a8a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}

@media (max-width: 680px) {
    #ff-popup-close {
        top: -44px;
        right: 0;
    }
    #ff-popup-modal {
        grid-template-columns: 1fr;
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px;
    }
    .popup-left {
        padding: 24px 20px;
        gap: 14px;
    }
    .popup-left::before,
    .popup-left::after {
        display: none;
    }
    .popup-instructor {
        display: none;
    }
    .popup-right {
        padding: 24px 20px;
    }
    .ff-popup-form .ff-name-field-wrapper .ff-t-container {
        flex-direction: column;
    }
    .ff-popup-form .step-nav,
    .ff-popup-form .ff_step_nav_last {
        flex-direction: column-reverse;
    }
    .ff-popup-form .ff-btn-next,
    .ff-popup-form .ff-btn-prev,
    .ff-popup-form button[data-action="next"],
    .ff-popup-form button[data-action="prev"] {
        width: 100% !important;
        float: none;
    }
    .btn-demo-group {
        flex-direction: column;
        align-items: stretch;
    }
    .ff-popup-trigger {
        justify-content: center;
    }
}/* End custom CSS */