/* ==========================================
   Fixed Navbar
========================================== */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s ease;
    background: transparent;
}


/* Navbar background after scrolling */
.navbar-scrolled {
    background: #0b1f3a !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}


/* Prevent content from hiding behind navbar */


.hero{
    min-height:100vh;
    background:
        linear-gradient(rgba(5,25,55,.75), rgba(5,25,55,.80)),
        url("../images/hero.jpg") center/cover no-repeat;
    color:#fff;
    padding-top:100px;
}

.hero-badge{
    display:inline-block;
    padding:.5rem 1rem;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    font-weight:600;
}

.hero-card{
    background:#fff;
    color:#222;
    border-radius:16px;
    padding:2rem;
}

.service-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.service-item:last-child{
    border-bottom:none;
}

.service-item i{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-size:20px;
}

.stat h2{
    font-weight:700;
    margin-bottom:5px;
}

.stat p{
    margin:0;
    font-size:.9rem;
    opacity:.85;
}

#about {
    background: #f8f9fa;
}

#about img {
    object-fit: cover;
    min-height: 500px;
}

#about h2 {
    color: #1b1b1b;
    line-height: 1.2;
}

#about p {
    color: #6c757d;
    line-height: 1.8;
}

/*====================================
    Core Capabilities
====================================*/

#capabilities{
    background:#ffffff;
}

.capability-card{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:2rem;
    transition:.3s;
}

.capability-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.capability-card .icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:1.5rem;
}

.capability-card h4{
    font-weight:700;
    margin-bottom:1rem;
}

.capability-card p{
    color:#6c757d;
    line-height:1.8;
}

.capability-card ul{
    margin-top:1.5rem;
}

.capability-card li{
    padding:.4rem 0;
}

.capability-card li i{
    margin-right:10px;
}

/*====================================
    Services
====================================*/

#services{
    background:#f8f9fa;
}

#services img{
    width:100%;
    height:420px;
    object-fit:cover;
}

#services h3{
    color:#1d3557;
    margin-bottom:1rem;
}

#services p{
    color:#6c757d;
    line-height:1.8;
}

.service-list{
    list-style:none;
    padding:0;
    margin-top:1.5rem;
}

.service-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:12px;
    font-weight:500;
}

.service-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#0d6efd;
    font-weight:bold;
    font-size:1.1rem;
}

/*====================================
    Differentiators
====================================*/

#differentiators{
    background:#ffffff;
}

.differentiator-card{
    background:#fff;
    padding:2rem;
    border:1px solid #e9ecef;
    border-radius:16px;
    text-align:center;
    transition:.3s ease;
}

.differentiator-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.differentiator-card .icon{
    width:80px;
    height:80px;
    margin:0 auto 1.5rem;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
}

.differentiator-card h4{
    margin-bottom:1rem;
    font-weight:700;
    color:#1d3557;
}

.differentiator-card p{
    color:#6c757d;
    line-height:1.7;
    margin:0;
}

/*====================================
    Why Choose Us
====================================*/

#why-us img{
    width:100%;
    height:600px;
    object-fit:cover;
}

.why-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.why-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
}

.why-item h5{
    margin-bottom:10px;
    font-weight:700;
    color:#1d3557;
}

.why-item p{
    margin:0;
    color:#6c757d;
    line-height:1.7;
}

/*====================================
    Past Performance
====================================*/

#performance{
    background:#f8f9fa;
}

.performance-card{
    background:#fff;
    padding:2rem;
    border-radius:16px;
    border:1px solid #e9ecef;
    transition:.3s;
    height:100%;
}

.performance-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.performance-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:1.5rem;
}

.performance-card h4{
    margin-bottom:1rem;
    font-weight:700;
    color:#1d3557;
}

.performance-card p{
    color:#6c757d;
    line-height:1.7;
}

/*====================================
    Government Contracting
====================================*/

#government{
    background:#ffffff;
}


.gov-card{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:2rem;
    transition:.3s;
}


.gov-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}


.gov-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:1.5rem;
}


.gov-card h4{
    font-weight:700;
    color:#1d3557;
}


.gov-card ul{
    list-style:none;
    padding:0;
    margin:0;
}


.gov-card li{
    padding:.5rem 0;
    color:#6c757d;
}


.contract-box{
    background:#f8f9fa;
    padding:3rem;
    border-radius:20px;
}


.contract-item{
    background:white;
    padding:1.5rem;
    border-radius:12px;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    font-weight:600;
}


.contract-item i{
    font-size:32px;
    color:#0d6efd;
}

/*====================================
    Corporate Data
====================================*/

#corporate{
    background:#f8f9fa;
}


.corporate-table{

    background:#fff;
    border-radius:16px;
    overflow:hidden;
}


.corporate-row{

    padding:1.2rem 1.5rem;
    border-bottom:1px solid #e9ecef;
}


.corporate-row:last-child{

    border-bottom:none;

}


.corporate-label{

    font-weight:700;
    color:#1d3557;

}


.corporate-row .col-md-8{

    color:#6c757d;

}


.corporate-row ul{

    padding-left:20px;

}


.badge{

    margin:3px;
    padding:.6rem .8rem;

}

/*====================================
    Capability Statement
====================================*/

#statement{

    background:
    linear-gradient(
        rgba(13,110,253,.95),
        rgba(13,110,253,.95)
    );

}


.statement-box{

    background:#fff;
    padding:4rem 3rem;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);

}


.statement-icon{

    width:90px;
    height:90px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;

    margin:auto;

}


.statement-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;

}


.feature{

    background:#f8f9fa;
    padding:15px;
    border-radius:10px;

    display:flex;
    align-items:center;
    gap:12px;

    text-align:left;

    font-weight:500;

}


.feature i{

    color:#0d6efd;

}


@media(max-width:768px){

    .statement-features{

        grid-template-columns:1fr;

    }


    .statement-box{

        padding:3rem 1.5rem;

    }

}

/*====================================
    Contact
====================================*/

#contact{
    background:#ffffff;
}


.contact-item{

    display:flex;
    gap:20px;
    margin-bottom:30px;

}


.contact-icon{

    width:60px;
    height:60px;

    border-radius:50%;

    background:#0d6efd;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

}


.contact-item h5{

    font-weight:700;
    color:#1d3557;

}


.contact-item p{

    color:#6c757d;
    margin:0;

}


.contact-form{

    background:#fff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:2.5rem;

}


.form-control,
.form-select{

    padding:.8rem 1rem;
    border-radius:10px;

}


.government-contact-box{

    background:#f8f9fa;
    border-left:5px solid #0d6efd;
    padding:1.5rem;
    border-radius:10px;

}


.government-contact-box p{

    color:#6c757d;
    line-height:1.7;

}