.elementor-38 .elementor-element.elementor-element-6f0bae8 > .elementor-container{max-width:1200px;}.elementor-38 .elementor-element.elementor-element-6f0bae8{padding:70px 0px 0px 0px;}
        .elementor-38 .elementor-element.elementor-element-07a1b29 .tx-title
        {font-size:52px;}.elementor-38 .elementor-element.elementor-element-07a1b29{text-align:center;}.elementor-38 .elementor-element.elementor-element-6d13969{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-e70fde6{--display:flex;}.elementor-38 .elementor-element.elementor-element-b2b4c7d{--display:flex;}.elementor-38 .elementor-element.elementor-element-553d7a1{--display:flex;}.elementor-38 .elementor-element.elementor-element-e0659ae{--display:flex;}.elementor-38 .elementor-element.elementor-element-62fac2e{--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-slide-height:auto;--e-n-carousel-slide-container-height:100%;--e-n-carousel-arrow-prev-left-align:0%;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-translate-y:-50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-next-right-align:0%;--e-n-carousel-arrow-next-translate-x:0%;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-translate-y:-50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-hover-color:#EB0000;}.elementor-38 .elementor-element.elementor-element-10fe5cc{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-38 .elementor-element.elementor-element-6fa8dde > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-38 .elementor-element.elementor-element-4326f6d > .elementor-container{max-width:1200px;}.elementor-38 .elementor-element.elementor-element-4326f6d{padding:130px 0px 40px 0px;}.elementor-38 .elementor-element.elementor-element-b42fee9 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-38 .elementor-element.elementor-element-62fac2e{--e-n-carousel-swiper-slides-to-display:2;}.elementor-38 .elementor-element.elementor-element-10fe5cc{--grid-auto-flow:row;}.elementor-38 .elementor-element.elementor-element-a02aefa > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-38 .elementor-element.elementor-element-62fac2e{--e-n-carousel-swiper-slides-to-display:1;}.elementor-38 .elementor-element.elementor-element-10fe5cc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}@media(min-width:768px){.elementor-38 .elementor-element.elementor-element-0a251ac{width:40%;}.elementor-38 .elementor-element.elementor-element-a02aefa{width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-38 .elementor-element.elementor-element-0a251ac{width:100%;}.elementor-38 .elementor-element.elementor-element-a02aefa{width:100%;}}/* Start custom CSS for tx_pricing_box, class: .elementor-element-0709120 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2fb4e83 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2f06c2b *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-4dd30a1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-0709120 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2fb4e83 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2f06c2b *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-4dd30a1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-0709120 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2fb4e83 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2f06c2b *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-4dd30a1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-0709120 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2fb4e83 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2f06c2b *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-4dd30a1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-0709120 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-0709120 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2fb4e83 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2fb4e83 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-2f06c2b *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-2f06c2b .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-4dd30a1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-4dd30a1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for nested-carousel, class: .elementor-element-62fac2e */.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-main-swiper,
.elementor-38 .elementor-element.elementor-element-62fac2e .swiper,
.elementor-38 .elementor-element.elementor-element-62fac2e .swiper-container {
  position: relative;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .swiper-wrapper {
  align-items: flex-start;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .swiper-slide {
  height: auto !important;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button {
  position: absolute;
  top: 38% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 10;
  color: #000 !important;
  fill: #000 !important;
  opacity: 1 !important;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button i,
.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button svg {
  color: #000 !important;
  fill: #000 !important;
  opacity: 1 !important;
  width: 24px;
  height: 24px;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-prev {
  left: 10px !important;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-next {
  right: 10px !important;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button.swiper-button-disabled,
.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button.swiper-button-disabled i,
.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button.swiper-button-disabled svg {
  color: #000 !important;
  fill: #000 !important;
  opacity: 1 !important;
}

.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button:hover,
.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button:hover i,
.elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button:hover svg {
  color: #808080 !important;
  fill: #808080 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button {
    top: 35% !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-prev {
    left: 8px !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-next {
    right: 8px !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button i,
  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button svg {
    width: 22px;
    height: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button {
    top: 32% !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-prev {
    left: 6px !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button-next {
    right: 6px !important;
  }

  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button i,
  .elementor-38 .elementor-element.elementor-element-62fac2e .elementor-swiper-button svg {
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-1ce61fd *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price::before{
    content: "$99"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-1ce61fd .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-7453f79 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price::before{
    content: "$199"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-7453f79 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-f5a2bd6 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price::before{
    content: "$399"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 72px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-f5a2bd6 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for tx_pricing_box, class: .elementor-element-cc3f4f1 *//* ===== FINAL OLD PRICE STYLE - LONGER CUSTOM CUT LINE ===== */

.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price{
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-top: 42px !important;
    margin: 10px 0 24px !important;
    overflow: visible !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
    clear: both;
}

/* Old price text */
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price::before{
    content: "$1299"; /* change this for each card */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;

    font-family: "Inter", "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #000000;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: color 0.3s ease;
}

/* Custom cut line */
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 3;

    width: 82px;   /* THIS LINE CONTROLS THE LENGTH */
    height: 2px;   /* this controls thickness */
    background: #000000;
    border-radius: 999px;
    transform: rotate(-12deg);

    transition: background 0.3s ease;
    pointer-events: none;
}

/* On hover: old price and cut line become white */
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card:hover .card-price::before,
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price:hover::before{
    color: #ffffff;
}

.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card:hover .card-price::after,
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price:hover::after{
    background: #ffffff;
}

/* Keep button below price */
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-btn,
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card a.card-btn,
.elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .lw-h-1.card-btn{
    display: inline-flex !important;
    clear: both !important;
    margin-top: 8px !important;
    position: relative;
    z-index: 1;
}

/* Mobile */
@media (max-width: 767px){
    .elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price{
        padding-top: 36px !important;
        margin: 8px 0 20px !important;
    }

    .elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price::before{
        font-size: 20px;
    }

    .elementor-38 .elementor-element.elementor-element-cc3f4f1 .lw-pricing-1-card .card-price::after{
        top: 10px;
        width: 58px; /* mobile length */
        height: 2px;
    }
}/* End custom CSS */