.elementor-93 .elementor-element.elementor-element-d7f0c0c{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--background-transition:0.3s;--padding-top:300px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-93 .elementor-element.elementor-element-d7f0c0c:not(.elementor-motion-effects-element-type-background), .elementor-93 .elementor-element.elementor-element-d7f0c0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://solaireconcierge.sitestaging.site/wp-content/uploads/2024/10/Group-193.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-93 .elementor-element.elementor-element-d7f0c0c, .elementor-93 .elementor-element.elementor-element-d7f0c0c::before{--border-transition:0.3s;}.elementor-93 .elementor-element.elementor-element-27cf90f{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-93 .elementor-element.elementor-element-27cf90f{--content-width:1450px;}}/* Start custom CSS */@font-face {
  font-family: Gotham Book;
  src: url('https://solaireconcierge.sitestaging.site/wp-content/uploads/2024/10/Gotham-Book.ttf');
}


.country-container, .cuisine-container {
    width: 100%;
    height: auto;
}

.country-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 3rem;
    max-width: 800px;
}
.cuisine-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between ;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 3rem;
    max-width: 1100px;
}
.country-container li {
    margin: auto;
    max-width: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.country-container li img {
    margin: auto;
    max-width: 150px;
    width: 100%;
}


.cuisine-container li {
    margin: auto;
    max-width: 250px;
    width: 100%;
    background: #E16A2B;
    text-align: center;
    padding: 10px;
    border: 2px solid #E16A2B;
    cursor: pointer;
    margin-bottom: 1rem;
}

.cuisine-container li a{
    font-family: 'Gotham Book';
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.cuisine-container li:hover {
    background: none;
    border: 2px solid #E16A2B;
}
.cuisine-container li:hover a{
     color: #E16A2B;
}/* End custom CSS */