/* =========================================================
   GOMAN SECURITY
   LEADERSHIP PAGE
   STABLE VERSION - NO HIDDEN ANIMATIONS
========================================================= */


/* =========================================================
   LEADERSHIP HERO
========================================================= */

.leadership-hero {
    position: relative;

    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            rgba(7, 24, 46, 0.97),
            rgba(13, 39, 71, 0.92)
       ),
        url("../assets/images/service-risk.jpg");

    background-size: cover;
    background-position: center;
}

.leadership-hero-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.leadership-hero .section-tag {
    color: #e0bd4c;
}

.leadership-hero h1 {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    text-transform: uppercase;
    margin: 15px 0 20px;
}

.leadership-hero p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #d4dde6;
    font-size: 17px;
    line-height: 1.7;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #b8c4cf;
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb a:hover {
    color: #e0bd4c;
}


/* =========================================================
   EXECUTIVE PROFILE
========================================================= */

.executive-profile {
    padding: 100px 20px;
    background: #ffffff;
}

.executive-profile .executive-grid {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr) !important;
    align-items: center !important;
    gap: 70px !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   CHAIRMAN IMAGE
========================================================= */

.executive-profile .executive-image {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.executive-profile .executive-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.executive-image-frame {
    position: relative;
    overflow: hidden;
    border: 8px solid #f5f6f7;
    background: #f5f6f7;
    box-shadow: 0 25px 60px rgba(7, 27, 47, 0.16);
}

.executive-badge {
    position: absolute;
    right: -15px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #071b2f;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
    z-index: 5;
}

.executive-badge i {
    color: #c9a227;
}

.executive-badge span {
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   CHAIRMAN CONTENT
========================================================= */

.executive-content {
    width: 100%;
    min-width: 0;
}

.executive-content .section-tag {
    display: block;
    color: #c9a227;
    margin-bottom: 12px;
}

.executive-content h2 {
    color: #17202a;
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.executive-content h3 {
    color: #c9a227;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    margin: 0 0 25px;
}

.executive-content p {
    color: #66737f;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 17px;
}


/* =========================================================
   EXECUTIVE HIGHLIGHTS
========================================================= */

.executive-highlights {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
    margin-top: 30px;
}

.highlight {
    padding: 18px 12px;
    background: #f5f6f7;
    border: 1px solid #dfe4e8;
    text-align: center;
}

.highlight i {
    display: block;
    color: #c9a227;
    font-size: 20px;
    margin-bottom: 7px;
}

.highlight strong {
    display: block;
    color: #071b2f;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
}

.highlight span {
    display: block;
    color: #66737f;
    font-size: 11px;
}


/* =========================================================
   SECTION TITLES
========================================================= */

.section-title {
    max-width: 800px;
    margin: 0 auto 50px;
}

.text-center {
    text-align: center;
}

.section-title .section-tag {
    color: #c9a227;
}

.section-title h2 {
    color: #071b2f;
    font-family: "Oswald", sans-serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 15px;
}

.section-title p {
    color: #66737f;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   LEADERSHIP PHILOSOPHY
========================================================= */

.leadership-philosophy {
    display: block !important;
    visibility: visible !important;
    padding: 100px 20px;
    background: #f5f6f7;
}

.philosophy-box {
    display: block !important;
    visibility: visible !important;
    max-width: 900px;
    margin: 0 auto;
    padding: 45px;
    background: #ffffff;
    border-left: 5px solid #c9a227;
    box-shadow: 0 15px 40px rgba(7, 27, 47, 0.08);
}

.philosophy-box p {
    color: #66737f;
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
}


/* =========================================================
   EXPERTISE
========================================================= */

.competencies {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;

    padding: 100px 20px;
    background: #ffffff;
}

.competencies .container {
    display: block !important;
    visibility: visible !important;
}

.competencies .section-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.competencies .section-title span {
    display: inline-block !important;
    color: #c9a227;
}

.competencies .section-title h2 {
    display: block !important;
    color: #071b2f !important;
}


/* =========================================================
   COMPETENCY GRID
========================================================= */

.competencies-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px;

    max-width: 1200px;
    margin: 0 auto;
}

.competency-card {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    min-height: 190px;

    padding: 32px 25px;

    background: #ffffff;

    border: 1px solid #dfe4e8;

    box-shadow: 0 8px 25px rgba(7, 27, 47, 0.06);

    transition: 0.3s ease;
}

.competency-card:hover {
    transform: translateY(-7px);
    border-color: #c9a227;
    box-shadow: 0 15px 35px rgba(7, 27, 47, 0.12);
}

.competency-card i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    margin-bottom: 18px;

    background: #071b2f;
    color: #c9a227;

    font-size: 21px;
}

.competency-card h3 {
    display: block !important;

    color: #071b2f !important;

    font-family: "Oswald", sans-serif;

    font-size: 23px;

    margin: 0;
}


/* =========================================================
   PROFESSIONAL EXPERIENCE
========================================================= */

.experience {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    padding: 100px 20px;

    background: #f5f6f7;
}

.experience .container {
    display: block !important;
    visibility: visible !important;
}

.experience .section-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.timeline {
    position: relative;

    display: block !important;

    max-width: 900px;

    margin: 0 auto;
}

.timeline::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 0;
    bottom: 0;

    width: 2px;

    background: #c9a227;

    transform: translateX(-50%);
}

.timeline-item {
    position: relative;

    display: block !important;

    width: 50%;

    padding: 0 45px 45px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;

    top: 5px;

    width: 16px;
    height: 16px;

    border-radius: 50%;

    background: #c9a227;

    border: 4px solid #ffffff;

    box-shadow: 0 0 0 2px #c9a227;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -8px;
}

.timeline-content {
    display: block !important;

    background: #ffffff;

    padding: 25px;

    border: 1px solid #dfe4e8;

    box-shadow: 0 8px 25px rgba(7, 27, 47, 0.06);
}

.timeline-year {
    display: inline-block;

    color: #c9a227;

    font-family: "IBM Plex Mono", monospace;

    font-size: 12px;

    margin-bottom: 8px;
}

.timeline-content h3 {
    color: #071b2f;

    font-family: "Oswald", sans-serif;

    font-size: 22px;

    margin: 0 0 8px;
}

.timeline-content p {
    color: #66737f;

    font-size: 14px;

    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   LEADERSHIP QUOTE
========================================================= */

.leadership-quote {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    padding: 100px 20px;

    background: linear-gradient(
        135deg,
        #071b2f,
        #0d2a46
    );
}

.quote-box {
    display: block !important;

    max-width: 950px;

    margin: 0 auto;

    padding: 55px 45px;

    text-align: center;

    border: 1px solid rgba(201, 162, 39, 0.30);
}

.quote-box > i {
    display: block;

    color: #c9a227;

    font-size: 32px;

    margin-bottom: 20px;
}

.quote-box blockquote {
    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(22px, 3vw, 31px);

    line-height: 1.6;

    margin: 0 0 28px;
}

.quote-author h3 {
    color: #e0bd4c;

    font-family: "Oswald", sans-serif;

    font-size: 21px;

    margin: 0;
}

.quote-author span {
    color: #b8c4cf;

    font-size: 13px;
}


/* =========================================================
   CREDENTIALS
========================================================= */

.credentials {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    padding: 100px 20px;

    background: #ffffff;
}

.credentials .section-title {
    display: block !important;
    visibility: visible !important;
}

.credentials-grid {
    display: grid !important;

    grid-template-columns: repeat(4, 1fr) !important;

    gap: 20px;

    max-width: 1200px;

    margin: 0 auto;
}

.credential-card {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;

    min-height: 160px;

    padding: 25px 15px;

    border: 1px solid #dfe4e8;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    text-align: center;

    transition: 0.3s ease;
}

.credential-card i {
    color: #c9a227;

    font-size: 31px;

    margin-bottom: 15px;
}

.credential-card h3 {
    color: #071b2f;

    font-family: "Oswald", sans-serif;

    font-size: 18px;

    margin: 0;
}

.credential-card:hover {
    background: #071b2f;

    transform: translateY(-5px);
}

.credential-card:hover h3 {
    color: #ffffff;
}


/* =========================================================
   CTA
========================================================= */

.leadership-cta {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    padding: 100px 20px;

    background: #f5f6f7;
}

.leadership-cta-box {
    display: block !important;

    max-width: 950px;

    margin: 0 auto;

    padding: 65px 45px;

    text-align: center;

    background: linear-gradient(
        135deg,
        #071b2f,
        #0d2a46
    );

    box-shadow: 0 20px 50px rgba(7, 27, 47, 0.18);
}

.leadership-cta-box > span {
    color: #e0bd4c;

    font-family: "IBM Plex Mono", monospace;

    font-size: 12px;

    letter-spacing: 1.5px;
}

.leadership-cta-box h2 {
    color: #ffffff;

    font-family: "Oswald", sans-serif;

    font-size: clamp(32px, 5vw, 48px);

    line-height: 1.1;

    text-transform: uppercase;

    margin: 12px 0 16px;
}

.leadership-cta-box p {
    max-width: 700px;

    margin: 0 auto 30px;

    color: #c7d1db;

    font-size: 15px;

    line-height: 1.7;
}

.cta-buttons {
    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .leadership-hero {
        padding: 70px 20px;
    }

    .leadership-hero h1 {
        font-size: 40px;
    }


    .executive-profile {
        padding: 70px 20px;
    }

    .executive-profile .executive-grid {
        grid-template-columns: 1fr !important;
        gap: 45px !important;
    }

    .executive-profile .executive-image {
        max-width: 500px;
    }

    .executive-content h2 {
        font-size: 40px;
    }


    .executive-highlights {
        grid-template-columns: 1fr !important;
    }


    .leadership-philosophy,
    .competencies,
    .experience,
    .leadership-quote,
    .credentials,
    .leadership-cta {
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .philosophy-box {
        padding: 30px 22px;
    }


    .competencies-grid {
        grid-template-columns: 1fr !important;
    }


    /* MOBILE TIMELINE */

    .timeline::before {
        left: 9px;
        transform: none;
    }

    .timeline-item,
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0 0 30px 40px;
    }

    .timeline-item:nth-child(odd) .timeline-dot,
    .timeline-item:nth-child(even) .timeline-dot {
        left: 1px;
        right: auto;
    }


    .credentials-grid {
        grid-template-columns: 1fr !important;
    }


    .quote-box {
        padding: 40px 22px;
    }


    .leadership-cta-box {
        padding: 45px 22px;
    }


    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 320px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 761px) and (max-width: 1000px) {

    .executive-profile .executive-grid {
        grid-template-columns:
            minmax(280px, 0.8fr)
            minmax(0, 1.2fr) !important;

        gap: 35px !important;
    }

    .executive-content h2 {
        font-size: 42px;
    }

    .competencies-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .credentials-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}