.footer-main {
  padding: 2em 0 0;
  background-color: #f97916;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-main .container {
  max-width: 1200px;
}
.footer-text2 ul,
.footer-text3 ul{
  list-style: none;
}
.footer-text2 a,
.footer-text3 a,
.footer-text1 a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
/* Add flex row with 30px gap */
.footer-main .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Auto columns in rows with 30px gap */
.footer-main .container .row > div {
  flex: 1 1 auto;
}

.footer-main .copy-right_footer {
  padding: 15px;
  text-align: center;
}
.footer-main .copy-right_footer p {
  text-decoration: unset;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
}

/* OLD */
/* .social-box_footer ul.list-social li.youtube a:hover {
  box-shadow: 0 0 24px 0 #fe0000;
}

.social-box_footer ul.list-social li.g-gmap_link a:hover {
  box-shadow: 0 0 24px 0 #00b900;
}
.social-box_footer ul.list-social li.tiktok a:hover {
  box-shadow: 0 0 24px 0 #005eff;
}
.social-box_footer ul.list-social li.line a:hover {
  box-shadow: 0 0 24px 0 #00b900;
}
.social-box_footer ul.list-social li.twitter a:hover {
  box-shadow: 0 0 24px 0 #2daae1;
}
.social-box_footer ul.list-social li.facebook a:hover {
  box-shadow: 0 0 24px 0 #0897f5;
} */

/* NEW */

.footer-logo img {
  width: 30%;
}

.footer-text1 {
  list-style: inside;
  color: white;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
}
.footer-text1 li::marker {
  color: #009780;
}

.footer-text2 {
  color: white;
  font-size: 16px;
}

.copy-right_footer {
  text-align: left;
}

.social-box_footer li {
  list-style: none;
}
.social-box_footer li a {
  display: flex;
  padding: 10px;
  background-color: #009780;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.social-box_footer li a:hover {
  background-color: #004d41;
}
.social-box_footer ul.list-social li svg {
  fill: #fff;
}

/* Fix flex footer at mobile */
@media (max-width: 767px) {
  .footer-main {
    padding: 2em;
  }
  .footer-main .container .row {
    display: grid;
    margin: 0;
  }
  .bottom-footer_sec {
    padding-bottom: 0;
    text-align: center;
  }
  .social-box_footer ul.list-social {
    display: flex;
    justify-content: center;
  }
}
