.elementor-14 .elementor-element.elementor-element-5e2f03d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-0dcbe66{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a1c274b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-cb3b43e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-9f5205f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-4c22d45{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e7d3a2a *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 01
   PREMIUM TVET / INDUSTRIAL HERO
========================================================= */

@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');


.arqaf-home-hero,
.arqaf-home-hero * {
    box-sizing: border-box;
}


/* =========================================================
   HERO BASE
========================================================= */

.arqaf-home-hero {

    --aq-black: #080808;
    --aq-black-2: #101010;

    --aq-orange: #f18716;

    --aq-white: #f4f3ef;
    --aq-silver: #bcbdbb;

    position: relative;

    width: 100%;

    min-height: 920px;
    height: 100svh;

    overflow: hidden;

    background: var(--aq-black);

    color: var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   MAIN PHOTOGRAPHY
========================================================= */

.arqaf-home-hero__visual {

    position: absolute;

    inset: 0 0 0 31%;

    overflow: hidden;
}


.arqaf-home-hero__visual img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: 58% center;

    transform: scale(1.025);

    filter:
        saturate(.62)
        contrast(1.12)
        brightness(.78);
}


/* =========================================================
   CINEMATIC SHADING
========================================================= */

.arqaf-home-hero__shade {

    position: absolute;

    inset: 0;

    z-index: 2;

    background:

        linear-gradient(
            90deg,

            #080808 0%,
            #080808 22%,

            rgba(8,8,8,.96) 31%,

            rgba(8,8,8,.71) 49%,

            rgba(8,8,8,.19) 76%,

            rgba(8,8,8,.08) 100%
        ),

        linear-gradient(
            180deg,

            rgba(0,0,0,.44) 0%,

            transparent 24%,

            transparent 59%,

            rgba(0,0,0,.93) 100%
        );
}


/* =========================================================
   HUGE BACKGROUND WORD
========================================================= */

.arqaf-home-hero__ghost {

    position: absolute;

    z-index: 3;

    right: -105px;
    top: 49%;

    transform:
        translateY(-50%)
        rotate(-90deg);

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.12);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            160px,
            15vw,
            290px
        );

    font-weight: 700;

    line-height: 1;

    letter-spacing: -7px;

    pointer-events: none;
}


/* =========================================================
   FRAME
========================================================= */

.arqaf-home-hero__frame {

    position: relative;

    z-index: 10;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 100%;

    margin: 0 auto;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;

    padding:
        34px 0
        30px;
}


/* =========================================================
   TOP BAR
========================================================= */

.arqaf-home-hero__top {

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr;

    align-items: start;

    padding-bottom: 24px;

    border-bottom:
        1px solid rgba(255,255,255,.15);
}


/* BRAND */

.arqaf-home-hero__brand {

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.arqaf-home-hero__brand strong {

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 31px;

    font-weight: 700;

    line-height: .85;

    letter-spacing: 5px;
}


.arqaf-home-hero__brand span {

    margin-top: 8px;

    color: var(--aq-orange);

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 4px;
}


/* TOP CENTRE */

.arqaf-home-hero__top-centre {

    display: flex;

    align-items: center;

    gap: 16px;

    color:
        rgba(255,255,255,.52);

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


.arqaf-home-hero__top-centre i {

    width: 3px;
    height: 3px;

    display: block;

    border-radius: 50%;

    background: var(--aq-orange);
}


/* LOCATION */

.arqaf-home-hero__location {

    justify-self: end;

    text-align: right;

    display: flex;

    flex-direction: column;

    color:
        rgba(255,255,255,.44);

    font-size: 7px;

    font-weight: 700;

    line-height: 1.6;

    letter-spacing: 2px;
}


.arqaf-home-hero__location strong {

    color: rgba(255,255,255,.85);

    font-weight: 700;
}


/* =========================================================
   MAIN
========================================================= */

.arqaf-home-hero__main {

    align-self: center;

    display: grid;

    grid-template-columns:
        78px
        1fr;

    gap: 34px;

    padding:
        70px 0
        100px;
}


/* =========================================================
   INDEX
========================================================= */

.arqaf-home-hero__index {

    padding-top: 18px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.arqaf-home-hero__index > span {

    color: var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 18px;

    font-weight: 600;
}


.arqaf-home-hero__index > div {

    width: 1px;
    height: 120px;

    margin:
        17px 0
        18px;

    background:
        linear-gradient(
            180deg,

            var(--aq-orange),

            rgba(241,135,22,.05)
        );
}


.arqaf-home-hero__index small {

    color:
        rgba(255,255,255,.31);

    font-size: 6px;

    font-weight: 700;

    line-height: 1.7;

    letter-spacing: 1.5px;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.arqaf-home-hero__content {

    width: 100%;
}


/* EYEBROW */

.arqaf-home-hero__eyebrow {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 23px;

    color:
        rgba(255,255,255,.55);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 3px;
}


.arqaf-home-hero__eyebrow span {

    width: 33px;
    height: 2px;

    background: var(--aq-orange);
}


/* =========================================================
   TITLE
========================================================= */

.arqaf-home-hero__title {

    margin: 0;

    max-width: 1270px;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            88px,
            8.6vw,
            164px
        );

    font-weight: 600;

    line-height: .73;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.arqaf-home-hero__title > span {

    display: block;

    width: fit-content;
}


.arqaf-home-hero__title-accent {

    margin-top: 14px;

    color: var(--aq-orange);
}


.arqaf-home-hero__title-outline {

    margin-top: 10px;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(255,255,255,.68);
}


/* =========================================================
   CONTENT BOTTOM
========================================================= */

.arqaf-home-hero__content-bottom {

    width: 100%;

    max-width: 840px;

    margin-top: 45px;

    padding-top: 24px;

    display: grid;

    grid-template-columns:
        minmax(300px, 510px)
        auto;

    gap: 70px;

    align-items: end;

    border-top:
        1px solid rgba(255,255,255,.22);
}


.arqaf-home-hero__content-bottom p {

    margin: 0;

    color:
        rgba(255,255,255,.68);

    font-size: 12px;

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   CTA
========================================================= */

.arqaf-home-hero__cta {

    min-width: 205px;

    padding-bottom: 11px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    color: var(--aq-white);

    border-bottom:
        1px solid rgba(255,255,255,.52);

    text-decoration: none;

    transition:
        border-color .25s ease;
}


.arqaf-home-hero__cta span {

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.arqaf-home-hero__cta i {

    color: var(--aq-orange);

    font-size: 14px;

    transition:
        transform .25s ease;
}


.arqaf-home-hero__cta:hover {

    border-color:
        var(--aq-orange);
}


.arqaf-home-hero__cta:hover i {

    transform:
        translate(3px,-3px);
}


/* =========================================================
   BOTTOM INDUSTRIAL BAR
========================================================= */

.arqaf-home-hero__bottom {

    display: grid;

    grid-template-columns:
        135px
        1fr
        1fr
        1fr
        80px;

    min-height: 90px;

    border-top:
        1px solid rgba(255,255,255,.18);
}


/* ESTABLISHED */

.arqaf-home-hero__est {

    display: flex;

    flex-direction: column;

    justify-content: center;

    border-right:
        1px solid rgba(255,255,255,.14);
}


.arqaf-home-hero__est small {

    color:
        rgba(255,255,255,.31);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 1.7px;
}


.arqaf-home-hero__est strong {

    margin-top: 3px;

    color: var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 27px;

    font-weight: 600;
}


/* BOTTOM ITEMS */

.arqaf-home-hero__bottom-item {

    display: flex;

    align-items: center;

    gap: 17px;

    padding:
        0 28px;

    border-right:
        1px solid rgba(255,255,255,.14);
}


.arqaf-home-hero__bottom-item > i {

    color: var(--aq-orange);

    font-size: 16px;
}


.arqaf-home-hero__bottom-item span {

    display: flex;

    flex-direction: column;

    gap: 3px;

    color:
        rgba(255,255,255,.31);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 1.4px;
}


.arqaf-home-hero__bottom-item strong {

    color:
        rgba(255,255,255,.83);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .2px;

    text-transform: none;
}


/* =========================================================
   SCROLL
========================================================= */

.arqaf-home-hero__scroll {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: 9px;

    color:
        rgba(255,255,255,.30);
}


.arqaf-home-hero__scroll span {

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 1.7px;

    writing-mode: vertical-rl;

    transform:
        rotate(180deg);
}


.arqaf-home-hero__scroll i {

    color: var(--aq-orange);

    font-size: 13px;

    animation:
        arqafHeroScroll
        1.8s
        ease-in-out
        infinite;
}


@keyframes arqafHeroScroll {

    0%,
    100% {

        transform:
            translateY(-4px);
    }

    50% {

        transform:
            translateY(5px);
    }
}


/* =========================================================
   ORANGE EDGE
========================================================= */

.arqaf-home-hero__orange-edge {

    position: absolute;

    z-index: 15;

    left: 0;
    bottom: 0;

    width: 6px;
    height: 31%;

    background:
        var(--aq-orange);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1350px) {

    .arqaf-home-hero__frame {

        width:
            calc(100% - 70px);
    }


    .arqaf-home-hero__title {

        font-size:
            clamp(
                82px,
                9vw,
                130px
            );
    }


    .arqaf-home-hero__bottom {

        grid-template-columns:
            115px
            1fr
            1fr
            1fr;
    }


    .arqaf-home-hero__scroll {

        display: none;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 960px) {

    .arqaf-home-hero {

        height: auto;

        min-height: 900px;
    }


    .arqaf-home-hero__visual {

        inset: 0;
    }


    .arqaf-home-hero__shade {

        background:

            linear-gradient(
                90deg,

                rgba(5,5,5,.93),

                rgba(5,5,5,.46)
            ),

            linear-gradient(
                0deg,

                rgba(5,5,5,.96),

                rgba(5,5,5,.10) 55%
            );
    }


    .arqaf-home-hero__frame {

        min-height: 900px;

        width:
            calc(100% - 46px);
    }


    .arqaf-home-hero__top {

        grid-template-columns:
            1fr
            auto;
    }


    .arqaf-home-hero__top-centre {

        display: none;
    }


    .arqaf-home-hero__main {

        grid-template-columns:
            50px
            1fr;

        gap: 20px;
    }


    .arqaf-home-hero__title {

        font-size:
            clamp(
                74px,
                12vw,
                110px
            );
    }


    .arqaf-home-hero__bottom {

        grid-template-columns:
            repeat(3,1fr);
    }


    .arqaf-home-hero__est {

        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .arqaf-home-hero {

        min-height: 820px;
    }


    .arqaf-home-hero__frame {

        min-height: 820px;

        width:
            calc(100% - 30px);

        padding:
            23px 0
            20px;
    }


    .arqaf-home-hero__visual img {

        object-position:
            68% center;

        filter:
            saturate(.50)
            contrast(1.15)
            brightness(.57);
    }


    .arqaf-home-hero__location {

        display: none;
    }


    .arqaf-home-hero__brand strong {

        font-size: 25px;
    }


    .arqaf-home-hero__brand span {

        font-size: 6px;

        letter-spacing: 3px;
    }


    .arqaf-home-hero__main {

        grid-template-columns: 1fr;

        padding:
            70px 0
            55px;
    }


    .arqaf-home-hero__index {

        flex-direction: row;

        align-items: center;

        gap: 12px;

        padding: 0;
    }


    .arqaf-home-hero__index > div {

        width: 40px;
        height: 1px;

        margin: 0;
    }


    .arqaf-home-hero__index small {

        display: none;
    }


    .arqaf-home-hero__eyebrow {

        margin-top: 20px;

        font-size: 6px;

        letter-spacing: 2px;
    }


    .arqaf-home-hero__title {

        font-size:
            clamp(
                59px,
                18vw,
                82px
            );

        line-height: .78;

        letter-spacing: -2px;
    }


    .arqaf-home-hero__title-accent {

        margin-top: 10px;
    }


    .arqaf-home-hero__content-bottom {

        margin-top: 28px;

        padding-top: 18px;

        grid-template-columns: 1fr;

        gap: 23px;
    }


    .arqaf-home-hero__content-bottom p {

        max-width: 390px;

        font-size: 10px;

        line-height: 1.7;
    }


    .arqaf-home-hero__cta {

        width: 200px;
    }


    .arqaf-home-hero__bottom {

        grid-template-columns: 1fr;

        min-height: auto;
    }


    .arqaf-home-hero__bottom-item {

        min-height: 51px;

        padding:
            0 9px;

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.10);
    }


    .arqaf-home-hero__bottom-item strong {

        font-size: 9px;
    }


    .arqaf-home-hero__ghost {

        right: -105px;

        font-size: 170px;

        opacity: .5;
    }


    .arqaf-home-hero__orange-edge {

        width: 3px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1e93ee *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 02
   CORE TRAINING AREAS
========================================================= */

@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-core,
.aq-core * {
    box-sizing: border-box;
}


.aq-core {

    --aq-black: #090909;
    --aq-orange: #f18716;
    --aq-white: #f4f3ef;
    --aq-grey: #6f706d;
    --aq-light: #ecece7;
    --aq-line: #cacac4;

    position: relative;

    width: 100%;

    padding:
        95px 0
        85px;

    overflow: hidden;

    background:
        #ecece7;

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}



/* =========================================================
   WRAPPER
========================================================= */

.aq-core__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}



/* =========================================================
   TOP BAR
========================================================= */

.aq-core__head {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 23px;

    border-bottom:
        1px solid
        var(--aq-line);
}


.aq-core__head-index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-core__head-title {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-core__head-line {

    width: 100%;
    height: 1px;

    background:
        var(--aq-line);
}


.aq-core__head-meta {

    color: #92928e;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}



/* =========================================================
   INTRO
========================================================= */

.aq-core__intro {

    display: grid;

    grid-template-columns:
        1fr
        300px;

    align-items: end;

    gap: 70px;

    padding:
        70px 0
        55px;
}


.aq-core__intro h2 {

    margin: 0;

    max-width: 1000px;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            70px,
            6.5vw,
            126px
        );

    font-weight: 600;

    line-height: .82;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-core__intro h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(9,9,9,.75);
}


.aq-core__intro p {

    margin: 0;

    padding-bottom: 7px;

    color:
        #696963;

    font-size: 12px;

    line-height: 1.8;
}



/* =========================================================
   VISUAL GRID
========================================================= */

.aq-core__grid {

    display: grid;

    grid-template-columns:
        .78fr
        .78fr
        1.44fr;

    min-height: 620px;

    border-top:
        1px solid
        rgba(0,0,0,.12);

    border-bottom:
        1px solid
        rgba(0,0,0,.12);
}



/* =========================================================
   CARD BASE
========================================================= */

.aq-core__card {

    position: relative;

    min-height: 620px;

    overflow: hidden;

    color:
        var(--aq-white);

    text-decoration: none;

    border-right:
        1px solid
        rgba(255,255,255,.20);
}


.aq-core__card:last-child {

    border-right:
        0;
}



/* =========================================================
   IMAGE
========================================================= */

.aq-core__image {

    position: absolute;

    inset: 0;

    overflow: hidden;
}


.aq-core__image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        saturate(.58)
        contrast(1.08)
        brightness(.72);

    transition:
        transform .8s
        cubic-bezier(.2,.65,.3,1);
}


.aq-core__card:hover
.aq-core__image img {

    transform:
        scale(1.055);
}



/* =========================================================
   IMAGE POSITION
========================================================= */

.aq-core__card--corporate
.aq-core__image img {

    object-position:
        55% center;
}


.aq-core__card--hrd
.aq-core__image img {

    object-position:
        50% center;
}


.aq-core__card--tvet
.aq-core__image img {

    object-position:
        center center;
}



/* =========================================================
   SHADE
========================================================= */

.aq-core__shade {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            180deg,

            rgba(0,0,0,.08) 0%,

            rgba(0,0,0,.14) 35%,

            rgba(0,0,0,.89) 100%
        );
}


.aq-core__card--tvet
.aq-core__shade {

    background:

        linear-gradient(
            90deg,

            rgba(0,0,0,.64),

            rgba(0,0,0,.05) 70%
        ),

        linear-gradient(
            180deg,

            rgba(0,0,0,.04),

            rgba(0,0,0,.90)
        );
}



/* =========================================================
   NUMBER
========================================================= */

.aq-core__number {

    position: absolute;

    z-index: 3;

    top: 28px;
    left: 28px;

    color:
        rgba(255,255,255,.78);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 1px;
}


.aq-core__number::after {

    content: "";

    display: inline-block;

    width: 30px;
    height: 1px;

    margin:
        0 0 4px
        11px;

    background:
        var(--aq-orange);
}



/* =========================================================
   CONTENT
========================================================= */

.aq-core__content {

    position: absolute;

    z-index: 3;

    left: 28px;
    right: 28px;
    bottom: 35px;
}


.aq-core__content > i {

    margin-bottom: 21px;

    color:
        var(--aq-orange);

    font-size: 19px;
}


.aq-core__content > span {

    display: block;

    margin-bottom: 9px;

    color:
        rgba(255,255,255,.51);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-core__content h3 {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            34px,
            3vw,
            56px
        );

    font-weight: 500;

    line-height: .92;

    text-transform: uppercase;
}


.aq-core__content h3 strong {

    display: block;

    color:
        var(--aq-white);

    font-weight: 600;
}



/* TVET CARD BIGGER TYPOGRAPHY */

.aq-core__card--tvet
.aq-core__content {

    left: 42px;
    bottom: 40px;
}


.aq-core__card--tvet
.aq-core__content h3 {

    max-width: 560px;

    font-size:
        clamp(
            48px,
            4.8vw,
            82px
        );

    line-height: .84;
}



/* =========================================================
   ARROW
========================================================= */

.aq-core__arrow {

    position: absolute;

    z-index: 4;

    top: 25px;
    right: 25px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.32);

    color:
        var(--aq-white);

    font-size: 11px;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


.aq-core__card:hover
.aq-core__arrow {

    color:
        #090909;

    background:
        var(--aq-orange);

    border-color:
        var(--aq-orange);

    transform:
        translate(
            3px,
            -3px
        );
}



/* =========================================================
   TVET TAG
========================================================= */

.aq-core__tvet-tag {

    position: absolute;

    z-index: 4;

    right: 27px;
    bottom: 38px;

    display: flex;

    align-items: center;

    gap: 11px;

    color:
        rgba(255,255,255,.50);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.7px;

    writing-mode:
        vertical-rl;

    transform:
        rotate(180deg);
}


.aq-core__tvet-tag span {

    width: 1px;
    height: 32px;

    background:
        var(--aq-orange);
}



/* =========================================================
   BOTTOM TECHNICAL LABEL
========================================================= */

.aq-core__bottom {

    display: flex;

    justify-content:
        flex-end;

    align-items: center;

    gap: 15px;

    padding-top: 22px;

    color:
        #969691;
}


.aq-core__bottom span {

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-core__bottom i {

    width: 3px;
    height: 3px;

    display: block;

    border-radius: 50%;

    background:
        var(--aq-orange);
}



/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1250px) {

    .aq-core__wrap {

        width:
            calc(100% - 70px);
    }


    .aq-core__grid {

        grid-template-columns:
            1fr
            1fr
            1.25fr;
    }


    .aq-core__card,
    .aq-core__grid {

        min-height: 560px;
    }

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .aq-core {

        padding:
            75px 0
            65px;
    }


    .aq-core__wrap {

        width:
            calc(100% - 46px);
    }


    .aq-core__intro {

        grid-template-columns: 1fr;

        gap: 25px;
    }


    .aq-core__intro p {

        max-width: 440px;
    }


    .aq-core__grid {

        grid-template-columns:
            1fr 1fr;

        min-height: auto;
    }


    .aq-core__card {

        min-height: 500px;
    }


    .aq-core__card--tvet {

        grid-column:
            1 / -1;

        min-height: 570px;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-core {

        padding:
            60px 0
            50px;
    }


    .aq-core__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-core__head {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;

        padding-bottom: 16px;
    }


    .aq-core__head-meta {

        display: none;
    }


    .aq-core__intro {

        padding:
            50px 0
            38px;
    }


    .aq-core__intro h2 {

        font-size:
            clamp(
                52px,
                16vw,
                76px
            );

        line-height: .85;

        letter-spacing: -2px;
    }


    .aq-core__intro p {

        font-size: 10px;

        line-height: 1.7;
    }


    .aq-core__grid {

        display: block;
    }


    .aq-core__card {

        display: block;

        width: 100%;

        min-height: 430px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.18);
    }


    .aq-core__card--tvet {

        min-height: 500px;
    }


    .aq-core__card--tvet
    .aq-core__content {

        left: 25px;
        bottom: 30px;
    }


    .aq-core__card--tvet
    .aq-core__content h3 {

        font-size:
            clamp(
                48px,
                14vw,
                68px
            );
    }


    .aq-core__content {

        left: 24px;
        right: 24px;
        bottom: 28px;
    }


    .aq-core__content h3 {

        font-size:
            43px;
    }


    .aq-core__number {

        top: 22px;
        left: 23px;
    }


    .aq-core__arrow {

        top: 20px;
        right: 20px;
    }


    .aq-core__tvet-tag {

        display: none;
    }


    .aq-core__bottom {

        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33a4f18 *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 03
   ABOUT SNAPSHOT
========================================================= */

@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-story,
.aq-story * {
    box-sizing: border-box;
}


.aq-story {

    --aq-orange: #f18716;
    --aq-black: #090909;
    --aq-white: #f2f2ee;
    --aq-silver: #b9bab5;
    --aq-muted: #7e7f7b;

    position: relative;

    width: 100%;

    overflow: hidden;

    padding:
        100px 0
        90px;

    background:
        #0a0a0a;

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND WORD
========================================================= */

.aq-story__ghost {

    position: absolute;

    right: -80px;
    top: 70px;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.035);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(190px, 22vw, 420px);

    font-weight: 700;

    line-height: .8;

    letter-spacing: -14px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-story__wrap {

    position: relative;

    z-index: 2;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-story__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 23px;

    border-bottom:
        1px solid rgba(255,255,255,.13);
}


.aq-story__number {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-story__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-story__line {

    height: 1px;

    background:
        rgba(255,255,255,.13);
}


.aq-story__meta {

    color:
        rgba(255,255,255,.35);

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN COMPOSITION
========================================================= */

.aq-story__main {

    display: grid;

    grid-template-columns:
        minmax(420px, 1.2fr)
        minmax(330px, .72fr)
        minmax(250px, .55fr);

    align-items: end;

    gap: 34px;

    padding:
        75px 0
        80px;
}


/* =========================================================
   VISUAL
========================================================= */

.aq-story__visual {

    position: relative;

    margin: 0;

    overflow: hidden;

    background:
        #161616;
}


.aq-story__visual img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        saturate(.52)
        contrast(1.12)
        brightness(.82);

    transition:
        transform 1s
        cubic-bezier(.2,.65,.3,1);
}


.aq-story__visual:hover img {

    transform:
        scale(1.04);
}


/* MAIN IMAGE */

.aq-story__visual--main {

    height: 610px;
}


.aq-story__visual--main img {

    object-position:
        center center;
}


/* SECOND IMAGE */

.aq-story__visual--secondary {

    height: 410px;
}


.aq-story__visual--secondary img {

    object-position:
        center;
}


/* IMAGE CAPTION */

.aq-story__visual figcaption {

    position: absolute;

    left: 0;
    bottom: 0;

    display: flex;

    align-items: center;

    gap: 13px;

    min-width: 185px;

    padding:
        13px 17px;

    background:
        rgba(8,8,8,.90);

    color:
        rgba(255,255,255,.65);

    backdrop-filter:
        blur(8px);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-story__visual figcaption span {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 14px;

    letter-spacing: 0;
}


/* =========================================================
   CONTENT
========================================================= */

.aq-story__content {

    padding:
        30px 5px
        15px;
}


.aq-story__eyebrow {

    margin-bottom: 21px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.7px;
}


.aq-story__title {

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            59px,
            5vw,
            94px
        );

    font-weight: 600;

    line-height: .82;

    letter-spacing: -2px;

    text-transform: uppercase;
}


.aq-story__title span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.65);
}


.aq-story__content p {

    max-width: 420px;

    margin:
        28px 0 0;

    color:
        rgba(255,255,255,.49);

    font-size: 11px;

    line-height: 1.85;
}


/* =========================================================
   CTA
========================================================= */

.aq-story__cta {

    width: 100%;

    max-width: 225px;

    margin-top: 33px;

    padding-bottom: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color:
        var(--aq-white);

    border-bottom:
        1px solid rgba(255,255,255,.36);

    text-decoration: none;

    transition:
        border-color .25s ease;
}


.aq-story__cta span {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-story__cta i {

    color:
        var(--aq-orange);

    font-size: 12px;

    transition:
        transform .25s ease;
}


.aq-story__cta:hover {

    border-color:
        var(--aq-orange);
}


.aq-story__cta:hover i {

    transform:
        translate(3px,-3px);
}


/* =========================================================
   TIMELINE
========================================================= */

.aq-story__timeline {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top:
        1px solid rgba(255,255,255,.14);

    border-bottom:
        1px solid rgba(255,255,255,.14);
}


.aq-story__timeline::before {

    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: 37px;

    height: 1px;

    background:
        rgba(255,255,255,.12);
}


/* ITEM */

.aq-story__timeline-item {

    position: relative;

    min-height: 125px;

    padding:
        24px 30px
        24px 0;

    display: grid;

    grid-template-columns:
        85px
        18px
        1fr;

    align-items: start;

    gap: 18px;

    border-right:
        1px solid rgba(255,255,255,.12);
}


.aq-story__timeline-item:last-child {

    border-right: 0;

    padding-left: 30px;
}


.aq-story__timeline-item:nth-child(2) {

    padding-left: 30px;
}


/* YEAR */

.aq-story__timeline-year {

    color:
        rgba(255,255,255,.34);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 22px;

    font-weight: 600;

    line-height: 1;
}


/* DOT */

.aq-story__timeline-dot {

    position: relative;

    z-index: 2;

    width: 9px;
    height: 9px;

    margin-top: 9px;

    border:
        2px solid #0a0a0a;

    outline:
        1px solid rgba(255,255,255,.35);

    border-radius:
        50%;

    background:
        #777;
}


/* TEXT */

.aq-story__timeline-text {

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.aq-story__timeline-text small {

    color:
        rgba(255,255,255,.29);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2px;
}


.aq-story__timeline-text strong {

    max-width: 260px;

    color:
        rgba(255,255,255,.82);

    font-size: 10px;

    font-weight: 600;

    line-height: 1.5;
}


/* ACTIVE */

.aq-story__timeline-item--active
.aq-story__timeline-year {

    color:
        var(--aq-orange);
}


.aq-story__timeline-item--active
.aq-story__timeline-dot {

    background:
        var(--aq-orange);

    outline-color:
        var(--aq-orange);

    box-shadow:
        0 0 0 5px rgba(241,135,22,.10);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1250px) {

    .aq-story__wrap {

        width:
            calc(100% - 70px);
    }


    .aq-story__main {

        grid-template-columns:
            1.15fr
            .85fr;

        gap: 30px;
    }


    .aq-story__visual--secondary {

        display: none;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .aq-story {

        padding:
            75px 0
            70px;
    }


    .aq-story__wrap {

        width:
            calc(100% - 46px);
    }


    .aq-story__main {

        grid-template-columns:
            1fr;

        gap: 45px;

        padding:
            60px 0
            65px;
    }


    .aq-story__visual--main {

        height: 550px;
    }


    .aq-story__content {

        max-width: 650px;

        padding: 0;
    }


    .aq-story__timeline {

        grid-template-columns:
            1fr;
    }


    .aq-story__timeline::before {

        display: none;
    }


    .aq-story__timeline-item,
    .aq-story__timeline-item:nth-child(2),
    .aq-story__timeline-item:last-child {

        padding:
            22px 10px;

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.11);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-story {

        padding:
            60px 0
            50px;
    }


    .aq-story__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-story__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;

        padding-bottom: 16px;
    }


    .aq-story__meta {

        display: none;
    }


    .aq-story__main {

        padding:
            48px 0
            55px;

        gap: 36px;
    }


    .aq-story__visual--main {

        height: 430px;
    }


    .aq-story__title {

        font-size:
            clamp(
                55px,
                16vw,
                76px
            );

        line-height: .84;
    }


    .aq-story__content p {

        max-width: 380px;

        font-size: 10px;

        line-height: 1.75;
    }


    .aq-story__timeline-item,
    .aq-story__timeline-item:nth-child(2),
    .aq-story__timeline-item:last-child {

        grid-template-columns:
            70px
            12px
            1fr;

        gap: 12px;

        min-height: 90px;

        padding:
            19px 5px;
    }


    .aq-story__timeline-year {

        font-size: 19px;
    }


    .aq-story__timeline-text strong {

        font-size: 9px;
    }


    .aq-story__ghost {

        top: 120px;
        right: -60px;

        font-size: 180px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af4a7e0 *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 04
   WHY ARQAF
========================================================= */

@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-why,
.aq-why * {
    box-sizing: border-box;
}

.aq-why {
    --aq-orange: #f18716;
    --aq-white: #f3f2ee;
    --aq-black: #080808;

    position: relative;

    width: 100%;
    min-height: 760px;

    overflow: hidden;

    background: #080808;

    color: var(--aq-white);

    font-family: "Manrope", Arial, sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-why__media {
    position: absolute;
    inset: 0;
}

.aq-why__media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 45%;

    filter:
        saturate(.48)
        contrast(1.12)
        brightness(.58);
}

.aq-why__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,.95) 0%,
            rgba(5,5,5,.82) 40%,
            rgba(5,5,5,.42) 75%,
            rgba(5,5,5,.20) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.10) 45%
        );
}


/* =========================================================
   WRAP
========================================================= */

.aq-why__wrap {
    position: relative;
    z-index: 2;

    width: min(1780px, calc(100% - 110px));

    min-height: 760px;

    margin: 0 auto;

    padding:
        85px 0
        70px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-why__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-why__index {
    color: var(--aq-orange);

    font-family: "Barlow Condensed", sans-serif;

    font-size: 17px;
    font-weight: 700;
}

.aq-why__label {
    font-size: 7px;
    font-weight: 800;

    letter-spacing: 2.8px;
}

.aq-why__line {
    height: 1px;

    background:
        rgba(255,255,255,.14);
}

.aq-why__meta {
    color:
        rgba(255,255,255,.34);

    font-size: 6px;
    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-why__main {
    align-self: center;

    display: grid;

    grid-template-columns:
        1fr
        .9fr;

    gap: 100px;

    align-items: end;

    padding:
        80px 0
        90px;
}


/* =========================================================
   INTRO
========================================================= */

.aq-why__eyebrow {
    display: block;

    margin-bottom: 20px;

    color: var(--aq-orange);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 3px;
}

.aq-why__intro h2 {
    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            88px,
            8vw,
            150px
        );

    font-weight: 600;

    line-height: .8;

    letter-spacing: -3px;

    text-transform: uppercase;
}

.aq-why__intro h2 span {
    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px rgba(255,255,255,.70);
}


/* =========================================================
   POINTS
========================================================= */

.aq-why__points {
    border-top:
        1px solid rgba(255,255,255,.22);
}

.aq-why__point {
    display: grid;

    grid-template-columns:
        58px
        1fr;

    gap: 18px;

    align-items: center;

    min-height: 72px;

    border-bottom:
        1px solid rgba(255,255,255,.14);
}

.aq-why__point span {
    color: var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 16px;
    font-weight: 600;
}

.aq-why__point strong {
    color:
        rgba(255,255,255,.87);

    font-size: 15px;
    font-weight: 500;
}


/* =========================================================
   BOTTOM
========================================================= */

.aq-why__bottom {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    padding-top: 24px;

    border-top:
        1px solid rgba(255,255,255,.14);
}

.aq-why__bottom p {
    max-width: 470px;

    margin: 0;

    color:
        rgba(255,255,255,.46);

    font-size: 10px;

    line-height: 1.8;
}

.aq-why__bottom a {
    min-width: 220px;

    padding-bottom: 9px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    color: var(--aq-white);

    border-bottom:
        1px solid rgba(255,255,255,.38);

    text-decoration: none;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2px;

    transition:
        border-color .25s ease;
}

.aq-why__bottom a i {
    color:
        var(--aq-orange);

    font-size: 12px;
}

.aq-why__bottom a:hover {
    border-color:
        var(--aq-orange);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-why__wrap {
        width:
            calc(100% - 60px);
    }

    .aq-why__main {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .aq-why__points {
        max-width: 650px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-why {
        min-height: auto;
    }

    .aq-why__wrap {
        width:
            calc(100% - 30px);

        min-height: auto;

        padding:
            60px 0
            50px;
    }

    .aq-why__top {
        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }

    .aq-why__meta {
        display: none;
    }

    .aq-why__main {
        padding:
            60px 0
            60px;
    }

    .aq-why__intro h2 {
        font-size:
            clamp(
                62px,
                18vw,
                86px
            );

        line-height: .82;
    }

    .aq-why__point {
        grid-template-columns:
            42px
            1fr;

        min-height: 62px;
    }

    .aq-why__point strong {
        font-size: 13px;
    }

    .aq-why__bottom {
        flex-direction: column;

        align-items: flex-start;
    }

    .aq-why__bottom a {
        width: 100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-376bd74 *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 05
   WHO WE WORK WITH
========================================================= */

@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-audience,
.aq-audience * {
    box-sizing: border-box;
}

.aq-audience {

    --aq-bg: #efefeb;
    --aq-black: #0a0a0a;
    --aq-orange: #f18716;
    --aq-line: #c9c9c3;
    --aq-white: #f4f3ef;

    position: relative;

    width: 100%;

    overflow: hidden;

    padding:
        95px 0
        80px;

    background:
        #efefeb;

    color:
        var(--aq-black);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   WRAP
========================================================= */

.aq-audience__wrap {

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    margin:
        0 auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.aq-audience__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-audience__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-audience__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.8px;
}


.aq-audience__line {

    width: 100%;
    height: 1px;

    background:
        var(--aq-line);
}


.aq-audience__meta {

    color:
        #92928d;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   INTRO
========================================================= */

.aq-audience__intro {

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        300px;

    align-items: end;

    gap: 60px;

    padding:
        65px 0
        48px;
}


.aq-audience__intro h2 {

    margin: 0;

    max-width: 1100px;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            72px,
            6.2vw,
            122px
        );

    font-weight: 600;

    line-height: .84;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-audience__intro h2 span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px
        rgba(10,10,10,.74);
}


.aq-audience__intro p {

    margin: 0 0 7px;

    color:
        #686863;

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   GRID — 3 X 2
========================================================= */

.aq-audience__grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 12px;
}


/* =========================================================
   ITEM
========================================================= */

.aq-audience__item {

    position: relative;

    min-height: 420px;

    overflow: hidden;

    background:
        #111111;
}


/* SMALL ORANGE EDGE */

.aq-audience__item::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    z-index: 4;

    width: 0;
    height: 4px;

    background:
        var(--aq-orange);

    transition:
        width .45s ease;
}


.aq-audience__item:hover::after {

    width: 100%;
}


/* =========================================================
   IMAGE
========================================================= */

.aq-audience__image {

    position: absolute;

    inset: 0;

    overflow: hidden;
}


.aq-audience__image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    filter:
        saturate(.48)
        contrast(1.09)
        brightness(.72);

    transform:
        scale(1.01);

    transition:
        transform .9s
        cubic-bezier(.2,.65,.3,1),
        filter .6s ease;
}


.aq-audience__item:hover
.aq-audience__image img {

    transform:
        scale(1.055);

    filter:
        saturate(.66)
        contrast(1.08)
        brightness(.78);
}


/* =========================================================
   SHADE
========================================================= */

.aq-audience__shade {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            180deg,

            rgba(0,0,0,.06) 10%,

            rgba(0,0,0,.16) 42%,

            rgba(0,0,0,.90) 100%
        ),

        linear-gradient(
            90deg,

            rgba(0,0,0,.22),

            transparent 65%
        );
}


/* =========================================================
   NUMBER
========================================================= */

.aq-audience__number {

    position: absolute;

    z-index: 3;

    top: 23px;
    left: 24px;

    display: flex;

    align-items: center;

    gap: 10px;

    color:
        rgba(255,255,255,.74);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 14px;

    font-weight: 600;
}


.aq-audience__number::after {

    content: "";

    width: 30px;
    height: 1px;

    background:
        var(--aq-orange);
}


/* =========================================================
   CONTENT
========================================================= */

.aq-audience__content {

    position: absolute;

    z-index: 3;

    left: 25px;
    right: 25px;
    bottom: 28px;
}


.aq-audience__content > i {

    display: block;

    margin-bottom: 15px;

    color:
        var(--aq-orange);

    font-size: 16px;
}


.aq-audience__content > span {

    display: block;

    margin-bottom: 8px;

    color:
        rgba(255,255,255,.42);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 2.1px;
}


.aq-audience__content h3 {

    max-width: 400px;

    margin: 0;

    color:
        var(--aq-white);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            35px,
            3vw,
            52px
        );

    font-weight: 500;

    line-height: .92;

    letter-spacing: -.4px;

    text-transform:
        uppercase;
}


/* =========================================================
   BOTTOM LABEL
========================================================= */

.aq-audience__bottom {

    display: flex;

    justify-content:
        flex-end;

    align-items: center;

    gap: 14px;

    padding-top: 21px;

    color:
        #8e8e89;
}


.aq-audience__bottom span {

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-audience__bottom i {

    width: 3px;
    height: 3px;

    display: block;

    border-radius: 50%;

    background:
        var(--aq-orange);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1250px) {

    .aq-audience__wrap {

        width:
            calc(100% - 70px);
    }


    .aq-audience__item {

        min-height: 390px;
    }


    .aq-audience__content h3 {

        font-size:
            clamp(
                32px,
                3vw,
                45px
            );
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .aq-audience {

        padding:
            75px 0
            65px;
    }


    .aq-audience__wrap {

        width:
            calc(100% - 46px);
    }


    .aq-audience__intro {

        grid-template-columns:
            1fr;

        gap: 22px;
    }


    .aq-audience__intro p {

        max-width: 430px;
    }


    .aq-audience__grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .aq-audience__item {

        min-height: 390px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-audience {

        padding:
            60px 0
            50px;
    }


    .aq-audience__wrap {

        width:
            calc(100% - 30px);
    }


    .aq-audience__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;

        padding-bottom: 16px;
    }


    .aq-audience__meta {

        display: none;
    }


    .aq-audience__intro {

        padding:
            48px 0
            35px;
    }


    .aq-audience__intro h2 {

        font-size:
            clamp(
                54px,
                16vw,
                76px
            );

        line-height: .86;

        letter-spacing: -2px;
    }


    .aq-audience__intro p {

        font-size: 10px;

        line-height: 1.7;
    }


    .aq-audience__grid {

        grid-template-columns:
            1fr;

        gap: 9px;
    }


    .aq-audience__item {

        min-height: 360px;
    }


    .aq-audience__content {

        left: 22px;
        right: 22px;
        bottom: 24px;
    }


    .aq-audience__content h3 {

        font-size:
            42px;
    }


    .aq-audience__bottom {

        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d93a7b *//* =========================================================
   ARQAF TRAINING ACADEMY
   HOME — SECTION 06
   FINAL CTA
========================================================= */

@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-final-cta,
.aq-final-cta * {
    box-sizing: border-box;
}

.aq-final-cta {

    --aq-orange: #f18716;
    --aq-white: #f4f3ef;
    --aq-black: #080808;

    position: relative;

    width: 100%;
    min-height: 760px;

    overflow: hidden;

    background:
        #080808;

    color:
        var(--aq-white);

    font-family:
        "Manrope",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.aq-final-cta__media {
    position: absolute;
    inset: 0;
}

.aq-final-cta__media img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter:
        saturate(.48)
        contrast(1.13)
        brightness(.60);
}


.aq-final-cta__overlay {

    position: absolute;
    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,
            rgba(5,5,5,.96) 0%,
            rgba(5,5,5,.88) 37%,
            rgba(5,5,5,.48) 70%,
            rgba(5,5,5,.25) 100%
        ),

        linear-gradient(
            0deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.10) 50%
        );
}


/* =========================================================
   LARGE GHOST WORD
========================================================= */

.aq-final-cta__ghost {

    position: absolute;

    z-index: 2;

    right: -55px;
    top: 50%;

    transform:
        translateY(-53%);

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.10);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            180px,
            19vw,
            360px
        );

    font-weight: 700;

    line-height: .8;

    letter-spacing: -10px;

    pointer-events: none;
}


/* =========================================================
   WRAP
========================================================= */

.aq-final-cta__wrap {

    position: relative;

    z-index: 5;

    width:
        min(
            1780px,
            calc(100% - 110px)
        );

    min-height: 760px;

    margin:
        0 auto;

    padding:
        80px 0
        38px;

    display: grid;

    grid-template-rows:
        auto
        1fr
        auto;
}


/* =========================================================
   TOP
========================================================= */

.aq-final-cta__top {

    display: grid;

    grid-template-columns:
        auto
        auto
        1fr
        auto;

    align-items: center;

    gap: 18px;

    padding-bottom: 21px;

    border-bottom:
        1px solid rgba(255,255,255,.15);
}


.aq-final-cta__index {

    color:
        var(--aq-orange);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 17px;

    font-weight: 700;
}


.aq-final-cta__label {

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2.7px;
}


.aq-final-cta__line {

    height: 1px;

    background:
        rgba(255,255,255,.15);
}


.aq-final-cta__meta {

    color:
        rgba(255,255,255,.35);

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN
========================================================= */

.aq-final-cta__main {

    align-self: center;

    padding:
        70px 0
        85px;
}


.aq-final-cta__eyebrow {

    display: block;

    margin-bottom: 21px;

    color:
        var(--aq-orange);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* =========================================================
   TITLE
========================================================= */

.aq-final-cta__title {

    max-width: 1170px;

    margin: 0;

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size:
        clamp(
            82px,
            7.5vw,
            145px
        );

    font-weight: 600;

    line-height: .79;

    letter-spacing: -3px;

    text-transform: uppercase;
}


.aq-final-cta__title span {

    display: block;

    color: transparent;

    -webkit-text-stroke:
        1.2px rgba(255,255,255,.67);
}


/* =========================================================
   ACTIONS
========================================================= */

.aq-final-cta__actions {

    display: flex;

    align-items: center;

    gap: 42px;

    margin-top: 46px;
}


/* PRIMARY */

.aq-final-cta__primary {

    min-width: 310px;
    min-height: 62px;

    padding:
        0 24px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    background:
        var(--aq-orange);

    color:
        #080808;

    text-decoration: none;

    transition:
        background .25s ease,
        transform .25s ease;
}


.aq-final-cta__primary span {

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-final-cta__primary i {

    font-size: 20px;
}


.aq-final-cta__primary:hover {

    background:
        #ff971e;

    transform:
        translateY(-3px);
}


/* SECONDARY */

.aq-final-cta__secondary {

    padding-bottom: 10px;

    display: inline-flex;

    align-items: center;

    gap: 28px;

    color:
        var(--aq-white);

    border-bottom:
        1px solid rgba(255,255,255,.40);

    text-decoration: none;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    transition:
        border-color .25s ease;
}


.aq-final-cta__secondary i {

    color:
        var(--aq-orange);

    font-size: 13px;

    transition:
        transform .25s ease;
}


.aq-final-cta__secondary:hover {

    border-color:
        var(--aq-orange);
}


.aq-final-cta__secondary:hover i {

    transform:
        translate(3px,-3px);
}


/* =========================================================
   BOTTOM CONTACT STRIP
========================================================= */

.aq-final-cta__bottom {

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr
        auto;

    min-height: 92px;

    border-top:
        1px solid rgba(255,255,255,.15);
}


.aq-final-cta__contact {

    display: flex;

    align-items: center;

    gap: 17px;

    padding:
        0 28px;

    border-right:
        1px solid rgba(255,255,255,.13);
}


.aq-final-cta__contact:first-child {

    padding-left: 0;
}


.aq-final-cta__contact > i {

    color:
        var(--aq-orange);

    font-size: 15px;
}


.aq-final-cta__contact div {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.aq-final-cta__contact small {

    color:
        rgba(255,255,255,.31);

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.aq-final-cta__contact strong {

    color:
        rgba(255,255,255,.84);

    font-size: 10px;

    font-weight: 500;
}


/* =========================================================
   ARQAF MARK
========================================================= */

.aq-final-cta__mark {

    min-width: 170px;

    padding-left: 30px;

    align-self: center;

    color:
        rgba(255,255,255,.80);

    font-family:
        "Barlow Condensed",
        sans-serif;

    font-size: 24px;

    font-weight: 700;

    line-height: .9;

    letter-spacing: 4px;
}


.aq-final-cta__mark span {

    display: block;

    margin-top: 7px;

    color:
        var(--aq-orange);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 5px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .aq-final-cta__wrap {

        width:
            calc(100% - 60px);
    }


    .aq-final-cta__bottom {

        grid-template-columns:
            repeat(3, 1fr);
    }


    .aq-final-cta__mark {

        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .aq-final-cta {

        min-height: 720px;
    }


    .aq-final-cta__wrap {

        width:
            calc(100% - 30px);

        min-height: 720px;

        padding:
            58px 0
            25px;
    }


    .aq-final-cta__top {

        grid-template-columns:
            auto
            auto
            1fr;

        gap: 11px;
    }


    .aq-final-cta__meta {

        display: none;
    }


    .aq-final-cta__main {

        padding:
            70px 0
            65px;
    }


    .aq-final-cta__title {

        font-size:
            clamp(
                58px,
                17vw,
                80px
            );

        line-height: .82;

        letter-spacing: -2px;
    }


    .aq-final-cta__actions {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

        margin-top: 35px;
    }


    .aq-final-cta__primary {

        width: 100%;
        min-width: 0;
    }


    .aq-final-cta__bottom {

        grid-template-columns:
            1fr;
    }


    .aq-final-cta__contact,
    .aq-final-cta__contact:first-child {

        min-height: 57px;

        padding:
            0 5px;

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.10);
    }


    .aq-final-cta__contact--location {

        border-bottom: 0;
    }


    .aq-final-cta__ghost {

        right: -60px;

        font-size: 170px;
    }

}/* End custom CSS */