/* =========================
   MODERN PRICING TABLE UI
========================= */
.seo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.basic-badge {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.advanced-badge {
    background: rgba(6, 180, 83, 0.12);
    color: #06b453;
}

.plan-pricing {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.plan-pricing-head {
    text-align: center;
    margin-bottom: 50px;
}

.plan-pricing-head h1 {
    font-size: 52px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-family: var(--font-02, sans-serif);
}

.plan-type-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.plan-type-btn .hr-btn {
    padding: 14px 28px;
    border-radius: 60px;
    background: #eef2ff;
    color: #111827;
    font-weight: 600;
    transition: 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
}

.plan-type-btn .hr-btn:hover,
.plan-type-btn .active-plan {
    background: #06b453;
    color: #fff;
    border-color: #000;
    box-shadow: 0 10px 25px rgba(6, 180, 83, 0.25);
}

.plan-type-btn .hr-btn.active-plan:hover {
    background: #fff !important;
    color: #06b453 !important;
}

/* TABLE BASE STYLES */
.plan-pricing table, .plan-pricing-bottom table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: #fff;
}

.plan-pricing-bottom {
    border: 1px solid #C3C3C3;
    border-radius: 17px !important;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.plan-pricing table th,
.plan-pricing-bottom table th {
    padding: 15px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    vertical-align: top;
}

.pricing-desktop table th {
    width: 25%;
}

.plan-pricing table td,
.plan-pricing-bottom table td {
    padding: 15px;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    font-family: var(--font-02, sans-serif);
    font-size: 14px;
    text-align: center;
}

/* LEFT FEATURE BOX */
.package-features {
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #fff;
    border-radius: 20px;
    min-height: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-04, sans-serif);
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05);
    padding: 15px;
    width: 100%;
}

/* PLAN CARD */
.plan-pricing-wapper {
    position: relative;
    border-radius: 20px;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #2444041a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 247px;
    transition: all 0.35s ease;
    text-align: center;
}

.h3-heading {
    font-size: 18px;
    font-weight: 600;
    color: #06b453;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-01, sans-serif);
}

.h2-heading {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    color: #111827;
    font-family: var(--font-04, sans-serif);
}

.h4-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.07em;
    color: #111827;
    letter-spacing: -.7px;
    font-family: var(--font-04, sans-serif);
}

.h4-heading sup {
    font-size: 24px;
    top: -18px;
    font-weight: 600;
}

/* RECOMMENDED PLAN */
.recommended-plan {
    position: relative;
    z-index: 5;
}

.recommended-plan .plan-pricing-wapper {
    background: linear-gradient(180deg, #ffffff 0%, #f0fff7 100%);
    border: 3px solid #06b453;
    transform: scale(1.04);
    box-shadow: 0 20px 60px rgba(6, 180, 83, 0.18);
}

.recommended-badge {
    z-index: inherit;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #06b453, #00cf70);
    color: #fff;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(6, 180, 83, 0.25);
}

/* SECTION TITLE */
.plan-website {
    background-color: #06b453 !important;
    background: linear-gradient(135deg, #06b453, #00cf70) !important;
    color: #fff;
    text-align: center;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 22px !important;
}

/* FEATURE LABELS */
.bw_prcing_package {
    font-size: 21px !important;
    font-weight: 600;
    color: #111827;
    background: #fafcff;
    text-align: left !important;
}

.pricing-desktop .bw_prcing_package {
    width: 30%;
}

/* VALUE TEXT */
.plan-text {
    text-align: center;
    font-size: 17px !important;
    font-weight: 600;
    list-style: none;
}

/* ICONS */
.bw_pricing_checkicon,
.bw_pricing_crossicon {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.bw_pricing_checkicon i.fa-check,
.module-icon-table .fa-check {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: rgba(6, 180, 83, 0.1);
    color: #06b453;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bw_pricing_crossicon i.fa-xmark,
.module-icon-table .fa-xmark {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* MODULE SECTION FIX */
.module-name-table,
.module-icon-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
}

.module-name-table tr,
.module-icon-table tr {
    height: 56px;
}

.module-name-table td,
.module-icon-table td {
    border: none !important;
    padding: 0 12px !important;
    vertical-align: middle;
}

.module-name-table td {
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    background: transparent;
}

.module-icon-table td {
    text-align: center;
}

.bw_prcing_package strong {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    color: #111827;
}

.plan-pricing table td table td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* MOBILE TAB TWEAKS */
.plan-pricing-tab {
    display: none;
}

.plan-pricing-tab .nav {
    border: 1px solid #ccc !important;
    margin: 0 auto;
    max-width: max-content;
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}

.plan-pricing-tab .nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: var(--font-02, sans-serif);
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    max-width: 360px;
    min-width: 90px;
    position: relative;
    min-height: 48px;
    flex-shrink: 0;
    padding: 12px 16px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
}

.plan-pricing-tab .nav .nav-link.active {
    color: #fff;
    border-bottom: 2px solid #06b453;
    background: #06b453;
}

/* RESPONSIVE QUERIES */
@media (max-width: 1200px) {
    .h2-heading { font-size: 20px; }
    .h4-heading { font-size: 35px; }
    .h4-heading sup { font-size: 18px; }
    .plan-pricing-wapper { min-height: 202px; }
    .package-features { min-height: 202px; }
    .bw_prcing_package { font-size: 18px !important; }
    .plan-text { font-size: 15px !important; }
}

@media (max-width: 991px) {
    .pricing-desktop { display: none !important; }
    .plan-pricing-tab { display: block !important; }
    
    .h2-heading { font-size: 30px; }
    .h4-heading { font-size: 70px; }
    .h4-heading sup { font-size: 30px; }
    .package-features { font-size: 22px; }
}

@media (min-width: 992px) {
    .pricing-desktop { display: block !important; }
    .plan-pricing-tab { display: none !important; }
}

@media (max-width: 768px) {
    .plan-pricing-head h1 { font-size: 32px; }
    .h2-heading { font-size: 24px; }
    .h4-heading { font-size: 40px; }
    .h4-heading sup { font-size: 20px; }
}

@media (max-width: 576px) {
    .plan-pricing-head h1 { font-size: 28px; }
    .plan-pricing-tab .nav .nav-link { font-size: 11px; padding: 7px 5px; min-height: 45px;border:1px solid #000 }
    .plan-pricing-bottom table th,
    .plan-pricing-bottom table td { padding: 10px 5px; }
    .plan-pricing-wapper { padding: 10px 15px; }
    .package-features { font-size: 14px; padding: 10px 5px; }
    .bw_prcing_package { font-size: 15px !important; }
}

@media (max-width: 480px) {
    .plan-type-btn { flex-direction: column; row-gap: 10px; }
    .plan-type-btn .hr-btn { width: 100%; text-align: center; }
}