.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item[data-color="red"] .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg {
    fill: rgba(166, 0, 0, 1);
    color: rgba(166, 0, 0, 1);
}

.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item[data-color="red"] .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg :is(use,g,path,rect,polygon,ellipse) {
    fill: rgba(166, 0, 0, 1);
    color: rgba(166, 0, 0, 1);
}

.wp-block-stackable-icon-list.stk-block-icon-list {
    --stk-icon-list-marker-color: #328B35 !important;
}

.wp-block-stackable-pricing-box.stk-block-pricing-box {
    border-radius: 12px !important;
}

.wp-block-column.fox-lms-header-pricing-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.site .stk-container:not(.stk--no-background) {
    padding: 0;
}

.site .stk-block-heading:first-child .stk-block-heading__text:not([contenteditable]) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: #4238f7;
    border: 1px solid #4238f7;
    /*border-radius: 12px 12px 0px 0px;*/
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

#page .stk-block-price .stk-block-text:first-child {
    vertical-align: unset;
}

#page .stk-block-price .stk-block-text:first-child span {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #4238f7;
}

#page .stk-block-price.fox-lms-dicount-price-box .stk-block-text:first-child span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: grey;
    text-decoration: line-through;
}

.site .stk-block-price__price span.stk-block-text__text {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 29px;
    color: #D24203;
}

.site .stk-block-price__price span.stk-block-text__text sup {
    font-size: 14px;
    top: -20px;
}

.site .fox-lms-dicount-price-box .stk-block-price__price span.stk-block-text__text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: grey;
    text-decoration: line-through;
}

.stk-block-text:not(.stk-block-price__price) span.stk-block-text__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4238f7;
}

.fox-lms-dicount-price-box .stk-block-text:not(.stk-block-price__price) span.stk-block-text__text {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: grey;
    text-decoration: line-through;
}

.site .wp-block-stackable-price.stk-block-price {
    /*border-bottom: 1px solid #A6A6A6;*/
    padding-bottom: 13px;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    text-align: left;
}

.site .wp-block-stackable-price.stk-block-price.fox-lms-dicount-price-box {
    /*border-bottom: 1px solid #A6A6A6;*/
    /*padding-bottom: 13px;*/
    padding: 0 0 0 26px;
    text-align: left;
    border: unset;
    /*text-decoration: line-through;*/
    margin-bottom: 0;
}

.site .stk-block-price__price {
    font-size: 100%;
    line-height: 140%;
}

.wp-block-stackable-price.stk-block-price:after:not(.fox-lms-dicount-price-box) {
    border: 1px #A6A6A6;
    bottom: calc(20px / -2) !important;
    content: "" !important;
    display: block;
    position: absolute;
    width: 80%;
    border-bottom-style: solid !important;
    border-color: #A6A6A6 !important;
}

.site .stk-block-icon-list.stk-block .wp-block-stackable-icon-list-item:not(:last-child):after {
    content: unset !important;
}

.site .stk-block-icon-list .stk-block-icon-list--column:is(.stk-block-icon-list__ul,.stk-block-icon-list__ol) {
    padding: 0 36px 13px 26px;
}

.site .stk-block-icon-list :not(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol),
.site .stk-block-icon-list :not(ul.stk-block-icon-list__ul,ol.stk-block-icon-list__ol) li:not(.stk-block-icon-list-item) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.site .edd_purchase_submit_wrapper .edd-submit.button.blue {
    padding: 18px 32px;
    background: #4238f7;
    border: 1px solid #4238f7;
    box-shadow: 0px 1px 1px rgba(5, 27, 227, 0.25);
    border-radius: 32px;
    width: 100%;
    transition: all .2s linear;
}

.site .stk-inner-blocks>:last-child {
    padding-bottom: 1.6em;
}

body .edd_purchase_submit_wrapper .edd-submit.button.blue.active,
body .edd_purchase_submit_wrapper .edd-submit.button.blue:focus,
body .edd_purchase_submit_wrapper .edd-submit.button.blue:hover {
    color: #fff;
    background: #2e24eb;
    border-color: #4238f7;
}

.site form.edd_download_purchase_form {
    padding: 0 16px 24px;
}


/* Annual / Lifetime Toggle | Start */

#page .fox-lms-lifetime-pricing-table {
    display: none;
}

.fox-lms-pricing-period-swither {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21.33px 16px; /* Reduced padding (32px / 1.5 and 24px / 1.5) */
    color: #273044;
}

@media(min-width:1280px) {
    .fox-lms-pricing-period-swither {
        margin: 0 0 21.33px; /* Reduced margin (32px / 1.5) */
    }
}

.fox-lms-pricing-period-swither input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.fox-lms-pricing-period-swither-label {
    font-size: 16px; /* Reduced font size (19.2px / 1.5) */
    font-weight: 500;
    letter-spacing: 0.213px; /* Reduced letter spacing (0.32px / 1.5) */
    transition: opacity 0.3s ease;
}

.fox-lms-pricing-period-swither-label.lifetime {
    opacity: 1;
}

.fox-lms-pricing-period-swither input[type=checkbox]:checked~.fox-lms-pricing-period-swither-label.lifetime,
.fox-lms-pricing-period-swither-label.annual {
    opacity: 0.6;
}

.fox-lms-pricing-period-swither input[type=checkbox]:checked~.fox-lms-pricing-period-swither-label.annual {
    opacity: 1;
}

.fox-lms-pricing-period-swither-flag {
    margin: 0 10.67px; /* Reduced margin (16px / 1.5) */
    height: 29.86px; /* Reduced height (44.8px / 1.5) */
    width: 59.73px; /* Reduced width (89.6px / 1.5) */
    border-radius: 21.33px; /* Reduced border radius (32px / 1.5) */
    background-color: #4238f7;
    border: 4.27px solid #4238f7; /* Reduced border width (6.4px / 1.5) */
    position: relative;
    cursor: pointer;
}

.fox-lms-pricing-period-swither-flag:before {
    content: "";
    display: block;
    width: 25.6px; /* Reduced width (38.4px / 1.5) */
    height: 25.6px; /* Reduced height (38.4px / 1.5) */
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    transition: 0.3s ease;
}

.fox-lms-pricing-period-swither input[type=checkbox]:checked~.fox-lms-pricing-period-swither-flag:before {
    left: 0;
    transform: translateY(-50%);
}

/* Annual / Lifetime Toggle | End */


/*FAQ | Start*/


.fox-lms-homepage-faq-section {
    padding: 100px 0;
    /*background-color: #fff;*/
    background-color: transparent;
}

.fox-lms-homepage-faq-section {
    padding: 80px 40px;
}

.fox-lms-homepage-faq-section-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ays-pro-asked-questions {
    width: 80%;
    margin: auto;
}

.ays-pro-asked-questions h2 {
    color: #1a1919;
    font-size: 36px;
    line-height: 121.5%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.ays-pro-asked-question__title h4 {
    color: #262e38;
    font-size: 22px;
    line-height: 150%;
}

.ays-pro-asked-questions .ays-pro-gpt-asked-question-row:first-child {
    border-top: 1px solid #b9c2c8;
}

.ays-pro-gpt-asked-question-row {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}

.ays-pro-gpt-asked-question-row > .ays-pro-asked-question__body > p > span {
    font-weight: 600;
}

.ays-pro-gpt-asked-question-row > .ays-pro-asked-question__body > p > a {
    color: #5f61fb;
}

.ays-pro-asked-question__header {
    cursor: pointer;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
}

.ays-pro-asked-question__arrow {
    cursor: pointer;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ays-pro-asked-question__body {
    text-align: left;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #2d2d2d;
}

/*FAQ | End*/


/* 14 day gurantee | Start */

.fox-lms-pricing-page .fox-lms-wp-section-header {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.fox-lms-pricing-page .fox-lms-guarantee {
    border-width: 1px;
    /*border-width: 1px 1px 0 1px;*/
    border-style: solid;
    border-color: #D0D4F7;
    /*border-radius: 12px 12px 0 0;*/
    border-radius: 12px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.fox-lms-pricing-page .fox-lms-guarantee>div {
    flex: 50%
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content-inner {
    padding-top: 10px;
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-stamp {
    width: 125px;
    height: 97px;
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-title {
    font-size: 20px;
    font-weight: 400
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-description {
    font-size: 16px;
    margin-bottom: 12px
}

.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-description .fox-lms-thanks {
    margin-bottom: 0px
}

.fox-lms-pricing-page .fox-lms-note {
    
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #D0D4F7;
    border-radius: 0 0 12px 12px;
    /*display: flex;*/
    /*flex-direction: row;*/
    gap: 24px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 2rem;
    display: none;
}

@media all and (max-width: 1200px) {
    .fox-lms-pricing-page .fox-lms-guarantee {
        flex-wrap:wrap;
        justify-content: center
    }

    .fox-lms-pricing-page .fox-lms-guarantee {
        margin-top: 25px
    }
}

@media all and (max-width: 768px) {
    div.fox-lms-pricing-page .fox-lms-note,
    div.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-title,
    div.fox-lms-pricing-page .fox-lms-guarantee .fox-lms-guarantee-content .fox-lms-description {
        text-align: center;
    }
    
    div.fox-lms-homepage-faq-section {
        padding: 80px 0;
    }
}


/* 14 day gurantee | End */





















