.footer-phone {
  color: #e8e8e8;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.footer-phone:hover {
  color: #ffffff;
  text-decoration: none;
}

.phone-sep {
  color: #e8e8e8;
  font-weight: 500;
  margin: 0 4px;
}

.footer-email {
  color: #e8e8e8;
  text-decoration: underline;
}

.footer-email:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .site-footer .main-wrap .top {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .site-footer .div-row {
    padding: 16px 0;
    border-bottom: none;
  }
  .site-footer .div-row.open .drawer-content {
    display: block;
    max-height: 1000px;
    padding-top: 10px;
    width: 100%;
  }
  .site-footer .div-row.open .drawer-content .pages a {
    text-align: start;
    width: 100%;
  }
  .site-footer .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .site-footer .footer-title .plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s ease;
    margin-left: auto;
    padding-bottom: 2px;
    /* Optical center alignment */
  }
  .site-footer .drawer-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, padding 0.18s ease;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .site-footer .drawer-content {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .site-footer .footer-title .plus-icon {
    display: none;
  }
}

.site-footer {
  background: #111;
  color: #e8e8e8;
  padding: 60px 0 20px;
  line-height: 1.6;
  border-bottom: 4px solid #db292f;
}

.site-footer .main-wrap {
  padding: 0 20px;
}

.site-footer .main-wrap .top {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 10px;
  margin-bottom: 40px;
}

.site-footer .main-wrap .top .div-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.site-footer .main-wrap .top .div-row img {
  width: 100%;
  max-height: 100px;
  display: block;
}

.site-footer .main-wrap .top .div-row .para {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .footer-brand-logo-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.site-footer .main-wrap .top .div-row .footer-brand-logo {
  width: 100%;
  max-width: 470px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.site-footer .main-wrap .top .div-row .social-media {
  display: flex;
  gap: 16px;
}

.site-footer .main-wrap .top .div-row .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.site-footer .main-wrap .top .div-row .social-media a svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  stroke: #fff;
  transition: transform 0.3s ease;
}

.site-footer .main-wrap .top .div-row .social-media a:hover {
  background: #e60012;
}

.site-footer .main-wrap .top .div-row .social-media a:hover svg {
  transform: scale(1.1);
  stroke: #fff;
  fill: #fff;
}

.site-footer .main-wrap .top .div-row .footer-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .pages {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  gap: 8px;
}

.site-footer .main-wrap .top .div-row .pages a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .pages a:hover {
  color: #fff;
}

.site-footer .main-wrap .top .div-row .details {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.site-footer .main-wrap .top .div-row .details p {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .details a {
  display: flex;
  font-family: "Poppins", sans-serif;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  flex-direction: column;
}

.site-footer .main-wrap .top .div-row .details a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #e8e8e8;
  fill: #e8e8e8;
}

.site-footer .main-wrap .top .div-row .details a:hover {
  color: #fff;
}

.site-footer .main-wrap .top .div-row .details a:hover svg {
  stroke: #fff;
  fill: #fff;
}

.site-footer .main-wrap .top .div-row .details .address {
  display: block;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .details .address p {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.site-footer .main-wrap .top .div-row .details .address svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #e8e8e8;
}

.site-footer .main-wrap .bottom {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.site-footer .main-wrap .bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s ease;
}

.site-footer .main-wrap .bottom a:hover {
  color: #e60012;
}

@media only screen and (min-width: 1025px) {
  .site-footer {
    background: #111;
    color: #e8e8e8;
    padding: 3.125vw 0 0;
    line-height: 1.6;
    border-bottom: 0.41667vw solid #db292f;
  }
  .site-footer .main-wrap {
    padding: 0 6.04167vw;
  }
  .site-footer .main-wrap .top {
    display: flex;
    margin: 0 2.08333vw 3.125vw;
    gap: 5.20833vw;
    justify-content: space-between;
  }
  .site-footer .main-wrap .top .div-row {
    display: flex;
    flex-direction: column;
    gap: 2.08333vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .site-footer .main-wrap .top .div-row:first-child {
    width: 24.47917vw;
  }
  .site-footer .main-wrap .top .div-row img {
    max-height: 3.125vw;
    display: block;
    object-fit: contain;
  }
  .site-footer .main-wrap .top .div-row .para {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.35417vw;
    /* 187.5% */
    padding-bottom: 0;
  }
  .site-footer .main-wrap .top .div-row .footer-brand-logo-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .site-footer .main-wrap .top .div-row .footer-brand-logo {
    width: 100%;
    max-width: 24.47917vw;
    height: auto;
    max-height: 5.20833vw;
    object-fit: contain;
    display: block;
  }
  .site-footer .main-wrap .top .div-row .social-media {
    display: flex;
    gap: 0.83333vw;
  }
  .site-footer .main-wrap .top .div-row .social-media a {
    width: 2.26042vw;
    height: 2.26042vw;
  }
  .site-footer .main-wrap .top .div-row .social-media a svg {
    width: 2.26042vw;
    height: 2.26042vw;
  }
  .site-footer .main-wrap .top .div-row .social-media a:hover svg {
    transform: scale(1.1);
  }
  .site-footer .main-wrap .top .div-row .footer-title {
    text-transform: uppercase;
    text-shadow: 0 0.20833vw 0.20833vw rgba(0, 0, 0, 0.25);
    font-family: "Poppins", sans-serif;
    font-size: 1.04167vw;
    font-weight: 600;
    line-height: 1.04167vw;
    /* 100% */
    letter-spacing: 0.10417vw;
    padding-bottom: 0;
  }
  .site-footer .main-wrap .top .div-row .pages {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1.04167vw;
  }
  .site-footer .main-wrap .top .div-row .pages a {
    font-size: 0.83333vw;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.04167vw;
    /* 125% */
  }
  .site-footer .main-wrap .top .div-row .details {
    display: flex;
    flex-direction: column;
    gap: 1.04167vw;
    align-items: start;
  }
  .site-footer .main-wrap .top .div-row .details a {
    display: flex;
    align-items: center;
    gap: 0.52083vw;
    font-size: 0.72917vw;
    color: #ccc;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
  }
  .site-footer .main-wrap .top .div-row .details a svg {
    width: 0.9375vw;
    height: 0.9375vw;
    flex-shrink: 0;
    stroke: #e8e8e8;
    fill: #e8e8e8;
  }
  .site-footer .main-wrap .top .div-row .details a:hover {
    color: #fff;
  }
  .site-footer .main-wrap .top .div-row .details a:hover svg {
    stroke: #fff;
    fill: #fff;
  }
  .site-footer .main-wrap .top .div-row .details .footer-contact {
    display: block;
    text-align: left;
    align-items: flex-start;
    gap: 0.52083vw;
    font-size: 0.83333vw;
    line-height: 1.5;
    color: #e8e8e8;
    font-family: "Poppins", sans-serif;
  }
  .site-footer .main-wrap .top .div-row .details .footer-contact p {
    color: #fff;
    font-family: "Poppins";
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04167vw;
    /* 125% */
  }
  .site-footer .main-wrap .top .div-row .details .address {
    display: block;
    text-align: left;
    align-items: flex-start;
    gap: 0.52083vw;
    font-size: 0.83333vw;
    line-height: 1.5;
    color: #e8e8e8;
    font-family: "Poppins", sans-serif;
  }
  .site-footer .main-wrap .top .div-row .details .address p {
    color: #fff;
    font-family: "Poppins";
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04167vw;
    /* 125% */
  }
  .site-footer .main-wrap .top .div-row .details .footer-email {
    display: block;
    text-align: left;
    align-items: flex-start;
    gap: 0.52083vw;
    font-size: 0.83333vw;
    line-height: 1.5;
    color: #e8e8e8;
    font-family: "Poppins", sans-serif;
  }
  .site-footer .main-wrap .top .div-row .details .footer-email p {
    color: #fff;
    font-family: "Poppins";
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04167vw;
    /* 125% */
  }
  .site-footer .main-wrap .bottom {
    text-align: center;
    font-size: 0.83333vw;
    color: #ffffff;
    border-top: 0.10417vw solid rgba(255, 255, 255, 0.1);
    padding: 2.60417vw;
    font-family: "Poppins", sans-serif;
  }
  .site-footer .main-wrap .bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 0.83333vw;
    font-weight: 500;
    line-height: 0;
    /* 125% */
    letter-spacing: 0.05208vw;
  }
  .site-footer .main-wrap .bottom a:hover {
    color: #e60012;
  }
}
/*# sourceMappingURL=footer.css.map */