@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;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.custom-left-arrow {
    left: 50%;
    transform: translateX(-60px);
    /* move left from center */
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/homepage/arrow-left-black.svg');
}

.custom-right-arrow {
    right: 50%;
    transform: translateX(60px);
    /* move right from center */
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/homepage/arrow-right-black.svg');
}

.js-carousel {
    position: relative;
    /* make arrows position relative to carousel */
}

#js-bottom-carousel {
    padding-bottom: 25px;
    margin-bottom: 20px;
}

#js-side-carousel .js-prev,
#js-side-carousel .js-next {
    display: none;
}

.carousel-arrow {
    position: absolute;
    bottom: -50px;
    /* pushes below carousel */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    /* make sure it’s above content */
}


/*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*/
#js-side-carousel .slick-prev,
#js-side-carousel .slick-next {
    background: none;
    border: none;
    font-size: 60px;
    color: #333;
    z-index: 2;
}

#js-side-carousel .slick-prev {
    left: -40px;
}

#js-side-carousel .slick-next {
    right: -40px;
}

#js-side-carousel .slick-prev:before,
.slick-next:before {
    display: none;
}

/* sucess stories css */


.Author-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#js-header.sticky-scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* .contact-us-form .wpcf7-textarea {
    height: 100px;
    width: 100%;
}

.contact-us-form .input {
    padding: 10px !important;
} */
/* Contact Form Container */
.contact-us-form {
    margin-top: 30px;
}

/* Form Groups */
.contact-us-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

/* Input & Textarea Fields */
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #8D8D8D;
}

/* Input Focus Effect */
.contact-us-form input:focus,
.contact-us-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Textarea */
.contact-us-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.contact-us-form .message-btn input[type="submit"] {
    background: #FF6209;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 36px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect for Button */
.contact-us-form .message-btn input[type="submit"]:hover {
    background: #FF6209;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Placeholder Styling */
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
    color: #999;
    font-size: 13px;
}

.contact-us-form textarea {
    height: 70px;
}

.contact-us-form .form-group {
    margin-bottom: 0;
}

.contact-page .contact-us-form {
    background: linear-gradient(281.77deg, #FFFFFF 0.96%, #FFCFB3 38.81%, #FFFFFF 100%);
    padding: 20px;
    border-radius: 20px;
}

.contact-page .contact-us-form .form-group {
    margin-bottom: 0 !important;
}


/* Remove extra padding/margin on right side */

/* Contact section row */
.contact-page .row {
    align-items: center;
}

/* Right image wrapper */
/* Ensure the right container takes full height */
.contact-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-right: -65px;
}

/* Remove Bootstrap column limits */
.contact-img-right {
    flex: 1;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Force the image to fill its container */
.contact-img-right img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    /* keep proportions */
}

/* contact us section */
/* Section Styling */
.contact-info-section h2 {
    font-weight: 600;
    font-size: 24px;
}

/* Card Styling */
.info-card {
    border: 1px solid #8F8F8F;
    border-radius: 12px;
    padding: 30px 20px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

/* Hover Effect */
.info-card:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* Icon Box */
.icon-box {
    background: #ffe6d9;
    color: #ff6600;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* Title Styling */
.info-card .title {
    font-size: 18px;
    font-weight: 600;
    color: #ff6600;
    margin-bottom: 10px;
}

html,
boady {
    overflow-x: hidden;
}

.developer-box img {
    display: block;
    margin: 0 auto;
}
.features-box img {
    display: block;
    margin: 0 auto;
}

.icon-check:before {
    content: "\e080";
}


@media only screen and (max-width: 767px) {
    nav.navbar.navbar-expand-lg .container {
        justify-content: space-between;
        padding: 0px 35px 0px 0px;
}
}




.map-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 831 / 452;
  background: url("https://recruitifyy.com/wp-content/uploads/2025/09/Map.png") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

.profile {
  position: absolute;
  width: 10%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.profile:hover { transform: scale(1.15); }
.profile img { width: 100%; height: 100%; object-fit: cover; }

/* Positions */
.p1  { top: 2%; left: 12%; }
.p2  { top: 5%; left: 32%; }
.p3  { top: 15%; left: 55%; }
.p4  { top: 12%; left: 78%; }
.p5  { top: 27%; left: 22%; }
.p6  { top: 32%; left: 46%; }
.p7  { top: 35%; left: 65%; }
.p8  { top: 55%; left: 12%; }
.p9  { top: 60%; left: 34%; }
.p10 { top: 63%; left: 55%; }
.p11 { top: 72%; left: 75%; }
.p13 { top: 78%; left: 25%; }

/* Mobile */
@media (max-width: 767px) {
  .profile {
    width: 13%;
    border: 2px solid #fff;
  }
  html, body {
    overflow-x: hidden;
}
}
.about-title {
    font-weight: 700;
}

.section {
  position: relative;
  /*min-height: 100vh;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*font-size: 2rem;*/
  /*font-weight: bold;*/
  /*color: white;*/
}

/* Different background colors just for demo */
/*#features { background: #1a73e8; }*/
/*#about { background: #34a853; }*/
/*#contact { background: #fbbc05; }*/

/* Key for overlap effect */
.overlap-section {
  position: sticky;
  top: 0;
  z-index: -1;
}
.overlap-section:last-of-type {
  position: relative;
}

/*.parallax-section {*/
/*  background-image: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1600&q=80');*/
/*  background-position: center;*/
  /*background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  min-height: 100vh; */
/*  overflow: hidden;*/
/*}*/


/*.parallax-section::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0; */
/*  left: 0;*/
/*  width: 100%; */
/*  height: 100%;*/
/*  background: rgba(0,0,0,0.6); */
/*  z-index: 0; */
/*}*/


/*.parallax-section .container {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/


