/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.2.2
*/

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-contact ul li i {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 3px;
  color: #333;
}

.footer-contact .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-contact .contact-detail span {
  font-size: 14px;
  color: #666;
}

.footer-contact .contact-detail a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.footer-contact .contact-detail a:hover {
  color: #4CAF50;
}

/* Social Icons */
.social-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.social-icons a {
	background-color: #4CAF50;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.social-icons a i {
  font-size: 18px;
  color: #fff;
}

.social-icons a.fa-facebook {
  background-color: #4CAF50;
}

.social-icons a:nth-child(2) {
  background-color: #4CAF50;
}

.social-icons a:nth-child(3) {
  background-color: #4CAF50;
}

.social-icons a:nth-child(4) {
  background-color: #4CAF50;
}

.social-icons a:hover {
  opacity: 0.8;
  transform: translateX(5px);
}
button.show-password-input {
    max-width: max-content;
    margin-top: 0px !important;
    height: 2.7rem !important;
    margin-right: -5px !important;
}