.border-bottom-carousal{
   border-bottom: 1px solid #EDEDED;
}
.slider-landing-carousel:hover {
   /* box-shadow:
  0 0 1px rgba(0, 102, 255, 0.25),
  0 0 6px rgba(0, 102, 255, 0.18); */
  border: 1px solid rgba(0, 102, 255, 0.25);
    .explore-btn {
        background-color: var(--blue1);
        color: white;
    }
}
.slider-landing-carousel {
    /* max-width: 37.5rem; */
    height: 690px;
    /* border: 1px solid #F9F9F9; */
    transition: border-color 0.45s ease;
    border: 1px solid transparent; /* reserve space */
    border-radius: 16px;

}
.subtext-carousal{
    font-weight: 400 !important;
    font-size: 15.8px !important;
    line-height: 120%;
    color: #848383;
}
.text-header-carousal{
    font-weight: 600 !important;
    font-size: 2.8rem !important;
    line-height: 120%;
    color: #616060;
    /* letter-spacing: -3%; */

}
.text-header-carousal-sm{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    line-height: 120%;
    color: #616060;

}
.landing-carousal-col{
    padding: 21px !important;
}

.explore-btn-home {
    color: var(--blue1);
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    transition: background-color 0.3s, color 0.3s;
    background-color: transparent;
}

.slider-landing-carousel:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.1);

    .explore-btn-home {
        background-color: #EFF6FF;
        /* color: white; */
    }

}

.explore-btn-home .arrow-icon img {
    transition: filter 0.3s;
}

/* changing the icon image on hover  */
.slider-landing-carousel:hover .arrow-icon img {
    content: url('../icons/arrow_back_dark.svg');
}
.text-explore{
    font-size: 2.8rem;
    font-weight: 400;
}




/* stepper styles  */

.stepper-home {
    cursor: pointer;
}

.stepper-home li {
    margin-top: 0.8rem;
}

.stepper-home .step-points {
    max-height: 300px;
}

.stepper-home img {
    opacity: 1;
}
.stepper-home .rod {
    height: 120px;
    background-color: rgba(0, 102, 255, 0.966);
}
.progressbar-home {
    padding-top: 1rem;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.progressbar-home .rod {
    position: relative;
    width: 2px;
    height: 80px;
    /* background-color: rgba(105, 105, 105, 0.171); */
    /* transition: height 1s ease; */
    /* background-color: rgba(0, 102, 255, 0.966); */
    background-color: #A0C1F5;

}

.stack-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;

}

.stack-cards {
    padding: 24px;
    border: 1px solid #D5E6FF;
    border-radius: 16px;
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    margin-bottom: 4rem;
    /* overflow: hidden; */

    /* position: sticky; */
    /* top: 0; */
    z-index: 1;
    background: white;
    padding: 20px;
    transition: all 0.4s ease;
}

.stack-cards:hover {
    box-shadow: 0px 0px 10px 0px #91B7F399;


    .explore-btn {
        background-color: var(--blue1);
        color: white;
    }
}