body {
  margin: 0;
  padding: 0;
  font-family: 'Gilda Display', 'Inter', sans-serif;
}

.page-container {
  padding: 60px 12px 12px;
  background: #0f0f0f; /* Black background */
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.logo-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.logo {
  margin-bottom: 32px;
}

.heading {
  font-size: 50px;
  margin: 0px;
  font-weight: 400;
  color: white;
  text-align: center;
}

h1 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  color: white;
  text-align: center;
}

.country-select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 64px;
  text-align: center;
  font-family: 'Inter';
}

.country-select img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.country-select a:hover img {
  border: 4px solid #ffcc00;
  margin: -4px;
}

h4 {
  color: white;
  font-weight: 600;
  margin: 12px 0 0;
}

@media (max-width: 580px) {
  h1 {
    font-size: 32px;
  }

  .heading {
    font-size: 32px;
  }

  .page-container {
    padding-top: 38px;
  }
}

@media (max-width: 400px) {
  .country-select {
    gap: 16px;
  }
}

.featured-on {
  margin: 0px auto;
  margin-top: 4rem;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.bptuiP {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 28px 28px 32px;
  max-width: 800px;
}

.daSMiW h5 {
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(30, 41, 59);
  text-align: center;
  margin: 0;
}

.daSMiW .listItems {
  margin: 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.daSMiW .listItems span {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.daSMiW .listItems span img {
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 900px) {
  .daSMiW .listItems {
    margin-top: 16px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .logo-container {
    max-width: 540px;
    padding: 4px;
  }
}

.footer {
  font-size: 15px;
  color: rgb(203, 213, 225);
  font-family: 'Inter';
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
