﻿/* Restored base layout styles */

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  line-height: 1.5;
  color: #111;
  background: #fff;
}

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

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  z-index: 99999;
  border-radius: 6px;
}

.elementor {
  width: 100%;
}

.elementor-section {
  position: relative;
  width: 100%;
}

.elementor-section-boxed .elementor-container,
.elementor-section .elementor-container {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: flex;
}

.elementor-section-full_width .elementor-container,
.elementor-section-stretched .elementor-container {
  width: 100%;
  max-width: none;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  width: 100%;
  display: flex;
}

.elementor-widget-wrap {
  width: 100%;
}

.elementor-widget-container {
  width: 100%;
}

.elementor-column-gap-default {
  gap: 20px;
}

.elementor-column-gap-no {
  gap: 0;
}

.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.elementor-size-sm {
  font-size: 12px;
  padding: 8px 16px;
}

.elementor-heading-title {
  margin: 0;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.elementor-menu-anchor {
  position: relative;
}
