 :root {
            --primary-red: #D32F2F;
            --dark-bg: #11141a;
            --light-bg: #f8f9fa;
        }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; }
        .text-red { color: var(--primary-red); }
        .btn-red { background-color: var(--primary-red); color: white; border: none; }
        .btn-red:hover { background-color: #b71c1c; color: white; }
        
        /* Top Utility Bar */
        .top-bar { background-color: #000; font-size: 0.85rem; color: #ccc; }
        
        /* Navigation */
        .navbar { background-color: #000 !important; }
        .navbar-nav .nav-link { color: #fff !important; font-weight: 500; font-size: 0.9rem; text-transform: uppercase; }
        .navbar-nav .nav-link:hover { color: var(--primary-red) !important; }

        /* Hero Section */
        .hero-section { 
            background: linear-gradient(to right, rgba(8, 12, 21, 1), rgba(0,0,0,0.0)), url('../img/hero.png') no-repeat center center/cover;
            color: white; 
            padding: 60px 0 140px ;
        }
        .hero-title { font-weight: 800; font-size: 3rem; letter-spacing: 1px; }

        /* Features Bar */
        .features-bar { color: #fff;padding-bottom: 20px; margin-top: -135px ;background: linear-gradient(to Top, rgba(8, 12, 21, 1), rgba(0,0,0,0.0)); }
        .features-bar .met { background-color: #ffffff0d;padding: 15px;border-radius: 12px;border-left: 3px;border-color: #ffffff29; }
        .features-bar .met:first-child { border-left: 0; }

        /* Solutions Cards */
        .solution-card { border: none; border-radius: 0; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: 0.3s; }
        .solution-card:hover { transform: translateY(-5px); }
        .card-link { color: var(--primary-red); text-decoration: none; font-weight: 600; font-size: 0.9rem; }

        /* Industries Section */
        .industries-section { 
            background-color: #0F1521; 
            color: white; 
            padding: 60px 0; 
            position: relative;
           
        }
        .industries-section::after{
            content: '';
            position: absolute;
            width: 200px;
            height: 100%;
            background: url(../img/S2.jpg) no-repeat;
            top: 0;
            right: 0;
            background-size: cover;
             z-index: 0;
        }
        .industries-section::before{
            content: '';
            position: absolute;
            width: 200px;
            height: 100%;
            background: url(../img/S1.jpg) no-repeat;
            top: 0;
            left: 0;
            background-size: cover;
             z-index: 0;
        }
        .industries-section .col{
           position: relative;
             z-index: 1;
             border: 1px  solid  #ffffff1f;
             border-top: 0;
             border-left: 0;
             border-bottom: 0;
        }
        .industries-section .col:last-child{
           border-right: 0px;
        }
        .industry-icon { font-size: 2.5rem; color: #fff; opacity: 0.8; margin-bottom: 15px; }

        /* Why Choose Us */
        .why-choose-us { padding: 60px 0 0px; background-color: #fff; }
        .why-choose-us-1 .col{ border-right: 1px solid #ccc;min-width: 250px; }
        .why-choose-us-1 .col:last-child{ border-right: 0px solid #ccc; }
        .trust-icon { font-size: 2.5rem;  margin-bottom: 15px; }

        /* CTA Bar */
        .cta-bar { 
            background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('https://via.placeholder.com/1200x200') no-repeat center center/cover;
            color: white; padding: 40px 0; 
        }

        /* Footer */
        .footer { background-color: var(--light-bg); color: #555; font-size: 0.9rem; }
        .footer h5 { color: #000; font-weight: 700; margin-bottom: 20px; font-size: 1rem; }
        .footer-links list-unstyled li a { color: #555; text-decoration: none; }
        .footer-links list-unstyled li a:hover { color: var(--primary-red); }
        .bottom-bar { background-color: #000; color: #fff; font-size: 0.8rem; padding: 15px 0; }
        
        /* Sticky Floating Buttons */
        .floating-contact {     
            position: fixed;
            right: 20px;
            bottom: 120px;
            z-index: 1000;
            border: 1px solid #fff;
            border-radius: 6px;
            overflow: hidden;
        }
        .float-btn { display: block; padding: 10px 20px; border-radius: 4px; color: white; text-decoration: none;  font-weight: 600; font-size: 0.9rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
        .btn-whatsapp { background-color: #25D366; }
        .btn-touch { background-color: #222; }


        /*  */



.solution-card {
    background: #ECECEC;
    min-height: 260px;
    position: relative;
    overflow: hidden;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.content h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
    margin-bottom: 15px;
}

.line {
    display: block;
    width: 50px;
    height: 3px;
    background: #d62027;
    margin-bottom: 18px;
}

.content p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    max-width: 230px;
    margin-bottom: 25px;
}

.content a {
    color: #d62027;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.image-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
}

.image-box img {
    width: 100%;
    display: block;
    object-fit: contain;
}



.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.85) 50%,
        rgba(0,0,0,.55) 100%
    );
}

.content-1{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:24px 24px;
    background: linear-gradient(to right, rgb(8 12 21), rgb(0 0 0 / 34%)), url(../img/hero.png) no-repeat center center / cover;

}

.left h2{
    color:#fff;
    font-size:32px;
    line-height:1.1;
    font-weight:600;
}

.left h2 span{
    color:#e12626;
}

.center p{
    color:#fff;
    font-size:18px;
    line-height:1.6;
    opacity:.95;
}

.footer{
    background:#f7f7f7;
    padding:50px 0 20px;
}




.footer-col:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-20px;
    top:0;
    width:1px;
    height:100%;
    background:#e3e3e3;
}

.logo{
    width:80px;
    margin-bottom:15px;
}

.company p,
.subscribe p{
    font-size:14px;
    line-height:1.8;
    color:#555;
    margin-bottom:20px;
}

.footer-col h4{
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    color:#111;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:12px;
}

.footer-col ul li a{
    text-decoration:none;
    color:#333;
    font-size:14px;
    transition:.3s;
}
.list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list li{
    padding: 4px 0px;
}
.list li a{
    color: #333;
    text-decoration: none;
}
.footer-col ul li a:hover{
    color:#e53935;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    color:#111;
    font-size:18px;
}

.subscribe-form{
    display:flex;
    margin-top:15px;
}

.subscribe-form input{
    flex:1;
    height:45px;
    border:1px solid #ddd;
    padding:0 15px;
    outline:none;
    font-size:14px;
}

.subscribe-form button{
    border:none;
    background:#e53935;
    color:#fff;
    padding:0 25px;
    cursor:pointer;
    font-weight:600;
}

.subscribe-form button:hover{
    background:#c62828;
}

@media(max-width:992px){

    .container{
        grid-template-columns:1fr 1fr;
    }

    .footer-col::after{
        display:none;
    }
      .why-choose-us-1 .col{ border-right: 0px solid #ccc; }
}

@media(max-width:768px){

    .container{
        grid-template-columns:1fr;
        gap:30px;
    }

    .subscribe-form{
        flex-direction:column;
        gap:10px;
    }

    .subscribe-form button{
        height:45px;
    }
}
@media (max-width: 992px){
    .content{
        flex-direction:column;
        text-align:center;
    }

    .left h2{
        font-size:32px;
    }

    .center p{
        font-size:16px;
    }
}
/* Responsive */
@media (max-width: 1199px) {
 .industries-section::after{
                content: none;
            }
            .industries-section::before{
               content: none;
            }
}
@media (max-width: 991px) {
    .solutions-wrapper {
        grid-template-columns: 1fr;
    }
.content-1{
    flex-direction: column;
            text-align: center;
}
    .solution-card {
        min-height: 320px;
    }
       .industries-section .col{
           position: relative;
             z-index: 1;
             border: 0px  solid  #ffffff1f;
             border-top: 0;
             border-left: 0;
             border-bottom: 0;
        }
     
}
        @media (max-width: 575px) {
            .hero-title {
                font-size: 2rem;
            }
            .hero-section{
                padding: 60px 0 20px;
            }
            .features-bar{
                margin-top: 0;
                    background: linear-gradient(to Top, rgba(8, 12, 21, 1), rgba(8, 12, 21, 1));
            }
            .btn-red {
                        font-size: 12px;
            }
            .btn {
                font-size: 14px !important;
            }
           
        }