.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.section-padding {
    padding: 80px 0;
}




/* =========================
        HERO
    ========================== */

.about-banner {
    background:
        linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
        url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=1600&auto=format&fit=crop');
    background-position: center;
    background-size: cover;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.about-banner h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

/* =========================
        COMMON
    ========================== */

.main-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.main-title span {
    color: #e10600;
}

.paragraph {
    color: #666;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 18px;
}

/* =========================
        ABOUT SECTION
    ========================== */

.about-image img {
    height: 420px;
    object-fit: cover;
}

.advantages h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.advantages ul {
    padding-left: 18px;
}

.advantages ul li {
    color: #666;
    font-size: 14px;
    line-height: 2;
}

/* =========================
        COUNTER
    ========================== */

.counter-section {
    background: #e10600;
    color: #fff;
    padding: 55px 0;
}

.counter-box {
    text-align: center;
}

.counter-box i {
    font-size: 34px;
    margin-bottom: 16px;
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 6px;
}

.counter-box p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}


/* =========================
        LEADERSHIP
    ========================== */

.leadership {
    background: #000;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

.leadership h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 25px;
}

.leadership p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 2;
    max-width: 1050px;
    margin: auto;
}

/* =========================
        TEAM
    ========================== */

.team-title {
    text-align: center;
    margin-bottom: 50px;
}

.team-title h2 {
    font-size: 46px;
    font-weight: 700;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.team-card img {
    height: 450px;
    object-fit: cover;
    transition: .4s;
}

.team-card:hover img {
    transform: scale(1.08);
}

.team-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .95), transparent);
    text-align: center;
    color: #fff;
}

.team-overlay h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.team-overlay p {
    margin: 0;
    font-size: 14px;
}

/* =========================
        CTA
    ========================== */

.cta-section {
    background: #e10600;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

.cta-section h2 {
    font-size: 52px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 22px;
}

.cta-section p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cta-btn {
    background: #000;
    color: #fff;
    padding: 14px 34px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.cta-btn:hover {
    background: #222;
    color: #fff;
}

/* =========================
      contact from
    ========================== */



.contact-section {
    background: #f8f9fa;
}

.contact-card {
    background: #e9ecef;
    padding: 20px;
    border-radius: 15px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #e10600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.contact-form {
    background: #e10600;
    border-radius: 20px;
}

.contact-form .form-control {
    background: #fff;
    border: none;
    color: #000;
    padding: 12px;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #333;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #e10600;
    color: #000;
}

/* =========================
      services
    ========================== */

.service-section {
    padding: 80px 0;
}

.service-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.service-title span {
    color: #e10600;
}

.service-description {
    max-width: 1180px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    line-height: 2;
    color: #4d4d4d;
    font-weight: 400;
}

/* ============================ */

.include-section {
    padding: 40px 0 90px;
}



.service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 28px 20px;
    text-align: center;
}

.service-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 0;
}


@media(max-width:576px) {

    .service-section {
        padding: 60px 0;
    }

    .service-card img {
        height: 220px;
    }

}

/* =========================
    our  project 
    ========================== */
/* Project Card */
.project-card{
    border-radius:20px;
    overflow:hidden;
    transition:0.4s ease;
    background:#fff;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* PDF Thumbnail */
.pdf-thumbnail{
    position:relative;
    height:350px;
    overflow:hidden;
    background:#f5f5f5;
}

/* PDF iframe */
.pdf-thumbnail iframe{
    width:100%;
    height:100%;
    border:none;
    overflow:hidden;
    display:block;
    pointer-events:none;
}

/* Overlay */
.pdf-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:0.4s;
}

.pdf-overlay span{
    background:#dc3545;
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    font-weight:600;
}

/* Hover */
.project-card:hover .pdf-overlay{
    opacity:1;
}

/* Mobile */
@media(max-width:768px){

    .pdf-thumbnail{
        height:280px;
    }

}
/* =========================
      engineering-section
    ========================== */

.engineering-section {
    padding: 100px 0;
  
}

/* TOP TAG */

.top-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    font-weight: 600;
    color: #e10600;
    font-size: 15px;
}

.top-badge i {
    width: 34px;
    height: 34px;
    background: #e10600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}




/* IMAGE SECTION */

.image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    min-height: 650px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.floating-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.floating-box p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* SERVICE CARDS */

.service-box {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.service-box:hover {
    transform: translateY(-10px);
}



.service-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #e10600;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.service-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.4;
}




/* SECTION GAP */

.service-area {
    margin-top: 70px;
}



@media(max-width:991px) {

    .engineering-section {
        padding: 80px 0;
    }

    .image-wrapper {
        min-height: 500px;
    }

    .service-area {
        margin-top: 50px;
    }
}

@media(max-width:767px) {

    .main-title {
        font-size: 32px;
    }

    .main-description {
        font-size: 16px;
        line-height: 1.9;
    }

    .service-box {
        padding: 28px;
    }

    .service-title h3 {
        font-size: 22px;
    }


    .floating-box {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
    }

    .floating-box h4 {
        font-size: 20px;
    }
}


/* =========================
        FOOTER
    ========================== */

footer {
    background: #050505;
    color: #fff;
    padding-top: 70px;
}

.footer-logo img {
    width: 130px;
}

.footer-links a {
    display: block;
    color: #d0d0d0;
    margin-bottom: 14px;
    font-size: 14px;
    transition: .3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact li {
    list-style: none;
    margin-bottom: 18px;
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact i {
    color: #fff;
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 25px 0;
    margin-top: 45px;
}

.footer-bottom p {
    margin: 0;
    color: #aaa;
    font-size: 14px;
}

.social-icons a {
    color: #fff;
    margin-left: 14px;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    color: #e10600;
}

/* =========================
        RESPONSIVE
    ========================== */

@media(max-width:991px) {

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar-nav .nav-link {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .about-banner h1 {
        font-size: 40px;
    }

    .leadership h2,
    .team-title h2,
    .cta-section h2 {
        font-size: 34px;
    }

    .counter-box {
        margin-bottom: 30px;
    }

}

@media(max-width:767px) {

    .section-padding {
        padding: 60px 0;
    }

    .about-banner {
        height: 220px;
    }

    .about-banner h1 {
        font-size: 32px;
    }

    .main-title {
        font-size: 28px;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .team-card {
        margin-bottom: 25px;
    }

}











@media(max-width:767px) {

    .counter-box {
        margin-bottom: 30px;
    }

    .counter-box h2 {
        font-size: 36px;
    }

}