/* @import url("../../fr/static/css-v2/pricing-v2.css"); */
section#section-pricing-plans,
section#section-book-a-demo-pricing{
    padding: 0 10%;
}
.content-wrap{
    margin-top: 100px;
}
/*  */
.col-user-count{
    /* display: flex;
    flex-wrap: wrap; */
}
.label-container{
    /* width: 100%; */
    width: 50%;
    text-align: left;
}
.input-container{
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    padding: 9px 12px 9px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 200px; */
    height: 30px;
}
.user-count{
    border: none;
}
.user-count:focus{
    outline: none;
}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.label-container p,
.input-container span,
input[type="number"],
.saving-container p{
    font-size: 14px;
    font-weight: 400;
}
.label-container p,
.input-container span,
input[type="number"]{
    color: #565656;
}
.saving-container p{
    color: var(--Core-Violet);
}
input[type="number"]::placeholder{
    font-size: 13px;
}
.col-user-count,
.col-monthly-anual{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
}
/* .col-monthly-anual{
    justify-content: end;
} */
.saving-container{
    /* width: 100%; */
    width: 50%;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 5px;
}
.switch-container {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #DFDFDF;
    padding: 9px 6px;
    border-radius: 12px;
    width: 200px;
    height: 30px;
}
.switch-option {
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    background-color: transparent; 
    border-radius: 12px;
    transition: color 0.3s ease, background-color .4s ease-in-out;
}
.switch-option.active {
    color: #fff;
    background-color: var(--Core-Violet);
    border-radius: 12px;
    transition: color 0.3s ease, background-color .4s ease-in-out;;
}

/* Top bar: team size + billing (matches pricing calculator mock) */
#calculator-1 .pricing-calculator-panel {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
#calculator-1 .pricing-calculator-panel__col {
    flex: 1 1 0;
    min-width: 0;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}
/* Vertical rule: shorter than full height (padding + background-clip) */
#calculator-1 .pricing-calculator-panel__divider {
    flex-shrink: 0;
    align-self: stretch;
    box-sizing: content-box;
    width: 1px;
    padding: 22px 0;
    background-color: #DFDFDF;
    background-clip: content-box;
}
#calculator-1 .label-container {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#calculator-1 .input-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 36px;
    padding: 6px 10px;
    margin-top: auto;
}
#calculator-1 .input-container input[type="number"],
#calculator-1 .user-count {
    width: 100%;
    flex: 1;
    min-width: 0;
}
#calculator-1 .billing-period-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px 12px;
    flex-wrap: nowrap;
    width: 100%;
}
#calculator-1 .billing-period-label {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #565656;
}
#calculator-1 .billing-save-badge {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    color: #166534;
    background: #DCFCE7;
    padding: 4px 8px;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
}
#calculator-1 .switch-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 36px;
    box-sizing: border-box;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: auto;
}
#calculator-1 .switch-option {
    flex: 1;
    text-align: center;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 8px;
}
/* Mobile: one row — team size | billing; no outer frame (only field borders) */
@media (max-width: 576px) {
    #calculator-1.row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    #calculator-1 .pricing-calculator-panel {
        flex-direction: row;
        align-items: stretch;
        gap: 10px;
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }
    #calculator-1 .pricing-calculator-panel__divider {
        display: none;
    }
    #calculator-1 .pricing-calculator-panel__col {
        flex: 1 1 0;
        min-width: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        gap: 6px;
    }
    #calculator-1 .pricing-calculator-panel__col--billing {
        gap: 6px;
    }
    /* Same-height top row; bottom-align Team size + badge */
    #calculator-1 .label-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 2.5rem;
    }
    /* Match mockup: only badge above toggle (label stays screen-reader accessible) */
    #calculator-1 .billing-period-header {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: start;
        min-height: 2.5rem;
        gap: 4px;
    }
    #calculator-1 .input-container,
    #calculator-1 .switch-container {
        margin-top: 0;
    }
    #calculator-1 .billing-period-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    #calculator-1 .label-container p {
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }
    #calculator-1 .billing-save-badge {
        font-size: 10px;
        padding: 3px 7px;
    }
    #calculator-1 .input-container {
        min-height: 40px;
        padding: 6px 8px;
        border-radius: 10px;
    }
    #calculator-1 .switch-container {
        min-height: 40px;
        padding: 3px 4px;
        border-radius: 10px;
    }
    #calculator-1 .switch-option {
        padding: 8px 4px;
        font-size: 11px;
        border-radius: 8px;
    }
}

/* Plan card */
.custom-plan{
    margin-top: 40px;
}
.plan-wrapper{
    margin-top: 50px;
}
.row-plans{
    margin-top: 30px;
}
.pricing-card{
    border: 1px solid var(--Core-Bright-Gray);
    border-radius: 16px;
    position: relative;
    /* padding-bottom: 100px; */
}
.pricing-card.core{
    margin-top: 40px;
}
.pricing-header{
    background-color: var(--Core-Bright-Gray);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.pricing-header-title{
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-name{
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.block-plan-price{
    height: 130px;
}
.block-plan-price ul{
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-plan-price ul li.li-bill{
    width: 100%;
}
.li-price p{
    font-family: 'Poppins';
    font-size: 40px;
    color: #000;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.04em;
}
.li-period{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.li-period p{
    width: 100%;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
}
.li-bill{
    margin-top: 10px;
}
.li-bill .total-p{
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    
}
.li-bill .plan-minimum-p,
.li-bill .plan-period-p{
    font-family: 'Poppins';
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.plan-minimum-p-total{
    font-weight: 300;
    /* display: none; */
}
.li-bill .plan-period-p{
    margin-top: 0px;
}
.block-plan-description{
    margin-bottom: 24px;
    min-height: 3em;
}
.block-plan-description p{
    font-family: 'Poppins';
    font-size: 16px;
    color: #565656;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    /* width: 69%; */
}
.block-plan-cta{
    margin: 30px 0;
    flex-shrink: 0;
}
.pricing-body{
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.pricing-body .block-plan-description{
    flex: 0 1 auto;
}
.block-features-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    position: relative;
}
.block-features-list ul li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-features-check::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-image: url("../png/features-check.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.block-features-list ul li img{
   display: none;
}
.block-features-list ul li:last-child{
    margin-bottom: 0px;
}
.block-features-list ul li:first-child{
    margin-bottom: 20px;
}
.block-features-list ul li:first-child p{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.block-features-list ul li img{
    width: 12px;
    margin-right: 5px;
}
.block-features-list ul li p{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}
.block-features-list ul li:not(:first-child) p{
    margin-left: 23px;
}
.block-power-up{
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.btn-power-up{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #DECEFB80;
    border-radius: 12px;
    padding: 10px 0;
}
.btn-power-up img{
    width: 24px;
}
.btn-power-up p{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-left: 10px;
}
.btn-power-up p a{
    color: var(--Core-Violet);
    text-decoration: underline;
}
.popular.pricing-card{
    border: 1px solid var(--Core-Violet);
}
.popular .pricing-header{
    background-color: var(--Core-Violet);
}
.popular .pricing-header-title{
    color: #fff;
}
.popular .block-plan-name{
    display: flex;
    align-items: center;
}
.popular .block-plan-name span{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
    background-color: var(--Core-Violet);
    color: #fff;
    border-radius: 24px;
    padding: 5px 15px;
}
.block-calncel-anytime{
  margin-top: 30px;
}
.block-calncel-anytime p{
    font-family: 'Poppins';
    font-size: 12px;
    color: #565656;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
/* Annual tier popover */
/* .annual-user-tier-line {
    height: 35px;
}
.annual-tier-popover.is-open {
    background: var(--Core-Violet);
    width: 130px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 40px;
    color: #fff;
    font-size: 12px;
}
.annual-tier-popover.is-open span:first-child{
    font-weight: 600;
}
.annual-tier-popover-block {
    display: grid;
    margin-bottom: 10px;
}
.annual-tier-popover-block:last-child {
    margin-bottom: 0;
}
.annual-tier-help {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background-color: var(--Core-Violet);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.annual-tier-help:hover,
.annual-tier-help:focus-visible{
    background-color: var(--Core-Dark-Violet);
    transition: background-color 0.3s ease;
}
.annual-user-tier-label,
.annual-user-tier-range{
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    line-height: 20px;
}
.annual-user-tier-range{
    font-weight: 600;
} */
.annual-user-tier-wrap{
    position: relative;
    height: 35px;
}
.annual-user-tier-line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
    margin: 0;
}
.annual-user-tier-range{
    color: #000;
    font-weight: 500;
}
.annual-tier-help{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--Core-Violet);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.annual-tier-help:hover,
.annual-tier-help:focus-visible{
    filter: brightness(1.08);
    outline: none;
}
.annual-tier-help:focus-visible{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--Core-Violet);
}
.annual-tier-popover{
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    z-index: 20;
    min-width: 180px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #1a2744;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.annual-tier-popover-block{
    display: block;
    margin-bottom: 12px;
}
.annual-tier-popover-block:last-child{
    margin-bottom: 0;
}
.annual-tier-popover-label{
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin-bottom: 4px;
}
.annual-tier-popover-value{
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.popular .annual-tier-popover{
    z-index: 25;
}

/* Add on start */
#section-automations > .row{
    background-color: var(--Core-Dark-Violet);
    border-radius: 16px;
    padding: 40px;
    position: relative;
}
.col-add-on-left{
    width: 60%;
}
.col-add-on-right{
    width: 37%;
}
.bock-add-on-label{
    display: flex;
    width: fit-content;
    background: #FFFFFF0D;
    padding: 10px 20px;
    border-radius: 80px;
}
.bock-add-on-label img{
    width: 20px;
    height: 20px;
}
.bock-add-on-label p{
    color: #fff;
    margin-left: 5px;
}
.block-add-on-title h2{
    color: #fff;
    margin: 20px 0 20px 0;
}
.block-add-on-title p{
    color: #BEBACB;
}
.block-add-on-cta{
    margin-top: 30px;
}
.block-add-on-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    gap: 10px;
}
.block-add-on-list ul li{    
    background: linear-gradient(92.38deg, #F1EAFF -6.29%, #C9B4EF 104.79%);
    border-radius: 80px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    box-sizing: border-box;
}
.block-add-on-list ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../png/add-on-stars-blue.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.block-add-on-list ul li:is(:nth-child(3), :nth-child(4)){
    /* width: 40%; */
    width: 49%;
}
.block-add-on-list ul li img{
    width: 20px;
    height: 20px;
    display: none;
}
.block-add-on-list ul li p{
    color: var(--Core-Dark-Violet);
    margin-left: 5px;
}
.col-add-on-price{
    background-color: var(--Core-Violet);
    border-radius: 16px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: -20px;
}
.col-add-on-price .block-plan-price{
    height: auto;
}
.col-add-on-price .block-plan-price ul{
    margin: 0;
}
.col-add-on-price .block-plan-price ul li p{
    color: #fff;
}

/******* BOOK A DEMO SECTION START *******/
#section-book-a-demo-pricing{
    margin-top: 50px;
    display: none;
}
#section-book-a-demo-pricing.active{
    display: block;
}
#section-book-a-demo-pricing .book-a-demo-pricing-content{
    /* background-color: var(--Core-Soft-Lavender-v2); */
    background: #DECEFB80;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.demo-text h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    color: var(--Core-Violet);
}
.demo-text p{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #565656;
}
/******* BOOK A DEMO SECTION END *******/


/******* SOC 2 START *******/
.col-soc-left{
    width: fit-content;
    margin-right: 50px;
}
.col-soc-right{
    width: fit-content;
    text-align: center;
}
.col-soc-right img{
    width: 80%;
}
.block-soc-cta{
    margin-top: 30px;
}
.block-soc-title span{
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.block-soc-title h2{
    margin: 5px 0 20px 0; 
}
.block-soc-title p{
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    color: #646464;
}
/******* SOC 2 END *******/


.compare-header{
    position: sticky;
    top: 79px;
    z-index: 2;
    box-shadow: 0px 0px 6px -1px #0000000D;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    background-color: #Fff;
}
.compare-left{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.compare-left .col-user-count, 
.compare-left .col-monthly-anual{
    align-items: self-end;
}
.compare-header-title{
    width: 100%;
}
.compare-calculate-switch-block{
    width: 100%;
    display: flex;
    display: none;
}
#compare-features-section .block-plan-name{
    margin-bottom: 20px;
}
#compare-features-section .tilda{
    font-size: 20px;
}
#compare-features-section .li-price > p{
    display: flex;
}
#compare-features-section .col-monthly-anual{
    justify-content: start;
    width: min-content;
}
#compare-features-section .col-user-count{
    width: min-content;
    margin-right: 20px;
}
#compare-features-section .label-container,
#compare-features-section .saving-container{
    text-align: left;
    width: 100%;
}
.compare-calculate-switch-block input[type="number"]{
    width: 100px;
}
#compare-features-section .block-plan-cta{
    /* margin: 30px 0 0 0; */
    margin: 0;
}
#compare-features-section .li-price p{
    font-size: 24px;
    line-height: 32px;
}
#compare-features-section .li-bill{
    margin-top: 5px;
}
#compare-features-section .block-plan-price ul {
    margin: 5px 0px 0px 0px;
}
#compare-features-section .li-bill .plan-minimum-p, 
#compare-features-section .li-bill .plan-period-p{
    font-size: 12px;
    margin-top: 0px;
}
#compare-features-section .compare-header .sft-style-v2, 
#compare-features-section .compare-header .btn-style-v2{
    font-size: 14px;
}
#compare-features-section .popular .block-plan-name span {
    font-size: 12px;
    padding: 2px 15px;
}
#compare-features-section .pricing-body{
    padding: 0px 20px 0px 20px;
}
#compare-features-section .block-plan-price{
    height: 70px;
    /* height: 40px; */
    display: none;
}
#compare-features-section .block-plan-price.calculator-active{
    height: 70px;
}
#compare-features-section{
    position: relative;
    /* height: 1000px; */
}

#compare-features-section .plan-minimum-p-total{
    font-size: 11px;
}
/******* COMPARE ALL FEATURES START *******/
.features-check-img{
    width: 15%;
    text-align: center;
    margin: 0 auto;
}
.features-false-img{
    width: 10%;
    text-align: center;
    margin: 0 auto;
}
#compare-all-plans-section{
    background-color: #F7F7F7;
    padding: 80px 430px 80px 430px;
}
.compare-title-block h2{
    font-family: 'Poppins';
    font-size: 36px;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    margin: 10px 0 50px 0;
}
.row-features-plans{
    /* display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 40px;
    padding-top: 80px;
    padding-bottom: 30px;
    z-index: 1s;
    background-color: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04); */
}

.row-features-categories{
    margin-top: 40px;
}

.col-empty{
    width: 35%; 
}
.block-plan-title h3{
    font-family: 'Poppins';
    font-size: 24px;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    margin-bottom: 30px;
}
.col-plans-names{
    width: 65%;
    display: flex;
}
.col-plan-features{
    width: 48%;
    text-align: center;
}

.features-category{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in;
}
.features-category.active{
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in;
}
.features-category-header{
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 10px;
    transition: .2s ease-in;
}
.features-category-header.active{
    border-bottom: none;
    padding-bottom: none;
    transition: .2s ease-in;
}
.features-category-header.active .features-accordion img{
    background: #fff;
    border-radius: 50%;
    padding: 9px;
    transform: rotate(180deg);
    transition: .2s ease-in;
}
.features-accordion img{
    background: transparent;
    border-radius: 50%;
    padding: 9px;
    width: 3%;
    transition: .2s ease-in;
}
.col-features-title{
    width: 35%;
}
.block-comparations-plans{
    display: flex;
    width: 65%;
}
.col-features-option{
    width: 48%;
}
.false-x {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    color: #FF5247;
}

.features-category .row-label .col-full-d p, 
.features-category .col-full-d-p p{
    font-family: 'Poppins';
    font-size: 18px;
    color: #646464;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.block-comparations-plans .row-label{
    justify-content: center;
}

.row-features-category-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.col-category-header-name h4{
    font-family: 'Poppins';
    font-size: 20px;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.col-category-header-name{
    width: 40%;
}
.col-category-header-arrow{
    width: 60%;
    text-align: right;
}
#sft-pricing-wrap{
    text-align: center;
    margin-top: 100px;
}

.compare-body{
    margin-top: 50px;
}
.compare-card{
    margin-bottom: 20px;
}
.compare-card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--Core-Bright-Gray);
    background: #FBFBFB;
    padding: 25px;
    transition: .2s ease-in;
    border-radius: 16px;
    cursor: pointer;
}
.compare-card.active .compare-card-header{
    border-radius: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: .2s ease-in;
}
.feature-card{
    padding: 25px;
    border: 2px solid var(--Core-Bright-Gray);
    border-top: none;
}
.feature-card:last-child{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.img-arrow-card{
    width: 20px;
    transition: .2s ease-in;
}
.compare-card.active .img-arrow-card{
    transform: rotate(180deg);
    transition: .2s ease-in;
}
.compare-card-header p{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.col-feature-name a,
.col-feature-name p{
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px dotted #000;
    width: fit-content;
}
.col-feature-plan{
    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.col-feature-plan img{
    width: 20px;
}

.icon-check,
.icon-close {
  display: inline-block;
  width: 20px; 
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ✓ */
.icon-check {
  background-image: url("../png/check-v2.png");
}

/* ✕ */
.icon-close {
  background-image: url("../png/close-v2.png");
}
/* .compare-card.second{
    display: block !important;
    pointer-events: none;
    opacity: 0.4;
} */
/******* COMPARE ALL FEATURES END *******/

.left-feature-card{
    position: relative;
}
.col-feature-name {
    position: relative; /* Potrebno za apsolutno pozicioniranje modala */
    cursor: pointer; /* Promena kursora na hover */
}

.col-feature-modal {
    position: absolute;
    background-color: var(--Core-Dark-Violet);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1;
    width: 250px;
    bottom: 35px;
    left: 0;
    /* transform: translateX(-50%);  */
}
.col-feature-modal p{
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
.col-feature-modal::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    transform: translateX(0%) rotate(180deg);
    
    border-width: 6px; /* Dimenzije strelice */
    border-style: solid;
    border-color: transparent transparent #4A2878 transparent; /* Ljubičasta strelica */
}

.col-feature-name:hover .col-feature-modal {
    display: block; /* Prikaži modal na hover */
}
/* Switch styling automations start */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
/* Hide the default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* Slider styling */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 25px;
}
/* Slider when active */
.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
/* When the checkbox is checked */
.switch input:checked + .slider {
    background-color: var(--Core-Violet);
}
.switch input:checked + .slider:before {
    transform: translateX(25px);
}
/* Switch styling automations end */

@media(min-width: 1921px){
    section#section-pricing-plans,
    section#section-book-a-demo-pricing{
        padding: 0 15%;
    }
}

/* @media(min-width: 1000px){
    .block-plan-description p {
        height: 90px;
    }
} */
@media(max-width: 1560px){
    /* Add on start */
    #section-automations h2 br{
        display: none;
    }
    .col-add-on-left{
        width: 47%;
    }
    .col-add-on-right{
        width: 47%;
    }
    /* Add on end */
}

@media(max-width: 1400px){
    section#section-pricing-plans,
    section#section-book-a-demo-pricing {
        padding: 0 7%;
    }
    #section-clients-print {
        padding: 0 15%;
    }

    /* Compare section start */
    #compare-features-section .pricing-body {
        padding: 0px 10px 0px 10px;
    }
    .compare-card-header p {
        font-size: 19px;
    }
    /* Compare section end */

    .block-soc-title p,
    .block-title-integration p,
    .block-text-automate p{
        font-size: 19px;
    }
}

@media(max-width: 1370px){
    section#section-pricing-plans,
    section#section-book-a-demo-pricing {
        padding: 0 5%;
    }
}

@media(max-width: 1300px){
    section#section-pricing-plans,
    section#section-book-a-demo-pricing {
        padding: 0 40px;
    }
    #section-clients-print {
        padding: 0 13%;
    }

    /* Compare section start */
     .pricing-card-compare .sft-style-v2, 
    .pricing-card-compare .btn-style-v2{
        padding: 10px 25px;
    }
    .compare-card-header p {
        font-size: 18px;
    }
    .col-feature-name a, 
    .col-feature-name p {
        font-size: 15px;
    }
    .col-feature-plan img{
        width: 18px;
    }
    .col-feature-plan p {
        font-size: 14px;
    }
    /* Compare section end */
}

@media(max-width: 1290px){
    section#section-pricing-plans,
    section#section-book-a-demo-pricing{
        padding: 0 20px;
    }
    .input-container,
    .switch-container {
        height: 25px;
    }
    .switch-option{
        padding: 7px 25px;
    }

    .li-price p {
        font-size: 35px;
    }

    /* Compare section start */
    #compare-features-section .pricing-body {
        padding: 0px 5px 0px 5px;
    }
    /* Compare section end */
}

@media(max-width: 1270px){
    .block-soc-title p,
    .block-title-integration p,
    .block-text-automate p{
        font-size: 18px;
        line-height: 27px;
    }
}

@media(max-width: 1221px){
    /* Add on start */
    .block-add-on-list ul li:is(:nth-child(3), :nth-child(4)) {
        /* width: 48%; */
        width: 52%;
    }
    /* Add on end */
}

@media(max-width: 1200px){
    .block-plan-description p {
        font-size: 15px;
        /* width: 80%; */
    }
    .block-features-list ul li p {
        font-size: 13px;
    }
}

@media(max-width: 1190px){
    .pricing-card-compare .sft-style-v2, 
    .pricing-card-compare .btn-style-v2 {
        padding: 10px 20px;
    }
    .switch-container {
        padding: 9px 3px;
    }
}

@media(max-width: 1160px){
    .li-price p {
        font-size: 32px;
    }
    #section-clients-print {
        padding: 0 10%;
    }
    #compare-features-section .pricing-body {
        padding: 0px 3px 0px 3px;
    }
}

@media(max-width: 1142px){
    #compare-features-section .pricing-body {
        padding: 0px 2px 0px 2px;
    }
    .pricing-card-compare .sft-style-v2, 
    .pricing-card-compare .btn-style-v2 {
        padding: 10px 0px;
    }
}

@media(max-width: 1106px){
    .col-feature-plan {
        text-align: right;
        padding-right: 41px;
    }
}

@media(max-width: 1061px){
    .plan-name {
        font-size: 15px;
    }
    #compare-features-section .compare-header .sft-style-v2, 
    #compare-features-section .compare-header .btn-style-v2 {
        font-size: 13px;
    }
}

@media(max-width: 1037px){
    .plan-name {
        font-size: 14px;
    }
    #compare-features-section .li-price p {
        font-size: 22px;
        line-height: 32px;
    }
    .col-feature-plan {
        padding-right: 25px;
    }
}
@media(max-width: 1020px){
    .li-bill .total-p {
        font-size: 13px;
    }
    .col-feature-plan {
        padding-right: 15px;
    }
    #compare-features-section .compare-header .sft-style-v2, 
    #compare-features-section .compare-header .btn-style-v2 {
        font-size: 12px;
    }
    .switch-container{
        width: 185px;
    }
    .switch-option {
        padding: 7px 23px;
        font-size: 13px;
    }
    .btn-power-up p {
        font-size: 12px;
    }
    #section-clients-print {
        padding: 0 5%;
    }
    #section-clients-print .clients-title h2 {
        font-size: 21px;
    }
}


@media(max-width: 1000px){
    h1 br{
        display: none;
    }
    .content-wrap {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    section#section-pricing-plans,
    section#section-book-a-demo-pricing {
        padding: 0 15px;
        margin-top: 30px;
    }

    /* PRICING SECTION START */
    input[type="number"] {
        width: 100px;
    }
    #section-pricing-plans > .row{
        flex-wrap: nowrap;
        align-items: end;
    }
    .label-container,
    .saving-container{
        width: 100%;
    }
    .plan-wrapper.grid-3, 
    .plan-wrapper.grid-2{
        grid-template-columns: 1fr;
    }
    .plan-name {
        font-size: 16px;
    }
    .block-plan-price {
        height: auto;
    }
    .li-price p {
        font-size: 40px;
    }
    .block-plan-description p {
        font-size: 15px;
        width: 100%;
    }
    .li-bill .total-p {
        font-size: 14px;
    }
    .btn-power-up p {
        font-size: 14px;
    }
    .pricing-card {
        padding-bottom: 50px;
    }
    .custom-plan {
        margin-top: 0px;
    }
    /* PRICING SECTION END */

    /* CLIENT SECTION START */
    #section-clients-print .clients-title h2 {
        font-size: 18px;
    }
    /* CLIENT SECTION END */
    

    /******* BOOK A DEMO SECTION START *******/
    #section-book-a-demo-pricing .book-a-demo-pricing-content{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    /******* BOOK A DEMO SECTION END *******/

    /* ADDON SECTION START */
    #section-automations{
        margin-top: 60px;
    }
    #section-automations > .row {
        background-color: var(--Core-Dark-Violet);
        border-radius: 16px;
        padding: 15px;
        position: relative;
    }
    #section-automations .li-price p {
        font-size: 20px;
    }
    #section-automations .li-price p {
        line-height: 17px;
    }
    .col-add-on-left {
        width: 100%;        
    }
    .col-add-on-right {
        width: 100%;
        margin-top: 20px;
    }
    .col-add-on-price {
        top: -35px;
        right: 0;
    }
    .block-add-on-title p br{
        display: none;
    }
    .block-add-on-list p{
        font-size: 12px;
    }
    .block-add-on-list ul li {
        padding: 10px 10px;
    }
    .block-add-on-list ul{
        justify-content: start;
    }
    /* ADDON SECTION END */


    /* COMPARE SECTION START */
    .compare-header {
        padding: 0;
        padding-bottom: 15px;
        box-shadow: none;
        top: 70px;
    }
    .compare-header-title{
        text-align: center;
        margin-bottom: 20px;
    }
    .compare-header.grid-2-3 {
        grid-template-columns: 1fr;
    }
    #compare-features-section .popular .block-plan-name {
        flex-wrap: wrap;
    }
    #compare-features-section .popular .block-plan-name span {
        font-size: 10px;
        margin-left: 0px;
        padding: 2px 9px;
    }
    #compare-features-section .popular .block-plan-name span{
        order: 1;
    }
    #compare-features-section .plan-name{
        order: 2;
        font-size: 14px;
        line-height: 20px;
    }
    #compare-features-section .compare-header .sft-style-v2, 
    #compare-features-section .compare-header .btn-style-v2 {
        font-size: 8px;
    }
    #compare-features-section .block-plan-name{
        height: 40px;
        display: flex;
        align-items: end;
    }
    #compare-features-section .block-plan-price {
        height: 60px;
    }
    #compare-features-section .li-period p {
        font-size: 9px;
    }
    #compare-features-section .li-period {
        margin-left: 6px;
    }
    #compare-features-section .li-price p {
        font-size: 19px;
        line-height: 30px;
    }
    #compare-features-section .li-bill .plan-minimum-p{
        display: none;
    }
    #compare-features-section .li-bill .total-p {
        font-size: 11px;
    }
    .compare-calculate-switch-block{
        justify-content: space-between;
    }
    .compare-card-header {
        padding: 15px;
    }
    .compare-card-header p {
        font-size: 16px;
    }
    .img-arrow-card {
        width: 15px;
    }
    .feature-card.grid-2-3{
        grid-template-columns: 1fr;
        padding: 0px;
    }
    .left-feature-card{
        border-bottom: 2px solid var(--Core-Bright-Gray);
        display: flex;
    }
    .left-feature-card,
    .right-feature-card
    {
        padding: 10px;
        height: 40px;
        align-items: center;
    }
    .col-feature-plan{
        padding-right: 0px;
        text-align: center;
    }
    .col-feature-name a, .col-feature-name p {
        font-size: 14px;
    }
    .switch {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
    }
    .over-500-user-text{
        font-size: 10px;
        line-height: 10px;
    }
    /* COMPARE SECTION END */

    .block-soc-title p,
    .block-title-integration p, 
    .block-text-automate p{
        font-size: 14px;
        line-height: 25px;
    }
    .block-soc-title p br,
    .block-title-integration p br, 
    .block-text-automate p br{
        display: none;
    }

    /******* SOC 2 START *******/
    #soc-2-section{
        margin-top: 50PX;
    }
    #soc-2-section h2 br{
        display: block;
    }
    .col-soc-left{
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .block-soc-title span { 
        font-size: 12px;
    }
    .block-soc-cta{
        display: inline-flex;
        justify-content: center;
    }
    .col-soc-right img {
        width: 65%;
    }
    /******* SOC 2 END *******/

    /******* AUTOMATE SECTION START *******/
    #section-automate {
        padding: 60px 15px;
    }
    .block-text-automate > img {
        width: 80px;
    }
    #section-automate h2{
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0 20px 0;
    }
    #section-automate h2 img{
        width: 30px;
    }
    #section-automate p br{
        display: block;
    }
    /******* AUTOMATE SECTION END *******/
}

@media(max-width: 500px){
    /* COMPARE SECTION START */
    .col-feature-plan p {
        font-size: 12px;
        line-height: 12px;
        font-weight: 300;
    }
    /* COMPARE SECTION END */
    /* ADDON SECTION START */
    .block-add-on-list ul li:is(:nth-child(3), :nth-child(4)) {
        /* width: 65%; */
        width: auto;
    }
    /* ADDON SECTION END */
}
@media(max-width: 400px){
    .compare-header {
        top: 67px;
    }
    input[type="number"],
    .compare-calculate-switch-block input[type="number"] {
        width: 75px;
    } 
    .switch-container {
        width: 150px;
    }
    .switch-option {
        padding: 7px 15px;
    }
    .pricing-body {
        padding: 15px;
    }

    /* ADDON SECTION START */
    #section-automations > .row { 
        padding: 30px 15px 15px 15px;
    }
    .block-add-on-list p {
        font-size: 11px;
    }
    /* ADDON SECTION END */
}

@media(max-width: 321px){
    #compare-features-section .col-user-count {
        margin-right: 3px;
    }
    #compare-features-section .li-price p {
        font-size: 16px;
        line-height: 24px;
    }
    #compare-features-section .li-period p {
        font-size: 8px;
    }
    #compare-features-section .li-period {
        margin-left: 2px;
    }
    #compare-features-section .total-p .print-month-year{
        display: none;
    }
    .separator-price{
        display: none;
    }
    .col-feature-name a, 
    .col-feature-name p {
        font-size: 12px;
    }
    .left-feature-card, 
    .right-feature-card {
        height: 30px;
    }
    .col-feature-plan img {
        width: 15px;
    }
    .col-feature-modal {
        width: 220px;
    }



    .switch-option {
        padding: 7px 10px;
        font-size: 11px;
    }
    .switch-container {
        width: 120px;
    }
    .label-container p, 
    .input-container span, input[type="number"], 
    .saving-container p {
        font-size: 12px;
        font-weight: 400;
    }

    /* ADDON SECTION START */
    .block-add-on-list ul li:is(:nth-child(3), :nth-child(4)) {
        /* width: 56%; */
    }
    /* ADDON SECTION END */

    .block-soc-title p, 
    .block-title-integration p, 
    .block-text-automate p {
        font-size: 13px;
        line-height: 20px;
    }
}