*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    color:#172033;
    background:#fff;
}
a{text-decoration:none}
/* =========================
   HEADER
========================= */
.main-nav{
    background:#fff;
    box-shadow:0 3px 20px #00000012;
    position:sticky;
    top:0;
    z-index:999;
}
.nav-wrap{
    min-height:76px;
    display:flex;
    align-items:center;
    width:100%;
}
.brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:#102a56;
    flex-shrink:0;
}
.brand-icon,
.footer-logo{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#0d6efd;
    color:#fff;
    display:grid;
    place-items:center;
    font-size:21px;
}
.brand strong{
    display:block;
    font-size:17px;
}
.brand small{
    display:block;
    color:#6b7280;
    font-size:11px;
    letter-spacing:1px;
}
.nav-menu{
    display:flex;
    align-items:center;
    gap:4px;
    list-style:none;
    margin:0;
    padding:0;
}
.nav-menu a{
    display:block;
    color:#344054;
    padding:11px 12px;
    font-size:14px;
    font-weight:600;
    border-radius:8px;
    transition:.2s;
}
.nav-menu a:hover{
    background:#f1f5ff;
    color:#0d6efd;
}
.nav-menu .apply-btn{
    background:#0d6efd;
    color:#fff;
    padding:12px 18px;
    margin-left:7px;
}
.nav-menu .apply-btn:hover{
    background:#0958d9;
    color:#fff;
}
.menu-btn{
    display:none;
    border:0;
    background:#f1f5f9;
    color:#172033;
    border-radius:8px;
    padding:10px 13px;
    font-size:20px;
    cursor:pointer;
}
.mobile-apply{
    display:none;
}
/* =========================
   HERO
========================= */
.hero,
.apply-hero{
    background:linear-gradient(135deg,#071952,#088395);
    color:#fff;
    padding:90px 0;
}
.hero h1,
.apply-hero h1{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
}
.hero span,
.hero-badge{
    color:#ffd43b;
}
.hero-badge{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}
.hero p,
.apply-hero p{
    max-width:700px;
    line-height:1.6;
}
/* =========================
   COMMON SECTIONS
========================= */
.section{
    padding:75px 0;
}
.cardx{
    height:100%;
    padding:30px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 6px 28px #00000010;
    border:1px solid #edf0f5;
    transition:.2s;
}
.cardx:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 35px #00000015;
}
.icon{
    font-size:40px;
    margin-bottom:15px;
}
.company{
    padding:25px;
    border-radius:14px;
    background:#f7f9fc;
    font-weight:700;
    text-align:center;
    border:1px solid #e8edf5;
}
.cta{
    background:#071952;
    color:#fff;
    padding:65px 0;
}
.step{
    width:55px;
    height:55px;
    line-height:55px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    text-align:center;
    margin:auto auto 15px;
    font-weight:700;
}
/* =========================
   APPLY FORM
========================= */
.apply-box{
    background:#fff;
    color:#172033;
    padding:32px;
    border-radius:20px;
    box-shadow:0 20px 50px #0003;
}
.apply-box label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
}
.apply-box .form-control,
.apply-box .form-select{
    min-height:46px;
    border-radius:9px;
}
.apply-box .form-control:focus,
.apply-box .form-select:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px #0d6efd18;
}
/* =========================
   FOOTER
========================= */
.site-footer{
    background:#101828;
    color:#cbd5e1;
}
.site-footer h4,
.site-footer h5{
    color:#fff;
}
.site-footer p{
    line-height:1.7;
    color:#aeb9ca;
}
.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.footer-brand h4{
    font-size:18px;
    margin:0;
}
.footer-brand small{
    color:#8d99ab;
}
.footer-apply{
    display:inline-block;
    background:#ffc107;
    color:#111;
    padding:11px 17px;
    border-radius:8px;
    font-weight:700;
    transition:.2s;
}
.footer-apply:hover{
    background:#ffca2c;
    color:#111;
    transform:translateY(-2px);
}
.site-footer h5{
    font-size:15px;
    margin-bottom:18px;
}
.site-footer a{
    color:#aeb9ca;
    display:block;
    margin:9px 0;
}
.site-footer a:hover{
    color:#fff;
}
.footer-contact div{
    margin:12px 0;
}
.footer-contact i{
    width:25px;
    color:#60a5fa;
}
.socials{
    display:flex;
    gap:9px;
    margin-top:20px;
}
.socials a{
    width:38px;
    height:38px;
    background:#1d2939;
    border-radius:8px;
    display:grid;
    place-items:center;
    margin:0;
    color:#fff;
    transition:.2s;
}
.socials a:hover{
    background:#0d6efd;
    transform:translateY(-2px);
}
/* .footer-bottom{
    border-top:1px solid #263244;
    padding:20px 0;
    display:flex;
    justify-content:space-between;
    gap:15px;
    font-size:13px;
}
.footer-bottom a{
    display:inline;
    color:#aeb9ca;
    margin:0;
} */
 .footer-bottom{
    border-top:1px solid #263244;
    padding:20px 0;
    font-size:13px;
}
.footer-bottom a{
    display:inline;
    color:#aeb9ca;
    margin:0;
}
.footer-bottom a:hover{
    color:#fff;
}
.disclaimer{
    font-size:11px;
    color:#7f8da1;
    padding:0 0 25px;
    line-height:1.6;
}
/* =========================
   FAQ
========================= */
.faq .accordion-button{
    font-weight:600;
}
.faq .accordion-button:focus{
    box-shadow:none;
}
/* =========================
   DESKTOP NAVIGATION
========================= */
@media (min-width:992px){
    .main-nav .navbar-collapse{
        display:flex !important;
        flex-basis:auto;
    }
    .main-nav .nav-menu{
        display:flex;
        flex-direction:row;
        align-items:center;
    }
    .menu-btn{
        display:none !important;
    }
}
/* =========================
   TABLET + MOBILE NAVIGATION
========================= */
@media (max-width:991.98px){
    .main-nav{
        width:100%;
    }
    .nav-wrap{
        min-height:70px;
        position:relative;
        flex-wrap:wrap;
    }
    .menu-btn{
        display:block !important;
        margin-left:auto;
        border:0;
        background:#f1f5f9;
        color:#172033;
        width:44px;
        height:44px;
        border-radius:9px;
        font-size:20px;
        cursor:pointer;
        padding:0;
    }
    .menu-btn:hover{
        background:#e2e8f0;
    }
    /* MENU CLOSED */
    .main-nav .navbar-collapse.collapse:not(.show){
        display:none !important;
    }
    /* MENU OPEN */
    .main-nav .navbar-collapse.show{
        display:block !important;
        width:100%;
        flex-basis:100%;
    }
    .main-nav .nav-menu{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        width:100%;
        padding:12px 0 15px;
        margin:0 !important;
        gap:2px;
    }
    .main-nav .nav-menu li{
        width:100%;
    }
    .main-nav .nav-menu a{
        display:block;
        width:100%;
        padding:12px 15px;
        border-radius:8px;
    }
    .main-nav .nav-menu a:hover{
        background:#f1f5ff;
    }
    .main-nav .nav-menu .apply-btn{
        margin:6px 0 0;
        text-align:center;
    }
    /* HERO */
    .hero,
    .apply-hero{
        padding:65px 0;
    }
    .hero h1,
    .apply-hero h1{
        font-size:42px;
    }
}
/* =========================
   MOBILE
========================= */
@media (max-width:767.98px){
    .hero,
    .apply-hero{
        padding:50px 0;
    }
    .hero h1,
    .apply-hero h1{
        font-size:35px;
    }
    .hero p,
    .apply-hero p{
        font-size:16px;
    }
    .section{
        padding:50px 0;
    }
    .cardx{
        padding:24px;
    }
    .apply-box{
        padding:22px;
    }
    /* FOOTER */
    .footer-bottom{
        display:block;
        text-align:center;
    }
    .footer-bottom div+div{
        margin-top:10px;
    }
    /* MOBILE BOTTOM BAR */
    .mobile-apply{
        display:flex;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        height:58px;
        background:#fff;
        box-shadow:0 -3px 20px #0003;
        z-index:1000;
    }
    .mobile-apply a{
        flex:1;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:7px;
        font-weight:700;
        color:#fff;
        background:#0d6efd;
        margin:0;
    }
    .mobile-apply a:hover{
        color:#fff;
    }
    .mobile-apply a+a{
        background:#198754;
    }
    body{
        padding-bottom:58px;
    }
}
/* =========================
   SMALL MOBILE
========================= */
@media (max-width:575.98px){
    .nav-wrap{
        min-height:66px;
    }
    .brand-icon{
        width:40px;
        height:40px;
        font-size:19px;
    }
    .brand strong{
        font-size:15px;
    }
    .brand small{
        font-size:10px;
    }
    .menu-btn{
        width:42px;
        height:42px;
    }
    .hero h1,
    .apply-hero h1{
        font-size:31px;
    }
    .hero .btn,
    .apply-hero .btn{
        width:100%;
        margin:5px 0 !important;
    }
    .section{
        padding:42px 0;
    }
    .apply-box{
        padding:20px 16px;
    }
    .apply-box h3{
        font-size:24px;
    }
}
/* =========================
   VERY SMALL DEVICES
========================= */
@media (max-width:380px){
    .brand strong{
        font-size:14px;
    }
    .brand small{
        font-size:9px;
    }
    .brand-icon{
        width:38px;
        height:38px;
    }
    .menu-btn{
        width:40px;
        height:40px;
    }
    .hero h1,
    .apply-hero h1{
        font-size:28px;
    }
    .mobile-apply{
        height:55px;
    }
    .mobile-apply a{
        font-size:13px;
    }
    body{
        padding-bottom:55px;
    }
}
/* =========================
   BACK TO TOP
========================= */
.back-to-top{
    position:fixed;
    right:22px;
    bottom:78px;
    width:46px;
    height:46px;
    border:0;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.3s;
    z-index:998;
    box-shadow:0 5px 18px #0003;
}
.back-to-top:hover{
    background:#0958d9;
    transform:translateY(-2px);
}
.back-to-top.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
/* Mobile */
@media(max-width:767.98px){
    .back-to-top{
        right:14px;
        bottom:70px;
        width:42px;
        height:42px;
        font-size:15px;
    }
}