.elementor-2225 .elementor-element.elementor-element-6ae50f9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6ae50f9 *//* =========================================================
   CERTIFICATES SECTION
========================================================= */

.sst-certificates {
    width: 100%;
    padding: 50px 0;
    background: #071426;
    box-sizing: border-box;
}

.sst-certificates-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.sst-certificates-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.sst-cert-label {
    display: inline-block;
    margin-bottom: 15px;

    color: #C99446;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sst-certificates-header h2 {
    margin: 0 0 18px;

    color: #ffffff !important;

    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
}

.sst-certificates-header h2 span {
    color: #fff;
}

.sst-certificates-header p {
    max-width: 650px;
    margin: 0 auto;

    color: #ffffff;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   GRID
========================================================= */

.sst-cert-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================================
   CERTIFICATE CARD
========================================================= */

.sst-cert-card {
    position: relative;

    background: #0b1b30;

    border: 1px solid rgba(201, 148, 70, 0.22);

    overflow: hidden;

    transition:
        transform .35s ease,
        border-color .35s ease;
}

.sst-cert-card:hover {
    transform: translateY(-5px);

    border-color: rgba(201, 148, 70, 0.65);
}


/* =========================================================
   CERTIFICATE TITLE
========================================================= */

.sst-cert-title {
    min-height: 82px;

    padding: 20px 25px;

    display: flex;
    align-items: center;

    gap: 16px;

    border-bottom: 1px solid rgba(201, 148, 70, 0.18);

    box-sizing: border-box;
}

.sst-cert-number {
    flex: 0 0 auto;

    color: #C99446;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sst-cert-title h3 {
    margin: 0;

    color: #ffffff !important;

    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.35;
}


/* =========================================================
   PDF VIEWER
========================================================= */

.sst-pdf-viewer {
    position: relative;

    width: 100%;
    height: 430px;

    background: #ffffff;

    overflow: hidden;
}

.sst-pdf-viewer iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    background: #ffffff;
}


/* =========================================================
   FOOTER
========================================================= */

.sst-cert-footer {
    min-height: 68px;

    padding: 15px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    border-top: 1px solid rgba(201, 148, 70, 0.18);

    box-sizing: border-box;
}

.sst-cert-footer > span {
    color: #ffffff;

    font-size: 12px;
}

.sst-cert-footer a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 14px;

    color: #C99446 !important;

    border: 1px solid rgba(201, 148, 70, .5);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .5px;

    text-decoration: none !important;
    text-transform: uppercase;

    transition: .3s ease;
}

.sst-cert-footer a:hover {
    background: #C99446;

    color: #071426 !important;
}

.sst-cert-footer a i {
    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sst-certificates {
        padding: 80px 0;
    }

    .sst-certificates-header h2 {
        font-size: 40px;
    }

    .sst-cert-grid {
        gap: 20px;
    }

    .sst-pdf-viewer {
        height: 380px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sst-certificates {
        padding: 65px 0;
    }

    .sst-certificates-container {
        width: 90%;
    }

    .sst-certificates-header {
        margin-bottom: 40px;
    }

    .sst-certificates-header h2 {
        font-size: 31px;
    }

    .sst-cert-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .sst-pdf-viewer {
        height: 420px;
    }

    .sst-cert-title {
        min-height: 75px;
        padding: 18px;
    }

    .sst-cert-title h3 {
        font-size: 17px;
    }

    .sst-cert-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}/* End custom CSS */