.pricing-table
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-top: -90px;
    font-weight: 500;
    align-items: stretch;
    transform: scale(0.99);
}

.pricing-option
{
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 0 10px rgba(242, 238, 255, 0.40);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pricing-option.highlighted
{
    box-shadow: 0 0 0 10px #F0ECFD;
}

.pricing-option>.feauture-list
{
    list-style-type: none;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-option .feature
{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    position: relative;
}

a.pricing-btn
{
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    background: white;
}

a.pricing-btn:hover
{
    background: #6949EB;
    color: #fff;
}

.pricing-option h2
{
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 0;
}

span.price
{
    font-size: 42px;
    font-weight: 600;
}

span.date
{
    color: #A3A3B8;
    font-size: 20px;
}

.pricing-option p.description
{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
}

.price-container
{
    margin-bottom: 15px;
}

.pricing-option .sub-feauture-list
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 38px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
}

.pricing-option .sub-feauture-list>*
{
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: baseline;
}

span.feauture-color
{
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 12px;
    border-radius: 100%;
}

img.most-popular
{
    position: absolute;
    top: -5px;
    right: 20px;
    z-index: 9;
}

p.what-includes
{
    display: flex;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #a3a3b8;
    background: #fff;
    width: fit-content;
    width: -moz-fit-content;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    font-weight: 400;
}


.what-includes-wrapper:after
{
    content: '';
    width: 100%;
    height: 1px;
    background: #e4e4ea;
    position: absolute;
    top: 0.8rem;
    z-index: 0;
}

.what-includes-wrapper
{
    position: relative;
}

.pricing-option .sub-feauture-list p
{
    margin: 0;
}

details:has(> div) summary
{
    cursor: pointer;
}

summary.feature.info-icon
{
    padding-right: 25px;
}

summary.feature.info-icon:before
{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../public/info-circle.svg)center no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
}

.feature-list
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

img.default-bg-pricing
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

img.default-bg-pricing.bg-pricing
{
    bottom: -2rem;
    left: -31rem;
}

img.default-bg-pricing.bg-pricing-highlighted
{
    bottom: -10rem;
}

.pricing-option-container
{
    position: relative;
    display: flex;
}

.pricing-notice
{
    background: #f9f8fc;
    margin-top: 30px;
    padding: 25px 30px;
    border-radius: 30px;
    font-size: 18px;
}

.pricing-notice>ul
{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.faq-wrapper
{
    display: grid;
    padding: 100px 0;
    grid-template-columns: 460px 1fr;
    gap: 140px;
}

.faq-wrapper__left h3
{
    margin-bottom: 60px;
}


/* Resetting default styles for details, summary, and p */
.faq-wrapper__right details,
.faq-wrapper__right details summary,
.faq-wrapper__right details summary p
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-wrapper__right details
{
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-wrapper__right details:not([open])
{
    /* background-color: #E3DCFD; */
}

.faq-wrapper__right details[open]:before
{
    background-color: #C296E3;
}

.faq-wrapper__right details summary
{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding-right: 25px;
}

.faq-wrapper__right details summary::after
{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L13.2374 14.8458C12.5568 15.5362 11.4432 15.5362 10.7626 14.8458L5 9' stroke='%232F302E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
}

.faq-wrapper__right details[open] summary::after
{
    transform: rotate(180deg);
}

.faq-wrapper__right details p
{
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.faq-wrapper__right details:before
{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #E3DCFD;
    top: 0;
}

.faq-wrapper__right
{
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* Mobile */

@media (max-width: 767px)
{
    .faq-wrapper
    {
        grid-template-columns: auto;
        gap: 40px;
        padding-top: 30px;
    }

    .faq-wrapper__left h3
    {
        text-align: center;
    }

}

/* Tablet */

@media (min-width:768px) and (max-width: 1280px)
{
    .faq-wrapper
    {
        gap: 40px;
        grid-template-columns: 280px 1fr;
    }
}

/* Both mobile and tablet */

@media (max-width: 1280px)
{
    .pricing-table
    {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-option
    {
        padding: 25px 15px;
    }

    .pricing-option h2
    {
        font-size: 20px;
    }

    span.price
    {
        font-size: 36px;
    }

    span.date
    {
        font-size: 18px;
    }

    .pricing-option p.description
    {
        font-size: 16px;
    }

    p.what-includes
    {
        font-size: 14px;
    }

    .pricing-option .feature
    {
        font-size: 16px;
    }

    a.pricing-btn
    {
        font-size: 16px;
    }

    .pricing-option .sub-feauture-list
    {
        font-size: 16px;
    }

    .pricing-notice
    {
        padding: 15px;
        font-size: 16px;
    }

    .faq-wrapper__left h3
    {
        margin-bottom: 20px;
    }
}


/* Desktop */

@media (min-width: 1280px)
{}