.plan-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.toggle-btn {
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    background: #eee;
    font-weight: 600;
    cursor: pointer;
}

.toggle-btn.active {
    background: #0d6efd;
    color: white;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 5px 24px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}

.plan-header {
    border-bottom: 3px solid;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.plan-header h4 {
    margin: 0;
    font-weight: 700;
}

.plan-subtitle {
    font-size: 13px;
    color: #374151;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 0;
    font-size: 14px;
}

.icon-feature {
    font-size: 16px;
    color: #0d6efd;
}

.inherit-row {
    font-weight: 600;
    color:  #1d4ed8;
}

.inherit-row::before {
    content: "➜";
    margin-right: 6px;
}

.feat-value {
    background: #e0e7ff;
    color: #1e3a8a;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.plan-switch-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.plan-switch {
    background: #f3f4f7;
    padding: 4px;
    border-radius: 40px;
    display: flex;
    gap: 2px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.switch-btn {
    border: none;
    background: transparent;
    padding: 8px 22px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #374151;
    transition: all 0.25s ease;
}

.switch-btn.active {
    background: white;
    color: #111;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.switch-btn:hover {
    color: #111;
}

/*.price-page {*/
/*    border-bottom: 1px solid #eee;*/
/*    padding-bottom: 25px;*/
/*}*/

/* Highlighted plan */
.recommended-plan {
    border: 2px solid #6c63ff !important;
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Recommended badge */
.recommended-badge {
    background: #4f46e5; /* darker */
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: 8px;
    letter-spacing: 0.5px;
}

/* Optional hover */
.recommended-plan:hover {
    transform: scale(1.05);
}
.icon-feature {
    color: #6c63ff;
    margin-right: 8px;
    font-size: 16px;
}

/* ===== CREATE PLAN BUTTON ===== */
.btn-create-plan {
   
    color: #000000;
    padding: 10px 18px;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Hover */
.btn-create-plan:hover {
 
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,153,51,0.4);
}

/* Mobile (stack properly) */
@media (max-width: 992px) {
    .btn-create-plan {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 991.98px) {

    .plan-col {
        flex: 0 0 100% !important;
        max-width: 80% !important;
    }

}

/***Custom Plan Design***/

/* ===== PRICING CARD ===== */
.pricing-card {
    background: #FFF7E6; 
    border: 2px solid #FF9933; /* saffron border only */
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
   transform: scale(1.12); /* smooth premium scale */
   box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

/* ===== HEADER ===== */
.pricing-header h4 {
    color: #2b2b2b; /* dark text */
    font-weight: 700;
}

/* ===== CATEGORY ICON ===== */
.category-icon {
    font-size: 20px;
    color: #4f46e5; /* bluish-purple */
}

/* ===== SUBTITLE ===== */
.pricing-subtitle {
    font-size: 14px;
    color: #4b5563; /* gray */
}

/* ===== DIVIDER ===== */
.pricing-card hr {
    border-color: #2b2b2b;
    opacity: 0.6;
}

/* ===== FEATURE LIST ===== */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* ===== ICON ===== */
.feature-icon {
    color: #4f46e5; /* blue accent */
    font-size: 16px;
}

/* ===== NUMBER PILL ===== */
.feature-pill {
    width: 60px;
    height: 30px;
    border-radius: 20px;
    
    border: 1px solid #000;
    background: #fff; 
    color: #1f2937;
    text-align: center;
    font-weight: 600;
}

/* ===== TEXT ===== */
.feature-text {
    font-size: 15px;
    color: #2b2b2b;
}

/* ===== CHECKBOX ===== */
.feature-check {
    transform: scale(1.2);
    accent-color: #4f46e5;
}

/* ===== USER CARD ===== */
.user-card {
    background: #FFF7E6 !important; 
    border: 2px solid #FF9933;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.user-card:hover{
   transform: scale(1.05); /* smooth premium scale */
   box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

/* ===== FORM TEXT ===== */
.user-card label {
    color: #2b2b2b;
}

/* ===== INPUT ===== */
.user-card input {
    border-radius: 6px;
}

.custom-price-page{
    border-bottom: 1px solid #eee;
    padding-bottom:25px;
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
    .pricing-card {
        padding: 15px;
    }

    .feature-text {
        font-size: 13px;
    }
}