.elementor-561 .elementor-element.elementor-element-349dc6d0{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-561 .elementor-element.elementor-element-781fa817{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-561 .elementor-element.elementor-element-a2c9258{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-561 .elementor-element.elementor-element-fbc3ce1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-253a02db *//* =========================================
   YES IMMIGRATION SUPER VISA HERO
========================================= */

:root{
    --yi-sv-dark:#071c4d;
    --yi-sv-blue:#0b3f93;
    --yi-sv-blue-light:#1c5fd0;
    --yi-sv-red:#ef2b2d;
    --yi-sv-red-dark:#cb1e24;
    --yi-sv-white:#ffffff;
}

.yi-supervisa-hero,
.yi-supervisa-hero *{
    box-sizing:border-box;
}

.yi-supervisa-hero{
    position:relative;
    width:100%;
    min-height:510px;
    padding:46px 28px;
    overflow:hidden;
    border-radius:30px;
    background:
        radial-gradient(
            circle at 3% 0%,
            rgba(239,43,45,.23),
            transparent 28%
        ),
        linear-gradient(
            115deg,
            var(--yi-sv-dark) 0%,
            var(--yi-sv-blue) 58%,
            var(--yi-sv-blue-light) 100%
        );
    font-family:'Montserrat', Arial, sans-serif;
}

.yi-supervisa-grid{
    position:absolute;
    inset:0;
    opacity:.20;
    pointer-events:none;
    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );
    background-size:46px 46px;
}

.yi-supervisa-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    pointer-events:none;
}

.yi-supervisa-glow-left{
    width:340px;
    height:340px;
    top:-180px;
    left:-110px;
    background:rgba(239,43,45,.22);
}

.yi-supervisa-glow-right{
    width:420px;
    height:420px;
    right:-180px;
    bottom:-250px;
    background:rgba(69,136,255,.32);
}

.yi-supervisa-container{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0, 1.2fr) minmax(390px, .8fr);
    align-items:center;
    gap:75px;
    width:100%;
    max-width:1280px;
    min-height:418px;
    margin:0 auto;
}

/* =========================================
   CONTENT
========================================= */

.yi-supervisa-content{
    min-width:0;
}

.yi-supervisa-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:999px;
    background:rgba(255,255,255,.09);
    color:#ffffff;
    font-size:10px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    backdrop-filter:blur(10px);
}

.yi-supervisa-badge-dot{
    width:9px;
    height:9px;
    flex:0 0 9px;
    border-radius:50%;
    background:var(--yi-sv-red);
    box-shadow:0 0 0 6px rgba(239,43,45,.15);
}

.yi-supervisa-content h1{
    max-width:760px;
    margin:0;
    color:#ffffff;
    font-size:48px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-1.3px;
}

.yi-supervisa-content h1 span{
    display:block;
    color:var(--yi-sv-red);
}

.yi-supervisa-content > p{
    max-width:730px;
    margin:20px 0 0;
    color:rgba(255,255,255,.88);
    font-size:16px;
    line-height:1.75;
}

.yi-supervisa-buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:13px;
    margin-top:27px;
}

.yi-supervisa-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:54px;
    padding:15px 23px;
    border-radius:14px;
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
    font-size:14px;
    line-height:1.3;
    font-weight:700;
    text-decoration:none !important;
    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.yi-supervisa-btn i{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
}

.yi-supervisa-primary{
    border:1px solid var(--yi-sv-red);
    background:linear-gradient(
        135deg,
        var(--yi-sv-red),
        var(--yi-sv-red-dark)
    );
    box-shadow:0 14px 30px rgba(239,43,45,.27);
}

.yi-supervisa-secondary{
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.09);
    backdrop-filter:blur(10px);
}

.yi-supervisa-btn:hover{
    transform:translateY(-3px);
}

.yi-supervisa-primary:hover{
    box-shadow:0 20px 38px rgba(239,43,45,.35);
}

.yi-supervisa-secondary:hover{
    background:rgba(255,255,255,.15);
}

.yi-supervisa-features{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:20px;
}

.yi-supervisa-feature{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:38px;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.075);
    color:rgba(255,255,255,.92);
    font-size:11px;
    line-height:1.35;
    font-weight:600;
    backdrop-filter:blur(8px);
}

.yi-supervisa-feature i{
    color:var(--yi-sv-red);
    font-size:11px;
}

/* =========================================
   IMAGE
========================================= */

.yi-supervisa-visual{
    position:relative;
    width:100%;
}

.yi-supervisa-image-frame{
    position:relative;
    width:100%;
    height:390px;
    overflow:visible;
    border:1px solid rgba(255,255,255,.20);
    border-radius:26px;
    background:#0a2459;
    box-shadow:0 25px 55px rgba(0,0,0,.25);
}

.yi-supervisa-image-frame::after{
    content:"";
    position:absolute;
    z-index:-1;
    top:17px;
    left:17px;
    width:100%;
    height:100%;
    border:1px solid rgba(255,255,255,.16);
    border-radius:26px;
}

.yi-supervisa-image-frame img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border-radius:25px;
}

.yi-supervisa-image-overlay{
    position:absolute;
    inset:0;
    border-radius:25px;
    background:
        linear-gradient(
            to top,
            rgba(7,28,77,.76),
            transparent 58%
        );
    pointer-events:none;
}

/* Floating icons */
.yi-supervisa-floating-icon{
    position:absolute;
    z-index:4;
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border:5px solid rgba(255,255,255,.18);
    border-radius:16px;
    background:linear-gradient(
        135deg,
        var(--yi-sv-red),
        var(--yi-sv-red-dark)
    );
    color:#ffffff;
    font-size:20px;
    box-shadow:0 15px 30px rgba(0,0,0,.22);
}

.yi-supervisa-icon-top{
    top:-16px;
    left:-28px;
}

.yi-supervisa-icon-side{
    right:-27px;
    bottom:42px;
}

/* Image caption */
.yi-supervisa-image-caption{
    position:absolute;
    z-index:3;
    right:15px;
    bottom:15px;
    left:15px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:13px 15px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:14px;
    background:rgba(7,28,77,.91);
    box-shadow:0 14px 28px rgba(0,0,0,.20);
    backdrop-filter:blur(10px);
}

.yi-supervisa-caption-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:43px;
    height:43px;
    flex:0 0 43px;
    border-radius:12px;
    background:var(--yi-sv-red);
    color:#ffffff;
    font-size:16px;
}

.yi-supervisa-image-caption small{
    display:block;
    margin-bottom:5px;
    color:rgba(255,255,255,.65);
    font-size:8px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.yi-supervisa-image-caption strong{
    display:block;
    color:#ffffff;
    font-size:13px;
    line-height:1.4;
    font-weight:700;
}

.yi-supervisa-mobile-image{
    display:none;
}

/* =========================================
   TABLET
========================================= */

@media(max-width:1050px){

    .yi-supervisa-container{
        grid-template-columns:minmax(0, 1.15fr) minmax(340px, .85fr);
        gap:48px;
    }

    .yi-supervisa-content h1{
        font-size:41px;
    }

    .yi-supervisa-image-frame{
        height:355px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .yi-supervisa-hero{
        min-height:auto;
        padding:34px 17px 28px;
        border-radius:22px;
    }

    .yi-supervisa-container{
        display:block;
        min-height:auto;
    }

    .yi-supervisa-badge{
        margin-bottom:17px;
        padding:8px 12px;
        font-size:9px;
        letter-spacing:1.1px;
    }

    .yi-supervisa-content h1{
        font-size:34px;
        line-height:1.15;
        letter-spacing:-.8px;
    }

    .yi-supervisa-content > p{
        margin-top:16px;
        font-size:14px;
        line-height:1.7;
    }

    .yi-supervisa-visual{
        display:none;
    }

    .yi-supervisa-mobile-image{
        display:block;
        margin-top:23px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-frame{
        height:255px;
        overflow:hidden;
        border-radius:19px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-frame::after{
        display:none;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-frame img,
    .yi-supervisa-mobile-image .yi-supervisa-image-overlay{
        border-radius:18px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-caption{
        right:10px;
        bottom:10px;
        left:10px;
        padding:10px 12px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-caption-icon{
        width:38px;
        height:38px;
        flex-basis:38px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-caption strong{
        font-size:11px;
    }

    .yi-supervisa-buttons{
        display:grid;
        grid-template-columns:1fr;
        gap:11px;
        margin-top:20px;
    }

    .yi-supervisa-btn{
        width:100%;
        min-height:53px;
        font-size:13px;
    }

    .yi-supervisa-features{
        display:grid;
        grid-template-columns:1fr;
        gap:9px;
        margin-top:18px;
    }

    .yi-supervisa-feature{
        width:100%;
        min-height:42px;
        justify-content:center;
        border-radius:13px;
    }
}

@media(max-width:390px){

    .yi-supervisa-content h1{
        font-size:30px;
    }

    .yi-supervisa-mobile-image .yi-supervisa-image-frame{
        height:225px;
    }
}/* End custom CSS */