﻿.sky-ourcompany-profiles {
    --sky-white: #ffffff;
    --sky-blue: #112158;
    --sky-gold: #E3AE3D;
    --sky-red: #C73227;
    --sky-icon-red: #C84831;
    --sky-dark: #2A2B2D;
    background: var(--sky-white);
    padding: 18px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--sky-dark);
}

    .sky-ourcompany-profiles * {
        box-sizing: border-box;
    }

    .sky-ourcompany-profiles .sky-profile-left {
        position: relative;
        min-height: 920px;
        overflow: hidden;
        border-radius: 18px;
        background: linear-gradient( 180deg, rgba(17,33,88,.72), rgba(17,33,88,.76) ), url("/content/global/bg/login-bg.webp");
        background-position:left;
        box-shadow: 0 18px 45px rgba(17,33,88,.18);
    }

        .sky-ourcompany-profiles .sky-profile-left::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 230px;
            background: linear-gradient(to top, rgba(17,33,88,.96), rgba(17,33,88,.25), transparent);
            z-index: 2;
        }

    .sky-ourcompany-profiles .sky-profile-logo {
        position: absolute;
        top: 12px;
        left: 8px;
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--sky-white);
    }

    .sky-ourcompany-profiles .sky-profile-logo-mark {
        font-size: 48px;
        line-height: 1;
        font-weight: 900;
        color: var(--sky-gold);
    }

    .sky-ourcompany-profiles .sky-profile-logo strong {
        display: block;
        font-size: 24px;
        letter-spacing: 1px;
    }

    .sky-ourcompany-profiles .sky-profile-logo small {
        display: block;
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .sky-ourcompany-profiles .sky-profile-photo {
        height: 455px;
        position: relative;
        overflow: hidden;
    }

        .sky-ourcompany-profiles .sky-profile-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            filter: contrast(1.05) saturate(.92);
        }

    .sky-ourcompany-profiles .sky-profile-left-content {
        position: relative;
        z-index: 6;
        margin-top: -12px;
        padding: 0 28px 32px;
        color: var(--sky-white);
    }

        .sky-ourcompany-profiles .sky-profile-left-content::before {
            content: "";
            position: absolute;
            left: 0;
            top: -50px;
            width: 120%;
            height: 170px;
            background: linear-gradient(135deg, #26377a, rgb(25 27 33 / 0%));
            border-top: 5px solid var(--sky-gold);
            border-top: 5px solid var(--sky-gold);
            transform: skewY(9deg);
            transform-origin: left top;
            z-index: -1;
        }

    .sky-ourcompany-profiles .sky-profile-left h2 {
        margin: 0;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: .8px;
        color: var(--sky-white);
    }

    .sky-ourcompany-profiles .sky-profile-left h3 {
        margin: 5px 0 0;
        font-size: 17px;
        font-weight: 500;
        color: var(--sky-gold);
    }

    .sky-ourcompany-profiles .sky-profile-line {
        width: 72px;
        height: 3px;
        background: var(--sky-gold);
        margin: 14px 0;
        border-radius: 999px;
    }

    .sky-ourcompany-profiles blockquote {
        margin: 0;
        color: inherit;
        font-family: Georgia, serif;
        font-size: 18px;
        line-height: 1.94;
        font-style: italic;
    }

        .sky-ourcompany-profiles blockquote::before,
        .sky-ourcompany-profiles blockquote::after {
            color: var(--sky-gold);
            font-size: 34px;
            font-weight: 900;
            line-height: 0;
        }

        .sky-ourcompany-profiles blockquote::before {
            content: "“ ";
        }

        .sky-ourcompany-profiles blockquote::after {
            content: " ”";
        }

    .sky-ourcompany-profiles .sky-profile-contact,
    .sky-ourcompany-profiles .sky-profile-social {
        margin-top: 66px;
    }

        .sky-ourcompany-profiles .sky-profile-contact h4,
        .sky-ourcompany-profiles .sky-profile-social h4 {
            margin: 0 0 12px;
            font-size: 14px;
            letter-spacing: .6px;
            color: var(--sky-gold);
        }

        .sky-ourcompany-profiles .sky-profile-contact p {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 11px 0;
            font-size: 14px;
        }

        .sky-ourcompany-profiles .sky-profile-contact i {
            font-size: 19px;
            color: var(--sky-white);
        }

        .sky-ourcompany-profiles .sky-profile-social div {
            display: flex;
            gap: 12px;
        }

        .sky-ourcompany-profiles .sky-profile-social a {
            width: 39px;
            height: 39px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255,255,255,.65);
            border-radius: 50%;
            color: var(--sky-white);
            text-decoration: none;
            font-size: 17px;
            transition: .25s ease;
        }

            .sky-ourcompany-profiles .sky-profile-social a:hover {
                background: var(--sky-gold);
                border-color: var(--sky-gold);
                color: var(--sky-blue);
            }

    .sky-ourcompany-profiles .sky-profile-card {
        min-height: 135px;
        padding: 17px 19px;
        border-radius: 14px;
        background: var(--sky-white);
        border: 1px solid rgba(42,43,45,.08);
        box-shadow: 0 10px 26px rgba(42,43,45,.075);
    }

    .sky-ourcompany-profiles .sky-card-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .sky-ourcompany-profiles .sky-card-icon {
        width: 21px;
        height: 21px;
        min-width: 21px;
        border-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--sky-icon-red);
     
        font-size: 17px;
        line-height: 1;
     
    }

    .sky-ourcompany-profiles .sky-profile-card h4 {
        margin: 0;
        color: var(--sky-blue);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: .25px;
        line-height: 1.2;
    }

        .sky-ourcompany-profiles .sky-profile-card h4::after {
            content: "";
            display: block;
            width: 48px;
            height: 2px;
            margin-top: 7px;
            background: var(--sky-gold);
            border-radius: 999px;
        }

    .sky-ourcompany-profiles .sky-profile-card p {
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.62;
        color: var(--sky-dark);
    }

    .sky-ourcompany-profiles .sky-profile-card ul {
        margin: 0;
        padding-left: 18px;
    }

    .sky-ourcompany-profiles .sky-profile-card li {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.48;
        color: var(--sky-dark);
    }

        .sky-ourcompany-profiles .sky-profile-card li::marker {
            color: var(--sky-icon-red);
        }

    .sky-ourcompany-profiles .sky-hobby-list span {
        min-height: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        gap: 6px;
        text-align: center;
        font-size: 12px;
        color: var(--sky-dark);
    }

    .sky-ourcompany-profiles .sky-hobby-list i {
        font-size: 27px;
        color: var(--sky-blue);
    }

    .sky-ourcompany-profiles .sky-project-list article {
        height: 100%;
        padding: 0 12px;
        text-align: center;
    }

        .sky-ourcompany-profiles .sky-project-list article > i {
            width: 28px;
            height: 28px;
            margin: 0 auto 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(17,33,88,.15);
            border-radius: 50%;
            color: var(--sky-blue);
            font-size: 25px;
        }

    .sky-ourcompany-profiles .sky-project-list h5 {
        margin: 0 0 7px;
        color: var(--sky-blue);
        font-size: 13px;
        font-weight: 800;
    }

    .sky-ourcompany-profiles .sky-project-list p {
        margin: 0;
        font-size: 12px;
        line-height: 1.55;
    }

@media (max-width: 1199px) {
    .sky-ourcompany-profiles .sky-profile-left {
        min-height: auto;
    }

    .sky-ourcompany-profiles .sky-profile-photo {
        height: 480px;
    }

    .sky-ourcompany-profiles .sky-profile-left-content {
        margin-top: -24px;
    }
}

@media (max-width: 480px) {
    .sky-ourcompany-profiles {
        padding: 12px;
    }

        .sky-ourcompany-profiles .sky-profile-left h2 {
            font-size: 32px;
        }

        .sky-ourcompany-profiles .sky-profile-left h3 {
            font-size: 15px;
        }

        .sky-ourcompany-profiles .sky-profile-photo {
            height: 390px;
        }
}



/* =========================================================
   SKY PROFILE PUBLICATIONS (COMPACT)
   Scope: sky-ourcompany-profiles
   ========================================================= */

.sky-ourcompany-profiles .sky-profile-publications {
    min-height: 215px;
    padding: 15px 18px;
}

.sky-ourcompany-profiles .sky-profile-publication-slider {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

    .sky-ourcompany-profiles .sky-profile-publication-slider .slick-list {
        overflow: hidden;
    }

    .sky-ourcompany-profiles .sky-profile-publication-slider .slick-track {
        display: flex;
        align-items: stretch;
    }

/* =========================================================
   CARD
   ========================================================= */

.sky-ourcompany-profiles .sky-profile-publication-item {
    width: 175px !important;
    margin-right: 12px;
}

    .sky-ourcompany-profiles .sky-profile-publication-item a {
        display: block;
        height: 100%;
        padding: 7px;
        background: #ffffff;
        border: 1px solid rgba(42,43,45,.08);
        border-radius: 10px;
        text-decoration: none;
        color: inherit;
        transition: .25s ease;
    }

        .sky-ourcompany-profiles .sky-profile-publication-item a:hover {
            transform: translateY(-2px);
            border-color: rgba(200,72,49,.28);
            box-shadow: 0 10px 22px rgba(0,0,0,.08);
        }

    /* =========================================================
   IMAGE
   ========================================================= */

    .sky-ourcompany-profiles .sky-profile-publication-item img {
        width: 100%;
        height: 92px;
        display: block;
        object-fit: cover;
        border-radius: 8px;
        background: #f4f4f4;
    }

    /* =========================================================
   TITLE
   ========================================================= */

    .sky-ourcompany-profiles .sky-profile-publication-item h5 {
        margin: 8px 0 0;
        min-height: 34px;
        font-size: 12px;
        line-height: 1.35;
        font-weight: 700;
        color: var(--sky-blue);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* =========================================================
   DATE / READ
   ========================================================= */

.sky-ourcompany-profiles .sky-profile-publication-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid rgba(227,174,61,.35);
    font-size: 11px;
    color: #777;
}

    .sky-ourcompany-profiles .sky-profile-publication-info span {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }

    .sky-ourcompany-profiles .sky-profile-publication-info i {
        color: var(--sky-icon-red);
        font-size: 11px;
    }

/* =========================================================
   EMPTY
   ========================================================= */

.sky-ourcompany-profiles .sky-profile-publication-empty {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-align: center;
    border: 1px dashed rgba(17,33,88,.16);
    border-radius: 12px;
    background: linear-gradient( 180deg, rgba(17,33,88,.03), rgba(227,174,61,.04) );
}

    .sky-ourcompany-profiles .sky-profile-publication-empty i {
        font-size: 34px;
        color: var(--sky-icon-red);
        margin-bottom: 10px;
    }

    .sky-ourcompany-profiles .sky-profile-publication-empty h5 {
        margin: 0 0 6px;
        font-size: 17px;
        font-weight: 700;
        color: var(--sky-blue);
    }

    .sky-ourcompany-profiles .sky-profile-publication-empty p {
        margin: 0;
        max-width: 420px;
        font-size: 12px;
        line-height: 1.6;
        color: #777;
    }

/* =========================================================
   SLICK
   ========================================================= */

.sky-ourcompany-profiles .sky-profile-publication-slider .slick-slide {
    height: inherit;
}

.sky-ourcompany-profiles .sky-profile-publication-slider .slick-track {
    display: flex !important;
}

.sky-ourcompany-profiles .sky-profile-publication-slider .slick-slide > div {
    height: 100%;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:991px) {

    .sky-ourcompany-profiles .sky-profile-publication-item {
        width: 165px;
    }

        .sky-ourcompany-profiles .sky-profile-publication-item img {
            height: 88px;
        }
}

@media (max-width:768px) {

    .sky-ourcompany-profiles .sky-profile-publication-item {
        width: 155px;
    }

        .sky-ourcompany-profiles .sky-profile-publication-item img {
            height: 84px;
        }

        .sky-ourcompany-profiles .sky-profile-publication-item h5 {
            font-size: 11px;
        }
}

@media (max-width:576px) {

    .sky-ourcompany-profiles .sky-profile-publication-item {
        width: 145px;
    }

        .sky-ourcompany-profiles .sky-profile-publication-item img {
            height: 78px;
        }

    .sky-ourcompany-profiles .sky-profile-publication-info {
        font-size: 10px;
    }
}


.sky-ourcompany-profiles .sky-profile-card ul {
    column-count: 2;
    column-gap: 40px;
}

    .sky-ourcompany-profiles .sky-profile-card ul li {
        break-inside: avoid;

    }


.sky-ourcompany-profiles .sky-hobby-list i {
    font-size: 12px;

}


.sky-hobbies i {
    font-size: 13px;
    position: relative;
    top: 3px;
}

.sky-hobbies span {
    font-size: 13px;
}

/*PROJECT TOOL TIPS*/

.sky-ourcompany-profiles .sky-project-item {
    position: relative;
    padding: 18px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(42,43,45,.08);
    border-radius: 12px;
    transition: .25s;
    cursor: pointer;
    padding:5px !important;
}

.sky-ourcompany-profiles .sky-project-item:hover {
    border-color: #C84831;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
}

.sky-ourcompany-profiles .sky-project-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
}

.sky-ourcompany-profiles .sky-project-item h5 {
    margin: 0;
    color: #112158;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.sky-ourcompany-profiles .sky-project-item small {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 11px;
}

.sky-ourcompany-profiles .sky-project-tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    padding: 12px;
    border-radius: 10px;
    background: #112158;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: .25s;
    z-index: 100;
}

    .sky-ourcompany-profiles .sky-project-tooltip::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -6px;
        width: 12px;
        height: 12px;
        background: #112158;
        transform: translateX(-50%) rotate(45deg);
    }

.sky-ourcompany-profiles .sky-project-item:hover .sky-project-tooltip {
    opacity: 1;
    visibility: visible;
    transform: none;
}

@media(max-width:768px) {

    .sky-ourcompany-profiles .sky-project-tooltip {
        position: relative;
        top: auto;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

        .sky-ourcompany-profiles .sky-project-tooltip::before {
            display: none;
        }
}