/* contact page splash area overwrite styles css */
.contact-page-splash-area-reverse.splash-area {
  margin-top: -0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-page-splash-area-reverse-wrapper {
  width: 56%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 60px;
  gap: 20px;
}

.contact-page-splash-area-reverse-wrapper h2 {
  font-weight: bold;
  width: 100%;
  color: white;
  font-size: 46px;
  line-height: 1.5;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.contact-page-splash-area-reverse-wrapper a {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.contact-page-splash-area-reverse-wrapper a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.4s ease-in-out;
}
.contact-page-splash-area-reverse-wrapper a:hover::after {
  width: 100%;
}


/* contact page swiper container class */
.contact-swiper-container.studiesswiper {
  border-radius: 8px;
  overflow: hidden;
  transform: translateZ(0);
}

.contact-swiper-container .swiper-slide figure {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.contact-swiper-container .swiper-slide .view-map-data {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow:  0 .125rem .25rem rgba(0, 0, 0, .075);
}

.view-map-data i {
  background-image: linear-gradient(135deg, #5A9DEB, #4364F7, #2563EB);
  box-shadow: 0 12px 25px -5px rgba(37, 99, 235, 0.4);
}
