@charset "UTF-8";

body {
  font-family: Arial, sans-serif;
}

/* Primary navigation */
.navbar {
  margin-bottom: 20px;
  padding: 15px 0;
  background: linear-gradient(90deg, #004d40, #009688);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.navbar .navbar-brand img {
  width: 180px;
}

.navbar-nav .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:not(.language-nav-link):hover {
  color: #ffe082;
  text-decoration: underline;
}

.navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 8px;
  background: #004d40;
}

.navbar-nav .dropdown-item {
  padding: 8px 15px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
  background: #00796b;
  color: #ffe082;
}

.navbar-nav .nav-link.show {
  color: #ffe082;
}

.language-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.navbar-nav .language-switcher > .language-nav-link {
  color: #ffffff;
  text-decoration: none !important;
}

.navbar-nav .language-switcher > .language-nav-link:hover,
.navbar-nav .language-switcher > .language-nav-link:focus,
.navbar-nav .language-switcher > .language-nav-link.show {
  color: #ffe082;
  text-decoration: none !important;
}

.language-nav-link .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}

.language-code {
  min-width: 2ch;
  font-size: 0.78rem;
  font-weight: 800;
}

.navbar-nav .language-menu {
  min-width: 150px;
  padding: 8px;
}

.navbar-nav .language-menu .dropdown-item {
  border-radius: 5px;
}

.navbar-nav .language-menu .dropdown-item.active,
.navbar-nav .language-menu .dropdown-item:active {
  background: #00796b;
  color: #ffe082;
}

.navbar .btn-dark {
  padding: 10px 25px;
  border: 0;
  border-radius: 25px;
  background: #ffe082;
  color: #004d40;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.navbar .btn-dark:hover {
  background: #ffcc00;
  transform: scale(1.1);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-request-demo {
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #ffe082;
  text-transform: uppercase;
}

.btn-request-demo:hover {
  background-color: #ffcc00;
  color: #004d40;
  transform: scale(1.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .container {
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .navbar .navbar-brand img {
    width: 148px;
  }

  .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.84rem;
  }

  .navbar .btn-dark {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 0.82rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .navbar-brand img {
    width: 160px;
  }

  .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9rem;
  }

  .navbar .btn-dark {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.88rem;
  }
}

/* Site footer */
footer {
  padding: 40px 20px;
  background-color: #1c1c1c;
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-subtitle {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

footer p,
footer address {
  margin-bottom: 0.5rem;
}

footer a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

footer a:hover {
  color: #00bcd4;
  transform: scale(1.05);
}

footer .bi {
  margin-inline-end: 10px;
  color: #cccccc;
  font-size: 1.25rem;
  transition: color 0.3s ease, transform 0.2s ease;
}

footer .bi:hover {
  color: #00bcd4;
  transform: scale(1.2);
}

footer ul {
  padding-inline-start: 0;
  list-style: none;
}

footer ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-inline-start: 15px;
}

footer ul li::before {
  position: absolute;
  inset-inline-start: 0;
  color: #00bcd4;
  content: "•";
}

footer .membership-section {
  margin-top: 20px;
}

footer .membership-icons img {
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom .small {
  margin: 0;
  color: #aeb9b7;
}

.footer-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: #272d2c;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.footer-language-toggle:hover,
.footer-language-toggle:focus-visible,
.footer-language-toggle.show {
  border-color: #6bb8ae;
  background: #303937;
  color: #ffe082;
}

.footer-language-toggle:focus-visible {
  outline: 2px solid #ffe082;
  outline-offset: 3px;
}

.footer-language-toggle .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}

.footer-language-menu {
  min-width: 190px;
  margin-bottom: 10px !important;
  padding: 8px !important;
  border: 1px solid #46514f !important;
  border-radius: 8px;
  background: #272d2c;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.footer-language-menu li {
  margin: 0;
  padding: 0;
}

.footer-language-menu li::before {
  content: none;
}

.footer-language-menu .dropdown-item {
  padding: 9px 11px;
  border-radius: 5px;
  color: #d9e0de;
  font-size: 0.84rem;
  font-weight: 600;
  transform: none;
}

.footer-language-menu .dropdown-item:hover,
.footer-language-menu .dropdown-item:focus {
  background: #35403e;
  color: #ffffff;
  transform: none;
}

.footer-language-menu .dropdown-item.active,
.footer-language-menu .dropdown-item:active {
  background: #006b60;
  color: #ffe082;
}

html[dir="rtl"] .navbar-nav {
  padding-right: 0;
}

html[dir="rtl"] .navbar .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  html[dir="rtl"] .navbar-nav.ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}

html[dir="rtl"] .dropdown-menu {
  text-align: right;
}

html[dir="rtl"] .language-code,
html[dir="rtl"] footer address a {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] footer address a {
  display: inline-block;
}

@media (max-width: 768px) {
  footer h5 {
    font-size: 0.9rem;
  }

  footer ul li {
    margin-bottom: 0.4rem;
  }

  footer .membership-icons img {
    height: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
