/* =============================================
   FOOTER - Extracted CSS (based on footer HTML)
   ============================================= */

/* ---- Icon backgrounds ---- */
.media a span {
  background-size: 5dvh;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon1 {
  background-image: url(/img/Image/Icon/facebook.webp);
}
.icon2 {
  background-image: url(/img/Image/Icon/twitter\ \(1\).webp);
}
.icon3 {
  background-image: url(/img/Image/Icon/instagram.webp);
}
.icon4 {
  background-image: url(/img/Image/Icon/youtube.webp);
  margin-top: 0.8vh;
}
.icon5 {
  background-image: url(/img/Image/Icon/linkedin\ \(1\).webp);
}

/* ---- Shared heading style used in footer ---- */
.h1 {
  font-size: 2vh;
  margin-bottom: 4vh;
  font-weight: 800;
  color: var(--ThemeColor-);
  height: 2vh;
}

/* ---- Footer root ---- */
footer {
  width: 100%;
}

/* ---- Horizontal line dividers ---- */
footer .footLine {
  height: 2vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footLine div {
  height: 0.38vh;
  width: 100%;
  margin: 0vh 3vh;
  background-color: var(--ThemeColor-);
}

/* ---- Row 2: main content row ---- */
footer .row_2 {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3vh 7vh;
  color: white;
}

/* ---- Footer logo column ---- */
footer .row_2 .footerLogo {
  height: 90%;
  width: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .row_2 .footerLogo .logo {
  height: 14vh;
  width: 17.5vh;
  background-image: url(/img/default/icon/logo.webp);
  background-size: 17vh;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .row_2 .footerLogo .subtitle {
  font-size: 1.5vh;
  color: var(--ThemeColor-);
  font-weight: bold;
  margin-top: 3vh;
}

footer .row_2 .footerLogo .media {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .row_2 .footerLogo .mediam {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .row_2 .footerLogo .media .io {
  display: block;
  width: 5vh;
  height: 5vh;
  background-size: 2.7vh;
}

footer .row_2 .footerLogo .mediam .io {
  display: block;
  width: 5vh;
  height: 5vh;
  background-size: 2.7vh;
}

footer .row_2 .footerLogo .media .io:hover {
  background-size: 3vh;
}

footer .row_2 .footerLogo .mediam .io:hover {
  background-size: 3vh;
}

/* ---- Quick links + range columns ---- */
footer .row_2 .links {
  height: 90%;
  width: 50vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

footer .row_2 .links .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 14vh;
  padding: 0 0vh;
  padding-top: 1.3vh;
}

footer .row_2 .links .box:nth-child(1) {
  margin-right: 1.5vh;
  width: 16vh;
}

footer .row_2 .links .box a {
  background-image: url(/img/default/icon/hoveraffect.svg);
  background-size: 200%;
  background-position: center center;
  background-clip: text;
  color: transparent;
  margin: 0.4vh 0;
  font-size: 1.6vh;
  font-weight: 800;
  transition: 0.5s ease-in-out;
  animation: 0.4s ease-in-out alternate forwards HoverMenuAniBack;
}

footer .row_2 .links .box a:hover {
  animation: 0.4s ease-in-out alternate forwards HoverMenuAni;
}

/* ---- Contact section ---- */
footer .row_2 .footerContact {
  width: 73vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .row_2 .footerContact .contactlist .h1 {
  font-size: 2vh;
}

footer .row_2 .footerContact .contactlist .containContact {
  height: 21.2vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

/* Address */
footer .row_2 .footerContact .contactlist .containContact .footAddress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer
  .row_2
  .footerContact
  .contactlist
  .containContact
  .footAddress
  .address {
  font-size: 1.7vh;
  line-height: 2.2vh;
}

footer
  .row_2
  .footerContact
  .contactlist
  .containContact
  .footAddress
  .address
  span {
  font-size: 1.8vh;
}

footer .row_2 .footerContact .contactlist .containContact .footAddress .img {
  height: 3vh;
  width: 3vh;
  margin-right: 1vh;
  background-image: url(/img/default/icon/maps-and-flags\ 1.webp);
  background-size: cover;
}

/* Phone number */
footer .row_2 .footerContact .contactlist .containContact .footnumber {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .row_2 .footerContact .contactlist .containContact .footnumber .phone {
  font-size: 2.1vh;
  line-height: 2.5vh;
}

footer .row_2 .footerContact .contactlist .containContact .footnumber .img {
  height: 3vh;
  width: 3vh;
  margin-right: 0.5vh;
  background-image: url(/img/default/icon/phone-call\ 1.webp);
  background-size: cover;
}

/* WhatsApp number */
footer .row_2 .footerContact .contactlist .containContact .footnumberWhatsapp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer
  .row_2
  .footerContact
  .contactlist
  .containContact
  .footnumberWhatsapp
  .phone {
  font-size: 2.1vh;
}

footer
  .row_2
  .footerContact
  .contactlist
  .containContact
  .footnumberWhatsapp
  .img {
  height: 3vh;
  width: 3vh;
  margin-right: 1vh;
  background-image: url(/img/default/icon/whatsapp\ 1.webp);
  background-size: cover;
}

/* Email */
footer .row_2 .footerContact .contactlist .containContact .footemail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .row_2 .footerContact .contactlist .containContact .footemail .email {
  font-size: 1.7vh;
}

footer .row_2 .footerContact .contactlist .containContact .footemail .img {
  height: 3vh;
  width: 3vh;
  margin-right: 1vh;
  background-image: url(/img/default/icon/email\ 1.webp);
  background-size: cover;
}

/* Map embed */
footer .row_2 .footerContact .map {
  width: 35vh;
  height: 28vh;
}

footer .row_2 .footerContact .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 3vh;
}

/* ---- Row 3: copyright bar ---- */
footer .row_3 {
  width: 100%;
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.7vh;
  color: white;
}

footer .row_3 .copyright {
  margin-left: 3vh;
  text-align: left;
}

footer .row_3 .copyright a {
  color: var(--ThemeColor-);
}

footer .row_3 .powered {
  margin-right: 3vh;
  text-align: right;
  font-size: 1.7vh;
  font-weight: 400;
  border: 0.2vh solid rgb(68, 68, 68);
  color: rgb(68, 68, 68);
  border-radius: 1vh;
  padding: 0.4vh 0.7vh;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}

/* ---- Responsive: scale down at 1150px ---- */
@media (max-width: 1150px) {
  .row_2 .footerLogo,
  .row_2 .links,
  .row_2 .footerContact {
    transform: scale(0.8);
  }
}

/* ---- Responsive: stack columns at 930px ---- */
@media (max-width: 930px) {
  .row_2 .footerLogo,
  .row_2 .links,
  .row_2 .footerContact {
    transform: scale(1);
  }

  .row_2 {
    flex-direction: column;
    row-gap: 3vh;
  }
}

/* ---- Responsive: full-width mobile at 730px ---- */
@media (max-width: 730px) {
  .row_2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  footer .row_3 {
    width: 100%;
    height: auto;
    padding: 2vh 0vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    row-gap: 1vh;
    font-size: 1.7vh;
    color: white;
  }

  footer .row_3 .copyright {
    margin-left: 0;
    text-align: center;
    line-height: 2.5vh;
  }

  footer .row_3 .powered {
    margin-right: 0;
    text-align: center;
  }
}

/* ---- Responsive: contact column stacks at 470px ---- */
@media (max-width: 470px) {
  footer .row_2 {
    padding: 2vh 0vh;
  }

  footer .row_2 .footerContact {
    flex-direction: column;
    row-gap: 2vh;
    width: 100%;
  }

  footer .row_2 .links {
    width: 100%;
  }
}
