﻿body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: #6C4A8B;
    color: #FFF;
    background-image: url('../images/industrial-overlay.png');
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    font-size: 16px;
}

h1 {
    font-weight: 600;
}

h2 {
    font-size: 3.2rem;
    font-weight: 600;
}

h3 {
    font-size: 2.2rem;
    font-weight: 400;
}

h4 {
    font-weight: 600;
}

a:focus, a:hover {
    color: #FFF;
}

.navbar-default {
    background-color: #6C4A8B;
    border-color: #6C4A8B;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        color: #FFF;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #E1E1E1;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #FFF;
        background-color: #5C478E;
        font-size: 18px;
    }

.navbar-nav {
        float: left;
        margin: 5px 0;
    }


.dropdown-menu {
    color: #FFF;
    background-color: #5C478E;
}

    .dropdown-menu > li > a {
        color: #FFF;
    }

.hero {
    position: relative;
    background-image: url('../images/hero-image.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 20px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(143deg, rgba(108, 74, 139, 1), rgba(247, 148, 30, .2));
        z-index: 0;
    }

    .hero * {
        position: relative;
        z-index: 1;
    }

    .hero h1 {
        font-size: 3.6rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .hero p {
        font-size: 2rem;
        max-width: 926px;
        margin: auto;
    }

.team-bio {
    margin: 0 30px;
}

.team-card {
    margin: 20px 0 20px 0;
}

.hero .buttons {
    margin-top: 2rem;
}

    .hero .buttons a {
        text-decoration: none;
        padding: 12px 24px;
        margin: 0 10px 10px 0;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
    }

        .hero .buttons a:hover {
            background-color: #F7941E;
        }

.hero.temp-to-perm-hero {
    background-image: url('../images/hero-image-1.jpg');
}

.hero.meet-the-team-hero {
    background-image: url('../images/hero-image-team.jpg');
}
.hero.candidate-hero {
    background-image: url('../images/hero-candidate.jpg');
}
.hero.sectors-hero {
    background-image: url('../images/hero-production.jpg');
}
.hero.client-hero {
    background-image: url('../images/clients.jpg');
}
.hero.engineering-hero {
    background-image: url('../images/engineering.jpg');
}

.buttons {
    margin-top: 2rem;
}

    .buttons a {
        text-decoration: none;
        padding: 12px 24px;
        margin: 0 10px 0 0;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
    }

.primary-btn {
    background-color: #423266;
    color: white;
}

.secondary-btn {
    color: #FFF;
    border: 2px solid #FFF;
}

.primary-btn-orange {
    background-color: #F7941E;
    color: #F7F7F7;
}

.secondary-btn-orange {
    background-color: #F7941E;
    color: #F7F7F7;
}

section {
    padding: 30px 15px;
}
@media (max-width: 767px) {
    section .success-by-numbers {
        padding: 30px 0px;
       
    }
}
    section h2 {
        margin-bottom: 1rem;
    }

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    text-align: center;
    margin-top: 2rem;
}

.timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.timeline-step {
    flex: 1;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.numbers-section {
    background: #EFEFEF;
    text-align: center;
}

.numbers-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

    .numbers-grid div {
        font-size: 2rem;
        font-weight: bold;
    }


/* ——— Cards ——— */
.card {
    background: #423266;
    border: 3px solid #F7941E;
    border-radius: 6px;
    padding: 20px 10px 0 10px;
    text-align: center;
    height: 100%;
    transition: all .25s ease;
    margin: 10px 0px;
    min-width: 174px;
    min-height: 200px
}

    .card.the-future {
        background-image: url(../images/box-background-2.png);
        min-height: 40px;
        padding: 0;
    }
        .section-border button {
            background-color: transparent;
            border: none;
        }
    .card:hover {
        background: rgba(255,255,255,.10)
    }

    .card img {
        height: 64px;
        margin-bottom: 15px;
        opacity: .85
    }

.custom-container {
    background-color: #423266;
    color: white;
    padding: 20px;
    border-radius: 10px;
    /* max-width: 500px;*/
    margin: 0;
}

.custom-title {
    font-weight: bold;
    font-size: 16px;
}

.grid-box {
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.grid-box-clients {
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.grid-content {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
}

.checkmark {
    font-size: 32px;
    color: #FFF;
    margin-right: 8px;
}

.text-left {
    text-align: left;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(107, 83, 170, 0.95); 
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 2;
}

    .overlay p {
        color: white;
        font-size: 18px;
        text-align: center;
        margin: 0;
        padding: 10px;
        font-size: 16px;
    }

.details {
    display: none;
    border: 2px solid #fff;
    background-color: #F7941E;
    color: #FFF;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 16px
}

.details-clients {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 16px
}

.grid-box {
    background-color: #6C4A8B;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.grid-box-clients {
    background-color: #6C4A8B;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.grid-box:hover {
    background-color: #875FAF;
}

.grid-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.checkmark {
    font-size: 20px;
    color: #28a745;
}

.navbar-brand img {
    width: 36%;
}
@media (max-width: 991px) {
    .navbar-brand img {
        margin-top:-5px;
        width: 168px;
        position: absolute;
    }
}

.counter p {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    background-color: #6C4A8B;
    font-weight: 400;
    padding: 5px;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.container-figures {
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.counter {
    min-height: 244px;
    animation: counter 5s forwards ease-in-out;
    counter-reset: num var(--num);
    font: 800 40px system-ui;
    padding: 2rem;
    text-align: center;
    background: #F7F7F7;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .counter::before {
        content: counter(num) attr(data-suffix);
        display: block;
        font-size: 50px;
        font-weight: bold;
        color: black;
    }

.counter-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
}
/* Individual Keyframes */
@keyframes counter-1 {
    from {
        --num: 0;
    }

    to {
        --num: 83;
    }
}

@keyframes counter-2 {
    from {
        --num: 0;
    }

    to {
        --num: 93;
    }
}

@keyframes counter-3 {
    from {
        --num: 0;
    }

    to {
        --num: 4;
    }
}

@keyframes counter-4 {
    from {
        --num: 0;
    }

    to {
        --num: 100;
    }
}

@keyframes counter-5 {
    from {
        --num: 0;
    }

    to {
        --num: 83;
    }
}

@keyframes counter-6 {
    from {
        --num: 0;
    }

    to {
        --num: 93;
    }
}

@keyframes counter-7 {
    from {
        --num: 0;
    }

    to {
        --num: 24;
    }
}
/* Assign animations */
.counter-1.active {
    animation: counter-1 5s forwards ease-in-out;
}

.counter-2.active {
    animation: counter-2 5s forwards ease-in-out;
}

.counter-3.active {
    animation: counter-3 5s forwards ease-in-out;
}

.counter-4.active {
    animation: counter-4 5s forwards ease-in-out;
}

.counter-5.active {
    animation: counter-5 5s forwards ease-in-out;
}

.counter-6.active {
    animation: counter-6 5s forwards ease-in-out;
}

.counter-7.active {
    animation: counter-7 5s forwards ease-in-out;
}

.info-text {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

@media (max-width: 1199px) {
    .container-figures {
        grid-template-columns: repeat(4, 1fr); 
        grid-template-areas:
            "counter1 counter2 counter3 counter3"
            ". counter4 counter5 ."; 
        justify-content: center;
    }

    .counter-1 {
        grid-area: counter1;
    }

    .counter-2 {
        grid-area: counter2;
    }

    .counter-3 {
        grid-area: counter3;
    }

    .counter-4 {
        grid-area: counter4;
    }

    .counter-5 {
        grid-area: counter5;
    }

    .counter-1.active {
        animation: counter-1 0.1s forwards ease-in-out;
    }

    .counter-2.active {
        animation: counter-2 0.1s forwards ease-in-out;
    }

    .counter-3.active {
        animation: counter-3 0.1s forwards ease-in-out;
    }

    .counter-4.active {
        animation: counter-4 0.1s forwards ease-in-out;
    }

    .counter-5.active {
        animation: counter-5 0.1s forwards ease-in-out;
    }
}

@media (max-width: 767px) {
    .container-figures {
        grid-template-columns: 1fr; 
        grid-template-areas:
            "counter1"
            "counter2"
            "counter3"
            "counter4"
            "counter5"; 
    }
}

.info-text {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    background-color: #423166;
    font-weight: 500;
    padding: 5px;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.process-step {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    background: #423266;
    margin-bottom: 20px;
    border-radius: 4px;
}

.cta-btn {
    margin: 20px 0;
}

.difference-card {
    background: #423266;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 100%;
}

.grid-box-wrapper {
    position: relative;
    overflow: visible;
}

@media (max-width: 991px) {
    .grid-box-wrapper {
        padding-bottom: 10px;
    }

    .card {
        min-height: 170px;
    }

    .buttons a {
        margin: 0 10px 10px 10px;
    }
}

.grid-box {
    position: relative;
    padding: 10px;
    border-radius: 8px;
}

.grid-box-clients {
    position: relative;
    padding: 10px;
    border-radius: 8px;
}

.grid-box::after {
    transform: rotate(90deg);
    content: "";
    position: absolute;
    top: 43px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../images/click.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.grid-box-clients::after {
    background-image: none;
}

.grid-box-open {
    position: relative;
    padding: 10px;
    border-radius: 8px;
}

    .grid-box-open ::after {
        transform: rotate(90deg);
        content: "";
        position: absolute;
        top: 43px;
        right: 4px;
        width: 16px;
        height: 16px;
        background-image: url(../images/click.svg);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;
    }

.navbar-brand {
    height: 0;
    padding: 10px 15px;
}

.who-we-help .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
    background-image: url(../images/box-background-2.png);
}

.success-numbers .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
    background-image: url(../images/box-background-2.png);
}

.hiring-gamble .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.register-to-work .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.high-churn .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
    background-size: contain;
    background-image: url(../images/box-background-4.png);
}

.success-stories .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.time-saving-benefit .section-border {
    padding: 15px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.where-we-fit .section-border {
    padding: 15px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.time-saving-benefit .section-border {
    max-width: max-content; 
    margin: 0 auto; 
    text-align: center;
    background-image: url(../images/box-background-2.png);
}

.faq-employers .section-border {
    padding: 15px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.testimonials .section-border {
    padding: 15px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
    background-size: cover;
    background-image: url(../images/testimonial-bg-1.jpg);
}



.time-saving-benefit .quote-box {
    max-width: 100%; 
    margin: 10px 40px 15px 40px; 
}

.food-production .section-border,
.manufacturing .section-border,
.logistics .section-border,
.print .section-border,
.assembly .section-border {
    position: relative;
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
    overflow: hidden;
}

    .food-production .section-border::before,
    .manufacturing .section-border::before,
    .logistics .section-border::before,
    .print .section-border::before,
    .assembly .section-border::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0.5;
        z-index: 0;
    }

    .food-production .section-border > *,
    .manufacturing .section-border > *,
    .logistics .section-border > *,
    .print .section-border > *,
    .assembly .section-border > * {
        position: relative;
        z-index: 1;
    }

    .food-production .section-border h4,
    .manufacturing .section-border h4,
    .logistics .section-border h4,
    .print .section-border h4,
    .assembly .section-border h4 {
        margin: 0 0 0 10px !important;
    }

    .food-production .section-border::before {
        background-image: url(../images/box-background-food.jpg);
    }

    .manufacturing .section-border::before {
        background-image: url(../images/box-background-engineering.jpg);
    }

    .logistics .section-border::before {
        background-image: url(../images/box-background-logistics.jpg);
    }

    .print .section-border::before {
        background-image: url(../images/box-background-print.jpg);
    }

    .assembly .section-border::before {
        background-image: url(../images/box-background-assembly.jpg);
    }

.time-saving-benefit .client-quote {
    margin-bottom: 2rem;
}

.time-saving-benefit h2,
.time-saving-benefit p {
    margin-left: auto;
    margin-right: auto;
    max-width: 60ch;
}

.how-our-plan-works .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.what-makes-us-different .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}
.faq-section .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.success-by-numbers .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.people-section .section-border {
    padding: 15px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.meet-the-team .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.how-our-plan-works .section-border {
    padding: 0px 15px 15px 15px;
    background-color: #7C56A0;
    border-radius: 20px;
    box-shadow: rgba(10, 10, 111, 0.2) 0px 20px 29px 0px;
}

.how-our-plan-works-temp-perm .details {
    display: block;
}

.time-saving-benefit {
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vh;
}

.centered-icon {
    width: 40px;
    height: 40px;
}

.grid-content .text-left {
    font-size: 16px;
    font-weight: 600;
}

.img-circle {
    border-radius: 80px !important;
}

.meet-the-team .img-circle {
    width: 200px;
    height: 200px;
    border-radius: 120px !important;
}

.people-section p {
    font-weight: 300;
    color: #FFF;
}

.people-section a {
    color: #FFF;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin: 0;
    border: 1px solid transparent;
}

/*-------------------------------------------------------------------------*/


@media (min-width: 992px) {
    .body-scrolled header.site-header {
        padding: 0;
    }

        .body-scrolled header.site-header .upper-site-header {
            top: -55px;
        }

        .body-scrolled header.site-header .navbar-brand.desktop span img {
            max-width: 150px;
            margin-top: 0;
        }

        .body-scrolled header.site-header .navbar.navbar-default .nav {
            padding: 0;
        }
}

header.site-header {
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 55px 0 15px 0;
}

@media (min-width: 992px) {
    header.site-header {
        background-color: #6C4A8B;
    }
}

@media (max-width: 991px) {
    header.site-header {
        padding: 15px 0;
    }
}

/*@media (min-width: 992px) {*/
header.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
    /*}*/

    header.site-header:after {
        position: absolute;
        bottom: -30px;
        height: 30px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.05)), color-stop(60%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.05) 0%, rgba(255, 255, 255, 0) 60%);
        left: 0;
        right: 0;
        content: "\00a0";
        pointer-events: none;
    }

    header.site-header .upper-site-header {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: top .5s;
        transition: top .5s;
        background-color: #423266;
        width: 100%;
    }

@media (min-width: 992px) {
    header.site-header .upper-site-header {
        display: block;
    }
}

header.site-header .upper-site-header--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

    header.site-header .upper-site-header--menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        header.site-header .upper-site-header--menu ul li {
            position: relative;
            padding-right: 15px;
            margin-right: 15px;
        }

            header.site-header .upper-site-header--menu ul li:after {
                content: "\00a0";
                border-right: 1px solid rgba(255, 255, 255, 0.5);
                position: absolute;
                right: 0;
                top: 25%;
                bottom: 20%;
            }

            header.site-header .upper-site-header--menu ul li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

                header.site-header .upper-site-header--menu ul li:last-child::after {
                    content: " ";
                    border-right: 0;
                }

            header.site-header .upper-site-header--menu ul li a {
                color: #FFF;
                font-size: 1.4rem;
            }

                header.site-header .upper-site-header--menu ul li a:hover {
                    color: #c1c1c1;
                    /* border-bottom: 1px solid #FFF;*/
                }

            header.site-header .upper-site-header--menu ul li.tel:before {
                font-family: FontAwesome;
                content: "\f095";
                color: #FFF;
                margin-right: 10px;
            }

            header.site-header .upper-site-header--menu ul li.email:before {
                font-family: FontAwesome;
                content: "\f0e0";
                color: #FFF;
                margin-right: 10px;
            }

            header.site-header .upper-site-header--menu ul li.ucase-link {
                text-transform: uppercase;
                font-weight: 700;
            }


.fa.fa-home {
    display: flex;
    position: relative;
    left: 0;
    font-size: 24px;
    top: -2px;
}

core-values-section {
    background-color: #fff;
    padding: 40px 0;
}

.core-value-box {
    background-color: #423266;
    background-image: url('../images/core-value-background.png');
    border: 2px solid #FFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
    height: 100%;
}

    .core-value-box:hover {
        transform: translateY(-5px);
    }

    .core-value-box h3 {
        color: #FFF;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 2.8rem;
    }

    .core-value-box p {
        font-size: 15px;
        color: #FFF;
    }

.core-values-section {
    padding-top: 20px;
}

.meet-us {
    padding-top: 20px;
    border-top: 2px solid #9989BC;
}

.testimonials .testimonial-item-wrapper {
    position: relative;
    height: 470px;
}

@media (max-width: 1199px) {
    .testimonials .testimonial-item-wrapper {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper {
        height: 420px;
        /* height: 350px;*/
    }
}

.testimonials .testimonial-item-wrapper .carousel {
    height: 100%;
    position: relative;
}

    .testimonials .testimonial-item-wrapper .carousel .carousel-inner {
        height: 100%;
    }

    .testimonials .testimonial-item-wrapper .carousel .item {
        text-align: center;
        height: 100%;
    }

        .testimonials .testimonial-item-wrapper .carousel .item img {
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;
            margin: 0 0 3rem 0;
            background-color: #FFF;
            border: 2px solid #FFF;
        }

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper .carousel .item img {
        width: 90px;
    }
}

.testimonials .testimonial-item-wrapper .carousel .item .carousel-caption {
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 0;
    color: #FFF;
    text-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption h5 {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        font-weight: 700;
        color: #FFF;
        margin: 0 0 2rem 0;
        text-transform: uppercase;
    }

    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption p {
        line-height: 4.5rem;
        font-size: 2.4rem;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 500;
        color: #fff;
        margin-bottom: 3rem;
    }

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption p {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

.testimonials .testimonial-item-wrapper .carousel-controls {
    float: left;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

    .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control {
        top: 0;
        width: 55px;
        height: 55px;
        background-color: transparent;
        color: #fff;
        padding: 0;
        font-size: 30px;
        display: inline-block;
        -webkit-transition: all .25s;
        transition: all .25s;
        opacity: 1;
    }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control:hover {
            color: #D4E3E3;
        }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control.left {
            background-image: none;
            text-shadow: none;
            position: relative;
            top: 20px;
        }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control.right {
            background-image: none;
            text-shadow: none;
            position: relative;
            top: 20px;
        }

.quote-box {
    position: relative;
    padding: 1.5rem 2rem;
    font-style: italic;
    border: none;
    border-radius: 20px;
    margin: 2rem 0;
    background: linear-gradient(to right, #875FAF, #6C4A8B, #7C56A0)
}

.scroll-text::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -8px;
    width: 36px; 
    height: 36px;
    background-image: url('../images/quote-before.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; 
}

.scroll-text::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -8px;
    width: 36px; 
    height: 36px;
    background-image: url('../images/quote-after.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; 
}

.quote-box::before {
    top: 2px;
    left: 5px;
}

.quote-box::after {
    bottom: 2px;
    right: 5px;
  }

@media (min-width: 1200px) {
    .five-col-overide {
        width: 20% !important;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}


.text-wrapper {
    overflow: hidden; 
    padding: 0 30px;
}

.scroll-text {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    opacity: 0;
    transition: none;
    padding: 8px 10px;
    font-size: 20px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

    .scroll-text.scroll-active {
        animation: scroll-left 2s ease-out forwards;
    }

.bold {
    font-weight: 700;
}

.client-quote {
    text-align: center; 
    margin-bottom: 2em;
    padding: 0 30px;
}

.quote-box {
    display: inline-block; 
    padding: 10px 15px 15px 15px;
    margin: 15px auto; 
}

.section-head.with-icon {
    margin-top: 20px;
    display: inline-flex;
    align-items: center; 
}

    .section-head.with-icon .section-icon {
        width: 50px;
        height: 50px;
        object-fit: contain; 
        margin-right: 8px;
    }

    .section-head.with-icon h2 {
        margin: 0; 
    }


a:link, a:visited {
    color: #FFF !important;
}

.navbar.navbar-default .nav li a {
    color: #FFF !important;
}

.navbar-brand.desktop span img {
   /* width: 36% !important;
    min-width: 250px !important;
    max-width: 250px !important;*/
}

.all-testimonials-button .btn-default {
    background-color: transparent;
    border: 2px solid #FFF
}

.navbar-collapse.collapse {
    padding-top: 20px;
}
/*---------------------------------------------------------- move to main.css-------------------------------------------------------------*/
.testimonials {
    height: 550px;
    height: 600px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none;
}

    .testimonials:before {
        content: "\00a0";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 0;
        height: 60px;
    }

@media (max-width: 1199px) {
    .testimonials {
        height: 540px;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .testimonials {
        height: 540px;
    }
}

.testimonials .testimonial-block {
    position: relative;
    padding-top: 4rem;
    margin: auto;
    text-align: center;
}

.testimonials .testimonial-item-wrapper {
    position: relative;
    height: 470px;
}

@media (max-width: 1199px) {
    .testimonials .testimonial-item-wrapper {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper {
        height: 420px;
    }
}

.testimonials .testimonial-item-wrapper .carousel {
    height: 100%;
    position: relative;
}

    .testimonials .testimonial-item-wrapper .carousel .carousel-inner {
        height: 100%;
    }

    .testimonials .testimonial-item-wrapper .carousel .item {
        text-align: center;
        height: 100%;
    }

        .testimonials .testimonial-item-wrapper .carousel .item img {
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;
            margin: 0 0 3rem 0;
            background-color: #FFF;
            border: 2px solid #FFF;
        }

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper .carousel .item img {
        width: 90px;
    }
}

.testimonials .testimonial-item-wrapper .carousel .item .carousel-caption {
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 0;
    color: #FFF;
    text-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption h5 {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        font-weight: 700;
        color: #FFF;
        margin: 0 0 2rem 0;
        text-transform: uppercase;
    }

    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption p {
        line-height: 4.5rem;
        font-size: 2.4rem;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: 500;
        color: #fff;
        margin-bottom: 3rem;
    }

@media (max-width: 991px) {
    .testimonials .testimonial-item-wrapper .carousel .item .carousel-caption p {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

.testimonials .testimonial-item-wrapper .carousel-controls {
    float: left;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

    .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control {
        top: 0;
        width: 55px;
        height: 55px;
        background-color: transparent;
        color: #fff;
        padding: 0;
        font-size: 30px;
        display: inline-block;
        -webkit-transition: all .25s;
        transition: all .25s;
        opacity: 1;
    }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control:hover {
            color: #D4E3E3;
        }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control.left {
            background-image: none;
            text-shadow: none;
            position: relative;
            top: 20px;
        }

        .testimonials .testimonial-item-wrapper .carousel-controls .carousel-control.right {
            background-image: none;
            text-shadow: none;
            position: relative;
            top: 20px;
        }

.ribbon-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Base ribbon */
.ribbon {
    position: relative;
    margin: 22px 0;
    padding: 22px 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 3px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.15);
}

    .ribbon span {
        font-size: 26px;
    }
    /* Down-pointing “pointer” */
    .ribbon::after {
        content: url(../images/purple-arrow.svg);
        position: absolute;
        left: 42px;
        bottom: -18px;
        width: 32px;
        height: 32px;
        display: block;
        z-index: 9999;
        pointer-events: none;
    }

    .ribbon.end-ribbon::after {
        content: "";
        position: absolute;
        left: 42px;
        bottom: -18px;
        width: 32px;
        height: 32px;
        display: block;
        z-index: 9999;
        pointer-events: none;
    }
.ribbon-text {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

/* Colors (match the screenshot’s feel) */
.ribbon--orange {
    background: #4A4A4A;
}

    .ribbon--orange::after {
        border-top-color: #4A4A4A;
    }

    .ribbon--orange::before {
        border-right-color: #d8841d;
    }

.ribbon--aqua {
    background: #BAD82F;
}

    .ribbon--aqua::after {
        border-top-color: #BAD82F;
    }

    .ribbon--aqua::before {
        border-right-color: #BAD82F;
    }

.ribbon--teal {
    background: #8FD926;
}

    .ribbon--teal::after {
        border-top-color: #8FD926;
    }

    .ribbon--teal::before {
        border-right-color: #247487;
    }


.ribbon--color-1 {
    background: #FFD89A;
}

    .ribbon--color-1::after {
        border-top-color: #FFD89A;
    }

    .ribbon--color-1::before {
        border-right-color: #FFD89A;
    }

.ribbon--color-2 {
    background: #FFC477;
}

    .ribbon--color-2::after {
        border-top-color: #FFC477;
    }

    .ribbon--color-2::before {
        border-right-color: #FFC477;
    }

.ribbon--color-3 {
    background: #FFAD4D;
}

    .ribbon--color-3::after {
        border-top-color: #FFAD4D;
    }

    .ribbon--color-3::before {
        border-right-color: #FFAD4D;
    }

.ribbon--color-4 {
    background: #FF9C33;
}

    .ribbon--color-4::after {
        border-top-color: #FF9C33;
    }

    .ribbon--color-4::before {
        border-right-color: #FF9C33;
    }

.ribbon--color-5 {
    background: #F7941E;
}

    .ribbon--color-5::after {
        border-top-color: #F7941E;
    }

    .ribbon--color-5::before {
        border-right-color: #F7941E;
    }

/* Responsiveness */
@media (max-width: 480px) {
    .ribbon {
        font-size: 16px;
        padding: 20px 20px;
        font-weight: 500;
    }

        .ribbon::after {
            left: 32px;
        }
}
/* Base styles */
.ribbon-stack {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ribbon {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

    /* Active state when in view */
    .ribbon.show {
        opacity: 1;
        transform: translateY(0);
    }

/* Staggered effect */
.ribbon-stack .ribbon:nth-child(1).show {
    transition-delay: 0.2s;
}

.ribbon-stack .ribbon:nth-child(2).show {
    transition-delay: 0.4s;
}

.ribbon-stack .ribbon:nth-child(3).show {
    transition-delay: 0.6s;
}

.ribbon-stack .ribbon:nth-child(4).show {
    transition-delay: 0.8s;
}

.ribbon-stack .ribbon:nth-child(5).show {
    transition-delay: 1s;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.step {
    margin-bottom: 20px;
}

.step-label {
    color: #FFF !important;
    font-size: 20px;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .15s ease, filter .15s ease;
    text-align: center;
    text-transform: uppercase;
}

    .step-label::after {
        transform: rotate(-90deg);
        content: url(../images/circle-dot.svg);
        position: absolute;
        left: -53px;
        bottom: 10px;
        width: 32px;
        height: 32px;
        display: block;
        z-index: 9999;
        pointer-events: none;
    }

    .step-label:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
    }

.step-card {
    background-color: #6C4A8B;
    padding: 15px 10px 0px 10px;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .step-card:hover {
        /* transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.15);*/
    }

    .step-card h3 {
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1.35;
        background-color: rgba(252, 252, 252, .1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 500;
    }

.step-perks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.perk {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: #6C4A8B;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    .step-label {
        margin-bottom: 10px;
    }

    .steps {
        text-align: center;
    }

    .step-label {
        margin: 20px 0 0 0;
    }

        .step-label::after {
            bottom: -58px;
        }
}

.step.row {
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 20px;
    background: linear-gradient(to right, #875FAF, #6C4A8B, #6C4A8B);
}

@media (min-width: 768px) {
    .step.row {
        display: flex;
        align-items: center; 
    }

    .step .col-sm-2,
    .step .col-sm-10 {
        float: none; 
    }
}

.register-to-work .section-border {
    position: relative; 
    padding-left: 50px;
}

 
    .register-to-work .section-border:before {
        content: "";
        position: absolute;
        top: 70px;
        bottom: 40px;
        left: 34px;
        width: 20px; 
        border: 3px solid #F7941E;
        border-right: none; 
        height: 88%;
    }

.card.the-future {
    display: block;
    align-items: center; 
}

    .card.the-future h4 {
        padding: 5px;
    }

    .card.the-future.arrow-right::after {
        content: url(../images/purple-arrow.svg);
        position: absolute;
        right: -12px; 
        top: 50%;
        transform: translateY(-50%) rotate(-90deg); 
        width: 24px;
        height: 24px;
        display: block;
        z-index: 9999;
        pointer-events: none;
    }

@media (max-width: 991px) {
    .card.the-future h4 {
        font-size: 16px;
    }
}
/* For screens < 767px: move arrow to bottom */
@media (max-width: 767px) {
    .card.the-future.arrow-right::after {
        right: 50%;
        top: 102px;
        transform: translateX(50%) rotate(-0deg); 
    }

    .card.the-future {
        padding: 0;
        margin: 20px 0;
    }
}

/*----------------------------*/
.where-we-fit {
   
    line-height: 1.35;
    padding: 50px 0;
}

    .where-we-fit .stage {
        display: flex;
        align-items: center; 
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;
    }

.plate {
    flex: 0 0 332px; 
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.orbit {
    flex: 1 1 500px; 
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity:0.5;
}

.callout {
    position: static; 
    transform: none;
}

.content {
    display: flex;
    align-items: center;
    gap: 16px;
    background-image: url(../images/box-background-2.png);
    padding: 12px 20px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    font-weight: 500;
    font-size: 20px;
}


.icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

    .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.title {
    border-right: 2px solid black;
    padding-right: 20px;
    color: #F7941E;
    min-width: 200px;
}

.subtitle {
    font-weight: 500;
    font-size: 16px;
}

.a-120 {
}

.a-180 {
    margin-left: 25px;
}

.a-240 {
    margin-left: 50px;
}

.a-60 {
    margin-left: 50px;
}

.a-0 {
    margin-left: 25px;
}

.a-300 {
}

@media (max-width: 991px) {
    .a-120 {
    }

    .a-180 {
        margin-left: 0;
    }

    .a-240 {
        margin-left: 0;
    }

    .a-60 {
        margin-left: 0;
    }

    .a-0 {
        margin-left: 0;
    }

    .a-300 {
    }

    .plate {
        margin-bottom: 40px;
    }
    .icon {
        min-width: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

    .title {
        border-right: none !important;
        padding-right: 0 !important;
    }

    .plate img {
        width: 100%;
        height: 100%;
    }
    .plate {
        flex: 0 0 200px; 
       
    }

}
/* Responsive stacking for small screens */
@media (max-width: 767px) {
    .stage {
        flex-direction: column;
        align-items: center;
    }

    .plate {
        margin-bottom: 20px;
        flex: 0 0 auto;
        width: 42vw;
        height: 42vw;
        object-fit: contain;
    }

    .orbit {
        width: 100%;
    }

    .content {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .content {
        flex-direction: column;
        align-items: center; 
        text-align: center; 
        border-radius: 20px;
        gap: 0px;
    }

        .content .icon {
            margin-bottom: 8px; 
        }

        .content .title {
            margin-bottom: 4px;
            font-weight: 600; 
            text-align: center; 
        }

        .content .subtitle {
            max-width: 260px; 
        }

    .icon {
        min-width: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

    .title {
        border-right: none !important;
        padding-right: 0 !important;
    }
    .plate img {
        width: 100%;
        height: 100%;
       
    }
    .step-card {
    background: transparent;
    }
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.fa-envelope {
    padding-right: 5px;
}

.contactus-form {
    background-color: #7C56A0 !important;
}
.btn-success {
    background-color: #F7941E !important;
    border-color: #F7941E !important;
}
.btn-success:hover {
    background-color: #F7941E !important;
}
.panel-title a {
    background-color: rgba(66, 50, 102, .9) !important;
}

.panel-default {
    background-color: rgba(210,210,210,.2) !important;
}

.panel-title a.collapsed {
    background-color: rgba(66, 50, 102, .9) !important;
}

.panel-title a:hover {
    background-color: rgba(66, 50, 102, .8) !important;
}

/* Equal height rows */
.row.equal {
    display: flex;
    flex-wrap: wrap;
    border: 2px dashed #C198E2;
    margin-top: 10px; 
    margin-bottom: 10px; 
    border-radius: 6px; 
    overflow: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    .row.equal {
    width:unset;
    }
}
.row.equal h3 {
    font-weight: 600;
    margin-top:0;
}
.row.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    color: #fff; 
}

.bg-purple-1 {
    background-color: #855DAD;
}
.bg-purple-2 {
    background-color: #8E66B1;
}
.bg-purple-3 {
    background-color: #9F77BF;
}
.bg-purple-4 {
    background-color: #B089CF;
}

.tick-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
        width: 28px;
        height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #FF8C42;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FF8C42;
    font-weight: bold;
    line-height: 1;
}
.answer-box {
    text-align: center; 
}
.answer-box p span {
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
}
    .answer-box .tick {
        display: block; 
        margin: 0 auto 5px; 
        font-size: 24px; 
        width: 40px;
        height: 40px;
        line-height: 37px; 
        border-radius: 50%; 
        background: #fff; 
        color: #8FD926; 
        border: 3px solid #8FD926;
        font-weight: bold;
    }
.bg-purple-1,
.bg-purple-2,
.bg-purple-3,
.bg-purple-4 {
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}

@media (max-width: 991px) {

    .bg-purple-1,
    .bg-purple-2,
    .bg-purple-3,
    .bg-purple-4 {
        display: flex;
        align-items: normal; 
        justify-content: normal; 
        text-align: center;
    }
}
    bg-purple-1 span,
    .bg-purple-2 span,
    .bg-purple-3 span,
    .bg-purple-4 span {
      font-size:18px;
    }

.faq-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq {
    margin-bottom: 1.5rem;
      border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faq-question {
    color: #fff;
    font-weight: bold;
    padding: 12px 16px;
    font-size: 20px;
}

.faq-answer {
    background: #f9f9f9;
    color: #808080;
    padding: 12px 16px;
    line-height: 1.5;
    font-size: 16px;
}

.faq--color-1 .faq-question {
    background: #423266;
}

.faq--color-2 .faq-question {
    background: #ABD666;
}

.faq--color-3 .faq-question {
    background: #A1D14F;
}

.faq--color-4 .faq-question {
    background: #8FD926;
}

.faq--color-5 .faq-question {
    background: #EF4A75;
}

.faq-section {
    padding: 60px 0;
}