
section.stackingCardsWrap h2 {
    text-align: center;
}


section.stackingCardsWrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

section.stackingCardsWrap .tab {
    border: unset;
}

section.stackingCardsWrap .tabs .head {
background: linear-gradient(90deg, #20275E 0%, #000000 100%);
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: space-between;
    min-height: 95px;
    align-items: center;
    padding: 0 70px;
}

section.stackingCardsWrap .tabs .head .tabHeader {
    font-family: 'FAIRE Sprig Sans';
    font-weight: 300;
    color: white;
    font-size: 30px;
}

section.stackingCardsWrap  .tabsArrow a {
    color: #AACAF8;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    
}

section.stackingCardsWrap .tabsArrow a img.smallArrow {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

section.stackingCardsWrap .tabs {
    position: relative;
    margin-bottom: 60px;
}


section.stackingCardsWrap .tabInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 70px;
    padding-top: 35px;
   background-image: url('/wp-content/uploads/2025/12/Rectangle-12396-1.png');
        border-radius: 18px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        border:1px solid #2B7AED66;
        border-radius: unset;
            border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

section.stackingCardsWrap .tabInfo .img-wrap {
    width: 100%;
    max-width: 580px;
    position: relative;
    text-align: center;
}

section.stackingCardsWrap .tabInfo .img-wrap img {
    width: 42%;
    height: 100%;
    z-index: 2;
    position: relative;
}

section.stackingCardsWrap .tabInfo .img-wrap  .backFade {
    background-image: url(/wp-content/uploads/2025/08/Circle.svg);
    position: absolute;
    width: 625px;
    height: 380px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-size: cover;
    display: none;
}
section.stackingCardsWrap .tabContent p {
    text-align: left;
    margin-bottom: 10px;
}

section.stackingCardsWrap .tabContent li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 1px;
}

section.stackingCardsWrap .tabContent ul {
    margin-bottom: 10px;
}

section.stackingCardsWrap .tabsArrow {
    display: flex;
    align-items: center;
}

section.stackingCardsWrap .stackingCardsWrap .cta-wrap {
    display: flex;
    justify-content: center;
}

section.stackingCardsWrap .cta-wrap {
    display: flex;
    justify-self: center;
}
@media only screen and (min-width: 990px) {
section.stackingCardsWrap .tab {
  position: -webkit-sticky; 
  position: sticky;
}
}
@media only screen and (max-width: 990px) {


section.stackingCardsWrap .tabs {
    position: relative;
}

section.stackingCardsWrap {
    overflow: hidden;
}

section.stackingCardsWrap .tabsArrow a {
    font-size: 0;
}

section.stackingCardsWrap .tabs .head .tabHeader {
    font-size: 20px;
    max-width: 85%;
}

section.stackingCardsWrap .tabs .head {
    padding: 0 25px;
    position: relative;
    z-index: 5;
}

section.stackingCardsWrap .tabInfo {
    flex-direction: column-reverse;
    padding: 24px;
    padding-bottom: 40px;
}

section.stackingCardsWrap .tabInfo .img-wrap .backFade {
    z-index: 1;
    background-size: 50%;
    background-repeat: no-repeat;
    width: calc(264% - 20px);
    height: calc(203% - 20px);
}

section.stackingCardsWrap br {
    display: none;
}

section.stackingCardsWrap .tabs {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

section.stackingCardsWrap h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

}

