/* =========================================================
   CFO EXCELLENCE AWARDS
   HERO SLIDER
========================================================= */


/* =========================================================
   MAIN CONTENT
========================================================= */

.cfo-hero-content {

    width: 100%;
    max-width: 780px;

    text-align: left;

    padding: 0;
}


/* =========================================================
   ABOVE HEADING
========================================================= */

.cfo-eyebrow {

    color: #ffffff;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    line-height: 26px;

    font-weight: 500;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 12px;

    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}


/* =========================================================
   MAIN HEADING
========================================================= */

.cfo-hero-content h1 {

    color: #ffffff;

    font-size: 48px;
 font-family: 'Cinzel', serif;
    line-height: 1.15;

    font-weight: 700;

    margin: 0 0 20px 0;

    padding: 0;

    text-transform: none;

    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.cfo-description {

    color: #ffffff;

    font-size: 19px;

    line-height: 30px;

    font-weight: 400;

    max-width: 720px;

    margin: 0 0 25px 0;

    padding: 0;

    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


/* =========================================================
   STATISTICS STRIP
========================================================= */

.cfo-stats-strip {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    padding: 14px 28px;

    margin: 0 0 28px 0;

    border: 1px solid rgba(255,255,255,0.45);

    border-radius: 50px;

    background: rgba(0,0,0,0.30);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

}


/* =========================================================
   STAT ITEM
========================================================= */

.cfo-stat {

    display: flex;

    align-items: center;

    gap: 9px;

    white-space: nowrap;
}


/* =========================================================
   STAT NUMBER
========================================================= */

.cfo-stat strong {

    color: #ffffff;

    font-size: 27px;

    line-height: 1;

    font-weight: 700;

    display: inline-block;

}


/* =========================================================
   STAT TEXT
========================================================= */

.cfo-stat span {

    color: #ffffff;

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;

    display: inline-block;

}


/* =========================================================
   STAT DIVIDER
========================================================= */

.cfo-stat-divider {

    width: 1px;

    height: 35px;

    background: rgba(255,255,255,0.45);

    flex-shrink: 0;

}


/* =========================================================
   CTA CONTAINER
========================================================= */

.cfo-cta {

    margin-top: 0;

    padding: 0;

}


/* =========================================================
   CTA BUTTON
========================================================= */

.cfo-cta .gradient-btn {

    display: inline-block;

    padding: 14px 30px;

    color: #ffffff !important;

    font-size: 16px;

    line-height: 22px;

    font-weight: 600;

    text-decoration: none !important;

    border-radius: 30px;

    background: linear-gradient(
        90deg,
        #2d8cff,
        #20c9d8
    );

    border: none;

    box-shadow: 0 6px 18px rgba(0,0,0,0.25);

    transition: all 0.3s ease;

}


/* =========================================================
   BUTTON HOVER
========================================================= */

.cfo-cta .gradient-btn:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(0,0,0,0.35);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .cfo-hero-content {

        max-width: 650px;

    }


    .cfo-hero-content h1 {

        font-size: 42px;

        line-height: 50px;

    }


    .cfo-description {

        font-size: 17px;

        line-height: 27px;

    }


    .cfo-eyebrow {

        font-size: 16px;

    }


    .cfo-stats-strip {

        gap: 22px;

        padding: 13px 23px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {


    /* -----------------------------------------
       CONTENT
    ----------------------------------------- */

    .cfo-hero-content {

        width: 90%;

        max-width: 90%;

        margin: 0 auto;

        text-align: center;

    }


    /* -----------------------------------------
       ABOVE HEADING
    ----------------------------------------- */

    .cfo-eyebrow {

        font-size: 12px;

        line-height: 19px;

        letter-spacing: 1px;

        margin-bottom: 8px;

    }


    /* -----------------------------------------
       MAIN HEADING
    ----------------------------------------- */

    .cfo-hero-content h1 {

        font-size: 29px;

        line-height: 37px;

        margin-bottom: 14px;

    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .cfo-description {

        font-size: 16px;

        line-height: 23px;

        margin: 0 auto 18px;

        max-width: 100%;

    }


    /* -----------------------------------------
       STATISTICS
    ----------------------------------------- */

    .cfo-stats-strip {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 10px;

        width: fit-content;

        max-width: 100%;

        margin: 0 auto 20px;

        padding: 12px 20px;

        border-radius: 20px;

    }


    .cfo-stat {

        justify-content: center;

        white-space: normal;

        text-align: center;

    }


    .cfo-stat strong {

        font-size: 22px;

    }


    .cfo-stat span {

        font-size: 12px;

        line-height: 18px;

    }


    .cfo-stat-divider {

        width: 60px;

        height: 1px;

    }


    /* -----------------------------------------
       BUTTON
    ----------------------------------------- */

    .cfo-cta .gradient-btn {

        padding: 12px 25px;

        font-size: 14px;

    }

}

/* =========================================================
   SLIDE 2 - SUPPORTING LINE
========================================================= */

.cfo-supporting-line {

    color: rgba(255,255,255,0.90);

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;

    max-width: 650px;

    margin-top: 18px;

    text-shadow: 0 2px 5px rgba(0,0,0,0.5);

}


/* =========================================================
   SLIDE 2 - CTA
========================================================= */

.cfo-cta {
    margin-top: 5px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfo-supporting-line {

        font-size: 13px;

        line-height: 20px;

        max-width: 95%;

        margin: 15px auto 0;

    }

}

/* =========================================================
   CFO AWARDS INNER SECTION
========================================================= */

#aboutus {
    position: relative;
    overflow: hidden;
    background: #f8f9fb;
}

#aboutus .aboutus {
    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADING
========================================================= */

.award-inner-heading {
    max-width: 950px;
    margin: 0 auto 55px;
}

.award-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: #a77b20;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.award-inner-heading h2 {
    margin: 0;

    color: #081d3a;

    font-family: 'Poppins', sans-serif;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
}

.award-inner-heading h2 span {
    color: #b88a28;
}

.award-heading-line {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 20px auto;
}

.award-heading-line span {
    width: 60px;
    height: 1px;

    background: #c49a3a;
}

.award-heading-line i {
    color: #c49a3a;
    font-size: 12px;
}

.award-intro {
   
    

    color: #657286;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   NOMINATION BOX
========================================================= */

.award-info-box {
    display: flex;

    gap: 30px;

    padding: 35px 40px;

    margin-bottom: 25px;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    box-shadow: 0 15px 45px rgba(8,29,58,.07);
}

.award-info-icon {
    width: 65px;
    height: 65px;

    min-width: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #081d3a;

    color: #d4ad4f;

    font-size: 25px;
}

.award-info-content p {
    margin: 0 0 15px;

    color: #566479;

    font-size: 16px;
}

.award-info-content h4 {
    margin: 0 0 18px;

    color: #081d3a;

    font-size: 17px;
}


/* =========================================================
   NOMINATION TYPES
========================================================= */

.nomination-types {
    display: flex;

    gap: 15px;

    flex-wrap: wrap;
}

.nomination-type {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 13px 20px;

    background: #f7f8fa;

    border: 1px solid #e7ebef;

    color: #25354b;

    font-size: 14px;

    font-weight: 600;
}

.nomination-type i {
    color: #b88a28;
}


/* =========================================================
   APPLICANT CARDS
========================================================= */

.applicant-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    margin-bottom: 70px;
}

.applicant-card {
    display: flex;

    gap: 22px;

    align-items: flex-start;

    padding: 30px;

    background: #081d3a;

    color: #fff;
}

.applicant-card-number {
    font-size: 30px;

    color: #d4ad4f;

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    line-height: 1;
}

.applicant-card h4 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 16px;
}

.applicant-card ul {
    margin: 0;

    padding-left: 18px;

    color: rgba(255,255,255,.75);

    font-size: 14px;
}

.applicant-card li {
    margin-bottom: 5px;
}

.mandatory-card {
    display: flex;

    align-items: center;

    gap: 20px;

    padding: 30px;

    background: #fffaf0;

    border: 1px solid #ead7a4;
}

.mandatory-card > i {
    color: #b88a28;

    font-size: 27px;
}

.mandatory-card strong {
    color: #081d3a;

    font-size: 16px;
}

.mandatory-card p {
    margin: 4px 0 0;

    color: #687589;

    font-size: 14px;
}


/* =========================================================
   INNER SECTION TITLE
========================================================= */

.inner-section-title {
    margin-bottom: 35px;
}

.inner-section-title > span {
    display: block;

    margin-bottom: 7px;

    color: #b88a28;

    font-size: 11px;

    letter-spacing: 2.5px;

    font-weight: 700;

    text-transform: uppercase;
}

.inner-section-title h3 {
    margin: 0;

    color: #081d3a;

    font-family: 'Poppins', sans-serif;

    font-size: 30px;

    font-weight: 600;
}

.inner-section-title h3 strong {
    color: #b88a28;
}


/* =========================================================
   PROCESS TIMELINE
========================================================= */

.process-wrapper {
    margin-bottom: 80px;
}

.process-timeline {
    position: relative;

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 10px;

    padding-top: 20px;
}

.process-timeline::before {
    content: "";

    position: absolute;

    top: 53px;

    left: 8%;
    right: 8%;

    height: 1px;

    background: #d7b96c;

    z-index: 0;
}

.process-item {
    position: relative;

    z-index: 1;

    text-align: center;
}

.process-number {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    background: #081d3a;

    color: #d7b96c;

    font-family: 'Poppins', sans-serif;

    font-size: 11px;

    font-weight: 700;

    border-radius: 50%;

    box-shadow: 0 0 0 7px #f8f9fb;
}

.process-icon {
    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 17px;

    background: #fff;

    border: 1px solid #d9dee6;

    color: #b88a28;

    font-size: 21px;

    transition: .3s ease;
}

.process-item:hover .process-icon {
    background: #081d3a;

    border-color: #081d3a;

    color: #d7b96c;

    transform: translateY(-5px);
}

.process-item h5 {
    margin: 0 auto;

    max-width: 160px;

    color: #26364a;

    font-size: 14px;

    line-height: 1.5;

    font-weight: 600;
}


/* =========================================================
   KEY INFORMATION
========================================================= */

.key-information-box {
    padding: 38px 42px;

    margin-bottom: 80px;

    background:
        linear-gradient(
            135deg,
            #081d3a,
            #102d51
        );

    position: relative;

    overflow: hidden;
}

.key-information-box::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    right: -120px;
    top: -120px;

    border: 1px solid rgba(215,185,108,.25);

    transform: rotate(45deg);
}

.key-title {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 28px;

    position: relative;

    z-index: 2;
}

.key-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #d7b96c;

    border: 1px solid rgba(215,185,108,.4);
}

.key-title h3 {
    margin: 0;

    color: #fff;

    font-size: 24px;
}

.key-points {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px 30px;

    position: relative;

    z-index: 2;
}

.key-point {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    color: rgba(255,255,255,.75);

    font-size: 14px;

    line-height: 1.6;
}

.key-point i {
    color: #d7b96c;

    margin-top: 4px;
}


/* =========================================================
   DESIGNATIONS
========================================================= */

.eligibility-wrapper {
    margin-bottom: 75px;
}

.designation-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    margin-bottom: 35px;
}

.designation-card {
    padding: 30px 20px;

    text-align: center;

    background: #fff;

    border: 1px solid #e4e8ed;

    transition: .3s ease;
}

.designation-card:hover {
    transform: translateY(-6px);

    border-color: #d2b15e;

    box-shadow: 0 15px 40px rgba(8,29,58,.09);
}

.designation-icon {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    background: #f8f4e9;

    color: #b88a28;

    font-size: 21px;
}

.designation-card h4 {
    margin: 0;

    color: #26364a;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   PLEASE NOTE
========================================================= */

.please-note {
    padding: 30px;

    margin-bottom: 45px;

    background: #fff;

    border-left: 4px solid #b88a28;

    box-shadow: 0 10px 35px rgba(8,29,58,.06);
}

.please-note-title {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;
}

.please-note-title i {
    color: #b88a28;
}

.please-note-title h4 {
    margin: 0;

    color: #081d3a;

    font-size: 18px;
}

.please-note ol {
    margin: 0;

    padding-left: 20px;
}

.please-note li {
    padding-left: 8px;

    margin-bottom: 12px;

    color: #59677a;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   SUB HEADINGS
========================================================= */

.sub-heading {
    margin: 45px 0 20px;

    color: #081d3a;

    font-family: 'Poppins', sans-serif;

    font-size: 20px;

    font-weight: 600;
}

.sub-heading::after {
    content: "";

    display: block;

    width: 40px;

    height: 2px;

    margin-top: 8px;

    background: #b88a28;
}


/* =========================================================
   ORGANISATION
========================================================= */

.organisation-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.organisation-grid > div {
    padding: 20px;

    background: #fff;

    border: 1px solid #e4e8ed;

    color: #526074;

    font-size: 14px;

    transition: .3s ease;
}

.organisation-grid > div::before {
    content: "";

    display: inline-block;

    width: 7px;
    height: 7px;

    margin-right: 10px;

    background: #c49a3a;

    border-radius: 50%;
}

.organisation-grid > div:hover {
    transform: translateX(5px);

    border-color: #d3b15d;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.experience-box {
    display: flex;

    align-items: center;

    gap: 22px;

    padding: 30px;

    background: #f8f4e9;

    border: 1px solid #e6d6a7;
}

.experience-icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #081d3a;

    color: #d7b96c;
}

.experience-box p {
    margin: 0;

    color: #536175;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   GUIDANCE
========================================================= */

.guidance-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;
}

.guidance-grid > div {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 22px;

    background: #fff;

    border: 1px solid #e5e9ee;

    color: #59677a;

    font-size: 14px;

    line-height: 1.6;

    transition: .3s ease;
}

.guidance-grid > div:hover {
    transform: translateY(-3px);

    box-shadow: 0 10px 30px rgba(8,29,58,.06);
}

.guidance-grid i {
    color: #b88a28;

    margin-top: 3px;
}


/* =========================================================
   TIPS
========================================================= */

.tips-box {
    position: relative;

    padding: 45px;

    background: #081d3a;

    overflow: hidden;
}

.tips-box::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -250px;
    bottom: -250px;

    border: 1px solid rgba(215,185,108,.2);

    transform: rotate(45deg);
}

.tips-heading {
    position: relative;

    z-index: 2;

    margin-bottom: 30px;
}

.tips-heading span {
    color: #d7b96c;

    font-size: 10px;

    letter-spacing: 2.5px;

    font-weight: 700;
}

.tips-heading h3 {
    margin: 8px 0 0;

    color: #fff;

    font-size: 27px;
}

.tips-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 12px;

    position: relative;

    z-index: 2;
}

.tips-grid > div {
    padding: 22px 18px;

    background: rgba(255,255,255,.055);

    border: 1px solid rgba(255,255,255,.1);
}

.tips-grid span {
    display: block;

    margin-bottom: 15px;

    color: #d7b96c;

    font-size: 12px;

    font-weight: 700;
}

.tips-grid p {
    margin: 0;

    color: rgba(255,255,255,.76);

    font-size: 13px;

    line-height: 1.6;
}

.tips-footer {
    position: relative;

    z-index: 2;

    margin-top: 30px;

    padding-top: 22px;

    border-top: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.65);

    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .process-timeline {
        grid-template-columns: repeat(3, 1fr);

        row-gap: 45px;
    }

    .process-timeline::before {
        display: none;
    }

    .designation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .organisation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 767px) {

    .award-inner-heading h2 {
        font-size: 32px;
    }

    .award-info-box {
        padding: 28px;

        flex-direction: column;
    }

    .applicant-row {
        grid-template-columns: 1fr;
    }

    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .key-points {
        grid-template-columns: 1fr;
    }

    .designation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .organisation-grid {
        grid-template-columns: 1fr;
    }

    .guidance-grid {
        grid-template-columns: 1fr;
    }

    .tips-box {
        padding: 32px 25px;
    }

}


@media (max-width: 480px) {

    .process-timeline {
        grid-template-columns: 1fr;
    }

    .designation-grid {
        grid-template-columns: 1fr;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }

    .experience-box {
        align-items: flex-start;

        flex-direction: column;
    }

}
/* =========================================================
   CFO AWARDS - AWARDEE CARDS
========================================================= */

.cfo-award-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.cfo-award-grid > div {
    padding: 12px;
}


/* =========================================================
   CARD
========================================================= */

.cfo-award-card {
    position: relative;

    height: 100%;

    background: #ffffff;

    border: 1px solid #e8e1d2;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0,0,0,0.08);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;

}


/* =========================================================
   CARD HOVER
========================================================= */

.cfo-award-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.15);

}


/* =========================================================
   IMAGE
========================================================= */

.cfo-award-image {

    position: relative;

    width: 100%;

    height: 290px;

    overflow: hidden;

    background: #f5f5f5;

}


.cfo-award-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    display: block;

    transition:
        transform 0.6s ease;

}


.cfo-award-card:hover
.cfo-award-image img {

    transform: scale(1.05);

}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.cfo-award-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.05)
        );

    opacity: 0;

    transition: opacity 0.4s ease;

}


.cfo-award-card:hover
.cfo-award-overlay {

    opacity: 1;

}


/* =========================================================
   ZOOM BUTTON
========================================================= */

.cfo-zoom-btn {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff !important;

    background: rgba(185,145,55,0.95);

    border: 1px solid rgba(255,255,255,0.7);

    font-size: 17px;

    text-decoration: none !important;

    transform: scale(0.7);

    transition:
        transform 0.35s ease,
        background 0.35s ease;

}


.cfo-award-card:hover
.cfo-zoom-btn {

    transform: scale(1);

}


.cfo-zoom-btn:hover {

    background: #ffffff;

    color: #a68132 !important;

}


/* =========================================================
   CARD CONTENT
========================================================= */

.cfo-award-content {

    position: relative;

    padding: 25px 25px 27px;

    text-align: center;

    min-height: 190px;

}


/* =========================================================
   CATEGORY
========================================================= */

.cfo-award-category {

    font-family: 'Poppins', sans-serif;

    color: #a68132;

    font-size: 13px;

    line-height: 20px;

    font-weight: 600;

    letter-spacing: 1.8px;

    text-transform: uppercase;

}


/* =========================================================
   GOLD LINE
========================================================= */

.cfo-gold-line {

    width: 45px;

    height: 2px;

    margin: 13px auto 15px;

    background:
        linear-gradient(
            90deg,
            #a68132,
            #d8bb72
        );

}


/* =========================================================
   NAME
========================================================= */

.cfo-award-content h3 {

    margin: 0 0 8px;

    padding: 0;

    font-family: 'Cinzel', serif;

    color: #151515;

    font-size: 22px;

    line-height: 30px;

    font-weight: 600;

}


/* =========================================================
   DESIGNATION
========================================================= */

.cfo-award-content p {

    margin: 0;

    font-family: 'Poppins', sans-serif;

    color: #777777;

    font-size: 14px;

    line-height: 23px;

    font-weight: 400;

}


.cfo-award-content p strong {

    color: #333333;

    font-weight: 600;

}


/* =========================================================
   REPRESENTED / ACCEPTED LINE
========================================================= */

.cfo-represented {

    margin-top: 13px;

    padding-top: 12px;

    border-top: 1px solid #eee7d9;

    font-family: 'Poppins', sans-serif;

    color: #777777;

    font-size: 11px;

    line-height: 18px;

}


.cfo-represented span {

    display: block;

    margin-bottom: 3px;

    color: #a68132;

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.8px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .cfo-award-image {

        height: 360px;

    }

    .cfo-award-content {

        padding: 22px 20px 25px;

    }

    .cfo-award-content h3 {

        font-size: 20px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfo-award-grid {

        margin-left: 0;
        margin-right: 0;

    }

    .cfo-award-grid > div {

        padding: 8px 12px;

    }

    .cfo-award-image {

        height: auto;

        aspect-ratio: 1 / 1.15;

    }

    .cfo-award-content {

        padding: 20px 18px 23px;

        min-height: auto;

    }

    .cfo-award-category {

        font-size: 11px;

        letter-spacing: 1.4px;

    }

    .cfo-award-content h3 {

        font-size: 19px;

        line-height: 27px;

    }

    .cfo-award-content p {

        font-size: 13px;

        line-height: 21px;

    }

}
/* =========================================================
   CFO IMPACT SECTION
========================================================= */

.cfo-impact-section {
    position: relative;

    padding: 55px 50px;

    background: #ffffff;

    font-family: 'Poppins', sans-serif;

    overflow: hidden;
}


/* =========================================================
   GOLD DECORATIVE ELEMENT
========================================================= */

.cfo-impact-section::before {
    content: "";

    position: absolute;

    top: -100px;
    right: -100px;

    width: 240px;
    height: 240px;

    border: 1px solid rgba(174, 137, 55, 0.18);

    border-radius: 50%;
}


.cfo-impact-section::after {
    content: "";

    position: absolute;

    bottom: -120px;
    left: -120px;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(174, 137, 55, 0.12);

    border-radius: 50%;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.cfo-impact-label {

    color: #a68132;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 10px;

}


/* =========================================================
   TITLE
========================================================= */

.cfo-impact-title {

    margin: 0;

    color: #151515;

    font-family: 'Cinzel', serif;

    font-size: 38px;

    line-height: 1.25;

    font-weight: 600;

}


.cfo-impact-title span {

    color: #a68132;

}


/* =========================================================
   DIVIDER
========================================================= */

.cfo-impact-divider {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 12px;

    margin: 18px 0 25px;

}


.cfo-impact-divider span {

    width: 55px;

    height: 1px;

    background: #c6a657;

}


.cfo-impact-divider i {

    color: #b08a38;

    font-size: 10px;

}


/* =========================================================
   INTRO
========================================================= */

.cfo-impact-intro {

    max-width: 1000px;

    margin: 0 0 30px;

    color: #444444;

    font-size: 17px;

    line-height: 30px;

    font-weight: 400;

}


.cfo-impact-intro strong {

    color: #222222;

    font-weight: 600;

}


/* =========================================================
   IMPACT POINTS
========================================================= */

.cfo-impact-points {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;

    max-width: 1050px;

    margin-bottom: 30px;

}


.cfo-impact-point {

    display: flex;

    gap: 18px;

    padding: 22px;

    background: #faf9f6;

    border: 1px solid #eee8da;

    border-radius: 8px;

    transition: all 0.3s ease;

}


.cfo-impact-point:hover {

    transform: translateY(-4px);

    border-color: #d1b66e;

    box-shadow: 0 10px 30px rgba(0,0,0,0.07);

}


/* =========================================================
   ICON
========================================================= */

.cfo-impact-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #a68132;

    background: #ffffff;

    border: 1px solid #d8c28a;

    font-size: 17px;

}


/* =========================================================
   POINT TITLE
========================================================= */

.cfo-impact-point h4 {

    margin: 0 0 7px;

    color: #222222;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    line-height: 24px;

    font-weight: 600;

}


/* =========================================================
   POINT DESCRIPTION
========================================================= */

.cfo-impact-point p {

    margin: 0;

    color: #777777;

    font-size: 13px;

    line-height: 22px;

}


/* =========================================================
   RECOGNITION
========================================================= */

.cfo-impact-recognition {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    max-width: 1000px;

    margin-bottom: 32px;

}


.cfo-recognition-line {

    width: 3px;

    min-width: 3px;

    height: 75px;

    background: linear-gradient(
        to bottom,
        #a68132,
        #d6bd79
    );

    border-radius: 3px;

}


.cfo-impact-recognition p {

    margin: 0;

    color: #555555;

    font-size: 15px;

    line-height: 27px;

}


.cfo-impact-recognition strong {

    color: #222222;

    font-weight: 600;

}


/* =========================================================
   NOMINATION CTA
========================================================= */

.cfo-impact-cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    max-width: 1050px;

    padding: 22px 25px;

    background: #111111;

    border-radius: 8px;

    border-left: 4px solid #b08a38;

}


/* =========================================================
   CTA TEXT
========================================================= */

.cfo-nomination-text span {

    display: block;

    margin-bottom: 4px;

    color: #d0ae5c;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

}


.cfo-nomination-text strong {

    display: block;

    color: #ffffff;

    font-family: 'Cinzel', serif;

    font-size: 20px;

    font-weight: 600;

}


.cfo-nomination-text p {

    margin: 4px 0 0;

    color: rgba(255,255,255,0.7);

    font-size: 12px;

}


/* =========================================================
   CTA BUTTON
========================================================= */

.cfo-nomination-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;

    padding: 12px 23px;

    color: #ffffff !important;

    background: linear-gradient(
        90deg,
        #a68132,
        #c7a957
    );

    border-radius: 30px;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;

}


.cfo-nomination-btn:hover {

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(166,129,50,0.3);

}


.cfo-nomination-btn i {

    font-size: 11px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .cfo-impact-section {

        padding: 45px 30px;

    }

    .cfo-impact-title {

        font-size: 32px;

    }

    .cfo-impact-points {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfo-impact-section {

        padding: 40px 20px;

    }

    .cfo-impact-label {

        font-size: 10px;

        letter-spacing: 2px;

    }

    .cfo-impact-title {

        font-size: 27px;

        line-height: 36px;

    }

    .cfo-impact-intro {

        font-size: 15px;

        line-height: 26px;

    }

    .cfo-impact-points {

        grid-template-columns: 1fr;

        gap: 15px;

    }

    .cfo-impact-point {

        padding: 18px;

    }

    .cfo-impact-recognition {

        gap: 12px;

    }

    .cfo-impact-recognition p {

        font-size: 13px;

        line-height: 23px;

    }

    .cfo-recognition-line {

        height: 85px;

    }

    .cfo-impact-cta {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

        padding: 20px;

    }

    .cfo-nomination-text strong {

        font-size: 17px;

    }

    .cfo-nomination-btn {

        width: 100%;

        justify-content: center;

    }

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cinzel', serif !important;
}
p{
    font-size:16px! important;
}
/* =========================================================
   SECTOR SECTION
========================================================= */

.sector-section {
    width: 100%;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   FOUR COLUMN GRID
========================================================= */

.sector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}


/* =========================================================
   COLUMN
========================================================= */

.sector-column {
    min-width: 0;
}


/* =========================================================
   SECTOR GROUP
========================================================= */

.sector-group {
    margin-bottom: 8px;
}


/* =========================================================
   SECTOR TITLE
========================================================= */

.sector-title {
    color: #ffffff;

     font-family: 'Cinzel', serif !important;

    font-size: 18px;
    line-height: 31px;

    font-weight: 600;

    padding: 2px 9px;

    min-height: 31px;

    margin-bottom: 0;
}


/* =========================================================
   TITLE COLORS
========================================================= */

.sector-title.navy {
    background: #00456d;
}

.sector-title.cyan {
    background: #08a9bd;
}

.sector-title.green {
    background: #00a995;
}


/* =========================================================
   SECTOR ITEMS
========================================================= */

.sector-item {
    color: #111111;

    font-family: 'Roboto', sans-serif;

    font-size: 17px;

    line-height: 22px;

    font-weight: 400;

    padding: 5px 8px 6px;

    min-height: 31px;

    border-bottom: 1px solid #c7c7c7;

    background: #ffffff;
}


/* =========================================================
   HOVER
========================================================= */

.sector-item {
    transition: all 0.2s ease;
}

.sector-item:hover {
    background: #f7f7f7;
    padding-left: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .sector-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sector-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sector-title {
        font-size: 16px;
        line-height: 29px;
    }

    .sector-item {
        font-size: 15px;
        line-height: 21px;
    }

}
/* =========================================================
   CFO UNIQUENESS & BENEFITS - DARK THEME
========================================================= */

.cfo-uniqueness-section {
    position: relative;
    padding: 75px 0 80px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(166,129,50,0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(0,170,190,0.07),
            transparent 30%
        ),
        #080b0f;

    overflow: hidden;
}


/* =========================================================
   DECORATIVE GOLD CIRCLES
========================================================= */

.cfo-uniqueness-section::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    top: -220px;
    right: -180px;

    border: 1px solid rgba(198,165,85,0.15);

    border-radius: 50%;
}


.cfo-uniqueness-section::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -180px;
    left: -140px;

    border: 1px solid rgba(198,165,85,0.10);

    border-radius: 50%;
}


/* =========================================================
   SECTION HEADERS
========================================================= */

.cfo-uniqueness-header,
.cfo-benefits-header {
    position: relative;

    text-align: center;

    margin-bottom: 32px;

    z-index: 2;
}


.cfo-benefits-header {
    margin-top: 75px;
}


.cfo-section-label {
    display: block;

    margin-bottom: 10px;

    color: #c8a85a;

    font-family: 'Poppins', sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.cfo-uniqueness-header h2,
.cfo-benefits-header h2 {
    margin: 0;

    color: #ffffff;

    font-family: 'Cinzel', serif !important;

    font-size: 35px;

    line-height: 45px;

    font-weight: 600;

    letter-spacing: 0.3px;
}


/* =========================================================
   TITLE DIVIDER
========================================================= */

.cfo-title-divider {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin: 17px auto 0;
}


.cfo-title-divider span {
    width: 60px;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        #c6a657
    );
}


.cfo-title-divider span:last-child {
    background: linear-gradient(
        90deg,
        #c6a657,
        transparent
    );
}


.cfo-title-divider i {
    color: #c6a657;

    font-size: 9px;
}


/* =========================================================
   UNIQUENESS CONTENT
========================================================= */

.cfo-uniqueness-content {
    position: relative;

    max-width: 1050px;

    margin: 0 auto;

    padding: 38px 55px 38px 70px;

    background: rgba(255,255,255,0.045);

    border: 1px solid rgba(198,165,85,0.25);

    border-left: 4px solid #b08a38;

    border-radius: 5px 12px 12px 5px;

    box-shadow:
        0 15px 40px rgba(0,0,0,0.25);

    z-index: 2;
}


/* =========================================================
   UNIQUENESS TEXT
========================================================= */

.cfo-uniqueness-content p {
    margin: 0;

    color: rgba(255,255,255,0.82);

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;
}


/* =========================================================
   QUOTE ICON
========================================================= */

.cfo-quote-mark {
    position: absolute;

    top: 25px;

    left: 25px;

    color: #c6a657;

    font-size: 25px;

    opacity: 0.75;
}


/* =========================================================
   BENEFITS GRID
========================================================= */

.cfo-benefits-grid {
    position: relative;

    z-index: 2;

    margin-top: 5px;
}


.cfo-benefits-grid > div {
    margin-bottom: 25px;
}


/* =========================================================
   BENEFIT CARD
========================================================= */

.cfo-benefit-card {
    position: relative;

    height: 100%;

    min-height: 250px;

    padding: 30px 27px 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.075),
            rgba(255,255,255,0.025)
        );

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 10px;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.25);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}


.cfo-benefit-card:hover {

    transform: translateY(-7px);

    border-color: rgba(198,165,85,0.65);

    background:
        linear-gradient(
            145deg,
            rgba(198,165,85,0.12),
            rgba(255,255,255,0.035)
        );

    box-shadow:
        0 18px 45px rgba(0,0,0,0.40);
}


/* =========================================================
   GOLD TOP LINE
========================================================= */

.cfo-benefit-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #967128,
            #d8bb6b,
            #967128
        );
}


/* =========================================================
   NUMBER
========================================================= */

.cfo-benefit-number {

    position: absolute;

    top: 18px;

    right: 20px;

    color: rgba(198,165,85,0.25);

    font-family: 'Cinzel', serif;

    font-size: 22px;

    font-weight: 600;

    line-height: 1;
}


/* =========================================================
   BENEFIT ICON
========================================================= */

.cfo-benefit-icon {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    color: #d1b15e;

    background: rgba(198,165,85,0.08);

    border: 1px solid rgba(198,165,85,0.45);

    border-radius: 50%;

    font-size: 18px;

    transition: all 0.35s ease;
}


.cfo-benefit-card:hover .cfo-benefit-icon {

    color: #111111;

    background: #c6a657;

    border-color: #c6a657;

}


/* =========================================================
   BENEFIT TITLE
========================================================= */

.cfo-benefit-card h3 {

    margin: 0 0 10px;

    color: #ffffff;

    font-family: 'Cinzel', serif !important;

    font-size: 20px;

    line-height: 29px;

    font-weight: 600;
}


/* =========================================================
   BENEFIT DESCRIPTION
========================================================= */

.cfo-benefit-card p {

    margin: 0;

    color: rgba(255,255,255,0.68);

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    line-height: 23px;

    font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .cfo-uniqueness-section {

        padding: 60px 20px 65px;

    }

    .cfo-uniqueness-header h2,
    .cfo-benefits-header h2 {

        font-size: 30px;

        line-height: 40px;

    }

    .cfo-uniqueness-content {

        padding: 30px 35px 30px 55px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfo-uniqueness-section {

        padding: 45px 15px 50px;

    }

    .cfo-section-label {

        font-size: 9px;

        letter-spacing: 2px;

    }

    .cfo-uniqueness-header h2,
    .cfo-benefits-header h2 {

        font-size: 25px;

        line-height: 34px;

    }

    .cfo-uniqueness-content {

        padding: 25px 20px 25px 45px;

    }

    .cfo-uniqueness-content p {

        font-size: 14px;

        line-height: 25px;

    }

    .cfo-quote-mark {

        left: 17px;

        top: 20px;

        font-size: 20px;

    }

    .cfo-benefits-header {

        margin-top: 50px;

    }

    .cfo-benefit-card {

        min-height: auto;

        padding: 25px 22px;

    }

    .cfo-benefit-card h3 {

        font-size: 18px;

        line-height: 27px;

    }

    .cfo-benefit-card p {

        font-size: 13px;

        line-height: 22px;

    }

}