.elementor-34 .elementor-element.elementor-element-92c7456{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-34c4852{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-7a3b123{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-f32c730{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-be35768{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-af526f6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f218cd4 *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 01
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

.aq-training-hero,
.aq-training-hero * {
    box-sizing: border-box;
}

.aq-training-hero {
    --aq-black: #070707;
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;
    --aq-line: rgba(255,255,255,.14);

    position: relative;

    width: 100%;
    min-height: 860px;

    overflow: hidden;

    background: var(--aq-black);
    color: var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-training-hero__media {
    position: absolute;
    inset: 0;
}

.aq-training-hero__media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.50)
        contrast(1.12)
        brightness(.61);
}

.aq-training-hero__overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,.97) 0%,
            rgba(5,5,5,.88) 34%,
            rgba(5,5,5,.56) 60%,
            rgba(5,5,5,.18) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.08) 50%
        );
}


/* =========================================================
   GHOST WORD
========================================================= */

.aq-training-hero__ghost {
    position: absolute;

    z-index: 2;

    right: -80px;
    top: 50%;

    transform:
        translateY(-50%)
        rotate(-90deg);

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.10);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(180px, 18vw, 340px);

    font-weight: 700;

    line-height: 1;

    letter-spacing: -10px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-training-hero__wrap {
    position: relative;
    z-index: 4;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 860px;

    margin: 0 auto;

    padding:
        70px 0
        34px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-training-hero__top {
    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        var(--aq-line);
}

.aq-training-hero__index {
    color: var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;
    font-weight: 700;
}

.aq-training-hero__label {
    font-size: 7px;
    font-weight: 800;

    letter-spacing: 2.8px;
}

.aq-training-hero__line {
    height: 1px;

    background:
        var(--aq-line);
}

.aq-training-hero__meta {
    color:
        rgba(255,255,255,.34);

    font-size: 6px;
    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-training-hero__main {
    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        240px;

    gap: 90px;

    align-items: end;

    padding:
        70px 0
        80px;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-training-hero__content {
    max-width: 1050px;
}

.aq-training-hero__eyebrow {
    display: block;

    margin-bottom: 22px;

    color: var(--aq-orange);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 3px;
}

.aq-training-hero__content h1 {
    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            84px,
            7.3vw,
            142px
        );

    font-weight: 600;

    line-height: .78;

    letter-spacing: -3px;

    text-transform: uppercase;
}

.aq-training-hero__content h1 span {
    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px rgba(255,255,255,.67);
}

.aq-training-hero__content p {
    max-width: 500px;

    margin:
        30px 0
        0;

    color:
        rgba(255,255,255,.56);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   CTA
========================================================= */

.aq-training-hero__cta {
    width: 240px;

    margin-top: 35px;

    padding-bottom: 11px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    color: var(--aq-white);

    border-bottom:
        1px solid
        rgba(255,255,255,.40);

    text-decoration: none;
}

.aq-training-hero__cta span {
    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2px;
}

.aq-training-hero__cta i {
    color: var(--aq-orange);

    font-size: 13px;
}


/* =========================================================
   SIDE INDEX
========================================================= */

.aq-training-hero__side {
    border-top:
        1px solid
        rgba(255,255,255,.20);
}

.aq-training-hero__side-item {
    display: grid;

    grid-template-columns:
        36px
        1fr;

    gap: 15px;

    min-height: 58px;

    align-items: center;

    border-bottom:
        1px solid
        rgba(255,255,255,.12);
}

.aq-training-hero__side-item span {
    color: var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 13px;
    font-weight: 700;
}

.aq-training-hero__side-item strong {
    color:
        rgba(255,255,255,.78);

    font-size: 10px;
    font-weight: 500;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-training-hero__bottom {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    min-height: 84px;

    border-top:
        1px solid
        rgba(255,255,255,.14);
}

.aq-training-hero__bottom > div {
    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    padding:
        0 28px;

    border-right:
        1px solid
        rgba(255,255,255,.12);
}

.aq-training-hero__bottom > div:first-child {
    padding-left: 0;
}

.aq-training-hero__bottom > div:last-child {
    border-right: 0;
}

.aq-training-hero__bottom small {
    color:
        rgba(255,255,255,.29);

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 1.8px;
}

.aq-training-hero__bottom strong {
    color:
        rgba(255,255,255,.82);

    font-size: 10px;
    font-weight: 500;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-training-hero__wrap {
        width:
            calc(100% - 60px);
    }

    .aq-training-hero__main {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .aq-training-hero__side {
        max-width: 500px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-training-hero {
        min-height: 760px;
    }

    .aq-training-hero__wrap {
        width:
            calc(100% - 30px);

        min-height: 760px;

        padding:
            55px 0
            24px;
    }

    .aq-training-hero__top {
        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }

    .aq-training-hero__meta {
        display: none;
    }

    .aq-training-hero__main {
        padding:
            60px 0
            55px;
    }

    .aq-training-hero__content h1 {
        font-size:
            clamp(
                58px,
                17vw,
                82px
            );

        line-height: .81;

        letter-spacing: -2px;
    }

    .aq-training-hero__content p {
        font-size: 10px;
    }

    .aq-training-hero__side {
        display: none;
    }

    .aq-training-hero__bottom {
        grid-template-columns: 1fr;
    }

    .aq-training-hero__bottom > div,
    .aq-training-hero__bottom > div:first-child {
        min-height: 55px;

        padding:
            0 5px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);
    }

    .aq-training-hero__bottom > div:last-child {
        border-bottom: 0;
    }

    .aq-training-hero__ghost {
        right: -100px;

        font-size: 170px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-051f4b3 *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 02
   CORPORATE + HRD CORP
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-programmes,
.aq-programmes * {
    box-sizing: border-box;
}


.aq-programmes {

    --aq-bg: #ecece7;
    --aq-black: #090909;
    --aq-orange: #f18716;
    --aq-grey: #6d6d67;
    --aq-line: #c8c8c2;
    --aq-white: #f3f2ee;

    width: 100%;

    padding:
        95px 0
        90px;

    background:
        var(--aq-bg);

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WRAPPER
========================================================= */

.aq-programmes__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-programmes__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-programmes__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-programmes__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-programmes__line {

    height: 1px;

    background:
        var(--aq-line);
}


.aq-programmes__meta {

    color:
        #8c8c87;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   INTRO
========================================================= */

.aq-programmes__intro {

    display: grid;

    grid-template-columns:
        1fr
        380px;

    align-items: end;

    gap: 80px;

    padding:
        65px 0
        50px;
}


.aq-programmes__eyebrow {

    display: block;

    margin-bottom: 18px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-programmes__intro h2 {

    margin: 0;

    max-width: 1050px;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            72px,
            6.2vw,
            122px
        );

    font-weight: 600;

    line-height: .83;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-programmes__intro h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(9,9,9,.72);
}


.aq-programmes__intro > p {

    margin: 0 0 5px;

    color:
        var(--aq-grey);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   MAIN PANEL
========================================================= */

.aq-programmes__panel {

    position: relative;

    min-height: 610px;

    margin-bottom: 14px;

    overflow: hidden;

    background:
        #101010;
}


.aq-programmes__panel:last-child {

    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.aq-programmes__media {

    position: absolute;

    inset: 0;
}


.aq-programmes__media img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 1s
        cubic-bezier(.2,.65,.3,1);
}


.aq-programmes__panel:hover
.aq-programmes__media img {

    transform:
        scale(1.035);
}


.aq-programmes__panel--corporate
.aq-programmes__media img {

    object-position:
        center 44%;

    filter:
        saturate(.56)
        contrast(1.08)
        brightness(.71);
}


.aq-programmes__panel--hrd
.aq-programmes__media img {

    object-position:
        center;

    filter:
        saturate(.48)
        contrast(1.10)
        brightness(.68);
}


/* =========================================================
   OVERLAY
========================================================= */

.aq-programmes__shade {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,

            rgba(4,4,4,.96) 0%,

            rgba(4,4,4,.84) 30%,

            rgba(4,4,4,.40) 63%,

            rgba(4,4,4,.10) 100%
        ),

        linear-gradient(
            0deg,

            rgba(0,0,0,.88) 0%,

            transparent 45%
        );
}


/* =========================================================
   LARGE NUMBER
========================================================= */

.aq-programmes__big-number {

    position: absolute;

    z-index: 2;

    top: 22px;
    right: 30px;

    color: transparent;

    -webkit-text-stroke:
        1px
        rgba(255,255,255,.20);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            130px,
            12vw,
            220px
        );

    font-weight: 700;

    line-height: .8;

    letter-spacing: -7px;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-programmes__content {

    position: relative;

    z-index: 3;

    width: 52%;

    min-height: 610px;

    padding:
        72px
        60px
        110px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


/* CATEGORY */

.aq-programmes__category {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 23px;
}


.aq-programmes__category i {

    color:
        var(--aq-orange);

    font-size: 15px;
}


.aq-programmes__category span {

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


/* HEADING */

.aq-programmes__content h3 {

    margin: 0;

    color:
        var(--aq-white);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            68px,
            5.8vw,
            112px
        );

    font-weight: 600;

    line-height: .78;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-programmes__content h3 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(255,255,255,.62);
}


/* TEXT */

.aq-programmes__content p {

    max-width: 480px;

    margin:
        28px 0 0;

    color:
        rgba(255,255,255,.55);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   PANEL FOOTER
========================================================= */

.aq-programmes__panel-footer {

    position: absolute;

    z-index: 4;

    left: 60px;
    right: 60px;
    bottom: 0;

    min-height: 72px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    align-items: center;

    border-top:
        1px solid
        rgba(255,255,255,.16);
}


.aq-programmes__panel-footer span {

    min-height: 72px;

    display: flex;

    align-items: center;

    padding:
        0 22px;

    color:
        rgba(255,255,255,.40);

    border-right:
        1px solid
        rgba(255,255,255,.12);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


.aq-programmes__panel-footer span:first-child {

    padding-left: 0;
}


.aq-programmes__panel-footer span:last-child {

    border-right: 0;
}


/* =========================================================
   HRD PANEL VARIATION
========================================================= */

.aq-programmes__panel--hrd
.aq-programmes__shade {

    background:

        linear-gradient(
            270deg,

            rgba(4,4,4,.96) 0%,

            rgba(4,4,4,.83) 31%,

            rgba(4,4,4,.36) 65%,

            rgba(4,4,4,.10) 100%
        ),

        linear-gradient(
            0deg,

            rgba(0,0,0,.86) 0%,

            transparent 45%
        );
}


.aq-programmes__panel--hrd
.aq-programmes__content {

    width: 52%;

    margin-left: auto;

    padding-left:
        70px;

    padding-right:
        60px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-programmes__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-programmes__intro {

        grid-template-columns: 1fr;

        gap: 20px;
    }


    .aq-programmes__intro > p {

        max-width: 440px;
    }


    .aq-programmes__content,
    .aq-programmes__panel--hrd
    .aq-programmes__content {

        width: 68%;

        margin-left: 0;

        padding:
            60px
            45px
            105px;
    }


    .aq-programmes__panel--hrd
    .aq-programmes__shade {

        background:

            linear-gradient(
                90deg,

                rgba(4,4,4,.96),

                rgba(4,4,4,.76) 50%,

                rgba(4,4,4,.15)
            ),

            linear-gradient(
                0deg,

                rgba(0,0,0,.88),

                transparent 45%
            );
    }


    .aq-programmes__panel-footer {

        left: 45px;
        right: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-programmes {

        padding:
            60px 0
            50px;
    }


    .aq-programmes__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-programmes__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-programmes__meta {

        display: none;
    }


    .aq-programmes__intro {

        padding:
            48px 0
            36px;
    }


    .aq-programmes__intro h2 {

        font-size:
            clamp(
                54px,
                16vw,
                76px
            );

        line-height: .85;

        letter-spacing: -2px;
    }


    .aq-programmes__intro > p {

        font-size: 10px;
    }


    .aq-programmes__panel {

        min-height: 590px;
    }


    .aq-programmes__shade,
    .aq-programmes__panel--hrd
    .aq-programmes__shade {

        background:

            linear-gradient(
                0deg,

                rgba(4,4,4,.98) 0%,

                rgba(4,4,4,.87) 44%,

                rgba(4,4,4,.18) 100%
            );
    }


    .aq-programmes__content,
    .aq-programmes__panel--hrd
    .aq-programmes__content {

        width: 100%;

        min-height: 590px;

        margin: 0;

        padding:
            220px
            24px
            120px;

        justify-content:
            flex-end;
    }


    .aq-programmes__content h3 {

        font-size:
            clamp(
                54px,
                15vw,
                74px
            );

        line-height: .81;

        letter-spacing: -2px;
    }


    .aq-programmes__content p {

        font-size: 10px;
    }


    .aq-programmes__big-number {

        top: 20px;
        right: 20px;

        font-size: 120px;
    }


    .aq-programmes__panel-footer {

        left: 24px;
        right: 24px;

        min-height: 65px;

        grid-template-columns: 1fr;
    }


    .aq-programmes__panel-footer span {

        display: none;
    }


    .aq-programmes__panel-footer span:first-child {

        display: flex;

        min-height: 65px;

        padding: 0;

        border-right: 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-009592e *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 03
   TVET & TECHNICAL SKILLS
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-tvet,
.aq-tvet * {
    box-sizing: border-box;
}


.aq-tvet {
    --aq-black: #070707;
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;

    position: relative;

    width: 100%;
    min-height: 800px;

    overflow: hidden;

    background:
        var(--aq-black);

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-tvet__media {
    position: absolute;
    inset: 0;
}


.aq-tvet__media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.55)
        contrast(1.13)
        brightness(.62);
}


.aq-tvet__overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,
            rgba(5,5,5,.97) 0%,
            rgba(5,5,5,.85) 34%,
            rgba(5,5,5,.45) 67%,
            rgba(5,5,5,.25) 100%
        ),

        linear-gradient(
            0deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.08) 52%
        );
}


/* =========================================================
   GHOST
========================================================= */

.aq-tvet__ghost {
    position: absolute;

    z-index: 2;

    right: 4%;
    bottom: 12%;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.12);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            180px,
            20vw,
            390px
        );

    font-weight: 700;

    line-height: .8;

    letter-spacing: -12px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-tvet__wrap {
    position: relative;

    z-index: 3;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 800px;

    margin:
        0 auto;

    padding:
        75px 0
        34px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-tvet__top {
    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}


.aq-tvet__index {
    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-tvet__label {
    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-tvet__line {
    height: 1px;

    background:
        rgba(255,255,255,.14);
}


.aq-tvet__meta {
    color:
        rgba(255,255,255,.34);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-tvet__main {
    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        430px;

    gap: 120px;

    align-items: end;

    padding:
        80px 0
        90px;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-tvet__content {
    max-width: 1000px;
}


.aq-tvet__eyebrow {
    display: block;

    margin-bottom: 20px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-tvet__content h2 {
    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            80px,
            7vw,
            138px
        );

    font-weight: 600;

    line-height: .79;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-tvet__content h2 span {
    display: block;

    color:
        transparent;

    -webkit-text-stroke:
        1.2px rgba(255,255,255,.68);
}


.aq-tvet__content p {
    max-width: 490px;

    margin:
        30px 0 0;

    color:
        rgba(255,255,255,.54);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   SPECS
========================================================= */

.aq-tvet__specs {
    border-top:
        1px solid
        rgba(255,255,255,.18);
}


.aq-tvet__spec {
    min-height: 88px;

    display: grid;

    grid-template-columns:
        45px
        1fr;

    align-items: center;

    gap: 18px;

    border-bottom:
        1px solid
        rgba(255,255,255,.13);
}


.aq-tvet__spec > span {
    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 14px;

    font-weight: 700;
}


.aq-tvet__spec > div {
    display: flex;

    flex-direction: column;

    gap: 4px;
}


.aq-tvet__spec strong {
    color:
        rgba(255,255,255,.84);

    font-size: 12px;

    font-weight: 600;
}


.aq-tvet__spec small {
    color:
        rgba(255,255,255,.29);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-tvet__bottom {
    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 24px;

    min-height: 78px;

    border-top:
        1px solid
        rgba(255,255,255,.14);
}


.aq-tvet__bottom-mark {
    display: flex;

    align-items: center;

    gap: 13px;
}


.aq-tvet__bottom-mark i {
    color:
        var(--aq-orange);

    font-size: 14px;
}


.aq-tvet__bottom-mark span,
.aq-tvet__bottom-text {
    color:
        rgba(255,255,255,.42);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-tvet__bottom-line {
    height: 1px;

    background:
        rgba(255,255,255,.12);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-tvet__wrap {
        width:
            calc(100% - 60px);
    }


    .aq-tvet__main {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .aq-tvet__specs {
        max-width: 650px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-tvet {
        min-height: auto;
    }


    .aq-tvet__wrap {
        width:
            calc(100% - 30px);

        min-height: auto;

        padding:
            60px 0
            25px;
    }


    .aq-tvet__top {
        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-tvet__meta {
        display: none;
    }


    .aq-tvet__main {
        padding:
            60px 0;

        gap: 42px;
    }


    .aq-tvet__content h2 {
        font-size:
            clamp(
                58px,
                17vw,
                80px
            );

        line-height: .82;

        letter-spacing: -2px;
    }


    .aq-tvet__content p {
        font-size: 10px;
    }


    .aq-tvet__spec {
        min-height: 72px;
    }


    .aq-tvet__bottom {
        grid-template-columns:
            1fr;

        gap: 0;

        padding:
            22px 0;
    }


    .aq-tvet__bottom-line,
    .aq-tvet__bottom-text {
        display: none;
    }


    .aq-tvet__ghost {
        right: -35px;
        bottom: 18%;

        font-size: 180px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38fd4a1 *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 04
   CUSTOMISED IN-HOUSE TRAINING
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-custom,
.aq-custom * {
    box-sizing: border-box;
}


.aq-custom {

    --aq-bg: #ecece7;
    --aq-black: #090909;
    --aq-orange: #f18716;
    --aq-grey: #6b6b66;
    --aq-line: #c8c8c2;
    --aq-white: #f3f2ee;

    width: 100%;

    padding:
        95px 0
        80px;

    background:
        var(--aq-bg);

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.aq-custom__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-custom__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-custom__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-custom__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-custom__line {

    height: 1px;

    background:
        var(--aq-line);
}


.aq-custom__meta {

    color:
        #8c8c87;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-custom__main {

    display: grid;

    grid-template-columns:
        .92fr
        1.08fr;

    gap: 90px;

    align-items: center;

    padding:
        75px 0
        65px;
}


/* =========================================================
   VISUAL
========================================================= */

.aq-custom__visual {

    position: relative;

    min-height: 650px;

    overflow: hidden;

    background:
        #111;
}


.aq-custom__visual::before {

    content: "";

    position: absolute;

    z-index: 3;

    left: 0;
    top: 0;

    width: 6px;
    height: 140px;

    background:
        var(--aq-orange);
}


.aq-custom__visual img {

    width: 100%;
    height: 100%;

    position: absolute;

    inset: 0;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.55)
        contrast(1.08)
        brightness(.78);

    transition:
        transform .9s
        cubic-bezier(.2,.65,.3,1);
}


.aq-custom__visual:hover img {

    transform:
        scale(1.035);
}


.aq-custom__visual-shade {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            180deg,

            rgba(0,0,0,.04) 35%,

            rgba(0,0,0,.82) 100%
        );
}


.aq-custom__visual-caption {

    position: absolute;

    z-index: 4;

    left: 30px;
    right: 30px;
    bottom: 30px;

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.aq-custom__visual-caption span {

    color:
        var(--aq-orange);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-custom__visual-caption strong {

    max-width: 440px;

    color:
        rgba(255,255,255,.88);

    font-size: 14px;

    font-weight: 500;

    line-height: 1.55;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-custom__content {

    max-width: 820px;
}


.aq-custom__eyebrow {

    display: block;

    margin-bottom: 20px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-custom__content h2 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            72px,
            6vw,
            118px
        );

    font-weight: 600;

    line-height: .82;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-custom__content h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(9,9,9,.72);
}


.aq-custom__content > p {

    max-width: 510px;

    margin:
        30px 0
        42px;

    color:
        var(--aq-grey);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   PROCESS
========================================================= */

.aq-custom__process {

    border-top:
        1px solid
        var(--aq-line);
}


.aq-custom__step {

    display: grid;

    grid-template-columns:
        50px
        1fr;

    align-items: center;

    gap: 20px;

    min-height: 78px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-custom__step > span {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 15px;

    font-weight: 700;
}


.aq-custom__step > div {

    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 30px;
}


.aq-custom__step strong {

    color:
        #191918;

    font-size: 12px;

    font-weight: 600;
}


.aq-custom__step small {

    color:
        #969690;

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* =========================================================
   BOTTOM STRIP
========================================================= */

.aq-custom__bottom {

    min-height: 82px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 24px;

    padding:
        0 25px;

    background:
        #0a0a0a;

    color:
        rgba(255,255,255,.47);
}


.aq-custom__bottom span,
.aq-custom__bottom strong {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-custom__bottom i {

    color:
        var(--aq-orange);

    font-size: 11px;
}


.aq-custom__bottom strong {

    color:
        var(--aq-orange);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-custom__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-custom__main {

        grid-template-columns:
            1fr;

        gap: 55px;
    }


    .aq-custom__visual {

        min-height: 580px;
    }


    .aq-custom__content {

        max-width: 720px;
    }


    .aq-custom__bottom {

        flex-wrap: wrap;

        justify-content:
            flex-start;

        padding:
            25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-custom {

        padding:
            60px 0
            50px;
    }


    .aq-custom__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-custom__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-custom__meta {

        display: none;
    }


    .aq-custom__main {

        padding:
            48px 0
            45px;

        gap: 40px;
    }


    .aq-custom__visual {

        min-height: 460px;
    }


    .aq-custom__content h2 {

        font-size:
            clamp(
                55px,
                16vw,
                76px
            );

        line-height: .84;

        letter-spacing: -2px;
    }


    .aq-custom__content > p {

        font-size: 10px;
    }


    .aq-custom__step {

        min-height: 72px;

        grid-template-columns:
            37px
            1fr;
    }


    .aq-custom__step > div {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        justify-content: center;

        gap: 5px;
    }


    .aq-custom__bottom {

        display: grid;

        grid-template-columns:
            1fr;

        gap: 8px;

        padding:
            24px 20px;
    }


    .aq-custom__bottom i {

        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3863c51 *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 05
   PROFESSIONAL SKILLS
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-proskills,
.aq-proskills * {
    box-sizing: border-box;
}


.aq-proskills {

    --aq-bg: #ecece7;
    --aq-black: #090909;
    --aq-orange: #f18716;
    --aq-grey: #6c6c67;
    --aq-line: #c9c9c3;
    --aq-white: #f3f2ee;

    width: 100%;

    padding:
        95px 0
        80px;

    background:
        var(--aq-bg);

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.aq-proskills__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-proskills__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-proskills__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-proskills__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-proskills__line {

    height: 1px;

    background:
        var(--aq-line);
}


.aq-proskills__meta {

    color:
        #8d8d88;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   INTRO
========================================================= */

.aq-proskills__intro {

    display: grid;

    grid-template-columns:
        1fr
        370px;

    align-items: end;

    gap: 80px;

    padding:
        65px 0
        50px;
}


.aq-proskills__eyebrow {

    display: block;

    margin-bottom: 18px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-proskills__intro h2 {

    margin: 0;

    max-width: 1050px;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            72px,
            6.2vw,
            120px
        );

    font-weight: 600;

    line-height: .83;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-proskills__intro h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(9,9,9,.70);
}


.aq-proskills__intro > p {

    margin: 0 0 5px;

    color:
        var(--aq-grey);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   MAIN
========================================================= */

.aq-proskills__main {

    display: grid;

    grid-template-columns:
        .92fr
        1.08fr;

    min-height: 670px;

    background:
        #0a0a0a;
}


/* =========================================================
   IMAGE
========================================================= */

.aq-proskills__visual {

    position: relative;

    min-height: 670px;

    overflow: hidden;

    background:
        #111;
}


.aq-proskills__visual img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.45)
        contrast(1.10)
        brightness(.70);

    transition:
        transform .9s
        cubic-bezier(.2,.65,.3,1);
}


.aq-proskills__visual:hover img {

    transform:
        scale(1.035);
}


.aq-proskills__visual-overlay {

    position: absolute;

    inset: 0;

    background:

        linear-gradient(
            180deg,

            rgba(0,0,0,.07) 20%,

            rgba(0,0,0,.70) 100%
        );
}


/* =========================================================
   VERTICAL
========================================================= */

.aq-proskills__vertical {

    position: absolute;

    left: 25px;
    top: 28px;

    writing-mode:
        vertical-rl;

    transform:
        rotate(180deg);

    color:
        rgba(255,255,255,.38);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================================
   IMAGE FOOTER
========================================================= */

.aq-proskills__visual-footer {

    position: absolute;

    left: 32px;
    right: 32px;
    bottom: 30px;

    display: flex;

    flex-direction: column;

    gap: 8px;
}


.aq-proskills__visual-footer span {

    color:
        var(--aq-orange);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2.2px;
}


.aq-proskills__visual-footer strong {

    max-width: 480px;

    color:
        rgba(255,255,255,.90);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            31px,
            2.6vw,
            47px
        );

    font-weight: 500;

    line-height: .98;

    text-transform: uppercase;
}


/* =========================================================
   SKILLS
========================================================= */

.aq-proskills__skills {

    min-height: 670px;

    display: grid;

    grid-template-rows:
        repeat(5, 1fr);

    padding:
        18px 50px;
}


/* =========================================================
   SKILL ROW
========================================================= */

.aq-proskills__skill {

    position: relative;

    display: grid;

    grid-template-columns:
        50px
        62px
        1fr
        auto;

    align-items: center;

    gap: 18px;

    border-bottom:
        1px solid
        rgba(255,255,255,.13);

    transition:
        padding-left .25s ease;
}


.aq-proskills__skill:last-child {

    border-bottom: 0;
}


.aq-proskills__skill:hover {

    padding-left: 12px;
}


/* NUMBER */

.aq-proskills__skill-number {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 15px;

    font-weight: 700;
}


/* ICON */

.aq-proskills__skill-icon {

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.16);

    color:
        var(--aq-orange);

    font-size: 14px;
}


/* NAME */

.aq-proskills__skill-name {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.aq-proskills__skill-name strong {

    color:
        rgba(255,255,255,.88);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            27px,
            2.4vw,
            41px
        );

    font-weight: 500;

    line-height: 1;

    text-transform: uppercase;
}


.aq-proskills__skill-name small {

    color:
        rgba(255,255,255,.28);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* ARROW */

.aq-proskills__arrow {

    color:
        rgba(255,255,255,.26);

    font-size: 13px;

    transition:
        color .25s ease,
        transform .25s ease;
}


.aq-proskills__skill:hover
.aq-proskills__arrow {

    color:
        var(--aq-orange);

    transform:
        translateX(5px);
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-proskills__bottom {

    min-height: 92px;

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 30px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-proskills__bottom > div:first-child {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.aq-proskills__bottom > div > span {

    color:
        var(--aq-orange);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-proskills__bottom > div > strong {

    color:
        #333330;

    font-size: 10px;

    font-weight: 600;
}


.aq-proskills__bottom-rule {

    height: 1px;

    background:
        var(--aq-line);
}


.aq-proskills__bottom-code {

    color:
        #92928d;

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-proskills__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-proskills__intro {

        grid-template-columns: 1fr;

        gap: 20px;
    }


    .aq-proskills__intro > p {

        max-width: 440px;
    }


    .aq-proskills__main {

        grid-template-columns: 1fr;
    }


    .aq-proskills__visual {

        min-height: 560px;
    }


    .aq-proskills__skills {

        min-height: 570px;

        padding:
            18px 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-proskills {

        padding:
            60px 0
            50px;
    }


    .aq-proskills__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-proskills__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-proskills__meta {

        display: none;
    }


    .aq-proskills__intro {

        padding:
            48px 0
            36px;
    }


    .aq-proskills__intro h2 {

        font-size:
            clamp(
                55px,
                16vw,
                76px
            );

        line-height: .84;

        letter-spacing: -2px;
    }


    .aq-proskills__intro > p {

        font-size: 10px;
    }


    .aq-proskills__visual {

        min-height: 440px;
    }


    .aq-proskills__skills {

        min-height: auto;

        padding:
            10px 22px;
    }


    .aq-proskills__skill {

        min-height: 100px;

        grid-template-columns:
            30px
            42px
            1fr;

        gap: 12px;
    }


    .aq-proskills__skill-icon {

        width: 36px;
        height: 36px;

        font-size: 12px;
    }


    .aq-proskills__skill-name strong {

        font-size: 27px;
    }


    .aq-proskills__arrow {

        display: none;
    }


    .aq-proskills__bottom {

        grid-template-columns:
            1fr;

        gap: 10px;

        padding:
            22px 0;
    }


    .aq-proskills__bottom-rule,
    .aq-proskills__bottom-code {

        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdd9b76 *//* =========================================================
   ARQAF TRAINING ACADEMY
   TRAINING SOLUTIONS — SECTION 06
   TRAINING CONSULTATION
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');


.aq-consult,
.aq-consult * {
    box-sizing: border-box;
}


.aq-consult {

    --aq-black: #070707;
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;

    position: relative;

    width: 100%;

    min-height: 800px;

    overflow: hidden;

    background:
        var(--aq-black);

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-consult__media {

    position: absolute;

    inset: 0;
}


.aq-consult__media img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.40)
        contrast(1.14)
        brightness(.52);
}


.aq-consult__overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,

            rgba(4,4,4,.98) 0%,

            rgba(4,4,4,.90) 34%,

            rgba(4,4,4,.68) 62%,

            rgba(4,4,4,.38) 100%
        ),

        linear-gradient(
            0deg,

            rgba(0,0,0,.91) 0%,

            rgba(0,0,0,.10) 56%
        );
}


/* =========================================================
   GHOST TEXT
========================================================= */

.aq-consult__ghost {

    position: absolute;

    z-index: 2;

    right: -30px;
    bottom: 8%;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.09);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            160px,
            17vw,
            330px
        );

    font-weight: 700;

    line-height: .8;

    letter-spacing: -10px;

    pointer-events: none;
}


/* =========================================================
   WRAPPER
========================================================= */

.aq-consult__wrap {

    position: relative;

    z-index: 4;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 800px;

    margin:
        0 auto;

    padding:
        75px 0
        34px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-consult__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}


.aq-consult__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-consult__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-consult__line {

    height: 1px;

    background:
        rgba(255,255,255,.14);
}


.aq-consult__meta {

    color:
        rgba(255,255,255,.34);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-consult__main {

    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        530px;

    gap: 120px;

    align-items: center;

    padding:
        75px 0
        85px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.aq-consult__content {

    max-width: 970px;
}


.aq-consult__eyebrow {

    display: block;

    margin-bottom: 20px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


.aq-consult__content h2 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            78px,
            6.7vw,
            132px
        );

    font-weight: 600;

    line-height: .79;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-consult__content h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(255,255,255,.67);
}


.aq-consult__content > p {

    max-width: 520px;

    margin:
        30px 0
        0;

    color:
        rgba(255,255,255,.53);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   ACTIONS
========================================================= */

.aq-consult__actions {

    display: flex;

    align-items: center;

    gap: 32px;

    margin-top: 38px;
}


.aq-consult__button {

    min-width: 235px;
    min-height: 55px;

    padding:
        0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        var(--aq-orange);

    color:
        #090909;

    text-decoration: none;

    transition:
        transform .25s ease,
        background .25s ease;
}


.aq-consult__button:hover {

    transform:
        translateY(-2px);

    background:
        #ff9827;
}


.aq-consult__button span {

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.aq-consult__button i {

    font-size: 17px;
}


.aq-consult__textlink {

    display: flex;

    align-items: center;

    gap: 12px;

    padding-bottom: 7px;

    color:
        rgba(255,255,255,.68);

    border-bottom:
        1px solid
        rgba(255,255,255,.28);

    text-decoration: none;
}


.aq-consult__textlink span {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-consult__textlink i {

    color:
        var(--aq-orange);

    font-size: 10px;
}


/* =========================================================
   FRAMEWORK
========================================================= */

.aq-consult__framework {

    background:
        rgba(7,7,7,.73);

    border:
        1px solid
        rgba(255,255,255,.16);

    backdrop-filter:
        blur(10px);
}


.aq-consult__framework-title {

    min-height: 62px;

    padding:
        0 28px;

    display: flex;

    align-items: center;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}


.aq-consult__framework-title span {

    color:
        var(--aq-orange);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2.2px;
}


/* =========================================================
   STAGES
========================================================= */

.aq-consult__stage {

    min-height: 105px;

    padding:
        0 28px;

    display: grid;

    grid-template-columns:
        43px
        1fr
        35px;

    align-items: center;

    gap: 16px;

    border-bottom:
        1px solid
        rgba(255,255,255,.12);

    transition:
        background .25s ease;
}


.aq-consult__stage:last-child {

    border-bottom: 0;
}


.aq-consult__stage:hover {

    background:
        rgba(255,255,255,.035);
}


.aq-consult__stage-number {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 16px;

    font-weight: 700;
}


.aq-consult__stage-content {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.aq-consult__stage-content small {

    color:
        rgba(255,255,255,.27);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.aq-consult__stage-content strong {

    color:
        rgba(255,255,255,.85);

    font-size: 12px;

    font-weight: 600;
}


.aq-consult__stage > i {

    color:
        rgba(255,255,255,.34);

    font-size: 14px;

    text-align: right;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-consult__bottom {

    min-height: 80px;

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 25px;

    border-top:
        1px solid
        rgba(255,255,255,.14);
}


.aq-consult__bottom-brand {

    display: flex;

    align-items: baseline;

    gap: 8px;
}


.aq-consult__bottom-brand span {

    color:
        var(--aq-white);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 22px;

    font-weight: 700;

    letter-spacing: 2px;
}


.aq-consult__bottom-brand small {

    color:
        var(--aq-orange);

    font-size: 5px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.aq-consult__bottom-line {

    height: 1px;

    background:
        rgba(255,255,255,.12);
}


.aq-consult__contact {

    display: flex;

    align-items: center;

    gap: 13px;
}


.aq-consult__contact a {

    color:
        rgba(255,255,255,.50);

    font-size: 7px;

    font-weight: 600;

    text-decoration: none;
}


.aq-consult__contact span {

    width: 3px;
    height: 3px;

    background:
        var(--aq-orange);

    border-radius: 50%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .aq-consult__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-consult__main {

        grid-template-columns:
            1fr;

        gap: 55px;
    }


    .aq-consult__framework {

        max-width: 700px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-consult {

        min-height: auto;
    }


    .aq-consult__wrap {

        width:
            calc(100% - 30px);

        min-height: auto;

        padding:
            60px 0
            28px;
    }


    .aq-consult__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-consult__meta {

        display: none;
    }


    .aq-consult__main {

        padding:
            58px 0
            60px;

        gap: 42px;
    }


    .aq-consult__content h2 {

        font-size:
            clamp(
                56px,
                16vw,
                79px
            );

        line-height: .82;

        letter-spacing: -2px;
    }


    .aq-consult__content > p {

        font-size: 10px;
    }


    .aq-consult__actions {

        align-items: flex-start;

        flex-direction: column;

        gap: 22px;
    }


    .aq-consult__button {

        width: 100%;
    }


    .aq-consult__framework {

        width: 100%;
    }


    .aq-consult__stage {

        min-height: 90px;

        padding:
            0 18px;

        grid-template-columns:
            32px
            1fr
            25px;
    }


    .aq-consult__stage-content strong {

        font-size: 10px;
    }


    .aq-consult__bottom {

        grid-template-columns:
            1fr;

        gap: 12px;

        padding-top: 22px;
    }


    .aq-consult__bottom-line {

        display: none;
    }


    .aq-consult__contact {

        flex-wrap: wrap;
    }


    .aq-consult__ghost {

        right: -50px;

        font-size: 150px;
    }

}/* End custom CSS */