
/* ******  location.html - start*/

.locations-page {
  background-color: #f3f3f3;
  min-height: 100vh;
  padding: 160px 35px;
}

.locations-section {
  max-width: 900px;
}

.locations-label {
  color: red;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.locations-title {
  font-size: 58px;
  font-weight: 400;
  color: #6a7380;
  margin-bottom: 35px;
  line-height: 1.2;
}

.location-block {
  margin-bottom: 28px;
}

.location-block h2 {
  font-size: 20px;
  font-weight: 400;
  color: #6a7380;
  margin-bottom: 18px;
}

.location-block p {
  font-size: 18px;
  font-weight: 400;
  color: #6a7380;
  line-height: 1.8;
}

.locations-page {
  background-color: #f3f3f3;
  min-height: 100vh;
  padding: 60px 35px;
}

.locations-section {
  max-width: 1100px;
  margin: 0 auto;
}

.locations-label {
  color: red;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.locations-title {
  font-size: 52px;
  font-weight: 400;
  color: #6a7380;
  margin-bottom: 40px;
  line-height: 1.2;
}

.location-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.location-info h2 {
  font-size: 24px;
  font-weight: 500;
  color: #6a7380;
  margin-bottom: 12px;
}

.location-info p {
  font-size: 18px;
  color: #6a7380;
  line-height: 1.7;
  margin-bottom: 20px;
}

.location-map iframe {
  width: 100%;
  border-radius: 10px;
}

/* Tablet */
@media (max-width: 1024px) {
  .locations-title {
    font-size: 42px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .locations-page {
    padding: 35px 16px;
  }

  .locations-title {
    font-size: 32px;
  }

  .location-card {
    padding: 18px;
  }

  .location-info h2 {
    font-size: 20px;
  }

  .location-info p {
    font-size: 16px;
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .locations-page {
    padding: 50px 25px;
  }

  .locations-title {
    font-size: 46px;
  }

  .location-block h2 {
    font-size: 19px;
  }

  .location-block p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .locations-page {
    padding: 35px 16px;
  }

  .locations-label {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .locations-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .location-block h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .location-block p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/*   ***** Location.html - end*/ 
/* ===== Professional Locations Override ===== */

.locations-page {
  background-color: #f3f3f3;
  min-height: 100vh;
  padding: 80px 35px 60px;
}

.locations-section {
  max-width: 1100px;
  margin: 0 auto;
}

.location-map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
}

@media (max-width: 1024px) {
  .locations-page {
    padding: 60px 24px 45px;
  }

  .locations-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .locations-page {
    padding: 40px 16px 35px;
  }

  .locations-title {
    font-size: 32px;
  }

  .location-card {
    padding: 16px;
  }

  .location-map iframe {
    min-height: 260px;
  }
}