.subscription-container{
    margin: 0 auto;
    margin-top: 1rem;
}
.features{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
    border-radius: 10px;
}
.tab-button {
    border: 1px solid #ddd;
    padding: 8px 15px;
    background: #f7f7f7;
    color: #555;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 25px 25px 0px 0px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    width: 150px;
}
.tabs p{
    font-family: "Inter", serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    line-height: 29.05px;
    padding: 0;
    margin: 0;
    color: #257EB2;
}

.tab-button:hover {
    background: #e6e6e6;
}

.tab-button.active {
    background: #257EB2;
    color: #fff;
    border-color: #257EB2;
}

.features h3 {
    font-family: "Inter", serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 29.05px;
    padding: 0;
    margin: 0;
    color: #257EB2;
}

.feature-row {
    margin-bottom: 15px;
}

details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

details:hover {
    border-color: #257EB2;
}

summary {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}

.dropdown-options {
    list-style: none;
    padding: 12px 20px;
    margin: 0;
    background: #fff;
    border-top: 1px solid #ddd;
}

.dropdown-options li {
    padding: 6px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #257EB2;
}
#monthly-buttons .btn {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    text-align: center;
    width: 150px;
    padding: 5px !important;
    font-family: "Inter", serif;
    font-weight: 400;
}
#yearly-buttons .btn{
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    text-align: center;
    width: 150px;
    padding: 5px !important;
    font-family: "Inter", serif;
    font-weight: 400;
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.free-trial {
    background: #257EB2;
    color: #fff;
}

.buy-now {
    background: #257EB2;
    color: #fff;
}

.buy-now:hover,
.free-trial:hover {
    background: #1f6f95;
}
