/* ==========================
   HERO SECTION
========================== */

.hero-section{
    position:relative;
    overflow:hidden;
}

.hero-slide{
    position:relative;
    min-height:450px;
    display:flex;
    align-items:center;
}

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:transparent;
    z-index:2;
}

.hero-section .container{
    position:relative;
    z-index:5;
}

/*.hero-content{
    color:#fff;
    max-width:650px;
}*/
.hero-content h1{
    color:#000;
}

.hero-content h1 .line1{
    color:#000;
}

.hero-content h1 .line2{
    color:#000;
}

.hero-content .highlight{
    color:#0d6efd !important;
}

.hero-tag{
    color:#000000;
    font-size:18px;
    margin-bottom:15px;
    font-weight:600;
    
    
}

.hero-pre{
    color:#000000;
    font-size:18px;
    margin-bottom:15px;
    font-weight:600;
}

.hero-content h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:5px;
}

.hero-content h1 span{
    display:inline;
}

.hero-content .highlight{
    color:#ffc107;
}

.hero-content p{
    font-size:18px;
    line-height:1.1;
    margin-bottom:25px;
    color:#000;
    opacity:1;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-buttons a{
    min-width:180px;
    height:55px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.btn-primary{
    display:inline-block;
    background:#ff6b00;      /* Orange Background */
    color:#fff;
    padding:16px 45px;       /* Height & Width */
    font-size:18px;          /* Text Size */
    font-weight:700;
    border-radius:8px;       /* Square Rounded */
    border:none;
    text-decoration:none;
    transition:0.3s;
}

.btn-primary:hover{
    background:#004aad;
    color:#fff;
}

.btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:55px;
    background:#ffffff;
    color:#0d6efd;
    border:2px solid #0d6efd;
    border-radius:8px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.btn-outline:hover{
    background:#fff;
    color:#004aad;
}

/* Swiper */

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#ffffff;
    color:#004aad;
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after{
    font-size:18px;
    font-weight:bold;
}

.heroSwiper .swiper-pagination{
    bottom:30px !important;
}

.heroSwiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
    opacity:1;
}

.heroSwiper .swiper-pagination-bullet-active{
    background:#ffffff;
}

/* ==========================
   STATISTICS
========================== */

.hero-stats{
    width:90%;
    max-width:1720px;
    margin:-5px auto 60px;
    background:#0B2E7A;
    border-radius:18px;
    padding:10px 20px;
    position:relative;
    z-index:20;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.stat-box{
    display:flex;
    align-items:center;
    gap:18px;
    padding:0px;
    background:transparent;
    border:none;
    box-shadow:none;
    color:#fff;
    height:100%;
}

.stat-box:hover{
    transform:none;
}

.stat-box .icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.stat-box h3{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#fff;
}

.stat-box p{
    margin:5px 0 0;
    color:rgba(255,255,255,.85);
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:992px){

.hero-slide{
    min-height:300px;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    font-size:16px;
}

.hero-stats{
    margin-top:40px;
}

}

@media(max-width:768px){

.hero-slide{
    min-height:560px;
    text-align:center;
}

.hero-content{
    margin:auto;
}

.hero-content h1{
    font-size:34px;
}

.hero-buttons{
    justify-content:center;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{
    display:none;
}

.hero-tag{
    font-size:13px;
}

.hero-pre{
    font-size:16px;
}

}

@media(max-width:576px){

.hero-slide{
    min-height:500px;
}

.hero-content h1{
    font-size:28px;
}

.hero-content p{
    font-size:15px;
}

.btn-primary,
.btn-outline{
    width:100%;
    text-align:center;
}

.stat-box{
    margin-bottom:20px;
}

}
/* Hero Subtitle (H2) */
.hero-subtitle{
    font-size:34px;
    font-weight:800;
    line-height:1.15;
    color:#000;
    margin:0 0 25px;
}

@media(max-width:768px){
    .hero-subtitle{
        font-size:25px;
    }
}

@media(max-width:576px){
    .hero-subtitle{
        font-size:25px;
    }
}
.hero-top-title{
    font-size:26px;
    font-weight:700;
    color:#000;
    margin:0 0 5px;
    line-height:1.2;
}
/* Floating Government Badge */
.hero-slide{
    position:relative;
}

.hero-badge{
    position:absolute;
    right:80px;
    bottom:30px;
    width:300px;
    background:#fff;
    border-radius:15px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    z-index:20;
}

.badge-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    flex-shrink:0;
}

.shield-icon{
    width:45px;
    height:45px;
    object-fit:contain;
}

.badge-content h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#000;
}

.badge-content p{
    margin:5px 0 0;
    font-size:14px;
    color:#555;
    line-height:1.5;
}

@media(max-width:768px){
    .hero-badge{
        display:none;
    }
}