.certification-container {
    margin: 0 1em;

    @media screen and (min-width: 1024px) {
        margin: 0 3em !important;
    }
}

.certifications-breadcumb-section {
    background: url(assets/images/blog/img.jpg) no-repeat center/cover scroll !important;
}

/* Intro Video Section */

.video-wrapper {
    max-width: 430px;
    margin: 2rem auto;
    /* background: #000; */

    video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 35px 5px 35px 5px !important;
        transform: scale(1.1);
    }
}

.intro-video-section {
    .carousel-video {
        position: absolute;
        top: 40%;
        left: 40%;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    /* .video-wrapper {
        .video carousel-video {
            display: block !important;
        }
    } */

    .video .carousel-video {
        display: block !important;
    }

    .intro-video-section .about-thumb {
        margin: 0 20px 20px 20px !important;
    }

}

/* Whatsapp quick chat */
@media screen and (max-width: 1024px) {

    #to-top,
    #to-top_2 {
        right: 20px !important;
    }
}


.approach-image {
    display: flex;
    justify-content: center;
    padding: 0;
}

.approach-content {
    .content-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.3em;

        .approach-count {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000066bf;
            color: white;
            border-radius: 50%;
            font-weight: 600;
        }

        .approach-box {
            /* width: 50%; */
            padding: 1em;
            background: #0b0bf20f;
            border-radius: 10px;
        }

        .approach-box-cnt {
            font-size: .9em;
        }
    }
}

/* Homepage hero trust strip */
.hero-proof-strip {
    margin-top: 22px;
    padding: 20px 22px 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(7, 14, 32, 0.86), rgba(16, 33, 58, 0.72)),
        rgba(5, 14, 33, 0.62);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-proof-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.hero-proof-label {
    color: rgba(217, 228, 255, 0.88);
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1.3;
}

.hero-proof-title {
    color: #ffffff;
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-proof-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.07);
    white-space: nowrap;
}

.hero-proof-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.hero-proof-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 92px;
    padding: 14px 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-proof-logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 34px;
    max-width: 100%;
    object-fit: contain;
}

.hero-proof-logo span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-proof-logo:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
}

.hero-proof-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.hero-proof-metric {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-proof-metric strong {
    display: block;
    color: #ffffff;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.1;
    margin-bottom: 2px;
}

.hero-proof-metric span {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(12px, 1.3vw, 13px);
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-main-title,
.hero-main-subtitle,
.hero-main-copy {
    text-wrap: balance;
}

@media screen and (max-width: 991px) {
    .hero-proof-strip {
        margin-top: 18px;
        padding: 18px 18px 16px;
    }

    .hero-proof-header {
        align-items: flex-start;
    }

    .hero-proof-kicker {
        white-space: normal;
    }
}

@media screen and (max-width: 767px) {
    .hero-proof-strip {
        border-radius: 20px;
    }

    .hero-main-title {
        font-size: clamp(22px, 6vw, 30px) !important;
        line-height: 1.1 !important;
        max-width: 100% !important;
        letter-spacing: -0.02em;
        margin: 0 auto !important;
    }

    .hero-main-subtitle {
        font-size: clamp(13px, 3.5vw, 16px) !important;
        line-height: 1.35 !important;
        letter-spacing: 0.03em;
        max-width: 100% !important;
    }

    .hero-main-copy {
        font-size: clamp(13px, 3.6vw, 15px) !important;
        line-height: 1.5 !important;
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    .hero-main-title {
        font-size: clamp(20px, 6.5vw, 26px) !important;
        line-height: 1.08 !important;
    }

    .hero-main-subtitle {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .hero-main-copy {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .hero-proof-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-proof-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .hero-proof-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hero-proof-logo {
        min-height: 86px;
        padding: 12px 10px 10px;
        border-radius: 16px;
    }

    .hero-proof-logo img {
        max-height: 28px;
        max-width: 100%;
    }

    .hero-proof-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media screen and (max-width: 360px) {
    .hero-proof-strip {
        padding: 14px 12px 15px;
    }

    .hero-proof-logos,
    .hero-proof-metrics {
        grid-template-columns: 1fr;
    }
}
