.hero-section{
padding:160px 0;
background:linear-gradient(135deg,#003366,#0066CC,#00C6FF);
color:white;
}

.hero-section h1{
font-size:48px;
font-weight:900;
margin-bottom:20px;
}

.hero-desc{
font-size:18px;
margin-bottom:30px;
}

.hero-points{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-bottom:30px;
}

.hero-points div{
background:rgba(255,255,255,0.1);
padding:12px 18px;
border-radius:30px;
font-weight:600;
}

.hero-points i{
margin-right:8px;
}

.btn-primary{
background:white;
color:#0066CC;
padding:14px 36px;
border-radius:40px;
font-weight:700;
text-decoration:none;
}

.hero-img{
border-radius:20px;
box-shadow:0 30px 60px rgba(0,0,0,0.25);
}

/* NAV */



.why-registration{
padding:120px 0;
background:#f4f8fc;
}

.section-title{
font-weight:800;
font-size:36px;
}

.feature-box{
background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
transition:0.3s;
}

.feature-box:hover{
transform:translateY(-10px);
}

.feature-box i{
font-size:38px;
color:#0066CC;
margin-bottom:15px;
}
.process-section{
padding:120px 0;
}

.process-box{
background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.process-number{
width:50px;
height:50px;
border-radius:50%;
background:#0066CC;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
margin:0 auto 15px auto;
}
.service-block{
padding:120px 0;
}

.service-image{
border-radius:20px;
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.service-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
}

.service-features div{
background:#f4f8fc;
padding:12px 18px;
border-radius:25px;
font-weight:600;
}

.service-features i{
margin-right:8px;
color:#0066CC;
}

.tracking-card{
background:white;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.tracking-card i{
font-size:36px;
color:#0066CC;
margin-bottom:10px;
}
.dashboard-section{
padding:120px 0;
background:#0b2e4a;
color:white;
}

.dashboard-image{
border-radius:20px;
box-shadow:0 30px 60px rgba(0,0,0,0.3);
}

.dashboard-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:25px;
}

.dashboard-features div{
background:rgba(255,255,255,0.1);
padding:12px 18px;
border-radius:30px;
}
.sticky-demo-btn{
position:fixed;
bottom:30px;
right:30px;
background:#0066CC;
color:white;
padding:15px 25px;
border-radius:40px;
font-weight:700;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}
/* =========================
BADGE SECTION
========================= */

.badge-section{
padding:120px 0;
background:#f4f8fc;
}

.badge-card{
background:white;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
transition:0.3s;
height:100%;
}

.badge-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 60px rgba(0,0,0,0.15);
}

.badge-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:15px;
margin-bottom:15px;
}

.badge-card h5{
font-weight:700;
margin-bottom:10px;
}

.badge-card p{
font-size:14px;
color:#666;
}


/* =========================
LANYARD SECTION
========================= */

.lanyard-section{
padding:120px 0;
background:white;
}

.lanyard-card{
background:white;
padding:20px;
border-radius:20px;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
transition:0.3s;
}

.lanyard-card:hover{
transform:translateY(-10px);
}

.lanyard-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:15px;
margin-bottom:10px;
}

.lanyard-card h5{
font-weight:700;
}


/* ===============================
MORE PRODUCTS SECTION
================================ */

.more-products{
padding:120px 0;
background:#f4f8fc;
position:relative;
}

.more-products h2{
font-size:36px;
font-weight:800;
margin-bottom:60px;
color:#0b2e4a;
}

/* PRODUCT CARD */

.product-card{
background:white;
border-radius:20px;
padding:20px;
text-align:center;
box-shadow:0 20px 30px rgba(0,0,0,0.08);
transition:0.35s ease;
height:100%;
}

.product-card:hover{
transform:translateY(-12px);
box-shadow:0 30px 50px rgba(0,0,0,0.15);
}

/* IMAGE */

.product-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:15px;
margin-bottom:15px;
transition:0.35s;
}

.product-card:hover img{
transform:scale(1.05);
}

/* TITLE */

.product-card h5{
font-weight:700;
font-size:18px;
margin-bottom:10px;
color:#0b2e4a;
}

/* LINK BUTTON */

.product-card a{
display:inline-block;
margin-top:5px;
font-weight:600;
color:#0066CC;
text-decoration:none;
transition:0.3s;
}

.product-card a:hover{
color:#003366;
}

/* ===============================
SWIPER SLIDER
================================ */
.swiper{
width:100%;
padding: bottom 40px !important;;
}

.swiper-slide{
display:flex;
height:auto;
}

.product-card{
width:100%;
}
.productSlider{
padding-bottom:40px;
}

/* NAVIGATION ARROWS */

.swiper-button-next,
.swiper-button-prev{
color:#0066CC;
}

.swiper-button-next:after,
.swiper-button-prev:after{
font-size:24px;
font-weight:bold;
}

/* PAGINATION */

.swiper-pagination-bullet{
background:#0066CC;
opacity:0.5;
}

.swiper-pagination-bullet-active{
opacity:1;
}

/* ===============================
RESPONSIVE
================================ */

@media (max-width:992px){

.product-card img{
height:200px;
}

}

@media (max-width:768px){

.more-products{
padding:80px 0;
}

.product-card img{
height:180px;
}

}

@media (max-width:480px){

.product-card img{
height:160px;
}

.product-card h5{
font-size:16px;
}

}
.section-subtitle{
max-width:700px;
margin:auto;
font-size:16px;
color:#666;
margin-top:10px;
}

/* =========================
DEMO POPUP
========================= */

.demo-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.demo-popup-box{
background:white;
padding:40px;
border-radius:20px;
width:550px;
max-width:95%;
box-shadow:0 30px 60px rgba(0,0,0,0.3);
}

.close-popup{
float:right;
cursor:pointer;
font-size:20px;
font-weight:bold;
}

.btn-submit{
background:#0066CC;
color:white;
padding:12px 35px;
border-radius:40px;
border:none;
font-weight:700;
}

.btn-submit:hover{
background:#004fa3;
}


/* =========================
STICKY BOOK DEMO BUTTON
========================= */

.sticky-demo-btn{
position:fixed;
bottom:30px;
right:30px;
background:#0066CC;
color:white;
padding:14px 25px;
border-radius:40px;
font-weight:700;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
transition:0.3s;
}

.sticky-demo-btn:hover{
background:#004fa3;
transform:translateY(-3px);
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

.badge-card img,
.lanyard-card img,
.product-card img{
height:180px;
}

.dashboard-features{
grid-template-columns:1fr;
}

}