.elementor-11681 .elementor-element.elementor-element-98b257f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-11681 .elementor-element.elementor-element-98b257f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-11681 .elementor-element.elementor-element-98b257f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-11681 .elementor-element.elementor-element-98b257f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11681 .elementor-element.elementor-element-54d3c27{--spacer-size:75px;}.elementor-11681 .elementor-element.elementor-element-be83eda{margin-top:-190px;margin-bottom:0px;}@media(max-width:1024px){.elementor-11681 .elementor-element.elementor-element-54d3c27{--spacer-size:151px;}}/* Start custom CSS for html, class: .elementor-element-2e3f89b *//* =========================================================
   TESTIMONIAL LEFT 50% — FORCE BLACK
========================================================= */

/* Automatically find the Elementor container
   containing testimonial content */

.e-con:has(.testimonial-hero-content),
.elementor-element:has(.testimonial-hero-content){

    background:#050505 !important;

    background-color:#050505 !important;

    background-image:none !important;

    color:#ffffff !important;

}


/* Make all direct inner containers black */

.e-con:has(.testimonial-hero-content) > .e-con,
.e-con:has(.testimonial-hero-content) .elementor-container,
.e-con:has(.testimonial-hero-content) .elementor-widget-wrap{

    background:#050505 !important;

    background-color:#050505 !important;

    background-image:none !important;

}


/* =========================================================
   LEFT HERO AREA
========================================================= */

.testimonial-hero-content{
    position:relative;

    width:100%;

    min-height:100vh;

    padding:130px 50px 200px;

    background:#050505 !important;

    color:#ffffff;

    overflow:hidden;
}

/* =========================================================
   GOLD BACKGROUND GLOW
========================================================= */

.testimonial-hero-content::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    top:-250px;

    left:-250px;

    border-radius:50%;

    background:rgba(245,183,45,.07);

    filter:blur(160px);

    pointer-events:none;

    animation:testimonialGlow 12s ease-in-out infinite;

}


/* =========================================================
   CONTENT
========================================================= */

.testimonial-hero-content > *{

    position:relative;

    z-index:2;

}


/* =========================================================
   TAG
========================================================= */

.testimonial-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:13px 28px;

    border:1px solid rgba(245,183,45,.35);

    border-radius:50px;

    background:rgba(245,183,45,.04);

    color:#F5B72D !important;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}


/* =========================================================
   HEADING
========================================================= */

.testimonial-hero-content h1{

    margin:38px 0 22px;

    color:#ffffff !important;

    font-size:64px;

    line-height:1.04;

    font-weight:800;

    letter-spacing:-2px;

}

.testimonial-hero-content h1 span{

    display:block;

    color:#F5B72D !important;

}


/* =========================================================
   PARAGRAPH
========================================================= */

.testimonial-hero-content p{

    max-width:620px;

    margin:0;

    color:#a9a9a9 !important;

    font-size:17px;

    line-height:1.7;

}


/* =========================================================
   KPI PILLS
========================================================= */

.testimonial-hero-points{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:32px;

}


.testimonial-point{

    display:flex;

    align-items:center;

    gap:8px;

    padding:13px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.05) !important;

    border:1px solid rgba(255,255,255,.12);

    color:#d0d0d0 !important;

    font-size:13px;

    font-weight:500;

    white-space:nowrap;

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    transition:.4s ease;

}


.testimonial-point span{

    color:#F5B72D !important;

    font-weight:800;

}


.testimonial-point:hover{

    transform:translateY(-4px);

    border-color:#F5B72D;

    background:rgba(245,183,45,.08) !important;

    box-shadow:0 12px 30px rgba(245,183,45,.12);

}


/* =========================================================
   SCROLL DOWN
========================================================= */

.testimonial-scroll{

    display:flex;

    align-items:center;

    gap:20px;

    margin-top:50px;

}


.testimonial-scroll span{

    color:#ffffff !important;

    font-size:11px;

    font-weight:700;

    letter-spacing:4px;

}


.scroll-line{

    position:relative;

    width:1px;

    height:65px;

    background:rgba(255,255,255,.30);

    overflow:hidden;

}


.scroll-line i{

    position:absolute;

    top:-25px;

    left:0;

    width:2px;

    height:24px;

    background:#F5B72D;

    animation:scrollMove 2s ease-in-out infinite;

}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes scrollMove{

    0%{

        top:-25px;

        opacity:0;

    }

    20%{

        opacity:1;

    }

    80%{

        opacity:1;

    }

    100%{

        top:65px;

        opacity:0;

    }

}


@keyframes testimonialGlow{

    0%{

        transform:translate(0,0);

    }

    50%{

        transform:translate(60px,40px);

    }

    100%{

        transform:translate(0,0);

    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){

    .testimonial-hero-content{

        padding:70px 35px 55px;

    }

    .testimonial-hero-content h1{

        font-size:54px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .testimonial-hero-content{

        min-height:auto;

        padding:60px 25px 50px;

    }

    .testimonial-hero-content h1{

        font-size:46px;

        letter-spacing:-1px;

    }

    .testimonial-hero-content p{

        font-size:16px;

    }

    .testimonial-hero-points{

        gap:9px;

    }

    .testimonial-point{

        padding:12px 15px;

        font-size:12px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .testimonial-hero-content{

        padding:50px 20px 45px;

    }

    .testimonial-tag{

        padding:11px 19px;

        font-size:10px;

        letter-spacing:1.4px;

    }

    .testimonial-hero-content h1{

        font-size:38px;

    }

    .testimonial-hero-content p{

        font-size:15px;

        line-height:1.6;

    }

    .testimonial-hero-points{

        flex-direction:column;

        align-items:flex-start;

    }

    .testimonial-point{

        width:max-content;

        max-width:100%;

    }

    .testimonial-scroll{

        margin-top:40px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b5e229 *//*========================================================
        HIREEYY TESTIMONIAL SECTION
========================================================*/

.hireyy-testimonials{

    position:relative;
    width:100%;
    padding:120px 0;
    background:#050505;
    overflow:hidden;

}


/*========================================================
        BACKGROUND GLOW
========================================================*/

.hireyy-testimonials::before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    top:-250px;
    left:-250px;

    border-radius:50%;

    background:rgba(245,183,45,.07);

    filter:blur(180px);

    pointer-events:none;

}

.hireyy-testimonials::after{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    right:-250px;
    bottom:-250px;

    border-radius:50%;

    background:rgba(245,183,45,.05);

    filter:blur(180px);

    pointer-events:none;

}


/*========================================================
        CONTAINER
========================================================*/

.testimonial-container{

    width:90%;
    max-width:1500px;

    margin:auto;

    position:relative;

    z-index:2;

}


/*========================================================
        HEADING
========================================================*/

.testimonial-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 75px;

}

.testimonial-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 28px;

    border-radius:60px;

    background:rgba(245,183,45,.06);

    border:1px solid rgba(245,183,45,.25);

    color:#F5B72D;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.testimonial-heading h2{

    margin:30px 0 0;

    color:#fff;

    font-size:56px;

    line-height:1.12;

    font-weight:800;

}

.testimonial-heading h2 span{

    color:#F5B72D;

}

.testimonial-heading p{

    max-width:720px;

    margin:22px auto 0;

    color:#aaa;

    font-size:17px;

    line-height:1.8;

}


/*========================================================
        GRID
        4 CARDS PER ROW
========================================================*/

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

    align-items:stretch;

}


/*========================================================
        CARD
========================================================*/

.testimonial-card{

    position:relative;

    width:100%;

    min-width:0;

    height:560px;

    padding:30px 25px;

    border-radius:26px;

    background:rgba(255,255,255,.045);

    border:1px solid rgba(255,255,255,.10);

    overflow:hidden;

    cursor:pointer;

    isolation:isolate;

    box-sizing:border-box;

    transition:

        transform .45s ease,

        border-color .45s ease,

        box-shadow .45s ease,

        background .45s ease;

}


/*========================================================
        GOLD CORNER GLOW
========================================================*/

.testimonial-card::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    top:-130px;

    right:-130px;

    border-radius:50%;

    background:

        radial-gradient(

            circle,

            rgba(245,183,45,.20),

            transparent 70%

        );

    opacity:.45;

    transition:

        transform .55s ease,

        opacity .55s ease;

    pointer-events:none;

    z-index:0;

}

.testimonial-card:hover::before{

    transform:scale(1.5);

    opacity:1;

}


/*========================================================
        GLASS SHINE
========================================================*/

.testimonial-card::after{

    content:"";

    position:absolute;

    top:-120%;

    left:-150%;

    width:55%;

    height:280%;

    transform:rotate(28deg);

    background:

        linear-gradient(

            90deg,

            transparent,

            rgba(255,255,255,.12),

            transparent

        );

    transition:left .85s ease;

    pointer-events:none;

    z-index:10;

}

.testimonial-card:hover::after{

    left:165%;

}


/*========================================================
        HOVER EFFECT
========================================================*/

.testimonial-card:hover{

    transform:translateY(-10px);

    border-color:rgba(245,183,45,.55);

    background:rgba(255,255,255,.06);

    box-shadow:

        0 25px 70px rgba(245,183,45,.14),

        0 20px 45px rgba(0,0,0,.5);

}


/*========================================================
        CARD CONTENT
========================================================*/

.testimonial-top,
.testimonial-info,
.career-flow,
.testimonial-role{

    position:relative;

    z-index:5;

}


/*========================================================
        PROFILE IMAGE
========================================================*/

.testimonial-profile{

    width:110px;

    height:110px;

    margin:0 auto;

    padding:3px;

    border-radius:50%;

    background:linear-gradient(

        135deg,

        #F5B72D,

        rgba(245,183,45,.15)

    );

    box-shadow:

        0 0 0 1px rgba(245,183,45,.15),

        0 0 25px rgba(245,183,45,.10);

    overflow:hidden;

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}


/* IMPORTANT:
   Image must actually fill the circle
*/

.testimonial-profile img{

    display:block !important;

    width:100% !important;

    height:100% !important;

    max-width:none !important;

    object-fit:cover !important;

    object-position:center !important;

    border-radius:50% !important;

}


/* Hover image */

.testimonial-card:hover .testimonial-profile{

    transform:scale(1.08);

    box-shadow:

        0 0 0 2px rgba(245,183,45,.35),

        0 0 40px rgba(245,183,45,.25);

}


/*========================================================
        OUTCOME
========================================================*/

.testimonial-outcome{

    margin-top:20px;

    text-align:center;

    color:#4CAF24;

    font-size:15px;

    font-weight:700;

    letter-spacing:.5px;

    white-space:nowrap;

    transition:

        color .35s ease,

        transform .35s ease;

}

.testimonial-card:hover .testimonial-outcome{

    color:#F5B72D;

    transform:translateY(-2px);

}


/*========================================================
        NAME
========================================================*/

.testimonial-info{

    text-align:center;

    margin-top:20px;

}

.testimonial-info h3{

    margin:0;

    color:#fff;

    font-size:21px;

    font-weight:700;

    line-height:1.3;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

    transition:color .35s ease;

}

.testimonial-card:hover .testimonial-info h3{

    color:#F5B72D;

}

.testimonial-date{

    display:block;

    margin-top:7px;

    color:#999;

    font-size:14px;

}


/*========================================================
        CAREER FLOW
========================================================*/

.career-flow{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    margin-top:28px;

}

.flow-label{

    color:#999;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

    margin-bottom:8px;

}

.career-flow strong{

    color:#fff;

    font-size:15px;

    font-weight:600;

    line-height:1.4;

    min-height:21px;

    white-space:nowrap;

}

.flow-arrow{

    display:block;

    margin:12px 0;

    color:#F5B72D;

    font-size:27px;

    line-height:1;

    transition:

        transform .35s ease,

        text-shadow .35s ease;

}

.testimonial-card:hover .flow-arrow{

    transform:translateY(5px);

    text-shadow:

        0 0 15px rgba(245,183,45,.7);

}


/*========================================================
        ROLE
========================================================*/

.testimonial-role{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    min-height:55px;

    margin-top:24px;

    padding-top:17px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#cfcfcf;

    font-size:14px;

    font-weight:500;

    line-height:1.5;

    text-align:center;

    transition:

        color .35s ease,

        border-color .35s ease;

}

.testimonial-card:hover .testimonial-role{

    color:#fff;

    border-color:rgba(245,183,45,.20);

}


/*========================================================
        RESPONSIVE
========================================================*/

@media(max-width:1300px){

    .testimonial-grid{

        grid-template-columns:repeat(3,1fr);

    }

}


@media(max-width:950px){

    .testimonial-grid{

        grid-template-columns:repeat(2,1fr);

        gap:22px;

    }

    .testimonial-heading h2{

        font-size:46px;

    }

}


@media(max-width:600px){

    .hireyy-testimonials{

        padding:90px 0;

    }

    .testimonial-container{

        width:92%;

    }

    .testimonial-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .testimonial-heading h2{

        font-size:36px;

    }

    .testimonial-card{

        height:540px;

    }

}


/*========================================================
        ELEMENTOR FIX
========================================================*/

.hireyy-testimonials,
.hireyy-testimonials *{

    box-sizing:border-box;

}

.hireyy-testimonials img{

    opacity:1 !important;

    visibility:visible !important;

}/* End custom CSS */