.contact-hero-section {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0)
    ),
    url('/assets/img/pages/contact-us/contact-back.jpg');
  background-position: 0% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-hero-section .header-left-content {
  max-width: 700px;
}

.contact-hero-section .title-desc {
  margin-bottom: 80px;
}

.quote-container {
  background-color: white;
  margin-top: -100px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.qoute-form-container {
  padding: 0px 100px;
}

.contact-section {
  background-color: rgb(242, 242, 242);
  margin-top: 100px;
}

.contact-div {
  display: flex;
  gap: 70px;
}

.map-div {
  flex: 1;
}

.contact-full-map {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  z-index: 3;
  width: 100%;
}

.contact-list-div {
  width: 100%;
}

.map-address {
  background-color: white;

  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1;
}
.map-address p {
  width: 350px;
}
.address-img {
  width: 70px;
  height: 70px;
  background-color: var(--text-color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-img img {
  width: 60%;
}

.contact-list-div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.each-contact-list-div {
  height: 200px;
  padding: 15px;
  padding-top: 30px;
  /* border-radius: 20px; */
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  justify-content: flex-end;
  gap: 10px;
}
.email-div {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5)),
    url('/assets/img/pages/contact-us/email1.jpg') center/cover no-repeat;
}

.phone-div {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5)),
    url('/assets/img/pages/contact-us/phone.jpg') center/cover no-repeat;
}

.social-media-div {
  display: flex;
  gap: 20px;
}

.each-s-media-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.each-s-media-icon img {
  width: 100%;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;

  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 900px) {
  .contact-div {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .qoute-form-container {
    padding: 10px 20px;
  }
}
