/* Find us - title, subtitle, map */
.find-us {
  width: calc(100% - 80px);
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  margin-top: 120px;
}

.find-us__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.find-us__title {
  color: var(--Black-text, #000);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; 
  margin: 0;
  margin-bottom: 20px;
}

.find-us__subtitle {
  margin: 0;
  color: var(--Black-text, #000);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 632px;
}

.find-us__map-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
}

.find-us__map {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 300px;
}

.find-us__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.95rem;
}

.find-us__link:hover {
  text-decoration: underline;
}


@media (max-width: 1680px)  {
  .find-us {
    width: calc(100% - 50px);
  }
}

@media (min-width: 1280px) and (max-width: 1520px) {
  .find-us {
    width: calc(100% - 130px);
  }
}

@media (min-width: 1280px) and (max-width: 1300px) {
  .find-us {
    width: calc(100% - 10px);
  }
  .home_strone_energy {
    width: calc(100% - 10px);
  }
}

@media (max-width: 1279px)  {
  .find-us {
    width: calc(100% - 10px);
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media (max-width: 739px)  {
  .find-us {
    width: calc(100% - 20px);
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.find-us__map-wrap {
  position: relative; 
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.find-us__map {
  border: 0;
  width: 100%;
  height: 450px;
  filter: grayscale(0.2); 
}

.find-us__address-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: var(--Footer, #232323);
  height: 50px;
}

.find-us__address-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.find-us__icon {
  flex-shrink: 0;
}

@media (max-width: 739px) {
  .find-us__address-bar {
    padding: 15px;
  }
  .find-us__address-content {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .find-us__address-bar {
    padding: 10px;
  }
}