.elementor-2445 .elementor-element.elementor-element-8584413{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-element-populated{border-style:solid;border-width:3px 3px 3px 3px;border-color:#3E4095;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);padding:0px 0px 0px 0px;}.elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-element-populated, .elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-element-populated > .elementor-background-overlay, .elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-background-slideshow{border-radius:38px 38px 38px 38px;}#elementor-popup-modal-2445{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2445 .dialog-message{width:480px;height:auto;}#elementor-popup-modal-2445 .dialog-close-button{display:flex;}#elementor-popup-modal-2445 .dialog-widget-content{border-radius:38px 38px 38px 38px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-2445 .elementor-element.elementor-element-9e63206 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-2445 .elementor-element.elementor-element-9e63206{width:100%;}}/* Start custom CSS for html, class: .elementor-element-fcc4d1b */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
}

.overlay {
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
}

.popup {
    width: 100%;
    max-width: 460px;
    margin: auto;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 14px;
    right: 24px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #EBF0F5;
    cursor: pointer;
    color: #5C6B73;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.close-btn:hover {
    background: #E0E7ED;
    color: #3B484F;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-section img {
    width: 80%;
    max-width: 300px;
    height: auto;
}

.academy-name h3 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
}

.title {
    text-align: center;
    color: #ed3237;
    font-size: 28px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 3px;
    letter-spacing: -0.2px;
}

.subtitle {
    text-align: center;
    letter-spacing: 5px;
    color: #3e4095;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feature-box {
    background: #F5F8FC;
    border: 1px solid #D0DBEB;
    border-radius: 18px;
    padding: 16px 20px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.feature span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #E0F4EA;
    color: #064322;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    flex-shrink: 0;
}

.feature p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #ed3237;
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(220, 176, 76, 0.35);
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(220, 176, 76, 0.5);
    background: #283593;
    color: #fff;
}

/* Branches Section */
.branches-section {
    margin-bottom: 16px;
    background: #F5F8FC;
    border: 1px solid #D0DBEB;
    border-radius: 18px;
    padding: 16px 20px;
    text-align: center;
}

.section-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3e4095;
    margin-bottom: 12px;
    font-weight: 800;
}

.branch-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.branch-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #3e4095;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #D0DBEB;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.branch-link-btn i {
    font-size: 12px;
}

.branch-link-btn:hover {
    background: #3e4095;
    color: #fff;
    border-color: #3e4095;
    transform: translateY(-1.5px);
    box-shadow: 0 4px 12px rgba(62, 64, 149, 0.25);
}

@media(max-width:500px) {
    .popup {
        width: 100%;
        margin: 10px;
        border-radius: 24px;
    }

    .logo-section {
        margin-bottom: 10px;
    }

    .logo-section img {
        width: 90%;
    }

    .title {
        font-size: 22px;
    }

    .subtitle {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .feature-box {
        padding: 10px 16px;
        margin-bottom: 12px;
    }

    .feature p {
        font-size: 15px;
    }

    .feature span {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .branches-section {
        padding: 10px 12px;
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .branch-links {
        gap: 6px;
    }

    .branch-link-btn {
        padding: 6px 12px;
        font-size: 11.5px;
    }

    .download-btn {
        font-size: 17px;
        padding: 14px;
        border-radius: 10px;
    }
}/* End custom CSS */