.elementor-4001 .elementor-element.elementor-element-c75d513{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-7c34898 *//*==================================================
BRANDIFY EDUCATION
SWEDISH LANGUAGE HERO
PART 1
==================================================*/

#be-sw-hero{

    position:relative;
    overflow:hidden;
    padding:110px 7%;
    background:linear-gradient(135deg,#061329 0%,#0B1F45 100%);

}

/*==================================================
BACKGROUND LIGHTS
==================================================*/

#be-sw-hero::before{

    content:"";
    position:absolute;
    width:700px;
    height:700px;
    left:-320px;
    top:-320px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(10,46,255,.18),
    transparent 70%);
    z-index:0;

}

#be-sw-hero::after{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-220px;
    bottom:-220px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(255,215,0,.10),
    transparent 70%);
    z-index:0;

}

/*==================================================
MAIN CONTAINER
==================================================*/

.be-sw-container{

    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1.05fr .95fr;

    gap:70px;

    align-items:center;

    position:relative;
    z-index:2;

}

/*==================================================
LEFT SECTION
==================================================*/

.be-sw-left{

    color:#fff;

}

.be-sw-tag{

    display:inline-block;

    padding:14px 30px;

    border-radius:50px;

    background:rgba(255,215,0,.08);

    border:1px solid rgba(255,215,0,.30);

    color:#FFD700;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:28px;

}

.be-sw-left h1{

    font-size:62px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:28px;

    color:#fff;

}

.be-sw-left h1 span{

    color:#FFD700;

}

.be-sw-left p{

    color:#D8E5FF;

    font-size:18px;

    line-height:1.9;

    margin-bottom:40px;

    max-width:700px;

}
/*==================================================
BUTTONS
==================================================*/

.be-sw-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.be-sw-demo{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:60px;

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 35px rgba(255,215,0,.25);

}

.be-sw-demo:hover{

    transform:translateY(-5px);

}

.be-sw-course-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:60px;

    border:2px solid rgba(255,255,255,.15);

    background:rgba(255,255,255,.05);

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.be-sw-course-btn:hover{

    background:#fff;

    color:#061329;

}
/*==================================================
FEATURE CARDS
==================================================*/

.be-sw-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:10px;

}

.be-sw-feature{

    display:flex;
    align-items:flex-start;
    gap:18px;

    padding:24px;

    border-radius:22px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(14px);

    transition:.35s;

}

.be-sw-feature:hover{

    transform:translateY(-8px);

    border-color:#FFD700;

    background:rgba(255,215,0,.08);

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.be-sw-feature .icon{

    width:60px;
    height:60px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    background:linear-gradient(135deg,#0A2EFF,#355DFF);

    font-size:28px;

}

.be-sw-feature h4{

    color:#ffffff;

    font-size:18px;

    margin-bottom:8px;

    font-weight:700;

}

.be-sw-feature p{

    margin:0;

    color:#D8E5FF;

    font-size:14px;

    line-height:1.6;

}

/*==================================================
RIGHT SIDE
==================================================*/

.be-sw-right{

    display:flex;

    flex-direction:column;

    align-items:center;

}

.be-sw-image-wrapper{

    width:100%;

    max-width:560px;

    display:flex;

    justify-content:center;

    align-items:flex-end;

}

.be-sw-image-wrapper img{

    width:100%;

    height:auto;

    display:block;

    object-fit:contain;

    filter:drop-shadow(0 30px 60px rgba(0,0,0,.45));

    transition:.4s;

}

.be-sw-image-wrapper img:hover{

    transform:scale(1.03);

}

/*==================================================
BOTTOM INFO BAR
==================================================*/

.be-sw-info-bar{

    width:100%;

    max-width:560px;

    margin-top:25px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 24px;

    border-radius:20px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.10);

    backdrop-filter:blur(14px);

}

.be-sw-info-left{

    color:#FFD700;

    font-weight:700;

    font-size:16px;

}

.be-sw-info-right{

    color:#D8E5FF;

    font-size:15px;

    text-align:right;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.be-sw-container{

grid-template-columns:1fr;

gap:60px;

text-align:center;

}

.be-sw-left{

order:1;

}

.be-sw-right{

order:2;

}

.be-sw-buttons{

justify-content:center;

}

.be-sw-features{

max-width:700px;

margin:40px auto 0;

}

}

@media(max-width:991px){

#be-sw-hero{

padding:90px 6%;

}

.be-sw-left h1{

font-size:48px;

}

.be-sw-features{

grid-template-columns:1fr;

}

.be-sw-image-wrapper{

max-width:470px;

}

}

@media(max-width:768px){

#be-sw-hero{

padding:75px 5%;

}

.be-sw-left h1{

font-size:38px;

}

.be-sw-left p{

font-size:16px;

}

.be-sw-buttons{

flex-direction:column;

}

.be-sw-demo,

.be-sw-course-btn{

width:100%;

}

.be-sw-info-bar{

flex-direction:column;

gap:10px;

text-align:center;

}

.be-sw-info-right{

text-align:center;

}

.be-sw-image-wrapper{

max-width:380px;

}

}

@media(max-width:480px){

.be-sw-tag{

font-size:12px;

padding:10px 18px;

}

.be-sw-left h1{

font-size:32px;

}

.be-sw-feature{

padding:20px;

}

.be-sw-feature .icon{

width:52px;

height:52px;

font-size:22px;

}

.be-sw-image-wrapper{

max-width:320px;

}

}
/*==================================================
BRANDIFY EDUCATION
WHY LEARN SWEDISH
==================================================*/

#be-sw-why{

    padding:110px 7%;

    background:#07162F;

    position:relative;

    overflow:hidden;

}

/*==================================================
BACKGROUND EFFECTS
==================================================*/

#be-sw-why::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    left:-280px;

    top:-250px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(10,46,255,.15),
    transparent 70%);

}

#be-sw-why::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    right:-180px;

    bottom:-180px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,215,0,.08),
    transparent 70%);

}

.be-sw-why-container{

    max-width:1400px;

    margin:auto;

    position:relative;

    z-index:2;

}

/*==================================================
HEADING
==================================================*/

.be-sw-why-heading{

    text-align:center;

    margin-bottom:70px;

}

.be-sw-why-heading span{

    display:inline-block;

    padding:12px 28px;

    border-radius:50px;

    background:rgba(255,215,0,.08);

    border:1px solid rgba(255,215,0,.25);

    color:#FFD700;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

    letter-spacing:.5px;

}

.be-sw-why-heading h2{

    font-size:48px;

    font-weight:800;

    color:#ffffff;

    margin-bottom:22px;

}

.be-sw-why-heading h2 span{

    color:#FFD700;

}

.be-sw-why-heading p{

    max-width:900px;

    margin:auto;

    color:#D8E5FF;

    font-size:18px;

    line-height:1.9;

}

/*==================================================
GRID
==================================================*/

.be-sw-why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*==================================================
CARD
==================================================*/

.be-sw-why-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:35px;

    backdrop-filter:blur(18px);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.be-sw-why-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    135deg,
    transparent,
    rgba(255,255,255,.03));

    opacity:0;

    transition:.35s;

}

.be-sw-why-card:hover{

    transform:translateY(-10px);

    border-color:#FFD700;

    box-shadow:0 25px 50px rgba(0,0,0,.28);

}

.be-sw-why-card:hover::before{

    opacity:1;

}

/*==================================================
ICON
==================================================*/

.be-sw-why-icon{

    width:75px;

    height:75px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:linear-gradient(
    135deg,
    #0A2EFF,
    #355DFF);

    font-size:34px;

    margin-bottom:25px;

    transition:.35s;

}

.be-sw-why-card:hover .be-sw-why-icon{

    transform:rotate(-8deg) scale(1.08);

    background:linear-gradient(
    135deg,
    #FFD700,
    #FFC107);

}

/*==================================================
TEXT
==================================================*/

.be-sw-why-card h3{

    color:#ffffff;

    font-size:24px;

    margin-bottom:16px;

    font-weight:700;

}

.be-sw-why-card p{

    color:#D8E5FF;

    font-size:16px;

    line-height:1.8;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.be-sw-why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

#be-sw-why{

padding:80px 6%;

}

.be-sw-why-heading h2{

font-size:36px;

}

.be-sw-why-grid{

grid-template-columns:1fr;

}

.be-sw-why-card{

padding:28px;

}

}

@media(max-width:480px){

.be-sw-why-heading h2{

font-size:30px;

}

.be-sw-why-heading p{

font-size:16px;

}

.be-sw-why-icon{

width:65px;

height:65px;

font-size:28px;

}

.be-sw-why-card h3{

font-size:21px;

}

}
/*==================================================
BRANDIFY EDUCATION
SWEDISH COURSE SECTION
==================================================*/

#be-sw-course{

    padding:110px 7%;
    background:#061329;
    position:relative;
    overflow:hidden;

}

/*==================================================
BACKGROUND EFFECTS
==================================================*/

#be-sw-course::before{

    content:"";
    position:absolute;
    width:650px;
    height:650px;
    left:-280px;
    top:-250px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(10,46,255,.12),
    transparent 70%);

}

#be-sw-course::after{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    right:-180px;
    bottom:-180px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(255,215,0,.08),
    transparent 70%);

}

.be-sw-course-container{

    max-width:1400px;
    margin:auto;
    position:relative;
    z-index:2;

}

/*==================================================
HEADING
==================================================*/

.be-sw-course-heading{

    text-align:center;
    margin-bottom:70px;

}

.be-sw-course-heading span{

    display:inline-block;
    padding:12px 28px;
    border-radius:40px;
    background:rgba(255,215,0,.08);
    border:1px solid rgba(255,215,0,.25);
    color:#FFD700;
    font-size:14px;
    font-weight:700;
    margin-bottom:22px;

}

.be-sw-course-heading h2{

    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:22px;

}

.be-sw-course-heading h2 span{

    color:#FFD700;

}

.be-sw-course-heading p{

    max-width:900px;
    margin:auto;
    color:#D8E5FF;
    font-size:18px;
    line-height:1.9;

}

/*==================================================
GRID
==================================================*/

.be-sw-course-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;

}

/*==================================================
COURSE CARD
==================================================*/

.be-sw-course-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:40px;

    position:relative;

    backdrop-filter:blur(18px);

    transition:.35s;

}

.be-sw-course-card:hover{

    transform:translateY(-10px);

    border-color:#FFD700;

    box-shadow:0 25px 50px rgba(0,0,0,.30);

}

.be-sw-course-card.premium{

    border:2px solid rgba(255,215,0,.35);

}

/*==================================================
RIBBON
==================================================*/

.be-sw-ribbon{

    position:absolute;

    top:20px;

    right:-35px;

    transform:rotate(45deg);

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

    padding:10px 45px;

    font-size:13px;

    font-weight:700;

}

/*==================================================
LEVEL
==================================================*/

.be-sw-level{

    display:inline-block;

    padding:10px 22px;

    border-radius:30px;

    background:#0A2EFF;

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.be-sw-level.premium{

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

}

/*==================================================
TITLE
==================================================*/

.be-sw-course-card h3{

    color:#fff;

    font-size:32px;

    margin-bottom:30px;

}

/*==================================================
COURSE INFO
==================================================*/

.be-sw-course-info{

    display:flex;

    flex-direction:column;

    gap:16px;

    margin-bottom:35px;

}

.be-sw-course-info div{

    display:flex;

    justify-content:space-between;

    padding-bottom:12px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.be-sw-course-info strong{

    color:#fff;

}

.be-sw-course-info span{

    color:#D8E5FF;

}

/*==================================================
PRICE BOX
==================================================*/

.be-sw-price-box{

    text-align:center;

    padding:30px;

    border-radius:24px;

    background:rgba(255,215,0,.08);

    border:1px solid rgba(255,215,0,.20);

    margin-bottom:35px;

}

.be-sw-old-price{

    color:#BFCBE8;

    font-size:22px;

    margin-bottom:10px;

}

.be-sw-new-price{

    color:#FFD700;

    font-size:48px;

    font-weight:800;

    margin-bottom:10px;

}

.be-sw-price-box span{

    color:#fff;

    font-size:15px;

}

/*==================================================
BUTTON
==================================================*/

.be-sw-demo-btn{

    display:block;

    width:100%;

    text-align:center;

    text-decoration:none;

    padding:18px;

    border-radius:50px;

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.be-sw-demo-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(255,215,0,.35);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.be-sw-course-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

#be-sw-course{

padding:80px 6%;

}

.be-sw-course-heading h2{

font-size:36px;

}

.be-sw-course-card{

padding:30px;

}

.be-sw-course-card h3{

font-size:28px;

}

.be-sw-new-price{

font-size:40px;

}

}

@media(max-width:480px){

.be-sw-course-heading h2{

font-size:30px;

}

.be-sw-course-card{

padding:25px;

}

.be-sw-course-info div{

flex-direction:column;
gap:6px;

}

.be-sw-ribbon{

font-size:11px;
padding:8px 40px;

}

}
/*==================================================
PREMIUM POPUP
==================================================*/

.be-sw-popup-overlay{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

display:none;

justify-content:center;
align-items:center;

background:rgba(0,0,0,.75);

backdrop-filter:blur(10px);

z-index:999999;

padding:20px;

}

.be-sw-popup-box{

width:100%;

max-width:560px;

background:#07162F;

border-radius:30px;

padding:45px;

position:relative;

border:1px solid rgba(255,255,255,.08);

animation:popup .35s ease;

}

@keyframes popup{

from{

opacity:0;

transform:translateY(40px) scale(.92);

}

to{

opacity:1;

transform:none;

}

}

.be-sw-popup-close{

position:absolute;

top:18px;

right:20px;

width:42px;

height:42px;

border:none;

border-radius:50%;

background:#102A57;

color:#fff;

font-size:28px;

cursor:pointer;

transition:.3s;

}

.be-sw-popup-close:hover{

background:#FFD700;

color:#111;

}

.be-sw-popup-header{

text-align:center;

margin-bottom:30px;

}

.be-sw-popup-icon{

width:80px;

height:80px;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#FFD700,#FFC107);

font-size:36px;

margin-bottom:18px;

}

.be-sw-popup-header h2{

color:#fff;

font-size:30px;

margin-bottom:12px;

}

.be-sw-popup-header p{

color:#D8E5FF;

line-height:1.8;

}

.be-sw-form-group{

margin-bottom:20px;

}

.be-sw-form-group label{

display:block;

margin-bottom:8px;

color:#FFD700;

font-weight:600;

}

.be-sw-form-group input,
.be-sw-form-group select{

width:100%;

padding:16px;

border-radius:14px;

background:#10254D;

border:1px solid rgba(255,255,255,.08);

color:#fff;

font-size:15px;

}

.be-sw-form-group input:focus,
.be-sw-form-group select:focus{

outline:none;

border-color:#FFD700;

}

.be-sw-submit-btn{

width:100%;

padding:18px;

border:none;

border-radius:50px;

background:linear-gradient(135deg,#FFD700,#FFC107);

color:#111;

font-size:17px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.be-sw-submit-btn:hover{

transform:translateY(-4px);

}

#be-sw-success{

display:none;

text-align:center;

padding-top:20px;

}

.be-sw-success-circle{

width:90px;

height:90px;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#2ECC71;

color:#fff;

font-size:42px;

margin-bottom:20px;

}
/*==================================================
BRANDIFY EDUCATION
SWEDISH ADVANCED LEVELS
==================================================*/

#be-sw-advanced{

    padding:110px 7%;

    background:#061329;

    position:relative;

    overflow:hidden;

}

/*==================================================
BACKGROUND
==================================================*/

#be-sw-advanced::before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    top:-260px;
    left:-260px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(10,46,255,.14),
    transparent 70%);

}

#be-sw-advanced::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-220px;
    bottom:-220px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,215,0,.08),
    transparent 70%);

}

/*==================================================
CONTAINER
==================================================*/

.be-sw-advanced-container{

    max-width:1400px;

    margin:auto;

    position:relative;

    z-index:2;

}

/*==================================================
HEADING
==================================================*/

.be-sw-advanced-heading{

    text-align:center;

    margin-bottom:70px;

}

.be-sw-advanced-heading span{

    display:inline-block;

    padding:12px 28px;

    border-radius:40px;

    background:rgba(255,215,0,.08);

    border:1px solid rgba(255,215,0,.25);

    color:#FFD700;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.be-sw-advanced-heading h2{

    color:#ffffff;

    font-size:48px;

    font-weight:800;

    margin-bottom:22px;

}

.be-sw-advanced-heading h2 span{

    color:#FFD700;

}

.be-sw-advanced-heading p{

    max-width:900px;

    margin:auto;

    color:#D8E5FF;

    font-size:18px;

    line-height:1.9;

}

/*==================================================
GRID
==================================================*/

.be-sw-advanced-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

/*==================================================
CARD
==================================================*/

.be-sw-lock-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:40px 28px;

    text-align:center;

    backdrop-filter:blur(16px);

    transition:.35s;

}

.be-sw-lock-card:hover{

    transform:translateY(-10px);

    border-color:#FFD700;

    box-shadow:0 25px 45px rgba(0,0,0,.30);

}

.be-sw-lock-card.premium{

    border:2px solid rgba(255,215,0,.35);

}

/*==================================================
ICON
==================================================*/

.be-sw-lock-icon{

    width:80px;

    height:80px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    background:linear-gradient(135deg,#0A2EFF,#355DFF);

    color:#fff;

}

.be-sw-lock-card.premium .be-sw-lock-icon{

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

}

/*==================================================
TEXT
==================================================*/

.be-sw-lock-card h3{

    color:#ffffff;

    font-size:32px;

    margin-bottom:14px;

}

.be-sw-lock-card p{

    color:#D8E5FF;

    font-size:16px;

    margin-bottom:30px;

}

/*==================================================
BUTTON
==================================================*/

.be-sw-unlock-btn{

    width:100%;

    padding:16px;

    border:none;

    border-radius:50px;

    cursor:pointer;

    background:linear-gradient(135deg,#FFD700,#FFC107);

    color:#111;

    font-size:16px;

    font-weight:700;

    transition:.35s;

}

.be-sw-unlock-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,215,0,.35);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.be-sw-advanced-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

#be-sw-advanced{

padding:80px 6%;

}

.be-sw-advanced-heading h2{

font-size:36px;

}

.be-sw-advanced-grid{

grid-template-columns:1fr;

}

}

@media(max-width:480px){

.be-sw-advanced-heading h2{

font-size:30px;

}

.be-sw-lock-card{

padding:30px 22px;

}

.be-sw-lock-card h3{

font-size:28px;

}

}
/*==================================================
BRANDIFY EDUCATION
PREMIUM SWEDISH POPUP
==================================================*/

.be-sw-popup-overlay{

    position:fixed;
    inset:0;

    display:none;

    justify-content:center;
    align-items:center;

    padding:30px;

    background:rgba(3,10,30,.82);

    backdrop-filter:blur(12px);

    z-index:999999;

    overflow-y:auto;

}

/*==================================================
POPUP
==================================================*/

.be-sw-popup{

    width:100%;
    max-width:620px;

    max-height:92vh;

    overflow-y:auto;

    background:linear-gradient(180deg,#0B1836,#071224);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:45px;

    position:relative;

    box-shadow:0 30px 80px rgba(0,0,0,.45);

    animation:popupOpen .35s ease;

}

/*==================================================
SCROLLBAR
==================================================*/

.be-sw-popup::-webkit-scrollbar{

    width:8px;

}

.be-sw-popup::-webkit-scrollbar-thumb{

    background:#FFD700;

    border-radius:20px;

}

/*==================================================
ANIMATION
==================================================*/

@keyframes popupOpen{

from{

opacity:0;

transform:translateY(50px) scale(.92);

}

to{

opacity:1;

transform:translateY(0) scale(1);

}

}

/*==================================================
CLOSE
==================================================*/

.be-sw-close{

position:absolute;

top:18px;

right:18px;

width:46px;

height:46px;

border:none;

border-radius:50%;

cursor:pointer;

font-size:28px;

background:#10254D;

color:#fff;

transition:.3s;

}

.be-sw-close:hover{

background:#FFD700;

color:#111;

transform:rotate(90deg);

}

/*==================================================
HEADER
==================================================*/

.be-sw-popup-header{

text-align:center;

margin-bottom:35px;

}

.be-sw-popup-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:40px;

background:linear-gradient(135deg,#FFD700,#FFC107);

margin-bottom:22px;

}

.be-sw-popup-header h2{

font-size:36px;

font-weight:800;

color:#fff;

margin-bottom:15px;

}

.be-sw-popup-header p{

font-size:17px;

line-height:1.8;

color:#D7E3FF;

}

/*==================================================
FIELDS
==================================================*/

.be-sw-field{

margin-bottom:24px;

}

.be-sw-field label{

display:block;

margin-bottom:10px;

color:#FFD700;

font-weight:700;

font-size:16px;

}

.be-sw-field input,

.be-sw-field select{

width:100%;

padding:18px;

border-radius:16px;

border:1px solid rgba(255,255,255,.08);

background:#112850;

color:#fff;

font-size:16px;

transition:.3s;

}

.be-sw-field input::placeholder{

color:#BFCBE8;

}

.be-sw-field input:focus,

.be-sw-field select:focus{

outline:none;

border-color:#FFD700;

box-shadow:0 0 0 4px rgba(255,215,0,.12);

}

/*==================================================
BUTTON
==================================================*/

.be-sw-submit-btn{

width:100%;

padding:20px;

margin-top:12px;

border:none;

border-radius:60px;

cursor:pointer;

font-size:18px;

font-weight:700;

background:linear-gradient(135deg,#FFD700,#FFC107);

color:#111;

transition:.35s;

display:flex;

align-items:center;

justify-content:center;

gap:12px;

}

.be-sw-submit-btn:hover{

transform:translateY(-4px);

box-shadow:0 18px 40px rgba(255,215,0,.35);

}

/*==================================================
SUCCESS
==================================================*/

.be-sw-success{

display:none;

text-align:center;

padding:30px 10px;

}

.be-sw-success-icon{

width:100px;

height:100px;

margin:auto;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:#2ECC71;

color:#fff;

font-size:48px;

margin-bottom:25px;

animation:success .5s ease;

}

@keyframes success{

from{

transform:scale(.5);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}

.be-sw-success h3{

font-size:34px;

color:#fff;

margin-bottom:15px;

}

.be-sw-success p{

font-size:18px;

line-height:1.8;

color:#D7E3FF;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:768px){

.be-sw-popup{

padding:30px 25px;

max-height:94vh;

}

.be-sw-popup-header h2{

font-size:28px;

}

.be-sw-popup-icon{

width:72px;

height:72px;

font-size:34px;

}

.be-sw-submit-btn{

font-size:17px;

padding:18px;

}

}

@media(max-width:480px){

.be-sw-popup-overlay{

padding:15px;

}

.be-sw-popup{

padding:22px;

border-radius:22px;

}

.be-sw-popup-header h2{

font-size:24px;

}

.be-sw-field input,

.be-sw-field select{

padding:16px;

}

.be-sw-success h3{

font-size:28px;

}

}
/*==================================================
SWEDISH CAREER OPPORTUNITIES
==================================================*/

#be-sw-career{

padding:110px 7%;

background:#07162F;

position:relative;

overflow:hidden;

}

.be-sw-career-container{

max-width:1400px;

margin:auto;

}

.be-sw-career-heading{

text-align:center;

margin-bottom:70px;

}

.be-sw-career-heading span{

display:inline-block;

padding:12px 28px;

background:rgba(255,215,0,.08);

border:1px solid rgba(255,215,0,.25);

border-radius:40px;

color:#FFD700;

font-weight:700;

margin-bottom:20px;

}

.be-sw-career-heading h2{

font-size:48px;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.be-sw-career-heading h2 span{

color:#FFD700;

}

.be-sw-career-heading p{

max-width:850px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#D8E5FF;

}

.be-sw-career-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.be-sw-career-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:28px;

padding:35px;

text-align:center;

backdrop-filter:blur(15px);

transition:.35s;

}

.be-sw-career-card:hover{

transform:translateY(-10px);

border-color:#FFD700;

box-shadow:0 20px 40px rgba(0,0,0,.30);

}

.career-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

font-size:36px;

background:linear-gradient(135deg,#0A2EFF,#355DFF);

}

.be-sw-career-card h3{

font-size:24px;

color:#fff;

margin-bottom:15px;

}

.be-sw-career-card p{

font-size:16px;

line-height:1.8;

color:#D8E5FF;

}

@media(max-width:991px){

.be-sw-career-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.be-sw-career-grid{

grid-template-columns:1fr;

}

.be-sw-career-heading h2{

font-size:36px;

}

}
/*==================================================
SWEDISH TESTIMONIALS
==================================================*/

#be-sw-testimonials{

padding:110px 7%;

background:#061329;

position:relative;

overflow:hidden;

}

.be-sw-testimonial-container{

max-width:1400px;

margin:auto;

}

.be-sw-testimonial-heading{

text-align:center;

margin-bottom:70px;

}

.be-sw-testimonial-heading span{

display:inline-block;

padding:12px 28px;

background:rgba(255,215,0,.08);

border:1px solid rgba(255,215,0,.25);

border-radius:40px;

color:#FFD700;

font-weight:700;

margin-bottom:20px;

}

.be-sw-testimonial-heading h2{

font-size:48px;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.be-sw-testimonial-heading h2 span{

color:#FFD700;

}

.be-sw-testimonial-heading p{

max-width:850px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#D8E5FF;

}

.be-sw-testimonial-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.be-sw-testimonial-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:28px;

padding:35px;

text-align:center;

backdrop-filter:blur(15px);

transition:.35s;

}

.be-sw-testimonial-card:hover{

transform:translateY(-10px);

border-color:#FFD700;

box-shadow:0 20px 40px rgba(0,0,0,.30);

}

.student-image{

width:90px;

height:90px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:42px;

background:linear-gradient(135deg,#0A2EFF,#355DFF);

}

.student-stars{

color:#FFD700;

font-size:22px;

margin-bottom:18px;

letter-spacing:2px;

}

.be-sw-testimonial-card h3{

font-size:24px;

color:#fff;

margin-bottom:12px;

}

.be-sw-testimonial-card p{

font-size:16px;

line-height:1.8;

color:#D8E5FF;

}

@media(max-width:1200px){

.be-sw-testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.be-sw-testimonial-grid{

grid-template-columns:1fr;

}

.be-sw-testimonial-heading h2{

font-size:36px;

}

}
/*==================================================
SWEDISH FAQ
==================================================*/

#be-sw-faq{

padding:110px 7%;

background:#07162F;

}

.be-sw-faq-container{

max-width:1200px;

margin:auto;

}

.be-sw-faq-heading{

text-align:center;

margin-bottom:60px;

}

.be-sw-faq-heading span{

display:inline-block;

padding:12px 28px;

border-radius:40px;

background:rgba(255,215,0,.08);

border:1px solid rgba(255,215,0,.25);

color:#FFD700;

font-weight:700;

margin-bottom:20px;

}

.be-sw-faq-heading h2{

font-size:48px;

color:#fff;

font-weight:800;

margin-bottom:20px;

}

.be-sw-faq-heading h2 span{

color:#FFD700;

}

.be-sw-faq-heading p{

max-width:850px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#D8E5FF;

}

.be-sw-faq-item{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:20px;

margin-bottom:20px;

overflow:hidden;

}

.be-sw-faq-question{

width:100%;

padding:24px 30px;

display:flex;

justify-content:space-between;

align-items:center;

background:none;

border:none;

cursor:pointer;

color:#fff;

font-size:20px;

font-weight:700;

text-align:left;

}

.be-sw-faq-question span{

font-size:30px;

color:#FFD700;

}

.be-sw-faq-answer{

display:none;

padding:0 30px 25px;

}

.be-sw-faq-answer p{

color:#D8E5FF;

line-height:1.9;

font-size:17px;

}

.be-sw-faq-item.active .be-sw-faq-answer{

display:block;

}

@media(max-width:768px){

.be-sw-faq-heading h2{

font-size:36px;

}

.be-sw-faq-question{

font-size:18px;

padding:20px;

}

}
/*==================================================
SWEDISH FINAL CTA
==================================================*/

#be-sw-final-cta{

padding:120px 7%;

background:linear-gradient(135deg,#061329,#071D45);

}

.be-sw-final-container{

max-width:1200px;

margin:auto;

}

.be-sw-final-content{

text-align:center;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(16px);

padding:70px 50px;

border-radius:32px;

}

.be-sw-final-tag{

display:inline-block;

padding:12px 28px;

background:rgba(255,215,0,.08);

border:1px solid rgba(255,215,0,.25);

border-radius:40px;

color:#FFD700;

font-weight:700;

margin-bottom:25px;

}

.be-sw-final-content h2{

font-size:52px;

font-weight:800;

color:#fff;

margin-bottom:25px;

}

.be-sw-final-content h2 span{

color:#FFD700;

}

.be-sw-final-content p{

max-width:850px;

margin:auto;

font-size:18px;

line-height:1.9;

color:#D8E5FF;

margin-bottom:45px;

}

.be-sw-final-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

max-width:700px;

margin:0 auto 45px;

}

.be-sw-feature{

padding:18px;

background:rgba(255,255,255,.05);

border-radius:16px;

color:#fff;

font-weight:600;

}

.be-sw-final-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.be-sw-btn-primary{

display:inline-block;

padding:18px 40px;

border-radius:50px;

background:linear-gradient(135deg,#FFD700,#FFC107);

color:#111;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.be-sw-btn-primary:hover{

transform:translateY(-4px);

}

.be-sw-btn-secondary{

display:inline-block;

padding:18px 40px;

border-radius:50px;

border:2px solid #FFD700;

color:#FFD700;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.be-sw-btn-secondary:hover{

background:#FFD700;

color:#111;

}

@media(max-width:768px){

.be-sw-final-content{

padding:45px 25px;

}

.be-sw-final-content h2{

font-size:36px;

}

.be-sw-final-features{

grid-template-columns:1fr;

}

}/* End custom CSS */