header .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

header .navbar-nav {
  gap: 0.3rem;
}

header .header_right {
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-left: 1rem;
  gap: 0.5rem;
}

header .hr_item {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.2rem;
  font-size: 12px;
  font-weight: 600;
}

header .dropdown,
header .dropdown-center,
header .dropend,
header .dropstart,
header .dropup,
header .dropup-center {
  position: static;
}

header .dropdown-menu[data-bs-popper] {
  left: auto !important;
  top: 70%;
  overflow: auto;
}

header .dropdown-toggle:hover {
  color: #27bdbe;
}

header .dropdown-toggle::after {
  margin: 0;
  width: 18px;
  height: 7px;
  border: none;
  background-image: url("../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

header .dropdown-toggle.single_menu {
  padding-right: 1rem !important;
}

header .dropdown-toggle.single_menu::after {
  content: none;
}

header .dropdown-menu li {
  font-size: 14px;
  font-weight: 500;
}

header .dropdown-menu li a {
  color: #000000;
  transition: color 0.3s ease;
}

header .dropdown-menu li a:hover {
  color: #27bdbe;
}

header .sub_dropdown_list li {
  list-style-type: none;
}

header .sub_dropdown_list li a {
  color: #000000;
  transition: color 0.3s ease;
}

header .sub_dropdown_list li a:hover {
  color: #27bdbe;
}

footer {
  background-color: #d9d9d9;
  padding: 2rem 0 0;
  position: relative;
  margin-top: 15rem;
}

footer::before {
  content: "";
  display: block;
  width: 940px;
  height: 197px;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 99.5%;
  left: 50%;
  translate: -50%;
  background-size: contain;
}

footer .footer_left_content {
  margin: 1.5rem 0 0 7.2rem;
}

footer .footer_left_content p {
  font-size: 14px;
  max-width: 420px;
  margin-bottom: 1.5rem;
}

footer .link_title {
  font-size: 14px;
  font-weight: bold;
}

footer .link_wrapper hr {
  margin: 0.3rem 0;
  opacity: 1;
  color: #828282;
}

footer .link_list {
  margin: 0;
  padding: 0;
}

footer .link_list li {
  list-style-type: none;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

footer .link_list li a {
  color: #000000;
  transition: color 0.2s ease;
}

footer .link_list li a:hover {
  color: #27bdbe;
}

footer .logos {
  display: flex;
  align-items: center;
  justify-content: unset;
  column-gap: 3rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

footer .logos.payment {
  row-gap: 1rem;
  column-gap: 2.2rem;
}

footer hr {
  opacity: 1;
  color: #828282;
}

footer .social_row {
  background-color: #27bdbe;
  margin-top: 4rem;
}

footer .social_row .container {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .social_row .container span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

footer .social_links {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 1rem;
}

footer .office_address {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}

footer .office_address span {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 1400px) {
  header .navbar .container {
    max-width: 1460px;
  }
}

@media screen and (max-width: 1399px) {
  header .navbar .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1315px) {
  header .hr_item {
    font-size: 10px;
  }

  header .hr_item img {
    max-width: 22px;
  }

  header .navbar-brand img {
    max-width: 250px;
  }

  header .navbar-collapse {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 992px) {
  header .navbar-brand {
    max-width: 178px;
    margin: 0;
    padding: 0;
  }

  header .navbar-toggler {
    border: none;
    outline: none;
  }

  header .navbar-toggler:focus {
    box-shadow: none;
  }

  header .navbar-nav {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  header .header_right {
    margin: 0;
    justify-content: center;
  }

  header .dropdown-menu.show {
    padding: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
  }

  header .dropdown-menu li {
    padding: .5rem 0;
    width: 33.3333%;
    font-size: 14px;
  }

  footer {
    margin-top: 6rem;
  }

  footer::before {
    width: 100%;
    height: 95px;
    background-size: cover;
    bottom: 99.9%;
    left: 0;
    right: 0;
    translate: unset;
  }

  footer img[alt="arabiers footer logo"] {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }

  footer .footer_left_content {
    max-width: 98%;
    margin: 1.5rem auto;
    text-align: center;
  }

  footer .link_title,
  footer .link_list li {
    font-size: 12px;
  }

  footer .logos {
    gap: 1rem !important;
  }

  footer .logos:not(.payment) {
    gap: 1rem !important;
  }

  footer .logos:not(.payment) img:nth-child(1) {
    max-width: 84px;
  }

  footer .logos:not(.payment) img:nth-child(2) {
    max-width: 53px;
  }

  footer .logos:not(.payment) img:nth-child(3) {
    max-width: 146px;
  }

  footer .logos:not(.payment) img:nth-child(4) {
    max-width: 120px;
  }

  footer .logos:not(.payment) img:nth-child(5) {
    max-width: 117px;
  }

  footer .logos img:nth-child(1) {
    max-width: 48px;
  }

  footer .logos img:nth-child(2) {
    max-width: 105px;
  }

  footer .logos img:nth-child(3) {
    max-width: 34px;
  }

  footer .logos img:nth-child(4) {
    max-width: 54px;
  }

  footer .logos img:nth-child(5) {
    max-width: 88px;
  }

  footer .logos img:nth-child(6) {
    max-width: 84px;
  }

  footer .logos img:nth-child(7) {
    max-width: 96px;
  }

  footer .social_row {
    margin-top: 1.5rem;
  }

  footer .social_row .container {
    flex-direction: column;
    row-gap: 1rem;
  }

  footer .office_address {
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {

  /* Base hover behavior for all dropdowns */
  header .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Animation setup */
  header .dropdown-menu {
    display: block;
    /* ensure position works properly */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    margin-top: 0;
    border-radius: 3px;
    padding: 0 8px;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: none;
  }

  /* Submenu styling */
  header .dropdown-menu li {
    position: relative;
  }

  /* Submenu hidden by default */
  header .sub_dropdown_list {
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    min-width: 220px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    padding: 0 8px;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: none;
    transition: all 0.25s ease;
  }

  /* Show submenu on hover */
  header .dropdown-menu li:hover>.sub_dropdown_list {
    opacity: 1;
    visibility: visible;
  }

  /* Add small arrow to items with submenu */
  header .has-submenu>a::after {
    content: '';
    display: block;
    width: 7px;
    height: 8px;
    background-image: url('../images/nav-arrow.svg');
    position: absolute;
    top: 50%;
    translate: 0, -50%;
    right: 10px;
    transition: all 0.2s ease;
  }

  header .has-submenu:hover>a::after {
    background-image: url('../images/active-nav-arrow.svg');
  }

  /* Optional hover effects */
  header .dropdown-menu a {
    font-size: 13px;
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.2s ease;
    border-bottom: 1px solid #F5F5F5;
  }

  header .dropdown-menu li:last-child a {
    border-bottom: none;
  }

  header .dropdown-menu a:hover {
    color: #27BDBE;
    font-weight: 600;
  }
}

/*# sourceMappingURL=header-footer.css.map */