.post-input{
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
    padding: 10px;
    border-radius: 10px;
}
.profile-user-card {
    width: 450px;
}
.image-import-active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
    border-radius: 8px;

}
.image-import{
    color: rgba(0,0,0,0.3);
    transition: color 0.4s;
    padding: 2px 5px;
    border-radius: 8px;
    background-color: #F7F7F7;

}
.arrow-right-newsfeed {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #e61c4c;

}
.arrow-left-newsfeed {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #e61c4c;

}
/* Dots below the carousel */
.carousel-indicators [data-bs-target] {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    background-color: #e61c4c; /* Bright red for active dot */
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #e61c4c; /* Change arrow color to red */
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


.post-image-wrapper {
    position: relative;
    overflow: hidden;
}

.post-image-wrapper img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%!important;
    height: 100%;
    transition: transform 0.3s ease;
}

.post-image-wrapper img:hover {
    transform: scale(1.05);
}

.post-image-wrapper:nth-child(1) {
    flex: 1 1 100%;
    max-height: 250px;
}

.post-image-wrapper:nth-child(2) {
    flex: 1 1 calc(50% - 5px);
    max-height: 200px;
}

.post-image-wrapper:nth-child(3) {
    flex: 1 1 calc(50% - 5px);
    max-height: 200px;
}

.post-image-wrapper.hidden {
    display: none;
}

.post-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 28, 76, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
}

.post-images img {
    cursor:pointer;
}

.post-images .post-image-overlay {
    cursor:pointer;
}
.post-images .post-image-overlay-text {
    cursor:pointer;
}
.comment-button{
    cursor: pointer;
}
.post-time{
    font-size: 14px;
    color: rgba(0,0,0,0.4);
}
.post-image {
    height: auto;
    max-height: 350px; /* Adjust as needed */
    width:100%!important;
    object-fit: cover;
    border-radius: 15px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 90px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001; /* Assurez-vous que cela est supérieur au z-index de .modal */
}
.modal-backdrop {
    z-index: -1;
}
.post-comments {
    margin-top: 10px;
    background-color: #fff;
}

.comment {
    display: flex;
    padding: 5px 0;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-content {
    flex: 1;
    background-color: white;
    border-radius: 18px;
    margin: 10px 0px;
}
.single-comment{
    border-bottom: 1px solid #bdbdbd;
}

.comment-text {
    margin-bottom: 10px;
}

.comment-owner {
    font-size: 14px;
}
.third-item{
    flex-basis: 100%;
}
.comment-time {
    font-size: 0.8em;
    color: #65676b;
}
.post-menu-button, .comment-menu-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: auto;
}

.post-menu-content, .comment-menu-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    display: none;
}
.a-button{
    text-align: left;
    padding:1rem;
    width: 100%;
    background: none;
    border:none;
}
.a-button:hover{
    background:rgba(0,0,0,0.1);
}
.newsfeed-section{
    background: #faf6f6;
}

#notif{
    color: #fff;
}
.de-menu-notification {
    border: 0.5px solid #fff;
}

#menu-btn{
    background-color: #DB003C; border-radius:5px;color: #fff!important;
}
#menu-btn:hover{
    background-color: #DB003CAA; border-radius:5px; color: #fff!important;
}
#menu-btn:hover:before {
    color: #fff!important;
}
#search-input{
    color:#fff;
}
.de-menu-profile:hover img,
.de-menu-notification:hover{
    -webkit-box-shadow: 0px 0px 0px 4px rgba(205,0,82,0.5);
    -moz-box-shadow: 0px 0px 0px 4px rgba(205,0,82,0.5);
    box-shadow: 0px 0px 0px 4px rgba(205,0,82,0.5);
}
/* Style pour le filtre noir */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur noire avec une opacité de 0.5 */
    opacity: 0.4; /* Initialement masqué */
    border-radius: 8px;

}
.nft__item:hover image-overlay {
    transform: scale(1.03)!important;
}

/* Style for the image container */
.image-container {
    position: relative;
    border-top-right-radius: 7%;
    border-top-left-radius: 7%;
}

/* Style for the black filter */
.black-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    opacity: 0.8; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth fade-in transition */
    border-top-right-radius: 7%;
    border-top-left-radius: 7%;
}



.custom-pagination {
    width: 300px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination li {
    list-style: none;
    margin: 10px auto;
    padding: 12px;
    background: white;
    border-radius: 10px;
    text-align: center;
}

.custom-pagination .page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.custom-pagination .active {
    font-size: 1.3em;
    height: 40px;
    width: 40px;
    background-color: #0057b3;
    color: white;
}

.custom-pagination button {
    width: 120px;
    padding: 8px 16px;
    background-color: #ffffff00;
    color: #0057b3;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-pagination button:hover {
    color: #0056b3;
}

.custom-pagination button:disabled {
    background-color: #ffffff00;
    color: #ccc;
    cursor: not-allowed;
}

.custom-pagination #prevPage {
    margin-right: 20px;
}

.custom-pagination #nextPage {
    margin-left: 20px;
}

.custom-pagination .arrow {
    font-size: 1.2em;
}

.custom-pagination .nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}
.rounded-circle1 {
    width: 50px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #fff;
}
.button-1:hover
{
    background-color: #cd0052;
    color: #fff;
    border: 0.5px solid #cd0052;
}
.button-1-home:hover
{
    background-color: #cd0052;
    color: #fff;
    border: 0.5px solid #cd0052;
}
.button-1 {
    border: 0.5px solid #FFF;
    border-radius: 20px;
    box-sizing: border-box;
    color: #FFF;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    float: none;
    height: 40px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.button-1-home
{
    border-radius: 20px;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    float: none;
    height: 40px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #cd0052;
    border: 0.5px solid #cd0052;
}
.transparent-header {
    background-color: transparent; /* Change the alpha value to control transparency */
    transition: background-color 0.3s ease; /* Add smooth transition effect */
}
.btn-primary-outline {
    background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent layer */
    backdrop-filter: blur(6px);                 /* Blur on supported browsers */
    -webkit-backdrop-filter: blur(6px);         /* Safari/iOS support */
    border: 2px solid white;
    font-family: var(--title-font);
    color: white;
    border-radius: 20px;
    padding-left: 6rem;
    padding-right: 6rem ;
    box-sizing: border-box;
}
.home-button:hover
{
    border: 2px solid #e61c4c;

    background-color:rgba(230,28,76,0.3);
    color: #fff;
    animation: 0.5s linear;
}
#section-hero1 {
    padding-top: 200px;
    background-color: transparent;
    padding-bottom: 300px!important;
    position: relative;
}
@media screen and (max-width: 1366px) {
    #section-hero1 {
        padding-top: 150px;
        background-color: transparent;
        padding-bottom: 200px!important;
        position: relative;
    }

}
@media screen and (max-width: 992px) {
    #section-hero1 {
        padding-top: 100px;
        background-color: transparent;
        padding-bottom: 150px!important;
        position: relative;
    }

}
#section-hero1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DB003C;
    opacity: 0.7; /* Adjust the opacity as needed */
    mix-blend-mode: multiply;
}

#section-hero1 h3 {
    color: white;
    position: relative; /* Add relative positioning to create a stacking context */
    z-index: 1; /* Place the text above the filter */
}
.search-container {
    background: transparent;
    height: 40px;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
    border: 0.5px solid #bdbdbd;

}

.search-container:hover > .search-input {
    width: 150px;
}
.search-container .search-input {
    background: transparent;
    border: none;
    outline: none;
    width: 0px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.8s;
}
.search-container .search-btn .fas {
    color: #5cbdbb;
}
.search-container:hover {
    animation: hoverShake 0.15s linear 3;
}
/* Appliquer le défilement seulement à la liste des notifications */
#de-submenu-notification {
    max-height: 300px; /* Hauteur maximale pour la liste */
    overflow-y: auto;  /* Activer le défilement vertical */
    padding: 10px;
    margin: 0;
    margin-top:5px;
    width: 350px; /* Ajuster la largeur si nécessaire */
    list-style: none;
}

#de-submenu-notification ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#de-submenu-notification li {
    display: flex;
    align-items: center; /* Aligner l'image et le texte verticalement */
    padding: 8px 10px;
    border-bottom: 1px solid #ddd; /* Ligne de séparation entre les notifications */
}

#de-submenu-notification img {
    width: 40px; /* Taille fixe de l'image */
    height: 40px;
    border-radius: 50%;
    margin-right: 10px; /* Espacement entre l'image et le texte */
}

#de-submenu-notification .d-desc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#de-submenu-notification .d-desc span {
    font-size: 14px;
    max-width: 330px;
}
#de-submenu-notification li.unread {
    background-color: #f8f9fa; /* Couleur de fond pour les notifications non lues */
    font-weight: bold; /* Texte en gras pour les non lues */
}

#de-submenu-notification li.read {
    background-color: #ffffff; /* Couleur de fond pour les notifications lues */
    font-weight: normal; /* Texte normal pour les lues */
}

#de-submenu-notification li.unread:hover {
    background-color: #e2e6ea; /* Couleur de fond survolée pour les non lues */
}
.section-restaurants  {
    padding: 0;
}

.section-restaurants .custom-container {
    position: relative;
    width: 100%;
    display: flex; /* Add flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.section-restaurants .image {
    display: block;
    width: 100%;
    height: auto;
}

.section-restaurants .overlay-res{
    position: absolute;
    color: #1e1e1e;
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.section-restaurants .flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-restaurants .flex-column h3 {
    width: 50%;
    margin-bottom: 1rem;
}

.section-restaurants .flex-column p {
    width: 50%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.slikoo-outline-btn{
    border:1px solid #e61c4c;
    padding: 10px 40px;
    color: #e61c4c;
    border-radius: 20px;
}
.slikoo-outline-btn:hover{
    border:1px solid #e61c4c;
    background-color: #e61c4c;
    padding: 10px 40px;
    color: #fff;
}
.section-articles .card-img-top {
    border-bottom-right-radius: 75px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-articles .img-wrapper{
    position: relative; /* Ensure the overlay is positioned relative to this */
    overflow: hidden; /* Prevent the overlay from spilling outside the rounded corners */

}

.section-articles .img-padding {
    padding:1rem 1rem 0 1rem;
    border-bottom-right-radius: 75px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.section-articles .overlay-card-slikoo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(230, 28, 76, 0.4);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 75px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    pointer-events: none;
}
.section-articles .card{
    border-radius: 20px;
}
.section-articles .card-text{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}

@media only screen and (max-width: 991px) {
    .transparent-header {
        background-color: #fff4f9;
        color: #DB003C;
    }
    .transparent-header button {
        background-color: transparent;
        color: #DB003C;
        border: 0.5px solid #DB003C;
    }
    header{
        position:fixed!important;
        background-color: #fff4f9!important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    .section-restaurants .image {
        content:url('../../images/plate.png');
        display: block;
        width: 60%;
        height: auto;
        }
.section-restaurants .custom-container {
    flex-direction: column;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.section-restaurants .overlay-res{
    position:static;
    color: #1e1e1e;
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.section-restaurants .flex-column h3 {
    width: 100%;
    margin-bottom: 1rem;
}

.section-restaurants .flex-column p {
    width: 100%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}
}

/* Carousel CSS */

.carousel-container{

    display: flex;
    align-items: center;
    justify-content: center;
}

/*@media (min-width: 992px) {*/
/*    .carousel-container{*/
/*        max-width: 960px;!important*/
/*    }*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .carousel-container{*/
/*        max-width: 720px;!important*/
/*    }*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .carousel-container{*/
/*        max-width: 540px;!important*/
/*    }*/
/*}*/



.wrapper {
    width: 100%;
    position: relative;

}

.how-to .wrapper i {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #e61c4c;

}

.how-to .wrapper i:first-child {
    left: -22px;

}

.how-to .wrapper i:last-child {
    right: -22px;

}
.wrapper .arrow-left-newsfeed:first-child {
    left: -22px;

}

.wrapper .arrow-right-newsfeed:last-child {
    right: -22px;

}
.wrapper .arrow-right-newsfeed {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #e61c4c;

}
.wrapper .arrow-left-newsfeed {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #e61c4c;

}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.how-to .carousel .card {
    scroll-snap-align: start;
    height: 400px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    width: 98%;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.how-to .card .img {
    width: auto;
    height: 180px;

}
.how-to .card .img img{
    width: 100%;
    height: 180px;
    object-fit:cover;

}

.how-to .card h3 {
    font-weight: 500;
    font-size: 1.25rem;
    margin: 15px 0 5px;
    color: rgba(0,0,0,0.8);
    padding: 0 15px;
    text-align: center;
}

.how-to .card span {
    color: rgba(0,0,0,0.6);
    font-size: 0.9rem;
    padding: 0 15px;
    text-align: center;
}
.card-title{
    font-weight: 500;
    font-size: 1.25rem;
}

@media screen and (max-width: 992px) {
    .carousel .card {
        height: 520px;
    }
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);

    }

}
@media screen and (max-width: 768px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

}
@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

}

/* End carousel Css */

/* Added styles for centering */
.mobile-col {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content (optional) */
    margin-bottom: 2rem;
}
.mobile-title p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.mobile-title a {
    width:47%;
}
.mobile-title a img:hover {
    opacity: 0.75;
}
/* Ended styles for centering */

.resto-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.resto-card .card-overlay {
    /* Some padding for the overlay's contents */
    padding: 8px 12px;
}

/* If you want a gentle hover effect */
.resto-card:hover {
    transform: scale(1.01);
    transition: transform 0.2s ease-in-out;
}
.form-check-input:checked {
     background: #E61c4c;
     border-color: #E61c4c;
 }
#userList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 400px; /* Limite la hauteur de la liste */
    overflow-y: auto;
}
.user-card-invited-by{
    margin-top:1rem;
    background-color: rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px;
    width: 70%;
}
.user-card {
    display: flex;
    align-items: center;
    justify-content: start;

    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.user-card-dispo{
    display: flex;
    align-items: center;
    justify-content: start;
    width:calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.user-card-invite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.user-card-invite:hover {
    background-color: #f5f5f5;
}

.user-card-invite.selected {
    background-color: #E61C4C;
    color: white;
    border-color: #E61C4C;
}
.user-card:hover {
    background-color: #f5f5f5;
}

.user-card.selected {
    background-color: #E61C4C;
    color: white;
    border-color: #E61C4C;
}
.user-card-dispo:hover {
    background-color: #f5f5f5;
}

.user-card-dispo.selected {
    background-color: #fdecec;
    color: #E61C4C;
    border-color: #E61C4C;
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.user-name {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.restaurant-card-menu-tab{
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #1e1e1e;
    cursor:pointer;
}
.restaurant-card-menu-tab:hover{
    color: #fff;
    background-color: #E61C4C;
    border-radius: 15px;
    transition:background-color ease 0.4s;

}
.restaurant-card-menu-tab.active{
    color: #fff;
    background-color: #E61C4C;
    border-radius: 15px;
}
.swal2-popup{
    width: 41em;
}

/* Ensure buttons are properly spaced */
#show-more-articles,
#show-less-articles {
    margin: 0 5px;
}

/* Smooth transition for showing/hiding articles */
#remaining-articles {
    transition: opacity 0.3s ease;
}