.tj-preloader .tj-preloader-ball-wrap {
  transform: none !important;
  gap: 14px;
}

.tj-preloader .tj-preloader-ball-inner-wrap {
  position: relative !important;
  width: 56px;
  height: 56px;
  inset-inline-start: auto !important;
  top: auto !important;
  transform: none !important;
}

#tj-whatsapp {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  inset-inline-end: 40px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #2fe776, #1ebd57);
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 26px 0px;
  z-index: 100;
  transform: translateZ(0);
  transition: transform 180ms ease, filter 180ms ease;
  filter: saturate(1.05);
}

#tj-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  animation: tj-whatsapp-pulse 2.2s ease-out infinite;
}

#tj-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0) 55%
  );
  opacity: 0.9;
  pointer-events: none;
}

#tj-whatsapp i {
  position: relative;
  font-size: 32px;
  line-height: 1;
}

#tj-whatsapp:hover,
#tj-whatsapp:focus {
  transform: translateY(-2px) scale(1.03);
  filter: saturate(1.15) brightness(1.03);
  color: #ffffff;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #tj-whatsapp {
    height: 56px;
    width: 56px;
    bottom: 20px;
    inset-inline-end: 20px;
  }

  #tj-whatsapp i {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #tj-whatsapp {
    transition: none;
  }

  #tj-whatsapp::before {
    animation: none;
  }
}

@keyframes tj-whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    opacity: 1;
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .tj-preloader .tj-preloader-ball-inner-wrap {
    width: 44px;
    height: 44px;
  }
}

.mainmenu ul li.current-menu-item > a,
.mainmenu ul li.current-menu-ancestor > a {
  color: #d63a2f !important;
}

.mega-menu-service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f4;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #d63a2f;
}

.mega-menu-service-icon::before {
  display: none !important;
}

.mega-menu-service-icon i {
  display: none !important;
}

.mega-menu-service-icon .umitavm-icon {
  width: 34px;
  height: 34px;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mega-menu-service-icon .umitavm-icon--insaat {
  -webkit-mask-image: url("../images/umitavm/insaat.png");
  mask-image: url("../images/umitavm/insaat.png");
}

.mega-menu-service-icon .umitavm-icon--fabrika {
  -webkit-mask-image: url("../images/umitavm/fabrika.png");
  mask-image: url("../images/umitavm/fabrika.png");
}

.mega-menu-service-icon .umitavm-icon--guvenlik {
  -webkit-mask-image: url("../images/umitavm/guvenlik.png");
  mask-image: url("../images/umitavm/guvenlik.png");
}

.mega-menu-service-icon .umitavm-icon--santiye {
  -webkit-mask-image: url("../images/umitavm/santiye.webp");
  mask-image: url("../images/umitavm/santiye.webp");
}

.mainmenu ul > li > .mega-menu-service-single:hover .mega-menu-service-icon,
.mobile_menu ul > li > .mega-menu-service-single:hover .mega-menu-service-icon {
  background-color: #d63a2f;
  color: #e6e6e6;
}

.products-toggle {
  cursor: pointer;
}

@media (max-width: 991px) {
  .products-menu > .sub-menu {
    display: none;
  }

  .products-menu.open > .sub-menu {
    display: block;
  }

  .hamburger_menu .mean-nav ul li.dropdown-opened > .sub-menu,
  .hamburger_menu .mean-nav ul li.products-menu.open > .sub-menu {
    display: block !important;
  }
}

.client-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(50%);
  opacity: 0.8;
  transition: 0.3s;
}

.client-logo img:hover {
  filter: none;
  opacity: 1;
}

.loc-1,
.loc-2,
.loc-3 {
  display: none !important;
}

.global-map-img {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

.map-shift-wrap {
  position: relative;
  width: 130%;
  left: -260px;
}

.map-shift-wrap img {
  width: 100%;
  max-width: none;
  display: block;
}

.loc-trabzon {
  position: absolute;
  top: 41%;
  left: 55.5%;
  z-index: 20;
}

.loc-trabzon::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.18);
}

.loc-trabzon .location-tooltip {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  min-width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 30;
}

.loc-trabzon:hover .location-tooltip {
  opacity: 1;
  visibility: visible;
}

.loc-trabzon .location-tooltip span,
.loc-trabzon .location-tooltip p,
.loc-trabzon .location-tooltip a {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .global-map-img {
    min-height: 500px;
    margin-bottom: 30px;
  }

  .map-shift-wrap {
    width: 155%;
    left: -240px;
  }

  .loc-trabzon {
    top: 39%;
    left: 60%;
  }

  .loc-trabzon .location-tooltip {
    min-width: 240px;
    bottom: 30px;
  }
}

.tj-contact-area .row.row-gap-4 > div {
  display: flex;
}

.tj-contact-area .contact-item.style-2 {
  width: 100%;
  height: 100%;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.tj-contact-area .contact-title {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tj-contact-area .contact-item p,
.tj-contact-area .contact-item .contact-list {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

.copyright-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.copyright-text,
.copyright-text p {
  margin: 0;
}

.copyright-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  text-align: center;
}

.design-text {
  color: #000;
}

.webtrabzon-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.webtrabzon-link:hover {
  color: #e74c3c;
}

.webtrabzon-link img {
  height: 18px;
  width: auto;
}

@media (max-width: 768px) {
  .copyright-content-area {
    justify-content: center !important;
    text-align: center;
  }

  .copyright-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
  }
}

.footer-widget.widget-subscribe .footer-text {
  margin-top: 20px;
}

.footer-widget.widget-subscribe .footer-social {
  margin-top: 25px;
}

.footer-widget.widget-subscribe .footer-social ul {
  display: flex;
  gap: 12px;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-home .header-area.header-2.header-absolute .site_logo .logo {
    max-width: 150px;
  }

  .page-home .header-area.header-2.header-absolute .mainmenu ul {
    column-gap: 18px;
    flex-wrap: nowrap;
  }

  .page-home .header-2.header-absolute .mainmenu > ul > li > a {
    font-size: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .page-home .header-right-item .tj-primary-btn {
    font-size: 14px;
    padding: 5px 5px 5px 18px;
  }
}
