﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400&display=swap');
:root {
    --circleborder: #0777DA;
    --border: #000000;
    --bullet: 86px;
    --desccolor: #505050;
}
.r-font-heading-client {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 40px;
}
.g-bg-purple-lineargradient {
    background: linear-gradient(281.77deg, #FFFFFF 13.67%, rgba(173, 137, 255, 0.24) 38.81%, #FFFFFF 86.56%);
}
.section-background {
    background: linear-gradient(281.77deg, rgba(255, 255, 255, 0.54) -2.49%, rgba(173, 137, 255, 0.24) 38.81%, #FFFFFF 95.32%);
}
.g-bg-orange-lineargradient {
    /*background: #FFCFB3;
    background: radial-gradient(circle, rgba(255, 207, 179, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
    background: linear-gradient(281.77deg, #FFFFFF 0.96%, #FFCFB3 38.81%, #FFFFFF 100%);
}
.r-font-style-header{
    font-size:18px;
    align-items:center;
}
.r-font-heading {
    font-size: 58px;
    font-family: 'DM Sans';
}
.hero-title {
    font-size: 44px;
    font-family: 'DM Sans';
    font-weight:500;
}
.btn-main-md {
    line-height: 1.4;
    padding: 0.57143rem 2.14857rem;
    font-size: 18px;
    font-weight: 700;
    font-family: 'DM Sans';
}
.r-font-group-style {
    font-size: 21px;
    font-family: 'DM Sans';
    font-weight: 100 !important;
    color: #454545;
}
/*Clients*/
.r-bg-client-v1 {
    background-color: #B9E8F7;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: black !important;
    line-height: 24px;
}
.r-bg-client-v2 {
    background-color: #D1B9F7;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: black !important;
    line-height: 24px;
}
.r-bg-client-v3 {
    background: linear-gradient(110deg, #9A35E4 1%, #E25244 98.99%);
}
.r-bg-client-v3-header {
    font-size: 30px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: #FFFFFF !important;
}
.r-bg-client-v3-desc {
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: #FFFFFF !important;
    line-height:34px;
}
.r-bg-client-v-name {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
/*Clients*/
/*step css*/
.steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    /*align-items: center;*/
    gap: 12px;
}

/* Arrow: thin horizontal line with arrow head */
.arrow {
    height: 2px;
    background: var(--border);
    position: relative;
    margin-left: calc(var(--bullet) / -0.7); 
    margin-right: calc(var(--bullet) / -0.7); 
    top: calc(var(--bullet) / 2 - 1px); 
}
    .arrow::after {
        content: "";
        position: absolute;
        right: -2px;
        transform: translateY(-50%);
        border-left: 8px solid var(--border);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }


/* Individual step */
.step {
    text-align: center;
    padding: 0 8px;
}

.bullet {
    width: 86px;
    height: 86px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 2px solid var(--circleborder);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 36px;
    color: var(--text);
    background: #fff;
}

.step-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.step-desc {
    margin: 0 auto;
    max-width: 320px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--desccolor);
}

/* Responsive */
@media (max-width: 900px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .arrow {
        display: none;
    }

    .step {
        padding: 8px 6px 18px;
        border-bottom: 1px solid rgba(60,130,255,.25);
    }

        .step:last-child {
            border-bottom: 0;
        }

    .bullet {
        width: 72px;
        height: 72px;
        font-size: 30px;
        margin-bottom: 14px;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --text: #e9ecf4;
        --border: #000000;
        --bullet: 86px;
        --desccolor: #505050;
    }

    .card {
        background: rgba(20,22,28,.55);
    }

    .section-bg {
        background: radial-gradient(1200px 600px at 70% 40%, #2a2640 0%, #1e1b31 40%, #12121a 75%);
    }

    .bullet {
        background: #12121a;
    }
}
/*Footer css*/
.footer-copyright-text {
    color: #A6A6A6;
    font-family: 'DM Sans';
    font-size:14px;
    font-weight:400;
}
.footer-desc-text {
    color: #FFFFFF;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 500;
}
.footer-desc-text:hover{
    color: #FFFFFF;
}
.footer-title-text {
    color: #EBC0C9;
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 500;
}
.footer-brd {
    border-top: 1px solid #A4A4A4;
}
/*Footer css*/
/*carousel-arrow*/
.carousel-arrow {
    position: absolute;
    bottom: -50px; /* push below carousel */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
.custom-left-arrow {
    left: 50%;
    transform: translateX(-60px); /* move left from center */
    background: url('../js/homepage/arrow-left-grey.svg') no-repeat center center;
    background-size: contain;
}

.custom-right-arrow {
    right: 50%;
    transform: translateX(60px); /* move right from center */
    background: url('../js/homepage/arrow-right-black.svg') no-repeat center center;
    background-size: contain;
}

/*carousel-arrow*/
.u-btn-hire-white {
    color: #000000;
    background-color: #FFFFFF;
    align-items: center;
    line-height: 1.4;
    padding: 0.57143rem 2.14857rem;
    font-size: 18px;
    font-weight: 500;
    font-family: 'DM Sans';
}
.r-text-call-action {
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 22px;
    color: #6B6A6A;
}
.r-desc-team-expert {
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 21px;
    color: #6B6A6A;
    max-width:800px;
}
.r-short-desc-team-expert {
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 21px;
    color: #6B6A6A;
    max-width: 800px;
}
.r-brd-desc-team-expert {
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 16px;
    color: #000000;
}
a.r-brd-desc-team-expert:hover {
    text-decoration: none !important; /* make sure underline doesn't appear on hover */
    cursor:pointer !important;
}
.gray-bar {
    display: inline-block;
    width: 48px;
    height: 7px;
    background-color: #BEBCBC;
    border-radius: 4px;
    margin-left: 6px;
}

.r-font-heading-telant {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 35px;
    line-height: 70px;
}

/*Curousel side arrow*/

#js-side-carousel .js-prev,
#js-side-carousel .js-next {
    color: #64859C !important;
}
/*Curousel side arrow*/
.r-talent-title {
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: black !important;
    line-height: 31px;
}
.r-talent-1 {
    font-size: 44px;
    font-family: 'DM Sans';
    font-weight: 600;
    color: #FF6209 !important;
    line-height: 44px;
}
.u-bg-v19 {
    background-color: #FFF1E9;
}
.u-bg-v19:hover,
.u-bg-v19:hover blockquote,
.u-bg-v19:hover a {
    background-color: #FF6209; /* your hover background */
    color: #fff; /* your hover text color */
}

 /* Exclude pitches section from hover effect */
.u-bg-v19:hover .g-bg-white,
 .card-hover:hover .g-bg-white * {
    background-color: #fff !important;  
    color: black !important;
 }

/* Position arrows outside the carousel */
#js-side-carousel .u-arrow-v1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Left arrow outside left */
#js-side-carousel .js-prev {
    left: -50px; /* adjust distance from carousel */
}

/* Right arrow outside right */
#js-side-carousel .js-next {
    right: -50px !important; /* adjust distance from carousel */
}

/*About Page*/
.r-about-staffing-desc {
    background: linear-gradient(270deg, #FFFFFF 0%, #FFF8F4 100%);
    border-radius: 20px !important;
    border: 1px solid #B9B9B9;
}
.r-about-mission-desc {
    background: #FFF1E9;
    border-radius: 20px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    .r-about-mission-desc p {
        font-size: 13px;
        font-family: 'DM Sans';
        font-weight: 100 !important;
        color: #454545;
    }
    .r-about-mission-desc:hover,
    .r-about-mission-desc:hover p{
        background: #FF6209;
        color: white;
    }
.r-text-about-call-action {
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 16px;
    color: #E2E2E2;
}
.r-st-about-call-action {
    font-weight: 700;
    font-family: 'DM Sans';
    font-size: 18px;
    color: #FFFFFF;
}
.r-font-about-heading-client {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
}
.r-about-call-bg {
    background: linear-gradient(180deg, #573EB5 8.28%, #000000 100%);
}
.team-img {
    width: 70px; /* size of the circle */
    height: 70px;
    object-fit: cover;
    border: 2px solid #fff; /* optional border */
}
/*About Page*/