.pricing-page-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;

    .landing-page-v2 > .header-container {
        background-color: white;
        border-bottom: 1px solid #F0F1F3;
    }

    .pricing-page-inner-container{
        display: block;
        max-width: 1326px;
        margin: 0 auto;

        .heading {
            display: flex;
            flex-direction: column;
            margin: 80px 16px 24px;
            letter-spacing: 0px;
            text-align: left;

            @media (min-width: 768px) {
                margin: 140px 16px 24px;
            }
        
            > label {
                font: 400 18px/28px Source Sans Pro;
                color: #4C3CCE;

                @media (min-width: 768px) {
                    font-size: 24px;
                    line-height: 26px; 
                }
            }
        
            .main-title {
                font: 600 28px/40px Poppins;
                color: #292D35;

                @media (min-width: 768px) {
                    font-size: 52px;
                    line-height: 72px;
                }
            }
        }

        .pricing-details {
            display: flex;
            flex-direction: column;
            padding: 16px;

            @media (min-width: 768px) {
                flex-direction: row;
                padding: 20px 16px;
            }

            @media (min-width: 1024px) {
                padding: 20px 16px;
            }
            
            .pricing-card {
                display: flex;
                position: relative;
                flex-direction: column;
                font-family: Poppins;
                margin: 8px 0;
                border-radius: 16px;
                background: #FFFFFF;
                border: 1px solid #F0F1F3;
                border-top: 2px solid #F0F1F3;
                box-shadow: 0px 4px 4px 0px #0000000D;

                @media (min-width: 768px) {
                    width: 100%;
                    border-radius: 0;
                    height: 996px;
                }

                @media (min-width: 1024px) {
                    height: 1036px;
                }

                .head-section {
                    padding: 20px;

                    @media screen and (min-width: 768px) {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        border-bottom: 1px solid #E0E2E7;
                        height: 217px;
                        padding: 32px 24px 24px;
                    }

                    @media screen and (min-width: 1024px) {
                        height: 249px;
                    }

                    .title {
                        display: flex;
                        letter-spacing: 0px;
                        text-align: left;
                        justify-content: space-between;
                        align-items: center;

                        @media (min-width: 768px) {
                            flex-direction: column;
                            align-items: flex-start;
                        }

                        .plan-label {
                            display: flex;

                            @media (min-width: 768px) {
                                flex-direction: column;

                                > img {
                                    height: 24px;
                                    width: 24px;
                                }
                            }

                            .plan-name {
                                font: 600 14px/40px Poppins;
                                color: #DB631A;
                                margin: 0 4px 0 10px;
    
                                @media (min-width: 768px) {
                                    font-size: 20px;
                                    line-height: 36px;
                                    margin: 0;
                                }
    
                                @media (min-width: 1024px) {
                                    font-size: 28px;
                                    line-height: 40px;
                                    margin: 0;
                                }
                            }
                        }

                        .pill-section {
                            display: flex;
                            flex-direction: column-reverse;
                            justify-content: flex-start;

                            > img {
                                height: 24px;
                                width: 20px;
                            }

                            @media (min-width: 768px) {
                                justify-content: space-between;
                                align-items: center
                            }
                        }

                        

                        .disclaimer {
                            font: 400 12px/18px Source Sans Pro;
                            color: #292D35;

                            @media (min-width: 768px) {
                                color: #4C3CCE;
                                font-weight: 500;
                                font-size: 12px;
                                line-height: 16px;
                            }

                            @media (min-width: 1024px) {
                                font-size: 16px;
                                line-height: 22px;
                            }
                        }

                        .cta {
                            letter-spacing: 0px;
                            text-align: left;

                            @media (min-width: 768px) {
                                display: none;
                            }

                            > button {
                                font: 12px/18px Source Sans Pro;
                                padding: 8px 12px;
                                border-radius: 100px;
                                border: solid 1px #E0E2E7;                        ;
                                background-color: #4C3CCE;
                                color: white;
                                cursor: pointer;
                            }
                        }
                    }

                    .plan-cta {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        letter-spacing: 0px;
                        text-align: left;

                        @media (min-width: 768px) {
                            margin-top: 16px;
                        }

                        .cost-detail {
                            display: flex;
                            flex-direction: column-reverse;;
                            color: #292D35;
                            align-items: flex-start;
            
                            @media (min-width: 768px) {
                                flex-direction: row;
                                align-items: baseline;
                            }
            
                            .cost {
                                font: 600 24px/36px Poppins;
                                
                                @media (min-width: 768px) {
                                    font-size: 24px;
                                    line-height: 36px;
                                }

                                @media (min-width: 1024px) {
                                    font-size: 32px;
                                    line-height: 44px;
                                }
                            }
                            .cost-period {
                                font: 400 12px/18px Source Sans Pro; 
                                color: #292D35;

                                @media (min-width: 1024px) {
                                    font-size: 16px;
                                    line-height: 24px;
                                }
                            }
                        }

                        .cta {
                            letter-spacing: 0px;
                            text-align: left;

                            @media (min-width: 768px) {
                                display: none;
                            }

                            > button {
                                font: 12px/18px Source Sans Pro;
                                padding: 8px 12px;
                                border-radius: 100px;
                                border: solid 1px #E0E2E7;                        ;
                                background-color: #4C3CCE;
                                color: white;
                                cursor: pointer;
                            }
                        }
                    }

                    .total-cost {
                        display: none;

                        @media (min-width: 768px) {
                            display: block;
                            font: 400 12px/20px Poppins;
                            letter-spacing: 0px;
                            text-align: left;
                            color: #292D35;
                        }

                        @media (min-width: 1024px) {
                            font-size: 12px;
                            margin-top: 8px;
                        }
                    }

                    .description {
                        font: 14px/20px Source Sans Pro;
                        letter-spacing: 0px;
                        text-align: left;
                        color: #667085;
                        margin-top: 16px;

                        @media (min-width: 768px) {
                            display: none;
                        }
                    }

                    .cta-section {
                        display: none;
                        flex-direction: column;
                        padding: 16px 0 0;

                        @media (min-width: 768px) {
                            display: flex;
                        }

                        > button {
                            border: 1px solid #E0E2E7;
                            background-color: white;
                            border-radius: 50px;
                            padding: 8px 8px;
                            margin: 8px 0;
                            font-size: 200 12px/20px Poppins;
                            color: #4C3CCE;
                            cursor: pointer;

                            @media (min-width: 768px) {
                                margin: 0;
                            }

                            @media (min-width: 1024px) {
                                padding: 8px 16px;
                                border-radius: 100px;
                                font-size: 16px;
                                line-height: 24px;
                            }
                        }
                    }
                }

                .feature-list {
                    display: none;
                    flex-direction: column;
                    letter-spacing: 0px;
                    text-align: left;
                    padding: 20px;

                    @media (min-width: 768px) {
                        display: flex;
                    }

                    .pricing-plan-feature-list {
                        list-style-type: none;
                        padding: 0;
                        font: 12px/16px Source Sans Pro;
                        margin: 8px 0;
                        height: 208px;

                        > li {
                            display: flex;
                            padding: 8px 0;
                            align-items: baseline;
                            
                            > img {
                                margin-right: 6px;
                                height: 12px;
                                width: 12px;

                                @media (min-width: 1024px) {
                                    height: 14px;
                                    width: 14px;
                                }
                            }

                            > label {
                                color: #667085;
                            }

                            > label > span {
                                color: #292D35;
                                font-weight: 600;
                            }
                        }

                        @media (min-width: 1024px) {
                            font-size: 16px;
                            line-height: 24px;
                            height: 258px;
                        }

                    }

                    .feature-list-separator {
                        height: 1px;
                        margin: 2px 0 20px;
                        background-color: #F0F1F3;
                    }

                    .feature-list-heading {
                        font: 600 16px/24px Poppins;
                        color: #292D35;

                        @media (min-width: 1024px) {
                            font-size: 16px;
                            line-height: 30px;
                        }
                    }
                }
            }

        }

        .plan-comparison-cta {
            display: none;
            width: 100%;
            align-items: center;
            justify-content: center;

            @media (min-width: 768px) {
                display: flex;
                font-size: 20px;
                margin: 36px 0 32px;
            }

            > button {
                display: flex;
                justify-content: center;
                align-items: center;
                border: none;
                background-color: transparent;
                color: #0C8CE9;
                font: 400 16px/24px Poppins;
                padding: 16px;
                cursor: pointer;

                > label {
                    margin-right: 8px;
                    cursor: pointer;
                }
            }
        }
    }

}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #28313BE5;
    z-index: 10;
}

.plan-comparison-modal {
    width: fit-content;
    margin: 40px auto;
    background: white;
    border: 1px solid #E0E2E7;
    border-radius: 16px;
    box-shadow: 0px 6px 7.6px 0px #0000000F;

    .plan-table-header, .plan-table-footer {
        display: flex;
        justify-content: space-between;
        background-color: #F6F7F7;
        padding: 8px 16px;
        border-radius: 16px 16px 0 0;

        > button {
            height: 24px;
            width: fit-content;
            padding: auto;
            cursor: pointer;

            > img {
                height: 16px;
                width: 16px;
            }
        }
    }

    .table-container {
        display: flex;
        overflow-y: scroll;
        height: 500px;

        .plan-comparison-table {
            display: block;
    
            table, th, td {
                border: 1px solid #F0F1F3;
                border-collapse: collapse;
            }
            td:last-child {
                border: none;
            }
        }
    }

    .plan-table-footer {
        height: 32px;
        border-radius: 0 0 16px 16px;
    }
}

#priceComparisonTable {
    position: relative;
    border-collapse: collapse;
}

#priceComparisonTableCell {
    padding: 16px;
    text-align: center;
    color: #292D35;
    font: 400 12px/16px Poppins;
    border: 1px solid #F0F1F3;
    border-collapse: collapse;

    .pricing-plan-feature {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        img {
            height: 24px;
            width: 24px;
            margin-right: 8px;
        }
    }

    > img {
        height: 16px;
        width: 16px;
    }
}

#priceComparisonTableHeaderCell {
    padding: 16px;
    text-align: center;
    background: white;
    position: sticky;
    top: 0;
    background-clip: padding-box;
    width: 15%;

    .title {
        display: flex;
        flex-direction: column;
        font: 20px/28px Poppins;
        justify-content: flex-start;
        text-align: left;

        > img {
            height: 20px;
            width: 30px;
            margin-bottom: 8px;
        }
    }
}

.most-popular-tag {
    display: block;
    padding: 4px 8px;
    background-color: #ED513F;
    box-shadow: 2px 2px 4px 0px #00000029;
    font: 700 12px/15px Source Sans Pro;
    color: white;
    border-radius: 14px;
    width: fit-content;
    margin-bottom: 10px;

    @media (min-width: 768px) {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

.offer-banner-section {
    position: relative;
    background: #23375B;
    background-image: url("../svg/dotted-layer.svg");
    background-blend-mode: color-burn;
    border-radius: 16px;
    padding: 32px;
    margin: 0 16px;

    @media screen and (min-width: 768px)  {
        margin: 32px 16px;
    }
}

.offer-banner-main-container {
    display: flex;
    flex-direction: column;
    width: 60%;

    @media screen and (min-width: 768px)  {
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

.offer-text {
    font: 600 24px/32px Poppins;
    color: white;
}

.offer-banner-cta {
    margin: 16px 0 0;

    @media screen and (min-width: 768px)  {
        margin: 0 16px 0;
    }
}

.offer-banner-cta-button {
    background: white;
    color: black;
    border-radius: 32px;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
}

.offer-tag {
    position: absolute;
    top: -19px;
    right: 20px;
    color: white;
    background: url("../svg/offer-tag.svg");
    width: 130px;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    @media screen and (min-width: 1024px)  {
        display: flex;
        background: url("../svg/offer-tag-desktop.svg");
        left: -17px;
        top: 3px;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        height: 64px;
        width: 246px;
        padding: 13px 0;
        background-repeat: no-repeat;
    }
}

.offer-tag-inner-conatiner {
    width: 60%;

    @media screen and (min-width: 1024px)  {
        display: flex;
        flex-direction: row;
        gap: 8px;
        width: min-content;
        margin-top: 12px;
    }
}

.offer-tag-text {
    font: 600 18px/20px Poppins;
}

.offer-percentage {
    font: 700 40px/42px Poppins;

    > label {
        font: 700 20px/20px Poppins;
    }

    @media screen and (min-width: 1024px)  {
        font-size: 42px;
        line-height: 42px;
    }
}