footer {
  background-color: var(--green-1);
  /* width: 100%; */
  /* max-width: 100vw; */
  /* color: var(--text-color); */
  padding: 50px clamp(20px, 10vw, 250px);
  /* text-align: center; */
}

footer p,
footer a {
  color: white;
}

.footer-main {
  margin-bottom: 75px;
}

.footer-logo {
  /* display: block; */
  /* justify-content: center; */
  /* align-items: center; */
  /* margin-bottom: 20px; */
  margin-top: -8.54px;
  width: 230px
}

.footer-logo p {
  font-family: 'klore', sans-serif;
  font-size: 79.78px;
  margin: 0;
  position: relative;
  transition: color 0.2s ease;
  cursor: default;
}

#arbo {
  line-height: 100%;
}

#viro {
  /* top: 62.29px; */
  top: -17px;
  left: 53.04px;
  line-height: 100%;
  width: 165px
}

#ses {
  top: calc(2 * (-17px));
  left: 101px;
  line-height: 100%;
  width: 130px
}


.footer-logo:hover p {
  /* cursor: default; */
  color: transparent;
  -webkit-text-stroke: 2px var(--highlight-orange);
}

.footer-container {
  color: var(--text-color);
  width: 100%;
  /* padding: 70px 30px 20px; */
  /* text-align: center; */
}

.footer-main {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: 10%;
  /* justify-content: center; */
  /* padding: 20px; */
  /* background-color: var(--NavBar-background); */
}

.institution-logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.logo-group {
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  /* flex-direction: column; */
  gap: 5px;
  margin-bottom: 20px;
}

.logo-group p {
  font-family: 'montserrat-variable', sans-serif;
  margin: 0;
  /* color: white; */
  /* font-size: 1.2em; */
  width: 90px;
}

.institution-logo img {
  fill: white;
  width: auto;
  height: 90px;
  /* display: inline-block; */
  /* border-radius: 50%; */
}

.social-icons-buttons {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 10px;
  /* margin-bottom: 20px; */
}

.social-icons-buttons a {
  text-decoration: none;
  /* padding: 15px; */
  background-color: var(--green-1);
  /* margin: 10px; */
  border-radius: 50%;
  /* border: 2px solid var(--green-9); */
  /* color: var(--text-color); */
  /* font-size: 24px; */
  transition: 0.3s ease;
}

#facebook {
  padding: 15px;
  margin-left: -15px;
}

#youtube {
  padding: 15px 12px 15px 12px;
}

#instagram {
  padding: 15px 18px 15px 18px;
}

#tiktok {
  padding: 15px 18px 15px 18px;
}

.social-icons-buttons a i {
  font-size: 48px;
  color: white;
  /* opacity: 0.9; */
  transition: 0.5s ease;
}

/* Hover effect for social icons */
.social-icons-buttons a:hover {
  /* color: var(--adonis-orange); */
  background-color: white;
  box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.5);
}

.social-icons-buttons a:hover i {
  color: var(--green-7);
  /* color: var(--highlight-orange); */
  /* transform: scale(1.2); */
  /* transition: transform 0.3s ease; */
}

.footer-bottom {
  /* background-color: #000; */
  /* padding: 20px; */
  text-align: center;
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
}

.footer-bottom div a, 
.footer-bottom div p {
  /* margin: 10px 10px; */
  /* border-right: 1px solid white; */
  text-decoration: none;
  font-size: 16px;
  font-family: 'montserrat-variable', sans-serif;
  /* color: white; */
}

#privacy-policy,
#copyright {
  padding: 7px 14px;
}

#terms-of-use {
  padding: 7px 14px 7px 0px;
}

.footer-bottom div a {
  border-right: 1px solid white;
  text-align: center;
  text-decoration: none;
}

.footer-bottom div p {
  margin: 0;
}

/* @media (max-width: 850px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .logo-group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo-group p {
    width: auto;
  }

  .institution-logo img {
    height: 70px;
  }

  .footer-logo {
    width: 180px
  }

  .footer-logo p {
    font-size: 60px;
  }

  #viro {
    top: -13px;
    left: 42px;
    width: 120px
  }

  #ses {
    top: calc(2 * (-13px));
    left: 80px;
    width: 100px;
    color: red
  }
} */

/* @media (max-width: 680px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .logo-group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo-group p {
    width: auto;
  }
*/
  /* .institution-logo img {
    height: 70px;
  } */
/*
  .footer-logo {
    width: 150px
  }

  .footer-logo p {
    font-size: 50px;
  }

  #viro {
    top: -10px;
    left: 35px;
    width: 100px
  }

  #ses {
    top: calc(2 * (-10px));
    left: 65px;
    width: 80px;
    color: blue
  }
} */