@media screen and (min-width: 1025px){
.restaurant-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    border-radius: 15px; /* More pronounced curves for an elegant look */
    background-color: #f0f1e4; /* Soft cream for the background */
    margin: 20px auto; /* Center the container with space around it */
    position: relative; /* To position pseudo-elements relative to the parent */
    color: #3a3a3a; /* A deep gray for the text */
    text-align: center; /* Center align text for a formal feel */
    font-family: 'Georgia', serif; /* Elegant serif font for a sophisticated look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Soft shadow to give depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

/* Hover effect to create a slight lift and add excitement with a more vibrant shadow */
.restaurant:hover {
    transform: translateY(-8px); /* Slight lift to give a 3D effect */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Title style with an Art Nouveau feel */
.restaurant h2 {
    color: #d0a100; /* Gold for the title for an elegant touch */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow for depth */
    padding: 5px;
    margin: 0 auto 20px auto; /* Centers horizontally and adds bottom space */
    text-align: center;       /* Ensures text is centered inside the h2 */ 
}



/* Inner glow effect with a softer, more colorful touch */
.restaurant::after {
    content: '';
    position: absolute;
    top: 10px; bottom: 10px; left: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.05); /* Soft background to make the glow visible */
    box-shadow: inset 0 0 50px rgba(255, 204, 0, 0.8), inset 0 0 25px rgba(0, 128, 0, 0.5); /* Gold and green inner glow */
    border-radius: 15px; /* Rounded edges for the glow effect */
    z-index: -1; /* Keep glow effect behind the content */
}

/* Decorative borders with floral-inspired elements */
.restaurant::before, .restaurant::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border: 3px solid transparent;
    border-radius: 15px; /* Round corners for a more elegant frame */
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5), rgba(0, 128, 0, 0.5)); /* Golden-green gradient for a touch of elegance */
    z-index: -2;
}


/* Adding a light accent color to the paragraph text to match the theme */
.restaurant p {
    color: #4a4a4a; /* Dark gray text */
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    line-height: 1.6;
}




  
  .restaurant p{
    font-size: 18px;
    color: black;
  }
  
  .restaurant.hidden{
    display: none;
  }

  .restaurants{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

#restaurantsTitle{
    color: #FF6347;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
}

#cuisineSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#cuisineSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.flag{
    width: 50px;
    height: auto;
    padding-left: 20px;
    position: absolute;
}

.icon_text{
    display: flex;
    align-items: center; /* Vertically centers the flag and text */
 /* Optional: adds space between flag and text */
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    position: static !important;
}

.map{
    z-index: 0;
    width: 80%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}
}

@media screen and (min-width: 901px) and (max-width: 1024px){
    html{
    background-color: #fafafa;
}

.restaurant-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    border-radius: 15px; /* More pronounced curves for an elegant look */
    background-color: #f0f1e4; /* Soft cream for the background */
    margin: 20px auto; /* Center the container with space around it */
    position: relative; /* To position pseudo-elements relative to the parent */
    color: #3a3a3a; /* A deep gray for the text */
    text-align: center; /* Center align text for a formal feel */
    font-family: 'Georgia', serif; /* Elegant serif font for a sophisticated look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Soft shadow to give depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

/* Hover effect to create a slight lift and add excitement with a more vibrant shadow */
.restaurant:hover {
    transform: translateY(-8px); /* Slight lift to give a 3D effect */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Title style with an Art Nouveau feel */
.restaurant h2 {
    color: #d0a100; /* Gold for the title for an elegant touch */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow for depth */
    padding: 5px;
    margin: 0 auto 20px auto; /* Centers horizontally and adds bottom space */
    text-align: center;       /* Ensures text is centered inside the h2 */ 
}



/* Inner glow effect with a softer, more colorful touch */
.restaurant::after {
    content: '';
    position: absolute;
    top: 10px; bottom: 10px; left: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.05); /* Soft background to make the glow visible */
    box-shadow: inset 0 0 50px rgba(255, 204, 0, 0.8), inset 0 0 25px rgba(0, 128, 0, 0.5); /* Gold and green inner glow */
    border-radius: 15px; /* Rounded edges for the glow effect */
    z-index: -1; /* Keep glow effect behind the content */
}

/* Decorative borders with floral-inspired elements */
.restaurant::before, .restaurant::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border: 3px solid transparent;
    border-radius: 15px; /* Round corners for a more elegant frame */
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5), rgba(0, 128, 0, 0.5)); /* Golden-green gradient for a touch of elegance */
    z-index: -2;
}


/* Adding a light accent color to the paragraph text to match the theme */
.restaurant p {
    color: #4a4a4a; /* Dark gray text */
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    line-height: 1.6;
}




  
  .restaurant p{
    font-size: 18px;
    color: black;
  }
  
  .restaurant.hidden{
    display: none;
  }

  .restaurants{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

#restaurantsTitle{
    color: #FF6347;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
}

#cuisineSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#cuisineSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.flag{
    width: 50px;
    height: auto;
    padding-left: 20px;
    position: absolute;
}

.icon_text{
    display: flex;
    align-items: center; /* Vertically centers the flag and text */
 /* Optional: adds space between flag and text */
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 280px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    position: static !important;
}

.map{
    z-index: 0;
    width: 80%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 100px;
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
    .restaurant-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    border-radius: 15px; /* More pronounced curves for an elegant look */
    background-color: #f0f1e4; /* Soft cream for the background */
    margin: 20px auto; /* Center the container with space around it */
    position: relative; /* To position pseudo-elements relative to the parent */
    color: #3a3a3a; /* A deep gray for the text */
    text-align: center; /* Center align text for a formal feel */
    font-family: 'Georgia', serif; /* Elegant serif font for a sophisticated look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Soft shadow to give depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

/* Hover effect to create a slight lift and add excitement with a more vibrant shadow */
.restaurant:hover {
    transform: translateY(-8px); /* Slight lift to give a 3D effect */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Title style with an Art Nouveau feel */
.restaurant h2 {
    color: #d0a100; /* Gold for the title for an elegant touch */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow for depth */
    padding: 5px;
    margin: 0 auto 20px auto; /* Centers horizontally and adds bottom space */
    text-align: center;       /* Ensures text is centered inside the h2 */ 
}



/* Inner glow effect with a softer, more colorful touch */
.restaurant::after {
    content: '';
    position: absolute;
    top: 10px; bottom: 10px; left: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.05); /* Soft background to make the glow visible */
    box-shadow: inset 0 0 50px rgba(255, 204, 0, 0.8), inset 0 0 25px rgba(0, 128, 0, 0.5); /* Gold and green inner glow */
    border-radius: 15px; /* Rounded edges for the glow effect */
    z-index: -1; /* Keep glow effect behind the content */
}

/* Decorative borders with floral-inspired elements */
.restaurant::before, .restaurant::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border: 3px solid transparent;
    border-radius: 15px; /* Round corners for a more elegant frame */
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5), rgba(0, 128, 0, 0.5)); /* Golden-green gradient for a touch of elegance */
    z-index: -2;
}


/* Adding a light accent color to the paragraph text to match the theme */
.restaurant p {
    color: #4a4a4a; /* Dark gray text */
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    line-height: 1.6;
}




  
  .restaurant p{
    font-size: 18px;
    color: black;
  }
  
  .restaurant.hidden{
    display: none;
  }

  .restaurants{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

#restaurantsTitle{
    color: #FF6347;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
}

#cuisineSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#cuisineSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.flag{
    width: 50px;
    height: auto;
    padding-left: 20px;
    position: absolute;
}

.icon_text{
    display: flex;
    align-items: center; /* Vertically centers the flag and text */
 /* Optional: adds space between flag and text */
}

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 60%;
    height: 250px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    position: static !important;
}

.map{
    z-index: 0;
    width: 80%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}
}

@media screen and (min-width: 481px) and (max-width: 768px){
.restaurant-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    border-radius: 15px; /* More pronounced curves for an elegant look */
    background-color: #f0f1e4; /* Soft cream for the background */
    margin: 20px auto; /* Center the container with space around it */
    position: relative; /* To position pseudo-elements relative to the parent */
    color: #3a3a3a; /* A deep gray for the text */
    text-align: center; /* Center align text for a formal feel */
    font-family: 'Georgia', serif; /* Elegant serif font for a sophisticated look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Soft shadow to give depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

/* Hover effect to create a slight lift and add excitement with a more vibrant shadow */
.restaurant:hover {
    transform: translateY(-8px); /* Slight lift to give a 3D effect */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Title style with an Art Nouveau feel */
.restaurant h2 {
    color: #d0a100; /* Gold for the title for an elegant touch */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow for depth */
    padding: 5px;
    margin: 0 auto 20px auto; /* Centers horizontally and adds bottom space */
    text-align: center;       /* Ensures text is centered inside the h2 */ 
}



/* Inner glow effect with a softer, more colorful touch */
.restaurant::after {
    content: '';
    position: absolute;
    top: 10px; bottom: 10px; left: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.05); /* Soft background to make the glow visible */
    box-shadow: inset 0 0 50px rgba(255, 204, 0, 0.8), inset 0 0 25px rgba(0, 128, 0, 0.5); /* Gold and green inner glow */
    border-radius: 15px; /* Rounded edges for the glow effect */
    z-index: -1; /* Keep glow effect behind the content */
}

/* Decorative borders with floral-inspired elements */
.restaurant::before, .restaurant::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border: 3px solid transparent;
    border-radius: 15px; /* Round corners for a more elegant frame */
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5), rgba(0, 128, 0, 0.5)); /* Golden-green gradient for a touch of elegance */
    z-index: -2;
}


/* Adding a light accent color to the paragraph text to match the theme */
.restaurant p {
    color: #4a4a4a; /* Dark gray text */
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    line-height: 1.6;
}




  
  .restaurant p{
    font-size: 18px;
    color: black;
  }
  
  .restaurant.hidden{
    display: none;
  }

  .restaurants{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

#restaurantsTitle{
    color: #FF6347;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
}

#cuisineSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#cuisineSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.flag{
    width: 50px;
    height: auto;
    padding-left: 20px;
    position: absolute;
}

.icon_text{
    display: flex;
    align-items: center; /* Vertically centers the flag and text */
 /* Optional: adds space between flag and text */
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 30%;
    height: 150px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 10%;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 50px;
    font-size: 0.5em;
    position: static !important;
}

.map{
    z-index: 0;
    width: 40%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 270px;
}
}

@media screen and (max-width: 480px){
  .restaurant-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    border-radius: 15px; /* More pronounced curves for an elegant look */
    background-color: #f0f1e4; /* Soft cream for the background */
    margin: 20px auto; /* Center the container with space around it */
    position: relative; /* To position pseudo-elements relative to the parent */
    color: #3a3a3a; /* A deep gray for the text */
    text-align: center; /* Center align text for a formal feel */
    font-family: 'Georgia', serif; /* Elegant serif font for a sophisticated look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Soft shadow to give depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

/* Hover effect to create a slight lift and add excitement with a more vibrant shadow */
.restaurant:hover {
    transform: translateY(-8px); /* Slight lift to give a 3D effect */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Title style with an Art Nouveau feel */
.restaurant h2 {
    color: #d0a100; /* Gold for the title for an elegant touch */
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow for depth */
    padding: 5px;
    margin: 0;
    margin-left: 60px;
    width: 100%;
    text-align: right;  
     margin-right: auto;
  max-width: calc(100% - 60px); /* Also helps prevent overlap */
}



/* Inner glow effect with a softer, more colorful touch */
.restaurant::after {
    content: '';
    position: absolute;
    top: 10px; bottom: 10px; left: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.05); /* Soft background to make the glow visible */
    box-shadow: inset 0 0 50px rgba(255, 204, 0, 0.8), inset 0 0 25px rgba(0, 128, 0, 0.5); /* Gold and green inner glow */
    border-radius: 15px; /* Rounded edges for the glow effect */
    z-index: -1; /* Keep glow effect behind the content */
}

/* Decorative borders with floral-inspired elements */
.restaurant::before, .restaurant::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border: 3px solid transparent;
    border-radius: 15px; /* Round corners for a more elegant frame */
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5), rgba(0, 128, 0, 0.5)); /* Golden-green gradient for a touch of elegance */
    z-index: -2;
}


/* Adding a light accent color to the paragraph text to match the theme */
.restaurant p {
    color: #4a4a4a; /* Dark gray text */
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    line-height: 1.6;
}




  
  .restaurant p{
    font-size: 18px;
    color: black;
  }
  
  .restaurant.hidden{
    display: none;
  }

  .restaurants{
     width: 80vw;
    padding-top: 30px;
    margin: 0 auto;
    position: static;
}

#restaurantsTitle{
    color: #FF6347;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
}

#cuisineSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
    width: 90%;
}

#cuisineSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.flag{
    width: 30px;
    height: auto;
    padding-left: 10px;
    position: absolute;
    margin-top: -10px;
}

.icon_text{
    display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  max-width: 100%;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 180px;
    margin: 0 auto;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    font-size: 0.9em;
    position: static !important;
}

.map{
    z-index: 0;
    width: 80dvw;
    height: 220px;
    margin: 0 auto 30px 30px;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}

.images{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 80vw;
}

}