.problem-title-wrapper {
  margin-top: -30px;
  margin-bottom: 80px;
}

.problem-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.75rem;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  border: 2px solid currentColor;
}

.solution-title-wrapper {
  margin-top: -20px;
  margin-bottom: 60px;
}

.solution-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.5rem;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  border: 2px solid currentColor;
}

.features-title-wrapper {
  margin-top: -10px;
  margin-bottom: 50px;
}

.features-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border: 2px solid currentColor;
}

.differentials-title-wrapper {
  margin-top: -15px;
  margin-bottom: 45px;
}

.differentials-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.4rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  border: 2px solid currentColor;
}

.safety-title-wrapper {
  margin-top: -10px;
  margin-bottom: 50px;
}

.safety-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.75rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  border: 2px solid currentColor;
  color: #caf55f;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.55);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: whatsapp-pulse 2.2s ease-in-out infinite;
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
}

.whatsapp-lottie,
.whatsapp-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}

.whatsapp-lottie {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.whatsapp-lottie.is-active {
  opacity: 1;
}

.floating-whatsapp.has-animation .whatsapp-icon {
  opacity: 0;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.7);
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .solution-title-wrapper {
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .features-title-wrapper {
    margin-top: -5px;
    margin-bottom: 35px;
  }

  .features-title {
    font-size: 1.15rem;
    padding: 0.3rem 1.25rem;
  }

  .differentials-title-wrapper {
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .differentials-title {
    font-size: 1.1rem;
    padding: 0.3rem 1.1rem;
  }

  .safety-title-wrapper {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .safety-title {
    font-size: 1.15rem;
    padding: 0.3rem 1.4rem;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp svg {
    width: 26px;
    height: 26px;
  }

  .whatsapp-lottie,
  .whatsapp-icon {
    width: 100%;
    height: 100%;
  }
}
/* Evita faixa branca lateral por overflow horizontal */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ul-banner,
.ul-footer,
.ul-services,
.ul-header {
  max-width: 100%;
  overflow-x: clip;
}

/* Banner Logo Watermark */
.ul-banner-img {
  position: relative;
  overflow: hidden;
}

.banner-logo-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: clamp(300px, 35vw, 600px);
  height: auto;
  z-index: 0;
  pointer-events: none;
  filter: brightness(1.2) contrast(1.3);
}

.banner-logo-watermark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cbf55f;
  mix-blend-mode: color;
  opacity: 0.85;
  pointer-events: none;
}

.banner-logo-watermark.layer-1 {
  animation: logo-grow-1 12s ease-in-out infinite;
}

.banner-logo-watermark.layer-2 {
  animation: logo-grow-2 12s ease-in-out infinite;
}

.banner-logo-watermark.layer-3 {
  animation: logo-grow-3 12s ease-in-out infinite;
}

/* Layer 1: The main logo that stays visible */
@keyframes logo-grow-1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  5% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
}

/* Layer 2: Glow effect that grows and disappears */
@keyframes logo-grow-2 {
  0%,
  66.66%,
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  33.33% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  43.33% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.2;
  }
  53.33% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* Layer 3: Another glow effect that grows and disappears */
@keyframes logo-grow-3 {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  66.66% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  76.66% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.2;
  }
  86.66% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.ul-banner-img > img:first-child {
  position: relative;
  z-index: 1;
}

.ul-about {
  position: relative;
  overflow: visible;
}

.ul-1-video-call {
  overflow: visible;
}

.section-connector {
  position: absolute;
  left: 50%;
  bottom: -40px; /* half overlaps into next section */
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  z-index: 5;
  pointer-events: none;
}

.section-connector .arrow {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

.arrow-line,
.arrow-head {
  animation: arrow-float 4s ease-in-out infinite;
}

@keyframes arrow-float {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@media (max-width: 767.98px) {
  .section-connector {
    bottom: -28px;
    width: 56px;
    height: 56px;
  }
}

/* Floating problem buttons around the image */
.problem-image-wrap {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.problem-image-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.problem-float {
  position: absolute;
  background: #0b193e;
  color: #fff;
  border: 1px solid rgba(202, 245, 95, 0.25);
  box-shadow: 0 8px 24px rgba(11, 25, 62, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
  z-index: 2;
  animation: problem-float-y 4.5s ease-in-out infinite;
}

.problem-float-2 {
  position: absolute;
  background: #caf55f;
  color: #0b193e;
  border: 1px solid rgba(202, 245, 95, 0.25);
  box-shadow: 0 8px 24px rgba(11, 25, 62, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
  z-index: 2;
  animation: problem-float-y 4.5s ease-in-out infinite;
}

.problem-float:hover,
.problem-float:focus {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(11, 25, 62, 0.18);
}

@keyframes problem-float-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Desktop grande: balões nos cantos */
.problem-image-wrap .problem-float.pos-1 {
  top: -10%;
  left: -55%;
  right: auto;
  animation-duration: 5s;
  animation-delay: 0s;
}

.problem-image-wrap .problem-float.pos-2 {
  top: 16%;
  right: auto;
  left: -62%;
  animation-duration: 4.2s;
  animation-delay: 0.25s;
}

.problem-image-wrap .problem-float.pos-3 {
  top: 40%;
  right: auto;
  left: -58%;
  animation-duration: 5.4s;
  animation-delay: 0.5s;
}

.problem-image-wrap .problem-float.pos-4 {
  bottom: 40%;
  right: -30px;
  left: auto;
  animation-duration: 4.8s;
  animation-delay: 0.75s;
}

.problem-image-wrap .problem-float.pos-5 {
  bottom: -8px;
  left: -50%;
  right: auto;
  animation-duration: 4.6s;
  animation-delay: 1s;
}

.problem-image-wrap .problem-float-2.pos-1 {
  top: 0%;
  left: auto;
  right: -42%;
  animation-duration: 5s;
  animation-delay: 0s;
}

.problem-image-wrap .problem-float-2.pos-2 {
  top: 20%;
  left: auto;
  right: -48%;
  animation-duration: 4.2s;
  animation-delay: 0.25s;
}

.problem-image-wrap .problem-float-2.pos-3 {
  top: 42%;
  left: auto;
  right: -44%;
  animation-duration: 5.4s;
  animation-delay: 0.5s;
}

.problem-image-wrap .problem-float-2.pos-4 {
  bottom: 10%;
  left: auto;
  right: -28%;
  animation-duration: 4.8s;
  animation-delay: 0.75s;
}

/* Notebook / desktop médio: puxa pra dentro pra não estourar a tela */
@media (max-width: 1399.98px) {
  .problem-float,
  .problem-float-2 {
    font-size: 13px;
    padding: 8px 12px;
    white-space: normal;
    max-width: 170px;
    text-align: center;
    border-radius: 18px;
  }

  .problem-image-wrap .problem-float.pos-1 {
    top: -6%;
    left: -18%;
  }

  .problem-image-wrap .problem-float.pos-2 {
    top: 18%;
    left: -22%;
  }

  .problem-image-wrap .problem-float.pos-3 {
    top: 42%;
    left: -20%;
  }

  .problem-image-wrap .problem-float.pos-4 {
    right: -8%;
  }

  .problem-image-wrap .problem-float.pos-5 {
    left: -18%;
  }

  .problem-image-wrap .problem-float-2.pos-1 {
    top: 2%;
    right: -10%;
  }

  .problem-image-wrap .problem-float-2.pos-2 {
    top: 22%;
    right: -14%;
  }

  .problem-image-wrap .problem-float-2.pos-3 {
    top: 44%;
    right: -12%;
  }

  .problem-image-wrap .problem-float-2.pos-4 {
    right: -6%;
  }
}

/* Notebook menor (13" / telas ~1200px) */
@media (max-width: 1199.98px) {
  .problem-float,
  .problem-float-2 {
    font-size: 12px;
    max-width: 145px;
  }

  .problem-image-wrap .problem-float.pos-1 {
    left: -6%;
  }

  .problem-image-wrap .problem-float.pos-2 {
    left: -10%;
  }

  .problem-image-wrap .problem-float.pos-3 {
    left: -8%;
  }

  .problem-image-wrap .problem-float.pos-4 {
    right: 0;
  }

  .problem-image-wrap .problem-float.pos-5 {
    left: -4%;
  }

  .problem-image-wrap .problem-float-2.pos-1 {
    right: -2%;
  }

  .problem-image-wrap .problem-float-2.pos-2 {
    right: -6%;
  }

  .problem-image-wrap .problem-float-2.pos-3 {
    right: -4%;
  }

  .problem-image-wrap .problem-float-2.pos-4 {
    right: 0;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .problem-float,
  .problem-float-2 {
    font-size: 12px;
    padding: 8px 12px;
  }
}

@media (max-width: 767.98px) {
  .ul-about,
  .ul-1-video-call,
  main {
    max-width: 100%;
    overflow-x: clip;
  }

  .ul-banner-img {
    overflow: hidden;
    max-width: 100%;
  }

  .ul-banner-img img {
    max-width: min(100%, 320px) !important;
  }

  .banner-logo-watermark {
    width: min(72vw, 260px);
  }

  .ul-banner-vectors {
    display: none;
  }

  .banner-cta-button {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* imagem menor no centro para sobrar espaço lateral aos balões */
  .problem-image-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 28px 8px 36px;
    box-sizing: border-box;
  }

  .problem-image-wrap > img {
    width: 68%;
    max-width: 280px;
    margin: 0 auto;
  }

  .problem-float,
  .problem-float-2 {
    position: absolute;
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 1.25;
    padding: 6px 8px;
    white-space: normal !important;
    max-width: 104px;
    text-align: center;
    border-radius: 14px;
    box-sizing: border-box;
  }

  /* mobile: problema — dentro da tela, canto esquerdo */
  .problem-image-wrap .problem-float.pos-1 {
    top: 4px;
    left: 0;
    right: auto;
  }

  .problem-image-wrap .problem-float.pos-2 {
    top: 22%;
    left: 0;
    right: auto;
  }

  .problem-image-wrap .problem-float.pos-3 {
    top: 44%;
    left: 0;
    right: auto;
  }

  .problem-image-wrap .problem-float.pos-4 {
    top: auto;
    bottom: 28%;
    left: auto;
    right: 0;
  }

  .problem-image-wrap .problem-float.pos-5 {
    top: auto;
    bottom: 4px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: 180px;
    animation: none;
  }

  /* mobile: solução — dentro da tela, canto direito */
  .problem-image-wrap .problem-float-2.pos-1 {
    top: 4px;
    left: auto;
    right: 0;
  }

  .problem-image-wrap .problem-float-2.pos-2 {
    top: 24%;
    left: auto;
    right: 0;
  }

  .problem-image-wrap .problem-float-2.pos-3 {
    top: 46%;
    left: auto;
    right: 0;
  }

  .problem-image-wrap .problem-float-2.pos-4 {
    top: auto;
    bottom: 8px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: 170px;
    animation: none;
  }

  /* Services: left align cards on mobile */
  .ul-service,
  .ul-service-feature {
    text-align: left !important;
  }
}

/* telas bem estreitas */
@media (max-width: 379.98px) {
  .problem-float,
  .problem-float-2 {
    font-size: 9px;
    max-width: 96px;
    padding: 5px 6px;
  }

  .problem-image-wrap > img {
    width: 62%;
  }
}

/* Solution slider images (mobile) */
@media (max-width: 991.98px) {
  .ul-solution-slider {
    width: 100%;
  }
  .ul-solution-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .ul-solution-slider .swiper-slide img {
    width: 75%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
  .ul-solution-slider .swiper-pagination-bullet {
    background: #0b193e;
    opacity: 0.4;
  }
  .ul-solution-slider .swiper-pagination-bullet-active {
    background: #0b193e;
    opacity: 1;
  }
}

/* Modern differential cards */
.differentials-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.differential-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 25, 62, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(11, 25, 62, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.differential-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0b193e;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.differential-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(11, 25, 62, 0.12);
  border-color: rgba(202, 245, 95, 0.2);
}

.differential-card:hover::before {
  opacity: 1;
}

.differential-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #0b193e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.differential-content {
  flex: 1;
}

.differential-badge {
  display: inline-block;
  background: rgba(11, 25, 62, 0.08);
  color: #0b193e;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.differential-title {
  font-size: 18px;
  font-weight: 700;
  color: #0b193e;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.differential-description {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .differentials-cards {
    gap: 16px;
    margin-top: 20px;
  }

  .differential-card {
    padding: 20px;
    gap: 12px;
  }

  .differential-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .differential-title {
    font-size: 16px;
  }

  .differential-description {
    font-size: 13px;
  }
}

/* Download Modal Styles */
.download-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.download-modal.active {
  display: flex;
  opacity: 1;
}

.download-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 25, 62, 0.8);
  backdrop-filter: blur(8px);
}

.download-modal-content {
  position: relative;
  background: white;
  border-radius: 24px;
  padding: 50px 40px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 1;
}

.download-modal.active .download-modal-content {
  transform: scale(1);
}

.download-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #0b193e;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.download-modal-close:hover {
  background: #f0f0f0;
  color: #caf55f;
  transform: rotate(90deg);
}

.download-modal-header {
  text-align: center;
  margin-bottom: 30px;
}

.download-modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b193e;
  margin: 0 0 10px 0;
}

.download-modal-subtitle {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.download-modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.download-modal-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.download-modal-field label {
  font-size: 14px;
  font-weight: 600;
  color: #0b193e;
  margin: 0;
}

.download-modal-field input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #0b193e;
  transition: all 0.3s ease;
  background: #ffffff;
}

.download-modal-field input:focus {
  outline: none;
  border-color: #caf55f;
  box-shadow: 0 0 0 3px rgba(202, 245, 95, 0.1);
}

.download-modal-field input::placeholder {
  color: #9ca3af;
}

.download-modal-submit {
  width: 100%;
  padding: 16px;
  background: #caf55f;
  color: #0b193e;
  border: 2px solid #caf55f;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.download-modal-submit:hover {
  background: #0b193e;
  color: #caf55f;
  border-color: #0b193e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 25, 62, 0.2);
}

.download-modal-submit i {
  transition: transform 0.3s ease;
}

.download-modal-submit:hover i {
  transform: translate(4px, -4px);
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
  .download-modal-content {
    padding: 40px 25px;
  }

  .download-modal-title {
    font-size: 24px;
  }

  .download-modal-subtitle {
    font-size: 14px;
  }

  .download-modal-field input {
    padding: 12px 16px;
  }

  .download-modal-submit {
    padding: 14px;
  }
}

/* Equal-height feature cards in section 4 */
.ul-services .row > [class^="col-"],
.ul-services .row > [class*=" col-"] {
  display: flex;
}

.ul-services .ul-service,
.ul-services .ul-service-feature {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ul-services .ul-service-txt {
  margin-top: 8px;
}

/* Banner CTA Button - Centralize on mobile and fix spacing */
.banner-cta-button {
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .banner-cta-container {
    align-items: center !important;
    width: 100%;
  }

  .banner-cta-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Footer spacing */
.ul-footer-top-wrapper {
  align-items: flex-start;
  gap: clamp(36px, 4vw, 72px) !important;
}

.ul-footer-about {
  max-width: 360px;
}

.ul-footer-about-txt {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.7;
}

.ul-footer-widget {
  text-align: left !important;
  margin-left: 0 !important;
  min-width: 180px;
  flex: 1 1 180px;
}

.ul-footer-contact-widget {
  max-width: 280px !important;
}

.ul-footer-widget-title {
  text-align: left !important;
  margin-bottom: 18px !important;
}

.ul-footer-widget-links {
  text-align: left !important;
  gap: 12px !important;
}

.ul-footer-widget p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  line-height: 1.6;
}

.ul-footer-contact-widget .ul-footer-widget-links {
  margin-bottom: 18px;
}

.ul-footer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 16px;
}

.ul-footer-contact-info:last-child {
  margin-bottom: 0;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.footer-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.footer-icon i,
.footer-icon img {
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
}

.footer-icon.instagram-icon i {
  font-size: 26px;
}

.wpp-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-icon:hover {
  background: #cbf55f;
}

.footer-icon:hover i,
.footer-icon:hover img {
  filter: brightness(0) invert(0);
}

.ul-footer-bottom {
  padding: 22px 0 !important;
}

.ul-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
}

.ul-footer-bottom .copyright-txt {
  margin-bottom: 0 !important;
}

.ul-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 22px !important;
}

.footer-privacy-link {
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .ul-footer-top-wrapper {
    gap: 32px !important;
  }

  .ul-footer-widget {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .ul-footer-top-wrapper {
    flex-direction: column;
    gap: 28px !important;
  }

  .ul-footer-about,
  .ul-footer-widget,
  .ul-footer-contact-widget {
    max-width: 100% !important;
    width: 100%;
  }

  .ul-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ul-footer-bottom-links {
    justify-content: flex-start;
    gap: 10px 16px !important;
  }
}

