body{
    font-family: 'Segoe UI', sans-serif;
}

.company-name{
    font-weight:700;
    color:#0d3b66;
}

.navbar .nav-link{
    font-weight:600;
    margin-left:10px;
}

.navbar{
    background:#ffffff !important;
}

.company-name{
    color:var(--primary);
    font-weight:800;
}

.nav-link{
    font-weight:600;
    color:var(--dark) !important;
}

.nav-link:hover{
    color:var(--secondary) !important;
}

.hero-section{
    background:linear-gradient(
    rgba(8,37,66,.85),
    rgba(8,37,66,.85)),
    url('../images/banner.jpg');

    background-size:cover;
    background-position:center;

    color:white;
}

.hero-tag{
    background:#ffc107;
    color:#000;
    padding:8px 15px;
    border-radius:30px;
    font-weight:600;
}

.hero-title{
    font-size:3.5rem;
    font-weight:800;
    margin-top:20px;
}

.hero-text{
    font-size:1.2rem;
    margin:25px 0;
}

.hero-btn{
    display:inline-block;

    padding:12px 30px;

    background:#ff6b00;
    color:#fff;

    border-radius:50px;

    font-weight:700;
    text-decoration:none;

    width:auto;
}

.hero-btn:hover{
    background:#ff8533;
    transform:translateY(-3px);
}

.mega-menu{
    width:1100px;
    border:none;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    padding:30px;
}

.service-heading{
    color:#003366;
    font-weight:700;
    font-size:18px;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:3px solid #ff6b00;
}

.mega-menu h5{
    color:#0d3b66;
    margin-bottom:15px;
    font-weight:700;
}

.dropdown-item{
    padding:8px 0;
}

.dropdown-item:hover{
    color:#0d6efd;
    background:none;
}

/* ======================
   HERO SLIDER
====================== */

.slider-section{
    background:
    linear-gradient(
        180deg,
        #f5f8fc 0%,
        #ffffff 100%
    );
}

.slider-image{
    width:100%;
    height:calc(100vh - 140px);
    min-height:380px;
    max-height:520px;
    object-fit:cover;
}

.slider-section{
    width:100%;
    padding:20px 25px;
}

.slider-wrapper{
    width:96%;
    margin:auto;
}

#heroSlider{
    width:100%;
    border-radius:12px;
    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.12);
}

.carousel-caption{
     width:min(600px, 90%);
    height:280px;

    left:8%;
    top:50%;
    transform:translateY(-50%);

    background:rgba(0,40,90,.75);
    backdrop-filter:blur(10px);

    border-radius:20px;
    padding:35px;

    text-align:left;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

.carousel-caption h1{
    font-size:3rem;
    font-weight:800;
    line-height:1.1;
    margin-bottom:15px;
    text-align:left;
}

.carousel-caption h1::after{
    content:'';
    display:block;

    width:80px;
    height:4px;

    background:#ff6b00;

    margin-top:15px;
    border-radius:20px;
}

.carousel-caption p{
    text-align:left;
    font-size:1.15rem;
    margin-bottom:20px;
    color:#f5f5f5;
}

@media(max-width:768px){

    .carousel-caption h1{
        font-size:2rem;
    }

}
/* ======================
   PRODUCTS
====================== */

.product-card{
    border:none;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    height:250px;
    object-fit:cover;
}

.product-card .card-body{
    padding:25px;
}

.product-card h5{
    color:#0d3b66;
    font-weight:700;
}

.product-card .btn{
    margin-top:10px;
}

html{
    scroll-behavior:smooth;
}

.product-card{
    height:100%;
}

.service-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-10px);
}

.service-box i{
    font-size:45px;
    color:#ffc107;
    margin-bottom:20px;
}

.cta-section{
    background:#0d3b66;
    color:white;
    padding:80px 20px;
}

.footer{
    background:#0d3b66;
    color:white;
    padding:60px 0 20px;
}

.footer a{
    color:#ddd;
    text-decoration:none;
}

.footer a:hover{
    color:#ffc107;
}

.footer i{
    margin-right:15px;
    font-size:22px;
}

.carousel-item{
    position: relative;
}

.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,25,60,.80) 0%,
        rgba(0,25,60,.60) 35%,
        rgba(0,25,60,.20) 70%,
        rgba(0,25,60,.05) 100%
    );

    z-index:1;
}

.carousel-caption{
    z-index:2;
}

.top-bar{
    background:#003366;
    color:white;
    padding:8px 0;
    font-size:14px;
}

:root{
    --primary:#003366;
    --secondary:#ff6b00;
    --light:#f7f9fc;
}

.stats-section{
    background:#003366;
    color:white;
    padding:40px 0;
}

.stats-section h2{
    font-size:3rem;
    color:#ff6b00;
    font-weight:800;
}

.stats-icon{
    font-size:40px;
    color:#ffffff;
    margin-bottom:15px;
}

```css
/* ==========================
   SERVICES SECTION
========================== */

.services-section{
    background:#f8fafc;
}

.section-badge{
    display:inline-block;
    background:#ff6b00;
    color:white;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#003366;
}

.section-subtitle{
    color:#64748b;
    max-width:700px;
    margin:auto;
}

.service-card{

    background:#ffffff;

    padding:35px 25px;

    border-radius:20px;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    border-top:4px solid transparent;
}

.service-card:hover{

    transform:translateY(-10px);

    border-top:4px solid #ff6b00;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.service-icon{

    width:80px;
    height:80px;

    background:#003366;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:20px;
}

.service-card h4{

    color:#003366;

    font-weight:700;

    margin-bottom:15px;
}

.service-card p{

    color:#64748b;

    line-height:1.8;
}

.service-category-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:420px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.service-category-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.service-category-card:hover img{
    transform:scale(1.1);
}

.service-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,34,68,.2),
        rgba(0,34,68,.92)
    );

    color:white;

    padding:30px;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.service-overlay i{
    font-size:50px;
    margin-bottom:15px;
    color:#ff6b00;
}

.service-overlay h4{
    font-size:28px;
    font-weight:700;
}

.service-overlay p{
    margin:15px 0;
    color:#f0f0f0;
}

/* ==========================
   CONTACT SECTION
========================== */

.contact-section{
    background:#f8fafc;
}

.contact-card{

    background:#003366;

    color:white;

    padding:40px;

    border-radius:20px;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.contact-card h3{
    margin-bottom:20px;
    font-weight:700;
}

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-top:25px;
}

.contact-icon{

    width:55px;
    height:55px;

    background:#ff6b00;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
}

.contact-form-card{

    background:white;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.custom-input{

    border:2px solid #e5e7eb;

    border-radius:12px;

    padding:14px;

    transition:.3s;
}

.custom-input:focus{

    border-color:#ff6b00;

    box-shadow:none;
}

.contact-btn{

    background:#ff6b00;

    color:white;

    border:none;

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.contact-btn:hover{

    background:#ff8533;

    transform:translateY(-3px);
}



.popup-card{
    border:none;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.popup-left{
    height:100%;
    min-height:520px;
}

.popup-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-right:4px solid #ff6b00;
}

.popup-right{
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.popup-badge{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    margin-bottom:15px;
}

.popup-right h2{
    color:#002855;
    font-size: 3rem;
    line-height: 1.1;
    font-weight:800;
    margin-bottom:20px;
}



.popup-right p{
    font-size:18px;
    color:#555;
    margin-bottom:25px;
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.service-tags span{
    background:#f4f6f9;
    color:#002855;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
}

.quote-btn{
    background:#ff6b00;
    color:#fff;
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
    margin-left:10px;
}

.popup-line{
    width:80px;
    height:4px;
    background:#ff6b00;
    border-radius:20px;
    margin-bottom:20px;
}

/* Tablets */
@media (max-width:992px){

    .slider-image{
        height:500px;
    }

    .carousel-caption{
        width:85%;
        height:auto;
        padding:25px;
    }

    .carousel-caption h1{
        font-size:2.5rem;
    }

}

/* Phones */
@media (max-width: 768px){

    .carousel-caption{
        width:85% !important;
        left:50% !important;
        transform:translateX(-50%) !important;
        padding:20px !important;
        bottom:50px !important;
    }

    .carousel-caption h1{
        font-size:2rem !important;
        line-height:1.2;
    }

    .carousel-caption p{
        font-size:1rem !important;
    }

    .hero-btn{
        padding:10px 20px !important;
        font-size:14px !important;
    }

    .slider-image{
        height:420px !important;
        object-fit:cover;
    }
}

@media (max-width: 768px){

    .modal-dialog{
        margin:15px;
    }

    .popup-left{
        min-height:auto;
    }

    .popup-left img{
        height:220px !important;
        object-fit:cover;
    }

    .popup-right{
        padding:20px !important;
    }

    .popup-right h2{
        font-size:2rem !important;
    }

    .popup-right p{
        font-size:15px !important;
    }

    .service-tags{
        display:none;
    }

    .whatsapp-btn,
    .quote-btn{
        width:100%;
        margin-bottom:10px;
        margin-left:0 !important;
    }
}

@media (max-width:768px){

    #welcomeModal{
        display:none !important;
    }

}

.floating-whatsapp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    transition:.3s;
}

.floating-whatsapp:hover{
    background:#1ebe5d;
    color:#fff;
    transform:scale(1.1);
}

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

.floating-whatsapp{
    animation:whatsappPulse 2s infinite;
}

/* MOBILE SLIDER FIX */
@media (max-width: 768px){

    .slider-image{
        height: 520px;
        object-fit: cover;
    }

    .carousel-caption{
        width: 82%;
        left: 50%;
        bottom: 70px;
        transform: translateX(-50%);
        padding: 20px;
        border-radius: 20px;
    }

    .carousel-caption h1{
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .carousel-caption p{
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .carousel-caption .btn,
    .carousel-caption .hero-btn{
        padding: 12px 22px;
        font-size: 15px;
    }

}

@media (max-width:768px){

    .company-name{
        font-size:1.2rem;
    }

    .navbar-brand small{
        font-size:.85rem;
    }

    .navbar-brand img{
        width:45px;
    }

}

/* =========================
   MOBILE RESPONSIVE FIXES
========================= */

@media (max-width:768px){

    /* HEADER */

    .navbar-brand img{
        width:45px;
        height:auto;
    }

    .company-name{
        font-size:1.15rem;
        font-weight:700;
    }

    .navbar-brand small{
        font-size:.8rem;
        display:block;
    }

    /* TOP BAR */

    .top-bar{
        font-size:12px;
    }

    .top-bar .d-flex{
        justify-content:space-between;
    }

    /* SLIDER */

    .slider-section{
        padding:15px 0;
    }

    #heroSlider{
        border-radius:15px;
        overflow:hidden;
    }

    .slider-image{
        height:500px;
        object-fit:cover;
    }

    .carousel-caption{

        position:absolute;

        left:50%;
        bottom:65px;

        transform:translateX(-50%);

        width:82%;

        padding:20px;

        background:rgba(0,35,80,.85);

        border-radius:20px;

        text-align:left;
    }

    .carousel-caption h1{

        font-size:2rem;
        line-height:1.2;

        margin-bottom:15px;
        font-weight:800;
    }

    .carousel-caption p{

        font-size:15px;
        line-height:1.6;

        margin-bottom:18px;
    }

    .carousel-caption .btn,
    .carousel-caption .hero-btn{

        padding:10px 20px;

        font-size:14px;
        border-radius:30px;
    }

    /* STATS SECTION */

    .stats-section .col-md-3{
        margin-bottom:25px;
    }

    .stats-section h2{
        font-size:2rem;
    }

}

/* ==========================================
   MOBILE SLIDER OPTIMIZATION ONLY
   Phones & Small Tablets
========================================== */

@media (max-width:768px){

    .slider-image{
        height:430px !important;
        object-fit:cover;
    }

    .carousel-caption{

        left:50% !important;
        bottom:40px !important;

        transform:translateX(-50%) !important;

        width:82% !important;

        min-height:220px !important;

        padding:20px !important;

        background:rgba(0,35,80,.88);

        border-radius:20px;

        text-align:left;
    }

    .carousel-caption h1{
        font-size:1.7rem !important;
        line-height:1.2 !important;
        margin-bottom:12px;
    }

    .carousel-caption p{
        font-size:15px !important;
        line-height:1.5;
        margin-bottom:15px;
    }

    .carousel-caption .btn,
    .carousel-caption .hero-btn{

        display:inline-block;

        padding:10px 20px;

        font-size:14px;

        border-radius:30px;
    }

    .carousel-indicators{
        bottom:5px !important;
    }

}

    /* WhatsApp Button */

    .whatsapp-float{

        width:60px;
        height:60px;

        right:15px;
        bottom:15px;

        font-size:28px;
    }

}

