.side-nav .side-nav-link {
    text-decoration: none;
}


.page-title-box {
    background: linear-gradient(135deg, #2c3e50 0%, #4b6584 100%);
    padding: 40px 0;
    color: white;
    border-radius: 10px;
}

.page-title-box h1 {
    font-size: 2.5rem;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb .breadcrumb-item a {
    color: #bdc3c7;
}

.breadcrumb .breadcrumb-item.active {
    color: #ecf0f1;
}

.card {
    border-radius: 15px;
    background-color: #f7f7f7;
}

.card-title {
    font-: 2rem;
    font-weight: 700;
    color: #2c3e50;
}

.card-text {
    color: #7f8c8d;
}

.btn-primary {
    background-color: #4b6584;
    border-color: #4b6584;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.stripe-button-el {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    font-size: 1rem !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 0.5rem !important;
}


.card-element {
    background: #f9f9f9;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.alert {
    margin-top: 20px;
}
.card-element {
    background: #f9f9f9;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.alert {
    margin-top: 20px;
}
.feature-list {
    padding-left: 0;
}

.fs-15 {
    list-style: none;
}

.card-element {
    background: #f9f9f9;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.alert {
    margin-top: 20px;
}
.feature-list {
    padding-left: 0;
}
.feature-list li {
    list-style: none;
}
.card-body h4,
.card-body h5,
.card-body h2 {
    font-family: 'Roboto', sans-serif;
}
.card-body .feature-list li {
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Stilizare Card */
.custom-card {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 1.5rem;
}

.custom-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.custom-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.custom-card-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
}

/* Stilizare Butoane */
.custom-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0.25rem 0;
}

.custom-btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.custom-btn-primary:hover {
    background-color: #0056b3;
}

.custom-btn-group {
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
}

.custom-table {
    width: 100%;
    margin-top: 20px;
}

.custom-table thead {
    background-color: #f8f9fa;
}

.custom-table th, .custom-table td {
    padding: 12px 15px;
    text-align: center;
}

.custom-table th {
    font-weight: bold;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
}
.pachete {
    margin-bottom: 125px;
    margin-top: 125px;
}

.logo-text {
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.logo-text-light {
    color: white; /* Black text for light theme */
    font-size: 1.5em; /* Larger font for large screens */
}

.logo-text-light-sm {
    color: white; /* Black text for light theme */
    font-size: 1.2em; /* Smaller font for small screens */
}

.logo-text-dark {
    color: #fff; /* White text for dark theme */
    font-size: 1.5em; /* Larger font for large screens */
}

.logo-text-dark-sm {
    color: #fff; /* White text for dark theme */
    font-size: 1.2em; /* Smaller font for small screens */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo-text-light {
        font-size: 1.2em;
    }
    .logo-text-dark {
        font-size: 1.2em;
    }
}

@media (max-width: 576px) {
    .logo-text-light,
    .logo-text-dark {
        font-size: 1em;
    }
}
