.u-section-1 .u-sheet-1 {
  min-height: 1246px;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 10px;
  margin-bottom: 0;
  height: auto;
  min-height: 734px;
}

.u-section-1 .u-map-1 {
  height: 430px;
  width: 1140px;
  margin: 62px auto 10px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-map-1 {
    width: 940px;
    margin-top: 172px;
    margin-bottom: 11px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-map-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-map-1 {
    width: 540px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-map-1 {
    width: 340px;
    margin-top: 193px;
    margin-bottom: 11px;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 101px;
}

.u-section-5 .u-btn-1 {
  font-weight: 700;
  font-size: 0.875rem;
  --radius: 5px;
  text-decoration: underline;
  margin: 0 auto 50px;
  padding: 11px 34px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-btn-1 {
    font-size: 1rem;
    padding-right: 31px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-btn-1 {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-btn-1 {
    padding-right: 11px;
    padding-left: 9px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-btn-1 {
    font-size: 0.625rem;
    padding-right: 3px;
    padding-bottom: 15px;
    padding-left: 2px;
  }
}.get-in-touch-btn {
  background-color: #0056b3;  /* Professional blue color */
  color: white;  /* White text */
  font-size: 16px;  /* Legible text size */
  padding: 12px 30px;  /* Adequate padding for clickability */
  border: none;  /* Remove default border */
  border-radius: 8px;  /* Rounded corners for a modern look */
  cursor: pointer;  /* Pointer cursor on hover */
  transition: background-color 0.3s ease, transform 0.2s ease;  /* Smooth transitions */
}
.get-in-touch-btn:hover {
  background-color: #00408d;  /* Darken the button on hover */
  transform: translateY(-2px);  /* Slightly lift the button on hover */
}
.get-in-touch-btn:focus {
  outline: none;  /* Remove default outline */
} 