footer {
  margin-top: auto;
  width: 100%;
}

footer .footer {
  background: var(--dark-green);
  padding: 4rem 8rem;
  padding-bottom: 1rem;
}

footer .footer .footer-container {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--green-color);
  gap: 15rem;
  flex-wrap: wrap;
  max-height: auto !important;
}

footer .footer .footer-container .detail {
  max-width: 32rem;
}

footer h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--white-color);
}

footer .footer .footer-container .detail p {
  line-height: 1.6;
  color: rgb(255 255 255/80%);
  margin-bottom: 1.5rem;
}



footer .footer .footer-container .detail a {
  color: rgb(255 255 255/80%);
  font-size: 1.1rem !important;
  border-bottom: 2px solid #00cee4;
  padding: 1px 0;
  display: inline-block;
}

footer .footer .footer-container .detail .social {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

footer .footer .footer-container .detail .social a {
  border: none;
  font-size: 1.1rem;
  color: var(--white-color);
}
footer .footer .footer-container .about-us a{
  font-size: 1.1rem;
}
footer .footer .footer-container h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--white-color);
}

footer .footer .footer-container li {
  list-style: none;
  margin-top: 1rem;
}

footer .footer .footer-container a {
  color: rgb(255 255 255/80%);
}

footer .footer .footer-container a:hover {
  color: var(--white-color);
}

footer .footer .footer-container span {
  color: #000;
  background: #00cee4;
  font-size: 0.9rem;
  padding: 0.1rem 0.5rem;
  border-radius: 0.3rem;
  font-weight: 500;
}

footer .footer .copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgb(255 255 255/80%);
  text-align: center;
}

footer .footer .copyright a {
  color: rgb(255 255 255/80%);
  margin-left: 1rem;
  text-align: center;
}

/* ############################## footer section ends here  ############################## */


@media (max-width: 1440px) {
  
  /* footer .footer .footer-container {
    justify-content: flex-start;
    gap: 15rem; */

}


@media (max-width: 1020px) {
  
    footer .footer {
      padding: 2rem;
    }
  }
  
  @media (max-width: 910px) {
  
    footer .footer .footer-container {
      display: block;
    }
    footer .footer .footer-container .detail {
      max-width: unset;
    }

    footer .footer .footer-container .about-us{

      margin-top: 2rem;
    }
  }

  
  
  