/* ===============================
   GLOBAL RESET
================================ */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#F7F9FF;

    color:#1E293B;

    overflow-x:hidden;

}

/* ===============================
   COLORS
================================ */

:root{

    --primary:#5B5BF6;

    --secondary:#3B82F6;

    --dark:#1F2A5A;

    --white:#ffffff;

    --light:#F7F9FF;

    --success:#10B981;

    --warning:#F59E0B;

    --danger:#EF4444;

}

/* ===============================
   LINKS
================================ */

a{

    text-decoration:none;

}

img{

    max-width:100%;

}

/* ===============================
   BUTTON
================================ */

.btn-primary{

    background:var(--primary);

    border:none;

    padding:12px 28px;

    border-radius:12px;

    font-weight:600;

}

.btn-primary:hover{

    background:#4343ea;

}

/* ===============================
   SECTION
================================ */

section{

    padding:80px 0;

}




/*======================================
        NAVBAR
======================================*/

.custom-navbar{

    background:#ffffff;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    padding:12px 0;

}

.navbar-brand img{

    width:55px;

}

.navbar-brand h5{

    font-size:18px;

    margin:0;

    color:#1F2A5A;

    font-weight:700;

}

.navbar-brand small{

    color:#777;

    font-size:12px;

}

.nav-link{

    color:#1F2A5A;

    font-weight:500;

    margin:0 10px;

}

.nav-link:hover{

    color:#5B5BF6;

}

.nav-link.active{

    color:#5B5BF6;

}

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}



/*==================================
        HERO
===================================*/

.hero-section{

position:relative;

overflow:hidden;

padding:170px 0 120px;

background:linear-gradient(135deg,#EEF3FF,#FFFFFF);

}

.circle{

position:absolute;

border-radius:50%;

filter:blur(100px);

opacity:.35;

}

.circle-1{

width:320px;

height:320px;

background:#5B5BF6;

top:-100px;

left:-100px;

}

.circle-2{

width:280px;

height:280px;

background:#7C3AED;

right:-80px;

bottom:-50px;

}

.hero-badge{

display:inline-block;

background:#E8EEFF;

padding:10px 22px;

border-radius:50px;

font-weight:600;

color:#4F46E5;

margin-bottom:25px;

}

.hero-title{

font-size:62px;

font-weight:800;

line-height:1.2;

color:#172554;

}

.hero-title span{

color:#5B5BF6;

}

.hero-text{

margin-top:30px;

font-size:18px;

line-height:34px;

color:#64748B;

max-width:620px;

}

.hero-buttons{

margin-top:45px;

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-register-main{

background:linear-gradient(135deg,#5B5BF6,#7C3AED);

color:#fff;

padding:16px 34px;

border-radius:50px;

font-weight:600;

}

.btn-register-main:hover{

color:#fff;

transform:translateY(-3px);

}

.btn-track{

border:2px solid #5B5BF6;

padding:16px 34px;

border-radius:50px;

font-weight:600;

color:#5B5BF6;

}

.btn-track:hover{

background:#5B5BF6;

color:#fff;

}

.tracking-card{

background:rgba(255,255,255,.85);

backdrop-filter:blur(20px);

padding:35px;

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.tracking-card h3{

font-weight:700;

margin-bottom:10px;

}

.tracking-card p{

margin-bottom:25px;

color:#64748B;

}

.tracking-card input{

height:58px;

margin-bottom:18px;

border-radius:14px;

}

.btn-track-now{

width:100%;

height:56px;

border:none;

background:linear-gradient(135deg,#5B5BF6,#7C3AED);

color:#fff;

border-radius:14px;

font-weight:600;

}




/*=========================================
        FEATURE SECTION
=========================================*/

.feature-section{

margin-top:-70px;

position:relative;

z-index:20;

padding-bottom:90px;

}

.feature-card{

background:#ffffff;

border-radius:24px;

padding:35px;

text-align:center;

box-shadow:0 25px 60px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.feature-card:hover{

transform:translateY(-12px);

}

.feature-icon{

width:80px;

height:80px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin:auto;

margin-bottom:25px;

font-size:34px;

color:#fff;

}

.blue{

background:#3B82F6;

}

.green{

background:#10B981;

}

.purple{

background:#7C3AED;

}

.orange{

background:#F59E0B;

}

.feature-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#172554;

}

.feature-card p{

font-size:15px;

line-height:28px;

color:#64748B;

}


/*====================================
        PROCESS SECTION
====================================*/

.process-section{

    padding:100px 0;

    background:#F8FAFF;

}

.section-title span{

    display:inline-block;

    background:#EEF2FF;

    color:#5B5BF6;

    padding:8px 20px;

    border-radius:50px;

    font-weight:600;

}

.section-title h2{

    margin-top:20px;

    font-size:42px;

    font-weight:800;

    color:#172554;

}

.section-title p{

    color:#64748B;

    font-size:17px;

    margin-top:15px;

}

.process-card{

    background:#fff;

    padding:35px 25px;

    border-radius:22px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

}

.process-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:25px;

    color:#fff;

    font-size:32px;

}

.process-card h5{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.process-card p{

    color:#64748B;

    line-height:28px;

}


/*====================================
        FOOTER
====================================*/

.footer-section{

background:#172554;

color:#fff;

padding:80px 0 20px;

}

.footer-logo img{

width:60px;

}

.footer-logo h4{

font-size:22px;

font-weight:700;

margin:0;

}

.footer-logo p{

margin:0;

color:#CBD5E1;

font-size:13px;

}

.footer-about{

color:#CBD5E1;

line-height:30px;

}

.footer-section h5{

font-weight:700;

margin-bottom:25px;

}

.footer-section ul{

padding:0;

list-style:none;

}

.footer-section ul li{

margin-bottom:15px;

color:#CBD5E1;

}

.footer-section ul li a{

color:#CBD5E1;

text-decoration:none;

transition:.3s;

}

.footer-section ul li a:hover{

color:#fff;

padding-left:5px;

}

.social-icons{

margin-top:30px;

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

justify-content:center;

align-items:center;

background:rgba(255,255,255,.1);

border-radius:50%;

color:#fff;

font-size:18px;

transition:.3s;

}

.social-icons a:hover{

background:#5B5BF6;

transform:translateY(-5px);

}

.contact-list li{

display:flex;

align-items:flex-start;

gap:12px;

}

.contact-list i{

color:#5B5BF6;

margin-top:4px;

}

.footer-section hr{

border-color:rgba(255,255,255,.1);

margin:50px 0 25px;

}

.footer-bottom{

text-align:center;

color:#CBD5E1;

font-size:15px;

}










/*==================================
        HERO INFO CARD
===================================*/

.hero-info-card{

background:#fff;

padding:35px;

border-radius:28px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.hero-card-header{

display:flex;

align-items:center;

gap:18px;

margin-bottom:30px;

}

.hero-icon{

width:70px;

height:70px;

border-radius:18px;

background:linear-gradient(135deg,#5B5BF6,#7C3AED);

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:34px;

}

.hero-card-header h3{

font-size:28px;

font-weight:700;

margin-bottom:5px;

color:#1F2A5A;

}

.hero-card-header p{

margin:0;

color:#64748B;

}

.hero-feature{

display:flex;

gap:15px;

padding:18px 0;

border-bottom:1px solid #EEF2FF;

}

.hero-feature:last-child{

border:none;

}

.hero-feature i{

font-size:26px;

color:#5B5BF6;

margin-top:3px;

}

.hero-feature h6{

font-size:18px;

font-weight:700;

margin-bottom:5px;

color:#1F2A5A;

}

.hero-feature small{

color:#64748B;

font-size:14px;

line-height:22px;

}

.hero-stats{

margin-top:30px;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.stat-box{

background:#F8FAFF;

padding:18px;

border-radius:16px;

text-align:center;

}

.stat-box h4{

margin:0;

font-size:28px;

font-weight:800;

color:#5B5BF6;

}

.stat-box span{

font-size:14px;

color:#64748B;

}