footer {
  position: relative;
  z-index: 1;
  background: url(/wp-content/plugins/puiux-widgets/projects/seemsa/assets/images/Rectangle\ 23.png) no-repeat;
  background-size: 100% 101%;
  padding-top: 366px;
}
footer.show {
  padding-top: 100px;
}
.logo-footer img {
  width: 133px;
  height: 112px;
}

.logo-footer p {
  color: #8DAEAA;
  font-size: 14px;
  max-width: 242px;
}

footer p {
  color: #8DAEAA;
  font-size: 14px;
}


footer ul li {
  color: #8DAEAA;
}

.foot-puiux p {
  color: #8DAEAA;
}

.foot-puiux p span {
  color: #D4EBE8;
  font-weight: bold;
}

footer ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
}

footer ul li i {
  font-size: 20px;
}

footer h4 {
  color: #D4EBE8;
  font-size: 20px;
  padding-bottom: 27px;
  font-weight: 800;
}

footer ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.img-footer-mask {
  width: 100%;
  margin-bottom: -2px;
}

.foot-sub form {
  max-width: 292px;
  width: 100%;
}

.search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  margin-top: 30px;
}

.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 21px;
  cursor: pointer;
}

.search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

button#submit_foot {
  width: 50px;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  background: transparent;
  font-size: 20px;
  color: #D4EBE8;
}

.search__icon i {
  color: #8DAEAA;
  font-size: 14px;
}

footer .search__input {
  color: #8DAEAA;
}

.search__input {
  font-size: 13px;
  color: #8DAEAA;
  background: #0f4a41;
  border: none;
  padding: 14px 14px 14px 45px;
  width: 100%;
  height: 58px;
  transition: all 0.2s;
}

.search__input::placeholder {
  color: #8DAEAA;
}

.gap-flex a {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #0f4a41;
  font-size: 13px;
  color: #8DAEAA !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.gap-flex a i {
  transform: rotate(-45deg);
}


.foot-puiux {
  padding: 39px 0;
  gap:
    20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.foot-puiux img {
  width: auto;
  height: auto;
  max-width: 100px;
}



.gap-flex {
  padding-top: 32px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.logo-footer p {
  padding-top: 25px
}



@media screen and (max-width: 992px) {
  footer {
    background-size: cover;
    padding-top: 186px !important;
    text-align: center;
    padding-bottom: 61px;
  }

  .foot-puiux p {
    text-align: start;
    font-size: 11px;
  }

  .logo-footer p {
    max-width: 100%;
  }

  .foot-puiux img {
    max-width: 69px;
  }
}



/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 768px) {
  footer.show {
    padding-top: 50px;
}

  .footer-links a,
  .contact-link {
    justify-content: center;
  }

  .footer-links a:hover,
  .contact-link:hover {
    transform: translateY(-3px);
  }

  .input-group {
    flex-direction: column;
    border-radius: 15px;
  }

  .newsletter-input {
    border-radius: 15px 15px 0 0;
  }

  .newsletter-btn {
    border-radius: 0 0 15px 15px;
  }

  .social-links {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }


  .whatsapp-float,
  .call-float {
    padding: 10px 15px;
    font-size: 12px;
  }

  .whatsapp-text,
  .call-text {
    display: none;
  }

  .mobile-menu-content {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 480px) {


  .logo-footer img {
    width: 60px;
    height: 60px;
  }

  .footer-description {
    font-size: 13px;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-links a,
  .contact-link {
    font-size: 13px;
  }

  .newsletter-input,
  .newsletter-btn {
    padding: 10px 15px;
    font-size: 13px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .copyright p {
    font-size: 12px;
  }

  .puiux-img {
    height: 25px;
  }



  .whatsapp-float,
  .call-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }

  .mobile-menu-content {
    padding: 15px;
  }

  .mobile-menu-header h3 {
    font-size: 18px;
  }

  .menu-link {
    font-size: 15px;
    padding: 12px 0;
  }
}