*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f5f8fc;
overflow-x:hidden;
}

.top-bar{
background:#0b1f47;
color:#fff;
padding:10px 0;
font-size:14px;
}

.top-bar a{
color:#fff;
margin-left:15px;
text-decoration:none;
}

.navbar-brand{
font-weight:700;
font-size:24px;
}

.nav-link{
font-weight:500;
margin-left:15px;
}

.hero-section{
position:relative;
}

.heroSwiper{
height:100vh;
}

.slide{
height:100vh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

.slide1{
background:url('../images/hero/slide1.jpg') center center/cover no-repeat;
}

.slide2{
background:url('../images/hero/slide2.jpg') center center/cover no-repeat;
}

.slide3{
background:url('../images/hero/slide3.jpg') center center/cover no-repeat;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(5,18,45,.65);
top:0;
left:0;
}

.hero-content{
position:relative;
z-index:2;
color:white;
max-width:700px;
}

.hero-content h1{
font-size:68px;
font-weight:800;
line-height:1.2;
margin-bottom:20px;
}

.hero-content p{
font-size:22px;
line-height:1.8;
margin-bottom:25px;
}

.hero-stats{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
z-index:20;
width:90%;
background:white;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.15);
padding:30px;
text-align:center;
}

.hero-stats h2{
font-weight:700;
color:#0d6efd;
}

.hero-stats p{
margin:0;
color:#666;
}

.swiper-button-next,
.swiper-button-prev{
color:#fff;
}

.swiper-pagination-bullet-active{
background:#fff;
}
/* SERVICES */

.services{
padding:100px 0;
background:#f8fbff;
}

.service-box{
background:#fff;
padding:35px 25px;
border-radius:20px;
text-align:center;
height:100%;
transition:.4s;
box-shadow:0 10px 35px rgba(0,0,0,.08);
border:1px solid #edf2f7;
}

.service-box:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(13,110,253,.18);
}

.service-box .icon{
width:90px;
height:90px;
margin:auto;
border-radius:50%;
background:#0d6efd;
display:flex;
justify-content:center;
align-items:center;
margin-bottom:25px;
transition:.4s;
}

.service-box:hover .icon{
transform:rotateY(180deg);
}

.service-box .icon i{
font-size:34px;
color:#fff;
}

.service-box h4{
font-weight:700;
margin-bottom:15px;
}

.service-box p{
color:#6c757d;
font-size:15px;
line-height:1.8;
}
/* ===========================
ABOUT SECTION
=========================== */

.about-section{
padding:120px 0;
background:#ffffff;
}

.about-image{
position:relative;
}

.about-image img{
border-radius:25px;
}

.experience-box{

position:absolute;

bottom:30px;

right:-20px;

background:#0d6efd;

color:#fff;

padding:25px;

border-radius:20px;

text-align:center;

width:180px;

box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:50px;

font-weight:700;

margin-bottom:5px;

}

.section-tag{

color:#0d6efd;

font-weight:700;

letter-spacing:2px;

}

.section-title{

font-size:45px;

font-weight:700;

margin-bottom:25px;

}

.section-text{

font-size:17px;

line-height:1.9;

color:#666;

}

.about-feature{

margin-bottom:20px;

font-weight:600;

display:flex;

align-items:center;

}

.about-feature i{

color:#0d6efd;

margin-right:12px;

font-size:20px;

}
/*=========================
WHY CHOOSE US
==========================*/

.why-choose{

padding:120px 0;

background:#f7faff;

}

.feature-item{

display:flex;

align-items:flex-start;

background:#fff;

padding:25px;

margin-bottom:25px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.feature-item:hover{

transform:translateY(-8px);

}

.feature-icon{

width:70px;

height:70px;

background:#0d6efd;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-right:20px;

flex-shrink:0;

}

.feature-icon i{

color:#fff;

font-size:28px;

}

.feature-item h4{

font-weight:700;

margin-bottom:10px;

}

.feature-item p{

margin:0;

color:#666;

line-height:1.8;

}
/*==========================
STATISTICS
===========================*/

.statistics-section{

padding:120px 0;

background:linear-gradient(135deg,#0b1f47,#0d6efd);

color:white;

}

.counter-box{

background:rgba(255,255,255,.08);

padding:40px 25px;

border-radius:20px;

transition:.4s;

backdrop-filter:blur(8px);

height:100%;

}

.counter-box:hover{

transform:translateY(-12px);

background:rgba(255,255,255,.15);

}

.counter-icon{

width:90px;

height:90px;

background:white;

border-radius:50%;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.counter-icon i{

font-size:38px;

color:#0d6efd;

}

.counter-box h2{

font-size:48px;

font-weight:700;

margin-bottom:10px;

}

.counter-box h5{

font-weight:600;

margin:0;

}
/*==========================
PRODUCTS
===========================*/

.products-section{
padding:120px 0;
background:#ffffff;
}

.product-card{
background:#fff;
border-radius:25px;
padding:40px 30px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
position:relative;
overflow:hidden;
height:100%;
border:1px solid #edf2f7;
}

.product-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 60px rgba(13,110,253,.18);
}

.product-icon{
width:100px;
height:100px;
margin:auto;
background:#0d6efd;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.product-icon i{
font-size:40px;
color:#fff;
}

.product-card h3{
font-weight:700;
margin-bottom:20px;
}

.product-card p{
color:#666;
line-height:1.8;
margin-bottom:30px;
}

.featured-product{
background:linear-gradient(135deg,#0d6efd,#003b8b);
color:#fff;
}

.featured-product p{
color:#eef4ff;
}

.featured-product .product-icon{
background:#fff;
}

.featured-product .product-icon i{
color:#0d6efd;
}

.popular-badge{
position:absolute;
top:20px;
right:-45px;
background:#ffc107;
color:#000;
padding:8px 50px;
font-weight:700;
font-size:13px;
transform:rotate(45deg);
}