@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: Inter, Arial, sans-serif;
    color: #111;
    overflow-x: hidden; overflow:visible;
}

:root {
    --wwo-bg: #f0ede6;
    --wwo-text: #1a1a1a;
    --wwo-muted: #D9D9D9;
    --wwo-card: #ffffff;
    --wwo-c1: #2563eb;
    --wwo-c2: #ea580c;
    --wwo-c3: #dc2626;
    --wwo-c4: #00B4D8;   /* new — change to your brand color */
    --wwo-c5: #0077B6;   /* new — change to your brand color */
}

/* MAIN BANNER */
.top-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 170px;
    background-color: #ffffff;
    background-image: url("/wp-content/uploads/2026/03/MainBanner.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding-right: 0;
}

/* LEFT CONTENT */
.left-content {
    max-width: 600px;
    padding-top: 50px;
}

.left-content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}
.paraCareer {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top:20px;
}
.wwo__frame .paraCareer{margin-top:0px;}
.join-rdt-card-inner p{color:#000;}
.unlockImages{height:100px;width:70px;}
.famDiscription{font-size:16px;color:#000;}


/* GLASS CARD */
.job-card {
    width: 460px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* INPUT STYLE */
.job-card input {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 15px;
    border-radius: 30px;
    /*border: 1.5px solid #2d8cff;*/
    border: 1.5px solid #ccc;
    outline: none;
    font-size: 14px;
    transition: 0.3s ease;
}

/* BUTTON */
.search-btn {
    width: 70%;
    padding: 14px;
    border-radius: 30px;
    border: none;
   /* background: linear-gradient(90deg, #1e88e5, #2d8cff);*/
    background: linear-gradient(90deg, #333, #ccc);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease;
}

.search-btn:hover {
    transform: translateY(-2px);
}

/* RIGHT CONTENT */
.right-content {
    position: relative;
}

.right-content img {
    width: 100%;
    height: auto;
}

/* MAP POINT */
.map-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* DOT */
.map-point .dot {
    width: 10px;
    height: 10px;
    background: var(--dot-color);
    border-radius: 50%;
    position: relative;
}

/* PULSE */
.map-point .dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--dot-color);
    animation: pulse 1.5s infinite;
    opacity: 0.6;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* LABEL */
.map-point .label {
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

/* Default dot color */
.map-point {
    --dot-color: #F54608;
    /* Initial Orange */
}

/* Individual active colors */
.africa {
    top: 54%;
    left: 28%;
    --active-color: #dd8f9f;
}

.india {
    top: 37%;
    left: 73%;
    --active-color: #0e87c7;
}

.turkey {
    top: 21%;
    left: 42%;
    --active-color: #f54608;
}

.MiddleEast {
    top: 36%;
    left: 49%;
    --active-color: #328355;
}

.Asia {
    top: 17%;
    left: 68%;
    --active-color: #fba336;
}

/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 1440px) {
    .top-banner {
        padding-left: 140px;
        padding-bottom:40px;
    }

    .left-content {
        padding-top: 50px;
    }
}

@media (max-width: 1366px) {
    .top-banner {
        padding-left: 100px;
    }

    .left-content {
        padding-top: 50px;
    }

    .left-content h1 {
        font-size: 43px;
    }
}

@media (max-width: 1166px) {
    .top-banner {
        padding-left: 50px;
    }

    .left-content {
        padding-top: 50px;
    }

    .left-content h1 {
        font-size: 43px;
    }
}

@media (max-width: 1024px) {
    .top-banner {
        padding: 0 60px;
        padding-right: 0px;
    }

    .left-content h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

@media (max-width: 860px) {
    .top-banner {
        flex-direction: column;
        padding: 0px;
    }
}

@media (max-width: 820px) {
    .top-banner {
        flex-direction: column;
        padding: 60px 20px;
        text-align: center;
    }

    .right-content {
        margin-top: 40px;
    }

    .left-content h1 {
        font-size: 40px;
    }

    .job-card {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .top-banner {
        background-position: center top;
    }

    .left-content {
        max-width: 80%;
        margin: 0 auto;
    }
    .paraCareer {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 20px;
  max-width:90%;
  margin:10px auto;
}
}
@media (max-width: 620px) {
    .map-point .dot::after {
        left : 0;
    }
 .left-content {
    max-width: 100%;
    padding: 0px;
    background-image: url("/wp-content/uploads/2026/03/mobileBannerCareer.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
  }
  .top-banner { background-image:none;  padding: 60px 0px;}
  .left-content h1{
      font-size: 24px;
      padding: 0px 20px;
      margin-bottom: 8px;
  }
  .right-content { margin-top:0px;}
 .map-point .label{ font-size: 8px;}
}

:root {
    --bg-blue: #82CCEC;
    --dark-blue: #1a2a6c;
    --orange: #ffb347;
    --light-blue: #2193b0;
    --red: #f44336;
    --primary-blue: #0082ca;
    --dark-bg: #05141f;
    --text-gray: #666;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.why-red {
    background-color: var(--bg-blue);
    padding: 80px 20px;
    font-family: 'Inter', Arial, sans-serif;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-red-container {
    max-width: 80%;
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}

.visualWrapper {
    width: 40%;
}

.why-red-visuals {
    position: relative;
    width: 400px;
    height: 450px;
    flex-shrink: 0;
}

.metric-block {
    position: absolute;
    padding: 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 3px;
}

.metric-block .number {
    font-size: 42px;
    font-weight: 600;
}

.metric-block .label {
    font-size: 20px;
    opacity: 0.9;
}

.block-dark-blue {
    background: var(--dark-blue);
    width: 308px;
    height: 500px;
    top: 0;
    right: 0px;
    z-index: 1;
}

.block-orange {
   background: var(--orange);
  width: 261px;
  height: 357px;
  top: 143px;
  left: 0px;
  z-index: 2
}

.block-light-blue {
    background: var(--light-blue);
  width: 308px;
  height: 230px;
  bottom: -51px;
  right: 0px;
  z-index: 3;
}

.block-red {
    background: var(--red);
  width: 216px;
  height: 113px;
  bottom: -50px;
  right: 0px;
  z-index: 4;
}

.why-red-content {
    color: #fff;
    width: 80%;
}

.why-red-content h2 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 500;
}

.why-red-content p {
    line-height: 1.2;
    font-size: 20px;
    color: #111;
}

.join-rdt-section {
    background-color: #5d6eb3;
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
}

.join-rdt-title {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 50px;
}
}

.join-rdt-slider {
    padding-right: 0;
}

.join-rdt-card {
    padding: 15px;
}

.join-rdt-card-inner {
    background-color: #fff;
    border-radius: 25px;
    height: 380px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    background-image: url('/wp-content/uploads/2026/02/sliderBgNew.png');
    background-repeat: no-repeat;
    background-position: right 0% bottom -70px;
    background-size: 70%;
    transition: background-position 0.4s ease;
    cursor: pointer;
    /*today changes*/
}

.join-rdt-card-inner:hover {
    background-position: right 0% bottom -30px;
}

.join-rdt-image-wrapper {
    width: 180px;
    height: 150px;
}

.join-rdt-image-wrapper img {
    width: 100%;
    height: auto;
}

.join-rdt-card-text {
    font-size: 36px;
    font-weight: 500;
    color: #111;
    margin: 0;
    margin-top:50px;
    /*today changes*/
}
.join-rdt-title.fix-hedingbtm{margin-top:40px; margin-bottom:10px;}

.join-rdt-slider {
    position: relative;
}

.join-rdt-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-color: #b8c5e6 !important;
    border-radius: 50%;
    z-index: 100;
    border: none;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.join-rdt-container {
    max-width: 90%;
    margin: auto;
    margin-right: 0;
}

.join-rdt-slider .slick-arrow:hover {
    background-color: #a1b1d9 !important;
}

.join-rdt-slider .slick-prev:before,
.join-rdt-slider .slick-next:before {
    display: none;
}

.join-rdt-slider .slick-prev {
    left: -56px;
}

.join-rdt-slider .slick-next {
    right: 56px;
}

.join-rdt-slider .slick-arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #2d3e6d;
    border-left: 3px solid #2d3e6d;
}

.join-rdt-slider .slick-prev::after {
    transform: rotate(45deg);
    margin-left: 4px;
}

.join-rdt-slider .slick-next::after {
    transform: rotate(-135deg);
    margin-right: 4px;
}

.jobs-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-item {
    position: relative;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    min-width: 160px;
}

.filter-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 40px 12px 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    outline: none;
    border-radius: 50px;
}

.filter-item::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}

@media (max-width: 768px) {
    .filter-item {
        width: 100%;
        min-width: 100%;
    }
}

.jobs-section {
    padding: 80px 0px;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
}

.jobs-container {
    max-width: 80%;
    margin: 0 auto;
}

.jobs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 60px;*/
    flex-wrap: wrap;
    gap: 20px;
}

.jobs-header h2 {
    font-size: 52px;
    font-weight: 500;
}


.slick-track {
    display: flex !important;
    align-items: stretch;
}

.join-rdt-slider .join-rdt-card {
    padding: 15px;
}

.join-rdt-slider .join-rdt-image-wrapper .view-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}

.join-rdt-slider .join-rdt-image-wrapper .view-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdt-gallery-unique {
    padding: 50px 0;
    background-color: #fff;
}

.rdt-gallery-unique .join-rdt-slider-gallery {
    padding-right: 0;
}

.rdt-gallery-unique .join-rdt-card {
    padding: 0 10px;
}

.rdt-gallery-unique .join-rdt-image-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.rdt-gallery-unique .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    z-index: 100;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    display: flex !important;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background-color 0.3s;
    border: 1px solid #80808052;
}

.rdt-gallery-unique .slick-arrow:hover {
    background-color: #a1b1d9 !important;
}

.join-rdt-slider .slick-prev {
    left: -56px;
}

.rdt-testimonial-unique .slick-prev {
    left: -56px;
}

.rdt-gallery-unique .slick-next {
    right: 56px;
}

.rdt-gallery-unique .slick-prev {
    left: -56px;
}

.rdt-gallery-unique .slick-prev:before,
.rdt-gallery-unique .slick-next:before {
    display: none;
}

.rdt-gallery-unique .slick-arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #2d3e6d;
    border-left: 3px solid #2d3e6d;
}

.rdt-gallery-unique .slick-prev::after {
    transform: rotate(45deg);
    margin-left: 4px;
}

.rdt-gallery-unique .slick-next::after {
    transform: rotate(-135deg);
    margin-right: 4px;
}

.rdt-testimonial-unique .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    z-index: 100;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    display: flex !important;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background-color 0.3s;
    border: 1px solid #80808052;
}

.rdt-testimonial-unique .slick-arrow:hover {
    background-color: #a1b1d9 !important;
}

.rdt-testimonial-unique .slick-prev {
    left: -56px;
}

.rdt-testimonial-unique .slick-next {
    right: 56px;
}

.rdt-testimonial-unique .slick-prev {
    left: -56px;
}

.rdt-testimonial-unique .slick-prev:before,
.rdt-testimonial-unique .slick-next:before {
    display: none;
}

.rdt-testimonial-unique .slick-arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #2d3e6d;
    border-left: 3px solid #2d3e6d;
}

.rdt-testimonial-unique .slick-prev::after {
    transform: rotate(45deg);
    margin-left: 4px;
}

.rdt-testimonial-unique .slick-next::after {
    transform: rotate(-135deg);
    margin-right: 4px;
}

.rdt-unique-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.rdt-unique-popup img {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    border: 5px solid white;
}

.join-rdt-slider-gallery .join-rdt-card {
    padding: 15px;
}

.rdt-gallery-unique .join-rdt-title {
    color: #000;
}

.rdt-testimonial-unique {
    background-color: #ffffff;
    padding: 80px 0;
}

.rdt-testimonial-unique .testimonial-card {
    padding: 0 15px;
    outline: none;
    height: 456px;
    padding-bottom: 6px;
}

.rdt-testimonial-unique .testimonial-inner {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rdt-testimonial-unique .testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.rdt-testimonial-unique .profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.rdt-testimonial-unique .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdt-testimonial-unique .profile-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.rdt-testimonial-unique .profile-info p {
    font-size: 16px;
    color: #666;
    margin: 2px 0 0 0;
}

.rdt-testimonial-unique .testimonial-body p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.rdt-testimonial-unique h2 {
    color: #000;
}

/* hero */
.wwo__hero {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wwo-bg);
}

.wwo__hero p {
    color: var(--wwo-muted);
    letter-spacing: .12em;
    font-size: .8rem;
    text-transform: uppercase;
}

/* scroll driver */
.wwo__driver {
    position: relative;
    height: 300vh;
}

/* sticky frame */
.wwo__frame {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
}

/* section title */
.wwo__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--wwo-text);
    margin-bottom: 3.5rem;
    line-height: 1.1;
}

/* columns */
.wwo__cols {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 2rem;
}

/* left panel */
.wwo__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-right: 3rem;
}
.wwo__left {
    position: relative;
    /*overflow: hidden; */
    /*today changes*/
}

.wwo__step {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity   0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    display: flex;
    align-items: center;
    gap: 20px;
    /*today chnages*/
}

.wwo__step h3 {
    font-size: clamp(1.1rem, 42vw, 40px);
    font-weight: 600;
    color: var(--wwo-muted);
    line-height: 1.35;
    transition: color .4s ease;
    cursor: default;
}

.wwo__step[data-step="1"].active h3 {
    color: var(--wwo-c1);
}

.wwo__step[data-step="2"].active h3 {
    color: var(--wwo-c2);
}

.wwo__step[data-step="3"].active h3 {
    color: var(--wwo-c3);
}
.wwo__step[data-step="4"].active h3 { color: var(--wwo-c4); }
.wwo__step[data-step="5"].active h3 { color: var(--wwo-c5); }

/* right panel */
.wwo__right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wwo__bubble-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.wwo__bubble {
    background-image: url('/wp-content/uploads/2026/03/offerBgImage.png');
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    padding: 2.5rem 2.8rem;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wwo__bubble::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: 26px;
}

/* text slides */
.wwo__slide {
    position: absolute;
    inset: 2.5rem 2.8rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
}

.wwo__slide.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.wwo__slide p {
    font-size: clamp(1.05rem, 1.8vw,52.47px);
  font-weight: 400;
  line-height: 32px;
  color: var(--wwo-text);
  text-align: left;
}

/* after section */
.wwo__after {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wwo-bg);
}

.wwo__after p {
    color: var(--wwo-muted);
    letter-spacing: .12em;
    font-size: .8rem;
    text-transform: uppercase;
}

/* mobile section hidden on desktop */
.wwo__mobile {
    display: none;
}


@media (max-width: 1024px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .career-left-content h1 {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .jobs-grid {
        grid-template-columns: 1fr;
    }

    .jobs-header h2 {
        font-size: 32px;
    }

    .search-bar {
        width: 100%;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@media (max-width:1460px) {

    .career-left-content h2,
    .join-rdt-title,
    .why-red-content h2 {
        font-size: 52px;
    }

    .join-rdt-card-text {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .why-red-content {
        color: #fff;
        width: 60%;
    }

    .why-red-content p {
        line-height: 1.2;
        font-size: 20px;
        color: #111;
    }

    .jobs-header h2 {
        font-size: 52px;
    }

    .career-left-content {
        left: 166px;
    }
}
.not-found-upload-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip{margin-top:8px;}

@media (max-width:1170px) {
    .wwo__frame{max-width:90%;}
    .career-left-content h2 {
        font-size: 52px;
    }

    .why-red-container {
        max-width: 90%;
        gap: 106px;
    }

    .why-red-content h2 {
        font-size: 48px;
    }

    .career-bnr {
        display: flex;
        height: 77vh;
    }

    .why-red-visuals {
        position: relative;
    }

    .block-orange {
        background: var(--orange);
        width: 261px;
        height: 328px;
        top: 122px;
        left: -25px;
        z-index: 2;
    }

    .why-red {
        min-height: 700px;
    }

    .join-rdt-slider {
        padding-right: 5%;
    }

    .join-rdt-slider .slick-next {
        right: 32px;
    }

    .rdt-testimonial-unique .testimonial-card {
        height: auto;
    }

    .rdt-gallery-unique .join-rdt-image-wrapper {
        height: 250px;
    }

    .career-left-content {
        left: 80px;
        top: 38%;
    }

    .join-rdt-title.fix-hedingbtm {
        margin-bottom: 15px;
    }

    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .join-rdt-container {
        margin-right: auto;
    }

    .rdt-gallery-unique .slick-prev {
        left: -25px;
    }

    .rdt-gallery-unique .slick-next {
        right: -25px;
    }

    .rdt-testimonial-unique .slick-next {
        right: -25px;
    }

    .rdt-testimonial-unique .slick-prev {
        left: -25px
    }

    .join-rdt-slider .slick-next {
        right: -25px;
    }

    .join-rdt-slider .slick-prev {
        left: -25px;
    }

    .rdt-testimonial-unique .testimonial-body p {
        font-size: 16px;
    }

    .jobs-container {
        max-width: 90%;
    }

    .job-card {
        padding: 22px;
    }

    .explore-btn {
        bottom: 15px;
        right: 12px;
    }

    h2 {
        font-size: 48px !important;
    }

    .join-rdt-slider {
        padding-right: 0;
    }
}

@media (max-width: 900px) {
    .career-left-content h1 {
        text-align: center;
        margin-bottom: 70px;
    }

    .career-bnr {
        flex-direction: column;
        height: auto;
    }

    .career-bnr-left,
    .career-bnr-right {
        width: 100%;
        height: 600px;
    }

    .career-left-content {
        left: 20px;
        right: 20px;
    }

    .why-red-container {
        flex-direction: column;
        text-align: center;
    }

    .why-red-visuals {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
        position: relative;
    }


    .wwo__driver {
        display: none;
    }

    .wwo__mobile {
        display: block;
        padding: 2.5rem 1.4rem 3rem;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wwo__mobile .fix-hedingbtm{text-align: center; margin-bottom: 80px !important;}

    .wwo__mobile .wwo__title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .wwo__mob-heads {
        display: flex;
        flex-direction: column;
        gap: .6rem;
        margin-bottom: 1.8rem;
    }

    .wwo__mob-head {
        padding: 10px 10px;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 600;
        color: var(--wwo-muted);
        background: rgba(0, 0, 0, .04);
        cursor: pointer;
        border: 1px solid transparent;
        transition: color .3s, border-color .3s, background .3s;
        line-height: 1.3;
        user-select: none;
                flex-direction: row;
        display: flex;
        gap: 14px;
                align-items: center;
    }

    .wwo__mob-head[data-step="1"]{
        color: var(--wwo-c1);
        border-color: var(--wwo-c1);
        background: rgba(37, 99, 235, .06);
    }

    .wwo__mob-head[data-step="2"] {
        color: var(--wwo-c2);
        border-color: var(--wwo-c2);
        background: rgba(234, 88, 12, .06);
    }

    .wwo__mob-head[data-step="3"]{
        color: var(--wwo-c3);
        border-color: var(--wwo-c3);
        background: rgba(220, 38, 38, .06);
    }
     .wwo__mob-head[data-step="4"] {
        color: var(--wwo-c4);
        border-color: var(--wwo-c4);
        background: rgba(208, 203, 203, 0.06);
    }
    .wwo__mob-head[data-step="5"]{
        color: var(--wwo-c5);
        border-color: var(--wwo-c5);
        background: rgba(229, 224, 224, 0.06);
    }

    .wwo__mob-card {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
        position: relative;
        min-height: 240px;
        background-color: var(--wwo-card);
        background-image: url('/wp-content/uploads/2026/02/offerBgImage.png');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wwo__mob-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, .6);
    }

    .wwo__mob-slide {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .35s ease, transform .35s ease;
        pointer-events: none;
    }

    .wwo__mob-slide.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .wwo__mob-slide p {
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.6;
        color: var(--wwo-text);
        text-align: center;
    }

    .wwo__mob-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        z-index: 2;
        border-radius: 20px 20px 0 0;
        transition: background .35s ease;
    }

    .why-red-content {
        width: 95%;
        /*today chna*/
    }

    .visualWrapper {
        width: 50%;
    }
    /* inner content */
.wwo__mob-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.wwo__mob-head.active .wwo__mob-inner {
    max-height: 200px; /* adjust if needed */
    margin-top: 10px;
}
.wwo__mob-inner p{font-weight: 100;font-size: 14px;}
}

@media (max-width: 868px) {

    .career-bnr-left,
    .career-bnr-right {
        width: 100%;
        background-size: cover;
    }

    .career-left-content {
        max-width: 80%;
        margin: 0 auto;
    }

    .glass-box {
        max-width: 450px;
        margin: 0 auto;
    }

    .block-orange {
        left: -69px;
    }

    .jobs-filters {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 550px) {
    .jobs-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .career-left-content h2,
    .why-red-content h2 {
        font-size: 33px;
        margin-bottom: 30px;
    }

    .career-search button {
        width: 100%;
    }

    .glass-box {
        max-width: 450px;
        margin: 0 auto;
    }

    .career-left-content {
        max-width: 90%;
    }

    .why-red-content p {
        font-size: 15px;
        /*today chnage*/
    }

    .career-bnr-right {
        height: 300px;
    }

    .why-red-visuals {
        position: relative;
    }

    .block-dark-blue {
        width: 100%;
        text-align: left;
        right: 0;
    }

    .block-light-blue {
        width: 253px;
        text-align: left;
        right: 0;
    }

    .block-orange {
        text-align: left;
        left: 0px;
    }

    .block-red {
        right: 0;
    }

    .join-rdt-slider .slick-next {
        right: -7px;
    }

    .join-rdt-slider .slick-prev {
        left: -7px;
    }

    .join-rdt-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .rdt-testimonial-unique .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .rdt-gallery-unique .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .join-rdt-card-text {
        font-size: 30px;
    }

    .rdt-testimonial-unique .slick-next {
        right: -7px;
    }

    .jobs-section {
        padding: 80px 0px;
    }

    .rdt-testimonial-unique .slick-prev {
        left: -7px;

    }

    .rdt-gallery-unique .slick-next {
        right: -7px;
    }

    .rdt-gallery-unique .slick-prev {
        left: -7px;

    }

    .rdt-testimonial-unique .profile-pic {
        width: 70px;
        height: 70px;
    }

    .rdt-testimonial-unique .profile-info h3 {
        font-size: 19px;
    }

    .rdt-testimonial-unique .testimonial-body p {
        font-size: 15px;
    }

    .why-red-content {
        width: 100%;
    }

    h2 {
        font-size: 32px !important;
    }

    .jobs-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-red-visuals {
        margin-bottom: 0px;
    }

    .rdt-gallery-unique .join-rdt-title {
        text-align: center;
    }

    .rdt-testimonial-unique h2 {
        color: #000;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: 40px;
    }

    .jobs-header h2 {
        font-size: 52px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 40px;
    }

    .join-rdt-title {
        text-align: center;
    }
}

:root {
    --orange: #F5821F;
    --dark: #1a1a1a;
    --mid: #444;
    --light: #f9f9f9;
    --card-bg: #ffffff;
    --shadow: 0 12px 48px rgba(0, 0, 0, 0.09);
    --radius: 20px;
}

.leaderSection {
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.leaderHeading {
    font-size: clamp(2rem, 52px, 52px);
    color: var(--dark);
    text-align: center;
    font-weight: 500;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

/* ── Slider wrapper ── */
.slider-wrap {
    width: 100%;
    max-width: 1100px;
}

/* ── Individual slide ── */
.quote-card {
    outline: none;
    padding: 4px;
}

.quote-inner {
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 460px;
    margin: 20px;
}

/* Left: image + orange chevrons */
.card-media {
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
}

/* Orange geometric accent */
.chevrons {
    position: absolute;
    top: 0;
    right: -2px;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.chevron-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 140px 0;
    border-color: transparent var(--orange) transparent transparent;
}

.chevron-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 80px 0 0;
    border-color: transparent transparent transparent var(--orange);
}

/* Right: quote content */
.card-content {
    flex: 1;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    line-height: 1;
    color: #000;
}

.quote-mark.close {
    text-align: right;
    margin-bottom: 0;
    margin-top: 8px;
}

.quote-text {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}

.leader-info {
    margin-top: 20px;
    padding-top: 16px;
}

.leader-name {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark);
    letter-spacing: 0.02em;
}

.leader-designation {
    font-size: 0.8rem;
    color: #999;
    margin-top: 2px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* ── Slick dots ── */
.quotes-slider .slick-dots {
    bottom: -36px;
}

.quotes-slider .slick-dots li button:before {
    font-size: 40px;
    color: #ccc;
    opacity: 1;
    transition: color 0.3s;
}

.quotes-slider .slick-dots li.slick-active button:before {
    color: var(--dark);
}

.quotes-slider .quote-mark.close {
    height: 26px;
}
.quotes-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* ── Responsive ── */
@media (max-width: 700px) {
    .quote-inner {
    height: auto;
}
    .quote-inner {
        flex-direction: column;
        min-height: unset;
    }

    .card-media {
        flex: 0 0 260px;
        max-width: 100%;
        width: 100%;
        height: 260px;
    }

    .chevron-top {
        border-width: 0 60px 120px 0;
    }

    .chevron-bottom {
        border-width: 120px 60px 0 0;
    }

    .card-content {
        padding: 28px 24px;
    }

    h1 {
        margin-bottom: 32px;
    }
}

@media (max-width: 1024px) {
     .join-rdt-card-text {
        font-size: 24px;
        /*today chnage*/
    }
    .famDiscription {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  /*today chnage*/
} 
.quote-text {
    font-size: 16px;
    
}
}

@media (max-width: 520px) {
    .card-media {
        height: 220px;
    }

    .card-content {
        padding: 22px 18px;
    }

    .quote-mark {
        font-size: 2rem;
    }

    .card-media {
        flex: 0 0 181px;
    }

    .leader-name {
        font-size: 20px;
    }

    .leader-designation {
        font-size: 13px;
    }
    .block-orange{width: 237px;}
    .block-light-blue{width: 237px;}
    .join-rdt-card-text {
        font-size: 24px;
        /*today chnage*/
    }
    .famDiscription {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  /*today chnage*/
}
}

/* Fade-in animation on slide change */
.slick-slide .quote-inner {
    animation: none;
}

.slick-active .quote-inner {
    animation: fadeSlide 0.5s ease both;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-card {
    transform: scale(0.85);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: .9;
}

.job-card.active {
    transform: scale(1);
    opacity: 1;
}

/* Pop animation */
.job-card.pop {
    animation: popAnim 0.4s ease;
}
.quote-icon.open{height: 50px;
  width: 50px;
  margin-bottom: 16px;}
  .quote-icon.close{height: 50px;
  width: 50px;
  margin-top: 16px;float: right;}
  /* 📱 Mobile Fix */
@media screen and (max-width: 768px) {
  .quote-icon.open {
    height: 20px;
    width: 20px;
    margin-bottom: 10px;
  }

  .quote-icon.close {
    height: 20px;
    width: 20px;
    margin-top: 10px;
    margin-left: auto; /* ✅ better than float */
    display: block;
  }
}

@keyframes popAnim {
    0% { transform: scale(1); }
    50% { transform: scale(0.6); }
    100% { transform: scale(1); }
}

/* JOB New Ui  */

        .uniqueJobsWrapper {
            display: flex;
            gap: 30px;
            /* max-width: 1300px; */
            margin: 0px auto;
            align-items: flex-start;
            padding: 20px;
            border-radius: 15px;
            border: 1px solid #dbdbdb;
            margin-top:40px;
        }

        /* LEFT FILTER PANEL */

        .uniqueFilterPanel {
            width: 320px;
            background: #fff;
            padding: 20px;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            min-height: 400px;
        }

        .uniqueFilterTitle {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 20px;
        }

        /* search */

        .uniqueSearchBox {
            display: flex;
            border-radius: 30px;
            overflow: hidden;
            border: 2px solid #2d8fc6;
            margin-bottom: 20px;
        }

        .uniqueSearchBox input {
            flex: 1;
            border: none;
            padding: 12px 15px;
            outline: none;
            font-size: 14px;
        }

        .uniqueSearchBtn {
            background: #2d8fc6;
            color: #fff;
            padding: 12px 16px;
            cursor: pointer;
        }

        /* accordion */

        .uniqueFilterItem {
            border-bottom: 1px solid #eee;
            padding: 12px 0;
        }

        .uniqueFilterHeading {
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-size: 22px;
        }

        .uniqueFilterHeading i {
            transition: 0.3s;
        }

        .uniqueFilterHeading.active i {
            transform: rotate(90deg);
        }

        /* checkbox group */

        .uniqueCheckGroup {
            display: none;
            padding-top: 10px;
        }

        .uniqueCheckGroup label {
            display: flex;
            gap: 10px;
            margin: 8px 0;
            font-size: 16px;
            cursor: pointer;
            font-weight: 400;
        }

        /* RIGHT JOB AREA */

        .uniqueJobList {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-height: 750px;
            overflow: auto;
            padding-right: 10px;
        }

        /* card */

        .uniqueJobCard {
            background: #F9F5F1;
            padding: 30px;
            border-radius: 18px;
            transition: 0.3s;
        }

        .uniqueJobCard:hover {
            background: #3aa1dd;
            color: #fff;
        }

        .uniqueJobCard:hover .uniqueJobMeta {
            color: #fff;
        }

        .uniqueJobHeader {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
        }

        .uniqueJobTitle {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .uniqueJobMeta {
            display: flex;
            gap: 25px;
            font-size: 18px;
            color: #333;
            flex-wrap: wrap;
            font-weight: 300;
            margin-top: 11px;
        }

        .uniqueJobMeta i {
            margin-right: 6px;
            color: #e94a4a;
        }

        /* toggle */

        .uniqueToggleBtn {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            background: #2d8fc6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            flex-shrink: 0;
        }

        /* hidden details */

        .uniqueJobDetails {
            display: none;
            margin-top: 20px;
        }

        .uniqueDetailBlock {
            margin-bottom: 15px;
            font-size: 14px;
        }

        .uniqueDetailBlock b {
            display: block;
            margin-bottom: 4px;
        }

        /* JOB BUTTON */

        .uniqueJobAction {
            margin-top: 20px;
        }

        .uniqueFullBtn {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            padding: 14px 28px;
            border-radius: 40px;
            background: #61b3e1;
            text-decoration: none;
            color: #ffffff;
            font-weight: 400;
            font-size: 16px;
            transition: 0.3s;
        }

        .uniqueFullBtn:hover {
            background: #e4e4e4;
            color: #000;
        }

        .uniqueArrow {
            font-size: 18px;
        }

        /* scroll */

        .uniqueJobList::-webkit-scrollbar {
            width: 6px;
        }

        .uniqueJobList::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 10px;
        }

        /* RESPONSIVE */

        @media (max-width:900px) {

            .uniqueJobsWrapper {
                flex-direction: column;
            }

            .uniqueFilterPanel {
                width: 100%;
                min-height: unset;
            }

            .uniqueJobHeader {
                flex-direction: row;
                align-items: flex-start;
            }

            .uniqueJobList {
                width: 100%;
            }

            .uniqueToggleBtn {
                width: 36px;
                height: 36px;
                margin-top: 5px;
            }

            .uniqueFullBtn {
                width: 100%;
                justify-content: center;
            }

            .uniqueJobList {
                padding-right: 0px;
            }

        }

        @media (max-width:600px) {
            .uniqueJobCard {
                background: #e9e4df;
                padding: 20px 15px;
                border-radius: 18px;
                transition: 0.3s;
            }

            .uniqueJobTitle {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 8px;
            }

            .uniqueJobsWrapper {
                margin: 30px auto;
            }

            .uniqueJobsWrapper {
                display: flex;
                gap: 30px;
                max-width: 1300px;
                margin: 90px auto;
                align-items: flex-start;
                padding: 20px 0px;
                border-radius: 15px;
                border: none;
            }
        }
        
        
            /* INPUT STYLE */
.job-card input,
.job-card select, .uniqueCheckGroup select {
width: 100%;
padding: 14px 18px;
margin-bottom: 15px;
border-radius: 30px;
border: 1.5px solid #ccc;
outline: none;
font-size: 14px;
transition: 0.3s ease;
background-color: #fff;
cursor: pointer;

/* Remove default select styling */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.job-card select, .uniqueCheckGroup select {
background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 14px;
}

/* BUTTON */
.wr-read-more-btn {
margin-top: 10px;
padding: 10px 18px;
border: none;
background: #000;
color: #fff;
border-radius: 25px;
cursor: pointer;
}
/*.wr-full-text {*/
/*display: -webkit-box;*/
/*-webkit-line-clamp: 5;*/
/*-webkit-box-orient: vertical;*/

/*overflow: hidden;*/
/*text-overflow: ellipsis;*/

/*line-height: 1.5em;*/
/*}*/

/* MODAL */
.wr-modal {
display: none;
position: fixed;
z-index: 9999;
inset: 0;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
padding: 20px;
}

.wr-modal-box {
background: #fff;
width: 100%;
max-width: 600px;
padding: 30px;
border-radius: 12px;
position: relative;
}

/* CLOSE */
.wr-close {
position: absolute;
right: 15px;
top: 10px;
font-size: 22px;
cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
.wr-modal-box {
padding: 20px;
}
}

/* CLOSE */
.wr-close {
position: absolute;
right: 15px;
top: 10px;
font-size: 22px;
cursor: pointer;
color: #000;
}
#wrModalText{font-size: 16px ; color: #000;}
#wrModalTitle{ margin-bottom: 10px;
color: #000;
font-size: 29px;}




.not-found-wrapper {
      background: #f0f0f2;
      border-radius: 24px;
      padding: 60px 40px;
      max-width: 1200px;
      width: 100%;
      display: flex;
      /* align-items: center; */
      gap: 48px;
    }

    /* Left Section */
    .not-found-left {
      flex: 1 1 0;
      /*min-width: 0;*/
    }

    .not-found-heading {
      font-size: clamp(2rem, 5vw, 2.8rem);
      font-weight: 400;
      color: #0d0d0d;
      line-height: 1.15;
      letter-spacing: -0.02em;
      margin-bottom: 24px;
    }

    .not-found-desc {
      font-size: clamp(0.9rem, 2vw, 18px);
      font-weight: 500;
    color: #3a3a3a;
    line-height: 1.3;
    max-width: 100%;
    }

    /* Right Section — Card */
    .not-found-card {
      flex: 0 0 380px;
      background: #fff;
      border-radius: 20px;
      padding: 32px 28px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 360px;
    }

    /* Input fields */
    .not-found-field {
      position: relative;
      display: flex;
      /*align-items: center;*/
    
            flex-direction: column;
    }

    .not-found-input {
      width: 100%;
      height: 52px;
      border: 1.5px solid #a8d4e6;
      border-radius: 999px;
      padding: 0 20px;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem;
      color: #3a3a3a;
      background: #fff;
      outline: none;
      transition: border-color 0.2s;
    }

    .not-found-input::placeholder {
      color: #aab8c2;
      font-size: 0.95rem;
    }

    .not-found-input:focus {
      border-color: #4a9ec7;
    }

    /* Upload field */
    .not-found-upload-wrapper {
      position: relative;
      display: flex;
      /*align-items: center;*/
      flex-direction: column;
    }

    .not-found-upload-input {
      width: 100%;
      height: 52px;
      border: 1.5px solid #a8d4e6;
      border-radius: 999px;
      padding: 0 60px 0 20px;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem;
      color: #aab8c2;
      background: #fff;
      outline: none;
      cursor: pointer;
      transition: border-color 0.2s;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .not-found-upload-input:focus {
      border-color: #4a9ec7;
    }

    .not-found-upload-btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 52px;
      width: 58px;
      background: #4a7fc1;
      border: none;
      border-radius: 0 999px 999px 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
      flex-shrink: 0;
    }

    .not-found-upload-btn:hover {
      background: #3a6aaa;
    }

    .not-found-upload-btn svg {
      width: 22px;
      height: 22px;
    }

    /* Hidden real file input */
    .not-found-file-hidden {
      display: none;
    }

    /* Upload label text */
    .not-found-upload-label {
      position: absolute;
      left: 20px;
      top: 15px;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem;
      color: #aab8c2;
      pointer-events: none;
      white-space: nowrap;
    }

    .not-found-upload-label.has-file {
      color: #3a3a3a;
    }

    /* Submit button */
    .not-found-submit {
      height: 52px;
      width: 140px;
      background: #4a7fc1;
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.2s, transform 0.1s;
      letter-spacing: 0.01em;
    }

    .not-found-submit:hover {
      background: #3a6aaa;
    }

    .not-found-submit:active {
      transform: scale(0.97);
    }

    /* ── Responsive ── */

    /* Tablet */
    @media (max-width: 820px) {
      .not-found-wrapper {
        flex-direction: column;
        padding: 40px 32px;
        gap: 36px;
      }
      .not-found-card {
        flex: none;
        width: 100%;
        max-width: 480px;
      }
      .not-found-left {
        text-align: center;
      }
      .not-found-desc {
        max-width: 100%;
      }
    }

    /* Mobile */
    @media (max-width: 480px) {
      .not-found-wrapper {
        padding: 28px 20px;
        border-radius: 18px;
        gap: 28px;
      }
      .not-found-card {
        padding: 24px 18px;
        gap: 13px;
        border-radius: 16px;
      }
      .not-found-input,
      .not-found-upload-input {
        height: 46px;
        font-size: 0.88rem;
      }
      .not-found-upload-btn {
        height: 46px;
        width: 52px;
      }
      .not-found-submit {
        height: 46px;
        font-size: 0.95rem;
      }
    }
    
    @media (max-width:820px) {
    .join-rdt-section{
        padding: 45px 0;
    }
    .join-rdt-title{margin-bottom:20px;}
    .metric-block .number{line-height: normal;}
    .wwo__mobile .fix-hedingbtm{margin-bottom: 28px !important;}
    .leaderHeading{margin-bottom: 15px;}
    .leaderSection{min-height: unset;}
    .jobs-header h2{margin-bottom: 0;}
    .jobs-header{margin-bottom: 0px;}
    .uniqueJobsWrapper{margin: 20px auto;}
    .jobs-section{padding-bottom: 0px;}
    .uniqueJobsWrapper{margin-bottom: 0px;}
    .rdt-testimonial-unique{padding-bottom: 40px;}
    .uniqueFilterHeading{font-size: 16px;}
    .slick-active .quote-inner{margin-right:0px; margin-left:0px;}
    
    .mobileUnlockImage{width:50px;object-fit: contain;}
}

 @media (max-width:520px) {
    .block-orange{width: 293px;
    left: -77px;
    height: 379px;}
      .block-dark-blue {
    width: 146%;
    text-align: left;
    right: -75px;
  }
    .block-light-blue {
    width: 254px;
    right: -76px;
  }
   .block-red {
    right: 0 !important;
    left: 0px;
  }
   .leaderHeading{font-size:26px;}
   .jobs-header h2{font-size:26px !important;}
   .uniqueJobList{max-height: 450px;}
   .rdt-testimonial-unique h2{font-size:26px !important;}
   .rdt-gallery-unique .join-rdt-title{font-size:26px !important;}
    }
    
    .uniqueJobsWrapper {
        position: relative;
    }
    #jobLoader {
        display: none;
      position: absolute;
    left: 61%;
    top: 50%;
    /*transform: translate(-20px, -20px);*/
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 16px;
        
    }
    
   @media screen and (max-width: 860px) {
    #jobLoader {
        display: none;
        position: absolute;
        left: 50%;
        top: 70%;
        /* transform: translate(-20px, -20px); */
        color: #000;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

    .not-found-input.error {
        border: 2px solid red;
    }
    .error-text {
        color: red;
        font-size: 12px;
        margin-top: 4px;
        padding-left: 15px;
    }
    .success-msg {
        background: #d4edda;
        color: #155724;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1270px) {
  .not-found-wrapper {
    background: #f0f0f2;
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-direction: column;
    
  }
}
.not-found-card .wpcf7-not-valid-tip {
  position: unset;
  bottom:-37px;
  left: 0px;
  width: 100%;
}
    