/* CUSTOM ADDITIONAL STYLES FROM AA */

.job-seekers .brand-logo a img,
.leaders .brand-logo a img,
.footer-brand-block .brand-logo a img {
    height: 80px;
}

.job-seekers .brand-logo {
    background: #fff;
    padding: 8px 6px 6px 6px;
    border-radius: 0 0 6px 6px;
    box-shadow: 1px 1px 6px #312a3a;
}

.fa-language.mod {
    display: inline-block !important;
    font-size: 1.15rem;
    position: relative !important;
    transform: none !important;
    min-height: auto !important;
}

.job-seekers.welcome-area {
    background: url(../image/jpg/Vahan_Mitra-Job_seekers-hero-v4.jpeg) no-repeat;
    background-size: cover;
    background-position: 100% 30%;
}

.mitra-leaders.welcome-area {
    /* background: url(../image/png/bg.png) no-repeat; */
    background-color: #ff7c021f;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.col-6.adjust {
    padding-left: 2em;
}

.career {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://finestdevs.com/demos/fastland-html/image/png/inner-banner-shape.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Adjust height as needed */
    text-align: center;
}

.career .container-fluid {
    position: relative;
    z-index: 2;
}

.career .text-container {
    max-width: 80%;
    /* Adjust as needed to control text width */
    margin: 0 auto;
}

.career .page-title-content__heading {
    color: white;
    /* Adjust text color based on background */
    font-size: 3rem;
    /* Customize font size */
    text-align: center;
}

.career .page-title-content__text {
    color: white;
    /* Adjust text color based on background */
    font-size: 1.5rem;
    /* Customize font size */
    text-align: center;
}

.career .page-title-content-sub-text {
    margin-top: 2em;
    color: #fff;
}

.career::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    /* Optional: Semi-transparent overlay for readability */
    z-index: 1;
}

.investor-logos {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
}

.investor-logo-airtel {
    height: 45px !important;
    width: 200px !important;
    margin-left: -12px;
}

.logos-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.investor-logos .logos-row img {
    height: 150px;
    width: 200px;
    object-fit: contain;
}

.text-container {
    position: relative;
    z-index: 2;
    /* Ensures text is above the background */
    text-align: center;
}

.page-title-content {
    padding-top: 20px;
}

.career.page-title-content {
    background-size: 100%;
    /* background-position: 50% 52vh; */
    height: 88vh;
}

.vahan-services {
    margin-top: 75px !important;
}

.vahan-service-header {
    font-size: 24px !important;
}

.vahan-service-text {
    font-size: 18px !important;
}

.perks-header {
    font-size: 24px !important;
    margin-bottom: 12px !important;
}

.perks-sub-text {
    font-size: 16px !important;
}

.newsroom-header {
    margin-bottom: 0 !important;
    color: #262729 !important;
}

.career.page-title-content {
    background: url(../image/jpg/vahan-careers-hero-v3.jpg) #f2f2f2;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.career .page-title-content__heading {
    color: #dd930b;
}

.career-deatils__content__list.job-seeker-edit li:before {
    background-color: #6001d3 !important;
}

/* .career .page-title-content__text {
  max-width: 85%;
} */

.career .col-6.adjust {
    width: 100%;
}

.career .explore-jobs-btn {
    width: 300px !important;
}

.case-vid {
    height: 360px;
}

.content-image-group {
    margin: 2rem auto;
}

.video-btn {
    min-width: 96px;
    max-width: 96px;
    min-height: 96px;
    max-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover {
    bottom: 0;
}

.jobs-area {
    padding-top: 50px;
    overflow: auto;
    min-height: 100vh !important;
}

.jobs-area a {
    color: #25373F !important;
}

.testimonial-section--l7,
.testimonial-section--inner-about-us {
    padding-bottom: 40px;
}

.slick-list {
    padding-top: 60px !important;
}

.slick-dots {
    position: absolute;
    top: 35px;
}

.footer-parent {
    max-height: 50%;
}

.footer-join-us-btn {
    min-width: 250px !important;
}

@media screen and (max-width: 480px) {
    .content-section,
    .about-us-section,
    .blog-area {
        padding: 4em 1.25em;
    }
    .promo-content {
        padding: 4em 1em;
    }
    .mitra-leaders.welcome-area {
        background-position: center bottom;
        background-size: 150%;
    }
    .welcome-content--l2 {
        max-width: 80%;
        margin: 40px auto;
    }
    .job-seekers.welcome-area {
        background-position: 65% 30%;
    }
    .welcome-area--l4 {
        padding-bottom: 160px;
    }
    .welcome-content--l3 {
        max-width: 75%;
    }
    .about-us__image-group-l4__img-1 {
        width: 80%;
        margin: -40% auto 40px auto;
    }
    .video-section--career.bg-default-6 {
        margin-top: 3em;
    }
    .video-box {
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 481px) {
    .cut-width {
        max-width: 70%;
    }
}