/* ===============================
Stat-section 
================================= */
.stat-section {
    position: relative;
    display: block;
    z-index: 3;
    margin-top: -75px;
    margin-bottom: -55px;
}

.stat-section__inner {
    position: relative;
    display: block;
    border-radius: 24px;
    padding: 50px 30px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    background-color: var(--maroof-base, #1802ae);
}

.certfications-page-header-stats{
    padding-top: 100px;
    padding-bottom:150px;
}

.stat-section__bg {      
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.stat-section__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .90;
    background: linear-gradient(180deg, #1802AE 0%, #2408D4 100%);
    border-radius: 24px;
    z-index: 1;
}

.stat-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 300ms ease;
}

.stat-box:hover {
    transform: translateY(-4px);
}

.col-lg-4:last-child .stat-box {
    border-right: none;
}

.stat-box__number {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--maroof-white, #ffffff);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    transition: color 300ms ease;
}

.stat-box__text {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .stat-section {
        margin-top: -50px;
        margin-bottom: -35px;
    }

    .stat-section__inner {
        padding: 35px 20px;
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 10px;
    }

    .col-lg-4:last-child .stat-box {
        border-bottom: none;
    }

    .stat-box__number {
        font-size: 36px;
    }

    .stat-box__text {
        font-size: 17px;
    }

    .cta-two__btn {
        margin-bottom: 30px;
    }
}

/* 
========================
Certifications Section
======================== */

.certifications-section {
    padding: 70px 0 70px;
    background-color: var(--maroof-white, #ffffff);
    position: relative;
}

.section-title__tagline{
    margin-top:70px;
}


.engineering-excellence-tag{
    margin-top: 0px;
}

.cmda-img-box {
    position: relative;
    display: block;
}



.cmda-img {
    width: 100%;
    height: 650px;
    vertical-align: middle;
    /* object-fit: cover; */
}

@media (max-width: 991px) {
    .cmda-img{
        width:100%;
        height:auto;
    }
    
}
.cmda-title {
    font-size: 38px;
    color: var(--maroof-black, #20202D);
    line-height: 1.25;
    margin-bottom:10px !important;
    font-weight: 700;
    /* margin-bottom: 20px; */
}

.structural-title-cmda {
    color: #1802AE;
}

.cmda-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555566;
    margin-bottom: 25px;
}

.services-title-cmda {
    font-size: 22px;
    color: #1802AE;
    font-weight: 700;
    margin-bottom: 18px;
}

.cmda-services-list {
    margin: 0;
    padding: 0;
}

.cmda-services-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: var(--maroof-black, #20202D);
    margin-bottom: 12px;
}

.cmda-services-list li i {
    color: #1802AE;
    font-size: 18px;
    flex-shrink: 0;
}


/* 
=====================
Structural Cards Section
====================== */

.structural-cards-section {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, #f9fafb 0%, #f3f5f9 100%);
    position: relative;
}

.structural-cards-wrapper {
    margin-top: 50px;
}

.structural-card-item {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.structural-card-item:last-child {
    margin-bottom: 0;
}

.structural-card-item:hover {
    transform: translateY(-6px);
    border-color: rgba(24, 2, 174, 0.3);
    box-shadow: 0 20px 45px rgba(24, 2, 174, 0.12);
}

.structural-card__content {
    padding: 45px 40px;
}

.structural-card__badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #1802AE;
    background-color: rgba(24, 2, 174, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.structural-card__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--maroof-black, #20202D);
    margin-bottom: 16px;
    transition: color 300ms ease;
}

.structural-card-item:hover .structural-card__title {
    color: #1802AE;
}


.structural-card__text {
    font-size: 16px;
    line-height: 1.7;
    color: #555566;
    margin: 0;
}

.structural-card__img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
}

.structural-card__img-box img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
}

.structural-card-item:hover .structural-card__img-box img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .certifications-section {
        padding: 60px 0 40px;
    }

    .cmda-title {
        font-size: 30px;
    }

    .structural-cards-section {
        padding: 50px 0 70px;
    }

    .structural-card__content {
        padding: 30px 25px;
    }

    .structural-card__title {
        font-size: 22px;
    }

    .structural-card__img-box {
        min-height: 250px;
    }

    .structural-card__img-box img {
        min-height: 250px;
    }
}


/* =========
CTA
========= */

.cta-two__title-get-prof {
    font-size: 40px;
    color: white;
}

.cta-two__title-discuss {
    font-size: 20px;
    color: white;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .cta-two__title-get-prof {
        font-size: 25px;
        line-height: 1.3;
    }
}