.theme-btn {
    padding: 10px 20px;
}

@media only screen and (max-width: 600px) {
    .theme-btn {
       font-size: 12px;
    } 
}

#blog p {
    color: #5b5d66;
}

.ai-btn:hover {
    background-position: right !important;
}

.ai-btn {
    background: linear-gradient(90deg, #3b62ef, #e100ff, #3b62ef) !important;
    background-size: 200% 100% !important;
    background-position: left !important; 
    transition: background-position 0.7s;
    border-radius: 50rem !important;    
    padding: 15px 38px;
}

/* PRICING PAGE */

.pricing-section .sec-title h6 {
    letter-spacing: .3px;
}

.pricing-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FBF8F7;
    border: 1px solid #FBF8F7;
    border-radius: 999px;
    padding: 6px;
    margin: 4px 0 24px;
}

.pricing-billing-toggle button {
    border: 0;
    background: transparent;
    color: #344054;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
}

.pricing-billing-toggle button.active {
    background: #fff;
    color: #111827;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.08);
}

.pricing-billing-toggle .save-badge {
    font-size: 12px;
    font-weight: 700;
    color: #ff4f5b;
    background: #f8fbff;
    border: 1px solid #f8fbff;
    border-radius: 999px;
    padding: 5px 9px;
    margin-left: 2px;
    white-space: nowrap;
}

.pricing-section .news-block-one .inner-box,
.pricing-section .news-block-one .lower-content {
    height: 100%;
}

.pricing-section .pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    padding: 28px 24px 20px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pricing-section .pricing-card:hover {
    /* transform: translateY(-1px); */
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.15);
    border-color: #d6e4ff;
}

.pricing-section .pricing-card.recommended {
    border: 2px solid #ffcacd;
    /* transform: translateY(-6px); */
    /* box-shadow: 0 16px 36px rgba(47, 111, 237, 0.18); */
}

.pricing-section .plan-badge {
    position: absolute;
    top: -12px;
    right: 18px;
    background: #2f6fed;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.pricing-section .yearly-badge {
    display: none;
    position: absolute;
    top: -12px;
    left: 18px;
    background: #059669;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.pricing-section[data-billing="yearly"] .yearly-badge {
    display: inline-block;
}

.pricing-section .plan-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pricing-section .plan-price {
    /* display: flex; */
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 16px;
    line-height: 1;
    color: #ff727b;
}

.pricing-section .plan-price .amount {
    font-size: 40px;
    font-weight: 600;
    /* letter-spacing: -.5px; */
}

.pricing-section .plan-price .currency,
.pricing-section .plan-price .period {
    font-size: 16px;
    /* color: #667085; */
    margin-bottom: 6px;
    font-weight: 600;
}

.pricing-section .plan-price-subline {
    font-size: 12px;
    color: #667085;
    margin-top: -6px;
    margin-bottom: 14px;
    min-height: 18px;
}

.pricing-section .plan-intro {
    min-height: 96px;
    color: #344054;
    margin-bottom: 10px;
}

.pricing-section .plan-subtitle {
    font-weight: 700;
    margin-bottom: 10px;
    color: #101828;
}

.pricing-section .feature-list {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.pricing-section .feature-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #1d2939;
    line-height: 1.4;
}

.pricing-section .feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2f6fed;
    font-weight: 700;
}

.pricing-section .plan-meta {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pricing-section .meta-pill {
    background: #f2f4f7;
    border: 1px solid #eaecf0;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
}

.pricing-section .btn-box {
    margin-top: 2px;
}

.pricing-section .plan-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-weight: 600;
    color: #ff4c4c;
    border: 1px solid #ff4c4c;
    background-color: #fff;
    border-radius: 30px;
    padding: 11px 28px;

    /* display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 11px 14px;
    font-weight: 700;
    color: #fff !important;
    background: #111827;
    transition: opacity .2s ease, transform .2s ease; */
}

.pricing-section .plan-btn:hover {
    opacity: .93;
    transform: translateY(-1px);
    color: #fff;
    background: #ff4f5b;
}

@media (max-width: 991.98px) {
    .pricing-section .plan-intro { min-height: auto; }
    .pricing-section .pricing-card.recommended { transform: none; }
}

.inline-yearly-badge{
    display:none;
    font-size:12px;
    font-weight:800;
    margin-left:8px;
    padding:5px 9px;
    border-radius:999px;
    background:#d1fae5;
    border:1px solid #a7f3d0;
    color:#047857;
}
.pricing-section[data-billing="yearly"] .inline-yearly-badge{ display:inline-block; }

.news-block-one .inner-box {
    position: relative;
    display: block;
    /* overflow: hidden; */
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 40px 10px #ebebef;
}
