@import url("dark.css");
/* Header */
@media (max-width: 900px) {
  .justify-content-between-custom {
    justify-content: space-between !important;
  }
}
.activePageService a {
  color: #f06b3a !important;
}
.nav-submenu {
  min-width: 300px;
}
.header-menu {
  width: 100%;
}
.nav-menu {
  justify-content: space-between;
}
/* legal */
.legal-page ul {
  margin-top: 10px;
}
.legal-page ul li {
  list-style: inside;
  margin-bottom: 10px;
}
.legal-page h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.about-page .banner-four-clip-path {
  margin-top: -275px;
  height: 374px;
}
.service-tab li {
  list-style-type: check;
  margin-top: 20px;
  margin-left: 30px;
}

.max-w-610-px {
  max-width: 900px;
}
/* Homepage */
.banner-item-title {
  font-size: 50px;
}
/* Pop-up form */
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.popup-form.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* Modal content */
.popup-content {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);

  padding: 40px 30px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  color: #001986;

  position: relative;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  color: #104042;
  font-size: 20px;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: #104042;
}

.popup-message {
  font-size: 18px;
  margin-bottom: 60px;
  color: #104042;
  text-align: center;
}

/* Icon */
.popup-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #104042;
  animation: pulse 1.5s infinite;
}
/* Light mode  */
.light-mode-container {
  position: fixed;
  bottom: 35px;
  left: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  z-index: 100;
  transition: all 400ms linear;
  color: #151515;
  justify-content: center;
  background-color: #1b293e;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.light-mode {
  background: transparent;
  border: none;
  cursor: pointer;
}

.light-mode svg {
  width: 30px;
  height: 30px;
  stroke: #000;
}

.light-mode svg {
  stroke: #fff;
  fill: #ffff00;
  filter: drop-shadow(0 0 7px yellow);
}
.logo-footer {
  max-width: 250px;
}
/* Services */
.our-services-card-three,
.our-services-card-three .group-hover-border-dark-600 {
  height: 100%;
}
.navigation {
  width: 200px;
  position: absolute;
  bottom: 60px;
  right: 30px;
}
.navigation .swiper-button-next,
.navigation .swiper-button-prev {
  color: #104042;
  border: 1px solid #104042;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.navigation .swiper-button-next::after,
.navigation .swiper-button-prev::after {
  font-size: 20px;
}
.text-primary-600 {
  color: #104042 !important;
}
a:hover {
  color: #104042;
}
