/* CANDIDATE BANNER */
.candidateHeroBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1920 / 480;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.candidateHeroLeftBox,
.candidateHeroRightBox {
    position: absolute;
    top: 0;
    bottom: 0;
}

.candidateHeroLeftBox {
    left: 0;
    width: 64%;
    padding: 4.5% 1% 4% 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.candidateHeroRightBox {
    right: 0;
    width: 36%;
    padding: 6.5% 11% 6.5% 1.5625%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.candidateHeroTextLine {
    margin: 0;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 1px 1px 0px #00000082;
}

.candidateHeroHindiText {
    color: #fff;
    font-size: clamp(12px, 2.35vw, 38px);
    line-height: 1.4;
}

.candidateHeroEnglishText {
    color: #ffd91d;
    font-size: clamp(10px, 1.9vw, 31px);
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 700;
    transform: scaleY(1.2);
    transform-origin: left center;
}

.candidateHeroTamilText {
    color: #fff;
    font-size: clamp(14px, 2.35vw, 39px);
}

.candidateHeroBannerTN .candidateHeroHindiText {
    color: #fff;
    font-size: clamp(12px, 2.2vw, 36px);
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 700;
    transform: scaleY(1.2);
    transform-origin: left center;
}

.candidateHeroBannerTN .candidateHeroEnglishText {
    font-size: clamp(12px, 2.2vw, 36px);
}

.candidateHeroBannerTN .candidateHeroTamilText {
    font-size: clamp(10px, 1.7vw, 27px);
    line-height: 1.35;
    letter-spacing: 0.05em;
}

.candidateHeroBannerTN .candidateHeroSessionText {
    margin-top: 0.8vw;
    font-size: clamp(10px, 1.8vw, 29px);
    text-shadow: 1px 1px 0px #0000004f;
}

.candidateHeroBannerUP .candidateHeroEnglishText {
    text-shadow: 1px 1px 0px #0000004f;
}

.candidateHeroTopGroup,
.candidateHeroBottomGroup {
    width: 100%;
}

.candidateHeroCircle {
    width: 21.6vw;
    max-width: 352px;
    min-width: 84px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -3px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.candidateHeroCircle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
