﻿.basic-color {
    color: #4CBFFF;
}

.triple-color {
    color: #009fd2;
}

.value-color {
    color: #0170ad;
}

.pro-color {
    color: #004c8c;
}

.premium-color {
    color: #013c6e;
}
.basic-bg {
    background-image: -webkit-linear-gradient(100deg, #FFF 32%, #4CBFFF 0%);
}

.triple-bg {
    background-image: -webkit-linear-gradient(100deg, #FFF 32%, #009fd2 0%);
}

.value-bg {
    background-image: -webkit-linear-gradient(100deg, #FFF 32%, #0170ad 0%);
}

.pro-bg {
    background-image: -webkit-linear-gradient(100deg, #FFF 32%, #004c8c 0%);
}

.premium-bg {
    background-image: -webkit-linear-gradient(100deg, #FFF 32%, #013c6e 0%);
}

.custom-bg {
    background-image: -webkit-linear-gradient(10deg, #011E37, #006F8A, #00BEDB);
}

.custom-bg2 {
    background-image: -webkit-linear-gradient(100deg, #fff 32%, transparent 0%);
}

.group:after {
    content: "";
    display: table;
    clear: both;
}
.price-btn {
    background-image: linear-gradient(to bottom, #2680eb, #004274);
}
@media only screen and (min-width: 768px) {
    .price-absolute-block {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
.clickable-price {
    transition: all .5s;
}

.clickable-price:hover {
    transform: scale(1.1);
}

.grid-1-5 {
    min-height: 100%;
    max-width: 285px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.grid-price {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.flip-clock-label {
    display: none;
}

.pricing-cost {
    position: absolute;
    right: -52px;
    top: 6px;
    display: flex;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: url(../black-friday/price-label.svg);
    background-repeat: no-repeat;
    width: 163px;
    height: 172px;
    background-size: contain;
    transition: .2s linear;
}
.priceing-postpreview {
    right: -55px;
    top: -14px;
    width: 150px;
    height: 142px;
}
.percent-price-prev {
    top: 46px !important;
    left: 42px !important;
}
.pricing-price-prev {
    top: 64px !important;
    right: -13px !important;
    width: 143px !important;
    font-size: 16px !important;
}


.bg-happynewyear:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 300px;
    background-color: rgba(0,0,0, 0.6);
}
.bg-happynewyear {
    background-image: url(/content/img/happynewyear-bg2.jpg);
}

.bg-blackfirday {
    /*    background-image: url(/content/img/blackfriday21.png);
*/
    background-color: hsl(206deg 69% 29%);
}

.bg-cybermonday {
    background-image: url(/content/img/cybermonday-bg.png);
}

.price-box {
    width: 130px;
    height: 130px;
}

@media only screen and (max-width: 768px) {
    .price-box {
        width: 80px;
        height: 80px;
    }
}

.grid-1-5:hover {
    transform: scale(1.025);
    z-index: 2;
}

.min-grid-block {
    min-height: 320px;
}

.price-panel-ul {
    text-align: left;
    font-size: 13px;
    list-style-type: none;
    padding: 0;
}

.price-panel-ul li {
    margin: 0 0 0.8333333333333333em;
}
.special-offer {
    transform: scale(1.025);
    min-height: 100%;
    max-width: 285px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.bg-pricing, .bg-blackfirday, .bg-cybermonday, .bg-happynewyear {
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-position: center top;
    min-height: 300px;
}

.fix-right {
    position: fixed;
    left: 0;
    top: 90px;
    background: white;
    z-index: 11;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 438px) {
    .fix-right {
        top: 49px;
    }
}
.fixPanelcontent {
    display: none;
    overflow: hidden;
    max-height: 238px;
    max-width: 375px;
}
.fix-right-btn {
    position: relative;
    background-color: #f84545;
    height: 238px;
    width: 40px;
    color: white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fix-right-btn span {
    transform: rotate(90deg);
    position: absolute;
    width: 180px;
    left: -72px;
    top: 46%;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 5px;
}
.fix-right-btn span i {
    transform: rotate(-90deg);
    display: inline-block;
}

@media (max-width:1200px){
    .pricing-price-prev{
        font-size:13px !important;
    }
    .pricing-cost {
        position: absolute;
        right: -21px;
        top: 21px;
        display: flex;
        color: white;
        font-weight: bold;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 123px;
        height: 153px;
        background-size: contain;
    }

}
@media(max-width:450px){

    .pricing-cost{
        right:-5px;
    }
}

.fridayText {
    max-width: 555px;
    margin: auto;
    margin-top: 43px;
}
.sale-percent {
    top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 89px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    transform: rotate(25.67deg);
    justify-content: center;
    position: absolute;
    left: 26px;
}
.saletxt {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 89px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(25.67deg);
    position: absolute;
    top: 37px;
    left: 25px;
}
@media(max-width:1200px) {
    .percent-price-prev {
        top: 40px !important;
        left: 42px !important;
    }

    .pricing-price-prev {
        top: 53px !important;
        right: -36px !important;
        width: 116px;
    }

    .priceing-postpreview {
        top: 0px !important;
        z-index: 9;
        right: -30px !important;
    }
}
@media(max-width: 992px) {
    .priceing-postpreview {
        top: -7px !important;
    }
}
@media(max-width:768px) {
        .priceing-postpreview {
            right: 0px !important;
        }

        .sale-percent {
            top: -8px;
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 89px;
            display: flex;
            align-items: center;
            color: #FFFFFF;
            transform: rotate(25.67deg);
            justify-content: center;
            position: absolute;
            left: 26px;
        }

        .saletxt {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 40px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #FFFFFF;
            transform: rotate(25.67deg);
            position: absolute;
            top: 34px;
            left: 21px;
        }
    }

    @media (max-width:430px) {
        .priceing-postpreview {
            top: 0px !important;
        }
    }

    .pricing-cost:hover {
        transform: rotate(10deg);
        transform-origin: left;
    }
/*New priceing styles*/

.priceing-title {
    color: #2A3039;
    text-align: center;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.224px;
    margin-bottom: 12px;
}
.pricinghd-text {
    color: #8E939A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 750px;
    margin: auto;
}
.pricing-content-text {
    margin-top: 60px;
    margin-bottom: 53px;
}
.p-tab-item {
    color: #7E7E7E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.48px;
    cursor: pointer;
}
.packages-tab {
    display: flex;
    max-width: 500px;
    margin-right: 232px;
    border-bottom: 1px solid #7E7E7E;
    justify-content: space-between;
}
.p-tab-item.active {
    border-bottom: 1px solid #0E46A1;
    color: #0E46A1;
    font-weight: 700;
}
.container-groupprice{
    max-width: 1340px;
    margin: auto;
}
.price-grid {
    min-height: 668px !important;
    max-height: 668px;
    border-radius: 6px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.07);
    padding: 30px 18px;
    position: relative;
}
.p-box {
    padding: 0 15px;
    padding-bottom: 25px;
}
.price-grid:last-child {
    margin-right: 0px;
 } 
.border-topgreen {
    border-top: 3px solid #14D997;
}
.border-topbluelight {
    border-top: 3px solid #38BDF8;
}
.border-topblue {
    border-top: 3px solid #818CF8;
}
.border-toporange {
    border-top: 3px solid #FCBB00;
}
.border-toporangebold {
    border-top: 3px solid #FF9233;
}
.border-topgreenlights {
    border-top: 3px solid #87C4A5;
}
.border-topblue2 {
    border-top: 3px solid #53A6E0;
}
.border-toppink {
    border-top: 3px solid #F177AD;
}
.border-toporange2 {
    border-top: 3px solid #EA580C;
}
.border-toppurple {
    border-top: 3px solid #8B5CF6;
}
.border-topcyan {
    border-top: 3px solid #06B6D4;
}
.title-price {
    color: #515151;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    letter-spacing: -0.25px;
    margin-left: 12px;
    margin-bottom: 0px;
}
.p-annouce {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 7px;
}
.price-package {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 35px;
}
.small-annual {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.425px;
}
.pr-line {
    width: 90%;
    height: 1px;
    background: #DEE4EC;
    position: absolute;
    left: 17px;
}
.package-include h6{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0px;
}
.package-include {
    margin-top: 60px;
}
.pack-item-info {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
    list-style: none;
}
.charts-info {
    margin-top: 18px;
}
.strikethrough {
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    display: flex;
    align-items: center;
}
.phone-package {
    max-width: 185px;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    align-items: end;
    line-height: 35px;
}
.currency-rows {
    margin-bottom: 23px;
    margin-top: 47px;
}
.pricecurrency {
    width: 52px !important;
    display: flex !important;
}
.pricecurrency .btn {
   background: transparent !important;
   border: none !important;
   width: 75px !important;
}
.btn-price {
    background-color: #7688EF;
    border-radius: 2px;
    padding: 10px;
}
.container-prhead {
    max-width: 1340px;
    margin: auto;
    justify-content: end;
}
.p-tab-item:first-child {
    margin-right: 32px;
}
.pricing-group{
    padding: 0 15px;
    overflow: hidden;
}
.novice-modal-content {
    padding: 27px;
    width: 359px;
}
.title-novice {
    color: #515151;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.25px;
    text-align: center;
}
.pr-throghline {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.25px;
    text-decoration: line-through;
}
.real-price-red {
    color: #FF0404;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    letter-spacing: -0.25px;
}
@media (max-width: 576px){
    .novice-modal-content {
        width: unset;
    }
    .price-grid{
        min-height: 680px;
    }
}
.comapre-conatiner {
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
    overflow-x: auto;
    width: 100%;
    margin: auto;
    height: 100%;
    display:none;
}
.table-currency {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    table-layout: fixed;
    border-collapse: collapse;
}
.pricecurrency .filter-option-inner-inner {
    color: #0E46A1 !important;
}
.table-item {
    padding: 48px 23px;
    min-width: 167px;
    background: white;
    vertical-align: top;
    position: relative;
    padding: 48px 23px;
    min-width: 220px;
    padding-right: 0;
}
.name-packeges {
    color: #464E5B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.25px;
    margin-bottom: 3px;
}
.value-packege {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}
.p-ch-btn {
    padding: 6px 43px !important;
    margin-top: 17px;
}
.first-col-compare {
    width: 422px !important;
    position: sticky !important;
    left: 0;
    z-index: 9;
    padding: 30px 0px;
    background: white;  
}
.next-col {
    top: 64px;
    right: 20px;
}
.arrow-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E46A1;
    cursor: pointer;
}
.prev-col {
    top: 64px;
    z-index: 9;
    left: 380px;
}
.table-item-border {
    border-right: 1px solid #F3F3F3;
}
.table-count {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.08px;
    text-align: center;
}
.hprod-item {
    height: 140px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nth-1 {
    border-bottom: 1px solid #EFEFEF;
    background: rgba(255, 255, 255, 0.70);
}
.nth-2 {
    border-bottom: 1px solid #EFEFEF;
    background: #f5faff;
}
.product-info {
    display: flex;
    justify-content: center;
    margin-left: -55px;
    align-items: center;
    min-height: 47px;
    max-height: 47px;
    height: 47px;
    border-bottom: 1px solid transparent;
}
.package-details {
    color: #556575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.08px;
    min-height: 47px;
    max-height: 47px;
    height: 47px;
    border-bottom: 1px solid transparent;
}
.product-info:nth-child(odd), .package-details:nth-child(odd) {
        background: #f5faff;
}
.product-info, .package-details {
    border-top: 1px solid #EFEFEF;
}
.pl-25 {
    padding-left: 25px;
}
.btn-price{
    min-width: 283px;
}
.price-log {
    max-width: 1340px;
    margin:auto;
}

.price-log::-webkit-scrollbar {
    display: none;
}
   
.price-container {
        background: #FFF5EB;
        padding: 72px 0;
        margin-top: 120px;
        margin-bottom: 124px;
        position: relative;
    }
.pricelog-text {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.price-container:before {
    position: absolute;
    content: "";
    background: url(/Content/pricing/logcont1.svg);
    height: 48px;
    width: 100%;
    top: -45px;
    background-size: cover;
}
.price-container:after {
    position: absolute;
    content: "";
    background: url(/Content/pricing/logcont2.svg);
    height: 48px;
    width: 100%;
    top: 345px;
    background-size: cover;
}
.trust-text {
    max-width: 520px;
    margin: auto;
    color: #333E49;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.tools-item {
    padding: 33px 19px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    min-width: 276px;
    margin-right: 20px;
}
.tools-item:last-child {
   
    margin-right: 0px;

}
.tool-item-text {
    color: #969696;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.408px;
    margin-bottom: 53px;
    height: 75px;
    margin-top: 20px;
}
.accordion-faq {
    display: flex;
    flex-direction: column;
    position: relative;
}

.accordionfaq-item {
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #ffffff;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    padding: 20px;
    position: relative;
}

.accordion-header {
    cursor: pointer;
    color: #170F49;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}

.accordion-content {
    display: none;
    color: #6F6C90;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}
.accordion-content.open {
  display: block;
}
.opened-collapse {
    border: 2px solid #0D66D0;
}
.accordion-faq-container{
    max-width: 752px;
    margin: auto;
    padding-top: 85px;
}
.accordion-header::after {
    position: absolute;
    content: "";
    background: url(/Content/companyIcons/down-blue.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 30%;
    right: 14px;
    transform: rotate(-90deg);
    background-size: contain;
}
.opened-collapse .accordion-header::after {
    transform: rotate(0deg);
}
.additional-tools {
    padding-bottom: 160px;
}
.acd-container {
    padding-bottom: 160px;
}
.acd-container::after {
    content: " ";
    position: absolute;
    background: url(/Content/pricing/wave.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    background-size: cover;
}
.last-price-container{
    margin-top: 150px;
}
.accordion-header > p {
    max-width: 685px;
    margin-bottom: 0px;
}
.cust-mt-btn{
    margin-top: 33px;
}
.price-box-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 25px;
}
.price-box-container::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    .price-log {
        margin: 0 15px; 
        overflow: auto;
    }
    .container-prhead {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }
    .packages-tab {
        margin-right: 0px;
        margin-top: 54px;
    }
    .pricing-content-text {
        margin-bottom: 20px;
    }
    .p-tab-item:first-child {
        margin-right: 12px;
    }
    .currency-rows {
        justify-content: start !important;
    }
}

@media (max-width: 768px){
    .first-col-compare {
        width: 230px !important;
    }
    .prev-col {
        left: 150px;
    }
    .accordion-faq{
        padding: 0 15px;
    }
    .price-log {
        margin-left: 15px;
        margin-right: 15px;
    }
    .last-price-container {
        margin-top: 0px;
    }
    .acd-container::after{
        background: unset;
    }
}
@media (max-width: 576px) {
    .accordion-header > p {
        max-width: 345px;
    }
    .price-container:after{
        content: unset;
    }
    .compare-table{
        display:none
    }
    .p-box {
        padding: 0 0px;
    }
}
    @media (max-width: 400px) {
        .p-tab-item {
            font-size: 14px;
            line-height: 20px;
        }

        .first-col-compare {
            width: 155px !important;
        }

        .prev-col {
            left: 120px;
        }
    }
@media (max-width: 450px){
    .accordion-header > p {
        max-width: 280px;
    }
}
@media (max-width: 370px) {
    .accordion-header > p {
        max-width: 250px;
    }
}
.fillter-blue {
    filter: invert(73%) sepia(32%) saturate(1910%) hue-rotate(200deg) brightness(89%) contrast(94%);
}
.contact-outbtn:hover .fillter-blue {
    filter: unset;
}
.accordion-content > p{
    margin-bottom: 0px;
}
.mt-22{
    margin-top: 22px;
}
/*blackfriday2023*/
.blackFriday-container {
    background: url(/Content/black-stripe/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 386px;
    width: 100%;
}
.h2-blacktext {
    font-size: 36px !important;
    font-weight: 200 !important;
}
.red-sale {
    color: #E71D25;
}
.fontSize64{
    font-size: 48px !important;
}
.sales-img {
    top: -29px;
    right: 39px;
    transform: rotate(-52.014deg);
}
.upTo {
    color: #FFF;
    font-family: Inter;
    font-size: 8.007px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 50%;
    top: 45%;
    transform: translateX(50%);
}
.upTosale {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 50%;
    top: 52%;
    transform: translateX(50%);
}
.upTosaleOff {
    top: 68%;
}
.blackfriday-text {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    max-width: 398px;
    margin: auto;
    position: relative;
    z-index: 9;
    margin-top: 15px;
    opacity: .9
}
.tick {
   font-size: 2.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
    font-size: .375em;
    text-align: center;
    color: white;
    margin-bottom: 12px;
}

.tick-group {
    margin: 0 .25em;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}
.time-blackfriday {
    margin-top: 40px;
}
.tick [data-view] {
    max-width: 100%;
    text-transform: capitalize;
}
.tick-flip-panel {
    color: red !important;
    background-color: white !important;
}
@media (max-width: 576px){
    .sales-img{
        display: none;
    }
    .tick {
        font-size: 1.9rem;
    }
}
.sale-line {
    width: 85px;
    height: 2.5px;
    background: #C8300A;
    display: flex;
    position: absolute;
    top: 22px;
}
.sale-value {
    position: absolute;
    top: 12px;
    right: 22px;
    transform: rotate(-28.712deg);
}
.percent-price {
    position: absolute;
    top: 35px;
    color: rgb(255 255 255 / 85%);
    left: 18px;
    font-size: 20px;
}
.pricing-price {
    position: relative;
    top: 60px;
    font-size: 14px;
    color: white;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.custom-saletop {
    top: 25px;
}
.compare-sale-value {
    top: -63px;
    right: 13px;
}
.sale-line-compare {
    top: 8px;
}
.custom-nextslide-arrow {
    right: 0px;
    top: 130px !important;
}
.custom-prevslide-arrow {
    z-index: 99;
    left: 0px;
    top: 130px !important;
}
@media (max-width: 1100px) {
    .price-arrow {
        top: 0px !important;
    }
    .price-box-container {
        padding-top: 50px;
    }
    .custom-prevslide-arrow {
        right: 56px !important;
        left: unset;
    }
    .container-groupprice {
        position: relative;
        margin-top: 40px;
    }
    .currency-rows {
        margin-bottom: 23px;
        margin-top: 47px;
        position: absolute;
        z-index: 99;
        top: -43px;
        padding-left: 15px;
    }
    .custom-nextslide-arrow {
        right: 15px;
    }
}
@media (max-width:576px){
    .currency-rows {
        padding-left: 0px;
    }
    .custom-nextslide-arrow {
        right: 0px;
    }
    .custom-prevslide-arrow {
        right: 45px !important;

    }
}
.customprice-prevslide-arrow {
    z-index: 99;
    left: -15px;
    top: 130px !important;
}
.customprice-nextslide-arrow {
    right: -25px;
    top: 130px !important;
}
.percent-price-package {
    position: absolute;
    top: 25px;
    color: white;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.sale-price {
    position: absolute;
    top: 20px;
    color: white;
    left: 13px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.border-topcentum {
    border-top: 3px solid #FF3B3B;
}

.notification-bar {
    width: 100%;
    background: #fdf3e3;
    border-top: 1px solid #e8d9be;
    border-bottom: 1px solid #e8d9be;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    min-height: 44px;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.badge-new {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    flex-shrink: 0;
    border-radius: 16px;
    border: 0.5px solid #F59E0B;
    background: #FFF3DC;
    color: #F59E0B;
}
.notification-text {
    color: #170F49;
}
.banner-clip {
    position: sticky;
    width: 100%;
    top: 70px;
    z-index: 999;
}
.banner-pricing {
    border: 1px #FC0 solid;
    text-align: center;
    padding: 13px;
    color: #172B4D;
    font-size: 16px;
    background: #FFEED2;
    opacity: 0;
    filter: blur(12px);
    transform: scale(0.82);
}
/* Wrap each text chunk in a span with .word */
.word {
    display: inline-block;
    opacity: 0;
    filter: blur(6px);
    transform: translateY(6px);
}

/* Stagger each word */
.word-1 {
    animation: wordReveal 0.4s ease 0.80s forwards;
}

.word-2 {
    animation: wordReveal 0.4s ease 0.88s forwards;
}

.word-3 {
    animation: wordReveal 0.4s ease 0.96s forwards;
}

.word-4 {
    animation: wordReveal 0.4s ease 1.04s forwards;
}

.badge-new {
    opacity: 0;
    animation: wordPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s forwards;
}

@keyframes focusIn {
    from {
        opacity: 0;
        filter: blur(12px);
        transform: scale(0.82);
    }

    to {
        opacity: 1;
        filter: blur(0px);
        transform: scale(1);
    }
}

@keyframes wordReveal {
    from {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}

@keyframes wordPop {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
.banner-pricing {
    overflow: hidden;
    animation: focusIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards, bannerExpand 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

@keyframes bannerExpand {
    0% {
        padding: 13px;
    }

    40% {
        padding: 24px 13px;
    }

    70% {
        padding: 24px 13px;
    }

    100% {
        padding: 13px;
    }
}
.jb-pricing {
    margin-bottom: 126px !important;
}