/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */

:root {    
    --Primary-Light: #1575C6;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #000000;  
    font-size: 1rem;  
    line-height: 1.3;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* overflow-y: hidden; */
}
a, a:hover {
    text-decoration: none;
}
.form-control:focus {
    box-shadow: none;
}
input::placeholder,
textarea::placeholder {    
    color: var(--Light-Neutral-500, var(--Neutral-500, #6B7280));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.container {
    max-width: 100%;
    padding-left: 112px;
    padding-right: 112px;
}
/* smooth scroll */
/* html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
pointer-events: none;
} */

/* svg {
    width: 100%;
    height: auto;
    overflow: visible;
}
svg g {
    overflow: hidden;
    visibility: hidden;
} */

/* Bootstrap overright component style */
.btn-primary {
    color: #fff;
    border-color: var(--Primary-Light);
    border-radius: 8px;
    background: var(--Primary-Light)
}
.btn-primary:hover {
    background-color: var(--Primary-Light);
    border-color: var(--Primary-Light);
}
.btn-primary:focus {
    box-shadow: none;
    border-color: var(--Primary-Light);
    background-color: var(--Primary-Light);
}

header {  
    position: relative;
    padding: 24px 0;
    width: 100%;
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));
    backdrop-filter: blur(6px);    
}
header .navbar {
    padding: 0;
}
header .navbar-light .navbar-brand {
    padding: 0;
}
header .navbar .navbar-nav a {
    color: #F9FAFF !important;
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    cursor: pointer;
}
header .header-login {
    display: flex;
    align-items: center;
}
header .header-login a {
    display: flex;
    height: 48px;
    font-size: 16px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    background-color: #1575C6;
}
header .header-login .vr {
    width: 1px;
    height: 27px;
    opacity: 0.4;
    background: #FFF;
    margin: 0 1.5rem;
}
header .header-login a.emp-link {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    background: none;
    padding: 0;
}
header .navbar .navbar-toggler img.menu-icon {
    width: 20px;
}
.index-banner {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: calc(100vh - 100px);
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));
    justify-content: center;
    align-items: center;
}
.index-banner img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.index-banner .banner-layer {
    width: 100%;
    height: 100%;
    background: radial-gradient(87.4% 35.42% at 16.93% 45.83%, #D9D9D9 0%, rgba(115, 115, 115, 0.00) 100%);
}
/* .index-banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/index-banner-bg.webp) 100% / cover no-repeat;
    background-position: top;
    top: 0;
    bottom: 0;
    z-index: 1;
} */
.index-banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/index-banner-bg.webp) 100% 100% / cover no-repeat;    
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    background-size: 100% 100%;
}
/* .text-slider {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 100px;
    overflow: hidden;
} */
.text-slider .Typewriter__wrapper {
    position: relative;
    background: linear-gradient(90deg, #3983FF -3.92%, #55FF39 233.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
    padding-left: 10px;
    padding-right: 10px;
}
 .text-slider .Typewriter__wrapper::before {
    content: '';
    background: rgba(000, 000, 000, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.Typewriter__cursor {
    margin-left: -15px!important;
    color: rgba(255, 255, 255, 0.16);
}
/*
.typewriter-text {    
    color: #000;
    border-right: solid #000000 2px;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 0.2rem;
    animation: cursor 1s ease-in-out infinite;
    margin-left: 15px;
}
@keyframes cursor {
    from { border-color: #ffffff; }
    to { border-color: transparent;}
} */

.index-banner .banner-content-wrapper {
    display: flex;
    width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}
.index-banner h1 {
    color: #FFF;    
    font-size: 4.275rem;
    line-height: 100px; 
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.56px;
    text-transform: capitalize;
    z-index: 2;
    margin: 0;
}
.index-banner h1 .span-1 {
    position: relative;
    background: linear-gradient(90deg, #3983FF -3.92%, #55FF39 233.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.index-banner h1 .span-1::before {
    content: '';
    width: 155px;
    height: 4px;
    border-radius: 30px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 42px;
}
.index-banner h1 .span-2 {
    background: linear-gradient(90deg, #3983FF -3.92%, #55FF39 233.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.index-banner .keywords {
    display: flex;
    align-items: center;
    gap: var(--Spacing-4x, 20px);
    align-self: stretch;
    margin-bottom: 40px;
    z-index: 2;
}
.index-banner .keywords p {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 0;
}
.index-banner .keywords p::after {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #D9D9D9;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 12px;
}
.index-banner .keywords p:last-child::after {
    display: none;
}
.index-banner .banner-content-wrapper .banner-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.index-banner .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: var(--Vertical-Spacing-Large, 24px);
    z-index: 2;
    color: var(--White, #FFF);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    width: 350px;
    padding: 18px 50px;
    border-radius: 12px;
}
.index-banner .exp-jobs-btn {
    border-color: #ffffff;
}
.index-banner .exp-jobs-btn:hover,
.index-banner .exp-jobs-btn:focus {
    background-color: transparent;
    box-shadow: none;
}

.find-right-job {
    position: relative;
    width: 100%;
    display: block;
    padding: 140px 0;
    background: linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%);
}
.find-right-job .bg-layer {
    background: rgba(0, 1, 2, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.find-right-job .grid-img-1 {
    display: flex;
    height: 350px;
    width: auto;
    position: absolute;
    top: 1080px;
    left: 0;
}
.find-right-job .grid-img-2 {
    display: flex;
    height: 350px;
    width: auto;
    position: absolute;
    top: 450px;
    right: 0;
}
.find-right-job .top-navigation .nav {
    justify-content: center;
}
.find-right-job .top-navigation .nav .nav-item a {
    display: flex;
    padding: var(--Spacing-4x, 12px) 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Spacing-4x, 12px);
    color: var(--Neutral-700, #374151);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
}
.find-right-job .top-navigation .nav .nav-item.active a {
    color: #ffffff;
    border: 1px solid var(--Neutral-100, #E7EBFD);
    background: var(--Primary-Light, #1575C6);
}
.find-right-job .top-navigation .nav .nav-item a span.icon {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.find-right-job .card .card-body .right-text-block {
    margin-left: 54px;
}
.find-right-job .frj-row {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 60px 0;
    scroll-margin-top: 120px;
    border-radius: 5px;
    border-bottom: 0.5px dashed var(--Neutral-200, #C5D1DB);
}
.find-right-job .frj-row:last-child {
    border-bottom: none;
}
.find-right-job .inner-content {
    position: relative;
    z-index: 1;
}
.find-right-job .title-text-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}
.find-right-job .title-text-wrapper p {
    color: #E7EBFD;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 161.538% */
}
.find-right-job .title {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    z-index: 2;
    margin: 0;
}
.find-right-job .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    padding: 40px 112px 0px 112px;
}
.find-right-job .info-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}
.find-right-job .info-text span {
    font-weight: 800;
}
.find-right-job .screen-shot-animation-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 265px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-4x, 12px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.find-right-job .screen-shot-animation-wrapper .screen-1 {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.5);
    transform-origin: top left;
    animation: screen_1_animation 10s infinite;
}
@keyframes screen_1_animation {
    0% {        
        transform: scale(1);
    }
    25% {               
        transform: scale(1.5);
    }
    50% {        
        transform: scale(1.2) translateX(-80px);
    }
    75% {        
        transform: scale(1.2) translateX(-80px) translateY(-45px);
    }
    100% {
        transform: scale(1);
    }
}

.find-right-job .screen-shot-animation-wrapper .screen-2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.5);
    transform-origin: top left;
    animation: screen_2_animation 11s infinite;
}
@keyframes screen_2_animation {
    0% {        
        transform: scale(1);
    }
    25% {               
        transform: scale(1.5);
    }
    50% {        
        transform: scale(1.2) translateX(-80px);
    }
    75% {        
        transform: scale(1.2) translateX(-80px) translateY(-45px);
    }
    100% {
        transform: scale(1);
    }
}

.find-right-job .screen-shot-animation-wrapper .screen-4 {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.5);
    transform-origin: top left;
    animation: screen_4_animation 12s infinite;
}
@keyframes screen_4_animation {
    0% {        
        transform: scale(1);
    }
    25% {               
        transform: scale(1.5);
    }
    50% {        
        transform: scale(1.2) translateX(-80px);
    }
    75% {        
        transform: scale(1.2) translateX(-80px) translateY(-45px);
    }
    100% {
        transform: scale(1);
    }
}



.mobile-container {
    position: relative;
    width: 411px;
    height: 731px;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}
.mobile-container .overlap-group {
    position: relative;
    height: 731px;
}
.mobile-container .bg {
    position: absolute;
    width: 410px;
    height: 731px;
    top: 0;
    left: 1px;
}
.messages-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.messages-container .msg-container-inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: 110px;
    left: 10px;
}
/* .mobile-container .message-1 {
    position: absolute;
    top: 111px;
    left: 1px;
}
.mobile-container .message-2 {
    position: absolute;
    top: 290px;
    left: 8px;    
}
.mobile-container .message-3 {
    position: absolute;
    top: 525px;
    left: 8px;
}
.mobile-container .message-4 {
    position: absolute;
    top: 913px;
    left: 8px;    
}*/
.mobile-container .header {
    position: absolute;
    width: 411px;
    height: 100px;
    top: 0;
    left: 0;
} 

.signUp-btn {
    display: flex;
    width: 380px;
    padding: 20px 56px;
    justify-content: center;
    align-items: center;
    gap: var(--Vertical-Spacing-Large, 24px);
    align-self: stretch;
    border-radius: var(--Spacing-4x, 12px);
    background: var(--Primary-Light, #1575C6);
    color: var(--White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

.frj-carousel-wrapper {
    position: relative;
    width: 100%;
    display: block;
    scroll-margin-top: 120px;
}
/* .frj-carousel-wrapper::before {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 125px;
    height: 126px;
    position: absolute;
    left: -50px;
    bottom: 15px;
} */
.frj-carousel-wrapper .card {
    display: flex;
    /* width: 500px; */
    padding: 40px 22px 22px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Vertical-Spacing-Large, 24px);
    border-radius: var(--Spacing-4x, 12px);
    border: 1px solid rgba(255, 255, 255, 0.30)!important;
    background: #1C2270;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05)!important;
    margin: 0.5rem;
}
.frj-carousel-wrapper .card .profile-info-text p {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.32px;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frj-carousel-wrapper .card .profile {
    display: flex;
    align-items: center;
    gap: 8px;
}
.frj-carousel-wrapper .card .profile .profile-pic {
    width: 56px;
    height: 56px;
    border-radius: 56.004px;
    border: 2px solid #5F74B3;
    overflow: hidden;
    display: flex;
    min-width: 56px;
}
.frj-carousel-wrapper .profile .profile-info .profile-name {
    color: var(--Neutral-200, #C5D1DB);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.28px;
    margin-bottom: 0.3rem!important;
    text-transform: uppercase;
}
.frj-carousel-wrapper .profile .profile-info .current-role {
    color: var(--Neutral-400, #9CA3AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; 
    letter-spacing: 0.28px;
    height: 40px;
}
.frj-carousel-wrapper .card .card-body {
    position: relative;
}
.frj-carousel-wrapper .card .card-body::before {
    content: '';
    background: url(../img/quote-img.png) no-repeat;
    width: 45px;
    height: 32px;
    position: absolute;
    top: -25px;
    left: -5px;
    background-size: cover;
}
.frj-carousel-wrapper .card .card-body .profile-info-text {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
#frj-carousel .owl-dots {
    display: none;
}
#testimonials-carousel.owl-carousel .owl-prev,
#testimonials-carousel.owl-carousel .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}
#testimonials-carousel.owl-carousel .owl-nav .owl-prev,
#testimonials-carousel.owl-carousel .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 48%;
    opacity: 0;
    -webkit-transition: all 0.3s;    
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    padding: 0;
}
#testimonials-carousel.owl-carousel:hover .owl-nav .owl-prev,
#testimonials-carousel.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1!important;
    -webkit-transition: all 0.3s;    
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#testimonials-carousel.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
#testimonials-carousel.owl-carousel .owl-nav .owl-next {
    right: -20px;
}
#testimonials-carousel.owl-carousel .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
/* #frj-carousel.owl-carousel .owl-stage-outer::after {
    content: '';    
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;    
    background: linear-gradient(135deg,  rgba(28,34,112,1) 0%,rgba(17,46,90,1) 100%); 
} */

.our-vision {
    position: relative;
    width: 100%;
    display: block;
    padding: 140px 0;
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));
}
.our-vision .bg-layer {
    background: url(../img/our-vision-bg.png) no-repeat center center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.our-vision .title-text-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}
.our-vision .main-title {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; 
    text-transform: capitalize;
}
.our-vision .title-text-wrapper p {
    color: #E7EBFD;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 161.538% */
}
.vision-process-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.our-vision .vision-list {
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.our-vision .vision-list .vision-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;    
}
.our-vision .vision-list .vision-list-item .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #d9d9d9;
}
.our-vision .vision-list .vision-list-item .progress-bar {
    background-color: #a3baf9;
    width: 0%;
    opacity: 0;
    -webkit-transition: all 4.5s ease;
    -moz-transition: all 4.5s ease;
    -o-transition: all 4.5s ease;
    -ms-transition: all 4.5s ease;
    -webkit-transition: all 4.5s ease;
    transition: all 4.5s ease;
}
.our-vision .vision-list .vision-list-item[data-slide="true"] .progress-bar {
    opacity: 1;
    width: 100%;
}
.our-vision .vision-list .vision-list-item[data-slide="true"] {
    background: #FFF;
    box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding-left: 20px;
    padding-right: 20px;
}
.our-vision .vision-list .vision-list-item .title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    margin-bottom: 12px;
}
.our-vision .vision-list .vision-list-item .title {
    display: inline-block;
    color: var(--Neutral-300, #D2D5DB);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    /* -webkit-transition: font-size 2s, font-weight 2s ease-in-out;
    -moz-transition: font-size 2s, font-weight 2s ease-in-out;
    -o-transition: font-size 2s, font-weight 2s ease-in-out;
    -ms-transition: font-size 2s, font-weight 2s ease-in-out;
    transition: font-size 2s, font-weight 2s ease-in-out; */
}
.our-vision .vision-list .vision-list-item[data-slide="true"] .title {    
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.our-vision .vision-list .vision-list-item.item-1[data-slide="true"] .title {
    color: #856A1F;
}
.our-vision .vision-list .vision-list-item.item-2[data-slide="true"] .title {
    color: #5C9BCB;
}
.our-vision .vision-list .vision-list-item.item-3[data-slide="true"] .title {
    color: #8B5DCD;
}
.our-vision .vision-list .vision-list-item.item-4[data-slide="true"] .title {
    color: #56ABA8;
}
.our-vision .vision-list .vision-list-item .info-text {
    color: var(--Neutral-500, #6B7280);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 0!important;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.our-vision .vision-list .vision-list-item .info-text span.highlight-text {
    font-weight: 700;
}
.our-vision .vision-list .vision-list-item[data-slide="true"] .info-text {
    color: var(--Neutral-800, #1F2937);
}
.our-vision .vision-img-wrapper {
    position: relative;
    height: 480px;
    width: 100%;
}
.our-vision .vision-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}
.our-vision .signUp-btn {
    z-index: 1;
}
.vision-list .vision-list-item .progress {
    opacity: 0;
}
.vision-list .vision-list-item[data-slide="true"] .progress {
    opacity: 1;
}
.our-vision .vision-process-wrapper {
    position: relative;
    display: inline-flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: rgba(41, 27, 48, 0.30);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    height: 500px;
    width: 500px;
    overflow: hidden;
}
.our-vision .vision-process-wrapper .vision-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.our-vision .vision-process-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
}
.our-vision .vision-process-wrapper .vision-img {
    opacity: 0;    
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.our-vision .vision-process-wrapper .vision-img.active-img {
    opacity: 1;
}
.our-vision .vision-process-wrapper .bg-ellipse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 252px;
    position: absolute;
    /* left: -30px;
    top: -47.492px; */
    filter: blur(20px);     
    transform: translate(-100px, -100px);
    animation: gredi_anim 20s infinite;
    animation-delay: 5s;
}
/* .our-vision .vision-process-wrapper .bg-ellipse svg g .bg-fill {
    fill: #FFDD9D;
} */
@keyframes gredi_anim {
    0% {        
        transform: translate(-100px, -100px);
    }
    25% {               
        transform: translate(180px, -100px);
    }
    50% {        
        transform: translate(180px, 180px);
    }
    75% {        
        transform: translate(-100px, 180px);
    }
    100% {
        transform: translate(-100px, -100px);
    }
}

.our-vision .vision-process-wrapper .bg-ellipse svg .bg-fill {
    animation: change_color 20s infinite;
    animation-delay: 5s;
}
@keyframes change_color {
    0% {        
        fill:#FFDD9D
    }
    25% {               
        fill:#A1D6FF
    }
    50% {        
        fill:#C8A1FF
    }
    75% {        
        fill:#A1FFFC
    }
    100% {
        fill:#FFDD9D
    }
}
.latest-openings {
    position: relative;
    width: 100%;
    /* background: var(--TJ-Grad, linear-gradient(90deg, #1b1666 -3.92%, #1d4d95 233.8%)); */
    padding: 150px 0 100px;
    background: linear-gradient(to right,  #1b1666 0%,#1d4d95 100%);
}
.latest-openings::before {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 200px;
    left: -80px;
    transform: rotate(45deg);
}
.latest-openings::after {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 125px;
    height: 126px;
    position: absolute;
    bottom: 230px;
    right: 0;
}
.latest-openings .bg-layer {
    background: rgba(0, 1, 2, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.latest-openings .main-title {
    color: var(--White, #FFF);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    z-index: 1;
}
.latest-openings .info-title {
    color: #2099D6;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.latest-openings-carousel-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.latest-openings-carousel-wrapper .card {
    position: relative;
    display: flex;
    height: 430px;
    /* width: 440px; */
    padding: 25px 25px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Vertical-Spacing-Large, 24px);
    border-radius: var(--Spacing-4x, 12px);
    border: 0.5px solid var(--Neutral-200, #C5D1DB);
    background: #FFF;
    margin: 0.5rem;
}
.latest-openings-carousel-wrapper .card .post-title {
    color: #132745;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
}
.latest-openings-carousel-wrapper .card .city {
    color: #132745;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.latest-openings-carousel-wrapper .card .post-info {    
    color: #132745;    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-openings-carousel-wrapper .card .compensation {
    position: absolute;
    left: 25px;
    bottom: 85px;
}
.latest-openings-carousel-wrapper .card .compensation p {
    overflow: hidden;
    color: #132745;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.7px;
    margin-bottom: 0.5rem;
}
.latest-openings-carousel-wrapper .card .compensation .cost {
    color: var(--Neutral-600, #4B5563);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.latest-openings-carousel-wrapper .card .arrow-link {
    display: inline-flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
}
#latest-openings-carousel .owl-dots {
    display: none;
}
#latest-openings-carousel.owl-carousel .owl-prev,
#latest-openings-carousel.owl-carousel .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}
#latest-openings-carousel.owl-carousel .owl-nav .owl-prev,
#latest-openings-carousel.owl-carousel .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 48%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    padding: 0;
}
#latest-openings-carousel.owl-carousel:hover .owl-nav .owl-prev,
#latest-openings-carousel.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#latest-openings-carousel.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
#latest-openings-carousel.owl-carousel .owl-nav .owl-next {
    right: -20px;
}
#latest-openings-carousel.owl-carousel .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.view-all-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: var(--Vertical-Spacing-Large, 24px);
    z-index: 2;
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px;
    padding: 20px 56px;
    border-color: #ffffff;
    border-radius: 12px;
    margin-top: 40px;
}
.view-all-btn:hover,
.view-all-btn:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #ffffff;
}

.recent-updates {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0;
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));   
}
.recent-updates .bg-layer {
    background: rgba(0, 1, 2, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.recent-updates::before {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 165px;
    left: -112px;
    transform: rotate(45deg);
}
.recent-updates::after {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 125px;
    height: 126px;
    position: absolute;
    bottom: 280px;
    right: 0;
}
.recent-updates .title-block {
    position: relative;
    margin-bottom: 38px;
    z-index: 1;
}
.recent-updates .info-title {
    color: #2099D6;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.recent-updates .main-title {
    color: var(--White, #FFF);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    z-index: 1;
}
.recent-updates .lc-blog-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: center;
}
.recent-updates .lc-blog-wrapper .center-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.recent-updates .card {    
    border-radius: var(--Spacing-4x, 12px);
    border: 0.5px solid var(--Neutral-200, #C5D1DB);
    background: #FFF;
    overflow: hidden;
    width: 440px;
}
.recent-updates .card.auto-height {
    height: 485px;
}
.recent-updates .card.horizontal-card {
    width: 500px;
}
.recent-updates .card .card-title {
    color: var(--Neutral-700, #1F2937);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}
.recent-updates .card .card-body p {
    color: var(--Neutral-700, #374151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-updates .card p.last-updated {
    overflow: hidden;
    color: var(--Neutral-500, #6B7280);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
}
.recent-updates .blog-img {
    display: flex;
    width: 100%;
    height: 260px;
}
.recent-updates .blog-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.recent-updates .card.horizontal-card .blog-img {
    height: 230px;
}
#blog-carousel .owl-nav {
    display: none;
}
#blog-carousel .owl-dots {
    margin-top: 1.5rem;
}
#blog-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: #CCE0F4;
    margin: 4px;
}
#blog-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    background-color: #1575C6;
}
.recent-updates .view-all-btn {
    position: relative;
    z-index: 1;
}

/* TC Privacy-Policy page style */
.tc-privacy-policy {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
}
.tc-privacy-policy .main-title {
    color: var(--Neutral-900, #111827);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.tc-privacy-policy .content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}
.tc-privacy-policy .content-block .content-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.tc-privacy-policy .content-row h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.tc-privacy-policy .content-row p {
    color: var(--Neutral-600, #4B5563);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    margin: 0;
}
.tc-privacy-policy .content-row ul li {
    color: var(--Neutral-600, #4B5563);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    margin-bottom: 0.5rem;
}

/* Join the team page style */
.join-the-team {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
}
.join-the-team .main-title {
    color: var(--Neutral-900, #111827);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.join-the-team p {
    color: var(--Neutral-600, #4B5563);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */   
}
.join-the-team hr {
    border-top: 1px dashed #E7EBFD;
    margin: 40px 0;
}
.join-the-team .form-wrapper .field-row input {
    border-radius: 12px;
    border: 1px solid var(--Neutral-300, #D2D5DB);
    background: #FFF;
    padding: 12px 12px 12px 20px;
    margin: 0;
    height: 44px;
}
.join-the-team .form-wrapper .text-area-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
}
.join-the-team .form-wrapper textarea {
    border-radius: 12px;
    border: 1px solid var(--Neutral-300, #D2D5DB);
    background: #FFF;
    padding: 12px 12px 12px 20px;
    margin: 0;    
    height: 300px;
}
.join-the-team .form-title {
    color: var(--Neutral-900, #111827);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin-bottom: 20px;
}
.join-the-team .form-wrapper .submit-btn {
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--Primary-Light, #1575C6);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 220px;
}
.join-the-team .form-wrapper .submit-btn:focus {
    box-shadow: none;
    outline: none;
}

/*.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
 input[type='file'] { 
    position: relative;
    height: 50px;
    font-size: 0;
}
input[type='file']::before {
    content: 'Resume / CV';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    bottom: 0;
    margin: 0 auto;
    padding: 12px;
    line-height: 24px;
} */

.vision-img-wrapper .vision-img.img-2,
.vision-img-wrapper .vision-img.img-3,
.vision-img-wrapper .vision-img.img-4 {
    opacity: 0;
}
.custom-file-input {
    position: relative;
}
.custom-file-input:hover {
    box-shadow: none;
}
input[type="file"]::file-selector-button {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: url(../img/choose-file-icon-96x96.png) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 18px;
    border: none;
}
input[type="file"]::file-selector-button:hover {
    box-shadow: none;
}
.file-input span {
    color: var(--Light-Neutral-500, #6B7280);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    background: #ffffff;
    width: 120px;
}
.file-input .custom-file-input {
    height: 50px;
}
/* .file-input .form-text {
    color: var(--Light-Neutral-500, #6B7280);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 20px;
} */
.file-input .form-label {
    color: var(--Neutral-900, #111827);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.file-input .form-text {
    color: var(--Light-Neutral-500, #6B7280);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 18px;
}
.help-block ul {
    padding: 0;
    margin: 0;
}
.help-block ul li {
    font-size: 14px;
    list-style-type: none;
    margin-top: 5px;
}


.footer {
    position: relative;
    width: 100%;
    display: block;
    padding: 64px 0;
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .bg-layer {
    background: rgba(0, 1, 2, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer .footer-top {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
.footer .footer-content {
    position: relative;
    width: 100%;
    z-index: 1;
}
.footer .footer-nav {
    gap: 24px;
}
.footer .footer-nav .nav-item a {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.footer .footer-top h4 {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
}
.footer .footer-top p {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    opacity: 0.6;
    margin: 0;
}
.footer .footer-top .visit-btn {
    display: flex;
    height: var(--Card-Bg-Height, 48px);
    padding: 8px 60px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-4x, 12px);
    flex: 1 0 0;
    border-radius: var(--Spacing-4x, 12px);
    background: var(--Primary-Light, #1575C6);
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 24px auto 0;
}
.footer hr {
    background: rgba(255, 255, 255, 0.50)!important;
}
.footer .footer-bottom .connect-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-4x, 12px);
}
.footer .footer-bottom .connect-us p {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    opacity: 0.5;
}
.footer .footer-bottom .connect-us .support {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.footer .footer-bottom .social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.footer .footer-bottom .social-media p {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    opacity: 0.5;
}
.footer .footer-bottom .social-media .social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.footer .footer-bottom .social-media .social-icon {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.footer .footer-bottom .social-media .social-icon img.x-icon {
    width: 20px;
}
.footer .footer-bottom .social-icon.linked-in {    
    background: #1275B1;
}
.footer .footer-bottom .social-icon.twitter {    
    background: #ffffff;
}
.footer .footer-logo .navbar-brand {
    padding: 0;
}
.footer .footer-logo {
    margin-bottom: 46px!important;
}
.footer .footer-bottom {
    margin-top: 46px;
}
.file-messages {
    display: flex;
    justify-content: space-between;
}
.file-messages #error-message {
    font-size: 12px;
    display: none;
    margin: 0;
}

#testimonials-carousel .owl-controls .owl-pagination,
#latest-openings-carousel .owl-controls .owl-pagination {
    display: none!important;
}
#testimonials-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
}
#latest-openings-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
}
#testimonials-carousel:hover .owl-controls .owl-buttons {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
#latest-openings-carousel:hover .owl-controls .owl-buttons {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
#testimonials-carousel .owl-controls .owl-buttons .owl-prev,
#latest-openings-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -25px !important;
    margin: 0;
    background: transparent;
    opacity: 1;    
}
#testimonials-carousel .owl-controls .owl-buttons .owl-prev img,
#latest-openings-carousel .owl-controls .owl-buttons .owl-prev img {
    transform: rotate(180deg);
}
#testimonials-carousel .owl-controls .owl-buttons .owl-next,
#latest-openings-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -25px !important;
    margin: 0;
    background: transparent;
    opacity: 1;
}
.php-email-form .validate {
    display: none;
    color: red;
    margin: 10px 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
.swal2-container .swal2-popup {
    border-radius: 12px;
}
.swal2-container .swal2-popup .swal2-title {
    font-weight: 300;
}

/* Latest changes style start here 23-06-2025*/

.join-team-section {
    position: relative;
    display: flex;
    padding: 16px 0;
    text-align: center;
}
.join-team-section .text-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.join-team-section .text-wrapper p {
    color: var(--Primary-Dark, #002149);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}
.join-team-section .text-wrapper a {
    color: var(--Primary-Light);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    display: flex;
    align-items: center;
    gap: 8px;
}
.about-us-sec {
    position: relative;
    width: 100%;
    display: block;
    padding: 140px 0 112px;
    background: linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%);
}
.about-us-sec::before {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 40%;
    left: -80px;
    transform: rotate(45deg);
}
.about-us-sec::after {
    content: '';
    background: url(../img/bg-gird-img-2.png) no-repeat;
    width: 125px;
    height: 126px;
    position: absolute;
    top: 60%;
    right: 0;
}
.about-us-sec .bg-layer {
    background: rgba(0, 1, 2, 0.40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.about-us-sec .title-text-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 40px;
}
.about-us-sec .title-text-wrapper .info-title {
    color: #2099D6;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 1;
}
.about-us-sec .title-text-wrapper .main-title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    z-index: 1;
}
.about-us-sec .title-text-wrapper p {
    color: #D2D5DB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    z-index: 1;
}
.about-us-sec .card {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #1C2270;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.about-us-sec .card .card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 58px 32px 32px 32px;
}
.about-us-sec .ask-yourself {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 16px 20px;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid rgba(56, 61, 129, 0.14);
    background: #11214E;    
    width: 92%;
}
.about-us-sec .ask-yourself span {
    color: #9CA3AF;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.about-us-sec .ask-yourself span.title {
    color: #ffffff;
    font-style: normal;
}
.about-us-sec .ask-yourself .list-content {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about-us-sec hr {
    border-top: 1px dashed #fff;
    opacity: 0.2;
    margin: 0;
}
.about-us-sec .about-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about-us-sec .about-content-wrapper .about-content-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-us-sec .about-content-wrapper h3 {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    margin: 0;
}
.about-us-sec .about-content-wrapper .about-content-row.first-row p {
    color: var(--Neutral-300, #D2D5DB);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.about-us-sec .about-content-wrapper .about-content-row.last-row p {
    color: var(--Neutral-300, #D2D5DB);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.about-us-sec .about-content-wrapper .about-content-row.last-row p span {
    font-style: italic;
}
.about-us-sec .about-content-row .why-we {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.about-us-sec .about-content-row .why-we p {
    color: var(--Neutral-300, #D2D5DB);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0;
}
.about-us-sec .about-content-row .why-we p span{
    color: var(--Neutral-50, #F9FAFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: 1.28px;
}
.about-us-sec .about-content-row .why-we div::after {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 78px;
    position: absolute;
    top: 5px;
    right: -30px;
    opacity: 0.2;
}
.about-us-sec .about-content-row .why-we div:last-child::after {
    display: none;
}

.connect-with-us {
    position: relative;
    width: 100%;
    padding: 180px 0;
    background: var(--TJ-Grad, linear-gradient(90deg, #1B1464 -3.92%, #2099D6 233.8%));
}
.connect-with-us .connect-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
}
.connect-with-us .connect-text h2 {
    color: var(--Neutral-50, #F9FAFF);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.connect-with-us .connect-text p {
    color: var(--Neutral-400, #9CA3AF);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}
.connect-with-us .form-container input,
.connect-with-us .form-container select {
    border-radius: 12px;
    border: 1px solid var(--Light-Neutral-300, #D2D5DB);
    height: 40px;
    margin: 0;
}
.connect-with-us .form-container textarea {
    border-radius: 12px;
    border: 1px solid var(--Light-Neutral-300, #D2D5DB);
    background: #FFF;
    margin: 0;
    height: 90px;
}
.connect-with-us .form-container select {
    background-image: url('../img/select-arrow.svg');
}
.connect-with-us .form-container select:not(:checked) {
    color: var(--Light-Neutral-500, #6B7280);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.connect-with-us .form-container .control-group {
    position: relative;
    height: 75px;
}
.connect-with-us .form-container .message-text-box {
    position: relative;
    height: 100px;
}
/* .connect-with-us .form-container .control-group .error {
    position: absolute;
    left: 0;
    bottom: 8px;
    margin: 0;
} */
.connect-with-us ::placeholder {
  color: var(--Light-Neutral-500, #6B7280);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.connect-with-us .form-container .submit-btn {
    display: flex;
    width: 250px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: var(--Vertical-Spacing-Large, 24px);
    align-self: stretch;
    border-radius: var(--Spacing-4x, 12px);
    background: var(--Primary-Light, #1575C6);
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 12px;
    border: none;
    margin-top: 1rem;
}
.connect-with-us .form-container .submit-btn:disabled {
    background: var(--Accent-Neutral, #CCE0F4);
}
.our-vision .meet-the-founder {
    position: relative;
    margin-top: -220px;
    margin-bottom: 100px;
}
.our-vision .meet-the-founder .card {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #1C2270;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.our-vision .meet-the-founder .card .card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 58px 32px 32px 32px;
}
.our-vision .meet-the-founder .text-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 1rem;
}
.our-vision .meet-the-founder .text-block h3 {
    color: var(--White, #FFF);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
}
.our-vision .meet-the-founder .text-block p {
    color: var(--Neutral-300, #D2D5DB);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.our-vision .meet-the-founder .profile {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.our-vision .meet-the-founder .profile .profile-info p {
    color: var(--Neutral-50, #F9FAFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 4px;
}
.our-vision .meet-the-founder .profile .profile-info span {
    color: var(--Neutral-300, #D2D5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.footer .grid-img-2 {
    display: flex;
    height: 450px;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 125px;
}
.footer .footer-bottom-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer .copyright-links {
    position: relative;
    width: 100%;
    padding: 18px 0;
}
.footer .copyright-links .copyright-txt {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.5;
}
.footer .copyright-links .nav-item a {
    opacity: 0.5;
}
form .error {
    color: #ff0018;
    font-size: 14px !important;
    margin-top: 0.5rem;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #d9edf1!important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #88c0dd!important;
}
div:where(.swal2-icon).swal2-success {
    border-color: #88c0dd!important;
    color: #88c0dd!important;
}
.swal2-success .swal2-success-line-tip {
    color: #88c0dd;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.2rem!important;
    margin-bottom: 1.5rem!important;
}

.join-team-form .control-group {    
    position: relative;
    height: 75px;
}
.join-team-form .control-group label.error {
    margin: 0;
}
.join-team-form .submit-btn {
    margin-top: 3rem;
}
.text-area-wrapper .error {
    margin: 0!important;
}
.join-the-team .linkedin-input-field p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1728px!important;
    }
}

@media (min-width: 1600px) {
}

@media(min-width: 1441px) {	
    .index-banner {
        height: 100%;
        padding: 3rem 0;
    }
    .index-banner h1 {   
        font-size: 4.875rem;
        line-height: 120px; 
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 360px;
    }
    .find-right-job .info-text {
        width: 75%;
    }
    .our-vision .vision-process-wrapper {
        width: 550px;
        height: 550px;
    }
    .our-vision .vision-list .vision-list-item {
        height: 110px;
    }
    .frj-carousel-wrapper .card {
        height: 240px;
    }
    .frj-carousel-wrapper .card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .frj-carousel-wrapper .profile .profile-info .current-role {
        height: auto;
    }  
    .our-vision .title-text-wrapper p {
        font-size: 24px;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
    .index-banner {
        height: 100%;
        padding: 3rem 0;
    }
    .index-banner h1 {
        font-size: 3.5rem;
        line-height: 74px;
    }
    .our-vision .main-title {
        font-size: 42px;
    }
    .our-vision .vision-list .vision-list-item[data-slide="true"] .title {
        font-size: 18px;
    }
    .our-vision .vision-list .vision-list-item .info-text {
        font-size: 14px;
    }

    .our-vision .title-text-wrapper p,
    .find-right-job .title-text-wrapper p {
        font-size: 22px;
    }
    .find-right-job .card.jn-advantage-card {
        padding: 40px 80px 0px 80px;
    }
    .find-right-job .top-navigation .nav .nav-item a {
        font-size: 13px;
        padding: 12px;
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 230px;
    }
    .about-us-sec .ask-yourself span {
        font-size: 12px;
    }
    .connect-with-us .connect-text h2 {
        font-size: 44px;
    }   
    .footer .footer-top p {
        font-size: 14px;
    }
    .footer .footer-top .visit-btn {
        padding: 8px 44px;
    }
    .latest-openings-carousel-wrapper .card .post-title {
        font-size: 22px;
    }
    .latest-openings-carousel-wrapper .card .city,
    .latest-openings-carousel-wrapper .card .post-info {
        font-size: 16px;
    }
    .about-us-sec .about-content-wrapper .about-content-row.last-row p {
        font-size: 15px;
    }
}   

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 1040px!important;
        padding-left: .75rem;
        padding-right: .75rem;
    }
    header {
        padding: 12px 0;
    }
    header .navbar-brand img {
        width: 120px;
    }
    header .navbar .navbar-nav a {
        font-size: 14px;
    }
    header .header-login a {
        font-size: 14px;
        height: 35px;
    }   
    .index-banner h1 {
        font-size: 48px !important;
        line-height: 78px;
        text-align: center;
    }
    .index-banner .banner-content-wrapper {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .index-banner .keywords {
        justify-content: center;
    }
    .index-banner .btn {
        font-size: 24px;
        width: 330px;
        padding: 12px 54px;
    }
    .find-right-job .card {
        padding: 40px 60px 0px 60px;
    }
    .frj-carousel-wrapper .card {
        padding: 40px 20px 20px 20px;
    }
    .find-right-job .top-navigation {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        width: 100%;
        height: 50px;
    }
    .find-right-job .top-navigation .nav {
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        /* width: 300px; */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 190px;
    }
    .find-right-job .card .card-body .right-text-block {
        margin-left: 0;
    }
    .find-right-job .info-text {
        font-size: 22px;
        line-height: 34px;
    }
    .frj-carousel-wrapper .card .profile-info-text p {
        font-size: 14px;
    }
    .frj-carousel-wrapper .card .card-body .profile-info-text {
        height: auto;
    }
    .our-vision .vision-list {
        gap: 10px;
    }
    .our-vision .vision-list .vision-list-item {
        padding: 8px 0;
        gap: 6px;
    }
    .our-vision .vision-list .vision-list-item .title {
        font-size: 16px;
    }
    .our-vision .vision-list .vision-list-item .info-text {
        font-size: 14px;
        line-height: 18px;
    }
    .our-vision .vision-list .vision-list-item.active {
        padding: 10px;
    }
    .our-vision .vision-list .vision-list-item.active .title {
        font-size: 18px;
    }
    .our-vision .vision-process-wrapper {        
        padding: 15px;
        border-radius: 44px;
        height: 400px;
        width: 400px;
    }
    .latest-openings-carousel-wrapper .card .post-title,
    .latest-openings-carousel-wrapper .card .compensation .cost {
        font-size: 18px;
    }
    .latest-openings-carousel-wrapper .card .city {
        font-size: 14px;
    }
    .latest-openings-carousel-wrapper .card .post-info {
        font-size: 14px;
    }
    .latest-openings-carousel-wrapper .card {
        height: 360px;
    }
    .frj-carousel-wrapper .card .card-body::before {
        width: 40px;
        height: 30px;
        top: -20px;
        left: -8px;
        background-size: cover;
    }
    .recent-updates .card.horizontal-card {
        width: 420px;
    }
    .our-vision .vision-list .vision-list-item[data-slide="true"] .title {
        font-size: 18px;
    }
    .frj-carousel-wrapper .profile .profile-info .current-role {
        font-size: 10px;
        line-height: 16px;
    }
    .find-right-job .top-navigation .nav .nav-item a {
        font-size: 12px;
    }
    .connect-with-us .connect-text h2 {
        font-size: 38px;
    }
    .connect-with-us .connect-text p {
        font-size: 22px;
        line-height: 34px;
    }
    .footer .visit-portal h4 {
        font-size: 22px;
    }
    .footer .footer-top .visit-portal .visit-btn {
        padding: 8px 24px;
    }
    .footer .footer-nav {
        width: 100%;
    }
    .our-vision .main-title {
        font-size: 34px;
    }
    .our-vision .title-text-wrapper p {
        font-size: 18px;
    }
    .footer .footer-top p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px!important;
        padding-left: .75rem;
        padding-right: .75rem;
    }
    header {
        padding: 12px;
    }
    header .login-menu {
        display: flex !important;
        gap: 12px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none;
    }
    header .header-login a {
        height: 34px;
        font-weight: 500;
    }
    header .navbar-brand img {
        width: 120px;
    }
    .index-banner {
        padding: 40px 0 70px;
        height: auto;
    }
    .index-banner .banner-content-wrapper {
        align-items: center;
        width: 100%;
    }    
    .index-banner h1 {
        font-size: 34px;
        line-height: 54px;
        text-align: center;
    }
    .index-banner .keywords {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .index-banner h1 .span-1::before {        
        width: 115px;
        height: 3px;
        top: 30px;
    }
    .index-banner .keywords p {
        font-size: 14px;
        z-index: 2;
    }
    .index-banner .keywords p::after {
        top: 8px;
    }
    .index-banner .banner-content-wrapper .banner-cta {
        gap: 24px;
    }
    .index-banner .btn {
        font-size: 16px;
        padding: 10px 0;
        width: 230px;
    }
    .index-banner .btn svg {
        width: 24px;
        height: 24px;
    }
    .find-right-job {
        padding: 70px 0;
    }
    .find-right-job .title {
        font-size: 34px;
    }
    .find-right-job .top-navigation {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        width: 100%;
        height: 50px;
    }
    .find-right-job .top-navigation .nav {
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        /* width: 300px; */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
    }
    .find-right-job .top-navigation .nav .nav-item a {
        font-size: 14px;
    }
    .find-right-job .card {
        padding: 20px;
    }
    .frj-carousel-wrapper .card {
        padding: 50px 20px 20px 20px;
    }
    .find-right-job .info-text {
        font-size: 16px;
        line-height: 30px;
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 170px;
    }
    .find-right-job .card .card-body .right-text-block {
        margin-left: 0;
    }
    .frj-carousel-wrapper .card .card-body::before {
        width: 40px;
        height: 30px;
        top: -18px;
        left: -5px;
        background-size: cover;
    }
    .frj-carousel-wrapper .card .profile-info-text p {
        font-size: 14px;
    }
    @keyframes screen_1_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes screen_2_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes screen_4_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    .mobile-container {
        width: 300px;
    }
    .signUp-btn {        
        width: 300px;
        padding: 12px 0;
        font-size: 24px;
    }
    .our-vision {
        padding: 70px 0;
    }
    .our-vision .main-title {
        font-size: 34px;
        line-height: 48px;
    }
    .vision-process-container {
        flex-direction: column;
    }
    .our-vision .vision-list {
        display: none!important;
        gap: 10px;
    }
    .our-vision .vision-list .vision-list-item {
        padding: 8px 0;
        gap: 6px;
    }
    .our-vision .vision-list .vision-list-item .title {
        font-size: 16px;
    }
    .our-vision .vision-list .vision-list-item .info-text {
        font-size: 14px;
        line-height: 18px;
    }
    .our-vision .vision-list .vision-list-item.active {
        padding: 10px;
    }
    .our-vision .vision-list .vision-list-item.active .title {
        font-size: 18px;
    }
    .our-vision .vision-process-wrapper {        
        padding: 15px;
        border-radius: 44px;
        height: 400px;
        width: 400px;
    }
    .latest-openings {
        padding: 70px 0 60px;
    }
    .latest-openings .info-title {
        font-size: 24px;
    }
    .latest-openings .main-title {
        font-size: 38px;
    }
    #latest-openings-carousel::after {
        display: none;
    }
    .latest-openings-carousel-wrapper .card .post-title {
        font-size: 18px;
    }
    .latest-openings-carousel-wrapper .card .city {
        font-size: 16px;
    }
    .latest-openings-carousel-wrapper .card .post-info {
        font-size: 14px;
    }
    .latest-openings-carousel-wrapper .card .compensation .cost {
        font-size: 20px;
    }
    .latest-openings-carousel-wrapper .card {
        height: 380px;
    }
    .view-all-btn {
        font-size: 24px;
        padding: 12px 0;
        width: 220px;
    }
    .recent-updates {
        padding: 70px 0;
    }
    .recent-updates .info-title {
        font-size: 24px;
    }
    .recent-updates .main-title {
        font-size: 38px;
    }
    .recent-updates .card .card-title {
        font-size: 14px;
    }
    .recent-updates .card .card-text {
        font-size: 12px;
    }
    .recent-updates .card p.last-updated {
        font-size: 12px;
    }
    .recent-updates .blog-img {
        height: 160px;
    }
    .recent-updates .card .card-body {
        padding: 12px;
    }
    .recent-updates .card {
        height: 360px
    }
    .recent-updates .card.auto-height {
        height: 360px;
    }
    .recent-updates .card.horizontal-card {
        height: 170px;
    }
    .recent-updates .card.horizontal-card.mb-4 {
        margin-bottom: 1rem!important;
    }
    .footer {
        padding: 40px 0;
    }
    .join-the-team {
        padding: 50px 0;
    }
    .join-the-team .main-title {
        font-size: 38px;
    }
    .tc-privacy-policy {
        padding: 50px 0;
    }
    .tc-privacy-policy .main-title {
        font-size: 38px;
    }
    .tc-privacy-policy .content-row h3 {
        font-size: 22px;
    }
    .recent-updates .card.horizontal-card {
        width: 300px;
    }

    /* Latest changes style start here 23-06-2025*/

    .about-us-sec .title-text-wrapper .info-title {
        font-size: 24px;
    }
    .about-us-sec .title-text-wrapper .main-title {
        font-size: 36px;
    }
    .about-us-sec .ask-yourself span {
        font-size: 12px;
    }
    .about-us-sec .card .card-body {
        padding-top: 70px;
    }
    .about-us-sec .about-content-row .why-we p span {
        font-size: 14px;
        line-height: 24px;
    }
    .our-vision .meet-the-founder {
        margin-top: -160px;
    }
    .our-vision .title-text-wrapper p {
        font-size: 18px;
        line-height: 32px;
    }
    .our-vision .signUp-btn {
        margin-top: 1rem;
    }
    .connect-with-us {
        padding: 70px 0;
    }
    .connect-with-us .connect-text {
        gap: 8px;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .connect-with-us .connect-text h2 {
        font-size: 30px;
        text-align: center;
    }
    .connect-with-us .connect-text p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2rem;
        text-align: center;
    }
    .connect-with-us .form-container .submit-btn {
        margin: 0 auto;
    }
    .footer .grid-img-2 {
        display: none;
    }
    .footer .visit-portal {
        margin-top: 32px;
    }
    .footer .visit-portal h4,
    .footer .visit-portal p {
        text-align: center!important;
    }
    .hr-seprator {
        margin-top: 24px!important;
    }
    .footer .footer-nav {
        width: 100%;
    }
    .footer .footer-top .visit-btn {
        display: table;
    }
    .about-us-sec .about-content-wrapper .about-content-row {
        gap: 40px;
    }
    .about-us-sec .about-content-row .why-we {
        flex-wrap: wrap;
    }
    .about-us-sec .about-content-row .why-we .position-relative {
        width: 45%;
    }
    .about-us-sec .about-content-row .why-we .position-relative:nth-child(2)::after {
        display: none;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev, 
    #testimonials-carousel.owl-carousel .owl-nav .owl-next {
        display: block!important;
        width: 30px;
        height: 30px;
    }    
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev img, 
    #testimonials-carousel.owl-carousel .owl-nav .owl-next img {
        max-width: 100%;
        height: auto;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-next {
        right: -12px;
    }

    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev, 
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next {
        display: block!important;
        width: 30px;
        height: 30px;
    }    
    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev img, 
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next img {
        max-width: 100%;
        height: auto;
    }
    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next {
        right: -12px;
    }
    .join-team-section .text-wrapper p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-order-1 {
        order: 1;
    }
    .mobile-order-2 {
        order: 2;
    }
    header {
        padding: 12px 0;
    }
    header .navbar-brand img {
        width: 100px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
    }
    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }
    header .login-menu {
        display: flex!important;
        gap: 12px;
    }
    header .login-menu button {
        font-size: 14px;
        padding: 4px 24px;
        border-radius: 8px;
    }
    .navbar-collapse {
        margin-top: 1rem;
    }
    .navbar-collapse .navbar-nav {
        text-align: center;
    }
    header .header-login a {
        padding: 4px 24px;
        height: auto;
    }
    .index-banner {
        padding: 40px 0 20px;
        height: auto;
    }
    .index-banner .banner-bg {
        display: none;
    }
    .index-banner .banner-content-wrapper {
        width: 100%;
    }
    .index-banner h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        margin: 0;
    }
    .index-banner h1 .span-1::before {
        width: 56px;
        height: 2px;
        left: 4px;
        top: 14px;
    }
    .index-banner .keywords {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 8px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-bottom: 28px!important;
    }
    .index-banner .keywords p {
        color: var(--White, #FFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.28px;
    }
    .index-banner img {
        display: none;
    }
    .banner-cta {
        gap: 20px!important;
        width: 100%;
    }
    .index-banner .btn {
        font-size: 14px;
        padding: 12px 0;
        font-weight: 600;
        border-radius: 8px;
    }
    .index-banner .btn svg {
        display: none;
    }
    .find-right-job .card {
        padding: 32px 20px 20px;
    }  
    .frj-carousel-wrapper .card .profile-info-text p {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0.24px;
    }
    .frj-carousel-wrapper .profile .profile-info .profile-name {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.24px;
        margin: 0!important;
    }.frj-carousel-wrapper .profile .profile-info .current-role {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.24px;
    }
    .find-right-job .inner-content .d-flex.mt-5 {
        margin-top: 14px!important;
    }
    .frj-carousel-wrapper {
        margin-top: 24px!important;
    }
    .frj-carousel-wrapper .card .card-body::before {
        width: 38px;
        height: 28px;        
        top: -16px;
        left: -5px;
        background-size: cover;
    } 
    .mobile-container {
        width: 250px;     
        height: 450px;
    }
    .mobile-container .header {
        width: 100%;
    }
    .mobile-container .header img {
        max-width: 100%;
        height: auto;
    }
    
    .find-right-job .frj-row {
        padding: 36px 0 24px;
        border-radius: 5px;
        border-bottom: 0.5px dashed var(--Neutral-200, #C5D1DB);
        margin: 0;
    }
    .find-right-job .frj-row:last-child {
        border: none;
        padding-bottom: 0;
    }
    .find-right-job .card .card-body {
        padding: 0;
    }
    .find-right-job .card .card-body .right-text-block {
        margin-left: 0;
    }
    .find-right-job .top-navigation {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        width: 100%;
        height: 50px;
    }
    .find-right-job .top-navigation .nav {
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        /* width: 300px; */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
    }
    .find-right-job .info-text {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 12px;
    }
    .find-right-job .top-navigation .nav .nav-item a {
        font-size: 14px;
    }
    .find-right-job {
        padding: 40px 0;
        scroll-margin-top: 270px;
    }
    .find-right-job .title {
        font-size: 20px;
        width: 60%;
        margin: 0 auto 0;
    }
    .find-right-job .grid-img-1, 
    .find-right-job .grid-img-2 {
        display: none;
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 170px;
        width: 300px;
        margin: 0 auto;
    }
    @keyframes screen_1_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes screen_2_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes screen_4_animation {
        0% {        
            transform: scale(1);
        }
        25% {               
            transform: scale(1.5);
        }
        50% {        
            transform: scale(1.2) translateX(-50px);
        }
        75% {        
            transform: scale(1.2) translateX(-50px) translateY(-25px);
        }
        100% {
            transform: scale(1);
        }
    }
    .signUp-btn {
        font-size: 16px;
        width: 100%;
        padding: 12px 0;
        font-weight: 700;
    }
    .signUp-btn svg {
        display: none;
    }
    .our-vision {
        padding: 40px 0;
    }
    .vision-process-container {
        flex-direction: column;
    }
    .our-vision .vision-list {
        display: none!important;
    }
    .our-vision .main-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .our-vision .vision-process-wrapper .vision-img-wrapper {
        margin: 0 auto;
    }
    .our-vision .vision-process-wrapper {
        padding: 15px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
    }
    .our-vision .vision-process-wrapper img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .latest-openings {
        padding: 40px 0;
    }
    .latest-openings .info-title {
        font-size: 20px;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }
    .latest-openings .main-title {
        font-size: 20px;
        margin: 0;
    }
    .latest-openings-carousel-wrapper {
        margin-top: 24px!important;
    }
    #latest-openings-carousel .owl-stage-outer {
        margin-left: 0;
    }
    #latest-openings-carousel::after {
        display: none!important;
    }
    .latest-openings-carousel-wrapper .card {
        height: 350px;
        width: auto;
    }
    .latest-openings-carousel-wrapper .card .compensation {
        bottom: 70px;
    }
    .latest-openings-carousel-wrapper .card .post-title {
        font-size: 16px;
    }
    .latest-openings-carousel-wrapper .card .city {
        font-size: 14px;
    }
    .latest-openings-carousel-wrapper .card .post-info {
        font-size: 12px;
    }
    .latest-openings-carousel-wrapper .card .compensation .cost {
        font-size: 18px;
    }
    .latest-openings-carousel-wrapper .card .arrow-link {
        bottom: 10px;
    }
    .view-all-btn svg {
        display: none;
    }
    .view-all-btn {
        font-size: 16px;
        padding: 12px 0;
        width: 150px;
    }
    .recent-updates {
        padding: 40px 0;
    }
    .recent-updates .info-title {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .recent-updates .main-title {
        font-size: 20px;
    }
    .recent-updates .card .card-title {
        font-size: 16px;
    }
    .recent-updates .card .card-text {
        font-size: 12px;
    }
    .recent-updates .card p.last-updated {
        font-size: 12px;
        margin: 0;
    }
    .recent-updates .lc-blog-wrapper {
        flex-direction: column;
        gap: 6px;
    }
    .recent-updates .lc-blog-wrapper .center-card {
        gap: 6px;
    }
    .recent-updates .card.horizontal-card {
        width: 100%;
    }
    .recent-updates .card {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .recent-updates .card.auto-height {
        height: auto;
    }  
    .footer {
        padding: 40px 0;
    }
    .footer .footer-logo img {
        width: 110px;
    }
    .footer .footer-nav li {
        width: 46%;
    }
    .footer .footer-bottom-links {
        margin-bottom: 2rem;
    }
    .footer .footer-nav {
        gap: 24px;
        width: 100%;
    }
    .footer .footer-top h4 {
        font-size: 18px;
        text-align: center;
    }
    .footer .footer-top p {
        font-size: 14px;
        text-align: left;
    }
    .footer .footer-bottom .social-media {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2rem;
    }
    .our-vision .vision-img-wrapper {
        margin-left: -0.8rem;
    }
    #frj-carousel .owl-nav {
        display: flex;
        justify-content: center;
    }
    #frj-carousel.owl-carousel .owl-prev, #frj-carousel.owl-carousel .owl-next {
        position: relative;
        transform: translateY(0%);
    }
    #frj-carousel.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #frj-carousel.owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    #latest-openings-carousel .owl-nav {
        display: flex;
        justify-content: center;
    }
    #latest-openings-carousel .owl-prev, #latest-openings-carousel .owl-next {
        position: relative;
        transform: translateY(0%);
    }
    #latest-openings-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #latest-openings-carousel .owl-nav .owl-next {
        right: 0;
    }
    .latest-openings-carousel .card .card-body .profile-info-text {
        height: auto;
    }
    .view-all-btn {
        margin-top: 20px;
        border-radius: 8px;
        font-weight: 700;
    }
    .footer .footer-logo {
        margin-bottom: 16px!important;
    }
    .footer .footer-top {
        margin-bottom: 24px;
    }
    .footer .footer-bottom {
        margin-top: 24px;
    }

    .join-the-team {
        padding: 40px 0;
    }
    .join-the-team .main-title {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .join-the-team hr {
        margin: 24px 0;
    }
    .join-the-team p {
        font-size: 14px;
    }
    .join-the-team .form-wrapper .submit-btn {
        height: 40px;
        width: 100%;
        margin-top: 24px;
    }
    .join-the-team .form-wrapper textarea {
        height: 130px;
    }
    .tc-privacy-policy {
        padding: 40px 0;
    }
    .tc-privacy-policy .main-title {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .tc-privacy-policy .content-row h3 {
        font-size: 20px;
    }
    .tc-privacy-policy .content-row p {
        font-size: 14px;
    }
    .index-banner h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .index-banner h1 br {
        display: none;
    }
    .text-slider {
        height: 35px;
        margin: 0 auto;
    }

    /* Latest changes style start here 23-06-2025*/

    .join-team-section .text-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .find-right-job .title-text-wrapper {
        gap: 16px;
        margin-bottom: 24px;
    }
    .join-team-section .text-wrapper p,
    .join-team-section .text-wrapper a {
        font-size: 14px;
        line-height: 24px;
    }
    .find-right-job .title-text-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }
    .about-us-sec {
        padding: 40px 0;
        scroll-margin-top: 270px;
    }
    .about-us-sec .title-text-wrapper .info-title,
    .about-us-sec .title-text-wrapper .main-title {
        font-size: 20px;
    }
    .about-us-sec .card .card-body {
        padding-top: 170px;
    }
    .about-us-sec .ask-yourself {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .about-us-sec .ask-yourself .list-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }
    .about-us-sec .about-content-wrapper h3 {
        font-size: 20px;
    }
    .about-us-sec .about-content-row .why-we {
        flex-direction: column;
    }
    .about-us-sec .about-content-row .why-we div::after {
        width: 150px;
        height: 1px;
        top: inherit;
        bottom: -26px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
    }
    .our-vision .meet-the-founder {
        margin-top: -60px;
        margin-bottom: 38px;
    }
    .our-vision .meet-the-founder .text-block {
        padding: 0;
        margin-top: 40px;
    }
    .our-vision .meet-the-founder .text-block h3 {
        font-size: 20px;
        text-align: center;
    }
    .our-vision .meet-the-founder .text-block p {
        text-align: center;
    }
    .our-vision .title-text-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }
    .our-vision .signUp-btn {
        margin-top: 1rem;
    }
    .connect-with-us {
        padding: 40px 0;
    }
    .connect-with-us .connect-text {
        gap: 8px;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .connect-with-us .connect-text h2 {
        font-size: 20px;
        text-align: center;
    }
    .connect-with-us .connect-text p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .connect-with-us .form-container .row.mb-4 {
        margin: 0!important;
    }
    .connect-with-us .form-container input,
    .connect-with-us .form-container select {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .connect-with-us .form-container textarea {
        width: 100%;
        margin: 0 auto;
    }
    .connect-with-us .form-container .submit-btn {
        margin: 0 auto;
    }
    .footer .grid-img-2 {
        display: none;
    }
    .our-vision .meet-the-founder .profile-pic img {
        display: table;
        margin: 0 auto;
        width: 60%;
    }
    .connect-with-us .form-container .control-group,
    .connect-with-us .form-container .message-text-box {
        width: 100%;
        height: auto;
    }
    .connect-with-us .form-container .control-group label.error {
        position: relative;
        top: -18px;
    }
    .messages-container .msg-container-inner {
        top: 75px;
    }
    .hr-seprator {
        margin-bottom: 24px!important;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev, 
    #testimonials-carousel.owl-carousel .owl-nav .owl-next {
        display: block!important;
        width: 30px;
        height: 30px;
    }    
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev img, 
    #testimonials-carousel.owl-carousel .owl-nav .owl-next img {
        max-width: 100%;
        height: auto;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-next {
        right: -12px;
    }

    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev, 
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next {
        display: block!important;
        width: 30px;
        height: 30px;
    }    
    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev img, 
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next img {
        max-width: 100%;
        height: auto;
    }
    #latest-openings-carousel.owl-carousel .owl-nav .owl-prev {
        left: -12px;
    }
    #latest-openings-carousel.owl-carousel .owl-nav .owl-next {
        right: -12px;
    }
    .join-the-team .form-wrapper .text-area-wrapper {
        height: auto;
    }
    .join-team-form .linkedin-input-field.control-group {
        height: 100px!important;
    }
    .join-team-form .control-group {
        width: 100%;
        height: auto;
        padding-bottom: 1rem;
    }

}

@media (max-width: 359px) {
    .find-right-job .title {
        width: 100%;
    }
    .find-right-job .screen-shot-animation-wrapper {
        height: 140px;
        width: 250px;
        margin: 0 auto;
    }
    .find-right-job .top-navigation .nav .nav-item a {
        font-size: 12px;
        border-radius: 6px;
        padding: 6px 12px;
    }
    .our-vision .meet-the-founder .card .card-body {
        padding: 40px 15px 32px 15px!important;
    }
    .copyright-links .footer-nav li {
        width: 100%;
    }
    .about-us-sec .card .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .frj-carousel-wrapper .card .profile .profile-pic {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
    .connect-with-us .form-container input, .connect-with-us .form-container select {
        width: 100%!important;
    }
    .connect-with-us .form-container textarea {
        width: 100%!important;
    }
}