

h1 {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
    display: flex;
    color: #000;
    font-weight: 400;
    background: linear-gradient(90deg, #ffffff 0%, #f6e1d3 60%, #ffffff 100%);
    font-size: 2.5rem;
    padding: 5px;
}
.type-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
}

.card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    flex: 1 1 320px;
    min-width: 280px;
    max-width: 370px;
    /* min-height: 410px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
}

.sidebar {
    max-width: 220px;
    min-width: 180px;
    background: #f1f3f6;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.logo {
    margin: 0 auto;
    width: 125px;
    height: 125px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.badges img {
    width: 38px;
    height: 38px;
    margin-right: 0.5rem;
}

.tier-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.card h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a237e;
}


.code {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.btn-red {
    background: #e55a00;
    color: #fff;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: background 0.2s;
}
.btn-red:hover {
    background: #c94e00;
    color: #fff;
}

.link a {
    color: #0d6efd;
    text-decoration: underline;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }
    .sidebar {
        margin-right: 0;
        margin-bottom: 1rem;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .card, .sidebar {
        min-width: 90vw;
        max-width: 100vw;
        padding: 1.2rem 0.7rem;
    }
    .type-container {
        gap: 1.5rem;
    }
}
/* 
.btn-template {
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    padding: 0.3rem 0.9rem !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    margin-bottom: 0.5rem;
} */

/* Make .card a flex column and let content grow */
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 430px;
    /* ...other styles... */
}

/* Container for the button at the bottom */
.card .card-actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    position: relative;
    z-index: 2;
    padding-bottom: 0.5rem;
    background: transparent;
}

/* Optional: Make sure the button is not too wide */
/* .btn-template {
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    padding: 0.3rem 0.9rem !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    margin-bottom: 0.5rem;
    width: auto;
    min-width: 140px;
} */

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-10 {
  font-size: 10px;
}

.eventtype-card {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    /* min-height: 600px;  */
    max-width: 353px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
}

.eventtype-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    text-align: center;
}

.tier-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.5rem;
}

.code {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.card-actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding-bottom: 0.5rem;
    background: transparent;
}
/* 
.btn-template {
    font-weight: 400 !important;
    font-size: 1rem !important;
    padding: 0.3rem 1.1rem !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    margin-bottom: 0.5rem;
    width: auto;
    min-width: 140px;
} */

@media (max-width: 600px) {
    .eventtype-card {
        min-width: 90vw;
        max-width: 100vw;
        padding: 1.2rem 0.7rem;
    }
}

/* Card title */
.eventtype-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}

/* Price and fees */
.price {
    height: 75px;
    font-size: 1.08rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.7rem;
    text-align: center;
}


/* Features list */
.features {
    margin-top: 2px;
    height: 120px;
    font-size: 1rem;
    font-weight: 400;
    color: #444;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style-position: inside;
    text-align: left;
    display: inline-block;
}

/* Upgrade info */
.fs-14 {
    font-size: 0.98rem;
    font-weight: 400;
    color: #555;
}

/* Demo code */
.code {
    font-size: 0.97rem;
    font-weight: 500;
    color: #888;
    margin-bottom: 0.5rem;
}

/* Action links and buttons */
.card-actions .link {
    font-size: 1rem;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

.btn-template {
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    height: 40px;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    padding: 0.3rem 1.1rem !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    margin-bottom: 0.5rem;
    width: auto;
    min-width: 140px;
    letter-spacing: 0.01em;
    text-wrap: auto;
    line-height: 15px;
}

/* General card body text */
.eventtype-card .card-body,
.eventtype-card {
    font-size: 1rem;
    font-weight: 400;
    color: #222;
}

.card-top {
    min-height: 140px;   /* Adjust as needed for your tallest top section */
    /* max-height: 110px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start; /* Align items to the top */
    width: 100%;
    margin-bottom: 0.5rem;
}

.tier-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0.5rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Key Features sub-header */
.section-title {
    font-size: 1.08rem;
    color: #000;
    /* margin-bottom: 0.5rem; */
    margin-top: 10px;
    font-weight: 700; /* Make this bolder */
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/* Features list */
/* .features {
    font-size: 1rem;
    font-weight: 500; 
    color: #222;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style-position: inside;
    text-align: left;
    display: inline-block;
} */

/* Each feature item */
.features li {
    margin-bottom: 0.3em;
    font-size: 1.2rem;
    font-weight: 400;
    color: #444;
}

/* Upgrade info */
.fs-14 {
    font-size: 0.97rem;
    font-weight: 400;
    color: #e55a00; /* Use a highlight color for upgrade info */
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}

.fs-14 p {
    margin-bottom: 0.2rem;
    font-size: 0.97rem;
    font-weight: 500;
    color: #e55a00;
}

.card-actions .d-flex.flex-row {
    gap: 0.75rem;
}

ul.features {
    list-style-position: outside; 
    padding-left: 1.5em;
}

.upgrade-text {
    text-align: left !important;
}

.price.w-100 {
    min-width: 400px;
}