@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
    font-display: swap;
}

/* verified page form section */
.cert-srch {
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #3050A11A;
    padding: 40px;
    text-align: center;
    max-width: 1146px;
    margin: 0 auto;
}

.cert-srch h1 {
    font-size: 42px;
    margin: 0 0 15px;
    font-weight: 600;
}

.cert-srch p {
    color: #828282;
    max-width: 760px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 500;
}

.cert-numbr-srch {
    margin: 0 auto;
    max-width: 760px;
}

.cert-numbr-srch .form-group label {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: var(--color-black);
}

.cert-numbr-srch input.form-control {
    border: 2px solid #E0E0E0;
    border-radius: 50px;
    margin: 0 0 15px;
    padding: 12px 12px 12px 50px;
    height: 50px;
    background: #fff url(/wp-content/uploads/2026/04/cert-srch-ic.svg) no-repeat 15px center;
}

/* certificate section */
#certificate_display {
    display: none;
}

.main-certificate strong {
    font-weight: 600 !important;
    color: var(--color-black);
}

.cert-verified-row {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.cert-verified-row p {
    font-weight: 600;
    color: #2DA340;
}

.main-certificate {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

.certi-mid-text {
    margin: 0 auto;
    width: 360px;
    position: absolute;
    top: 465px;
    right: 0;
    left: 0;
    z-index: 3;
}

.certi-mid-text p {
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    color: var(--color-black);
}

.certi-mid-text span.c-name {
    font-family: "Pinyon Script", cursive;
    display: block;
    border-bottom: 2px dotted #000;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1;
}

.certi-mid-text span.c-month {
    font-family: "Pinyon Script", cursive;
    display: inline-block;
    border-bottom: 2px dotted #000;
    padding: 0 10px 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.main-certificate .bottom-date {
    position: absolute;
    left: 98px;
    bottom: 123px;
    z-index: 3;
    width: 180px;
    text-align: center;
    color: var(--color-black);
    font-size: 16px;
}

.main-certificate .crtfcte-nmbr {
    position: absolute;
    top: 80px;
    right: 78px;
    font-size: 13px;
    z-index: 3;
}

.main-certificate .sl-nmbr {
    position: absolute;
    left: 118px;
    top: 80px;
    font-size: 13px;
    z-index: 3;
}

.cert-not-found {
    text-align: center;
    margin: 0 auto;
    max-width: 760px;
    padding-top: 30px;
}

.cert-not-found h3 {
    padding-top: 30px;
}

.cert-not-found p {
    color: #828282;
}

.Download {
    text-align: center;
    margin: 30px 0 0;
}

.Download a.coolBeans {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-base);
    font-weight: var(--fw-medium);
    line-height: 1;
    font-size: 18px;
    color: var(--color-white);
    padding: 16px 30px;
    background: var(--color-primary-blue-shade-1) url(../images/button-arrow.svg) no-repeat right 10px center;
    border: 1px solid transparent;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: var(--transition-common);
}

.Download a.coolBeans:hover {
    background-color: var(--color-white);
    background-image: url(../images/button-arrow-blue.svg);
    border-color: var(--color-primary-blue-shade-1);
    color: var(--color-primary-blue-shade-1);
}

@media only screen and (max-width: 991px) {

    .main-certificate {
        zoom: 0.9;
    }

    .cert-srch h1 {
        font-size: 35px;
    }

}


@media only screen and (max-width: 767px) {

    .main-certificate {
        zoom: 0.4;
    }

    .cert-srch {
        padding: 24px;
    }

    .cert-srch h1 {
        font-size: 26px;
        margin: 0 0 8px;
    }

    .cert-srch p {
        font-size: 14px;
    }

}


.offer-sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.offer-sec-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: white;
}

input[name="other-qualification"] {
    display: none;
}