/***
=============================================
Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  padding: 0px 0px 0px;
  z-index: 1;
}

.contact-page__top {
  position: relative;
  display: block;
  padding: 120px 0px 245px;
  background: var(--logistiq-gray-bg);
  z-index: 1;
}

.contact-page__top-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.05;
  z-index: -1;
}

.contact-page__top-content {
  position: relative;
  display: block;
}

.contact-page__top-content .sec-title {
  padding-bottom: 41px;
}

.contact-page__top-content-text1 {
  position: relative;
  display: block;
}

.contact-page__top-content-text1 p {
  margin: 0;
}

.contact-page__top-content .social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
}

.contact-page__top-content .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(var(--logistiq-gray-rgb), 0.1);
  color: var(--logistiq-white);
  background: var(--logistiq-base);
}

.contact-page__top-content .social-links a + a {
  margin-left: 50px;
}

.contact-page__top-content .social-links a:hover {
  color: var(--logistiq-black);
}

.contact-page__top-content .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 15px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}

.contact-page__bottom {
  position: relative;
  display: block;
  margin-top: -150px;
  margin-bottom: -130px;
  z-index: 5;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.contact-page__bottom-single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
  height: 100%;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-page__bottom-single:hover {
  transform: translateY(-5px);
}

.contact-page__bottom-single .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
  background: rgba(var(--logistiq-base-rgb), 0.1);
  border-radius: 50%;
}

.contact-page__bottom-single .icon span {
  position: relative;
  display: block;
  color: var(--logistiq-base);
  font-size: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
}

.contact-page__bottom-single:hover .icon span {
  transform: scale(1.1);
}

.contact-page__bottom-single .content {
  position: relative;
  display: block;
  width: 100%;
  flex: 1;
}

.contact-page__bottom-single .content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page__bottom-single .content p {
  margin: 0;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-page__bottom-single .content p a {
  color: var(--logistiq-gray);
  display: inline-block;
  line-height: 0.6;
  transition: all 0.3s ease;
}

.contact-page__bottom-single .content p a:hover {
  color: var(--logistiq-base);
  transform: translateX(3px);
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
  position: relative;
  display: block;
  z-index: 0;
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 550px;
  width: 100%;
}
