﻿.certificate-img {
    height: 253px;
    border-bottom: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    color: #333;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .88rem;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
}

.certificate-three-img {
    height: 147px;
    border-bottom: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    color: #333;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .88rem;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
}

.certificate-microsoft-img {
    border-bottom: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    color: #333;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .88rem;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
    padding:20px;
    float:left;
}

.certificate-description {
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 10px;
    text-align: center;
    font-style: italic;
    font-size: .81rem;
    color:#666;
}

.certificate-four-img {
    height: 94px;
    border-bottom: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    color: #333;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .88rem;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
}

.certificate-footer-img {
    overflow: hidden;
    width: 100%;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px 0px 3px 3px;
    color: #b6b6b6;
    text-decoration: none;
    font-weight: bold;
    font-size: .70rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
    cursor: pointer;
}

.certificate-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    overflow: hidden;
}

.experience-icon {
    width: 50px;
    margin-right: 30px;
    max-height: 28px;
}

.formation-icon {
    width: 30px;
    margin-right: 30px;
    max-height: 28px;
}

.div-editor-header {
    width: 100%;
    text-align: center;
    margin: 0;
    min-height: 540px;
    background-image: url(../images/nagib/tdcbackground.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .div-editor-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
        border-top-right-radius: 50px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 50px;
    }

.title-editor-header {
    font-size: 2.0em;
    font-weight: bold;
    color: White;
    text-shadow: 2px 2px 10px rgba(255, 165, 0, 0.7);
    z-index: 1;
    transition: transform 0.3s ease-in-out;
    padding-top: 300px;
    cursor: default;
    padding-right: 20px;
    padding-left: 20px;
}

.scrolled .title-editor-header {
    transform: scale(1.1);
    text-shadow: 4px 4px 15px rgba(255, 165, 0, 1);
}