.elementor-834 .elementor-element.elementor-element-8e582d8{--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-834 .elementor-element.elementor-element-33931c8{--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-834 .elementor-element.elementor-element-4348d52c{--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-834 .elementor-element.elementor-element-4ca87812{--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-834 .elementor-element.elementor-element-c30a0c4{--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-2c3f8deb *//* ==================================
   YES IMMIGRATION CTA SECTION
   IMAGE + CONTENT VERSION
================================== */

.yes-final-cta,
.yes-final-cta *{
    box-sizing:border-box;
}

.yes-final-cta{
    position:relative;
    overflow:hidden;
    padding:70px 40px;
    border-radius:30px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,0.08),
            transparent 22%
        ),
        radial-gradient(
            circle at 85% 15%,
            rgba(255,255,255,0.06),
            transparent 18%
        ),
        linear-gradient(
            135deg,
            #071c4d 0%,
            #0b3f93 55%,
            #1c5fd0 100%
        );
    font-family:Arial, sans-serif;
}

/* BACKGROUND GRID */

.cta-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(
            rgba(255,255,255,.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.04) 1px,
            transparent 1px
        );
    background-size:46px 46px;
    opacity:.35;
    pointer-events:none;
}

/* BACKGROUND GLOWS */

.cta-red-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.32;
    pointer-events:none;
}

.cta-red-glow-left{
    width:320px;
    height:320px;
    top:-110px;
    left:-90px;
    background:rgba(239,43,45,.28);
}

.cta-red-glow-right{
    width:360px;
    height:360px;
    right:-100px;
    bottom:-120px;
    background:rgba(28,95,208,.35);
}

/* MAIN TWO-COLUMN CONTAINER */

.yes-final-cta-container{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(340px, .88fr) minmax(480px, 1.12fr);
    align-items:center;
    gap:64px;
    width:100%;
    max-width:1240px;
    margin:0 auto;
}

/* ==================================
   LEFT IMAGE
================================== */

.cta-image-column{
    position:relative;
    min-width:0;
}

.cta-image-wrap{
    position:relative;
    width:100%;
    height:570px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:28px;
    background:#071c4d;
    box-shadow:
        0 30px 70px rgba(0,0,0,.32),
        inset 0 0 0 1px rgba(255,255,255,.04);
}

.cta-canada-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transition:transform .8s ease;
}

.cta-image-wrap:hover .cta-canada-image{
    transform:scale(1.04);
}

.cta-image-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to top,
            rgba(4,17,45,.88) 0%,
            rgba(4,17,45,.22) 45%,
            transparent 72%
        ),
        linear-gradient(
            to right,
            rgba(7,28,77,.16),
            transparent 45%
        );
    pointer-events:none;
}

.cta-image-wrap::before{
    content:"";
    position:absolute;
    top:18px;
    right:18px;
    z-index:2;
    width:72px;
    height:72px;
    border-top:2px solid rgba(255,255,255,.7);
    border-right:2px solid rgba(255,255,255,.7);
    border-radius:0 14px 0 0;
    pointer-events:none;
}

.cta-image-badge{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:3;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    background:rgba(7,28,77,.68);
    box-shadow:0 14px 30px rgba(0,0,0,.22);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.cta-image-badge-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:46px;
    height:46px;
    border-radius:14px;
    color:#ffffff;
    background:linear-gradient(135deg, #ff3131, #cb1e24);
    box-shadow:0 10px 24px rgba(239,43,45,.3);
}

.cta-image-badge-content{
    display:flex;
    flex-direction:column;
    gap:3px;
    color:#ffffff;
}

.cta-image-badge-content small{
    color:rgba(255,255,255,.72);
    font-size:12px;
    font-weight:600;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.cta-image-badge-content strong{
    font-size:19px;
    font-weight:800;
}

.cta-image-decoration{
    position:absolute;
    left:-18px;
    bottom:-18px;
    z-index:-1;
    width:72%;
    height:74%;
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    background:rgba(255,255,255,.05);
}

/* ==================================
   RIGHT CONTENT
================================== */

.yes-final-cta-content{
    position:relative;
    min-width:0;
    text-align:left;
}

.cta-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:26px;
    padding:14px 22px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    color:#ffffff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    font-size:12px;
    font-weight:700;
    letter-spacing:1.8px;
    line-height:1.2;
    text-transform:uppercase;
}

.tag-dot{
    display:inline-block;
    flex:0 0 auto;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffffff;
    box-shadow:0 0 0 5px rgba(255,255,255,.08);
}

.yes-final-cta h2{
    margin:0;
    color:#ffffff;
    font-size:56px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-1.5px;
}

.yes-final-cta h2 span{
    display:block;
    margin-top:8px;
    color:#ef2b2d;
}

.yes-final-cta p{
    max-width:680px;
    margin:26px 0 0;
    color:rgba(255,255,255,.86);
    font-size:18px;
    line-height:1.8;
}

/* BUTTONS */

.cta-buttons{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:36px;
    flex-wrap:wrap;
}

.cta-primary,
.cta-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:58px;
    padding:17px 25px;
    border-radius:16px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    line-height:1.25;
    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.cta-primary,
.cta-primary span,
.cta-primary i,
.cta-secondary,
.cta-secondary span,
.cta-secondary i{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
}

.cta-primary{
    border:1px solid transparent;
    background:linear-gradient(135deg, #ff3131 0%, #cb1e24 100%);
    box-shadow:0 16px 34px rgba(239,43,45,.28);
}

.cta-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 44px rgba(239,43,45,.36);
}

.cta-secondary{
    border:1px solid rgba(255,255,255,.20);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.cta-secondary:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.14);
    box-shadow:0 18px 36px rgba(0,0,0,.18);
}

/* TRUST POINTS */

.cta-trust{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:30px;
}

.trust-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    color:rgba(255,255,255,.88);
    background:rgba(255,255,255,.08);
    font-size:13px;
    font-weight:600;
}

.trust-item i{
    color:#ef2b2d;
}

/* ==================================
   TABLET
================================== */

@media (max-width:1100px){

    .yes-final-cta-container{
        grid-template-columns:minmax(300px, .85fr) minmax(420px, 1.15fr);
        gap:42px;
    }

    .cta-image-wrap{
        height:520px;
    }

    .yes-final-cta h2{
        font-size:46px;
    }

    .yes-final-cta p{
        font-size:17px;
    }

    .cta-primary,
    .cta-secondary{
        width:100%;
    }
}

/* ==================================
   MOBILE
================================== */

@media (max-width:767px){

    .yes-final-cta{
        padding:22px 18px 60px;
        border-radius:22px;
    }

    .yes-final-cta-container{
        display:flex;
        flex-direction:column;
        gap:38px;
    }

    .cta-image-column{
        width:100%;
    }

    .cta-image-wrap{
        width:100%;
        height:360px;
        border-radius:20px;
    }

    .cta-image-decoration{
        display:none;
    }

    .cta-image-wrap::before{
        top:14px;
        right:14px;
        width:54px;
        height:54px;
    }

    .cta-image-badge{
        left:14px;
        right:14px;
        bottom:14px;
        padding:13px 14px;
        border-radius:15px;
    }

    .cta-image-badge-icon{
        width:42px;
        height:42px;
        border-radius:12px;
    }

    .cta-image-badge-content small{
        font-size:10px;
    }

    .cta-image-badge-content strong{
        font-size:17px;
    }

    .yes-final-cta-content{
        width:100%;
        text-align:center;
    }

    .cta-tag{
        justify-content:center;
        max-width:100%;
        padding:13px 17px;
        font-size:10px;
        letter-spacing:1.2px;
    }

    .yes-final-cta h2{
        font-size:34px;
        line-height:1.18;
        letter-spacing:-.7px;
    }

    .yes-final-cta h2 span{
        margin-top:6px;
    }

    .yes-final-cta p{
        margin-top:20px;
        font-size:16px;
        line-height:1.75;
    }

    .cta-buttons{
        flex-direction:column;
        gap:14px;
        margin-top:30px;
    }

    .cta-primary,
    .cta-secondary{
        width:100%;
        min-height:58px;
        padding:16px 18px;
        font-size:15px;
    }

    .cta-trust{
        flex-direction:column;
        gap:10px;
        margin-top:26px;
    }

    .trust-item{
        justify-content:center;
        width:100%;
        min-height:46px;
        border-radius:14px;
    }
}

@media (max-width:400px){

    .cta-image-wrap{
        height:320px;
    }

    .yes-final-cta h2{
        font-size:30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3afbf8f *//* ==================================
   YES IMMIGRATION CTA SECTION
   IMAGE + CONTENT VERSION
================================== */

.yes-final-cta,
.yes-final-cta *{
    box-sizing:border-box;
}

.yes-final-cta{
    position:relative;
    overflow:hidden;
    padding:70px 40px;
    border-radius:30px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,0.08),
            transparent 22%
        ),
        radial-gradient(
            circle at 85% 15%,
            rgba(255,255,255,0.06),
            transparent 18%
        ),
        linear-gradient(
            135deg,
            #071c4d 0%,
            #0b3f93 55%,
            #1c5fd0 100%
        );
    font-family:Arial, sans-serif;
}

/* BACKGROUND GRID */

.cta-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(
            rgba(255,255,255,.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.04) 1px,
            transparent 1px
        );
    background-size:46px 46px;
    opacity:.35;
    pointer-events:none;
}

/* BACKGROUND GLOWS */

.cta-red-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.32;
    pointer-events:none;
}

.cta-red-glow-left{
    width:320px;
    height:320px;
    top:-110px;
    left:-90px;
    background:rgba(239,43,45,.28);
}

.cta-red-glow-right{
    width:360px;
    height:360px;
    right:-100px;
    bottom:-120px;
    background:rgba(28,95,208,.35);
}

/* MAIN TWO-COLUMN CONTAINER */

.yes-final-cta-container{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(340px, .88fr) minmax(480px, 1.12fr);
    align-items:center;
    gap:64px;
    width:100%;
    max-width:1240px;
    margin:0 auto;
}

/* ==================================
   LEFT IMAGE
================================== */

.cta-image-column{
    position:relative;
    min-width:0;
}

.cta-image-wrap{
    position:relative;
    width:100%;
    height:570px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:28px;
    background:#071c4d;
    box-shadow:
        0 30px 70px rgba(0,0,0,.32),
        inset 0 0 0 1px rgba(255,255,255,.04);
}

.cta-canada-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transition:transform .8s ease;
}

.cta-image-wrap:hover .cta-canada-image{
    transform:scale(1.04);
}

.cta-image-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to top,
            rgba(4,17,45,.88) 0%,
            rgba(4,17,45,.22) 45%,
            transparent 72%
        ),
        linear-gradient(
            to right,
            rgba(7,28,77,.16),
            transparent 45%
        );
    pointer-events:none;
}

.cta-image-wrap::before{
    content:"";
    position:absolute;
    top:18px;
    right:18px;
    z-index:2;
    width:72px;
    height:72px;
    border-top:2px solid rgba(255,255,255,.7);
    border-right:2px solid rgba(255,255,255,.7);
    border-radius:0 14px 0 0;
    pointer-events:none;
}

.cta-image-badge{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:3;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    background:rgba(7,28,77,.68);
    box-shadow:0 14px 30px rgba(0,0,0,.22);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.cta-image-badge-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:46px;
    height:46px;
    border-radius:14px;
    color:#ffffff;
    background:linear-gradient(135deg, #ff3131, #cb1e24);
    box-shadow:0 10px 24px rgba(239,43,45,.3);
}

.cta-image-badge-content{
    display:flex;
    flex-direction:column;
    gap:3px;
    color:#ffffff;
}

.cta-image-badge-content small{
    color:rgba(255,255,255,.72);
    font-size:12px;
    font-weight:600;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.cta-image-badge-content strong{
    font-size:19px;
    font-weight:800;
}

.cta-image-decoration{
    position:absolute;
    left:-18px;
    bottom:-18px;
    z-index:-1;
    width:72%;
    height:74%;
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    background:rgba(255,255,255,.05);
}

/* ==================================
   RIGHT CONTENT
================================== */

.yes-final-cta-content{
    position:relative;
    min-width:0;
    text-align:left;
}

.cta-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:26px;
    padding:14px 22px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    color:#ffffff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    font-size:12px;
    font-weight:700;
    letter-spacing:1.8px;
    line-height:1.2;
    text-transform:uppercase;
}

.tag-dot{
    display:inline-block;
    flex:0 0 auto;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffffff;
    box-shadow:0 0 0 5px rgba(255,255,255,.08);
}

.yes-final-cta h2{
    margin:0;
    color:#ffffff;
    font-size:56px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-1.5px;
}

.yes-final-cta h2 span{
    display:block;
    margin-top:8px;
    color:#ef2b2d;
}

.yes-final-cta p{
    max-width:680px;
    margin:26px 0 0;
    color:rgba(255,255,255,.86);
    font-size:18px;
    line-height:1.8;
}

/* BUTTONS */

.cta-buttons{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:36px;
    flex-wrap:wrap;
}

.cta-primary,
.cta-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:58px;
    padding:17px 25px;
    border-radius:16px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    line-height:1.25;
    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.cta-primary,
.cta-primary span,
.cta-primary i,
.cta-secondary,
.cta-secondary span,
.cta-secondary i{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
}

.cta-primary{
    border:1px solid transparent;
    background:linear-gradient(135deg, #ff3131 0%, #cb1e24 100%);
    box-shadow:0 16px 34px rgba(239,43,45,.28);
}

.cta-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 44px rgba(239,43,45,.36);
}

.cta-secondary{
    border:1px solid rgba(255,255,255,.20);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.cta-secondary:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.14);
    box-shadow:0 18px 36px rgba(0,0,0,.18);
}

/* TRUST POINTS */

.cta-trust{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:30px;
}

.trust-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    color:rgba(255,255,255,.88);
    background:rgba(255,255,255,.08);
    font-size:13px;
    font-weight:600;
}

.trust-item i{
    color:#ef2b2d;
}

/* ==================================
   TABLET
================================== */

@media (max-width:1100px){

    .yes-final-cta-container{
        grid-template-columns:minmax(300px, .85fr) minmax(420px, 1.15fr);
        gap:42px;
    }

    .cta-image-wrap{
        height:520px;
    }

    .yes-final-cta h2{
        font-size:46px;
    }

    .yes-final-cta p{
        font-size:17px;
    }

    .cta-primary,
    .cta-secondary{
        width:100%;
    }
}

/* ==================================
   MOBILE
================================== */

@media (max-width:767px){

    .yes-final-cta{
        padding:22px 18px 60px;
        border-radius:22px;
    }

    .yes-final-cta-container{
        display:flex;
        flex-direction:column;
        gap:38px;
    }

    .cta-image-column{
        width:100%;
    }

    .cta-image-wrap{
        width:100%;
        height:360px;
        border-radius:20px;
    }

    .cta-image-decoration{
        display:none;
    }

    .cta-image-wrap::before{
        top:14px;
        right:14px;
        width:54px;
        height:54px;
    }

    .cta-image-badge{
        left:14px;
        right:14px;
        bottom:14px;
        padding:13px 14px;
        border-radius:15px;
    }

    .cta-image-badge-icon{
        width:42px;
        height:42px;
        border-radius:12px;
    }

    .cta-image-badge-content small{
        font-size:10px;
    }

    .cta-image-badge-content strong{
        font-size:17px;
    }

    .yes-final-cta-content{
        width:100%;
        text-align:center;
    }

    .cta-tag{
        justify-content:center;
        max-width:100%;
        padding:13px 17px;
        font-size:10px;
        letter-spacing:1.2px;
    }

    .yes-final-cta h2{
        font-size:34px;
        line-height:1.18;
        letter-spacing:-.7px;
    }

    .yes-final-cta h2 span{
        margin-top:6px;
    }

    .yes-final-cta p{
        margin-top:20px;
        font-size:16px;
        line-height:1.75;
    }

    .cta-buttons{
        flex-direction:column;
        gap:14px;
        margin-top:30px;
    }

    .cta-primary,
    .cta-secondary{
        width:100%;
        min-height:58px;
        padding:16px 18px;
        font-size:15px;
    }

    .cta-trust{
        flex-direction:column;
        gap:10px;
        margin-top:26px;
    }

    .trust-item{
        justify-content:center;
        width:100%;
        min-height:46px;
        border-radius:14px;
    }
}

@media (max-width:400px){

    .cta-image-wrap{
        height:320px;
    }

    .yes-final-cta h2{
        font-size:30px;
    }
}/* End custom CSS */