/**************************/
/******** Footer CSS ******/
/**************************/
.footer-11 p {
  color: #635658;
}
.footer-11 .navbar-brand img {
  max-width: 180px;
}
.footer-11 .footer-widget-item a {
  text-decoration: none;
  color: #635658;
  display: inline-block;
  transition: all 0.4s ease;
  position: relative;
}
.footer-11 .footer-widget-item a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.footer-11 .footer-widget-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: var(--bs-primary);
  bottom: 0px;
  left: 0px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer-11 .footer-widget-item a i {
  color: var(--bs-primary);
  margin-inline-end: 7px;
}
.footer-11 .info-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-11 .info-list li i {
  --size: 36px;
  max-width: var(--size);
  min-width: var(--size);
  height: var(--size);
  line-height: var(--size);
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  font-size: 16px;
}
.footer-11 .info-list li .mail-address,
.footer-11 .info-list li .phone-numbers {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-11 .info-list li .location,
.footer-11 .info-list li a {
  color: #635658;
  transition: all 0.3s ease;
}
.footer-11 .info-list li .location:hover,
.footer-11 .info-list li a:hover {
  color: var(--bs-primary);
}
.footer-11 .footer-widget-item a:hover {
  color: var(--bs-primary);
}
.footer-11 .subscribe-group-btn {
  display: flex;
  background: var(--bs-white);
  justify-content: space-between;
  overflow: hidden;
  backdrop-filter: blur(2px);
  position: relative;
  border: 1px solid var(--bs-primary);
}
.footer-11 .subscribe-group-btn input {
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: 15px;
  background: var(--bs-white);
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  padding: 18px 14px 18px 20px;
  width: calc(100% - 120px);
  border: 0;
}
.footer-11 .subscribe-group-btn input:focus-visible {
  border: 0;
  outline: 0;
}
.footer-11 .subscribe-group-btn .subscribe-btn {
  background: var(--bs-primary);
  font-family: var(--bs-body-font-family);
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 8px;
  outline: 0;
  transition: all 0.3s ease;
  border: 1px solid var(--bs-primary);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 7px);
  width: 120px;
  text-transform: capitalize;
}
.footer-11 .socials {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-11 .socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E9E9EA;
  background: rgba(var(--bs-primary-rgb), 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: var(--bs-primary);
}
.footer-11 .socials a:hover {
  background: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
  transform: translateY(-5px);
}

/*============================
  footer-copyright
==============================*/

/*# sourceMappingURL=footer-11.css.map */
