/* 
  © 2025 RR Group. All Rights Reserved.
  This website, including its design, content, and code, is developed and maintained by
  VIHAN IT PROFESSIONALS (https://vihanitprofessionals.com).

  Unauthorized copying, reproduction, redistribution, or use of any part of this website
  without express written permission is strictly prohibited and may result in legal action 
  under applicable intellectual property laws.

  If you believe this work has been copied or misused in any way, please contact us immediately.
*/

/* Footer Styles */

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&display=swap');

hr {
  height: 30px;
  box-shadow: 0px 0px 25px #a51c1c;
}

.footer {
  /* width: 100%; */
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 0px 30px;
  color: #2f2f2f;
  background-color: #ffffff;
  list-style: none;
  font-family: 'Kanit', sans-serif;
}

.footer>* {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: 'Anton', sans-serif;
  text-shadow: 0 0 8px #ffc107, 0 0 15px #ffc107, 0 0 20px #ffc107;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 0px;
}

.nav__title {
  margin-top: 1.3em;
  /* font-weight: 400; */
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 5px;
}

.nav__title::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 50%;
  width: 65%;
  /* Adjust border length */
  height: 5px;
  background-color: #228b22;
  transform: translateX(-50%);
}

address,
.nav__ul {
  margin-top: 10px;
}

.footer address {
  font-style: normal;
  color: #333333;
}

.footer address h4 {
  margin-top: 20px;
  padding: 5px;
  font-size: 15px;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul:first-child {
  width: 40%;
}

.footer ul:last-child {
  width: 110%;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav>* {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #333333;
  border-bottom: 2px double #228b22;
}

.nav__ul--extra {
  column-count: 1;
  column-gap: 1.25em;
}

.nav__ul--extra:first-child {
  width: 60%;
  column-count: 1;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  background-color: #2f2f2f;
  padding: 20px;
  margin-top: 30px;
  font-size: 20px;
  justify-content: space-around;
  margin-bottom: 5px;
}

.legal__links {
  color: #ffc107;
  display: flex;
  align-items: center;
}

.legal__links a {
  color: #ffffff;
}

.legal__links a:hover {
  color: #0082FE;
  background-color: #ffffff;
  text-decoration: underline 2px solid #0082FE;
  text-underline-offset: 4px;
  padding: 4px;
}

.legal p {
  color: #ffc107;
}

.heart {
  color: #2f2f2f;
}

@media screen and (max-width: 991px) {
  .footer__logo {
    font-size: 28px;
  }

  .legal {
    margin-top: 30px;
  }

  .legal,
  .legal p {
    font-size: 12px;
    justify-content: center;
    padding: 5px;
  }

  .footer span {
    width: 60%;
    text-align: center;
    margin-left: 20%;
  }

}

@media screen and (min-width: 40.375em) {
  .footer__nav>* {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}

/* 
  © 2025 RR Group. All Rights Reserved.
  This website, including its design, content, and code, is developed and maintained by
  VIHAN IT PROFESSIONALS (https://vihanitprofessionals.com).

  Unauthorized copying, reproduction, redistribution, or use of any part of this website
  without express written permission is strictly prohibited and may result in legal action 
  under applicable intellectual property laws.

  If you believe this work has been copied or misused in any way, please contact us immediately.
*/