html {
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {

  body {
    overflow-x: hidden !important;
  }

  .container,
  .wrapper,
  .content,
  .content-wrap,
  .inner,
  .page-content,
  .section-inner,
  .vc_row,
  .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  [class*="col-"],
  .column,
  .columns,
  .vc_column_container,
  .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  header,
  .header,
  .site-header,
  .navbar {
    min-height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .logo img,
  .site-logo img,
  .navbar-brand img {
    max-height: 42px !important;
    width: auto !important;
  }

  section,
  .section,
  .content-section,
  .block,
  .module {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .hero,
  .banner,
  .page-banner,
  .slider,
  .main-slider,
  .hero-section {
    min-height: auto !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .hero img,
  .banner img,
  .page-banner img,
  .slider img,
  .main-slider img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  h1 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  p,
  li,
  a,
  span {
    line-height: 1.65 !important;
  }

  input,
  textarea,
  select,
  button,
  .btn {
    max-width: 100% !important;
  }

  .whatsapp-float,
  .floating-whatsapp,
  .whatsapp-btn,
  .wa-btn,
  .joinchat,
  .floating-contact,
  .contact-float {
    right: 12px !important;
    bottom: 14px !important;
    transform: scale(0.88) !important;
    transform-origin: right bottom !important;
  }
}
