body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Header */
.navbar {
    padding: 12px 0;
    background: #fff;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 12px 19px !important;
    transition: .3s;
}

.navbar-nav .nav-link:hover {
    color: #d90000;
}

.navbar-nav .nav-link.active {
    color: #d90000;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.dropdown-item {
    padding: 10px 18px;
}

.dropdown-item:hover {
    background: #d90000;
    color: #fff;
}

.btn-danger {
    border-radius: 30px;
    padding: 10px 28px;
}
/* ///////////////// */
.contact-banner{
    margin:0;
}

.banner-right{
    position:relative;
    height:420px;
    overflow:hidden;
}

.banner-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Overlay only on the left side */
.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:38%;               /* Adjust as needed */
    height:100%;
    /* background:rgba(0, 90, 180, .35);  */
    display:flex;
    align-items:center;
    z-index:2;
}

.banner-content{
    padding-left:100px;
    color:#fff;
}

.banner-content h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
}

.banner-content .breadcrumb-item,
.banner-content .breadcrumb-item a{
    color:#fff;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
}

.banner-content .breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}

@media (max-width:991px){

    .banner-right{
        height:280px;
    }

    .banner-overlay{
        width:100%;
        background:transparent !important;
    }

    .banner-content{
        padding:30px;
    }

    .banner-content h1{
        font-size:36px;
    }

    .banner-content .breadcrumb-item,
    .banner-content .breadcrumb-item a{
        font-size:16px;
    }
}
/* /////////////////////////////////////// */

.contact-section{
    background:#f8f9fa;
    padding:80px 0;
}

.contact-card{
    background:#fff;
    border:1px solid #ddd;
    padding:40px;
}

.contact-title{
    text-align:center;
    margin-bottom:10px;
    font-weight:700;
}

.contact-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:35px;
}

.btn-red{
    background:#d90000;
    color:#fff;
    border-radius:0;
    padding:12px 40px;
}

.btn-red:hover{
    background:#b70000;
    color:#fff;
}

/* ///////////////////contact footer */
.contact-footer{

    background:url("../images/footer.PNG") no-repeat center bottom;
    background-size:cover;

    padding:70px 0 280px;

    position:relative;

}

.contact-footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(255,255,255,.10);

}

.contact-footer .container{

    position:relative;

    z-index:2;

}

.contact-footer h4{

    color:#1c2f8d;

    font-size:22px;

    font-weight:700;

    margin-bottom:35px;

}

.contact-footer p{

    font-size:17px;

    color:#666;

    line-height:1.9;

    margin-bottom:8px;

}

.contact-footer a{

    color:#666;

    text-decoration:none;

}

.company-list{

    padding:0;

    margin:0;

    list-style:none;

}

.company-list li{

    font-size:17px;

    color:#666;

    margin-bottom:18px;

    font-weight:600;

}

@media(max-width:991px){

.contact-footer{

padding:50px 20px 180px;

text-align:center;

}

.contact-footer h4{

font-size:24px;

}

.contact-footer p,
.company-list li{

font-size:18px;

}

} 

/* ////////////// */

.project-item{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.project-item img{
    height:260px;
    width:100%;
    object-fit:cover;
}

.project-item h5{
    padding:18px;
    text-align:center;
    font-weight:600;
}
 
.subtitle{
    color:#dc3545;
    font-weight:700;
    letter-spacing:2px;
}

.workflow-card h2{
    font-weight:700;
    margin:15px 0 40px;
    color:#dc3545;
}

.timeline-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    transition:.3s;
}

.timeline-item:hover{
    transform:translateX(10px);
}

.timeline-item span{
    width:55px;
    height:55px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    flex-shrink:0;
}

.timeline-item h5{
    font-weight:600;
    margin-bottom:5px;
}

.timeline-item p{
    color:#666;
    margin:0;
}

.engineer{
    max-height:650px;
    margin-top:-60px;
}

/* ///////////////////////// */
.about-section{
    padding:90px 0;
    background:#fff;
}

/* Left Side */

.about-images{
    position:relative;
    padding-right:90px;
}

.main-image{
    width:100%;
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.office-caption{
    font-size:17px;
    font-weight:600;
    margin-top:12px;
}

.founder-image{
    position:absolute;
    bottom:-60px;
    right:0;
    width:220px;
    background:#fff;
    padding:8px;
    border-radius:10px;
    box-shadow:0 20px 45px rgba(0,0,0,.2);
}

.founder-image img{
    width:100%;
    border-radius:8px;
}

/* Right Side */

.about-tag{
    color:#d52b1e;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.about-heading{
    font-size:46px;
    font-weight:700;
    line-height:1.3;
    margin:20px 0 35px;
    color:#002b5b;
}

.about-heading span{
    color:#d52b1e;
    display:block;
}

/* Tabs */

.about-tabs .nav-link{
    background:#f3f3f3;
    color:#333;
    border-radius:0;
    font-weight:600;
    margin-right:15px;
    padding:12px 28px;
}

.about-tabs .nav-link.active{
    background:#d52b1e;
    color:#fff;
}

/* Content */

.tab-content{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.tab-content strong{
    font-size:28px;
}

/* ////////////////// */

.services-section{
    background:#f8f9fa;
}

.section-tag{
    color:#dc3545;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.service-card img{
    height:420px;
    width:100%;
    object-fit:cover;
}

.service-card h3{
    font-weight:700;
    margin-bottom:20px;
}

.service-list{
    list-style:none;
    padding:0;
}

.service-list li{
    margin-bottom:15px;
    font-size:16px;
}

.service-list i{
    color:#dc3545;
    margin-right:10px;
}

.service-sidebar{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.service-sidebar h4{
    margin-bottom:25px;
    font-weight:700;
}

.service-sidebar a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    text-decoration:none;
    color:#333;
    border:1px solid #eee;
    margin-bottom:12px;
    border-radius:10px;
    transition:.3s;
}

.service-sidebar a:hover,
.service-sidebar a.active{
    background:#dc3545;
    color:#fff;
    transform:translateX(6px);
}

.stat-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:20px;
}

.stat-box h3{
    color:#dc3545;
    font-size:38px;
    font-weight:700;
}

.quote-box{
    background:#1f2937;
    color:#fff;
    padding:30px;
    border-radius:18px;
}

.quote-box h4{
    font-weight:700;
}

.quote-box p{
    color:#ddd;
}

/* ///////////////////////////////// */

.project-section{ 
    min-height: 650px;
    position: relative;
}

.project-section .fw-bold{
    color: #000 !important;
}

.project-bg {
    background: url('../images/project-bg.png') center center/cover no-repeat;
}

/* White fade at the top */
.project-bg::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:180px;
    background:linear-gradient(to bottom,
        rgba(255,255,255,1),
        rgba(255,255,255,.75),
        rgba(255,255,255,0));
    z-index:1;
}

.project-content{
    position:relative;
    z-index:2;
    min-height:650px;
}

.teamh2{
    font-size:26px;
    font-weight:700;
    color:#111;
}

.invite-btn{
    background:#ef3423;
    color:#fff;
    padding:18px 55px;
    font-size:19px;
    font-weight:700;
    border:none;
    border-radius:0;
    transition:.3s;
}

.invite-btn:hover{
    background:#d62a1c;
    color:#fff;
}

@media(max-width:768px){

    .project-section{
        min-height:500px;
    }

    .project-content{
        min-height:500px;
        text-align:center;
        justify-content:center !important;
        padding:50px 20px;
    }

    h2{
        font-size:36px;
    }

    .invite-btn{
        font-size:20px;
        padding:15px 40px;
    }

}

.modal-content{
    border-radius:0;
}

.modal-body{
    background:#fff;
    border:1px solid #ddd;
}

.custom-input{
    height:50px;
    border-radius:0;
    border:1px solid #ddd;
    box-shadow:none;
    font-size:16px;
}

.custom-input:focus{
    border-color:#dc3545;
    box-shadow:none;
}

textarea.custom-input{
    height:160px;
    resize:none;
    padding-top:15px;
}

.send-btn{
    background:#ef3423;
    color:#fff;
    border-radius:0;
    padding:12px 50px;
    font-size:22px;
    font-weight:600;
    border:none;
}

.send-btn:hover{
    background:#d62d1d;
    color:#fff;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 9999;
}

.back-to-top:hover {
    background: #bb2d3b;
    transform: translateY(-3px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.project-title{
    color: #000;
    font-weight: 700;
}

/* /////////////////// */

.video-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.video-wrapper {
    width: 100%;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.video-wrapper video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .video-wrapper video {
        height: 300px;
    }
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90px;
    height:90px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:50px;
    transition:.3s;
}

.play-btn:hover{
    background:#b02a37;
    transform:translate(-50%,-50%) scale(1.1);
}

.company-with-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-with-logo img {
    width: 30px;
    height: auto;
}

.download-icon {
    display: inline-block;
    animation: downloadMove 1s ease-in-out infinite;
}

@keyframes downloadMove {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}
.project-badge {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    background: #C40000;
    color: #fff3dd;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    text-align:center;
}

.copyright {
    padding: 14px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    background: #111;
    /* color: white; */
}

.copyright a {
    text-decoration: none;
    color: white;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #fff3dd;

}