* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background-color: #f5f5f5;
    }
.distributor-banner h1.banner-heading {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}
.distributor-banner {
    position: relative;
}
.locator-container {
    background-color: #d32f2f;
    color: white;
    padding: 40px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 30px;
    justify-content: center;
    margin-top: -95px;
    position: inherit;
}
.locator-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

/* Hide desktop banner on small screens, show mobile banner */
@media only screen and (max-width: 767px) {
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .banner-heading {
        font-size: 1.5rem;
    }
}
    .locator-form {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    }

    .locator-form select,
    .locator-form input,
    .locator-form button {
      padding: 10px;
      font-size: 1rem;
      border: none;
      border-radius: 4px;
    }

    .locator-form select,
    .locator-form input {
      flex: 1;
      min-width: 120px;
    }

.locator-form button {
    background-color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    min-width: 80px;
    transition: background-color 0.3s;
    width: 220px;
    color: #000;
    height: 45px;
}

.locator-form button:hover {
    background-color: #f5f5f5;
    color: #d32f2f;
}


    .card {
      background-color: #fff;
      border: 1px solid #ddd;
      margin-bottom: 20px;
      border-radius: 8px;
      padding: 20px;
      max-width: 600px;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }

.info {
    flex: 1;
    color: #000;
    font-size: 16px;
}

.info h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #000;
}

.info p {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.info p span {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

    .info p span svg {
      width: 16px;
      height: 16px;
      color: #d32f2f;
    }

.distance {
    margin-top: 8px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

    .button-container {
      display: flex;
      align-items: center;
    }

.button-container button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    box-shadow: 2px 1px 8px -1px #99999985;
}

.button-container button span {
    display: flex;
    align-items: center;
}
.button-container button span img{
  margin-right: 10px;
}
    .button-container button:hover {
      background-color: #fff;
    }

    .button-container button svg {
      width: 16px;
      height: 16px;
      color: #333;
    }
.num-email {
    display: flex;
    justify-content: flex-start;
    margin-top: 13px;
    align-items: flex-end;
}
.button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
}
       
.map-boxes {
    width: 100%;
}
.card-boxes {
    width: 100%;
}
#map {
  height: 100vh;
  width: 100%;
}
.card-maps {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
}
.locator-form select {
    background: #fff0 url(../images/triangle.png);
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 15px;
    height: 45px !important;
    font-size: 16px;
    background-position: 95%;
    background-repeat: no-repeat;
}
.locator-form select option{
  color: #000;
}
.locator-form input {
    background: none !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    height: 45px !important;
    font-weight: 400 !important;
}
.locator-form input::placeholder{
  color: #fff;
}
.locator-form input:focus{
  box-shadow: none;
  outline: none;
}
.locator-form select:focus{
  box-shadow: none;
  outline: none;
}
.card-maps {
    display: none;
}
.map-info{
    padding:2rem 0;
    display: block; /* Show by default */
}
@media (max-width: 767px){
.locator-container {
    width: 100%;
}
.locator-container {
    margin-top: 15px;
}
.locator-form button {
    width: 100%;
}
.card-maps {
  padding: 0 10px 50px;
  display: flex;
  flex-direction: column;
}
.num-email {
    justify-content: flex-start;
    margin-top: 13px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}


}