.custom-navbar{
    transition:0.4s;
    padding:15px 0;
}

.custom-navbar.scrolled{
    background:#0B1F4D;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.navbar-brand img{
    transition:0.4s;
}

.nav-link{
    color:white !important;
    font-weight:500;
    margin-left:15px;
    position:relative;
}

.nav-link::after{
    content:'';
    width:0;
    height:2px;
    background:#00C2FF;
    position:absolute;
    left:0;
    bottom:0;
    transition:0.4s;
}

.nav-link:hover::after{
    width:100%;
}


.hero-section{

    background:
    linear-gradient(
    rgba(11,31,77,.92),
    rgba(11,31,77,.92)),
    url('../images/hero-bg.jpg');

    background-size:cover;
    background-position:center;

    color:white;

    overflow:hidden;
}

.hero-tag{

    background:#00C2FF;
    color:#fff;

    padding:10px 20px;

    border-radius:30px;

    display:inline-block;

    margin-bottom:20px;
}

.hero-title{

    font-size:60px;
    font-weight:700;
    line-height:1.2;
}

.hero-desc{

    font-size:20px;
    opacity:.9;
}

.hero-stats{

    display:flex;
    gap:50px;
}

.hero-stats h3{

    color:#00C2FF;
    font-weight:700;
}

.hero-flyer{

    border-radius:20px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);

    animation:float 4s ease-in-out infinite;
}

@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}


body{
    font-family:'Poppins',sans-serif;
}

.hero-section{
    min-height:100vh;
    background:#0B1F4D;
    color:#fff;
}

.hero-title{
    font-size:60px;
    font-weight:700;
}

.hero-desc{
    font-size:18px;
}

.hero-tag{
    background:#00C2FF;
    padding:10px 20px;
    border-radius:50px;
    display:inline-block;
}

.hero-flyer{
    border-radius:15px;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}


/* ==========================
   TRUST SECTION
========================== */

.trust-section{
    background:#fff;
    margin-top:-60px;
    position:relative;
    z-index:10;
}

.trust-card{

    background:#fff;

    padding:35px 20px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.trust-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.trust-card i{

    font-size:45px;

    color:#2563EB;

    margin-bottom:15px;
}

.trust-card h2{

    font-size:42px;

    font-weight:700;

    color:#0B1F4D;
}

.trust-card p{

    margin:0;

    font-weight:500;

    color:#666;
}


/* ==========================
ABOUT SECTION
========================== */

.about-preview{

    padding:100px 0;

    background:#f8fafc;
}

.about-img{

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.section-tag{

    background:#e0f2fe;

    color:#2563EB;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;
}

.section-title{

    font-size:42px;

    font-weight:700;

    color:#0B1F4D;

    margin-bottom:20px;
}

.why-us{

    background:#0B1F4D;

    color:#fff;

    padding:100px 0;
}

.why-us .section-title{
    color:#fff;
}

.feature-card{

    background:rgba(255,255,255,.08);

    padding:30px;

    text-align:center;

    border-radius:15px;

    transition:.4s;
}

.feature-card:hover{

    transform:translateY(-10px);

    background:#2563EB;
}

.feature-card i{

    font-size:40px;

    margin-bottom:15px;
}

.feature-card h5{
    margin:0;
}


/* ==========================
   PRODUCTS SECTION
========================== */

.products-section{
    padding:100px 0;
    background:#ffffff;
}

.product-card{

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 50px rgba(37,99,235,.20);
}

.product-icon{

    width:90px;
    height:90px;

    background:#eff6ff;

    border-radius:50%;

    display:flex;

    justify-content:center;
    align-items:center;

    margin:auto;
    margin-bottom:20px;
}

.product-icon i{

    font-size:38px;

    color:#f40707;
}

.product-card h4{

    font-weight:700;

    color:#0B1F4D;

    margin-bottom:15px;
}

.product-card p{

    color:#666;

    min-height:90px;
}


.featured-cha{

    background:linear-gradient(
    135deg,
    #0B1F4D,
    #2563EB);

    color:#fff;

    padding:100px 0;
}


.automation-section{

    background:#f8fafc;

    padding:100px 0;
}

.automation-img{

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.1);
}

.automation-feature{

    background:#fff;

    padding:18px 20px;

    margin-bottom:15px;

    border-radius:12px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    font-weight:600;
}

.automation-feature i{

    color:#22c55e;

    margin-right:10px;
}


.industry-card{

    background:#fff;

    text-align:center;

    padding:35px 20px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.industry-card:hover{

    transform:translateY(-10px);

    background:#2563EB;

    color:#fff;
}

.industry-card i{

    font-size:45px;

    margin-bottom:15px;
}

.integration-section{

    background:#0B1F4D;

    color:#fff;

    padding:100px 0;
}

.integration-card{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.1);

    text-align:center;

    padding:35px 20px;

    border-radius:15px;

    transition:.4s;
}

.integration-card:hover{

    background:#2563EB;

    transform:translateY(-8px);
}

.city-list{

    list-style:none;

    padding:0;
}

.city-list li{

    padding:12px;

    margin-bottom:10px;

    background:#f1f5f9;

    border-radius:10px;

    font-weight:600;
}


.cta-section{

    background:linear-gradient(
    135deg,
    #2563EB,
    #00C2FF);

    color:#fff;

    padding:80px 0;
}

/* ==========================
   FOOTER
========================== */

.main-footer{

    background:#071633;

    color:#fff;

    padding:80px 0 40px;
}

.footer-logo{

    max-height:70px;
}

.main-footer p{

    color:#cbd5e1;

    line-height:1.8;
}

.main-footer h5{

    margin-bottom:25px;

    font-weight:600;

    color:#fff;
}

.footer-links{

    list-style:none;

    padding:0;
}

.footer-links li{

    margin-bottom:12px;
}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#00C2FF;

    padding-left:5px;
}

.footer-contact{

    list-style:none;

    padding:0;
}

.footer-contact li{

    margin-bottom:15px;

    color:#cbd5e1;
}

.footer-contact i{

    width:25px;

    color:#00C2FF;
}

.footer-social a{

    width:40px;

    height:40px;

    background:rgba(255,255,255,.08);

    display:inline-flex;

    justify-content:center;
    align-items:center;

    border-radius:50%;

    color:white;

    margin-right:10px;

    text-decoration:none;

    transition:.3s;
}

.footer-social a:hover{

    background:#2563EB;

    transform:translateY(-4px);
}

.footer-bottom{

    background:#051024;

    color:#cbd5e1;

    padding:18px 0;

    font-size:14px;
}

/* ==========================
   BACK TO TOP
========================== */

#backToTop{

    position:fixed;

    right:25px;

    bottom:95px;

    width:50px;

    height:50px;

    border:none;

    background:#2563EB;

    color:#fff;

    border-radius:50%;

    display:none;

    z-index:999;

    box-shadow:0 5px 20px rgba(0,0,0,.2);
}


.about-hero{

    background:
    linear-gradient(
    rgba(11,31,77,.92),
    rgba(11,31,77,.92)),

    url('../images/about-bg.png');

    background-size:cover;
    background-position:center;

    color:#fff;

    padding:140px 0 100px;
}

.min-vh-50{
    min-height:50vh;
}

.timeline{

    position:relative;

    margin-top:50px;
}

.timeline::before{

    content:'';

    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:#2563EB;
}

.timeline-item{

    display:flex;

    margin-bottom:50px;

    position:relative;
}

.timeline-year{

    width:120px;

    background:#2563EB;

    color:#fff;

    padding:15px;

    text-align:center;

    border-radius:10px;

    font-weight:700;
}

.timeline-content{

    background:#fff;

    padding:25px;

    margin-left:30px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mission-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;
}

.mission-card i{

    font-size:50px;

    color:#2563EB;

    margin-bottom:20px;
}

.products-hero{

    background:
    linear-gradient(
    rgba(11,31,77,.92),
    rgba(11,31,77,.92)),
    url('../images/products-bg.png');

    background-size:cover;
    background-position:center;

    color:#fff;

    padding:140px 0 120px;
}

.category-box{

    background:#fff;

    padding:35px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;
}

.category-box:hover{

    transform:translateY(-10px);

    background:#2563EB;

    color:#fff;
}

.category-box i{

    font-size:45px;

    margin-bottom:15px;
}




.product-detail-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

    transition:.4s;
}

.product-detail-card:hover{

    transform:translateY(-10px);
}

.product-icon{

    width:70px;

    height:70px;

    background:#2563EB;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:20px;
}

.product-detail-card ul{
    padding-left: 18px;
}

.product-detail-card ul li{
    margin-bottom: 8px;
}

.product-detail-card .btn{
    margin-top: 10px;
}

.product-detail-card h3{
    color: #0B1F4D;
    font-weight: 700;
}

.contact-hero{

    background:
    linear-gradient(
    rgba(11,31,77,.92),
    rgba(11,31,77,.92)),
    url('http://localhost/usoft/assets/images/contact-bg.jpg');

    background-size:cover;
    background-position:center;

    padding:140px 0 100px;
}

.contact-box{

    background:#fff;

    text-align:center;

    padding:30px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;
}

.contact-box:hover{

    transform:translateY(-10px);
}

.contact-box i{

    font-size:40px;

    color:#2563EB;

    margin-bottom:15px;
}

.contact-form-box{

    background:#fff;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}


.product-detail-card{
    height:auto !important;
    min-height:420px;
}





@media(max-width:768px){

    .product-detail-card{
        min-height:auto;
        margin-bottom:20px;
    }

    .contact-box,
    .mission-card,
    .trust-box,
    .category-box{
        margin-bottom:20px;
    }

    .timeline::before{
        display:none;
    }

    .timeline-item{
        flex-direction:column;
    }

    .timeline-content{
        margin-left:0;
        margin-top:15px;
    }
}



.ticker-wrapper{
    background:#0B1F4D;
    color:#f9f8f1;
    padding:12px 0;
}

.ticker-label{
    background:#0a60f5;
    padding:12px 20px;
    font-weight:600;
}
