:root {
    --primary-color: #54B2D3; 
    --secondary-color: #9292A3;
    --grey-color: #A9A9A9;
    --dark-color: #3D3D46;
    --dark-blue: #0A1328;

    --gap: clamp(20px, 5vw, 80px);
    --card-width: calc((100% - 2 * var(--gap)) / 3);

    --range-value: 0%;
    --thumb-offset: 8px;
    --zoom-level: 0.95;
}

@font-face {
    font-family: 'satoshi';
    src: url('../../fonts/Satoshi-Regular.eot');
    src: url('../../fonts/Satoshi-Regular.woff2') format('woff2'),
         url('../../fonts/Satoshi-Regular.woff') format('woff'),
}
* {
    margin: 0;
    padding: 0;
    font-family: satoshi;
}
.sidebar, #subscription_content, #migration_content, #training_content, #support_content, #hero, #benefits, #comparison_terminals, #terminal_slider, #payment_providers, .new_header_terminal, .new_header_marketing, #marketing_plus_price, .new_header_billing, #care_plus_hero, #care_plus_price{
    zoom: 0.95;
}
@media(max-width: 1900px){
    :root {
        --zoom-level: 0.85;
    }
    .sidebar, #subscription_content, #migration_content, #training_content, #support_content, #hero, #benefits, #comparison_terminals, #terminal_slider, #payment_providers, .new_header_terminal, .new_header_marketing, #marketing_plus_price, .new_header_billing, #care_plus_hero, #care_plus_price{
        zoom: 0.85;
    }
}
@media(max-width: 1024px){
    :root {
        --zoom-level: 1;
    }
    .sidebar, #subscription_content, #migration_content, #training_content, #support_content, #hero, #benefits, #comparison_terminals, #terminal_slider, #payment_providers, .new_header_terminal, .new_header_marketing, #marketing_plus_price, .new_header_billing, #care_plus_hero, #care_plus_price{
        zoom: 1.0;
    }
}

html {
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.amber{
    background-color: rgb(86, 189, 136) !important;
    border: 1px solid rgb(86, 189, 136) !important;
}

.bg-dark-care_plus{
    background: #1A2C55 !important;
}

.bg-dark-care_plus-price{
    background: #05112C !important;
}

.new_header_marketing{
    min-height: 120px !important;
}

/* Responsive breakpoints */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

button {
    border: none;
    background: none;
}
body {
    color: var(--dark-color);
}
.text-center {
    text-align: center;
}
.primary-color {
    color: var(--primary-color);
}
.secondary-color {
    color: var(--secondary-color);
}
.green-color {
    color: #65CD98;
}
.orange-color {
    color: #FAAD14;
}
.pink-color {
    color: #ED72AA;
}
.d-flex {
    display: flex;
}
.flex-direction-column {
    flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-space-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
.width-100 {
    width: 100%;
}
h4 {
    font-size: 24px;
}
.m-auto {
    margin: auto !important;
}
.m-0 {
    margin: 0 !important;
}
.ml-auto {
    margin-left: auto;
}
.ml-1 {
    margin-left: 10px;
}
.ml-2 {
    margin-left: 20px;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-0-5 {
    margin-right: 5px;
}
.mr-0-8 {
    margin-right: 8px;
}
.mr-2 {
    margin-right: 20px;
}
.mr-3 {
    margin-right: 30px;
}
.mr-auto {
    margin-right: auto;
}
.p-20-web {
    padding: 20px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 10px;
}
.pt-2 {
    padding-top: 20px;
}
.pt-3 {
    padding-top: 30px;
}
.pt-4 {
    padding-top: 40px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 10px;
}
.pb-2 {
    padding-bottom: 20px;
}
.pb-3 {
    padding-bottom: 30px;
}
.pb-4 {
    padding-bottom: 40px;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.mt-75 {
    margin-top: 75px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.px-5 {
    padding: 0 50px;
}
.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
.w-70 {
    width: 70%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-100 {
    width: 100%;
}
input, select {
    /* padding: 5px 0; */
    margin: 5px 0;
    padding: 10px;
    border: none;
    /* border-bottom: 1px solid #ebebeb; */
    background: #F6F6F6;
    color: var(--dark-color);
    /* width: 100%; */
    border-radius: 8px;
}
input::placeholder {
    color: var(--dark-color);
    opacity: 1;
}
  
input::-ms-input-placeholder {
    color: var(--dark-color);
}
input:focus-visible, select:focus-visible {
    outline: none;
}
.input-colored-background {
    background: #fff;
}

.field input, .field select {
    background: 0;
    border: 0;
    outline: none;
    transition: padding 0.3s 0.2s ease;
}

.field input:focus, .field select:focus {
    color: var(--dark-color);
}

.field input:focus + .line::after, .field select:focus + .line::after {
    transform: scaleX(1);
}

.field {
    position: relative;
    margin: 10px 0;
    /* z-index: 0 !important; */
}

.field .line {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background: #ebebeb;
}

.field .line::after {
    content: " ";
    position: absolute;
    float: right;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: var(--primary-color);
}

.main-container {
    display: flex;
    flex-direction: column;
}
.sidebar {
    width: 100%;
    background-color: #BFEBFF;
    overflow-y: auto;
    position: fixed;
    /* height: 136px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.20);
}
.sidebar-title {
    margin-top: 50px;
}
.sidebar-items {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    gap: 16px;
}
.sidebar-items .active {
    border-radius: 16px;
    /* border: 2.6px solid var(--Blue-linear, #54B2D3); */
    background: var(--Blue-linear, linear-gradient(90deg, #54B2D3 0.17%, #1CC4FF 98.93%));
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
/* .sidebar-items .active span {
    border-color: #fff;
    color: #fff;
    font-weight: bold;
} */
.sidebar-items .active p {
    color: #fff;
}
.sidebar-items .complete {
    border-radius: 16px;
    background: linear-gradient(59deg, #56BD88 -25.26%, #00E69B 114.22%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

/* .sidebar-items .complete span {
    border-color: #fff;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
} */
.sidebar-items .complete p {
    color: #fff;
}
.complete-text {
    color: #65CD98;
    display: none;
    font-size: 14px;
}

.sidebar-items .not-filled {
    color: var(--grey-color);
    cursor: default;
}
/* .sidebar-items .not-filled span {
    color: var(--primary-color);
    border-color: var(--primary-color);
} */
.sidebar-title h3 {
    font-size: 24px;
}
.sidebar-items p {
    font-size: 17px;
    width: 80%;
    color: var(--dark-color);
}
.sidebar-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
    border-radius: 16px;
    background: var(--Neutral-Colors-White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 8px;
    width: 12%;
}
.center-justify {
    justify-content: center;
}
.sidebar-item svg{
    margin-right: 8px;
    width: 38px;
    height: 38px;
}
.sidebar-items .active svg, .sidebar-items .complete svg{
    filter: brightness(0) invert(1);
}
.sidebar-item_svg_completed {
    display: none;
}
/* .sidebar-item span, .header-checkmark{
    border-radius: 50%;
    border: 2px solid #54B2D3;
    color: #54B2D3;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
} */
/* .header-checkmark {
    border: 2px solid #fff;
    color: #fff !important;
    margin-top: 2px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
} */
#shrink-icon, #expand-icon {
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    left: 340px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
}
#expand-icon {
    left: 130px;
}
.content {
    width: 100%;
    margin-top: 106px;
}
#billing_information_content.content {
    margin-top: 95px;
    background: #EEF7FB;
}
.billing_information_content_heading{
    font-size: 36px;
    font-weight: 700;
}
.expand-content {
    width: calc(100% - 145px);
    margin-left: 145px;
}
#migration_content, #training_content, #revenue_content, #terminal_content, #support_content, #marketing-plus_content, #personal_information_content, #billing_information_content, #website_creation_content {
    display: none;
    overflow: hidden;
}
.sidebar-shrink {
    width: 125px;
    min-width: 125px;
    padding: 10px;
}
.header {
    color: #fff;
    padding: 18px 50px;
    background: linear-gradient(90deg, #54B2D3 0.17%, #1CC4FF 98.93%);
    box-shadow: inset 0px 0px 38px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    box-sizing: border-box;
    min-height: 150px;
}
.header-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.header h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.header-container p {
    font-size: 20px;
    margin: auto;
}
.header-title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.body {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.bg-grey {
    background-color: #F6F6F6;
}
.card {
    width: 29%;
    margin: 2%;
    transition: 0.3s ease;
    border-radius: 12px;
    border-top: 6px solid var(--Blue-linear, #54B2D3);
    background: var(--Neutral-Colors-White, #FFF);
    box-shadow: 0px 4px 14px 0px rgba(28, 66, 161, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card:hover {
    transform: scale(1.05);
}
.card-border-color-primary {
    border-color: #54B2D3;
}
.card-border-color-orange {
    border-color: #FAAD14;
}
.card-border-color-green {
    border-color: #65CD98;
}
.card-border-color-pink {
    border-color: #ED72AA;
}
.card-border-color-dark-blue {
    border-color: #6383F1;
}
.card-border-color-purple {
    border-color: #B6B6CF;
}
.card-border-color-gold {
    border-color: #E1BD01;
}
.card-border-color-silver {
    border-color: #848487;
}
.card-border-color-bronze {
    border-color: #CA7613;
}
.selected {
    /* transform: scale(1.1); */
    z-index: 1;
}
.selected .btn-primary {
    background: linear-gradient(59deg, #56BD88 -25.26%, #00E69B 114.22%);
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: 28px;
}
.selected .btn-primary:hover{
    border: none;
}
.selected-icon {
    width: 26px;
    height: 26px;
    vertical-align: top;
}
.simple-card-container .selected {
    background-color: #fff;
}
.selected-btn {
    transform: scale(1.2);
    background: var(--primary-color);
    margin: 0 20px;
}
.support-card-container .selected {
    background-color: var(--primary-color);
    color: #fff;
}
.support-card-container .selected .secondary-color {
    color: #fff;
}
.support-card-container .selected .support-button {
    color: var(--primary-color);
    background-color: #fff;
}
.support-card-container .selected .simple-card-body-price span {
    color: #fff;
}
.card-header {
    padding: 24px;
}
#subscription_content .card-header h3 {
    font-size: 26px;
}
#migration_content .card-header {
    padding: 24px 16px;
}
.card-header h3 {
    font-size: 22px;
}
#subscription_content .card-body {
    margin: 0 50px;
}
.card-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    gap: 30px;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.card-body {
    padding: 15px;
    margin: 0 24px;
    text-align: center;
    color: var(--dark-color);
}
.card-body-price {
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F4;
}
.card-body-text {
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F4;
}
.card-body-price .price, .card-body-price .strike {
    font-size: 64px;
    color: var(--dark-color);
    font-weight: 500;
    text-align: center;
    width: 100%;
}
/* .setup-packages .simple-card-container:nth-child(2) .card-body-price .price, .card-body-price .strike {
    font-weight: bold;
} */
.card-body-price .price-discounted {
    font-size: 32px;
    line-height: 32px;
}
.card-body-price .price-discounted .strike {
    font-size: 32px !important;
}
.card-body-price sup{
    font-size: 30px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: -20px;
    padding: 3px;
}
.card-body-price .price-discounted sup {
    font-size: 20px;
}
.card-body-price span {
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 500;
    /* display: block;
    min-height: 42px; */
}
.card-body-text div {
    gap: 8px;
    padding: 8px 0;
}
.card-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-subscription, .card-onsite_training {
    .card-footer {
        text-align: center;
        padding: 8px 20px 28px 20px;
    }
}
/* with 4 plans, fit them all on a single row instead of 3 + 1 */
@media (min-width: 1300px) {
    #subscription_content .subscription-cards-4 .card-subscription {
        width: 23%;
        margin: 1%;
    }
    #subscription_content .subscription-cards-4 .card-body {
        margin: 0 24px;
    }
    #subscription_content .subscription-cards-4 .card-header {
        padding: 24px 16px;
    }
}
.card-footer {
    text-align: center;
    padding: 8px 20px 8px 20px;
}
.simple-card-container {
    width: 21.5%;
    margin: 1% 3% 1% 0%;
}
.simple-card {
    border: 1px solid #F5F5F7;
    border-radius: 4px;
    transition: 0.3s ease;
    background-color: #F5F5F7;
    padding: 30px;
    height: 220px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.simple-card:hover {
    border: 1px solid var(--primary-color);
    transform: scale(1.1);
    background-color: #fff;
    z-index: 1;
}
.simple-card-description {
    padding: 0px;
    margin: 1%;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-top: 48px;
    text-align: left;
}
.simple-card-description-item h4 {
    font-size: 18px;
    font-weight: bold;
}
.simple-card-description-item span {
    color: var(--primary-color);
    font-size: 24px;
}
.simple-card-description-item a {
    color: var(--dark-color);
}
.description-list-items-group {
    display: flex;
    gap: 8px;
    padding: 8px 0;
}

/* New Header */

.new-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 150px;
    background: linear-gradient(90deg, #54B2D3 0.17%, #1CC4FF 98.93%);
    color: #fff;
    box-shadow: inset 0px 0px 38px 0px rgba(0, 0, 0, 0.10);
    text-align: center;

    .h2-container {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;

        h2 {
            font-size: 30px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        span {
            font-size: 18px;
            background-color: #189FD0;
            border-radius: 6px;
            padding: 4px 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
    }
    
    p {
        font-size: 20px;
        font-weight: 500;
        max-width: 60%;
    }

    h2 {
        font-size: 30px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
        
    br {
        display: none;
    }

    .svg-right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
    }
}

/* Testimonial Slider */

.testimonial_slider {
    background-color: var(--dark-blue);
    margin: 0 auto;
    position: relative;
    padding: 50px;
    overflow: hidden;
    max-width: 100%;

    .testimonial-container {
        max-width: 1320px;
        margin: auto;
        overflow: hidden;

        .arrow {
            position: absolute;
            top: 50%;
            cursor: pointer;
            z-index: 1;

            &.arrow-left {
                left: 10px;
            }

            &.arrow-right {
                right: 10px;
            }
        }

        .heading {
            font-size: 30px;
            font-weight: 700;
            color: #FFF;
            margin-bottom: 60px;
            text-align: center;

            span {
                color: var(--primary-color);
            }
        }

        .testimonial-slider {
            display: flex;
            gap: clamp(50px, 5vw, 80px);
            transition: transform 0.5s ease;
            padding: 0 20px;
            max-width: 1320px;
            margin: auto;

            .testimonial-card {
                flex: 0 0 var(--card-width);
                background: white;
                border-radius: 16px;
                padding: 32px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 20px;
                min-width: 0;
                position: relative;

                .quotation-marks {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                }

                .top {
                    h3 {
                        font-size: 18px;
                        font-weight: 700;
                        margin-bottom: 20px;
                        width: 80%;
                    }

                    p {
                        font-size: 17px;

                    }
                }
                
                .bottom {
                    display: flex;
                    justify-content: space-between;
                    flex-direction: column;

                    .name_stars {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        gap: 30px;

                        p {
                            font-size: clamp(20px, 2vw, 22px);
                            font-weight: 700;
                        }
                    }

                    hr {
                        margin: 8px 0;
                        color: #ECEDF0;
                        width: 40%;
                    }

                    .country_link {
                        display: flex;
                        justify-content: space-between;
                        gap: 30px;

                        .country {
                            font-size: clamp(14px, 2vw, 17px);
                            color: #9292A3;
                            display: flex;
                            align-items: center;
                            gap: 5px;
                        }
                    }
                }
            }
        }

        .dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 50px;

            .dot {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background: #FFF;
                cursor: pointer;
                transition: background 0.3s;

                &.active {
                    background: var(--primary-color);
                }
            }
        }
    }
}

/* Marketing Plus */

#marketing-plus_content {
    background-color: #EEF7FB;
    
    * {
        box-sizing: border-box;
    }

    .hero_wrapper {
        background-image: url('https://cdn.pabau.com/cdn/file_attachments/pabau/onsite-training-background-shape.png');
        background-size: cover;
        background-position: center bottom -280px;
        background-repeat: no-repeat;
    }

    #hero, #care_plus_hero {
        padding: 60px 0 100px 0;
        display: flex;
        flex-direction: column;
        gap: 70px;

        .left-side {
            h2 {
            font-size: 2.125rem;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 32px;
            letter-spacing: 1.1px;
            text-align: center;

                span {
                    background: linear-gradient(90deg, #54B2D3 0%, rgba(28, 196, 255, 0.99) 107.05%);
                    background-clip: text;
                    color: transparent;
                    font-weight: 900;
                    -webkit-text-stroke: 1px transparent;
                }
            }

            .desc {
                font-size: 1.375rem;
                text-align: center;
                max-width: 70%;
                margin: auto;
            }

            .list {
                margin-top: 48px;
                display: flex;
                flex-direction: column;
                gap: 32px;

                .item {
                    display: flex;
                    align-items: center;
                    gap: 8px;

                    p {
                        font-size: 1.25rem;
                    }
                }
            }
        }

        .right-side {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            width: 80%;
            margin: auto;

            .marketing-card {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                gap: 0.5rem;
                text-align: center;
                padding: 10px 20px;
                border-radius: 8px;
                border-top: 3px solid;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.36) 100%);
                box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);
                backdrop-filter: blur(16px);

                &.blue {
                    border-color: #24BEE1;
                }

                &.yellow {
                    border-color: #FAAD14;
                }

                &.green {
                    border-color: #65CD98;
                }

                &.purple {
                    border-color: #6383F1;
                }

                &.pink {
                    border-color: #ED72AA;
                }

                &.blue-dark {
                    border-color: #40A0C1;
                }

                h3 {
                    font-size: 1rem;
                    font-weight: 700;
                }

                p {
                    font-size: 0.875rem;
                    text-wrap: balance;
                    word-break: break-word;
                }
            }
        }
    }

    #care_plus_hero{
        h2{
            color: #fff;
        }

        .desc{
            color: #fff;
        }

        .marketing-card{
            background: linear-gradient(181deg, #FFF 1%, #FFF 172%) !important;
        }
    }

    .testimonial_slider{
        background-color: #2BADD4;
    }

    .dot.active{
        background: #1585AC;
    }

    #marketing_plus_price, #care_plus_price {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 80px 0;

        .top-left-icons {
            position: absolute;
            display: flex;
            top: 20px;
            left: 0;

            img {
                width: 36%;
            }
        }

        .bottom-right-icons {
            position: absolute;
            display: flex;
            justify-content: end;
            right: 0;
            bottom: 65px;

            img {
                width: 36%;
            }
        }

        .inner-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5rem;
            width: 50%;
            background-color: #fff;
            border-radius: 16px;
            padding: clamp(20px, 3vw, 50px);
            box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);

            .heading {
                font-size: 1rem;
                display: flex;
                align-items: center;
                gap: 0.5rem;

                span {
                    font-weight: 700;
                    background: linear-gradient(90deg, #54B2D3 0%, rgba(28, 196, 255, 0.99) 107.05%);
                    background-clip: text;
                    color: transparent;
                    display: inline-block;
                }
            }

            .price-box {
                padding: 10px 80px;
                width: fit-content;
                border-radius: 8px;
                background-color: #EEF7FB;
                box-shadow: 0px 0px 0.722px 0px rgba(12, 26, 75, 0.24), 0px 2.165px 5.774px -0.722px rgba(50, 50, 71, 0.05);

                .price {
                    display: flex;
                    align-items: center;
                    font-size: 2rem;
                    font-weight: 700;
                    line-height: 100%;

                    sup {
                        font-size: 1.5rem;
                        font-weight: bold;
                        color: var(--secondary-color);
                        margin-top: -6px;
                        margin-right: 5px;
                    }
                }

                .text-secondary {
                    color: var(--secondary-color);
                    font-size: 1rem;
                    margin-top: 10px;
                }
            }

            .buttons-container {
                .btn-primary {
                    margin-right: 30px;
                    padding: 15px 70px;
                }

                .btn-secondary {
                    padding: 10px 50px;
                }
            }
        }

        .vat {
            color: var(--secondary-color);
            font-size: 15px;
            text-align: center;
            margin-top: 16px;
        }
    }
}


/* Pabau Pay */

#terminal_content {
    background-color: #FAFAFA;

    * {
        box-sizing: border-box;
    }

    #hero {
        padding: 100px 0 150px 0;
        display: flex;

        .left-side {
            width: 60%;

            h2 {
            font-size: 34px;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 32px;
            letter-spacing: 1.1px;

                span {
                    background: linear-gradient(90deg, #54B2D3 0%, rgba(28, 196, 255, 0.99) 107.05%);
                    background-clip: text;
                    color: transparent;
                    font-weight: 900;
                    -webkit-text-stroke: 1px transparent;
                }
            }

            .desc {
                font-size: 22px;
                width: 80%;
            }

            .list {
                margin-top: 48px;
                display: flex;
                flex-direction: column;
                gap: 32px;

                .item {
                    display: flex;
                    align-items: center;
                    gap: 8px;

                    p {
                        font-size: 20px;
                    }

                    .custom-tooltip {
                        position: absolute;
                        display: none;
                        background-color: #333;
                        color: white;
                        padding: 20px;
                        border-radius: 8px;
                        z-index: 1000;
                        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
                        max-width: 350px;
                        pointer-events: none;
                        transform: translateX(-50%);
                        left: 50%;

                        p {
                            font-size: 16px;
                        }

                        hr {
                        margin: 10px 0;
                        border: 0;
                        border-top: 1px solid rgba(255,255,255,0.2);
                        }

                        &::after {  
                        content: '';
                        position: absolute;
                        top: 100%;
                        left: 50%;
                        margin-left: -8px;
                        border-width: 8px;
                        border-style: solid;
                        border-color: #333 transparent transparent transparent;
                        }
                    }

                    .tooltip-trigger {
                        cursor: pointer;

                        svg {
                            vertical-align: middle;
                        }
                    }
                }
            }
        }

        .right-side {
            .desktop-img {
                position: absolute;
                right: 0;
                top: 0;
            }
            .mobile-img {
                display: none;
            }
        }
    }

    #benefits {
        background-color: #EEF7FB;

        .cards {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: clamp(20px, 5vw, 80px);
            padding: clamp(20px, 5vw, 80px) 0;

            .benefits-card {        
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                padding: 20px 30px;
                text-align: center;
                border-radius: 8px;
                background-color: #FFF;
                border-radius: 8px;
                box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);
                backdrop-filter: blur(16px);

                h3 {
                    font-size: 18px;
                    margin: 24px 0 16px 0;
                    text-wrap: balance;
                }
                
                p {
                    font-size: 16px;
                    font-weight: 400;
                    text-wrap: balance;
                }
            }
        }
    }

    #comparison_terminals{
        background-color: var(--dark-blue);
        margin: 0 auto;
        padding: 50px;
        max-width: 100%;

        .comparison_terminals_title{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;

            .heading{
                color: #FFF;
                font-size: 28px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            p{
                color: #FFF;
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;

                span{
                    color: #2BADD4;
                }
            }
        }

        .comparison_terminals_body{
            display: flex;
            justify-content: center;
            /* align-items: flex-start; */
            align-items: stretch;
            gap: 80px;
            margin: auto;
            padding: 0 20%;

            .comparison_terminals_body_container_wrapper{
                border-radius: 12px;
                border-top: 6px solid #54B2D3;
                background: #FFF;
                box-shadow: 0 4px 14px 0 rgba(28, 66, 161, 0.06);
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 2rem;
                padding: 1.5rem 1rem;
                /* height: 100%; */

                .comparison_terminals_body_container{
                    min-width: 340px;
                    display: flex;
                    gap: 1rem;
                    flex-direction: column;

                    .comparison_terminals_body_title{
                        display: flex;
                        align-items: center;
                        gap: 0.2rem;
                    }

                    img{
                        max-width: 200px;
                        margin: auto;
                    }

                    .comparison_terminals_body_list_items{
                        display: flex;
                        flex-direction: column;
                        flex-wrap: wrap;
                        align-content: flex-start;
                        gap: 0.5rem;

                        h5{
                            color: #3D3D46;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                        }

                        .comparison_terminals_body_list_item{
                            display: flex;     
                            gap: 0.5rem;         
                            text-align: left;

                            img{
                                margin: 0;
                                width: 19px;
                                height: 19px;
                            }
                        }
                    }
                }

                .comparison_terminals_body_footer_left{
                    display: flex;
                    /* justify-content: center; */
                    min-height: 120px;

                    p{
                        color: #9292A3;
                        text-align: center;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 140%;
                    }
                }

                .comparison_terminals_body_footer_right{
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    min-height: 120px;

                    .comparison_terminals_body_footer_right_price{
                        display: flex;
                        justify-content: center;

                        sup{
                            color: #9292A3;
                            font-feature-settings: 'sups' on;
                            font-size: 46px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 130%; /* 59.8px */
                        }
                        p{
                            color: #3D3D46;
                            font-size: 56px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 100%; /* 56px */
                        }
                    }

                    .comparison_terminals_body_footer_right_desc{
                        color: #9292A3;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        text-align: center;
                    }
                }
            }
        }
    }

    #terminal_slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 80px 0;
        background-color: #EEF7FB;

        .heading {
            font-size: 34px;
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 60px;

            span {
                font-weight: 700;
                background: linear-gradient(90deg, #54B2D3 0%, rgba(28, 196, 255, 0.99) 107.05%);
                background-clip: text;
                color: transparent;
                display: inline-block;
            }
        }

        .choose-terminal {
            width: 55%;
            background-color: #fff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);

            .input-info {
                font-size: 20px;
                padding-bottom: 30px;
                text-align: left;

                span {
                    color: var(--primary-color);
                    font-weight: bold;
                    display: inline-block;
                }
            }

            .slider-container {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 18px;

                .price-ranges {
                    padding: 0 10px;
                    font-size: 18px;
                    line-height: 180%;
                    background-color:  #EEF7FB;
                    border-radius: 8px;
                    box-shadow: 0px 0px 0.722px 0px rgba(12, 26, 75, 0.24), 0px 2.165px 5.774px -0.722px rgba(50, 50, 71, 0.05);
                }

                .price-range-slider {
                    position: relative;
                    width: 80%;

                    .custom-range {
                        all: initial;
                        -webkit-appearance: none; /* Override default look */
                        width: 100%;
                        height: 14px;
                        border-radius: 22.5px;
                        background: linear-gradient(to right, #54B2D3 0%, #1CC4FF var(--range-value), #ededed var(--range-value), #ededed 100%);
                        outline: none;
                        cursor: grab;

                        &:active {
                            cursor: grabbing;
                        }
                    }

                    /* Thumb (Firefox) */
                    .custom-range::-moz-range-thumb {
                        width: 16px;
                        height: 16px;
                        border: 8px solid var(--primary-color);
                        border-radius: 50%;
                        background: white;
                    }

                    /* Thumb (Chrome, Safari, Edge) */
                    .custom-range::-webkit-slider-thumb {
                        -webkit-appearance: none;
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        box-shadow: 0 0 0 8px #54B2D3;
                        background: white;
                        margin-left: var(--thumb-offset);
                    }

                    .tooltip {
                        position: absolute;
                        bottom: -45px;
                        /* left: 0; */
                        width: fit-content;
                        transform: translateX(-50%);
                        background-image: linear-gradient(90deg, #54B2D3 0.17%, #1CC4FF 98.93%);
                        color: white;
                        padding: 5px 10px;
                        border-radius: 4px;
                        font-size: 18px;
                        font-weight: bold;
                    
                        &::after {
                            content: '';
                            position: absolute;
                            top: -10px;
                            left: 50%;
                            transform: translateX(-50%);
                            border-width: 5px;
                            border-style: solid;
                            border-color: transparent transparent #54B2D3 transparent;
                        }
                    }
                }
            }

            .price-box-container {
                margin-top: 60px;

                .price-box {
                    display: flex;
                    justify-content: center;
                    width: fit-content;
                    margin: 0 auto 30px auto;
                    padding: 12px 16px;
                    border-radius: 8px;
                    background-color: #EEF7FB;
                    font-size: 48px;
                    font-weight: 700;
                    line-height: 100%;
                    

                    span {
                        font-size: 24px;
                        font-weight: bold;
                        color: var(--secondary-color);
                        margin-top: -6px;
                        margin-right: 5px;
                    }
                }

                .no-of-terminals {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .terminal-text {
                        font-size: 28px;
                    }
                }
            }

            .buttons-container {
                margin-top: 30px;
                
                .btn-primary {
                    margin-right: 30px;
                    padding: 15px 70px;
                }

                .btn-secondary {
                    padding: 10px 50px;
                }
            }
        }
    }

    #payment_providers {
        text-align: center;
        padding: 32px 0;
        background-color: #F9FDFF;
        
        img {
            width: 30%;
        }
    }
}

#terminal_content .description-list-items-group {
    padding: 12px 0;
}
.terminal-logoes {
    width: 30%;
    margin: auto;
    margin-top: 50px;
}
.simple-card-title h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    padding-bottom: 10px;
}
.simple-card-title hr {
    width: 130px;
}
.simple-card-body h3 {
    font-size: 20px;
    font-weight: 400;
}
.simple-card-body-price {
    font-size: 48px;
    line-height: 50px;
    display: flex;
    padding: 20px 0;
    font-weight: bold;
}
#terminal_content .simple-card-body-price span, .simple-card-body-price sup {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-top: -12px;
    margin-right: 5px;
}
.simple-card-footer {
    margin-top: auto;
    align-self: center; 
    width: 100%;
}
.footer {
    padding-bottom: 80px;
    text-align: center;
}
.footer p {
    padding-bottom: 24px;
    padding-top: 24px;
    color: var(--dark-color);
}
.btn {
    padding: 14px 70px;
    border-radius: 8px;
}
.btn-block {
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
}
.subscription-button{
    display: inline-block;
    width: 60%;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 14px 0px;
}
.btn-primary {
    border: 1px solid var(--primary-color);
    font-size: 17px;
    color: #fff;
    background-color: var(--primary-color);
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
}
.btn-primary:hover {
    border: 1px solid #24BEE1;
    background-color: #24BEE1;
}
.btn-primary::after {
    content: "\203A";
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.btn-primary:hover::after {
    opacity: 1;
}
.selected .btn-primary:hover::after {
    opacity: 0;
}
.btn-secondary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
    cursor: pointer;
    font-size: 17px;
}
.btn-secondary:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
}
.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    margin-left: 10px;
}
.circle-bronze-box {
    background-color: #CA7613;
}
.circle-silver-box {
    background-color: #848487;
}
.circle-gold-box {
    background-color: #E1BD01;
}
.circle-platinum-box {
    background-color: #B9EBEB;
}
.header-training {
    background-color: #fff;
    color: var(--dark-color);
}
.header-training p {
    font-size: 18px;
}
.header-container span {
    color: var(--primary-color);
}
#revenue_content .body h3 {
    font-size: 32px;
}
#revenue_content .body  {
    font-size: 20px;
    justify-content: flex-start;
}
#revenue_content .body span {
    color: var(--primary-color);
    padding-right: 5px;
}
#revenue_content .card, #marketing-plus_content .card {
    border: none;
    transform: none;
    width: 31%;
    margin-left: 0;
}
#revenue_content .card h4 {
    padding: 10px 0;
}
#revenue_content .card p {
    font-size: 16px;
}
.revenue-card-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#terminal_content .body {
    align-items: center;
}
.choose-terminal {
    width: 55%;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.marketing-plus-range-box {
    width: 50%;
}
.choose-terminal input {
    width: 100%;
    position: relative;
}
.choose-terminal-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.choose-terminal-text p {
    font-size: 20px;
    text-align: center;
    max-width: 660px;
    margin: auto;
    padding-bottom: 20px;
}
.choose-terminal-text .display-range {
    background-color: #fff;
    border: 1px solid var(--dark-color);
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 32px;
    height: fit-content;
}
.terminal-image {
    width: 45%;
}
.increase-terminal, .decrease-terminal {
    margin: 0 8px;
    cursor: pointer;
}
.number-of-terminals{
    font-size: 28px;
}
.terminal-card {
    width: 270px;
    max-width: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.36) 100%);
    box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);
    backdrop-filter: blur(16px);
    padding: 34px 25px;
    text-align: center;
}
/* #marketing-plus_content .terminal-card {
    width: 80%;
} */
#marketing-plus_content .terminal-card img {
    width: 50px;
}
.terminal-card h4 {
    font-size: 18px;
    font-weight: 700;
}
#marketing-plus_content .terminal-card h4 {
    font-size: 16px;
}
#marketing-plus_content .terminal-card p {
    font-size: 14px;
}
.terminal-pill {
    padding: 12px 20px;
    border-radius: 100px;
    background-color: #F5F5F7;
    display: flex;
    align-items: baseline;
    width: 220px;
    max-width: 75%;
}
.terminal-pill .checkmark {
    color: var(--primary-color);
    font-size: 24px;
    margin-right: 5px;
}
.terminal-pill span {
    line-height: 18px;
}
.terminal-pill-text {
    width: 145px;
    max-width: 100%;
}
.no-of-terminals-text {
    font-size: 28px; 
    font-weight: 500;
    margin-right: 5px;
    color: var(--dark-color);
}
.support-card-container {
    width: 31%;
    margin: 1%;
}
#support_content .simple-card:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}
#support_content .simple-card:hover * {
    color: #fff;
}
#support_content .simple-card:hover .btn-primary {
    color: var(--primary-color);
}
#support_content .simple-card:hover .btn-primary:hover {
    color: #fff;
    border: 1px solid #fff;
}

.marketing-plus-description h3 {
    font-size: 24px;
    margin: auto;
}
.marketing-plus-tables {
    width: 100%;
    display: flex;
    padding: 50px 0;
}
.colored-tab {
    background-color: #EEF7FB;
    border-radius: 16px;
    padding: 20px;
}
.personal_information_tab {
    width: 45%;
}
#billing_container_info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 80px;
    position: relative !important;
    padding: 20px 0;
    max-width: 2400px;
    margin: auto;
}
.billing_information_first_tab {
    width: 45%;
    padding: 3rem 3rem 3rem 8%;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(180deg, #121D36 0%, #253F7B 87.02%);
    height: fit-content;
}
.personal_information_form{
    padding: 0 8%;
    max-width: 2400px;
    margin: auto;
}
.billing_information_second_tab {
    width: 55%;
    padding: 0 8% 3rem 0;
}
.billing_information_second_tab_2{
    padding: 0 3rem !important; 
    width: 65%;
    margin: auto;
}
.billing_information_second_tab_2 h2{
    display: none;
}
.billing_information_second_tab_2 .tablinks{
    width: 80%;
}
.best_value_img_2{
    right: 16%;
    margin-top: -5rem;
}
@media(max-width: 1024px){
    .billing_information_second_tab_2{
        padding: 0 3rem !important;
        width: 100%
    }
}
@media(max-width: 767px){
    .billing_information_second_tab_2{
        padding: 80px 0.5rem 0 0.5rem !important;
    }
}
.pill-primary {
    font-size: 16px;
    background: #54B2D3;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.child-container {
    width: 80%;
    padding-bottom: 50px;
}

.grey-container {
    padding: 20px;
    border-radius: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 24px 0px rgba(222,222,222,1);
}
.pricing-list-items {
    margin: 25px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}
.webiste-description-box {
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
}
.website-description-inner-box {
    padding-right: 30px;
}
.webiste-description-box p {
    line-height: 30px;
}
.webiste-description-box p span {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 24px;
}
.website-pills-boxes {
    display: flex;
    justify-content: center;
}
.website-pills {
    display: flex;
    padding-bottom: 20px;
}
.website-pills span {
    background-color: #EEF7FB;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 14px 20px;
    width: 150px;
    text-align: center;
}
.website-pill-box-left {
    padding-right: 20px;
}
.website-img {
    width: 75%;
}
#progress-bar-navigation {
    transition: width 0.5s ease-out;
}
.card-title {
    gap: 5px;
    border-bottom: 1px solid #9292A3;
    padding-bottom: 10px;
}
.card-title .img-container {
    display: flex;
    width: 34px;
}
.card-title img{
    width: 100%;
}
.no-border {
    border: none !important;
}
.recommended-banner {
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(89deg, #54B2D3 0.33%, #1CC4FF 123.1%);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;

    b {
        letter-spacing: 0.8px;
    }
}
.bronze-recommended-banner{
    background: red;
}
.recommended-banner-container{
    margin: 1% !important;
    margin-top: -4px !important;
}
.recommended-banner-card{
    border: none;
}
.mt-space {
    margin-top: 44px;
}
.btn-header {
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.6px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.10);
}
.btn-green {
    background-color: #65CD98;
}
.btn-orange {
    background-color: #FAAD14;
}
.onsite-training-heading-inside-content {
    border-radius: 0px 8px 8px 0px;
    background: #65CD98;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 8px 12px 8px 50px;
    color: #fff;
    width: fit-content;
}
.onsite-training-d-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 40px;
}
.onsite-training-container, .terminal-container {
    position: relative;
}
.onsite-training-container{
    padding: 60px 0 40px 0;
}
.onsite-training-header-image {
    position: absolute;
    right: 0;
    top: 0;
}
.not-needed-onsite {
    text-decoration: none;
}
.training-cards-container {

    .simple-card-container {

        margin: 1% 2% 1% 0%;

    }

}

.terminal-heading-inside-content {
    border-radius: 8px 0px 0px 8px;
    background: var(--primary-color);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 8px 12px;
    color: #fff;
    width: fit-content;
}
.terminal-heading-inside-content .header-title-icon {
    margin-bottom: 0;
}
.bg-light-blue {
    background-color: #EEF7FB;
}
.onsite-title {
    font-size: 20px;
    font-weight: 300;
}
#training_content .increase-wdth, #migration_content .increase-wdth {
    width: 27%;
    /* margin: 1% !important; */
}
#training_content .reduce-wdth, #migration_content .reduce-wdth {
    width: 19.6%;
}
#support_content .reduce-wdth {
    width: 28%;
    /* margin: 2%; */
}
#support_content .mt-space, #on-site_container .mt-space {
    margin-top: calc(1% + 44px) !important;
}
#support_content .increase-wdth {
    width: 32%;
    /* margin: 2%; */
}
.text-20px {
    font-size: 20px;
}
.display-revenue-container {
    width: 67%;
    padding: 32px 0 48px 48px;
    z-index: 1;
}
.display-revenue-box-container {
    display: flex; 
    flex-wrap: wrap;
    flex-direction: row; 
    align-items:center; 
    text-align:center;
    margin-top: 48px;
    gap: 26px;
    width: 100%;
    justify-content: center;
}
.display-revenue-box {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.36) 100%);
    box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);
    backdrop-filter: blur(16px);
    gap: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 210px;
}
.terminal-recommended-pill {
    border-radius: 6px;
    background: #189FD0;
    display: flex;
    padding: 3px 6px 4px 6px;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.promo_code_order_details{
    display: flex;
    gap: 32px;
}
.promo_code_order_details_wrapper{
    width: 50%;
}
.promo_code_order_details_wrapper input{
    margin: 0 !important;
}
.applied-codes-list{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}
.applied-code-pill{
    background-color: #EBFBFF;
    color: #1f7a99;
    border: 1px solid #54B2D3;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
}
.revenue_title{
    display: flex;
}
#support_content .new-header p{
    max-width: 100%;
}
    
@media(max-width: 1603px){
    .billing_information_first_tab{
        padding: 3rem 3rem 3rem 5%;
    }
    .personal_information_form{
        padding: 0 5%;
    }
    .billing_information_second_tab{
        padding: 0 5% 3rem 0;
    }
}
@media(min-width: 1600px){
    .simple-card {
        height: 18rem;
    }
}
@media(max-width: 1600px)
{
    .body {
        padding: 30px;
    }
    .simple-card {
        padding: 30px;
        height: 16rem;
    }
    .simple-card-title h3 {
        font-size: 24px;
    }
}
@media(max-width: 1400px)
{
    .simple-card {
        height: 18rem;
    }
    .simple-card-title h3 {
        font-size: 24px;
    }
    .display-revenue-container {
        width: 60%;
    }

    #terminal_content {
        #hero {
            .right-side {
                .desktop-img {
                    top: 5%;
                    width: 50%;
                }
            }
        }
    }
}
@media(max-width: 1299px)
{
    .body {
        padding: 30px;
    }
    .btn {
        padding: 10px 20px;
    }
    .card {
        width: 45%;
    }
    .card-title h3 {
        font-size: 30px;
    }
    .card-body-price .price {
        font-size: 42px;
    }
    .simple-card-container {
        width: 46% !important;
        margin: 5% 2%;
    }
    .header-img {
        display: none;
    }
    .w-70 {
        width: 100%;
    }
    .simple-card {
        padding: 50px;
    }
    .simple-card-title h3 {
        font-size: 28px;
    }
    /* .terminal-image {
        display: none;
    } */
    /* .choose-terminal {
        width: 100%;
    } */
    .support-card-container .simple-card-body-price {
        font-size: 44px;
    }
    .support-card-container .simple-card {
        padding: 20px;
    }
    .website-pills span {
        width: 115px;
    }
    .display-revenue-container {
        width: 100%;
    }
    .display-revenue-box-container {
        justify-content: flex-start;
    }
}
@media(max-width: 1024px)
{
    .col-4, .col-5 {
        width: 50%;
        padding-bottom: 20px;
        margin: auto;
    }
    .terminal-pill {
        width: 80%;
    }
    .header-container p {
        width: 100%;
    }
    .support-card-container {
        width: 48%;
        padding-bottom: 30px;
    }
    .body {
        padding: 20px;
    }
    .marketing-plus-description {
        padding: 24px 24px 0;
    }
    .marketing-plus-description h3 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .billing_information_first_tab, .billing_information_second_tab {
        width: 100%;
    }
    .grey-container {
        margin-left: 0;
    }
    .website-img {
        width: 50%;
    }
    .webiste-description-box {
        flex-direction: column;
        padding-top: 20px;
    }
    .website-description-inner-box {
        text-align: center;
    }
    .website-pills-boxes {
        padding-top: 25px;
    }
    .website-description-inner-box {
        padding-right: 0;
    }
    /* .sidebar-item img, .check_circle_pricing_sidebar{
        margin-right: 4px;
        width: 32px;
        height: 32px;
    } */
    .last_minute_upgrades{
        gap: 20px !important;
    }

    .new-header p{
        max-width: 100%;
    }
}
@media(max-width: 992px)
{
    :root {
        --card-width: calc((100% - var(--gap)) / 2);
    }

    .display-revenue-container {
        width: 90%;
    }
    .display-revenue-box-container {
        gap: 20px;
    }

    /* Marketing Plus */

    #marketing-plus_content {
        #hero, #care_plus_hero {
            flex-direction: column;

            /* .right-side {
                .marketing-card {
                    max-width: 80%;
                    margin: 0 auto;
                }
            } */
            .desc{
                max-width: 100% !important;
            }
        }

        #marketing_plus_price {
            .inner-container {
                width: 80%;
            }
        }
    }

    /* Pabau Pay */

    #terminal_content {
        #benefits {
            .cards {
                grid-template-columns: repeat(2, 1fr);

                .benefits-card {
                    p {
                        br {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1009px)
{
    .simple-card {
        padding: 30px;
    }
    .simple-card-title h3 {
        font-size: 28px;
    }
    #revenue_content .card, #marketing-plus_content .card {
        width: 48%;
    }
    .personal_information_tab {
        width: 100%;
    }
}
@media(max-width: 929px)
{
    /* .card {
        width: 100%;
    } */
    .simple-card {
        padding: 20px;
    }
    .simple-card-container {
        width: 100%;
    }
}
@media(max-width: 768px)
{
    :root {
        --card-width: 100%;
    }

    .d-sm-none {
        display: none;
    }
    
    .sidebar-title {
        margin-top: 28px;
    }
    .sidebar-title h3 {
        font-size: 16px;
        text-align: center;
    }
    .sidebar-item {
        justify-content: center;
    }
    .sidebar-item p {
        display: none !important;
    }
    .sidebar-item span {
        margin-right: 0px;
    }
    .body {
        padding: 10px;
    }
    .card {
        width: 45%;
    }
    .m-5p {
        margin: 5%;
    }
    #shrink-icon, #expand-icon {
        display: none !important;
    }
    .header {
        padding: 40px 20px;
        min-height: 250px;
    }
    .header h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .btn {
        padding: 10px 20px;
    }
    .card-title h3 {
        font-size: 24px;
    }
    .card-body-price .price {
        font-size: 36px;
    }
    .simple-card-container {
        width: 46%;
    }
    .w-70 {
        width: 100%;
    }
    #revenue_content .body h3 {
        font-size: 24px;
    }
    .choose-terminal {
        padding: 20px;
    }
    /* .onsite-training-d-flex{
        flex-direction: column;
        gap: 6px;
    } */
    

    /* New Header */

    .new-header {
        padding: 40px 20px;
        min-height: auto;

        .h2-container {
            flex-direction: column-reverse;
            align-items: center;

            h2 {
                svg {
                    display: none;
                }
            }
        }

        p {
            font-size: 18px;
        }

        br {
            display: block;
        }

        .svg-right {
            display: none;
        }
    }

    /* Testimonial Slider */

    .testimonial_slider {
        .testimonial-container {
            .arrow {
                &.arrow-left {
                    left: 0;
                }
                &.arrow-right {
                    right: 0;
                }
            }

            .testimonial-slider {
                padding: 0;
            }
        }
    }

    /* Marketing Plus */

    #marketing-plus_content {
        #hero, #care_plus_hero {
            padding: 20px 20px 50px 20px;

            .right-side {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                width: 100%;

                .marketing-card{
                    justify-content: center !important;
                }
            }
        }

        #marketing_plus_price, #care_plus_price{
            padding: 50px 20px;
            
            .top-left-icons, .bottom-right-icons {
                display: none;
            }

            .inner-container {
                width: 100%;

                .heading {
                    display: block;
                }

                .buttons-container {
                    .btn-primary {
                        padding: 10px 50px;
                    }

                    .btn-secondary {
                        padding: 5px 30px;
                    }
                }
            }
        }
    }

    /* Pabau Pay */

    #terminal_content {
        #hero {
            flex-direction: column-reverse;
            gap: 20px;
            padding: 20px;

            .left-side {
                width: 100%;

                .list {
                    .item {
                        .custom-tooltip {
                        width: 400px;
                        }
                    }
                }

                .desc {
                    width: 100%;
                }
            }

            .right-side {
                .desktop-img {
                    display: none;
                }
                .mobile-img {
                    display: block;
                    width: 100%;
                    margin: auto;
                }
            }
        }

        #benefits {
            .cards {
                grid-template-columns: repeat(1, 1fr);
                padding: 50px 20px;
            }
        }

        #terminal_slider {
            padding: 50px 20px;

            .heading {
                display: block;

                span {
                    display: block;
                }
            }

            .choose-terminal {
                width: 100%;
                padding: 20px;

                .input-info p{
                    font-size: 16px;
                    text-align: center;
                }

                .slider-container {
                    gap: 10px;

                    input[type="range"] {
                        width: 100%;
                    }
                }

                .buttons-container {
                    .btn-primary {
                        padding: 10px 50px;
                    }

                    .btn-secondary {
                        padding: 5px 30px;
                    }
                }
            }
        }

        #payment_providers {
            img {
                width: 70%;
            }
        }
    }
}

@media(max-width: 576px)
{
    .card {
        width: 80%;
    }
    .simple-card-container {
        width: 100%;
        margin-bottom: 30px;
    }
    .simple-card {
        margin-bottom: 24px;
    }
    .header h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .header-container p {
        font-size: 18px;
    }
    .col-4, .col-5 {
        width: 100%;
        padding-bottom: 20px;
        margin: auto;
    }
    .terminal-card {
        width: 100%;
    }
    .terminal-pill {
        width: 100%;
        max-width: 85%;
    }
    .terminal-pill-text {
        width: 100%;
    }
    .px-5 {
        padding: 0 10px;
    }
    .no-of-terminals-text {
        font-size: 20px; 
    }
    .choose-terminal-text {
        flex-direction: column;
    }
    .support-card-container {
        width: 100%;
    }
    .website-pills span {
        width: 115px;
    }
    .p-20-web {
        width: 95%;
        padding: 10px;
    }
    .colored-tab {
        width: 90%;
        margin-top: 30px;
    }
    #marketing-plus_content .terminal-card {
        width: 65%;
    }
}

#clientValueEnt {
    display: none;
}
td {
    text-align: center
}

.elementor-widget-container {
    text-align: center;
}
td {
    border: 1px solid hsla(0,0%,50.2%,.5019607843137255) !important;
}
#get_annual_business_turnover, #clientsCell {
    width: 60px;
    padding-left: 25px;
    background: transparent;
    border: 1px solid #ebebeb;
    color: var(--dark-color);
}
.get-annual-business-turnover-box {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    width: fit-content;
    margin: auto;
}
.get_annual_business_turnover_currency_icon {
    position: absolute;
    left: 15px;
    top: 35px;
    color: var(--dark-color);
    font-size: 14px;
}
#plus-symbol {
    position: absolute;
    right: 5px;
    top: 32px;
}

.display-none, .d-none {
    display: none;
}
#show_purchase_description {
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
.order-buttons{
    margin: 80px 0;
}
.order-buttons div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.order-buttons button {
    cursor: pointer;
    /* width: 100%; */
}
.font-weight-bold {
    font-weight: bold;
}
.color-red {
    color: #df1414;
}
.terms-form-group {
    display: flex;
    align-items: baseline;
    margin-top: 48px;
}
.terms-form-group input {
    width: 30px;
    margin-top: 20px;
    margin-right: 20px;
}
.terms-form-group a {
    color: var(--primary-color);
    text-decoration: none;
}
.terms-form-group label {
    cursor: pointer;
}
#show_training_above {
    display: none;
}



/* Ribbon */
.ribbon-box {
    position: relative;
}
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    /* z-index: 0; */
    content: '';
    display: block;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: none;
    text-align: center;
}
.card-training .ribbon span, .card-migration .ribbon span {
    box-shadow: 5px 0px 0px rgba(0,0,0,.1);
}
.ribbon .ribbon-recommended {
    font-size: 12px;
    color: #54B2D3; 
    top: 20px; 
    left: -53px; 
    font-weight: normal; 
    text-transform: none;
}
.ribbon-bronze span {
    background-color: #CD7F32;
}
.ribbon-silver span {
    background-color: #C0C0C0;
}
.ribbon-gold span {
    background-color: #FFD700;
}
.ribbon-platinum span {
    background-color: #E5E4E2;
}
.ribbon-platinum-new span {
    background-color: #EEF7FB;
}
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
    height: 10px;
}
.ribbon-free-text span {
    left: -45px;
    top: 17px;
}
.ribbon .ribbon-terminal {
    font-size: 24px;
    color: #54B2D3;
    top: 58px;
    left: -70px;
    font-weight: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ribbon-terminal-text {
    width: 230px !important;
    height: 230px !important;
}
.ribbon-terminal-text span {
    left: -45px;
    top: 17px;
}
.ribbon-terminal-text span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
    height: 43px;
}
.ribbon-terminal-text span {
    width: 414px;
}
.ribbon-best-value-box {
    width: 70px;
    height: 70px;
    top: -8px;
}
.ribbon .ribbon-best-value {
    font-size: 10px; 
    color: #54B2D3; 
    top: 20px; 
    left: -53px; 
    font-weight: normal; 
    text-transform: capitalize;
    padding: 5px 0;
    width: 185px;
}
.card-support .ribbon {
    width: 120px;
    height: 120px;
}
.card-support .ribbon span {
    width: 170px;
    font-size: 13px;
    top: 39px;
    left: -24px;
    box-shadow: 5px 0px 0px rgba(0,0,0,.1);
    padding-bottom: 20px;
    color: var(--primary-color) !important;
}
#support_content .simple-card:hover .card-support .ribbon span {
    color: var(--primary-color) !important;
}
.w-auto {
    width: auto !important;
}
@media (max-width: 767px) {
    .ribbon-terminal {
        display: none !important;
    }
}
/* End of Ribbon */

/* Strike */
.strike{text-decoration:none;position:relative;}
.strike::before, .strike::before {
    top: 50%;
    background:red;
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);
}
.strike.straight::before, .strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}
/* End of strike */

.relative-box {
    position: relative;
}
.absolute-box {
    position: absolute;
    width: 50%;
    height: 50%;
}
.left-top-box {
    left: 0;
    top: 0;
}
.right-top-box {
    right: 0;
    top: 0;
}
.left-bottom-box {
    left: 0;
    bottom: 0;
}
.right-bottom-box {
    right: 0;
    bottom: 0;
}
.relative-box .subscription-button {
    position: relative;
    z-index: 1;
}
.show-discount, .show-price {
    flex-wrap: wrap;
}
.show-discount {
    flex-direction: column;
}
.simple-card-body-price-box {
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #EEF7FB;
    padding: 12px 16px;
}
.revenue-headphone-img {
    position: absolute; 
    bottom:0;
    right:0;
    z-index:0;
}
.training-hero-btns {
    gap: 20px; 
    margin-top: 24px;
    justify-content: center;
}
.last-munute-discount-h2{
    border-radius: 6px;
    color: #FFF;
    padding: 6px;
    background: #54B2D3;
    font-size: 20px;
    font-weight: 500;;
}
.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* gap: 16px; */
  }

  .tab button {
    position: relative;
    border-radius: 8px 38px 0px 0px;
    background: #DCEFF6;
    cursor: pointer;
    padding: 14px 32px 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 700;
    color: #3D3D46;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    margin-right: -1px;
    z-index: 1;
  }

  .tab button.active {
    background-color: #fff;
    box-shadow: none;
    /* z-index: 2; */
  }

  /* Compact rounded pill / segmented control. Shared by the add-on billing-term
     selector and the subscription billing-term tabs. */
  .pill_tabs,
  .addon_tab {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    gap: 4px;
    padding: 4px;
    margin: 6px 0 18px;
    background: #EEF3F6;
    border-radius: 999px;
  }

  /* Each tab shares the row equally and shrinks to fit — no wrapping. */
  .pill_tabs > .pill_tab,
  .pill_tabs > .pill_tab_wrap,
  .addon_tab > .addon-tablink {
    flex: 1 1 0;
    min-width: 0;
  }

  .pill_tabs .pill_tab,
  .addon_tab .addon-tablink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 11px 12px;
    font-size: 14.5px;
    font-weight: 600;
    color: #5A6472;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .pill_tab_wrap > .pill_tab {
    width: 100%;
  }

  .pill_tabs .pill_tab:hover,
  .addon_tab .addon-tablink:hover {
    color: #2B3440;
  }

  .pill_tabs .pill_tab.active,
  .addon_tab .addon-tablink.active {
    background: #fff;
    color: #2B3440;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .pill_tabs .pill_badge,
  .addon_tab .addon_tab_badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 3px 9px;
    border-radius: 999px;
    color: #fff;
    background: #54B2D3;
  }

  .pill_tabs .pill_tab.active .pill_badge,
  .addon_tab .addon-tablink.active .addon_tab_badge {
    background: #2E9BC0;
  }

  @media (max-width: 1600px) {
    .pill_tabs .pill_tab,
    .addon_tab .addon-tablink {
      padding: 9px 8px;
      font-size: 13.5px;
    }
    .pill_tabs .pill_badge,
    .addon_tab .addon_tab_badge {
      font-size: 10.5px;
      padding: 2px 7px;
    }
  }

  /* Narrow: stack the label above its discount badge so tabs still fit one row. */
  @media (max-width: 1200px) {
    .pill_tabs .pill_tab,
    .addon_tab .addon-tablink {
      flex-direction: column;
      gap: 3px;
      padding: 8px 6px;
      font-size: 12.5px;
      line-height: 1.15;
    }
    .pill_tabs .pill_badge,
    .addon_tab .addon_tab_badge {
      font-size: 10px;
    }
  }

  /* "BEST VALUE" indicator anchored above the 36-month (best value) subscription tab. */
  .pill_tab_wrap {
    position: relative;
    display: flex;
  }

  .billing_information_second_tab > .pill_tabs {
    margin-top: 46px;
  }

  .pill_tabs .best_value_img {
    position: absolute;
    left: 50%;
    right: auto;
    top: -2.7rem;
    margin: 0;
    width: 120px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  /* Per-add-on term selector shown above each add-on's card. */
  .addon_term_selector {
    max-width: 760px;
    margin: 0 auto 28px;
    /* padding-top (not margin-top) so the top space sits on the section's own
       grey background instead of collapsing out and showing white above it. */
    padding: 44px 16px 0;
    text-align: center;
  }

  .addon_term_selector_label {
    font-size: 15px;
    font-weight: 600;
    color: #3D3D46;
    margin: 0 0 8px;
  }

  /* Final (term-discounted) price shown right under the selector tabs. */
  .addon_term_preview {
    margin: 14px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #2B3440;
  }

  .addon_term_preview .addon_term_preview_amount {
    font-weight: 800;
  }

  .addon_term_preview .addon_term_preview_strike {
    color: #9AA4B0;
    font-weight: 600;
    margin-right: 10px;
  }

  /* Struck-through original price on support cards (above the discounted term price).
     Reuses the Account-Setup card layout but in grey (not the red strike / not white). */
  .support_card_old {
    text-align: center;
    margin-bottom: -8px;
  }

  .support_card_old .price.price-discounted,
  .support_card_old .price.price-discounted .strike,
  .support_card_old .price.price-discounted sup {
    color: #9AA4B0;
    text-decoration-color: #9AA4B0;
  }

  .addon_term_selector_on_dark .addon_term_selector_label,
  .addon_term_selector_on_dark .addon_term_preview {
    color: #fff;
  }

  /* Care Plus selector: full-width dark band (matches the Care card section). */
  .addon_term_selector_darkwrap {
    background: #05112C;
    padding: 40px 0 24px;
  }

  .addon_term_selector_darkwrap .addon_term_selector {
    margin: 0 auto;
    padding-top: 0;
  }

  .addon_term_selector_darkwrap .addon_term_selector_label,
  .addon_term_selector_darkwrap .addon_term_preview {
    color: #fff;
  }

  /* Align add-on price columns vertically: "You saved" | strikethrough | final price. */
  .addon-price-group {
    justify-content: flex-end;
  }

  .addon-price-group .addon-savings {
    align-items: center;
  }

  .addon-price-group .addon-savings > div:first-child {
    min-width: 120px;
    text-align: right;
  }

  .addon-price-group .addon-savings > div:last-child {
    min-width: 58px;
    text-align: right;
  }

  .addon-price-value {
    text-align: right;
    white-space: nowrap;
  }

  @media(max-width: 1716px){
   .tab button{
    padding: 14px 28px 14px 10px;
    font-size: 14px;
   } 
  }

  @media(max-width: 1486px){
    .tab button{
     padding: 12px 24px 12px 8px;
     font-size: 14px;
    } 
   }

   @media(max-width: 1380px){
    .tab button{
     display: flex;
     flex-direction: column;
     padding: 8px 46px 8px 28px;
    } 
   }
   
   @media(max-width: 1135px){
    .tab button{
     padding: 8px 32px 8px 16px;
    } 
   }

  .monthly_no_discount{
    font-weight: 400;
    font-size: 13px;
    margin-left: 4px;
  }

  .tabs_button_discount{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 6px;
    background: #54B2D3;
    margin-left: 4px;
    letter-spacing: 0.05em;
  }
  @media(max-width: 1440px){
    .tabs_button_discount{
        font-size: 11.5px;
    }
  }

  .order_summary_details_wrapper{
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .order_summary_title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .show-price-without-discount{
    margin: 0 6px;
  }

  .order_summary_details_container{
    padding: 20px;
    background-color: #fff;
  }

  .order_summary_details_container:first-child{
    border-radius: 0px 8px 8px 8px;
  }

  .order_summary_details_container:nth-child(2),
  .order_summary_details_container:nth-child(3) {
    border-radius: 8px;
  }  

  .order_summary_details_total_ammounts{
    border-radius: 8px;
    border: 1px solid #B4E9FF;
    background: #EEF7FB;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    align-self: stretch;
    margin: 64px 0;
  }

  .order_summary_details_total_ammounts_1{
    background: #D3F2FF;
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px 8px 0px 0px;
  }

  .order_summary_details_total_ammounts_2{
    background: #E4F9FF;
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    gap: 24px;
    border-radius: 0px 0px 8px 8px;
  }

  .order_summary_details_total_ammounts_title{
    font-size: 18px;
    font-weight: 700;
  }
  
  .order_summary_details_total_ammounts_title-2{
    font-size: 18px;
    font-weight: 500;
  }

  .order_summary_details_total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .order_summary_details_total_sum span{
    font-size: 18px;
    font-weight: 700;
  }

  .cost_thereafter span{
    font-size: 18px;
    font-weight: 500;
  }

  .order_form_details_footer{
    border-radius: 0px 0px 20px 20px;
    background: #EEF7FB;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  #order_notes{
    padding: 11px;
  }

  #order_notes, .promo_code_wrapper{
    border-radius: 8px;
    background: #fff;
    width: -webkit-fill-available;
  }

  .promo_code_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 6px;
  }

  #promo-codes{
    padding: 0;
    flex: 1;
    min-width: 0;
  }

  .promo_codes_btn{
    cursor: pointer;
    border-radius: 6px;
    background: #EEF7FB;
    padding: 5px 24px;
    font-size: 13.3px;
    font-weight: 500;
  }

  .billing_information_first_tab_desc{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
  }

  .billing_information_first_tab_desc span{
    font-weight: 900;
    background: linear-gradient(90deg, #54B2D3 0%, rgba(28, 196, 255, 0.99) 107.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .last_minute_upgrades{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
  }

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px); /* from the left */
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .fade-in-left {
    animation: fadeInLeft 2s ease forwards;
    animation-delay: 1s;
    opacity: 0; /* start invisible */
  }  

  .last_minute_upgrades_card{
    width: 45.7%;
    border-radius: 14px;
    border-right: 1px solid #54B2D3;
    border-bottom: 1px solid #54B2D3;
    border-left: 1px solid #54B2D3;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(28, 66, 161, 0.08);
    padding: 0;
    transition: 0.3s ease;
  }

  .last_minute_upgrades_card:hover{
    transform: scale(1.05);
  }

  .last_minute_upgrades_card_wrapper{
    padding: 12px;
  }

  .last_minute_upgrades_card_discount{
    border-radius: 12px 12px 0px 0px;
    background: #54B2D3;
    text-align: center;
    padding: 6px 10px;
    position: relative;
    min-height: 22px;
  }

  .last_minute_upgrades_card_discount p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }

  .last_minute_upgrades_card_discount p span{
    font-weight: 500;
  }

  .last_minute_upgrades_card_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
  }

  .last_minute_upgrades_card_title h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .last_minute_upgrades_card_title h3 span{
    font-weight: 400;
  }

  .last_minute_upgrades_card_desc{
    padding: 12px 0;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
  }

  .last_minute_upgrades_card_desc p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  .last_minute_upgrades_card_price{
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    justify-content: center;
    align-items: center;
  }

  .last_minute_upgrades_card_price_full span{
    font-size: 20px;
    font-weight: 500;
  }

  .last_minute_upgrades_card_price_full sup{
    margin-top: 0.4rem;
    color: #9292A3;
    font-size: 16px;
    font-weight: 500;
  }

  .last_minute_upgrades_card_price_discount p{
    font-size: 34px;
    font-weight: 500;
  }

  .last_minute_upgrades_card_price_discount sup{
    margin-top: 0.4rem;
    margin-right: 0.2rem;
    color: #9292A3;
    font-size: 16px;
    font-weight: 500;
  }

  .vat_included{
    color: #9292A3;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .last_minute_upgrade_update_button{
    display: flex;
    justify-content: center;
  }

  .upgrade_button{
    padding: 14px 12px;
    width: -webkit-fill-available;
  }

  .last_minute_upgrades_card_info_icon {
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.order_summary_details_total_info_icon_wrapper {
    position: relative;
    display: inline-block; 
  }
.order_summary_details_total_info_icon{
    cursor: pointer;
    margin-bottom: -6px;
}

.last_minute_upgrades_card_info_content {
    display: none;
    position: absolute;
    top: 100%;
    left: 84%;
    width: max-content;
    max-width: 430px;
    padding: 20px;
    border-radius: 0 12px 12px 12px;
    background: rgba(31, 31, 32, 0.95);
    color: #fff;
    z-index: 5;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.order_summary_details_total_info{
    position: relative;
}
.order_summary_details_total_info_content {
    display: none;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 350px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(31, 31, 32, 0.95);
    color: #fff;
    z-index: 10;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.order_summary_details_total_info_content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(31, 31, 32, 0.95) transparent;
}
.last_minute_upgrades_card_info_header{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.last_minute_upgrades_card_info_header h3{
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.05rem;
}
.last_minute_upgrades_card_info_header span, .last_minute_upgrades_card_info_header p{
    font-size: 19px;
    font-weight: 400;
}
.info_description{
    font-size: 18px;
    font-weight: 500;
    text-align: start;
    margin: 24px 0;
    letter-spacing: 0.05rem;
}
.info_description_list_items p{
    text-align: left;
    font-weight: 400;
}
.best_value_img{
    position: absolute;
    right: 8%;
    margin-top: -4rem;
}
.best_value_img_2{
    right: 15% !important;
}
@media(max-width: 1255px){
    .tab button{
     padding: 8px 42px 8px 20px;
    } 
    .best_value_img{
        width: 100px;
        margin-top: -3rem;
    }
   }
.total_sum_info_wrapper{
    display: flex;
    align-items: center;
    gap: 6px;
}
.order_summary_details_total_info_content p:first-child{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.order_summary_details_total_info_content_p{
    padding-bottom: 12px;
    border-bottom: 1px solid #515158;
}
.order_summary_details_total_info_content_i{
    padding-top: 12px;
}
@media(max-width: 1603px){
    .best_value_img{
        right: 5%;
    }
}
@media(max-width: 767px){
    .best_value_img_2{
        right: 1% !important;
        width: 70px !important;
        margin-top: -2.5rem !important;
    }
}
.heard_about_pabau input, .heard_about_pabau select{
    background: #fff;
}
.Place_order{
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #54B2D3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#place_order_klarna{
    background: #40A0C1;
}
.order_summary_details_container_item{
    padding: 6px 0 12px 0;
    border-bottom: 1px solid #EEF7FB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.billing_container_footer{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #121D36;
    padding: 30px 8%;
}
.billing_container_footer p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
 #basic_training_packages{
    background-color: #EEF7FB;
    padding-bottom: 30px;
 }
#on-site_training_packages {
  background-image: url('https://cdn.pabau.com/cdn/file_attachments/pabau/onsite-training-background.png');
  background-color: #121D36;
  background-size: cover;        
  background-position: center;    
  background-repeat: no-repeat;  
}

#on-site_training_packages .description-list-items-group {
    color: #fff;
}
#on-site_training_packages .description-list-items-group p{
    font-size: 20px;
}
#on-site_training_packages .description-list-items-group img{
    margin-top: 5px;
}
#basic_training_container_anchor{
    padding-top: 30px;
}
.revenue_container{
    padding-top: 60px;
}
.training_container_title{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 2.5%;
    box-sizing: border-box;
}
#basic_training_packages_title{
    padding-left: 3.5%;
}
#basic_training_packages_title h2, .on-site_training_packages_container h2{
    font-size: 32px;
}
.on-site_training_packages_container{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.on-site_training_packages_container_img{
    width: 35%;
    padding-right: 4%;
}
.on-site_training_packages_container_content{
    padding-left: 1.5%;
    width: 55%;
}
@media only screen and (max-width: 600px) {
    .flex-option-revenue {
        flex-direction: column;
    }

    .free-cons-features {
        margin-right: 0;
    }

    .grid-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .col-mobile {
        width: 100%;
    }
}

.custom-pill-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.custom-pill-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.free-cons-features {
    margin-right: 4rem;
}
.marketing-plus-sides {
    width: 25%;
}
.billing_information_second_tab h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.not-needed-btn-container{
    padding-top: 60px !important;
}
#terminal_content, #marketing-plus_content{
    margin-top: 90px;
}
.billing_information_content{
    margin-top: 0 !important;
}
@media(max-width: 1900px){
    #personal_information_content{
        margin-top: 95px;
    }
}
@media(max-width: 1425px)
{
    #billing_container_info{
        gap: 60px;
    }
    .sidebar-items p {
        font-size: 14px;
    }

    .content{
        margin-top: 100px;
    }

    .order-buttons div{
        gap: 20px;
    }

    .Place_order{
        padding: 16px 24px;
        font-size: 18px;
        gap: 8px;
    }

    /* .klarna_logo{
        width: 60px;
    } */
}
@media(max-width: 1399px)
{
    #billing_container_info{
        gap: 60px;
    }
    .last_minute_upgrades {
        gap: 32px;
    }
}
@media(max-width: 1299px)
{
    .price {
        position: relative;
        width: fit-content !important;
        margin: auto;
    }
    .price sup {
        /* position: absolute; */
        left: -17px;
        top: 3px;
        font-size: 24px !important;
    }
    .card-body-price .price-discounted sup {
        font-size: 20px !important;
        top: 7px;
        left: -17px;
    }
    .marketing-plus-box {
        display: flex;
        flex-direction: column;
    }
    .marketing-plus-sides {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap !important;
        order: 2;
        padding-top: 32px;
    }
    #marketing-plus_content .choose-terminal {
        width: 50%;
    }
    .card-body-price sup {
        font-size: 20px !important;
        margin-top: -15px;
        padding: 3px;
    }
    #subscription_content .card-body-price sup {
        font-size: 20px !important;
        margin-top: 3px;
    }
}
@media(max-width: 1237px){
    .content{
        margin-top: 118px;
    }
}
@media(max-width: 1199px)
{
    #billing_container_info{
        padding: 0;
        gap: 40px;
    }

    .last_minute_upgrades{
        gap: 24px;
    }

    .upgrade_button{
        padding: 14px 12px;
    }

    .Place_order{
        padding: 12px;
        font-size: 16px;
    }
}
@media(max-width: 1024px)
{
    #purchase_description {
        padding-bottom: 24px;
    }
    .order-buttons{
        margin: 40px 0 !important;
    }
    .order_summary_details_total_ammounts_1{
        padding: 20px 12px;
    }
    .order_summary_details_total_ammounts_2{
        padding: 16px 12px;
    }
    .last_minute_upgrades{
        justify-content: center;
        flex-direction: column;
    }
    .last_minute_upgrades_card{
        width: 100%;
    }
    .tab button {
        padding: 6px 24px 6px 12px;
    }
    .Place_order{
        padding: 8px;
    }
    .klarna_logo{
        width: 60px;
    }
    .billing_container_footer{
        margin-top: 40px;
    }
    .promo_codes_btn{
        padding: 5px 8px;
    }
    .billing_information_first_tab_desc{
        font-size: 16px;
        line-height: 24px;
    }
    .last_minute_upgrades{
        padding-top: 40px;
    }
    /* .billing_information_second_tab h2{
        margin-bottom: 40px;
    } */
    .on-site_training_packages_container{
        align-items: center;
        gap: 20px;
    }
    .on-site_training_packages_container_img {
        width: 80%;
        padding-right: 0;
    }
    .on-site_training_packages_container_content{
        padding-left: 0;
    }
    .on-site_training_packages_container p{
        font-size: 18px !important;
    }
    #on-site_training_packages .description-list-items-group{
        font-size: 16px !important;
    }
    #basic_training_packages_title, #revenue_container, .on-site_training_packages_container{
        padding: 0 28px;
    }
    .training_container_title{
        padding-left: 0;
    }
}

@media(max-width: 929px)
{
    .sidebar-items p {
        display: none;
    }
    .sidebar-item {
        width: fit-content;
        margin-bottom: 20px;
    }
    .sidebar-item span {
        margin-right: 0;
    }
    /* .sidebar {
        height: 106px;
    } */
    .sidebar-item svg{
        margin-right: 0;
        height: 32px;
        width: 32px;
    }
    .sidebar-items {
        margin-top: 20px;
    }
    .content {
        margin-top: 104px;
    }
    .tab button {
        padding: 6px 18px 6px 8px;
    }
}
@media(max-width: 767px)
{
    .sidebar-items {
        gap: 10px;
    }
    .card-body {
        margin: 0 10px !important;
    }
    .onsite-training-header-image img {
        display: none;
    }
    .card-body-price .price-discounted .strike {
        font-size: 27px !important;
    }
    .terminal-card {
        width: 250px;
    }
    .card-holder {
        flex-direction: column;
    }
    .card:hover {
        transform: none;
    }
    #terminal_content .body {
        justify-content: center;
        padding-top: 32px;
    }
    #terminal_content .simple-card-description-item {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
    }
    .terminal-logoes {
        margin-top: 0;
        padding-bottom: 40px;
    }
    .display-revenue-box {
        width: 100%;
    }
    #revenue_container_anchor, #onsite_container_anchor {
        padding-bottom: 0 !important;
    }
    .display-revenue-container {
        padding: 24px;
        width: 100%;
    }
    .revenue-headphone-img {
        display: none;
    }
    .training-hero-btns {
        flex-direction: column;
        width: fit-content;
        margin: 24px auto 0;
    }
    .training-hero-btns .btn-header {
        justify-content: center;
        font-size: 14px;
    }
    .training-cards-container {
        padding-top: 35px;
    }
    #billing_container_info{
        flex-wrap: wrap;
        gap: 20px;
    }
    .billing_information_content_heading{
        font-size: 28px;
    }
    .last-munute-discount-h2 {
        font-size: 16px;
    }
    .pricing_form_fields{
        padding: 40px 0 !important;
        flex-wrap: wrap;
    }
    .onsite-training-container{
        padding: 40px 0 0 0;
    }
    .billing_information_first_tab_desc{
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .last_minute_upgrades{
        padding-top: 40px;
    }
    #personal_information_content .footer{
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }
    .last_minute_upgrades_card_info_content {
        top: 100%;
        left: 13%;
        margin-top: 10px;
        max-width: 280px;
        padding: 20px 12px;
        border-radius: 12px;
    }
    .last_minute_upgrades_card_info_header{
        gap: 4px;
        flex-direction: column;
        align-items: center;
    }
    .last_minute_upgrades_card_info_header h3{
        font-size: 16px;
    }
    .last_minute_upgrades_card_info_header p{
        font-size: 14px;
    }
    .last_minute_upgrades_card_info_header span{
        display: none;
    }
    .info_description{
        font-size: 14px;
        margin: 12px 0;
        text-align: center;
    }
    .billing_information_first_tab{
        margin-top: 40px;
        border-radius: 0;
    }
    .order-buttons div{
        flex-direction: column;
        padding: 16px 20px;
    }
    .promo_code_order_details{
        flex-wrap: wrap;
        gap: 0;
    }
    .promo_code_order_details_wrapper {
        width: 100%;
    }
    .billing_container_footer{
        margin-top: 0;
        justify-content: center;
    }
    .Place_order{
        font-size: 18px;
        padding: 12px 16px;
    }
    .klarna_logo{
        width: 80px;
    }
    .on-site_training_packages_container{
        flex-direction: column;
        padding-bottom: 20px;
    }
    #support_content .mt-space, #on-site_container .mt-space{
        margin-top: 0 !important;
    }
    .not-needed-btn-container{
        padding-top: 1.2% !important;
    }
    .on-site_training_packages_container_content{
        width: 100%;
    }
    .revenue_container{
        padding-top: 40px;
    }
    .billing-info-title{
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .tabs_button_discount{
        padding: 0.1875rem 0.125rem;
        font-size: 10px;
    }
    .tab button{
        font-size: 12px;
    }
    .order_summary_details_container_item, .order_summary_details_total_ammounts_title, .order_summary_details_total_ammounts_title-2, .order_summary_details_total_sum span{
        font-size: 14px;
    }
}
@media(max-width: 740px) {
    #marketing-plus_content .terminal-card {
        width: 80%;
    }
    .marketing-plus-sides {
        flex-wrap: wrap !important;
    }
}
@media(max-width: 645px)
{
    .header-title-recommended {
        flex-direction: column-reverse;
    }
    .header-title-recommended .header-title-recommended-img {
        display: none;
    }
}
@media(max-width: 576px)
{
    .content {
        margin-top: 98px;
    }

    .body {
        padding: 5% 0 0 0;
    }
    .simple-card-container {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin: 0 0 7% 0;
    }
    .mt-space, #support_content .mt-space {
        margin-top: 0 !important;
    }
    .card-migration, .card-training, .card-onsite_training, .card-support {
        width: 96% !important;
    }
    #personal_information_content .container {
        width: auto;
    }
    #personal_information_content .body {
        justify-content: center;
    }
    #personal_information_content .footer {
        padding-top: 24px;
    }
    #billing_container .body {
        padding: 0 24px 24px 0;
    }
    #training_content .description-container {
        width: fit-content;
    }
    .billing_information_first_tab, .billing_information_second_tab, .personal_information_form {
        padding: 40px 24px;
    }
    .sidebar-item span {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .sidebar-items {
        gap: 6px;
    }
    .sidebar-item {
        padding: 5px 7px;
    }
    #purchase_description {
        padding-bottom: 0;
    }
}
.card-revenue sup {
    margin-top: -3px;
}
.card-revenue .price-discounted sup {
    font-size: 16px;
}
.terminal-header-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    width: 100%;
}
.terminal-header-card {
    padding: 0 24px 24px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.36) 100%);
    box-shadow: 12px 10px 23px 0px rgba(84, 178, 211, 0.18);
    backdrop-filter: blur(16px);
    height: 165px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 150px;
}
.terminal-header-card .terminal-header-icons {
    width: 60%;
}
.justify-content-flex-start {
    justify-content: flex-start;
}
.terminal-image iframe {
    /* width: 100%; */
    border-radius: 8px;
}
.terminal-heading-inside-content {
    position: absolute;
    right: 0;
}
.terminal-video {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.terminal-and-video-container {
    display: flex; 
    gap: 48px; 
    width:100%;
}
.terminal-footer-width {
    width: calc(55% + 20px);
}
.pricing_form_fields{
    padding: 80px 0;
}
#terminal_upgrade_price{
    padding-bottom: 12px;
}
#terminal_upgrade_price svg{
    width: 28px;
    height: 28px;
}
#terminal_upgrade_price #number-of-terminals{
    font-size: 18px;
}
#terminal_upgrade_price .no-of-terminals-text{
    font-size: 20px;
}
#terminal_upgrade_price .increase-terminal, .decrease-terminal {
    margin: 0 4px;
}
@media(max-width:1241px)
{
    .terminal-header-card-container {
        gap: 24px;
    }
}
@media(max-width:1145px)
{
    .card-holder {
        justify-content: center;
        flex-wrap: wrap;
    }
    .order-2 {
        order: 3;
    }
    .order-3 {
        order: 2;
    }
    /* #marketing-plus_content .terminal-card {
        width: 40%;
    } */
    #marketing-plus_content .choose-terminal {
        width: 80%;
        margin: auto;
    }
    .terminal-and-video-container {
        flex-direction: column;
    }
    .terminal-image {
        order: 1;
        width: 100%;
    }
    .terminal-video {
        margin-top: 64px;
        padding: 24px;
    }
    .choose-terminal {
        order: 2;
        width: 90%;
    }
    .terminal-heading-inside-content {
        right: auto;
        left: 0;
        border-radius: 0px 8px 8px 0px;
    }
    .terminal-footer-width {
        width: 100%;
    }
}
@media(max-width:768px)
{
    .terminal-logoes {
        width: 80%;
    }
}
@media(max-width: 453px)
{
    .terminal-video {
        margin-top: 100px;
    }
}

.custom-multiselect {
    position: relative;
    margin-top: 10px;
}
.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 40px;
}
.selected-tag {
    background-color: #F6F6F6;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}
.selected-tag .remove-btn {
    background: none;
    border: none;
    margin-left: 6px;
    cursor: pointer;
    color: #6c757d;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.selected-tag .remove-btn:hover {
    color: #dc3545;
}
.limit-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}
.selection-count {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 5px;
}
.form-select {
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    text-align: start;
}
.form-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7f8c8d;
    pointer-events: none;
}
.option-checkbox {
    margin-right: 8px;
}
.custom-dropdown {
    position: relative;
    background-color: #F6F6F6;
    border-radius: 8px;
}
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 0.5px solid #000;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}
.dropdown-options.show {
    display: block;
}
.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
}
.dropdown-item:last-child {
    border-bottom: none;
}
.optgroup-label {
    font-weight: bold;
    background-color: #e9ecef;
    padding: 8px 12px;
    border-bottom: 1px solid #dee2e6;
}