.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-7ac92e7 */body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #f8f5f0;
  color: #2c2c2c;
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(to right, #d91e18, #f39c12);
  color: white;
  text-align: center;
  padding: 4rem 1rem;
}

header h1 {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  text-shadow: 1px 1px 4px black;
}

header p {
  font-size: 1.3rem;
  text-shadow: 1px 1px 3px black;
}

.section {
  padding: 2rem 1rem;
  max-width: 900px;
  margin: auto;
}

.menu,
.intro,
.contact-form {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

h2 {
  color: #d91e18;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta {
  text-align: center;
  margin: 2rem auto;
}

.cta a {
  background-color: #cc0033;
  color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
}

.cta a:hover {
  background-color: #a30028;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #003366;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  z-index: 999;
}

.floating-banner a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: underline;
}

footer {
  background: #003366;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
}

img.responsive {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
}

iframe.map {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
  margin-top: 2rem;
}

#countdown {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #d91e18;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  margin: 1rem 0;
}

.carousel img {
  width: 300px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #d91e18;
  color: white;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #a30028;
}/* End custom CSS */