/* DEVELOPMENT */
.otgs-development-site-front-end {
    display: none;
}

.z-index-100{
    z-index: 100;
}

/*
#color-line {
    height: 20px;
}*/
#color-line {
  height: 15px; /* adjust thickness */
  background: linear-gradient(to right, #606f8e 0 6%, #4e5d86 6% 12%, #8e97b8 12% 18%, #d8d8d8 18% 24%, #b9b9b9 24% 30%, #606f8e 30% 100%);
    border-top: unset;
}


#modal-1 * {
    white-space: nowrap;
}

footer .wp-block-navigation .current-menu-item {
    border-bottom: unset;
}

.back-btn, .cta-btn a {
    text-decoration: none;
    border-bottom: 3px solid #00E5E5;
    padding: 0;
    letter-spacing: 1.5px;
}

.cta-btn a {
    font-family: var(--wp--preset--font-family--montserrat);
    font-weight: 700;
    color: #0F2D5B;
}

.cta-btn {
    display: inline-block;
    margin-top: 20px;
}

.type-job h2 a {
    border-bottom: 3px solid #00E5E5;
}

.wp-block-cover .cover-image-caption {
    z-index: 1;
    position: absolute;
    right: 18px;
    bottom: 8px;
    font-size: 13px;
    text-shadow: 0 0 3px black;
    margin-bottom: 0;
}

.leader-staff-container, .staff-container {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 20px;
}

.person-details h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.person-details .title p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 23px;
    color: #AAAAAA;
}

.person-details .position {
    margin-bottom: 5px;
    margin-top: 0;
    color: #102D5B;
    line-height: 1.2;
}

.staff-member figure img {
    width: 100%;
    height: auto;
    border-top-left-radius: 60px;
}

.staff-member figure {
    position: relative;
    margin-bottom: 0;
}

.staff-member figcaption {
    position: absolute; 
    right: 20px;
    bottom: 15px;
    color: white; 
    font-size: 13px;
    text-shadow: 0 0 3px black;
}

.staff-member .phone p {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.staff-member .mail a {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.staff-container.specialization .staff-member figure {
    position: relative;
    margin-bottom: 0;
    top: 12px;
    width: 200px;
    height: 200px;
}

.staff-container.specialization .staff-member figcaption {
    bottom: 10px;
}

.staff-container.specialization {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.specialization .staff-member {
    display: flex;
    gap: 20px;
}

.specialization .staff-member img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.specialization .staff-member .social-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.staff-member h4 {
    color: #102D5B;
}

.specialization .person-details .position {
    margin-bottom: 0;
    margin-top: 0;
    color: #102D5B;
    line-height: 25px;
}

#teaser-services a {
    text-decoration: none;
    border-bottom: 3px solid transparent; /* Ensures smooth transition */
    transition: border-color 0.2s ease-in-out;
}

#teaser-services a:hover {
    border-color: #00E5E5;
}
