.price-main-container:hover .price-info-container .elementor-widget-text-editor {
    color: #fff;
}
.price-main-container .price-info-container > .elementor-widget-text-editor:nth-child(1) {
    margin-bottom: 20px;
}
.price-main-container:hover .price-container {
    color: #fff;
}
.price-main-container:hover .price-btn-link {
    background: #fff;
    color: #20A588;
}
.price-btn-link {
    border: none;
}
.list-container {
    min-height: 260px;
    margin-bottom: 15px;
}
button.tab-btn {
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 12px 15px;
    min-width: 115px;
}
div#month {
    display: flex;
    gap: 40px;
    justify-content: center;
}
div#quarter {
    display: flex;
    gap: 40px;
    justify-content: center;
}
div#year {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.tabs button.tab-btn~span {
    position: absolute;
    width: 115px;
    height: 100%;
    top: 0;
    left: 0;
    background: #20a5b9;
    transition: 0.2s all ease;
    border-radius: 50px;
}
button.tab-btn.active:nth-child(1)~span {
    left: 0;
}
button.tab-btn.active:nth-child(2)~span {
    left: 115px;
}
button.tab-btn.active:nth-child(3)~span {
    left: 230px;
}
button.tab-btn.active {
    color: #fff;
}
.tabs {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
    border-radius: 50px;
    background: #F7F7F7;
    box-shadow: 0px 1px 10px 0px #5624A426;
}
.price-main-container {
    background-color: #F7F7F7;
    background-image: url(/wp-content/uploads/2024/09/Group-30.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 290px;
    height: auto;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 25px;
}
.list-container ul li::before {
    content: "\f00c";
    height: 20px;
    width: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: #20a5b8;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 8px;
}
.list-container ul {
    padding: 0px;
}
.button-price {
    display: flex;
}
.price-btn-link {
    background-color: #20A5B8;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    width: 100%;
    text-align: center;
    padding: 13px;
    text-decoration: none;
}
.list-container ul li {
    list-style: none;
}
.price-container {
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    border: 0;
}
.small-head {
    font-family: Plus Jakarta Sans;
    font-size: 28px;
    font-weight: 400;
    line-height: 35.28px;
    text-align: left;
}
.price-main-container:hover .list-container ul li::before {
    color: #20a5b8;
    background-color: #fff;
}
.price-main-container:hover {
    background-color: #20A5B8 !important;
    color: #fff;
    box-shadow: 0px 42px 34px 0px hsl(188deg 70% 42% / 30%);
}
.tab-container {
    position: relative;
}
html.popup-active body, html.popup-active {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
}
button.close-btn:before {
    content: '\f00d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}
div.pop-content.loader:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/YouTube_loading_symbol_3_transparent.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 300%);
}
.pop-content.pricing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #fff;
    height: 114px;
    width: 460px;
    z-index: 10006;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgb(199 199 199 / 35%) 0px 5px 15px;
    position: relative;
    gap: 20px;
}
.pop-content.pricing button.close-btn {
    top: 10px;
    right: 10px;
    border-radius: 4px;
}
html.popup-active .elementor-element-753f464 * {
    z-index: -1 !important;
}
@media(max-width:767px){
    .price-container .price {
        font-size: 26px;
        line-height: 36px;
    }
    .price-info-container {
        font-size: 14px;
    }
}
@media(max-width: 1240px){
    div#month {
        flex-wrap: wrap;
    }
}
.pop-content.pricing .subscription-response {
    flex: 100% 0 0;
}
#pop-content.pricing button:not(.close-btn) {
    background: #20a5b8;
    border: 1px solid #20a5b8;
    padding: 2px 13px;
    border-radius: 2px;
    color: #fff;
}
/*popup desgin*/
.home div#popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
html.popup-active .background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.home .pop-content {
    display: flex;
    height: 100%;
    width: 100%;
}
.home div.pop-content.loader .popup-content {
    display: none;
}
.home .popup-content {
    max-width:525px;
    width: 100%;
    background: url(/wp-content/uploads/2025/04/Select-Plan-1.png);
    background-size: cover;
    padding: 30px;
    border-radius: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.home .pop-content h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 49px;
    left: 0;
}
.home .pop-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.popup-content label {
    color: #ffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.home #pop-content input[radio] {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 3px 3px 3px 8px;
    color: #000;
}
.home .total-price {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    padding-top: 20px;
}
.home button.buy-now {
    background: #ffffff !important;
    color: #212121 !important;
    font-weight: 700;
    border: 0;
    padding: 15px 15px;
    border-radius: 8px;
    margin: 0;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}
.home button.buy-now:hover {
    background: #fff !important;
    color: #006064 !important;
}
.home button.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #20a5b8;
    color: #fff;
    border: none;
    font-size: 0;
}
.home .popup-content p {
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.home .popup-content p strong {
    font-weight: 500 !important;
}
.home .popup-content .calculation-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.home .total-price span#total_price_display {
    text-align: end;
}
.home button.close-popup {
    position: absolute;
    font-size: 18px;
    top: 30px;
    right: 30px;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 50%;
    padding: 2px 8px;
}
.range-button {
    position: relative;
    width: 100%;
    max-width: 190px;
}
.input-btn {
    cursor: pointer;
    color: #424242;
    position: absolute;
    right: 6px;
}
.btn-increment1.input-btn,
.btn-increment.input-btn{
    top: 0px;
    font-size: 12px;
}
.btn-decrement1.input-btn,
.btn-decrement.input-btn{
    bottom: 0px;
    font-size: 12px;
}
.range-button input[type="number"]::-webkit-inner-spin-button,
.range-button input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0; /* Remove margin */
}
.home .popup-content p.inital-price {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 600;
    align-items: flex-end;
}
.home .popup-content p.addon-section {
    text-align: center;
}
.home .popup-content p.addon-section:before,
.home .popup-content p.addon-section:after{
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background: #fff;
    top: 12px;
}
.home .popup-content p.addon-section:before {
    left: 0;
}
.home .popup-content p.addon-section:after {
    right: 0;
}
.home .popup-content p.total_sites, p.total_sites_urls {
    margin-bottom: 10px;
    font-size: 14px !important;
    margin-top: 5px;
}
.calculation-section {position: relative;padding-bottom: 20px;}
p.p-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.p-tag span {
    font-size: 18px;
}
p.p-tag:not(:last-child) {
    margin-bottom: 10px !important;
}
p.add-on.p-tag {
    margin-bottom: 0 !important;
}
@media(max-width:420px){
    .home .popup-content p.addon-section:before, .home .popup-content p.addon-section:after {
        width: 32%;
    }
}
span.tooltip {
    opacity: 1 !important;
    position: relative;
}
span.tooltip span {
    display: none;
    position: absolute;
    background: #fff;
    color: #000 !important;
    padding: 5px;
    border-radius: 4px;
    top: -6px;
    width: max-content;
    max-width: 320px;
    left: 24px;
}
.tooltip:hover span.initial-tooltip,
.tooltip:hover span.extra-url-tooltip,
.tooltip:hover .price-url-tooltip{
    display: block;
}
.home .popup-content span {
    color: #fff;
}
.inital-price-box,
.extra-url-box,
.price-url-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.amt {
    padding-top: 20px;
}
i.fa-solid.fa-circle-info {
    font-size: 15px;
    margin-left: 5px;
}
@media(min-width:768px){
    span.desktop-hidden {
        display: none;
    }
}
span.extra-url-qt,
.price-url-amt,
.inital-amt{
    font-size: 14px !important;
    margin-left: 5px;
    font-weight: 100;
}
p.urls-data, .price-data, .addon-data, .amt {
    font-weight: 600;
}
@media(max-width:767px){
    span.mobile-hidden {
        display: none;
    }
    .home .popup-content {
        padding: 15px;
        width: 90%;
    }
    .home button.close-popup {
        top: 15px;
        right: 15px;
    }
}
@media(max-width:470px){
    span.tooltip span{
        max-width: 50vw;
    }
}
/*hightlight css*/
.price-main-container.customize {
    box-shadow: 0px 42px 34px 0px hsl(188deg 70% 42% / 30%);
    background: rgb(32,165,184);
    background: linear-gradient(178deg, rgb(16 132 149) 0%, rgb(62 173 189) 50%, rgb(89 200 215) 100%);
    color: #fff !important;
    position:relative;
    border: 1px solid #3d3d3d;
}
.price-main-container.customize .price-container,
.price-main-container.customize .price-info-container .elementor-widget-text-editor,
.price-main-container.customize .price-info-container .elementor-widget-text-editor{
    color: #ffffff;
    text-shadow: 1px 1px 0px #797979;
}
.price-main-container.customize .price-btn-link,
.price-main-container.customize .list-container ul li::before{
    background: #fff;
    color: #20A588;
    text-shadow: none !important;
}
.price-main-container.customize .price-btn-link {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #48b7c7;
    font-weight: 700;
}
.customize span.price {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}
.customize .price-container {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}
.extra-url-box .url-cal-m span.url-etc {
    display: block !important;
    position: unset !important;
    font-size: 14px !important;
}
.extra-url-box span.extra-url-tooltip.url-cal-m {
    font-size: 14px;
}
.price-url-box span.price-url-tooltip {
    font-size: 14px !important;
}
.price-url-box span.price-url-tooltip.cal-etc {
    position: unset;
}
.price-container {
    min-height: 64px;
}
/*new css*/
.price-for-free {
    position: relative;
}
.price-for-free::after {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/Group_-4.png);
    background-size: contain;
    width: 120px;
    height: 85px;
    position: absolute;
    top: -43px;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
    /* animation: scaleforwinneronvote 1.2s infinite alternate; */
    transform: translateX(-50%);
}
@keyframes scaleforwinneronvote {
    0%, 100% {
      transform: rotate(345deg) scale(1);
      
    }
    50% {
      transform: rotate(345deg) scale(1.2);
  
    }
}
.price-main-container {
    position: relative;
    z-index: 0;
    border-radius: 20px;
    /* overflow: hidden; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    box-shadow: 5px 4px 50px rgba(0, 0, 0, 0.05);
    background-color: #F7F7F7;
    background-image: url(/wp-content/uploads/2024/09/Group-30.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-top: 50px;
}
.price-main-container:not(.customize)::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 40% 40%;
    background-position: 0 0, 100% 100%;
    background-image: linear-gradient(90deg, #118596, #58c7d691), linear-gradient(90deg, #118596, #58c7d691);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.price-main-container::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #f1f1f1;
    background-image: url(/wp-content/uploads/2024/09/Group-30.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 18px;
}
.price-main-container:hover::after{
    background-color:#20a5b8;
    border:unset;
}
@keyframes rotate {
    100% {
      transform: rotate(1turn);
    }
} 
.price-main-container.customize:after {
    background: rgb(32, 165, 184) !important;
    background: linear-gradient(178deg, rgb(16 132 149) 0%, rgb(62 173 189) 50%, rgb(89 200 215) 100%) !important;
}
.price-main-container.customize:hover::after {
    background: rgb(0 0 0) !important;
    background: linear-gradient(178deg, rgb(0 0 0) 0%, rgb(2 2 2) 50%, rgb(89 200 215) 100%) !important;
}
.price-main-container:hover::after {
    background: rgb(0 0 0) !important;
    background: linear-gradient(178deg, rgb(0 0 0) 0%, rgb(2 2 2) 50%, rgb(89 200 215) 100%) !important;
}
.price-for-free {
    padding: 30px;
}
button.choose-plan-button {
    color: #ffffff;
    font-weight: 700;
    padding: 12px 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.price-main-container:hover .price-btn-link {
    color: #20a5b8;
}
  /* Badge area 2 style */
.badge-product-sale {
    display: table;
    position: absolute;
    text-align: center;
    top: 19px;
    left: 0px;
    z-index: 2;
    min-width: 100px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.badge-product-sale span {
    position: relative;
    background: #128596;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
}
.badge-product-sale span.percent {
    background: #201f1f;
}
  
.badge-product-sale span::before {
    border: 5px solid #128596;
    border-color: #158899  transparent transparent #158899;
    border-width: 9px 5px;
    position: absolute;
    right: -9px;
    top: 0;
    content: "";
    z-index: 1;
}
.badge-product-sale span::after {
    border: 5px solid #128697;
    border-color: transparent  transparent #128697 #128697;
    border-width: 10px 5px;
    position: absolute;
    right: -9px;
    bottom: 0;
    content: "";
    z-index: 1;
}
.badge-product-sale span.percent::before {
    border: 5px solid #201f1f;
    border-color: #201f1f  transparent transparent #201f1f;
    border-width: 9px 5px;
}
.badge-product-sale span.percent::after {
    border: 5px solid #201f1f;
    border-color: transparent transparent #201f1f #201f1f;
    border-width: 10px 5px;
}
.price-btn-link:visited {
    color: #ffffff;
}
a.button-direct-checkout.price-btn-link {
    color: #ffffff;
    font-weight: 700;
    padding: 12px 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/*pricing CSS*/
.pricing-ul ul {
    margin: 0;
    padding-left: 30px;
}
.pricing-ul ul li {
    padding: 7.75px 0;
    position: relative;
}
.pricing-ul {
    height: -webkit-fill-available;
}
a.elementor-button {
    padding: 13px 71px;
}
.price-container {
    color: #000;
}
.pricing-ul ul li:before {
    content: "\f00c";
    position: absolute;
    height: 20px;
    width: 20px;
    left: -30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: #20a5b8;
    padding: 1px 4px;
    font-size: 13px;
    border-radius: 50%;
    color: #fff;
}      
.pricing-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    width: max-content;
    margin: 0 auto;
    background: #F7F7F7;
    box-shadow: 0px 1px 10px 0px #5624A426;
    border-radius: 35px;
    position: relative;
}
.pricing-tabs.elementor-widget-tabs .elementor-tabs-wrapper::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #20A5B8;
    left: 0;
    z-index: 0;
    border-radius: 35px;
    transition: 0.25s ease-out;
		top: 0;
}
.pricing-tabs.elementor-widget-tabs .elementor-tabs-wrapper:has(.elementor-tab-title.elementor-active[data-tab="2"]):after {
    transform: translateX(calc(100% + 0px)) !important;
}
.pricing-tabs.elementor-widget-tabs .elementor-tabs-wrapper:has(.elementor-tab-title.elementor-active[data-tab="2"]):after {
    transform: translateX(calc(100% - 0px));
}
.pricing-tabs div.elementor-tab-title {
    z-index: 1;
    padding: 14.5px 23.5px !important;
}
.pricing-tabs{
    margin-top: 40px;
}
.price-temp:hover {
    background-color: #20A5B8 !important;
    color: #fff;
    box-shadow: 0px 42px 34px 0px hsl(188deg 70% 42% / 30%);
}
.price-temp:hover * {
    color: #fff !important;
}
.price-temp:hover a.elementor-button {
    color: #000 !important;
    background-color: #fff !important;
}
.price-temp:hover a.elementor-button span.elementor-button-text {
    color: #000 !important;
}
.price-temp:hover .pricing-ul ul li:before {
    color: #20a5b8;
    background-color: #fff;
}
/*pricing css end */
/* need to move it to pricing.css*/
.price-info-container span.per-month {
    display: none;
}
.list-container {
    min-height: 260px;
    margin-bottom: 15px;
}
.price-container {
    min-height: 64px;
}
.price-main-container .price-info-container > .elementor-widget-text-editor:nth-of-type(1) {
    margin-bottom: 20px;
}