* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f5f1;
  color: #14212d;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

body a,
body button,
body input,
body textarea {
  transition: all 0.25s ease;
}

body .elementor-widget-container p,
body .elementor-widget-container li,
body .elementor-widget-container span,
body .elementor-widget-container div {
  line-height: 1.7;
}

body .elementor-widget-container h1,
body .elementor-widget-container h2,
body .elementor-widget-container h3,
body .elementor-widget-container h4,
body .elementor-widget-container h5,
body .elementor-widget-container h6 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body footer {
  background: linear-gradient(135deg, #0d1a24 0%, #142b38 100%);
  color: #eef4f8;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

body footer a {
  color: #f4c95d;
}

body footer .elementor-widget-container {
  color: inherit;
}

body .elementor-button {
  border-radius: 999px;
}

body .elementor-button:hover {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body .elementor-element,
  body .e-con,
  body .e-con-inner {
    width: 100%;
  }
}

.wa-floating-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 14px 30px rgba(18, 140, 126, 0.35);
  z-index: 99999;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

.wa-floating-button:hover,
.wa-floating-button:focus {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 34px rgba(18, 140, 126, 0.42);
}

.wa-floating-button svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  display: block;
}

@media (max-width: 767px) {
  .wa-floating-button {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .wa-floating-button svg {
    width: 24px;
    height: 24px;
  }
}
