/* AI Pricing Section Styles */

.nw-ai-pricing-wrapper {
    padding: 80px 0;
    /*background: #ffffff;*/
}

/* Pricing Card Container */
.mspricing {
    padding-right: 50px !important;
}

.pricing-layout-1 .planbox {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
    text-align: center;
    overflow: visible;
    border: 1px solid #e0e0e0;
}

#existingclient,
#existingclient2 {
    display: none;
    margin-top: 10px;
}

/* Green Badge */
.planbox .hiimg {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.planbox .title {
    padding: 25px 20px 25px;
}

.planbox .title h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Prices Section with Blue Background */
.planbox .prices {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    color: #ffffff;
    padding: 35px 30px 65px;
    position: relative;
    margin: 0;
}

.planbox .prices::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #ffffff;
    clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}

.planbox .prices strong {
    display: block;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.planbox .prices strong i {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
    vertical-align: middle;
}

.planbox .prices b {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}

.planbox .prices b em {
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
}

.planbox .prices a {
    display: inline-block;
    background: #ffffff;
    color: #4A90E2;
    padding: 13px 32px;
    margin-top: 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.planbox .prices a:hover {
    opacity: 0.95;
    text-decoration: none;
    color: #4A90E2;
}

/* Features List */
.planbox .price_des {
    list-style: none;
    padding: 30px 30px 30px;
    margin: 0;
    text-align: center;
}

.planbox .price_des li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #333;
}

.planbox .price_des li:last-child {
    border-bottom: none;
}

.planbox .price_des li strong {
    font-weight: 600;
    color: #000;
}

/* Right Side Info Wrapper */
.nw-ai-info-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Grey Box - Only for Title and Benefits */
.nw-ai-info-card {
    background: #f5f6f8;
    border-radius: 8px;
    padding: 35px;
    margin-bottom: 50px;
}

.nw-ai-info-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.nw-ai-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nw-ai-benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.nw-ai-checkmark {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.nw-ai-benefits-list span {
    font-size: 16px;
    line-height: 1.4;
}

/* Testimonial Box - White Background */
.nw-ai-testimonial-box {
    background: #ffffff;
    padding: 0;
}

.nw-ai-testimonial-text-large {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px!important;
}

.nw-ai-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nw-ai-author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.nw-ai-author-info {
    display: flex;
    flex-direction: column;
}

.nw-ai-author-info strong {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0px;
}

.nw-ai-author-info span {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 992px) {
    .mspricing {
        padding-right: 0 !important;
        margin-bottom: 40px;
    }
    
    .nw-ai-info-card {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .mspricing {
        padding-right: 0px !important;
    }
    
    .nw-ai-pricing-wrapper {
        padding: 60px 15px;
    }
    
    .planbox .prices {
        margin: 0 15px;
    }
    
    .planbox .prices strong {
        font-size: 54px;
    }
    
    .nw-ai-info-title {
        font-size: 26px;
    }
    
    .nw-ai-info-wrapper {
        margin-top:50px;
    }
}

@media (max-width: 576px) {
    .nw-ai-pricing-wrapper {
        padding: 40px 15px;
    }
    
    .planbox .price_des {
        padding: 30px 20px 20px;
    }
    
    .nw-ai-info-card {
        padding: 25px;
    }
    
    .planbox .prices strong {
        font-size: 42px;
    }
}