/* Navbar Theme */
.navbar {
    backdrop-filter: blur(6px);
}

/* Links */
.navbar .nav-link {
    border-radius: 0.7rem;
    transition: all 0.2s ease;
}

.navbar .nav-link:hover {
    background-color: rgba(255,255,255,0.6);
}

/* Active Link */
.navbar .nav-link.active {
    background-color: white;
    font-weight: 600;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 1rem;
}

/* Kundenbox */
#meniu_clienti {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
.hero-domain-section {
  position: relative;
  min-height: 540px;
  background-image: url("/images/index01.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-domain-overlay {
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 20, 45, 0.20) 0%,
      rgba(5, 20, 45, 0.35) 100%
    );
}

.hero-domain-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
}

.hero-domain-form {
  width: 100%;
  max-width: 980px;
}

.hero-search-group {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.hero-search-group .input-group-text,
.hero-search-group .form-control,
.hero-search-group .hero-search-btn {
  min-height: 72px;
  border: 0;
  border-radius: 0;
}

.hero-search-group .input-group-text {
  background: rgba(255, 255, 255, 0.96);
  color: #0d3b66;
  font-size: 1.55rem;
  font-weight: 700;
  padding: 0 1.4rem;
  border-right: 1px solid rgba(13, 59, 102, 0.12);
}

.hero-search-group .form-control {
  background: rgba(255, 255, 255, 0.97);
  color: #1c2b39;
  font-size: 1.45rem;
  padding: 0 1.25rem;
}

.hero-search-group .form-control::placeholder {
  color: #6c7a89;
}

.hero-search-group .form-control:focus {
  background: #ffffff;
  box-shadow: none;
}

.hero-search-group .hero-search-btn {
  min-width: 220px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: linear-gradient(180deg, #1f8fff 0%, #0d6efd 100%);
}

.hero-search-group .hero-search-btn:hover,
.hero-search-group .hero-search-btn:focus {
  background: linear-gradient(180deg, #3a9cff 0%, #0b5ed7 100%);
}

.hero-search-note {
  margin-top: 0.95rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem;
  color: #fff;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .hero-domain-section,
  .hero-domain-overlay,
  .hero-domain-content {
    min-height: 430px;
  }

  .hero-domain-form {
    max-width: 100%;
  }

  .hero-search-group .input-group-text,
  .hero-search-group .form-control,
  .hero-search-group .hero-search-btn {
    min-height: 62px;
  }

  .hero-search-group .input-group-text {
    font-size: 1.3rem;
    padding: 0 1rem;
  }

  .hero-search-group .form-control {
    font-size: 1.15rem;
  }

  .hero-search-group .hero-search-btn {
    min-width: 180px;
    font-size: 1rem;
  }

  .hero-search-note {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .hero-domain-section,
  .hero-domain-overlay,
  .hero-domain-content {
    min-height: 320px;
  }

  .hero-domain-overlay {
    padding: 1rem 0;
  }

  .hero-search-group .input-group-text,
  .hero-search-group .form-control,
  .hero-search-group .hero-search-btn {
    min-height: 54px;
  }

  .hero-search-group .input-group-text {
    font-size: 1.05rem;
    padding: 0 0.8rem;
  }

  .hero-search-group .form-control {
    font-size: 1rem;
    padding: 0 0.85rem;
  }

  .hero-search-group .hero-search-btn {
    min-width: auto;
    font-size: 0.95rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-search-note {
    margin-top: 0.75rem;
    font-size: 0.88rem;
    line-height: 1.35;
    padding: 0 0.25rem;
  }
}