.thumbnail {
    border: 1px solid #ddd;
    /* padding: 5px; */
    border-radius: 5px;
    transition: transform 0.2s;
}

.thumbnail:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.thumb-img {
    width: 100%;
    height: auto;
}

.our-team {
    background: #f5f5f5;
    text-align: center;
}

.our-team .pic {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}

.our-team:hover .pic {
    transform: scale(1.01);
}

.our-team .pic:after {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 900px rgb(11 11 11 / 50%);
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease 0s;
}

.our-team:hover .pic:after {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .read-more {
    width: 100px;
    padding: 0 15px 15px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 258px;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}

.our-team:hover .read-more {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.our-team:hover {
    cursor: pointer;
}

.our-team .team-content {
    padding: 20px 0;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}

.our-team .post {
    font-size: 13px;
    font-weight: 500;
    color: #6e6e70;
    text-transform: capitalize;
}



@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.border-card {
    border-radius: 10px;
}



        .certificate-header {
            background: linear-gradient(135deg, #2c3e50, #1a2530);
            color: white;
            padding: 2rem 0;
            border-radius: 0 0 20px 20px;
            margin-bottom: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .form-container {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            padding: 2rem;
            margin-bottom: 2rem;
        }

        .form-title {
            color: #e9262d;
            font-weight: 500;
            margin-bottom: 28px;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #e9262d;
        }

        .btn-primary {
            background-color: #e9262d;
            border-color: #e9262d;
            padding: 0.6rem 1.5rem;
            font-weight: 600;
        }

        .btn-primary:hover {
            background-color: #e9262d;
            border-color: #e9262d;
        }

        .required-field::after {
            content: "*";
            color: #e74c3c;
            margin-left: 4px;
        }

        .certificate-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #e9262d;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #e9262d;
            color: white;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .instructions {
            background-color: #fde5e5e0;
            border-left: 4px solid #e9262d;
            padding: 1rem;
            border-radius: 4px;
            margin-bottom: 1.5rem;
        }

        .form-check-input:focus {
            border-color: #fde5e5e0 !important;
            outline: 0;
            box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        }

        .certificateContainer {
            background-color: white;
            padding: 50px 0px;
            position: relative;
           background-image: url("../images/about/background-image2.jpg");
            background-size: cover;
            max-width: 100%;
        }