﻿.feature-box-content1 {
  position: relative;
}
.toggle-btn {
  margin-top: 1rem;
  background: none;
  border: none;
  color: #0073aa;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
}
.toggle-btn:hover {
  text-decoration: underline;
}






    .map-container {
      position: relative;
      width: 100%;
      height: 450px;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .contact-box {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 300px;
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 10;
    }

    .contact-box h4 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px;
      color: #333;
    }

    .contact-box p {
      margin: 5px 0;
      line-height: 1.4;
      color: #555;
    }

    .contact-box a {
      color: #007BFF;
      text-decoration: none;
    }

    .contact-box a:hover {
      text-decoration: underline;
    }