@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "AppleGaramond-Bold";
  src: url("../apple_garamond-font/AppleGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
}

/* General reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* General body styling */
body {
  background: conic-gradient(from 46deg, #18c5ff2b, #fdfdfd00, #64ffbe21);
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

/* .hd-responsive {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2%;
} */

.cnctus-box {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  /* gap: 5%; */
  /* margin: 0 6.5%; */
}

.fab {
  font-size: 1em !important;
}

.box-10 {
  display: flex;
  padding: 3% 2% 2% 5%;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.box-10 div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 300px;
}

/* .box-10 i {
  font-size: 1.5em;
  color: #000;
} */

.box-10 p {
  font-size: 1em;
  color: black;
}

/* iframe {
  width: 100%;
  max-width: 600px;
  height: 300px;
} */

.map {
  display: flex;
  justify-content: center;
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
  /* padding: 10% 0 2% 0; */
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  /* border-radius: 12px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* .fas.fa-map-marker-alt {
  color: red;
  margin-right: 10px;
  font-size: 4em;
} */

.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: 5%; /* Add space around the map */
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gm {
  color: green;
  font-family: "AppleGaramond-Bold";
  font-size: 5vw;
  line-height: 80%;
}

.scl {
  font-size: 1.5em;
  font-weight: bold;
}

.scl span {
  color: darkviolet;
}

.contact-info {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
}

.contact-info i {
  color: #008542; /* green accent */
  font-size: 16px;
  min-width: 18px; /* align text nicely */
}

.contact-info a {
  color: #008542;
  text-decoration: none;
  transition:
    color 0.3s ease,
    text-decoration 0.3s ease;
}

.contact-info a:hover {
  color: #004d36;
  text-decoration: underline;
}

/* blur img effect */
.blur-up {
  filter: blur(20px);
  transition: filter 0.3s ease-out;
  will-change: filter;
}

.lazyloaded {
  filter: blur(0);
}
/* blur img effect end */

/* Responsive adjustments */
@media (max-width: 769px) {
  .contact-info {
    font-size: 13px;
  }
  .contact-info i {
    font-size: 14px;
    min-width: 16px;
  }

  .cnctus-box {
    flex-direction: column;
  }

  .map {
    padding: 5%;
  }

  /* .gm {
    font-size: 8vw;
  } */

  .scl {
    font-size: 1.2em;
  }

  .fas.fa-map-marker-alt {
    font-size: 2.5em;
  }

  .box-10 iframe {
    box-shadow: 0px 1.5px 4px #6e6e6e;
  }

  .hd {
    align-items: flex-start;
  }

  .gm {
    font-size: 8.5vw;
  }
}

@media (max-width: 480px) {
  .contact-info {
    font-size: 12px;
    line-height: 1.4;
  }
  .contact-info i {
    font-size: 12px;
    min-width: 14px;
  }
}

@media (max-width: 426px) {
  .scl {
    font-size: 4.5vw;
  }

  .fas.fa-map-marker-alt {
    font-size: 2em;
  }

  .box-10 iframe {
    box-shadow: 0px 1.5px 4px #6e6e6e;
  }
}
