header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}

.navbar{
    background:#fff !important;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    padding:18px 0;
    transition:.3s;
}
.section-padding{
    padding:20px 0;
}
.navbar.scrolled{

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}
.navbar-nav .nav-link{

    margin:0 16px;

    font-weight:600;

}
.hero-tag{

    display:inline-flex;
    align-items:center;

    background:#f2f8ff;

    border:1px solid #d9ebff;

    color:#0b63ce;

    padding:10px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:30px;

}

    .head-title{
        color:#FFF;
    font-size:48px;
    line-height:1.15;
    font-weight:700;
}


.hero-text{
    font-size:19px;
    line-height:1.8;
    color:#666;
    margin-bottom:30px;
}

.hero-list{
    list-style:none;
    padding:0;
    margin-bottom:35px;
}
.hero-list1{
    list-style:none;
    padding:0;
    margin-bottom:35px;
}
.hero-list li{
    color:#28a745;
    margin-bottom:12px;
    font-size:17px;
}
.hero-list1 li{
    color:#FFF;
    margin-bottom:12px;
    font-size:17px;
}

.hero-list i{
    color:#28a745;
    margin-right:10px;
}
.hero-list1 i{
    color:#28a745;
    margin-right:10px;
}

.hero-image{

    border-radius:18px;

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}
#hero-area{
    position:relative;
     background-image: url(../img/Night-Bridge-1650x627.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-area::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

#hero-area .container{
    position:relative;
    z-index:2;
}
#hero-area{
    padding:120px 0 90px;
}

.hero-text{
    color:#fff;
}
#hero-area .contents{
    padding-top:40px;
}
.section-tag{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 18px;

    margin-bottom:18px;

    border-radius:50px;

    background:#eef6ff;

    border:1px solid #d8eaff;

    color:#0d6efd;

    font-size:13px;

    font-weight:600;

    letter-spacing:.5px;

    text-transform:uppercase;

}
.section-title{

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:18px;

    color:#222;

}

.section-subtitle{

    max-width:720px;

    margin:0 auto;

    font-size:18px;

    line-height:1.8;

    color:#666;

} 

@media (max-width:768px){

    .section-title{
        font-size:32px;
    }

    .section-subtitle{
        font-size:16px;
    }

}
@media(max-width:768px){

.head-title{
    color:#FFF;
    font-size:36px;
}
}.stats-row{
    margin-top:-40px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    padding:35px 10px;
    position:relative;
    z-index:10;
}

.stats-row h2{
    color:#0056b3;
    font-size:42px;
    font-weight:700;
}

.stats-row p{
    margin:0;
    color:#666;
}

.benefit-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-card .icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:18px;
    background:#eef6ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-card i{
    font-size:32px;
    color:#0d6efd;
}

.benefit-card h4{
    margin-bottom:18px;
    font-weight:700;
}

.benefit-card p{
    color:#666;
    line-height:1.8;
}

.about-dashboard{
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.feature-list{

    margin-top:20px;

    padding:0;

    list-style:none;

}

.feature-list li{

    margin-bottom:8px;

    color:#555;

    position:relative;

    padding-left:22px;

}

.feature-list li:before{

    content:"✓";

    position:absolute;

    left:0;

    color:#0d6efd;

    font-weight:bold;

}

.services-item .icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:18px;
    background:#eef6ff;

    display:flex;
    align-items:center;
    justify-content:center;
}

.services-item .icon i{
    font-size:32px;
    color:#0d6efd;
    line-height:1;
}


.demo-section{

    background:#f8fbff;

}

.demo-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}
.demo-text{

    font-size:18px;

    line-height:1.8;

    color:#666;

    margin:25px 0;

}

.demo-benefits div{

    margin-bottom:18px;

    font-size:17px;

}

.demo-benefits i{

    color:#0d6efd;

    margin-right:10px;

}

#sendMessage{

    width:100%;

    margin-top:20px;

    padding:15px;

    font-size:17px;

    font-weight:600;

}

.demo-note{

    color:#0d6efd;

    font-weight:600;

    margin-bottom:25px;

}

.footer-area{

    background:#0f172a;

    color:#d5d5d5;

    padding:80px 0 30px;

}

.footer-logo{

    max-width:220px;

    margin-bottom:25px;

}

.footer-description{

    color:#c5c5c5;

    line-height:1.8;

}

.footer-title{

    color:#fff;

    font-size:22px;

    margin-bottom:25px;

    font-weight:600;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:14px;

}

.footer-links a{

    color:#cfcfcf;

    transition:.3s;

}

.footer-links a:hover{

    color:#4da3ff;

    padding-left:6px;

}

.footer-contact{

    list-style:none;

    padding:0;

}

.footer-contact li{

    margin-bottom:18px;

    line-height:1.8;

}

.footer-contact i{

    color:#4da3ff;

    margin-right:10px;

}

.footer-area hr{

    border-color:rgba(255,255,255,.08);

    margin:50px 0 30px;

}

.copyright{

    margin:0;

    color:#9da5b4;

}

.testimonial{

    background:#f8fbff;

}

.testimonial-item{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.testimonial-item:hover{

    transform:translateY(-8px);

}

.logo-img{

    max-height:70px;

    width:auto;

    margin:0 auto 25px;

}

.testimonial-item h4{

    margin-bottom:12px;

    font-weight:700;

}

.testimonial-item p{

    color:#666;

    line-height:1.8;

}

.stars{

    color:#ffc107;

    font-size:22px;

    margin-bottom:20px;

}

.product-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.product-logo{
    height:70px;
    width:auto;
    object-fit:contain;
    margin-bottom:25px;
}

.product-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.product-type{
    color:#0d6efd;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.product-card p:last-child{
    color:#666;
    line-height:1.7;
    margin-bottom:0;
}

#video{
    background:#fff;
}

.video-container{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.video-container iframe{

    width:100%;

    aspect-ratio:16/9;

    display:block;

}

.faq-card{
    border:none;
    border-radius:15px;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.faq-card .card-header{
    background:#fff;
    border:none;
    padding:0;
}

.faq-card .btn{
    width:100%;
    text-align:left;
    padding:22px 30px;
    font-size:18px;
    font-weight:600;
    color:#222;
    text-decoration:none;
}

.faq-card .btn:hover{
    text-decoration:none;
}

.faq-card .card-body{
    padding:0 30px 25px;
    color:#666;
    line-height:1.8;
}

.nav-demo-btn{

    background:#0d6efd;

    color:#fff !important;

    border-radius:8px;

    padding:10px 22px;

}

.btn-glass-blue{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;
    background: rgba(13, 110, 253, 0.15);
    border: 1px solid rgba(13, 110, 253, 0.35);
    color: #0d6efd !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .3s ease;
}

.btn-glass-blue:hover{
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(13,110,253,.35);
}

.btn-glass-blue:focus{
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}