﻿.pill-group {
    background: #e7eff7;
    border-radius: 50px;
    padding: 5px;
    overflow: visible !important;
}

/* Buttons inside */
.pill-btn {
    border-radius: 50px;
    border: none;
    padding: 5px 22px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #4b5563;
    transition: 0.1s;
    box-shadow: none;
}


.btn-check:checked + .pill-btn {
    background: #ffffff;
    color: #111827;
    box-shadow: 0px 2px 6px rgba(15, 23, 42, 0.18);
    border-radius: 999px !important;
}


.btn-check:not(:checked) + .pill-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 999px !important;
}

.currency-toggle .form-check-input {
    width: 48px;
    height: 24px;
    cursor: pointer;
}

    .currency-toggle .form-check-input:checked {
        background-color: #2563eb;
        border-color: #2563eb;
    }

.accordion-button:not(.collapsed) {
    background-color: #f8fafc;
    color: #0b2c68;
    box-shadow: none;
}

.accordion-button {
    border-radius: 6px !important;
    padding: 18px;
    /*background: #f5f9fd;*/
    background: #e7eff7;
}

.accordion-item {
    border-radius: 8px;
}

.accordion-body {
    font-size: 0.95rem;
    color: #4b5563;
    padding: 15px 20px;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

.pricing-wrapper {
    padding: 0px 15px;
}

.pricing-title {
    margin-bottom: 40px;
    font-weight: 600;
}

.plan-card {
    border-radius: 20px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 5px 0px 5px;
}

.plan-header {
    padding: 15px 24px 16px;
    border-bottom: 2px solid #e5e7eb;
    min-height: 230px;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 700;
}

.plan-desc {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 10px;
    line-height: 1.5;
    display: flex;
    justify-content: center; /* Centers content horizontally in a flex container */
    align-items: center; 
}

.plan-price {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 16px;
}

.price-unit {
    font-size: 0.95rem;
    color: #6b7280;
    margin-left: 4px;
}


.plan-body {
    padding: 18px 24px 24px;
    /*flex: 1;*/
    height: 300px;
    scroll-behavior: auto;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

    .feature-list li {
        display: flex;
        align-items: center;
        font-size: 1rem;
        margin-bottom: 3px;
    }

.feature-icon {
    font-size: 1rem;
    margin-right: 8px;
}

.feature-disabled {
    color: #9ca3af;
    text-decoration: none;
}

.plan-footer {
    padding: 0 24px 24px;
}

.plan-btn {
    /*border-radius: 999px;*/
    font-weight: 600;
    width: 45%;
    background-color: #0479C2;
}

.plan-pro-header {
    background-color: #e5f2ff;
}

.plan-max-header {
    background: linear-gradient(180deg, #0479C2, #003f88);
    color: #ffffff;
   }

.badge-save {
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 8px;
    margin: 1rem;
    margin-top: 1.3rem;
}

.active-feature {
    color: #0479C2;
}

.inactive-feature {
    color: #8b8787;
}

.max-plan {
    color: #ffffff;
}

.pro-plan {
    color: #0479C2;
    border-color: #0479C2 !important;
}

.error, .ui-widget select, .ui-widget input {
    font-size: 14px;
}

.catalogWrapper {
    box-shadow: none;
    border: none;
}

@media (max-width: 767.98px) {
    .plan-card {
        margin-bottom: 20px;
    }
}
/* Mobile tweaks */
@media (max-width: 576px) {
    .pill-group {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .pill-btn {
        flex: 1;
        text-align: center;
        padding: 6px 0;
    }
}
@media (max-width: 399px) {
    .pill-btn{
        font-size:12px;
    }
}
