body{
    font-family: 'Segoe UI', sans-serif;
}

/* Top Bar */
.top-bar{
    background:#0d2b4d;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}
.contact-buttons{display: none;}

.top-bar a{
    color:#fff;
    text-decoration:none;
}

/* Navbar */
.navbar{
    background:#ffffff;
}

.navbar-brand span{
    color:#ff6a00;
    font-weight:700;
}

.btn-orange{
    background:#ff6a00;
    color:#fff;
    border:none;
    padding:10px 20px;
    font-weight:600;
}

.btn-orange:hover{
    background:#e65c00;
}

.hero {
    background: url('../imges/newbanner.jpg') no-repeat center center;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.hero h1{
    font-size:48px;
}

.hero-form-card{
    background:#1a19197a;
    border-radius:15px;
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.form-control{
    height:45px;
    border-radius:8px;
}

textarea.form-control{
    height:auto;
}

.btn-orange{
    background:#d62c2d;
    color:#fff;
    border:none;
    font-weight:600;
    border-radius:8px;
}

.btn-orange:hover{
    background:rgb(57, 16, 18);
}



@media(max-width:991px){
    .hero{
        text-align:center;
    }

    .hero h1{
        font-size:34px;
    }
    
}

/* Status Card */
.status-card{
    background: linear-gradient(180deg, #142f54 0%, #0b1f3a 100%);
    border-radius:15px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}
.contact-buttons{display: none;}
.badge-online{
    background:#28a745;
    font-size:12px;
}

.progress{
    height:8px;
    background:#1f3b64;
}

.progress-bar{
    background:#4da3ff;
}

@media(max-width:992px){
    .hero{
        text-align:center;
        padding:60px 0;
    }
    .hero h1{
        font-size:38px;
    }
    .status-card{
        margin-top:40px;
    }
}

.ups-section{
    background:#f8fafc;
}

.ups-section h2{
    font-size:36px;
}

.ups-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
    position:relative;
}

.ups-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.card-badge{
    display:inline-block;
    background:#e9f2ff;
    color:#0d6efd;
    font-size:11px;
    font-weight:600;
    padding:5px 10px;
    border-radius:20px;
    margin-bottom:15px;
}

.card-badge.orange{
    background:#fff2e6;
    color:#ff6a00;
}

.power{
    font-weight:600;
    color:#0d6efd;
}

.ups-card ul{
    padding-left:18px;
    margin-bottom:20px;
}

.ups-card ul li{
    font-size:14px;
    margin-bottom:6px;
}

.btn-outline-primary{
    border-radius:8px;
    font-weight:600;
}

.stats-section{
    background:#f4f6f9;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}

.stat-box{
    padding:20px 10px;
}

.stat-box h2{
    font-size:40px;
    font-weight:700;
    color:#c91717;
    margin-bottom:5px;
}

.stat-box p{
    font-size:14px;
    letter-spacing:1px;
    color:#c91717;
    margin:0;
}

/*  */

.section-title{
    color:#d32f2f;
    font-weight:700;
    font-size:40px;
    margin-bottom:40px;
}

.product-card{
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    transition:0.3s;
}

.product-card:hover{
    transform:translateY(-5px);
}

.product-content{
    background:#c91717;
    color:#fff;
    padding:25px;
}

.product-content h5{
    font-weight:600;
    margin-bottom:20px;
}

.btn-custom{
    background:#fff;
    color:#000;
    font-weight:600;
    padding:10px 20px;
    border-radius:8px;
}

.btn-custom:hover{
    background:#000;
    color:#fff;
}
/*  */

.quote-section{
    background: linear-gradient(90deg, #0b2a4a 0%, #0d3a6b 100%);
}

.quote-section h2{
    font-size:36px;
}

.icon-box{
    width:45px;
    height:45px;
    background:rgba(255,255,255,0.1);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    font-size:20px;
}

.quote-card{
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.form-control{
    height:45px;
    border-radius:8px;
}

textarea.form-control{
    height:auto;
}

.btn-orange{
    background:#d62c2d;
    color:#fff;
    font-weight:600;
    border:none;
    border-radius:8px;
}

.btn-orange:hover{
    background:#e65c00;
}

.features-section{
    background:#f4f7fb;
}

.feature-card{
    background:#ffffff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    height:100%;
}

.feature-card:hover{
    transform: translateY(-15px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.feature-card h4{
    font-weight:600;
    margin-bottom:15px;
    color:#12345b;
}

.feature-card p{
    color:#6c7a89;
    font-size:15px;
    line-height:1.6;
}

.icon-box{
    width:60px;
    height:60px;
    background: linear-gradient(135deg, #dc3545, #c91717);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#fff;
    font-size:24px;
    transition:0.4s;
}

.feature-card:hover .icon-box{
    transform:scale(1.1);
}

.img-fluid-img{width: 123px;}


