@font-face {
  font-family: 'CamberMedium'; /* Name the font as you like */
  src: url('/fonts/CamberTRIAL-ThIt.ttf') format('truetype'); /* Use the correct path */
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Monument Extended', sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  color: #2e2b28;
  background-color: #323131;
  overflow-x: hidden;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none;    /* Firefox all */
  -ms-user-select: none;     /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}

.main {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a, a:active, a:focus, a:hover, button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  color: unset;
}

h1, h2, h3, h4, h5, h6, p, ul, hr {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

ul li {
  list-style-type: none;
}

.btn {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

img {
  width: 100%;
}

p {
  line-height: 1.5;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33.333% - 20px); /* 3 columns layout */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top; /* Removes baseline alignment spacing */
}

.Social-info {
  background-color: hsl(33, 65%, 47%);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  position: relative;
  height: 330px;
  overflow: hidden;
}

.locations {
  display: flex;
  justify-content: center;
  gap: 35px;
  width: 100%;
  max-width: 700px;
  padding: 15px 0;

}

/* Location Box */
.location {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  margin: auto; 
}

.address{
  font-family: 'CamberMedium', sans-serif;
  font-size: 18px;
  color: rgb(237, 236, 236);
  word-spacing: 15%;
  font-weight: lighter;
  letter-spacing: 2px;
}
/* Location Name */
.location-name {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  
}

.tele{
  font-family: 'CamberMedium', sans-serif;
  color: rgb(237, 236, 236);
  font-size: 18px; /* Size for section titles like ADDRESS and TÉLE */
  font-weight: lighter; /* Emphasizes the titles */
  letter-spacing: 2px; /* Adds spacing between letters */
  margin: 0;
  
}
/* Phone Number */
.phone-number {
  font-family: 'CamberMedium', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  letter-spacing: 1.5px; /* Slight letter spacing for numbers */
  word-spacing: 3px; 
  text-transform: uppercase;
}

.Social-info .locations .social-icons img {
  border-radius: 15px;
}

.social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.icons img {
  width: 150px;
  height: 150px;
  transition: transform 0.3s ease;
}

.icons img:hover {
  transform: scale(1.1);
}

.footer {
  font-size: 7px;
  color: #aaa;
  text-align: center;
  margin-top: 15px;
}

.footer p {
  color: #d7d6d6;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
}

.footer a {
  font-size: medium;
  color: #f5f5f5;
}

.menu img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.glovo img {
  font-weight: bold;
  color: #36aa79;
  font-size: 18px;
  width: 300px;
  height: 150px;
  transition: transform 0.3s ease;
}

.glovo img:hover {
  transform: scale(1.1);
}


@media screen and (max-width: 480px) {
  .image-container {
    width: 100%; /* 1 column layout */
  }
  .container {
    width: 100%; /* 1 column layout */
  }
  .Social-info {
    width: 100%; /* 1 column layout */
  }
}


@media (max-width: 600px) {
  .image-container {
      width: 100%; /* Remove width restriction */
  }
  .container {
    width: 100%; /* 1 column layout */
  }
  .Social-info {
    width: 100%; /* 1 column layout */
  }

  .social-icons {
   
    width: 100%;
    position: absolute;
    top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .location-name {
    color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  }

  .icons img {
    margin-top: 25px;
    width: 75px;  /* Smaller icons for small screens */
    height: 75px;
  }
  .glovo img {
    margin-top: 25px;
    width: 150px;  /* Smaller Glovo logo for small screens */
    height: 80px;
  }

  .phone-number {
    font-size: 16px;
    font-weight: bold;
    color: white;
   
  }
  .footer {
    font-size: 5px;
    color: #aaa;
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 360px) {
  body {
      overflow-y: scroll; /* Prevent horizontal overflow */
  }

  .image-container {
      width: 100%; /* 1 column layout */
  }
  .container {
    width: 100%; /* 1 column layout */
}
  .Social-info {
    width: 100%; /* 1 column layout */
  }
  .social{
    width: 100%; /* 1 column layout */
  }
  

  .social-icons {
    width: 100%;
    position: absolute;
    top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icons img {
    width: 25px;  /* Further reduce size for very small screens */
    height: 25px;
  }

  .social {
    gap: 10px;  /* Reduce gap between icons for smaller screens */
  }
  .footer {
    font-size: 5px;
    color: #aaa;
    text-align: center;
    margin-top: 15px;
  }

  
}
