.newtitle {
    font-size: large;
    color: white;
}

.newdesc {
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    right: 0;
    text-align: center;
}

#top_tray a {
    display: block;
    margin: 5px;
    padding: 5px;
    background: rgb(107, 107, 107);
    color: white;
    text-decoration: none;
    min-height: 33px;
    flex-grow: 1;
    flex-basis: auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    color: #ffc66d;
    font-size: 24px;
    text-decoration: none;
}

.m_base {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    background: linear-gradient(0deg, rgba(202, 0, 254, 0) 0%, rgba(14, 73, 84, 1) 100%);
}

.blur {
    filter: blur(5px);
}

.fancy_cake_label h4 {
    color: white !important;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 80% !important;
        margin: 20px auto !important;
    }
}

.about-section {
    background: #1c232f;
    color: white;
    padding: 60px 20px;
}

.about-section .about-heading {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.about-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    color: #e0e0e0;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f6d7a7;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}

.about-highlights li::before {
    content: "✔️";
    margin-right: 10px;
    color: #ffc107;
}

.about-cta {
    text-align: center;
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-top: 30px;
}

.about-cta a {
    color: #ffc107;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px;
}

.about-cta a:hover {
    text-decoration: underline;
}

.category-section {
    padding: 40px 0;
    background-color: #181b23;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    justify-items: center;
}

.category-card {
    background-color: #6c6c6c;
    color: #f6d7a7;
    text-align: center;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    min-width: 160px;
}

.category-card:hover {
    transform: translateY(-3px);
    background-color: #7c7c7c;
}

.category-heading {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: white;
    font-weight: 600;
}
