@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
.pricingPlans-section .pricing-toggles .button-switches,
.pricingPlans-section .pricing-toggles .plans-switches {
    background: linear-gradient(125.68deg, rgba(109, 243, 255, 0.5) 15.12%, rgba(227, 255, 203, 0.5) 70.84%);
    border-radius: 8px;
}
.pricingPlans-section .pricing-toggles {
    text-align: center;
}
.pricingPlans-section .pricing-toggles .button-switches {
    position: relative;
    width: 265px;
    margin: auto;
    padding: 1px;
}
.pricingPlans-section .pricing-toggles .button-switches .button-switches-box {
    background: #2a4129;
    border-radius: 8px;
    padding: 3px;
    display: flex;
    justify-content: space-between;
}
.pricingPlans-section .pricing-toggles .button-switches span.switches-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    padding: 8px 24px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.5s;
}
.pricingPlans-section .pricing-toggles .button-switches span.switches-btn.active_pkg,
.pricingPlans-section .pricing-toggles .plans-switches span.site-active {
    background-color: #669165;
    color: #fff;
}
.pricingPlans-section .pricing-toggles .button-switches span.switches-btn sup {
    font-size: 12px;
    line-height: 16px;
    top: 3px;
    display: block;
    color: #fff;
    font-weight: 400;
}
.pricingPlans-section .pricing-toggles .button-switches span.switches-btn sup span {
    color: #ffcd6b;
    font-weight: 600;
}
.pricingPlans-section .pricing-toggles .button-switches span.switches-btn.active_pkg sup {
    color: #fff;
}
.pricingPlans-section .pricing-toggles .plans-switches {
    display: inline-block;
    overflow: hidden;
    padding: 2px;
    margin-top: 15px;
}
.pricingPlans-section .pricing-toggles .plans-switches .plans-switches-box {
    background-color: #2a4129;
    padding: 15px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pricingPlans-section .pricing-toggles .plans-switches span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #74b27b;
    border-radius: 6px;
    padding: 7px 14px;
    cursor: pointer;
}
.pricingPlans-section .pricing-table {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 65px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pricingPlans-section .pricing-table .pricing-table-box {
    flex: 0 33.33%;
    border-radius: 0;
    background: linear-gradient(180deg, #fff 75%, #f2f8f3 100%);
}
.pricingPlans-section .pricing-table .pricing-table-box .pricing-bottom,
.pricingPlans-section .pricing-table .pricing-table-box .pricing-top {
    padding: 24px 30px;
}
.pricingPlans-section .pricing-table .pricing-table-box .pricing-top {
    text-align: center;
    padding-top: 45px;
}
.pricingPlans-section .pricing-table .pricing-table-box .box-item {
    position: relative;
}
.pricingPlans-section .pricing-table .pricing-table-box h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    color: #042626;
    margin: 0;
}
.pricingPlans-section .pricing-table .pricing-table-box .popular-plan {
    position: absolute;
    right: 8px;
    margin: auto;
    background: linear-gradient(90deg, #b0f3ad, #8bc6ec);
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 3px 30px;
    text-align: center;
    width: 72px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    border-radius: 0 0 12px 12px;
}
.pricingPlans-section .pricing-table .pricing-table-box .popular-plan svg {
    width: 20px;
    margin-right: 6px;
    vertical-align: sub;
    fill: #33688b;
    top: -2px;
    position: relative;
}
.pricingPlans-section .pricing-table .pricing-table-box .popular-plan span {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #3B423B;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 22px 30px 15px;
    flex-direction: column-reverse;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    color: #042626;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price h4 sub {
    font-size: 18px;
    bottom: 0;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price h4 span {
    margin-left: -5px;
    margin-right: -5px;
    display: inline-block;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price h4 sup {
    bottom: 0;
    font-weight: 600;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-price h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    text-decoration: line-through;
    color: #74b27b;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan_excrept p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #627465;
    padding: 0 20px;
}
.pricingPlans-section .pricing-table .pricing-table-box hr {
    margin: 3px 0;
    background-color: #dde8df;
}

.pricingPlans-section .pricing-table .pricing-table-box .plan-btn button {
    padding: 12px 24px;
    border: 1px solid #3b423b;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0 0;
    background-color: transparent;
    color: #3b423b;
}
.pricingPlans-section .pricing-table .pricing-table-box.popular {
    background: linear-gradient(323.28deg, #375136 36.4%, #537952 83.83%);
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 40px -8px #9ef3e7;
}

@keyframes shimmer {
    from {
        background-position-x: 0%;
    }
    to {
        background-position-x: 100%;
    }
}
.pricingPlans-section .pricing-table .pricing-table-box.popular hr {
    background-color: #5A8662;
}
#feature-table thead tr.feature-header th.plan-box.popular h3,
#feature-table thead tr.feature-header th.plan-box.popular h4,
.pricingPlans-section .pricing-table .pricing-table-box.popular .plan-price h4,
.pricingPlans-section .pricing-table .pricing-table-box.popular .plan-price h5,
.pricingPlans-section .pricing-table .pricing-table-box.popular h3,
.pricingPlans-section .pricing-table .pricing-table-box.popular .plan_excrept p {
    color: #DDFFD7;
}
.pricingPlans-section .pricing-table .pricing-table-box.popular .plan-btn button {
    background: linear-gradient(70deg, #ffb31b 20%, #ffce6b 100%);
    color: #544424;
    border-color: #ffb31b;
}
.pricingPlans-section .pricing-table .pricing-table-box.box-1 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.pricingPlans-section .pricing-table .pricing-table-box.box-2 .plan-btn button {
    background-color: #669165;
    color: #fff;
    border-color: #669165;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-cta {
    margin-top: 20px;
}
.pricingPlans-section .pricing-table .pricing-table-box .plan-cta a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #74b27b;
    text-transform: uppercase;
    text-decoration: none;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited {
    flex: auto;
    background: linear-gradient(86.78deg, #74b27b -49.56%, #000 75.04%);
    padding: 32px 50px !important;
    border-radius: 8px;
    margin: 30px 0;
    position: relative;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffff001f;
    top: 0;
    z-index: 1;
    opacity: 1;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .sale-tag {
    margin-bottom: 30px;
    position: relative;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .sale-tag:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2025/07/Vector-1.svg");
    width: 140px;
    height: 15px;
    background-repeat: no-repeat;
    bottom: -16px;
    background-size: cover;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .sale-tag span {
    color: #ffce6b;
    font-family: "Kaushan Script", cursive;
    font-size: 19px;
    letter-spacing: 1px;
    position: relative;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .plan-title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    color: #e3f1e3;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 p {
    margin: 5px 0 0;
    color: #d7f2d6;
    font-style: italic;
    font-size: 16px;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .plan-price {
    justify-content: flex-start;
    margin: 8px 0 0;
    flex-direction: row;
    gap: 30px;
    align-items: end;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .plan-price h4 {
    color: #e3f1e3;
    font-weight: 600;
    font-size: 48px;
    line-height: 40px;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-1 .plan-price h5 {
    color: #def5f6;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 25px;
    font-family: "Kaushan Script", cursive;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-2 {
    padding-left: 30px;
    border-left: 1px solid #65ae9d;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-2 .plan-details h4 {
    color: #d7f2d6;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-3 .plan_excrept p {
    padding: 0;
    color: #d7f2d6;
    font-size: 16px;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-3 h5 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #318309, #c4f9ca 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-3 .plan-btn button {
    color: #2a4129 !important;
    background: #e3f1e3 !important;
    padding: 12px 24px;
    border: 1px solid #e3f1e3;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0 10px;
}
#pricing-features-table {
    border: 1px solid #ddeedf;
    border-radius: 10px;
    overflow: hidden;
}
#pricing-features-table table {
    padding: 0 !important;
    margin: 0;
}
#pricing-features-table table,
#pricing-features-table table td,
#pricing-features-table table th {
    border: none !important;
}
#feature-table thead tr.feature-header th.feature-heading {
    text-align: left;
    width: 50%;
    padding: 28px 40px;
    border-bottom: 1px solid #ddeedf !important;
}
#feature-table thead tr.feature-header th.feature-heading .feature-years-heading {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #3b423b;
}
#feature-table thead tr.feature-header th.feature-heading .feature-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #789595;
    display: block;
    margin-top: 15px;
    width: 300px;
}
#feature-table thead tr.feature-header th.feature-heading .pricing-toggles {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
}
#feature-table thead tr.feature-header th.feature-heading .button-switches {
    border: 1px solid #ddeedf;
    border-radius: 25px;
    padding: 8px 7px;
    position: relative;
    display: flex;
    gap: 20px;
}
#feature-table thead tr.feature-header th.feature-heading .button-switches span {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #558f5b;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 22px;
    cursor: pointer;
    transition: 0.5s;
    background-color: #f4fdf5;
}
#feature-table thead tr.feature-header th.feature-heading .button-switches span.active_pkg {
    background-color: #3b423b;
    box-shadow: 0 8px 16px 0 #03660f52;
    color: #fff;
}
#feature-table thead tr.feature-header th.plan-box {
    width: 16%;
    border-left: 1px solid #ddeedf !important;
    border-bottom: 1px solid #ddeedf !important;
    padding: 25px 20px 10px;
}
#feature-table thead tr.feature-header th.plan-box h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #3b423b;
}
#feature-table thead tr.feature-header th.plan-box h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #3b423b;
}
#feature-table thead tr.feature-header th.plan-box h4 sup {
    font-size: 18px;
    font-weight: 600;
}
#feature-table thead tr.feature-header th.plan-box h4 span {
    margin-left: -5px;
}
#feature-table thead tr.feature-header th.plan-box .plan-btn button {
    padding: 12px 24px;
    background-color: transparent;
    border: 1px solid #3b423b;
    color: #3b423b;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0 0;
}
#feature-table tbody tr td.feature-icon.popular,
#feature-table thead tr.feature-header th.plan-box.popular {
    background-color: #537952 !important;
    border-color: #63996D !important;
}
#feature-table thead tr.feature-header th.plan-box.popular .plan-btn button {
    border-color: #ffb31b;
    background: linear-gradient(36.61deg, #ffb31b 47.03%, #ffce6b 63.92%);
    color: #544424;
}
#feature-table tbody tr td.feature-icon:nth-last-child(3),
#feature-table thead tr.feature-header th.plan-box.pricing-box-1 {
    background-color: #faffff;
}
#feature-table tbody tr td.feature-icon:nth-last-child(2),
#feature-table thead tr.feature-header th.plan-box.pricing-box-2 {
    background-color: #f9fcf9;
}
#feature-table thead tr.feature-header th.plan-box.pricing-box-2 .plan-btn button {
    background-color: #669165;
    border-color: #669165;
    color: #fff;
}
#feature-table tbody tr td.feature-title {
    width: 50%;
    padding: 20px 40px;
    border-bottom: 1px solid #ddeedf !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #627465;
}
#feature-table tbody tr td.feature-title span {
    border-radius: 4px;
    background-color: #669165;
    padding: 4px 8px;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
}
#pricing-features-table table .parent-row + .child-row td {
    border-top: 1px solid #ddeedf !important;
}
#pricing-features-table table .parent-row td.parent-heading{
    padding: 15px 40px;
}
#pricing-features-table table .parent-row td.parent-heading h5{
    margin: 0;
    font-weight: 600;
    line-height: 32px;
    color: #3b423b;
    font-size: 25px;
}
#feature-table tbody tr td.feature-icon {
    width: 16%;
    border-left: 1px solid #ddeedf !important;
    border-bottom: 1px solid #ddeedf !important;
    text-align: center;
}
#feature-table tbody tr:last-child td.feature-title {
    border-bottom: 0 !important;
}
#feature-table tbody tr td.feature-icon span {
    line-height: 0;
    display: block;
}
#feature-table tbody tr td.feature-icon svg {
    width: 18px;
}
#feature-table tbody tr td.feature-icon span.check svg {
    fill: #74B27B;
}
#feature-table tbody tr td.feature-icon span.cross svg {
    fill: #C8E5E5;
}
#feature-table tbody tr td.feature-icon.unlimited,
#feature-table thead tr.feature-header th.plan-box.unlimited {
    display: none;
}
#feature-table tbody tr td.feature-icon.popular span.check svg{
    fill: #74B27B;
}

@media only screen and (max-width: 767px) {
    .pricingPlans-section .pricing-toggles .plans-switches {
        padding: 1px;
    }
    .pricingPlans-section .pricing-toggles .plans-switches .plans-switches-box{
        padding: 15px 15px;
    }
    .pricingPlans-section .pricing-toggles .plans-switches span {
        padding: 6px 10px;
        font-size: 13px;
        margin: 0 1px;
    }
    .pricingPlans-section .pricing-table {
        flex-wrap: wrap;
        margin-top: 50px;
        gap: 50px;
    }
    .pricingPlans-section .pricing-table .pricing-table-box {
        flex: 0 100%;
        border-radius: 8px !important;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    }
    #pricing-features-table {
        padding: 0 5px;
    }
    #feature-table .feature-header th.feature-heading,
    #feature-table td.feature-title {
        display: block;
        width: 100% !important;
        padding: 20px !important;
    }
    #feature-table .feature-header th.plan-box,
    #feature-table td.feature-icon {
        display: inline-block;
        width: 33% !important;
    }
    #feature-table thead tr.feature-header th.plan-box {
        padding: 25px 10px !important;
    }
    #feature-table thead tr.feature-header th.plan-box h3 {
        font-size: 16px;
        line-height: 22px;
    }
    #feature-table thead tr.feature-header th.plan-box .plan-btn button {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 5px;
    }
    #feature-table tbody tr td.feature-title {
        font-size: 15px;
    }
    #feature-table tbody tr td.feature-icon {
        padding: 20px 0;
    }
    #feature-table thead tr.feature-header th.feature-heading {
        text-align: center;
    }
    #feature-table thead tr.feature-header th.feature-heading .pricing-toggles {
        justify-content: center;
    }
    #feature-table thead tr.feature-header th.plan-box h4 {
        font-size: 22px;
    }
    #feature-table thead tr.feature-header th.plan-box h4 sup {
        font-size: 12px;
    }
    #feature-table thead tr.feature-header th.plan-box h4 span {
        margin-left: 0;
    }
    #feature-table tbody tr:last-child td.feature-title {
        border-bottom: 1px solid #ddeedf !important;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited {
        padding: 30px !important;
        margin: 0;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item {
        flex-wrap: wrap;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-plan {
        flex: 0 100%;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-2 {
        padding-left: 0;
        border-left: 0;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-2 .plan-details h4 {
        font-size: 18px;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item-3 .plan-btn button {
        width: 100%;
    }
    #feature-table thead tr.feature-header th.feature-heading .feature-content{
        margin: 10px auto 0;
    }
    #pricing-features-table table .parent-row td.parent-heading{
        padding: 15px 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .pricingPlans-section .pricing-table .pricing-table-box .pricing-bottom,
    .pricingPlans-section .pricing-table .pricing-table-box .pricing-top {
        padding: 24px 20px;
    }
    #pricing-features-table {
        padding: 0 5px;
    }
    #feature-table .feature-header th.feature-heading,
    #feature-table td.feature-title {
        display: block;
        width: 100% !important;
        padding: 20px !important;
    }
    #feature-table .feature-header th.plan-box,
    #feature-table td.feature-icon {
        display: inline-block;
        width: 33% !important;
    }
    #feature-table thead tr.feature-header th.plan-box {
        padding: 25px 10px !important;
    }
    #feature-table thead tr.feature-header th.plan-box h3 {
        font-size: 16px;
        line-height: 22px;
    }
    #feature-table thead tr.feature-header th.plan-box .plan-btn button {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 5px;
    }
    #feature-table tbody tr td.feature-title {
        font-size: 15px;
    }
    #feature-table tbody tr td.feature-icon {
        padding: 20px 0;
    }
    #feature-table thead tr.feature-header th.feature-heading {
        text-align: center;
    }
    #feature-table thead tr.feature-header th.feature-heading .pricing-toggles {
        justify-content: center;
    }
    #feature-table thead tr.feature-header th.plan-box h4 {
        font-size: 22px;
    }
    #feature-table thead tr.feature-header th.plan-box h4 sup {
        font-size: 12px;
    }
    #feature-table thead tr.feature-header th.plan-box h4 span {
        margin-left: 0;
    }
    #feature-table tbody tr:last-child td.feature-title {
        border-bottom: 1px solid #ddeedf !important;
    }
    #feature-table thead tr.feature-header th.feature-heading .feature-content {
        margin: auto;
    }
    .pricingPlans-section .pricing-table .pricing-table-box.unlimited .box-item {
        flex-wrap: wrap;
    }
    #pricing-features-table table .parent-row td.parent-heading{
        padding: 15px 20px;
    }
}
