/* FMP Pricing 25 Widget Styles */
.new_autonomous_pricings_cards_wrap {
    /* display: flex; */
    gap: 0 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.fmp_pricing_card {
    background: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    flex: 1;
    min-height: 941px;
}

.fmp_pricing_card.enterprise {
    border: 0.5px solid #705afe;
    background: linear-gradient(-5.42deg, #f4ebff 5.77%, #ffffff 101.81%);
}

.fmp_pricing_card.popular {
    position: relative;
}

.popular_badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%);
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.36px;
}

.fmp_pricing_card.popular .popular_badge p {
    margin: 0;
    color: #fff !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: -0.36px;
}

.fmp_pricing_card .card_content {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: auto;
}

.card_header {
    min-height: 75px;
    margin-bottom: 24px;
}

.card_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091e42;
    letter-spacing: -0.72px;
    margin: 0 0 8px 0;
}

.fmp_pricing_card .card_description {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.2;
    color: #253858;
    letter-spacing: -0.16px;
    margin: 0 !important;
}

.card_price {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #2f39bf;
    letter-spacing: -1.2px;
    margin: 0 0 24px 0;
    display: flex;
    align-items: baseline;
}

.enterprise .card_price {
    font-size: 28px;
    margin-bottom: 18px;
}

.price_period {
    font-weight: 400;
    font-size: 14px;
    color: #253858;
    letter-spacing: -0.14px;
    margin-left: 8px;
}

.tech_icons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.tech_icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 0.5px solid #c1c7d0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    position: relative;
}

.tech_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta_button {
    width: 100%;
    height: 40px;
    border: 1px solid #2f39bf;
    border-radius: 4.913px;
    background: transparent;
    color: #2f39bf;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    text-align: center;
    text-decoration: none !important;
}

.cta_button:hover {
    background: #2f39bf;
    color: #ffffff;
}

.cta_button.primary {
    background: #2f39bf;
    color: #ffffff;
}

.cta_button.primary:hover {
    background: #1e2a8a;
}

.section_title {
    font-weight: 600;
    font-size: 14px;
    color: #253858;
    letter-spacing: -0.14px;
    margin: 0 0 16px 0;
}

.plan_features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature_item {
    font-weight: 400;
    font-size: 16px;
    color: #253858;
    letter-spacing: -0.16px;
    line-height: 1;
    position: relative;
}

.feature_item .bold {
    font-weight: 600;
}

.feature_item .underline {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 16%;
}

.divider {
    height: 1px;
    background: #dfe1e6;
    margin: 24px 0;
}

.features_included {
    margin-bottom: 0;
}

.feature_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature_list_item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.owl-carousel .owl-item .check_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.feature_text {
    font-weight: 400;
    font-size: 16px;
    color: #253858;
    letter-spacing: -0.16px;
    line-height: 1;
}

.additional_charges {
    margin-top: auto;
}

.additional_charges .section_title {
    margin-bottom: 16px;
}

.charges_list {
    font-weight: 400;
    font-size: 14px;
    color: #5e6c84;
    line-height: 1.5;
}

.charges_list li {
    margin-bottom: 8px;
    list-style: none;
    position: relative;
    padding-left: 17px;
}

.charges_list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #253858;
    font-size: 18px;
    top: 2px;
    line-height: 100%;
    display: inline-block;
}

.charges_list .bold {
    font-weight: 500;
    color: #253858;
}

.charges_list .underline {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 16%;
    color: #253858;
    font-weight: 500;
}

/* Enterprise specific styles */
.enterprise .card_header {
    margin-bottom: 26px;
    min-height: auto;
}

.enterprise .cta_button {
    background: #2f39bf;
    color: #ffffff;
    border: 1px solid #2f39bf;
}

.enterprise .cta_button:hover {
    background: #1e2a8a;
    border-color: #1e2a8a;
}

.enterprise .feature_list_item {
    align-items: flex-start;
    gap: 6px;
}

.enterprise .feature_text {
    font-size: 14px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.14px;
}

/* Custom Tooltip Styles */
.fmp-tooltip-trigger {
    /* cursor: help; */
    /* position: relative; */
}

.fmp-tooltip {
    position: absolute;
    bottom: 100%;
    transform: translateY(-10px);
    background: #ffffff;
}

.fmp-tooltip-content {
    background: #ffffff;
    border: 0.5px solid #c1c7d0;
    border-radius: 4px;
    padding: 0;
    max-width: 324px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.fmp-tooltip-video {
    width: 304px;
    height: 239px;
    position: relative;
    margin: 10px 10px 0 10px;
    border-radius: 2px;
    overflow: hidden;
}

.fmp-tooltip-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.fmp-tooltip-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.45px;
    margin: 0;
    padding: 10px;
    width: 304px;
}

/* Tooltip hover states */
.fmp-tooltip-trigger:hover {
    text-decoration-color: #2f39bf;
}

/* Tech Icon Alt Text Styling */
.tech_icon[data-tech="WordPress"]::after {
    content: "WordPress";
}

.tech_icon[data-tech="WooCommerce"]::after {
    content: "WooCommerce";
    
}

.tech_icon[data-tech="WordPress LMS"]::after {
    content: "WordPress LMS";
}

.tech_icon::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-7px);
    font-size: 14px;
    color: #091E42;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.tech_icon:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .new_autonomous_pricings_cards_wrap {
        max-width: 1000px;
    }

    .fmp_pricing_card {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .new_autonomous_pricings_cards_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 15px;
    }

    .fmp_pricing_card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 800px;
    }

    .popular_badge {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .fmp_pricing_card {
        max-width: 100%;
    }

    .card_content {
        padding: 20px;
    }

    .card_title {
        font-size: 20px;
    }

    .card_price {
        font-size: 32px;
    }
}

#wt_prc25_cw_autonomous .primaryBtn_outline:hover {
    background: #2f39bf;
    color: #fff;
}

#wt_prc25_cw_autonomous .primaryBtn_outline svg path {
    transition: all 0.2s ease-in-out;
}

#wt_prc25_cw_autonomous .primaryBtn_outline:hover svg path {
    fill: #fff !important;
}

.wt_prc25_v1_modal #allDataCenters.autonomous {
    justify-content: center;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-stage {
    padding-top: 25px;
}

/* Owl Carousel Navigation Buttons */
.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav {
    /* position: relative; */
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-prev,
.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-next {
    border-radius: 56px;
    background-color: #ffffff;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 40%;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
    border: 1px solid #DFE1E6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-prev:hover,
.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-next:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-next {
    right: -38px;
    background-image: url(https://www.cloudways.com/wp-content/uploads/2025/11/next-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-prev {
    left: -38px;
    background-image: url(https://www.cloudways.com/wp-content/uploads/2025/11/prev-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-prev span,
.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.owl-next span {
    display: inline-block;
    line-height: initial;
    font-size: 0;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.disabled {
    color: rgba(66, 82, 110, 0.21);
    cursor: not-allowed;
    opacity: 0.5;
}

.new_autonomous_pricings_cards_wrap.owl-carousel .owl-nav button.disabled:hover {
    transform: none;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.10);
}