.elementor-17835 .elementor-element.elementor-element-4f2fa6e{--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;}@media(min-width:768px){.elementor-17835 .elementor-element.elementor-element-4f2fa6e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-66dd88c */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
    background:#12004a;
}

/* =========================
   NAVBAR
========================= */

.eicon-caret-down:before {
    content: "\e92a";
    display: none;
}

.main-header{
    width:100%;
    background:#12004a;
    border-bottom:1px solid rgba(255,255,255,0.08);
    position:sticky;
    top:0;
    z-index:9999;
}

.navbar{
    max-width:1250px;
    margin:auto;
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.logo{
    color:#f5a623;
    font-size:24px;
    font-weight:700;
}



/* LOGO SIZE FIX - DESKTOP + MOBILE */

img{
    max-width:100%;
    height:auto;
}

/* LOGO */
img[src*="vsr-logo.png"]{
    width:100px;
    height:auto;
    object-fit:contain;
}

/* MOBILE VIEW */
@media (max-width:767px){
    
    img[src*="vsr-logo.png"]{
        width:90px;
        height:auto;
    }

}

/* HIDE CHECKBOX */

#menu-toggle{
    display:none;
}

/* TOGGLE ICON */

.menu-icon{
    display:none;
    width:32px;
    cursor:pointer;
}

.menu-icon span{
    display:block;
    width:100%;
    height:3px;
    background:#fff;
    margin:6px 0;
    border-radius:10px;
}

/* MENU */

.nav-menu{
    display:flex;
    align-items:center;
    gap:35px;
    list-style:none;
}

.nav-menu li{
    list-style:none;
}

.nav-menu li a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:0.3s;
}

.nav-menu li a:hover{
    color:#f5a623;
}

.nav-btn{
    background:#f5a623;
    color:#111;
    text-decoration:none;
    padding:12px 22px;
    border-radius:10px;
    font-weight:700;
    font-size:14px;
}

.mobile-btn{
    display:none;
}

.nav-btn-mobile{
    background:#f5a623;
    color:#111 !important;
    display:inline-block;
    padding:12px 22px;
    border-radius:10px;
    font-weight:700;
    margin-top:10px;
}

/* =========================
   HERO SECTION
========================= */

.hero-section{
    width:100%;
    background:linear-gradient(135deg,#12004a,#2a1177);
    padding:80px 20px 0;
    overflow:hidden;
    position:relative;
}

.hero-section::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:50%;
    left:-70px;
    bottom:50px;
}

.hero-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:50%;
    right:-100px;
    top:-50px;
}

.hero-container{
    max-width:1250px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    position:relative;
    z-index:2;
}

/* =========================
   LEFT CONTENT
========================= */

.hero-content{
    width:52%;
}

.top-badge{
    display:inline-block;
    background:rgba(255,166,0,0.12);
    border:1px solid #f5a623;
    color:#f5a623;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:25px;
    letter-spacing:0.5px;
}

.hero-heading{
    font-size:58px;
    line-height:1.15;
    color:#fff;
    font-weight:700;
    max-width:700px;
    margin-bottom:25px;
}

.hero-heading span{
    color:#ffab1f;
    font-style:italic;
}

.hero-description{
    color:#d9d6f3;
    font-size:17px;
    line-height:1.8;
    max-width:620px;
    margin-bottom:30px;
}

.rating-box{
    display:inline-flex;
    align-items:center;
    gap:12px;
    border:1px solid rgba(255,255,255,0.2);
    padding:14px 18px;
    border-radius:12px;
    color:#fff;
    background:rgba(255,255,255,0.05);
    margin-bottom:30px;
    flex-wrap:wrap;
}

.rating-box span{
    color:#d9d6f3;
    font-size:14px;
}

.tag-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:35px;
}

.tag-item{
    border:1px solid rgba(255,255,255,0.2);
    background:rgba(255,255,255,0.05);
    color:#fff;
    padding:12px 16px;
    border-radius:10px;
    font-size:14px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.primary-btn{
    background:#f5a623;
    color:#111;
    text-decoration:none;
    padding:16px 28px;
    border-radius:10px;
    font-weight:700;
}

.secondary-btn{
    border:1px solid rgba(255,255,255,0.3);
    color:#fff;
    text-decoration:none;
    padding:16px 28px;
    border-radius:10px;
    font-weight:600;
}

/* =========================
   FORM SECTION
========================= */

.form-wrapper{
    width:500px;
    position:relative;
}

.secure-badge{
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    background:#ffab1f;
    color:#111;
    padding:10px 20px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    z-index:99;
    white-space:nowrap;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.form-card{
    background:#fff;
    border-radius:20px;
    padding:40px 35px 30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
}

.form-card h3{
    font-size:32px;
    margin-bottom:8px;
    color:#111;
}

.form-subtitle{
    font-size:14px;
    color:#666;
    margin-bottom:25px;
}

.name-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.form-group{
    margin-top:16px;
}

.form-card label{
    display:block;
    font-size:12px;
    font-weight:700;
    margin-bottom:8px;
    color:#222;
}

.form-card input,
.form-card select,
.form-card textarea{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    outline:none;
    font-size:14px;
}

.form-card textarea{
    height:100px;
    padding-top:14px;
    resize:none;
}

.submit-btn{
    width:100%;
    margin-top:20px;
    height:58px;
    border:none;
    background:#1a0b5c;
    color:#fff;
    font-size:16px;
    font-weight:700;
    border-radius:12px;
    cursor:pointer;
}

.bottom-contact{
    text-align:center;
    margin-top:18px;
    font-size:13px;
    color:#222;
    font-weight:600;
}

/* =========================
   BOTTOM STRIP
========================= */

.bottom-strip{
    margin-top:70px;
    background:#f5a623;
    display:flex;
    justify-content:center;
    gap:40px;
    padding:16px 20px;
    flex-wrap:wrap;
    font-size:14px;
    font-weight:600;
    color:#111;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .hero-container{
        flex-direction:column;
        gap:40px;
    }

    .hero-content{
        width:100%;
        text-align:center;
    }

    .hero-heading{
        font-size:46px;
    }

    .hero-description{
        margin:auto auto 20px;
    }

    .tag-list{
        justify-content:center;
    }

    .hero-buttons{
        justify-content:center;
    }

    .form-wrapper{
        width:100%;
        max-width:550px;
    }

}

@media(max-width:768px){

    .navbar{
        padding:14px 15px;
    }

    .menu-icon{
        display:block;
    }

    .nav-btn{
        display:none;
    }

    .nav-menu{
        position:absolute;
        top:68px;
        left:0;
        width:100%;
        background:#1b0b63;
        flex-direction:column;
        align-items:center;
        gap:0;
        display:none;
        padding:10px 0 20px;
        border-top:1px solid rgba(255,255,255,0.08);
    }

    .nav-menu li{
        width:100%;
        text-align:center;
    }

    .nav-menu li a{
        display:block;
        padding:12px;
        font-size:14px;
    }

    #menu-toggle:checked ~ .nav-menu{
        display:flex;
    }

    .mobile-btn{
        display:block;
    }

    /* HERO MOBILE */

    .hero-section{
        padding:40px 15px 0;
    }

    .hero-container{
        gap:28px;
    }

    .hero-content{
        text-align:center;
    }

    .top-badge{
        margin-bottom:15px;
        padding:7px 14px;
        font-size:11px;
    }

    .hero-heading{
        font-size:30px;
        line-height:1.3;
        margin-bottom:15px;
    }

    .hero-description{
        font-size:14px;
        line-height:1.6;
        margin-bottom:18px;
    }

    .rating-box{
        justify-content:center;
        text-align:center;
        padding:10px 14px;
        margin-bottom:18px;
    }

    .rating-box span{
        font-size:12px;
    }

    .tag-list{
        gap:8px;
        margin-bottom:20px;
        justify-content:center;
    }

    .tag-item{
        width:calc(50% - 6px);
        text-align:center;
        font-size:12px;
        padding:8px 10px;
        border-radius:8px;
    }

    /* BUTTON SMALL */

    .hero-buttons{
        gap:10px;
        justify-content:center;
    }

    .primary-btn,
    .secondary-btn{
        width:auto;
        padding:12px 18px;
        font-size:13px;
        border-radius:8px;
    }

    /* FORM */

    .form-card{
        padding:22px 15px 18px;
        border-radius:16px;
    }

    .form-card h3{
        font-size:22px;
        margin-bottom:5px;
    }

    .form-subtitle{
        margin-bottom:18px;
        font-size:13px;
    }

    .name-grid{
        grid-template-columns:1fr;
    }

    .form-card input,
    .form-card select,
    .form-card textarea{
        height:46px;
        font-size:13px;
    }

    .form-card textarea{
        height:90px;
    }

    .submit-btn{
        height:48px;
        font-size:14px;
        margin-top:16px;
    }

    .secure-badge{
        font-size:10px;
        padding:2px 14px;
        top:-14px;
    }

    .bottom-strip{
        margin-top:35px;
        gap:12px;
        padding:12px;
        font-size:12px;
    }

}

@media(max-width:480px){

    .hero-heading{
        font-size:26px;
    }

    .tag-item{
        width:100%;
    }

    .primary-btn,
    .secondary-btn{
        width:100%;
        text-align:center;
    }

    .bottom-strip{
        flex-direction:column;
        align-items:center;
    }

}


/* =========================
   LEGAL SHIELD SECTION
========================= */

.legal-shield-section{
    width:100%;
    background:#f5f5f7;
    padding:70px 20px;
}

.legal-container{
    max-width:1250px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

/* =========================
   IMAGE
========================= */

.legal-image-box{
    width:48%;
    position:relative;
}

.legal-image-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:22px;
    display:block;
}

.image-badge{
    position:absolute;
    left:18px;
    bottom:18px;
    background:#f5a623;
    color:#111;
    padding:12px 18px;
    border-radius:10px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* =========================
   CONTENT
========================= */

.legal-content{
    width:52%;
}

.section-subtitle{
    color:#5b2eff;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    display:block;
    margin-bottom:12px;
}

.legal-heading{
    font-size:50px;
    line-height:1.15;
    color:#14004d;
    margin-bottom:18px;
    font-weight:700;
}

.legal-description{
    color:#666;
    font-size:15px;
    line-height:1.8;
    margin-bottom:28px;
}

/* =========================
   SMALL & PREMIUM CARDS
========================= */

.info-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    background:#ffffff;
    border-left:3px solid #6d3bff;
    border-radius:14px;
    padding:16px 18px;
    margin-bottom:14px;
    box-shadow:0 6px 18px rgba(0,0,0,0.04);
    transition:0.3s ease;
}

.info-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 22px rgba(0,0,0,0.08);
}

.card-icon{
    min-width:42px;
    height:42px;
    border-radius:10px;
    background:#f3edff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.card-content h4{
    font-size:17px;
    line-height:1.3;
    color:#14004d;
    margin-bottom:5px;
    font-weight:700;
}

.card-content p{
    color:#666;
    font-size:13px;
    line-height:1.6;
}

/* =========================
   TABLET
========================= */

@media(max-width:992px){

    .legal-shield-section{
        padding:55px 18px;
    }

    .legal-container{
        flex-direction:column;
        gap:35px;
    }

    .legal-image-box,
    .legal-content{
        width:100%;
    }

    .legal-heading{
        font-size:38px;
    }

    .legal-image-box img{
        height:380px;
    }

    .info-card{
        padding:15px;
        gap:12px;
    }

    .card-icon{
        min-width:40px;
        height:40px;
        font-size:17px;
    }

    .card-content h4{
        font-size:16px;
    }

    .card-content p{
        font-size:13px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .legal-shield-section{
        padding:35px 15px;
    }

    .legal-container{
        gap:24px;
    }

    .legal-image-box img{
        height:260px;
        border-radius:16px;
    }

    .image-badge{
        left:12px;
        bottom:12px;
        padding:9px 14px;
        font-size:11px;
        border-radius:8px;
    }

    .section-subtitle{
        font-size:10px;
        margin-bottom:8px;
    }

    .legal-heading{
        font-size:28px;
        line-height:1.25;
        margin-bottom:12px;
    }

    .legal-description{
        font-size:13px;
        line-height:1.6;
        margin-bottom:18px;
    }

    .info-card{
        padding:13px;
        gap:10px;
        border-radius:12px;
        margin-bottom:12px;
    }

    .card-icon{
        min-width:36px;
        height:36px;
        font-size:16px;
        border-radius:8px;
    }

    .card-content h4{
        font-size:14px;
        margin-bottom:4px;
    }

    .card-content p{
        font-size:12px;
        line-height:1.5;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .legal-shield-section{
        padding:28px 12px;
    }

    .legal-heading{
        font-size:24px;
    }

    .legal-image-box img{
        height:220px;
    }

    .image-badge{
        width:auto;
        font-size:10px;
        padding:8px 12px;
    }

    .info-card{
        padding:12px;
    }

    .card-icon{
        min-width:34px;
        height:34px;
        font-size:15px;
    }

    .card-content h4{
        font-size:13px;
    }

    .card-content p{
        font-size:11px;
    }/* End custom CSS */