/*======FOOTER======*/
footer {
  display: block;
  width: 100%;
  height: auto;
  background: #334155;
  padding: 10px 0 25px 0;
  position: relative;
  z-index: 6;

  .row {
    &:last-child {
      margin-top: 40px;
    }
  }

  &.inside {
    padding: 200px 0 60px 0;
  }
}

.footer-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .footer-title {
    margin-top: 40px;
  }
  .footer-menu-list ul {
    margin-top: 15px !important;
  }
}
p.footer-link {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #94A3B8 !important;
  margin-top: 10px;
}

.footer-link {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #94A3B8 !important;
  margin-top: 5px;
}

.footer-link-2 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  margin-top: 5px;
}

.footer-box-row {

  margin-top: -100px;

  .footer-box {
    min-height: 255px;
    padding: 16px;
    border: 1px solid #64748B;
    border-radius: 16px;
    background-color: #475569;

    .footer-svg {
      width: 52px;
      height: 52px;
    }

    .footer-box-text-box {
      min-height: 90px;
    }

    p.footer-box-title {
      font-family: "Roboto";
      font-size: 16px;
      font-weight: 700;
      color: #CBD5E1;
      margin-top: 10px;
    }

    p.footer-box-text {
      font-family: "Roboto";
      font-size: 12px;
      font-weight: 400;
      color: #94A3B8;
      margin-top: 5px;
    }

    .go-simple-button-footer {
      margin-top: 25px;
      display: flex;
      align-items: center;
      height: 50px;
      width: 100%;
      border: 2px solid #ffffff;
      color: #ffffff;
      text-align: center;
      font-family: "Roboto";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 3.25rem;
      letter-spacing: 1px;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

      .right-arrow {
        margin-left: 10px;
      }

      .phone-footer-svg {
        width: 24px;
        margin-right: 10px;
      }

    }

  }
}

.footer-menu-link-list {
  padding: 0 0 50px 25px;
}

.footer-menu-list-wrapper {
  margin-left: -15px;
  margin-right: -15px;

  .footer-menu-list {
    margin-bottom: 40px;
  }
}

.footer-social {
  margin-top: 75%;
}

.footer-social-wrapper {
  margin-bottom: 20px;

  p {
    display: inline-block;
    width: auto;
    font-family: "Roboto";
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    color: $white;
    margin-right: 30px;
    padding: 0;
  }

  ul {
    li {
      display: inline-block;
      text-align: left;

      &:not(:first-child) {
        margin-left: 20px;
      }

      a,
      a:focus,
      a:visited,
      a:active {
        width: 40px;
        height: 40px;
        line-height: 1;
        opacity: 1;

        svg {
          width: 100%;
          height: 100%;

          path {
            fill: $white;
          }
        }

        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
}

a.footer-cookies {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #fff;
}

.footer-menu-list {
  display: block;
  padding: 0 15px;

  ul {
    margin-top: 30px;

    li {
      display: inline-block;
      text-align: left;

      &:not(:first-child) {
        margin-top: 10px;
      }

      a,
      a:focus,
      a:visited,
      a:active {
        display: inline-block;
        font-family: "Roboto";
        font-size: 16px;
        color: #94A3B8;
        font-weight: 400;
        opacity: 1;

        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
}

.footer-input {
  text-decoration: underline;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #979797;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  color: #777;
}

.footer-webc {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff !important;
}

.footer-input ::placeholder {
  border-bottom: none;
}

.footer-input-link {
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: 25px;
}

.footer-input-button {
  border: 1px solid #fff;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #1a2d3d;
  padding: 0 24px 0 30px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  @media(min-width: 768px) {
    width: 280px;
  }
}

.footer-input-button:hover {
  border: 1px solid #1a2d3d;
  background-color: #1a2d3d;
  color: #ffffff;
  transition: 0.3s;
}

.footer-input-button-2 {
  border: 1px solid #fff;
  background-color: #ffffff;
  width: 280px;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #1a2d3d;
  padding: 0 24px 0 30px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.footer-input-button-2:hover {
  border: 1px solid #ff8000;
  background-color: #ff8000;
  color: #ffffff;
  transition: 0.3s;
}

.footer-input-button-2:hover img {
  transition: all 0.3s ease-in-out;
  content: url("../assets/images/next-white.png");
}


.footer-search-button {
  border: 1px solid #fff;
  width: 100%;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #fff;
  padding: 0 24px 0 30px;
  text-align: left;
}

.footer-last-line {
  background-color: #1E293B;
  //height: 60px;

  ul.social-ul {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    margin-top: 15px;

    li {
      margin-right: 10px;
    }

  }

  ul.footer-last-ul {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    line-height: 55px;

    li {
      margin-right: 10px;
    }

    .footer-last-link {
      font-family: "Roboto";
      color: #475569;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 0px;
      text-align: left;
      line-height: 35px;
    }

    .last-link-space {
      margin-top: 10px;
    }
  }

  .ul-right {
    float: right !important;
  }

  .footer-social-svg {
    //width: 24px;
    //height: 24px;
  }


}


.footer-cta {
  float: right;
  bottom: 25px;
  position: fixed;
  right: 35px;
  z-index: 100;
}

.logmark {
  background-image: url("/../assets/images/logmark.png");
  background-repeat: no-repeat;
  background-position:right 0px center;
}

.footer-social-svg-emac {
  width: 75px;
}
.footer-social-svg-bl {
  width: 95px;
}
.footer-social-svg-small {
  margin-top: 3px;
}
.footer-social-svg-youtube {
  margin-top: 5px;
  width: 25px;
}



//h4.upper-footer-title {
//  font-family: "Roboto";
//  font-size: 40px;
//  font-weight: 800;
//  font-stretch: normal;
//  font-style: normal;
//  line-height: 1;
//  letter-spacing: normal;
//  text-align: center;
//  color: #fff;
//}

//p.upper-footer-text {
//  font-family: "Roboto";
//  font-size: 20px;
//  font-weight: 400;
//  font-stretch: normal;
//  font-style: normal;
//  line-height: 1.5;
//  letter-spacing: normal;
//  text-align: center;
//  color: #fff;
//  margin-top: 20px;
//  margin-bottom: 20px;
//}

//.help-find-upper-footer-wrapper {
//  position: relative;
//  z-index: 3;
//  display: flex;
//  justify-content: center;
//  margin-top: 50px;
//  @media (min-width: 768px) {
//    margin-top: 0;
//  }
//  .container-fluid {
//    width: 90%;
//    position: absolute;
//    bottom: -150px;
//    //padding: 0;
//    @media (min-width: 768px) {
//      bottom: -100px;
//    }
//    @media (min-width: 992px) {
//      bottom: -150px;
//    }
//  }
//  &.grey {
//    background-color: $background-grey-clear01;
//  }
//  .help-find-upper-footer {
//    position: relative;
//    background-color: $orange;
//    // border-radius: 20px;
//    padding: 30px 20px 40px 20px;
//    .section-title-03,
//    .description-text {
//      text-align: center;
//    }
//    .description-text {
//      margin-top: 15px;
//    }
//    form {
//      max-width: 570px;
//      margin: 20px auto 0 auto;
//      .custom-btn,
//      .custom-btn:focus,
//      .custom-btn:active,
//      .custom-btn:visited {
//        margin-top: 10px;
//        max-width: 100%;
//      }
//    }
//  }
//}

//.contacts-map {
//  position: relative;
//  margin: 50px 0 25px 0;
//  z-index: 2;
//  &:hover{
//    .map-stores-see-all{
//        opacity: 1;
//        visibility: visible;
//        .custom-btn{
//            color: $color01;
//            span {
//              color: $color01;
//            }
//            cursor: pointer;
//            &:before {
//              width: 110%;
//              left: 0;
//              right: auto;
//            }
//        }
//    }
//  }
//}

.upper-footer-wrapper {
  position: relative;
  display: block;
  z-index: 7;

  &.center {
    top: 100px;
  }

  &.white {
    .help-find-upper-footer-wrapper {
      background-color: rgba($background-white, 0);
    }

    &.background {
      position: relative;

      &:before {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 60%);
        height: 100%;
        background-color: $color01;
        z-index: 1;
        @media (min-width: 992px) {
          display: block;
        }
      }
    }
  }

  .container-fluid {
    z-index: 2;
  }


}


#whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  #whatsapp-widget {
    display: none;
  }
}


#contact-button {
  background-color: #2563EB;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background-color 0.3s;

  &:hover {
    background-color: #1d4ed8;
  }

  img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
  }
}

#whatsapp-button {

  background-color: #25d366;

  color: white;

  padding: 10px 20px;

  border-radius: 50px;

  cursor: pointer;

  text-align: center;

  font-size: 16px;

  font-family: 'Roboto', sans-serif;

  display: flex;

  align-items: center;

  justify-content: center;

}



#whatsapp-button img {

  margin-right: 10px;

}



#whatsapp-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  #whatsapp-menu {
    top: 50px;
    bottom: initial;
    right: 0;
  }
}

#whatsapp-menu.visible {
  display: flex;
}



.whatsapp-option {

  display: flex;

  align-items: center;

  padding: 10px 20px;

  border-bottom: 1px solid #ddd;

  color: #25d366;

  text-decoration: none;

  text-align: center;

  font-family: 'Roboto', sans-serif;

}



.whatsapp-option img {

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin-right: 10px;

}



.whatsapp-option:last-child {

  border-bottom: none;

}



.whatsapp-option:hover {

  background-color: #f0f0f0;

}


@media (min-width: 768px) {
  footer {
    .row {
      &:last-child {
        margin-top: 30px;
      }
    }

    &.inside {
      padding: 150px 0 80px 0;
    }
  }
  .footer-social-wrapper {
    margin: 0;
  }
  .footer-menu-list-wrapper {
    .footer-menu-list {
      margin-bottom: 0;
    }
  }
  .upper-footer-wrapper {
    margin-top: 50px;
    @media (min-width: 768px) {
      margin: 0;
    }

    .reviews-content-wrapper {
      padding: 0 20px 0 40px;
    }

    &.center {
      top: 150px;
    }

    .reviews-image {
      picture {
        img {
          display: block;
          height: auto;
          max-height: 850px;
        }
      }
    }
  }

  .help-find-upper-footer-wrapper {
    .help-find-upper-footer {
      padding: 30px 20px 50px 20px;

      form {
        .custom-btn,
        .custom-btn:focus,
        .custom-btn:active,
        .custom-btn:visited {
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-top: 0;
        }
      }
    }
  }
}

@media (min-width: 992px) {

  //.footer-menu-list {
  //  @include flex-basis(1, 0, 20%);
  //  ul {
  //    li {
  //      a,
  //      a:focus,
  //      a:visited,
  //      a:active {
  //        position: relative;
  //        padding-bottom: 2.5px;
  //        &:after {
  //          content: "";
  //          position: absolute;
  //          width: 0;
  //          background: $background-white;
  //          height: 1px;
  //          right: 0;
  //          bottom: 0;
  //          @include transition2(width, 0.5s, ease-out);
  //        }
  //        //&:hover {
  //        //  opacity: 1;
  //        //  &:after {
  //        //    left: 0;
  //        //    right: auto;
  //        //    width: 100%;
  //        //  }
  //        //}
  //      }
  //    }
  //  }
  //}
}

@media (min-width: 1199px) {
  footer {
    &.inside {
      padding: 230px 0 115px 0;
    }
  }
  .upper-footer-wrapper {
    .reviews-content-wrapper {
      padding: 0 15px 0 75px;
    }

    &.center {
      top: 100px;
    }
  }

  .help-find-upper-footer-wrapper {
    .container-fluid {
      width: 100%;
    }

    .help-find-upper-footer {
      padding: 60px 50px;
    }
  }
  .upper-footer-wrapper {
    .reviews-image {
      picture {
        img {
          max-height: 750px;
        }
      }
    }
  }
  h4.upper-footer-title {
    font-size: 35px;
  }
  p.upper-footer-text {
    font-size: 18px;
  }


}

@media (min-width: 1680px) {
  .upper-footer-wrapper {
    .reviews-content-wrapper {
      padding: 0 50px 0 165px;
    }
  }
  .help-find-upper-footer-wrapper {
    .help-find-upper-footer {
      form {
        margin-top: 30px;
      }
    }
  }
}

@media (max-width: 1000px) {


  .footer-box-row .footer-box .go-simple-button-footer {
    font-size: 10px;

  }


  .menu-mobile-box {
    background-color: #475569;
    border-radius: 45px;
    padding: 20px 15px;
    height: 65px;
    bottom: 30px;
    position: fixed;
    text-align: center;
    min-width: 100px;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for half of the element's width */
    z-index: 100;
  }

  .menu-mobile-box ul {
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center items */
  }

  .menu-mobile-box li {
    margin: 0 15px; /* Add some spacing between items */
  }

  .menu-mobile-middle {
    padding-left: 25px;
    padding-right: 5px;
    border-left: 1px solid #ffffff;
  }

  .menu-mobile-link-img {

  }
  //
  h4.upper-footer-title {
    font-size: 20px;
  }
  p.upper-footer-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer-input-button {
    font-size: 14px;
  }
  .footer-social {
    margin-top: 10%;
  }
  .footer-input-button-2 {
    width: 100%;
    margin-top: 25px;
  }

  .footer-input-button-2 .right-arrow {
    margin-top: 7%;
  }
  .footer-last-line {
    margin-top: 0 !important;
    padding-bottom: 80px;
  }
  .footer-last-line ul.footer-last-ul {
    display: block;
  }
  .simulation-box {
    display: none;
  }
  .footer-box-row .footer-box {
    min-height: 285px;
    margin-bottom: 15px;
  }
  .footer-menu-list {
    display: contents;
  }
  .footer-last-line ul.footer-last-ul li {
    //height: 45px;
  }

  ul.social-ul {
    //display: inline-block!important;
  }
  ul.social-ul li {
    margin-bottom: 10px;
    margin-right: 20px!important;
  }
}

@media (max-width: 768px) {
  .footer-last-line ul.footer-last-ul {
    line-height: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-last-line ul.footer-last-ul .last-link-space {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-last-line ul.footer-last-ul {
    float: none !important;
  }
}