.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-2499 .elementor-element.elementor-element-b9bb87c .elementor-heading-title{color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2499 .elementor-element.elementor-element-9a5b05a{width:100%;max-width:100%;}.elementor-2499 .elementor-element.elementor-element-9a5b05a img{width:100%;opacity:1;}.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-2499 .elementor-element.elementor-element-ffa6f99 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2499 .elementor-element.elementor-element-ffa6f99 > .elementor-container{min-height:680px;}.elementor-2499 .elementor-element.elementor-element-ffa6f99{overflow:hidden;margin-top:0rem;margin-bottom:0rem;padding:6rem 6rem 6rem 6rem;}.elementor-bc-flex-widget .elementor-2499 .elementor-element.elementor-element-23cc271.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-2499 .elementor-element.elementor-element-23cc271.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-2499 .elementor-element.elementor-element-23cc271 .elementor-background-slideshow__slide__image{background-size:cover;}.elementor-2499 .elementor-element.elementor-element-23cc271 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2499 .elementor-element.elementor-element-23cc271 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2499 .elementor-element.elementor-element-ae71ae0{z-index:25;}@media(min-width:768px){.elementor-2499 .elementor-element.elementor-element-23cc271{width:100%;}}/* Start custom CSS for section, class: .elementor-element-a71db82 *//* ==========================================
   Popup Form (Scoped)
========================================== */

#custom-popup .right-section{
    background:#fff;
    padding:40px;
}

#custom-popup .right-section h2{
    font-size:34px;
    margin-bottom:10px;
    color:#0E2D5A;
}

#custom-popup .right-section h3{
    font-size:18px;
    line-height:1.5;
    margin-bottom:30px;
    color:#333;
    font-weight:700;
}

#custom-popup #leadForm .form-group{
    margin-bottom:18px;
}

#custom-popup #leadForm input[type="text"],
#custom-popup #leadForm input[type="email"],
#custom-popup #leadForm input[type="tel"]{
    width:100%;
    height:56px;
    border:1px solid #E2E8F0;
    border-radius:10px;
    padding:0 18px;
    font-size:16px;
    background:#F8FAFC;
    transition:.3s;
    outline:none;
    box-sizing:border-box;
}

#custom-popup #leadForm input:focus{
    border-color:#0077ff;
    background:#fff;
    box-shadow:0 0 0 4px rgba(0,119,255,.08);
}

#custom-popup #leadForm input::placeholder{
    color:#94A3B8;
}

#custom-popup .phone-input input{
    font-weight:600;
    letter-spacing:.5px;
}

#custom-popup .popupfooter{
    margin-top:20px;
}

#custom-popup .popupfooter label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    line-height:1.5;
    color:#555;
    margin-bottom:15px;
    cursor:pointer;
}

#custom-popup .popupfooter input[type="checkbox"]{
    width:18px;
    height:18px;
    margin-top:2px;
    accent-color:#0A7CFF;
}

#custom-popup #leadForm button{
    width:100%;
    height:56px;
    border:none;
    border-radius:10px;
    background:linear-gradient(90deg,#ff7a00,#ffb000);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

#custom-popup #leadForm button:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(255,122,0,.35);
}

#custom-popup .error{
    color:#E53935;
    font-size:13px;
    margin-top:6px;
}

@media(max-width:767px){

    #custom-popup .right-section{
        padding:25px;
    }

    #custom-popup .right-section h2{
        font-size:28px;
    }

    #custom-popup .right-section h3{
        font-size:17px;
    }

}

/* ==========================================
   Left Section
========================================== */

#custom-popup .popup-content{
    background:#F8FBFF;
    padding:40px;
    text-align:center;
    border-right:1px solid #E5E7EB;
}

#custom-popup .popup-content h2{
    font-size:34px;
    color:#0E2D5A;
    font-weight:700;
    line-height:1.3;
    margin-bottom:35px;
}

#custom-popup .popup-content img{
    max-width:320px;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto 30px;
}

#custom-popup .popup-content p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    margin-bottom:25px;
}

#custom-popup .popup-content strong{
    display:block;
    font-size:28px;
    color:#0E2D5A;
    margin-bottom:8px;
    font-weight:700;
}

#custom-popup .popup-content span{
    display:block;
    color:#F59E0B;
    font-size:18px;
    font-weight:600;
}

/* Mobile */

@media(max-width:767px){

    #custom-popup .popup-content{
        border-right:none;
        border-bottom:1px solid #E5E7EB;
        padding:30px 25px;
    }

    #custom-popup .popup-content h2{
        font-size:28px;
    }

    #custom-popup .popup-content img{
        max-width:220px;
    }

    #custom-popup .popup-content strong{
        font-size:24px;
    }

}/* End custom CSS */
/* Start custom CSS *//*==================================================
            CORPORATE FOREX SECTION
==================================================*/

.corporate-forex{
    position:relative;
    overflow:visible;
    margin:50px auto 120px;
    border-radius:24px;
}

/*------------------------------------
    Background Slideshow
------------------------------------*/

.corporate-forex .elementor-background-slideshow{
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:24px;
    z-index:1;
}

.corporate-forex .elementor-background-slideshow__slide,
.corporate-forex .elementor-background-slideshow__slide__image{
    border-radius:24px;
}

/* Dark Overlay */

.corporate-forex:before{
    content:"";
    position:absolute;
    inset:0;
   
    border-radius:24px;
    z-index:2;
    pointer-events:none;
}

/*------------------------------------
    Container
------------------------------------*/

.corporate-forex .elementor-container{
    position:relative;
    z-index:3;
    max-width:1200px;
    margin:auto;
    min-height:560px;
}

.corporate-forex .elementor-column{
    width:100%;
}

.corporate-forex .elementor-widget-wrap{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    padding:45px 0 0 40px !important;
}

/*------------------------------------
        White Card
------------------------------------*/

.corporate-forex .elementor-widget-text-editor{
    width:100%;
    max-width:470px;
}

.corporate-forex .elementor-widget-container{
    background:#fff;
    border-radius:18px;
    padding:35px 32px;
    box-shadow:0 18px 45px rgba(0,0,0,.18);

    position:relative;
    margin-bottom:-100px;
}

/*------------------------------------
        Typography
------------------------------------*/

.corporate-forex h2{
    font-size:27px;
    line-height:1.2;
    font-weight:700;
    color:#111;
    margin:0 0 22px;
}

.corporate-forex ul{
    margin:0;
    padding-left:20px;
}

.corporate-forex li{
    font-size:16px;
    line-height:1.7;
    color:#444;
    margin-bottom:14px;
}

.corporate-forex p{
    margin:25px 0 0;
    font-size:18px;
    line-height:1.45;
    color:#111;
    font-weight:700;
}

/*------------------------------------
        Button
------------------------------------*/

.corporate-forex p:last-child{
    margin-top:28px;
}

.corporate-forex p:last-child  a{
    display:inline-block;
    background:#ff3b3b;
    color:#fff;
    padding:15px 36px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.corporate-forex p:last-child  a:hover{
    background:#e62c2c;
}

/*==================================================
                Tablet
==================================================*/

@media (max-width:1024px){

.corporate-forex{
    margin:40px 20px 120px;
}

.corporate-forex .elementor-container{
    min-height:520px;
}

.corporate-forex .elementor-widget-wrap{
    padding:35px 0 0 30px !important;
}

.corporate-forex .elementor-widget-container{
    max-width:430px;
}

}

/*==================================================
                Mobile
==================================================*/

@media (max-width:767px){

.corporate-forex{
    margin:20px 15px;
}

.corporate-forex:before{
    border-radius:18px;
}

.corporate-forex .elementor-background-slideshow{
    border-radius:18px;
}

.corporate-forex .elementor-container{
    min-height:auto;
}

.corporate-forex .elementor-widget-wrap{
    padding:20px !important;
}

.corporate-forex .elementor-widget-text-editor{
    max-width:100%;
}

.corporate-forex .elementor-widget-container{
    margin-bottom:0;
    padding:25px;
}

.corporate-forex h2{
    font-size:30px;
}

.corporate-forex li{
    font-size:15px;
}

.corporate-forex p{
    font-size:17px;
}

.corporate-forex p:last-child
 a{
    display:block;
    width:100%;
    text-align:center;
}

}



/** Popup up */

/* ==========================================
   Popup Section
========================================== */

#custom-popup{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(0,0,0,.65);
    overflow-y: auto;
}

#custom-popup.active{
    display: flex;
}

/* Main Popup Box */

#custom-popup > .elementor-container{
    width: 80%;
    max-width: 850px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    animation: popupFade .3s ease;
        max-height: 90vh;
    overflow-y: auto;
}


/* Close Button */

.popup-close{
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    z-index: 100;
    color: #222;
}

/* Prevent page scroll */

body.popup-open{
    overflow: hidden;
}

/* Animation */

@keyframes popupFade{

    from{
        opacity:0;
        transform:translateY(20px) scale(.95);
    }

    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }

}

/* Mobile */

@media(max-width:767px){

    #custom-popup{
        padding:20px;
    }

    #custom-popup > .elementor-container{
        max-height:80vh;
        overflow-y:auto;
    }

}/* End custom CSS */