.plan-tabs {
    --pill-bg: #EAEAEB;
    --pill-active-bg: #EAD321;
    --pill-active-text: #121315;
    --pill-text: #121315;
    --pill-border: #1976D2;
    --card-yellow: #EAD321;
    --card-blue: #1976D2;
    --panel-bg: #fff;
    --panel-radius: 16px;
    --shadow: 0 8px 24px rgba(0,0,0,.08);
}
.plan-tabs {
    margin: 50px 10px 00px 10px;
}
.tabs {
    background: #f6f8fb;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    margin: 0 auto 24px;
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #1976D2;
    width: fit-content;
}

.tab {
    appearance: none;
    background: var(--pill-bg);
    border: 0;
    color: var(--pill-text);
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    padding: 10px 10px;
    min-width: 185px;
    width: 185px;
    height: 48px;
    border-radius: 15px;
}

.tab.is-active {
    background: var(--pill-active-bg);
    color: var(--pill-active-text);
    background: #EAD321;
}

.tab:focus-visible {
    outline: 3px solid var(--pill-border);
    outline-offset: 2px
}

.panels {
    display: grid;
    gap: 20px
}

.panel {
    padding: 0
}

.tab-header {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    font-weight: 700;
    padding: 16px 20px;
    text-align: left;
    width: 100%;
  color: var(--bodyColour);
}

.tab-header:focus-visible {
    outline: 3px solid var(--pill-border);
    outline-offset: 2px
}

.accordion-indicator:after {
    content: "▾";
    float: right;
    transform: rotate(0deg);
    transition: transform .2s ease
}

.panel.is-active .accordion-indicator:after {
    transform: rotate(-180deg)
}

.panel-inner {
    padding: 20px
}

.price-card-wrapper {
    background: #ead321;
    border-radius: 20px;
    height: 320px;
    margin-bottom: 10px;
    margin-left: 10px;
    min-width: 32px;
    width: 320px;
    z-index: 999;
    display: flex;
    align-items: center;
}

article.plan-details {
    background: #fff;
    border-radius: 20px;
    padding: 30px
}

.panel-grid {
    align-items: stretch;
    display: flex;
    flex: 1 1 a;
    flex-direction: row;
    gap: 15px
}

.price-card {
    display: flex;
    flex-basis: 330px;
    height: 330px;
    min-width: 330px;
    overflow: hidden;
    position: relative;
    width: 330px;
    z-index: 0
}

.price-card:before {
    border-radius: 16px;
    bottom: 0;
    content: "";
    filter: blur(.2px);
    height: 80%;
    left: 0;
    width: 65%;
    z-index: 0
}

.price-card:before,.price-card__badge {
    background: var(--card-blue);
    position: absolute
}

.price-card__badge {
    background: url(https://146481062.fs1.hubspotusercontent-eu1.net/hubfs/146481062/blue-angle.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 124px;
    right: 24px;
    top: 24px;
    width: 8px;
    width: 110px;
  background-size: cover !important;
    background-repeat: no-repeat!important;
}

.price-card__wrap {
    min-width: 320px;
    padding: 50px;
    position: relative
}

.price-card__plan {
    margin-bottom: 15px;
    font-family: var(--secondaryFont);
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card__label {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.price-card__price {
    color: #000;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
}

.price-card__per {
    2 3 4 5 6color: #000;font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
}
.plan-details__cta a.btn.primary-btn {
    width: 175px;
}

.plan-details__cta {display: flex;justify-content: flex-end;}
.plan-details__title {
    margin: 0px 0 20px;
    color: #121315;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.plan-details__body {
    margin-bottom: 30px;
}

.plan-details__body ul {
    margin: 0;
    padding-left: 1.2em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 44px;
}
.plan-details__body ul li {
    flex-basis: 45%;
    color: #121315;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.plan-tabs .tab-header.is-active {
    background: var(--pill-active-bg);
    color: var(--pill-active-text)
}

.plan-tabs .tab-header.is-active .accordion-indicator:after {
    transform: rotate(-180deg)
}
button#tab-2.is-active {
    background: var(--bodyColour);
    color: var(
    --secondaryColour);
}

button#tab-3.is-active {
    background: var(--primaryColour);
    color: var(--secondaryColour);
}

button#tab-4.is-active {
    background: #adaeb0;
    color: var(--bodyColour);
}



#panel-2 .price-card-wrapper {background: var(--bodyColour);}

#panel-2 .price-card:before {
    background: var(--secondaryColour);
}
#panel-2 .price-card__badge{background:url(https://146481062.fs1.hubspotusercontent-eu1.net/hubfs/146481062/Golden-Right-Angle.svg);}
#panel-2 .price-card-wrapper * {
    color: var(--secondaryColour);
}



#panel-3 .price-card-wrapper {background: var(--primaryColour);}

#panel-3 .price-card:before{
    background: var(--secondaryColour);
}

#panel-3 .price-card__badge{background:url(https://146481062.fs1.hubspotusercontent-eu1.net/hubfs/146481062/Golden-Right-Angle.svg)}

#panel-3 .price-card-wrapper * {
    color: var(--secondaryColour);
}



#panel-4 .price-card-wrapper {background: #adaeb0;}

#panel-4 .price-card:before{
    background: var(--bodyColour);
}

#panel-4 .price-card__badge{background:url(https://146481062.fs1.hubspotusercontent-eu1.net/hubfs/146481062/Black-Right-Angle.svg);}


#panel-4 .price-card-wrapper * {
    color: var(--sbodyColour);
}
@media (max-width: 767px) {
    .tabs {
        display:none
    }

    .panel {
        border: 1px solid #e6e8ee;
        box-shadow: none
    }

    .panel,.tab-header {
        display: block;
      border-radius: 15px;
    }

    .panel-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    .price-card {
        min-height: 220px;
      width:100%;
    }

    .plan-tabs .tab-header {
        display: block;
    }

    .plan-tabs .panel-inner {
        max-height: 0;
        overflow: hidden;
      padding:0px;
        transition: max-height .25s ease
    }

    .plan-tabs .panel.is-active .panel-inner {
        max-height: none;
        padding: 20px
    }
  
          .price-card-wrapper{width:100%;}
.plan-details__body ul {
    margin: 0;
    padding-left: 1.2em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 44px;
    flex-direction: column;
}.plan-details__body ul li {
    flex-basis: 100%;
}

article.plan-details {
    padding: 30px;
    display: block;
}
  
  
}

@media (min-width: 768px) {
    .plan-tabs .tab-header {
        display:none!important
    }
}
