/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Roboto", sans-serif;
}*/

a {
  color: #000000;
  text-decoration: none;
}

footer {
  background-color: #ffffff;
  padding: 2rem 0;
	border-top: 0.5px solid #e7e7e7;
	margin-top: 1rem;
	background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
}
footer p {
  font-size: 14px;
  color: #1a1a1a;
}

footer img {max-width: 100%; height: auto;}

footer p a {color: #00c4b3}
footer .socials {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.8rem;
}
footer .top_para {
  max-width: 380px;
}
footer .footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer_col {
  flex: 1 1 calc(20% - 1rem);
}
footer .nav-tabs {
  margin: 2.5rem 0 0;
  position: relative;
}

footer ul {margin-left: 0; !important}
footer .nav-tabs::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  translate: -100%;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 0 10px 0 0;
  border: solid #e7e7e7;
  border-width: 0 1px 0 0;
  z-index: -1;
}
footer .nav-tabs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  left: calc(100% - 8px);
  top: calc(100% - 8px);
  rotate: 25deg;
}
footer .nav-link {
  border-bottom: 0 !important;
  font-weight: bold;
  color: #6e6e6e;
  background: #e7e7e7;
  padding: 0.4rem 0.7rem;
}
footer .nav-link:hover {
  color: #000000;
}
footer .nav-link.active {
  color: #000000;
  border-color: #e7e7e7 !important;
  border-radius: 10px 10px 0 0;
}
footer .tab-pane {
  border: solid #e7e7e7;
  border-width: 0 1px 1px;
  border-radius: 0 10px 10px 10px;
  padding: 0.5rem 0.7rem;
}
footer .tab-content {
    background-color: #ffffff;
  }
footer .link_list {
  padding: 0;
  margin: 0;
}
footer .link_list li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}
footer .link_list li:last-child {
  margin-bottom: 0;
}
footer .footer_row {
  padding: 2rem 0;
  border-bottom: 0.5px solid #d9d9d9;
}
footer .footer_row:first-child {
  padding-top: 0;
}
footer .footer_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
footer .contact_details_wrapper {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 2.5rem;
}
footer .title_sec {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.2rem;
  font-weight: 900;
}
footer .contact {
  font-size: 12px;
  color: #1a1a1a;
  padding-left: 1.6rem;
  display: block;
}
footer .sm_text {
  font-size: 12px;
  padding-left: 1.6rem;
  color: #1a1a1a;
  font-weight: 300;
}
footer .feature_img_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .menu_list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 1rem;
}
footer .menu_list li {
  font-size: 14px;
  color: #1a1a1a;
}
footer .bottom_para {
  max-width: 768px;
  margin-bottom: 0.8rem;
}
footer .copyright {
  font-size: 12px;
  color: #1a1a1a;
}
footer .gov_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
footer .gov_logos img {
  width: calc(60% - 0.5rem);
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 266px;
}
footer .tourism_logo {
  max-width: 100px !important;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 1rem;
	  background-image: none;
  }
  footer img[alt="Arooha footer logo"] {
    margin: 0 auto 1.5rem;
  }
  footer .socials {
    justify-content: center;
    gap: 2rem;
  }
  footer .socials a img {
    width: 45px;
    height: 45px;
  }
  footer .footer_links {
    row-gap: 0.4rem;
  }
  footer .footer_col {
    flex: 0 0 calc(33.33% - 1rem);
  }
  footer .feature_img_wrapper {
    gap: 1.2rem;
    justify-content: center;
  }
  footer .feature_img_wrapper img {
    max-width: 74px;
  }
  footer .menu_list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 0;
  }
  footer .contact_details_wrapper {
    align-items: flex-start;
  }
}

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