@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

body{
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.text-light-dark{
    color: rgba(69, 69, 69, 1) !important;
}

.font-500{
    font-weight: 500 !important;
}
.font-600{
    font-weight: 600 !important;
}
.font-700{
    font-weight: 700 !important;
}
.font-800{
    font-weight: 800 !important;
}
/* ===============  TM - NavBar Section [START]  ============ */
nav{
    background-color: rgba(231, 240, 255, 1) !important;
}
.btn-nav{
    border: 1px solid rgba(69, 69, 69, 0.2);
    border-radius: 6px;
    padding: 10px 14px !important;
    color: rgba(69, 69, 69, 1) !important;
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
}

.btn-nav-login{
    border: 1px solid rgba(69, 69, 69, 0.2);
    padding: 10px 32px !important;
    color: #ffffff;
    background: rgba(69, 69, 69, 1);
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
}
.btn-nav-login:hover{
    color: #ffffff;
}

@media (max-width: 1200px) {
    .btn-nav{
        padding: 8px 10px !important;
        color: rgba(69, 69, 69, 1) !important;
        font-size: 15px;
    }
    .btn-nav-login{
        padding: 10px 24px !important;
        color: #ffffff;
        background: rgba(69, 69, 69, 1);
        font-size: 15px;
    }
}

@media (max-width: 996px) {
    .navbar-collapse{
        position: absolute;
        width: 80%;
        left: 10%;
        top: 75px;
        z-index:9999;
        background: #ffffff;
        padding: 24px;
        border-radius: 22px;
        box-shadow: 0px 5px 14px 0px rgba(135, 135, 135, 0.25);
    }
    .navbar-nav{
        row-gap: 16px;
    }
    .btn-nav{
        width: fit-content;
    }
}

/* ===============  TM - NavBar Section [END]  ============ */
/* ===============  TM - Hero Section [START]  ============ */
.hero-heading{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 530px;
}
.hero-text{
    max-width: 400px;
}
@media (max-width: 1500px) {
    .hero-heading{
        font-size: 56px;
        max-width: 530px;
    }
}

@media (max-width: 1200px) {
    .hero-heading{
        font-size: 56px;
        max-width: 500px;
    }
    .hero-box{
        height: 400px;
    }
    .hero-image{
        position: absolute;
        right: 0;
        z-index: -1;
        opacity: 1;
        width: 600px;
    }
}

@media (max-width: 991px) {
    .hero-box{
        height: 400px;
    }
    .hero-image{
        position: absolute;
        z-index: -1;
        opacity: 0.3;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .hero-heading{
        font-size: 46px;
        max-width: 400px;
    }
    .hero-image{
        bottom: 0;
        right: -4%;
    }
    .hero-box{
        position: relative;
        height: 300px;
    }
    .hero-text{
        text-align: center;
        font-size: 18px;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .hero-box{
        height: 320px;
    }
    .hero-heading{
        font-size: 36px;
        max-width: 300px;
    }
    .hero-image{
        top: 0;
    }
    .hero-image{
        display: none;
    }
}


.hero-heading-v2{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 530px;
}
@media (max-width: 1400px) {
    .hero-heading-v2{
        font-size: 50px;
        max-width: 530px;
    }
}

@media (max-width: 1200px) {
    .hero-heading-v2{
        font-size: 50px;
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .hero-heading-v2{
        font-size: 42px;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-heading-v2{
        font-size: 36px;
    }
}

.hero-box.v2{
    min-height: 550px;
    max-height: 650px;
}
.hero-heading-v3{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 74px;
    font-weight: 800;
    letter-spacing: 2px;
    max-width: 630px;
}

@media (max-width: 1400px) {
    .hero-heading-v3{
        font-size: 50px;
        max-width: 530px;
    }
}

@media (max-width: 1200px) {
    .hero-heading-v3{
        font-size: 50px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .hero-heading-v3{
        font-size: 56px;
        max-width: 500px;
    }
}

@media (max-width: 576px) {
    .hero-heading-v3{
        font-size: 46px;
        max-width: 300px;
    }
}


.hero-heading-v4{
    color: rgba(69, 69, 69, 1);
    font-family: "Exo", sans-serif;
    font-size: 82px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 630px;
}

@media (max-width: 1400px) {
    .hero-heading-v4{
        font-size: 62px;
        max-width: 530px;
    }
}

@media (max-width: 1200px) {
    .hero-heading-v4{
        font-size: 58px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .hero-heading-v4{
        text-align: center;
        font-size: 56px;
        max-width: 100%;
    }
    .mobile-bg-light-blue{
        background: rgba(231, 240, 255, 1);
    }
}

@media (max-width: 576px) {
    .hero-heading-v4{
        font-size: 46px;
    }
}

.text-danger{
    color: rgba(159, 22, 22, 1) !important;
}
.hero-text{
    color: rgba(69, 69, 69, 1);
}
.h-primary-btn{
    border: 1px solid rgba(159, 22, 22, 1);
    padding: 14px 32px;
    color: #ffffff;
    background: rgba(159, 22, 22, 1);
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
    display: block;
    width: max-content;
}
.h-secondary-btn{
    border: 1px solid rgba(231, 240, 255, 1);
    padding: 14px 32px !important;
    color: rgba(69, 69, 69, 1);
    background: rgba(231, 240, 255, 1);
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
}

.sidebar-btn{
    border: 1px solid rgba(159, 22, 22, 1);
    padding: 14px 32px;
    color: #ffffff;
    background: rgba(159, 22, 22, 1);
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
    width: fit-content;
    margin: auto;
    display: block;
}
.hero-btn{
    font-size: 14px;
    width: 100%;
    max-width: 160px;
}

.home-heading{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media (max-width: 576px) {
    .home-heading{
        font-size: 35px;
    }
    .hero-box{
        height: 320px;
    }
    .hero-heading{
        font-size: 36px;
        max-width: 300px;
    }
    .hero-image{
        top: 0;
    }
    .hero-image{
        display: none;
    }
    .ScoreBoard-details{
        display: flex;
        flex-direction: column;
    }
    .SB-item-text{
        font-size: 20px;
        gap: 2px;
    }
}

.home-heading-v2{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.rosy-img{
    background: url('img/rosy.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.rosy-img-v2{
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    z-index: -1;
    aspect-ratio: 97 / 99;
    width: 50%;
    object-fit: contain;
    object-position: right;
}
@media (max-width: 768px) {
    .rosy-img-v2{
        display: none;
    }
    .rosy-box>div{
        width: 100%;
    }
}
.max-w100{
    max-width: 100% !important;
}
.text-justify{
    text-align: justify;
}


@media (max-width: 1200px) {
    .rosy-img{
        background-size: 490px;
    }
}
@media (max-width: 820px) {
    .rosy-img{
        background-size: 420px;
    }
}
@media (max-width: 768px) {
    .rosy-img, .Anurag-img{
        background: none !important;
    }
    .rosy-box>div{
        width: 100%;
    }
}

.hero-btn{
    max-width: fit-content;
}
.hero-box-select{
    max-width: 150px;
    height: 50px;
}


.Anurag-img{
    background: url('img/Anurag-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-light-blue{
    background: rgba(231, 240, 255, 1);
}

.rounded-2{
    border-radius: 12px !important;
}
.bg-gray{
    background: rgba(240, 240, 240, 1);
}
.light-dark{
    color:rgba(69, 69, 69, 1) !important;
}
/* ===============  TM - Hero Section [END]  ============ */


/* ===============     TM - Career Studio Singal Page [START]     ============ */
/* ===============  TM - Partner Section Singal Blog Page [START] ============ */
.content-text{
    text-align: justify;
    font-size: 18px;
    margin-bottom: 0;
}
.frame-image{
    position: relative;
    width: 100%;
}
.frame-image::before {
    content: "";
    background: rgba(159, 22, 22, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100px;
    z-index: 0;
}
.frame-image::after {
    content: "";
    background: rgba(159, 22, 22, 1);
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    z-index: 0;
}
.content-img{
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 12px;
}

.card-heading{
    font-size: 20px ;
    padding: 10px ;
    margin-bottom: 0 ;
}
.second-heading{
    font-size: 15px;
}
.card-para{
    font-size: 17px;
    margin-left: 50px;
}
.hr {
    width: 90% ;
    border: 1px solid black;
    margin-left: 5%;
}

.talent-heading {
    font-family: "Bitter", serif;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 6px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px;
}

.step-three {
    margin-top: 25px;
    font-size: 30px ;
    text-align: center ;
    font-family: auto ;
    font-weight: bold ;
}

.last-text{
    border-radius: 5px !important;
    padding: 15px !important;
}
.captcha{
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #595959 !important;
}
.capcha-para{
    color: #333333 !important;
}
.number{
    font-size: 25px !important;
    color: #595959 !important;
}
.card-button{
    background-color: #9F1616 !important;
    color: #ffffff;
    font-size: 15px;
    padding: 10px;
    width: 30%;
    font-weight: 600;   
}


.categories-card-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}
.categories-card{
    border-radius: 8px;
    border-color: rgba(192, 192, 192, 0.5);
    box-shadow: 0px 4px 10px 0px #63636340;
    max-width: 140px;
    width: 100%;
}

@media (Max-width: 340px){
    .categories-card{
        border-radius: 8px;
        border-color: rgba(192, 192, 192, 0.5);
        box-shadow: 0px 4px 10px 0px #63636340;
        max-width: 125px;
        width: 100%;
    }
}
.categories-card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.categories-card .card-body img{
    width: 50px;
    height: 50px;
}
.categories-card.v2 .card-body img{
    width: 100%;
    height: 100%;
}
.categories-card .card-body p{
    font-size: 14px;
    color: #454545;
    margin: 0;
}
/* ===============  TM - Career Studio Singal Page [END]        ============ */
/* ===============  TM - Partner Section Singal Blog Page [END] ============ */


/* ===============  TM - Partner Section Page [START]   ============ */
.studio-articles{
    border-radius: 10px;
    border-color: rgba(192, 192, 192, 0.5);
    box-shadow: 0px 4px 10px 0px #63636340;
}
.studio-articles .card-body{
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (Max-width: 769px){
    .studio-articles .card-body{
        flex-direction: column;
    }
}
.studio-articles img{
    max-width: 180px;
    padding: 5px;
}
.studio-articles-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -webkit-fill-available;
}
.studio-articles-details p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.studio-articles-details h2{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}
.studio-articles-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.iconWithText{
    display: flex;
    align-items:center;
    gap: 2px;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: rgba(69, 69, 69, 1);
}
.iconWithText img{
    width: 34px;
    height: 34px;
}
.pagination{
    font-size: 18px;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    line-height: 0;
}
.pagination a{
    font-size: 26px;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}
/* ===============  TM - Partner Section Page [END]   ============ */

/* ===============  TM - View Jobs list [START]   ============ */
.vj-articles{
    border-radius: 10px;
    border-color: rgba(192, 192, 192, 0.5);
    box-shadow: 0px 4px 10px 0px #63636340;
}
.vj-articles.v2{
    background-color: rgba(231, 240, 255, 1);
}
.vj-articles.v2 .vj-btn{
    background-color: rgba(255, 255, 255, 1);
}
.vj-articles.v2 .vj-btn:hover{
    background: rgba(231, 240, 255, 1);
}
.vj-articles .card-body{
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (Max-width: 769px){
    .vj-articles .card-body{
        flex-direction: column;
    }
}
.vj-articles img{
    max-width: 180px;
    padding: 5px;
}
.vj-articles-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -webkit-fill-available;
}
.vj-articles-details p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.vj-articles-details h2{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
}
.vj-articles-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.font-400{
    font-weight: 400 !important;
}
.vj-verified{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vj-verified p{
    color: rgba(0, 139, 31, 1);
    font-size: 16px;
    text-wrap: nowrap;
    margin: 0;
}
.vj-btn{
    max-width: 100%;
    width: max-content;
    padding: 4px 14px;
    background: rgba(231, 240, 255, 1);
    font-size: 14px;
    box-shadow: 0px 3.78px 6.29px 0px rgba(0, 0, 0, 0.25);
}
.vj-btn:hover{
    background: rgba(255, 255, 255, 1);
}
/* ===============  TM - View Jobs list [END]   ============ */
/* ===============  TM - About Us Page [START]   ============ */

.bg-shap-left {
    background: url('img/bg-shap-left.png');
    background-size: 360px;
    background-repeat: no-repeat;
    background-position-y: top center;
}
.bg-shap-right {
    background: url('img/bg-shap-right.png');
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top center;
}
@media (max-width: 769px) {
    .bg-shap-left,
    .bg-shap-right{
        background-position-y: 80%;
    }
}
@media (max-width: 420px) {
    .long-text{
        font-size: 32px;
    }
}

.scroll-content{
    height: auto;
    overflow-y: overlay;
    max-height: 280px;
    padding-bottom: 100px;
    padding-right: 6px;
    position: relative;
    margin: 0;
}/* width */
.scroll-content::-webkit-scrollbar {
    width: 10px;
    display: none;
  }
/* Track */
.scroll-content::-webkit-scrollbar-track {
    background: #e7f0ff;
    border-radius: 10px;
}

/* Handle */
.scroll-content::-webkit-scrollbar-thumb {
    background: rgba(159, 22, 22, 0.90); 
    border-radius: 10px;
}

/* Handle on hover */
.scroll-content::-webkit-scrollbar-thumb:hover {
    background: rgba(159, 22, 22, 1); 
}

.scroll-box{
    position: relative;
}
.scroll-box::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(transparent, #fff 55%);
}
.list-style-v2{
    list-style: none;
    padding: 0;
}
.list-style-v2 li{
    position: relative;
    padding-left: 1.5em;
    color: rgba(69, 69, 69, 1);
}
.list-style-v2 li:before{
    content: '•'; 
    font-size: 3.85em;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    color: #333;  
}
#carouselTextControls .carousel-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#carouselTextControls .carousel-inner .carousel-item{
    min-height: 200px;
}
.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev{
    align-items: flex-end;
    width: max-content;
    opacity: 1;
    position: unset;
}
.carousel-control-prev{
    left: auto;
    right: 48px;
}

.testimonial-slider .carousel-control-next .carousel-control-next-icon,
.testimonial-slider .carousel-control-prev .carousel-control-prev-icon{
    width: 34px;
    height: 36px;
    background-size: 35px;
    box-shadow: 5px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.testimonial-slider .carousel-control-next .carousel-control-next-icon:hover,
.testimonial-slider .carousel-control-prev .carousel-control-prev-icon:hover{
    background-color: var(--light-blue);
}

.testimonial-slider .carousel-control-prev .carousel-control-prev-icon{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image:url('icons/left.svg');
    box-shadow: none;
    margin-right: 6px;
}
.testimonial-slider .carousel-control-prev .carousel-control-prev-icon:hover{
    background-image:url('icons/left.svg');
}


.testimonial-slider .carousel-control-next .carousel-control-next-icon{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image:url('icons/right.svg');
    box-shadow: none;
    margin-left: 6px;
}
.testimonial-slider .carousel-control-next .carousel-control-next-icon:hover{
    background-image:url('icons/right.svg');
}
.testimonial-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 100%;
    height: auto;
    color: var(--light-dark);
}
.testimonial-icon{
    width: 50px;
}
.testimonial-text{
    font-size: 16px;
}
.testimonial-user{
    font-family: "Bitter", serif;
    font-weight: 500;
    font-size: 24px;
}
.quote{
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}
.quote::before{
    content: " ";
    background: url('icons/left-quote.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    color: #333;  
}
.quote::after{
    content: " ";
    background: url('icons/right-quote.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
}
.collab-items{
    max-width: 180px;
    height: 100%;
}
.collab-items p{
    padding: 12px 0;
    text-align: center;
    font-family: "Bitter", serif;
    font-size: 20px;
}

.heading-v2{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-weight: 700;
    letter-spacing: 2px;
}


.HTG-text{
    font-size: 18px;
    text-align: justify;
}
.HGT-heading{
    font-size: 22px;
    font-family: "Bitter", serif;
}
.HGT-accordion-item{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
    background: #fff;
    border-radius: 20px !important;
}
.HGT-accordion-item .accordion-button{
    border-radius: 25px !important;
    font-size: 16px;
    padding: 10px 18px;
}
.HGT-accordion-item .accordion-button:not(.collapsed){
    color:rgba(159, 22, 22, 1);
    background: #fff;
    box-shadow: none;
    font-weight:500;
}
.HGT-accordion-item-date{
    font-size: 14px;
}


/* ===============  TM - About Us Page [END]     ============ */
/* ===============  TM - Support Tickets List [START]     ============ */

.support-tickets-list-sections{
    background-color: #fff;
    border-radius: 15px;
}
.support-tickets-list-card{
    background-color: #fff;
    border-radius: 15px;
    border-left: 5px solid #6571FF;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
}
.support-tickets-list-heading{
    font-size: 24px;
    font-weight: 500;
}
.support-tickets-list-subheading{
    font-size: 22px;
    font-weight: 600;
}
.support-tickets-list-active{
    color:#1bc049;
}
.job-search-btn{
    padding: 12px 30px;
    background: #6571FF;
    color: #ffffff;
    border: 1px solid #6571FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}
.job-search-btn:hover{
    color: #ffffff;
}
  
.info-card{
    border: 1px solid rgba(231, 231, 231, 1);
}
/* ===============  TM - Support Tickets List [END]     ============ */
/* ===============  TM - Notification Page [Start]     ============ */
.notification-link{
    color: #F94A4A;
    text-decoration: none;
}
.radio-v2 .form-check-input:checked{
    background-color: #6571FF;
    border-color: #6571FF;
}


.notification-sections{
    background-color: #fff;
    border-radius: 15px;
}
.notification-card{
    background-color: #fff;
    border-radius: 15px;
    border-left: 5px solid #6571FF;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.52);
}
.notification-card img{
    max-width: 100px;
}
.notification-heading{
    font-size: 24px;
    font-weight: 500;
}
.notification-subheading{
    font-size: 22px;
    font-weight: 600;
}
.notification-active{
    color:#1bc049;
}
.notification-btn{
    padding: 12px 30px;
    background: #6571FF;
    color: #ffffff;
    border: 1px solid #6571FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}
.notification-btn:hover{
    color: #ffffff;
}
/* ===============  TM - Notification Page [END]     ============ */

/* ===============  TM - Feature Page Template 1 [START]     ============ */

.talent-sub-heading {
    background-color: #E7F0FF;
    margin-top: 20px ;
    padding: 10px ;
    height: auto ;
}

.sidebar-banner-space{
    min-height: 600px;
}

.home-heading-v3{
    color: rgba(69, 69, 69, 1);
    font-family: "Bitter", serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 600px;
}

@media (max-width: 576px) {
    .home-heading-v3{
        font-size: 28px;
        max-width: 480px;
    }
}

.h-calender, .h-location{
    font-size: 18px;
}
.calender-icon{
    vertical-align: sub !important;
    margin-right: 5px !important;
}
.location-icon {
    vertical-align: sub !important;
    margin-left: 25px;
    margin-right: 5px;
}
.rosy-card {
    margin-bottom: 30px;
    border-radius: 20px !important;
    border: 1px solid rgba(69, 69, 69, 0.3);
    box-shadow: 0px 4px 24px 0px rgba(103, 103, 103, 0.25);
}

.rosy-card .accordion-header .accordion-button{
    border-radius: 20px;
}
.rosy-accordion{
    border-bottom: 0;
    border: 1px solid rgba(69, 69, 69, 0.3) !important;
}
.rosy-card .accordion-header .accordion-button:not(.collapsed){
    color: inherit;
    background: 0;
    border: 0;
    box-shadow: none;
}
.list-style-heading{
    color: rgba(69, 69, 69, 1);
    font-size: 20px;
    font-weight: 600;
    display: list-item;
    margin-left: 34px;
    margin-top: 12px;
    margin-bottom: 4px;
}
.rosy-card-text{
    font-size: 18px;
    margin: 0;
}

/* ===============  TM - Feature Page Template 1 [END]     ============ */
/* ===============  TM - Employers List [START]     ============ */

.emp-p-img{
    max-width: 220px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0px 4px 14px 0px rgba(96, 96, 96, 0.25);
}
.emp-p-btn{
    color: #fff;
    background-color: rgba(101, 113, 255, 1);
    border: 0;
    font-weight: 300;
    padding: 10px 20px;
    margin: 8px auto;
    display: block;
}

.profile-skill{
    background-color: transparent;
    color:#000000;
    border:1px solid #6571FF;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .emp-p-team-img{
    padding: 0;
    max-width: 170px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
  }
  .job-posts-at{
    border: 1px solid rgba(101, 113, 255, 1);
    border-radius: 8px;
  }
/* ===============  TM - Employers List [END]     ============ */

/* ===============  TM - Public - Join Us [START]     ============ */
.captcha-input-box{
    width: 80px;
}
.captcha-input{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
}
.captcha-input-icon{
    background-color: transparent;
    border: none;
    padding: 0;
}
/* ===============  TM - Public - Join Us [END]     ============ */

footer{
    background-color: #E7F0FF !important;
}
.footer-brand{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color:#000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.whatsapp-btn-box{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    footer{
        text-align: center;
    }
    .whatsapp-btn-box{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }
}
.whatsapp-btn,.whatsapp-btn:hover{
    background-color: #ffffff;
    border: 1px solid #ced4da4b;
    text-wrap: nowrap;
}
.footer-menu{
    padding: 0;
    list-style: none;
}
.footer-items{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 2;
}




/*============ Candidate Zone (Updated) ==============*/
.check-list-details{
    align-self: center;
}

.check-list-heading{
    color: rgba(69, 69, 69, 1);
    font-family: "Exo", sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 530px;
}
.check-list-content{
    max-width: 400px;
    font-size: 20px;
}
.maxw-100{
    max-width: 100%;
}

.check-list-box {
	background: rgba(231, 240, 255, 1);
	border-radius: 20px;
	padding: 45px;
	height: fit-content;
    max-width:550px;
}

.check-list-box .white-box {
	background: white;
	border-radius: 20px;
	padding: 45px 30px;
}

.check-list-items {
	border-radius: 10px;
	border: none;
	margin: 0.5rem 0rem;
}

.check-list-text{
	color: rgba(69, 69, 69, 1);
	font-size: 20px;
	margin: 0;
    padding: 10px 14px;
}

.check-list-text img {
	width: 26px;
	height: 30px;
}

.text-with-icon {
	display: flex;
	align-items: start;
	gap: 6px;
}

@media (max-width: 1500px) {
    .check-list-heading{
        font-size: 60px;
        max-width: 530px;
    }
}
@media (max-width: 1200px) {
    .check-list-heading{
        font-size: 56px;
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .check-list-box{
        max-width: 100%;
        padding:30px;
    }
    .check-list-box .white-box {
        padding: 26px 10px;
    }
    .check-list-heading{
        font-size: 46px;
        max-width: 100%;
        text-align: center;
    }
    .check-list-content {
        max-width: 500px;
        text-align: center;
    }
    .rowMobileFullWidth{
        margin-left: 0;
        margin-right: 0;
    }
    .check-list-details{
        width: auto;
        margin: auto;
    }
    .check-list-text{
        font-size: 18px;
        align-items: flex-start;
        padding: 6px 4px;
    }
    .check-list-text img{
        width: 20px;
        height: 30px;
    }
    
}

@media (max-width: 576px) {
    .check-list-heading{
        font-size: 36px;
    }
    .check-list-content {
        font-size: 16px;
    }
}
.check-list-text-v2{
    box-shadow: 0px 4.07px 11.4px 0px rgba(135, 135, 135, 0.25);
    border: 1px solid rgba(69, 69, 69, 0.2);
    border-radius: 8px;
    margin-bottom: 20px;
	color: rgba(69, 69, 69, 1);
	font-size: 20px;
    padding: 10px 14px;
}

.check-list-text-v2 img {
	width: 26px;
	height: 30px;
}
@media (max-width: 991px) {
    .check-list-text-v2{
        font-size: 18px;
        align-items: flex-start;
        padding: 6px 4px;
    }
    .check-list-text-v2 img{
        width: 20px;
        height: 30px;
    }
    
}

.text-with-icon-v2 {
	display: flex;
	align-items: start;
	gap: 16px;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.text-with-icon-v2 img{
    background: rgba(247, 247, 247, 1);
    width: 70px;
    height: auto;
    padding: 14px;
    border-radius: 8px;
    margin-top: 6px;
}
.text-with-icon-v2 p{
    align-self: center;
    margin: 0;
}
.testimonial-card{
    border: 1px solid rgba(187, 187, 187, 0.5);
    box-shadow: 0px 1.61px 6.46px 0px rgba(100, 100, 100, 0.25);
    border-radius: 8px;
    height: 100%;
}

.testimonial-card h2{
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    font-family: "Exo", sans-serif;
}
.testimonial-description{
    position: relative;
    padding-top: 20px;
}
.testimonial-description::before{
    content: url('icons/comma.svg');;
    position: absolute;
    top: -8px;
}