.hero-sentence {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.45)),
    url(img/contact.webp) no-repeat;
  min-height: 100vh;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.hero-sentence i {
  color: orange;
}
.heading1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(58, 56, 56, 0.5);
  word-spacing: 1.1;
  margin-bottom: 0.5rem;
}
.subtitle1 {
  font-family: "Lato", "Lucidia sans Unicode", "Lucidia Grande", sans-serif;
  color: #f1f1f1;
  font-weight: 500;
  font-size: 1.2rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
}
.heading1 i {
  font-size: 1.5rem;
  margin-right: 12px;
}
.hero-sentence a {
  padding: 12px 24px;
  background-color: orange;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  margin: 2px 4px;
}
.hero-sentence a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: #e68900;
}
.fa-arrow-right {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
  display: inline-block;
}

.hero-sentence a:hover span {
  margin-left: 10px;
}
.find {
  text-align: center;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin: 50px 0 20px 0;
  color: orange;
}
.map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 0;
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 50px;
}

.address {
  padding: 30px;
  background: #fff;
}

.address h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.address-block {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.address-block h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.address-block p {
  font-size: 14px;
}

.address a {
  color: #c00;
  text-decoration: none;
}

.address a:hover {
  text-decoration: underline;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact {
  padding: 100px 8%;
}
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.content-left h2,
.content-right h2 {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  color: #30302b;
}
.get {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.get i {
  margin-right: 10px;
  color: orange;
}
.init a {
  color: #6d6d5f;
  text-decoration: none;
}
.content-left p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #6d6d5f;
  margin-bottom: 15px;
}
.init {
  margin-bottom: 20px;
}
.init h3,
.follow h3 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  color: #30302b;
}
.init p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #6d6d5f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.init h3 i {
  margin-right: 10px;
  color: orange;
}
.follow {
  margin-top: 20px;
}
.social-lins {
  display: flex;
  gap: 16px;
}

.social-lin {
  width: 40px;
  height: 40px;
  background: orange;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.social-lin:hover {
  box-shadow: 0 0 15px orange;
  transform: translateY(-5px);
}
form {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  background-color: white;
}
.form-details textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  resize: vertical;
}
.form-details input {
  width: 95%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.form-details input:focus,
.form-details textarea:focus {
  outline: none;
  border-color: orange;
  box-shadow: 0 0 5px orange;
}
.submit-button {
  background-color: orange;
  border: none;
  border-radius: 5px;
  width: 25%;
  height: 2.5rem;
  cursor: pointer;
  color: white;
  padding: 5px 20px;
  border: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s ease;
}
.submit-button:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .map-container,
  .contact-container {
    grid-template-columns: 1fr;
  }
  .hero-sentence {
    padding: 0 20px;
  }
  .heading1 {
    font-size: 1rem;
  }
  .subtitle1 {
    font-size: 0.8rem;
  }
  .find {
    font-size: 24px;
    margin: 30px 0 10px 0;
  }
  .content-left h2,
  .content-right h2 {
    font-size: 24px;
  }
  .submit-button {
    width: 50%;
  }
  .map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .heading1 {
    font-size: 0.9rem;
  }
  .subtitle1 {
    font-size: 0.7rem;
  }
  .find {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
  .content-left h2,
  .content-right h2 {
    font-size: 20px;
  }
  .submit-button {
    width: 70%;
  }
}
