.slideshow {
    display: flex;
    justify-content: center;
  }
  
  .slideshow img {
    width: 150px;
    height: 150px;
    margin: 10px;
    cursor: pointer;
  }
  
  #slideshowOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }
  
  #slideshowContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
  }
  
   @media screen and (max-width:500px) {
    #slideshowContainer {
      width: 90%;
      height: 90%;
      margin-top: 40%;
    }
   }
  
  #slideshowImage {
    width: 100%;
    height: auto;
  }
  
  .close {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
  }
  .contact-info-section {
    padding: 60px 0; /* Add padding for spacing */
    background-color: #fff; /* Light background color for contrast */
}

.contact-info-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
    width: 750px; /* Match table width to 750px */
    height: 750px;
    margin-left: -217px;
}

.contact-info-item {
    margin-bottom: 20px; /* Space between items */
    text-align: center; /* Center text */
}

.contact-info-item a {
  padding-top: 60px;
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Text color */
}

.contact-info-item i {
    font-size: 30px; /* Icon size */
    color: var(--primary-color); /* Primary color for icons */
    margin-bottom: 10px; /* Space between icon and text */
}

.contact-info-item h5 {
    margin: 0; /* Remove default margin */
    font-size: 18px; /* Title font size */
}

.contact-info-item p {
  margin: 0; /* Remove default margin */
  font-size: 15px; /* Description font size */
}

.contact-map-three {
  margin-top: 50px; /* Space above the map */
}

  .contact-info-item {
      width: 100%; /* Full width for smaller screens */
  }
  .contact-map-three {
    margin-top: -43px; /* More space above the map on smaller screens */
  }
  .both-in-one{
    height:100%;
  }
  