/* =========================================
   0. NEUE FARBPALETTE & SCHRIFT
   ========================================= */
:root {
  --farbe-gelb:        #CDAC5D; /* Logo-Gold */
  --farbe-gelb-alt:    #E6B80E; /* Vorheriges Gelb */
  --farbe-gelb-logo:   #CDAC5D; /* Logo-Gold */
  --farbe-rot:         #864158; /* Texte Akzent */
  --farbe-dunkelrot:   #69181F; /* Footer BG, Menü Aktiv */
  --farbe-grau-gelb:   #9C9B6A;
  --farbe-grau-gruen:  #B5C4AD; /* #707F6C; /* Hintergrund allgemein */
  --farbe-grau-orange: #8E8268;
  --farbe-azurblau:    #123D43;
  --farbe-hell-orange: #E5D9C8; /* Helle Schrift für Footer */
}

/* Import Poppins Schriftart */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* =========================================
   ALTE FONT DEFINITIONEN (behalten, aber überschrieben)
   ========================================= */
@font-face {
  font-family: 'butteyHoney';
  src:url('/templates/shaper_helixultimate/fonts/buttey_homey.otf') format('opentype');
  src:url('/templates/shaper_helixultimate/fonts/buttey_homey.ttf') format('truetype');
}

@font-face {
  font-family: 'logam';  src:url('/templates/shaper_helixultimate/fonts/logam.otf') format('opentype');
}

@font-face {
  font-family: 'Coastine';
  src:url('/templates/shaper_helixultimate/fonts/Coastine.otf') format('opentype');
  src:url('/templates/shaper_helixultimate/fonts/Coastine.ttf') format('truetype');
}

@font-face {
  font-family: 'Amellia';
  src: url('/templates/shaper_helixultimate/fonts/Amellia.woff2') format('woff2'),
       url('/templates/shaper_helixultimate/fonts/Amellia.woff') format('woff'),
       url('/templates/shaper_helixultimate/fonts/Amellia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* =========================================
   ALLGEMEINE STYLES & TYPOGRAFIE
   ========================================= */

body {
    font-family: 'Poppins', sans-serif !important;
    color: #333;
    /* Hintergrund auf das neue Hellgrün/Grau-Grün setzen */
    background-color: var(--farbe-grau-gruen) !important;
}

h1 {
  font-family: 'Poppins', sans-serif !important;
  /* font-family: "Amellia", serif; -> Deaktiviert für neuen Look */
  text-align: center;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  width: 100%;
  text-transform: none;
  font-weight: 600;
  color: var(--farbe-dunkelrot);
}

h1.sppb-addon-title {
  font-family: 'Amellia', serif !important;
}

/* Alle anderen Headings auch Poppins */
h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif !important;
  color: var(--farbe-dunkelrot);
  text-transform: none;
}

h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }

/* Menüpunkte */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase; /* Menü meistens besser in Caps */
}

/* Aktiver Menüpunkt in Dunkelrot */
.sp-megamenu-parent > li.active > a {
    color: var(--farbe-dunkelrot) !important;
}

.logo-image {
  margin: 0 auto;
}

.sp-megamenu-parent {
  margin: 0 auto;
}

/* =========================================
   GRID & LAYOUT
   ========================================= */

@media screen and (min-width:600px) {
  .col { width: calc(100%/6); }
}

@media screen and (min-width:800px) {
  .col { width: calc(100%/8); }
}

@media screen and (min-width:1000px) {
  .col { width: calc(100%/12); }
}

#sp-menu {
  background-color: rgba(255, 255, 255, 0.9); /* Etwas deckender für Lesbarkeit */
}

blockquote {
  font-family: 'Poppins', sans-serif !important; /* Kein butteyHoney mehr */
  font-size: 24px; /* Etwas kleiner als vorher (50px war riesig) */
  color: var(--farbe-dunkelrot);
}

/* =========================================
   HEADER & SUBPAGES
   ========================================= */
.ads-subpage {
    height: 20vh;
    background-image: url('/images/website/header/header2.jpg');
    background-position: center calc(100% + 100px);
    background-repeat: no-repeat;
    background-size: cover;
}

.ads-subpage img {
    width: 32vh;
}

/* =========================================
   FOOTER BEREICH (NEU: DUNKELROT)
   ========================================= */

#sp-info {
  background: linear-gradient(180deg, #E4CD99 0%, #CDAC5D 45%, #B28D39 100%) !important;
}

/* Textfarben im Footer auf Hell-Orange/Beige ändern für Kontrast */
#sp-info a, #sp-footer2 a, #sp-footer1 a {
  color: var(--farbe-dunkelrot) !important;
}

#sp-footer {
  background: linear-gradient(180deg, #E4CD99 0%, #CDAC5D 45%, #B28D39 100%);
}

#sp-info .sppb-addon-content, #sp-footer {
  font-size: 12px; /* Etwas grösser für Lesbarkeit */
  color: var(--farbe-dunkelrot) !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

#sp-info h2, #sp-info h3 {
  color: var(--farbe-dunkelrot) !important;
}

#sp-info h2 { font-size: 14px; }
#sp-info h3 { font-size: 12px; }

#sp-footer1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  /* background: linear-gradient(180deg, #E4CD99 0%, #CDAC5D 45%, #B28D39 100%); */
  color: var(--farbe-dunkelrot);
}

#sp-footer1 .sp-copyright {
  padding-left: 15px;
  color: var(--farbe-dunkelrot);
}

.footer2-menu {
  float: right;
}

#sp-footer2 nav ul li::after {
  content: '|';
  padding-left: 3px;
  padding-right: 3px;
  color: var(--farbe-dunkelrot);
}

#sp-footer2 nav ul li:last-child::after {
  content: '';
}

#sp-footer .container-inner {
  padding: 5px 0 !important;
  border: 0;
}

/* =========================================
   EVENTS & BOXEN (NEU: CLEAN & ECKIG)
   ========================================= */

.top-image-left, .top-image-center {
  padding-right: 2px;
}

body.itemid-111 .sppb-addon-module .sppb-addon-content > .row.clearfix {
  margin-left: -0.6em;
  margin-right: -0.6em;
}

.up-event-item {
  margin: 0.4em 0.6em 0.8em;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0.6em 0.4em 0.9em;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  box-sizing: border-box;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.up-event-item:hover {
  cursor: pointer;
  opacity: 1;
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.col-md-4-ads,
.col-md-3-ads {
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.col-md-4-ads {
  width: calc(33.33333333% - 1.2em);
}

.col-md-3-ads {
  width: calc(25% - 1.2em);
}

.col-md-2-ads {
  width: calc(16.66666667% - 0.3em);
  margin-left: 0.3em;
}

/* MANDALAS ENTFERNEN */
.up-event-item-mandala {
  display: none !important;
  /* margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: -0.7em;
  */
}

/* BILDER QUADRATISCH & ECKIG */
.eb-event-thumb {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1; /* Erzwingt Quadrat */
  object-fit: cover;
  background-color: var(--farbe-grau-gruen);
}

h2.eb-event-title-container {
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.25;
  margin-bottom: 0.15em;
  margin-top: 0.15em;
  color: var(--farbe-dunkelrot);
  text-transform: none !important;
}

.eb-event-title {
  color: var(--farbe-dunkelrot);
  text-decoration: none;
}

.eb-event-title:hover {
  color: var(--farbe-rot);
  text-decoration: none;
}

.eb-event-date-time {
  font-size: 0.82em;
  text-align: center;
  margin-bottom: 0.2em;
  color: var(--farbe-azurblau);
  font-weight: 500;
}

.eb-event-short-description {
  font-size: 0.82em !important;
  text-align: center;
  color: #333 !important;
  font-family: 'Poppins', sans-serif !important;
  text-transform: none !important; /* WICHTIG: Gross/Klein-Schreibung */
  line-height: 1.5;
}

.eb-event-button button {
  position: static;
  width: 100%;
  background-color: var(--farbe-dunkelrot); /* Neues Rot */
  border: 0;
  color: #fff;
  padding: 0.6em 0.8em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.6px;
  font-size: 0.82em;
  border-radius: 4px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.eb-event-button button:hover {
  background-color: var(--farbe-rot);
  transform: translateY(-1px);
}

.eb-event-button {
  margin-top: auto;
}

.eb-event-button a {
  display: block;
}

.sp-dropdown {
  width: 300px !important;
}

#sp-main-body {
  /* Hintergrund der Hauptseite auf Grau-Grün */
  background-color: var(--farbe-grau-gruen) !important;
}

/* =========================================
   SPEZIELLE BLOCKQUOTES & HEADING STYLES
   ========================================= */

#ads-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.0); /* Overlay entfernt oder transparenter */
    z-index: 1;
}

#ads-heading > * {
    position: relative;
    z-index: 2;
}

.ads-blockquote {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 2em 1.5em 4em;
    background-color: transparent;
    border-left: 4px solid var(--farbe-grau-orange);
    font-style: normal; /* Poppins normal */
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
}

.ads-blockquote::before {
    content: '"';
    position: absolute;
    left: 0.3em;
    top: 0.1em;
    font-size: 4em;
    color: var(--farbe-gelb-logo);
    font-family: Georgia, serif; /* Darf serif bleiben für das Zeichen */
    opacity: 1;
    line-height: 1;
}

.ads-blockquote cite {
    display: block;
    margin-top: 1em;
    font-style: normal;
    font-size: 0.9em;
    color: var(--farbe-dunkelrot);
    text-align: right;
}

.ads-blockquote cite::before {
    content: '— ';
}

/* =========================================
   EVENT DETAIL PAGE (EB)
   ========================================= */

body.com_eventbooking.view-event #eb-event-page {
  background: linear-gradient(180deg, rgba(229, 217, 200, 0.85) 0%, rgba(181, 196, 173, 0.7) 100%) !important;
  border: 1px solid rgba(142, 130, 104, 0.55) !important;
  border-radius: 8px !important;
  padding: 2em 2.2em !important;
  box-shadow: 0 14px 28px rgba(18, 61, 67, 0.08) !important;
  max-width: 1100px;
  margin: 2em auto;
}

body.com_eventbooking.view-event .eb-box-heading {
  border-bottom: 1px solid rgba(142, 130, 104, 0.4);
  margin-bottom: 1.2em;
  padding-bottom: 0.6em;
  background-color: rgba(229, 217, 200, 0.65);
  border-radius: 6px;
  padding: 0.7em 1em;
}

body.com_eventbooking.view-event .eb-page-heading {
  text-align: center;
  text-transform: none;
  font-weight: 600;
  color: var(--farbe-dunkelrot);
  margin: 0;
}

body.com_eventbooking.view-event .eb-description-details {
  display: block !important;
}

body.com_eventbooking.view-event #eb-event-details {
  background-color: rgba(229, 217, 200, 0.6);
  border: 1px solid rgba(142, 130, 104, 0.35);
  border-radius: 10px;
  padding: 1.4em;
}

body.com_eventbooking.view-event .eb-thumb-left {
  float: left;
  max-width: 340px;
  width: 100%;
  margin: 0 1.2em 0.8em 0;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(18, 61, 67, 0.12);
}

body.com_eventbooking.view-event .eb-description-details > *:not(.eb-modal),
body.com_eventbooking.view-event .eb-description-details > div {
  font-size: 1em;
  line-height: 1.7;
}

body.com_eventbooking.view-event .eb-description-details::after {
  content: "";
  display: block;
  clear: both;
}

body.com_eventbooking.view-event .eb-description-details div[dir="auto"] {
  margin-bottom: 0.5em;
}

body.com_eventbooking.view-event .eb-description-details div[dir="auto"] span.x3nfvp2 {
  display: inline-flex;
  align-items: center;
  margin-right: 0.35em;
}

body.com_eventbooking.view-event .eb-description-details div[dir="auto"] img.xz74otr {
  display: inline-block;
  vertical-align: middle;
}

body.com_eventbooking.view-event #eb-event-info {
  margin-top: 2em;
}

body.com_eventbooking.view-event #eb-event-properties-heading {
  text-transform: none;
  font-size: 1.2em;
  margin-bottom: 0.8em;
  color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-event #eb-event-info .table {
  background-color: rgba(229, 217, 200, 0.45);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(142, 130, 104, 0.35);
}

body.com_eventbooking.view-event #eb-event-info .table td {
  border-color: rgba(142, 130, 104, 0.35);
  padding: 0.7em 0.9em;
}

body.com_eventbooking.view-event .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(181, 196, 173, 0.25);
}

body.com_eventbooking.view-event .eb-event-property-label {
  font-weight: 600;
  color: var(--farbe-azurblau);
}

body.com_eventbooking.view-event .eb_price {
  font-weight: 700;
  color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-event .eb-taskbar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  justify-content: center;
  margin-top: 1.6em;
}

body.com_eventbooking.view-event .eb-taskbar ul li {
  list-style: none;
}

body.com_eventbooking.view-event .eb-taskbar .btn {
  border-radius: 4px;
  padding: 0.75em 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

body.com_eventbooking.view-event .eb-taskbar .btn-primary {
  background-color: var(--farbe-dunkelrot);
  border-color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-event .eb-taskbar .btn-primary:hover {
  background-color: var(--farbe-rot);
  border-color: var(--farbe-rot);
}

body.com_eventbooking.view-event .eb-taskbar .btn-secondary {
  background-color: transparent;
  color: var(--farbe-dunkelrot);
  border-color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-event .eb-taskbar .btn-secondary:hover {
  background-color: rgba(134, 65, 88, 0.12);
}

@media (max-width: 767px) {
  body.com_eventbooking.view-event #eb-event-page {
    padding: 1.4em;
  }

  body.com_eventbooking.view-event .eb-thumb-left {
    float: none;
    margin: 0 0 1em 0;
    max-width: 100%;
  }
}

body.com_eventbooking.view-event #sp-main-body {
  background-color: var(--farbe-grau-gruen) !important;
  padding: 2.5em 0 3em !important;
}

body.com_eventbooking.view-event #sp-component {
  padding-bottom: 2em;
}

/* =========================================
   EVENT REGISTRATION (EB)
   ========================================= */

body.com_eventbooking.view-register #sp-main-body {
  background-color: var(--farbe-grau-gruen) !important;
  padding: 2.5em 0 3em !important;
}

body.com_eventbooking.view-register #sp-component {
  padding-bottom: 2em;
}

body.com_eventbooking.view-register #eb-individual-registration-page,
body.com_eventbooking.view-register #eb-group-registration-page {
  background: linear-gradient(180deg, rgba(229, 217, 200, 0.85) 0%, rgba(181, 196, 173, 0.7) 100%);
  border: 1px solid rgba(142, 130, 104, 0.55);
  border-radius: 10px;
  padding: 2em 2.2em;
  max-width: 1100px;
  margin: 2em auto;
  box-shadow: 0 14px 28px rgba(18, 61, 67, 0.08);
}

body.com_eventbooking.view-register .eb-page-heading {
  text-align: center;
  text-transform: none;
  font-weight: 600;
  color: var(--farbe-dunkelrot);
  margin-bottom: 0.6em;
}

body.com_eventbooking.view-register .eb-message {
  background-color: rgba(229, 217, 200, 0.6);
  border: 1px solid rgba(142, 130, 104, 0.35);
  border-radius: 8px;
  padding: 1em 1.2em;
  margin-bottom: 1.6em;
}

body.com_eventbooking.view-register .eb-heading {
  text-transform: none;
  color: var(--farbe-dunkelrot);
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}

body.com_eventbooking.view-register .form-control,
body.com_eventbooking.view-register .form-select,
body.com_eventbooking.view-register textarea {
  background-color: rgba(229, 217, 200, 0.55);
  border: 1px solid rgba(142, 130, 104, 0.45);
  border-radius: 6px;
  color: #333;
  box-shadow: none;
}

body.com_eventbooking.view-register .form-control:focus,
body.com_eventbooking.view-register .form-select:focus,
body.com_eventbooking.view-register textarea:focus {
  background-color: rgba(229, 217, 200, 0.7);
  border-color: var(--farbe-dunkelrot);
  box-shadow: 0 0 0 3px rgba(134, 65, 88, 0.15);
}

body.com_eventbooking.view-register #eb-amount-container .input-group-text,
body.com_eventbooking.view-register #eb-amount-container .input-small {
  background-color: rgba(229, 217, 200, 0.55);
  border-color: rgba(142, 130, 104, 0.45);
}

body.com_eventbooking.view-register .form-control-label {
  color: var(--farbe-azurblau);
  font-weight: 600;
}

body.com_eventbooking.view-register .form-actions {
  margin-top: 1.6em;
  text-align: center;
}

body.com_eventbooking.view-register .form-actions .btn,
body.com_eventbooking.view-register .btn-primary {
  background-color: var(--farbe-dunkelrot);
  border-color: var(--farbe-dunkelrot);
  border-radius: 4px;
  padding: 0.75em 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

body.com_eventbooking.view-register .form-actions .btn:hover,
body.com_eventbooking.view-register .btn-primary:hover {
  background-color: var(--farbe-rot);
  border-color: var(--farbe-rot);
}

body.com_eventbooking.view-register .eb-terms-and-conditions-container {
  background-color: rgba(229, 217, 200, 0.6);
  border: 1px solid rgba(142, 130, 104, 0.35);
  border-radius: 6px;
  padding: 0.8em 1em;
  margin-top: 1em;
}

body.com_eventbooking.view-register .eb-terms-and-conditions-container input[type="checkbox"] {
  accent-color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-register .ui-datepicker,
body.com_eventbooking.view-register .ui-widget-content {
  background-color: rgba(229, 217, 200, 0.95);
  border: 1px solid rgba(142, 130, 104, 0.5);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(18, 61, 67, 0.15);
}

body.com_eventbooking.view-register .ui-datepicker-header {
  background-color: rgba(134, 65, 88, 0.12);
  border: 0;
  border-bottom: 1px solid rgba(142, 130, 104, 0.35);
  color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-register .ui-datepicker th {
  color: var(--farbe-azurblau);
  font-weight: 600;
}

body.com_eventbooking.view-register .ui-datepicker td a {
  background: transparent;
  border: 0;
  color: #333;
  border-radius: 4px;
  text-align: center;
}

body.com_eventbooking.view-register .ui-datepicker td a:hover,
body.com_eventbooking.view-register .ui-datepicker td a.ui-state-hover {
  background-color: rgba(134, 65, 88, 0.15);
  color: var(--farbe-dunkelrot);
}

body.com_eventbooking.view-register .ui-datepicker td a.ui-state-active {
  background-color: var(--farbe-dunkelrot);
  color: #fff;
}

@media (max-width: 767px) {
  body.com_eventbooking.view-register #eb-individual-registration-page,
  body.com_eventbooking.view-register #eb-group-registration-page {
    padding: 1.4em;
  }

body.com_eventbooking.view-register .form-control-label {
    margin-bottom: 0.4em;
  }
}

/* =========================================
   MOCK OVERRIDES - EVENTS PAGE (itemid-111)
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --ads-cream: #f5f0e6;
  --ads-cream-dark: #e8e4da;
  --ads-green-950: #0f2216;
  --ads-green-800: #2f4a38;
  --ads-green-600: #4c6e57;
  --ads-gold-500: #c3a452;
  --ads-gold-dark: #b59545;
  --ads-ink: #1c231d;
  --ads-shadow: 0 10px 30px rgba(15, 34, 22, 0.08);
  --ads-shadow-card: 0 4px 12px rgba(15, 34, 22, 0.06);
  --ads-radius-lg: 32px;
  --ads-radius-md: 18px;
  --ads-radius-sm: 12px;
}

/* =========================================
   EVENTS PAGE HERO SECTION
   ========================================= */
body.itemid-111 .ads-subpage {
  height: auto !important;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(147, 168, 153, 0.4) 0%, rgba(147, 168, 153, 0.1) 100%),
              url('/images/website/header/header2.jpg') center/cover no-repeat !important;
  position: relative;
}

body.itemid-111 .ads-subpage::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, var(--ads-cream), transparent);
  pointer-events: none;
}

/* Hero Logo */
body.itemid-111 .ads-hero-logo {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 8px 24px rgba(15, 34, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

body.itemid-111 .ads-hero-logo img {
  width: 100%;
  height: auto;
}

/* Hero Title */
body.itemid-111 .ads-hero-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 3.5rem !important;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  color: var(--ads-gold-500) !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 2;
  position: relative;
}

/* Hero Description */
body.itemid-111 .ads-hero-description {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 30px !important;
  max-width: 700px;
  z-index: 2;
  position: relative;
}

/* Hero Tags */
body.itemid-111 .ads-hero-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

body.itemid-111 .ads-hero-tag {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  color: var(--ads-green-950);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.4);
  font-family: 'DM Sans', sans-serif;
}

/* =========================================
   NAVIGATION STRIP
   ========================================= */
body.itemid-111 .ads-nav-strip {
  background: var(--ads-cream) !important;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

body.itemid-111 .ads-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

body.itemid-111 .ads-nav a {
  padding: 8px 16px;
  border-radius: 20px;
  color: var(--ads-ink);
  transition: all 0.2s ease;
  text-decoration: none;
}

body.itemid-111 .ads-nav a:hover,
body.itemid-111 .ads-nav a.is-active {
  background: var(--ads-cream-dark);
  color: var(--ads-green-950);
}

body.itemid-111 .ads-nav .cta {
  background: var(--ads-green-800) !important;
  color: #fff !important;
}

body.itemid-111 .ads-nav .cta:hover {
  background: var(--ads-green-600) !important;
}

/* =========================================
   EVENT GALLERY (3 Images with different sizes)
   ========================================= */
body.itemid-111 .ads-event-gallery {
  padding: 40px 6vw 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

body.itemid-111 .ads-gallery-item {
  flex-shrink: 0;
}

body.itemid-111 .ads-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--ads-radius-md);
  box-shadow: var(--ads-shadow);
}

body.itemid-111 .ads-gallery-small {
  width: 180px;
  height: 140px;
}

body.itemid-111 .ads-gallery-large {
  width: 320px;
  height: 200px;
}

/* =========================================
   MAIN BODY & BACKGROUND
   ========================================= */
body.itemid-111,
body.itemid-111 #sp-main-body {
  background-color: var(--ads-cream) !important;
  font-family: 'DM Sans', sans-serif !important;
}

body.itemid-111 #sp-menu {
  background: transparent !important;
}

/* =========================================
   EVENT CARDS (MOCK STYLE)
   ========================================= */
body.itemid-111 .sppb-addon-module .sppb-addon-content > .row.clearfix {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 20px 6vw 60px;
}

body.itemid-111 .col-md-4-ads {
  width: calc(33.33333% - 14px) !important;
  margin: 0 !important;
}

body.itemid-111 .up-event-item {
  background: #f5f0e6 !important;
  border: 1px solid rgba(0,0,0,0.03) !important;
  border-radius: var(--ads-radius-sm) !important;
  padding: 16px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 100px 1fr !important;
  grid-template-rows: auto auto auto auto !important;
  column-gap: 16px !important;
  row-gap: 4px !important;
  align-items: start !important;
  box-shadow: var(--ads-shadow-card) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.itemid-111 .up-event-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--ads-shadow) !important;
}

/* Event Image - only target the image wrapper clearfix */
body.itemid-111 .up-event-item > .clearfix:first-of-type {
  grid-column: 1 !important;
  grid-row: 1 / span 5 !important;
}

/* Reset clearfix for other elements */
body.itemid-111 .up-event-item .eb-event-date-time.clearfix,
body.itemid-111 .up-event-item .eb-event-short-description.clearfix,
body.itemid-111 .up-event-item .eb-event-location-price.clearfix {
  grid-column: 2 !important;
  grid-row: auto !important;
}

body.itemid-111 .eb-event-thumb {
  width: 100px !important;
  height: 100px !important;
  border-radius: var(--ads-radius-sm) !important;
  object-fit: cover !important;
  aspect-ratio: 1 / 1 !important;
}

/* Event Title */
body.itemid-111 h2.eb-event-title-container {
  grid-column: 2 !important;
  font-family: 'Cormorant Garamond', serif !important;
  text-align: left !important;
  font-size: 1.1rem !important;
  margin: 0 0 4px 0 !important;
  color: var(--ads-green-950) !important;
  line-height: 1.2 !important;
}

body.itemid-111 .eb-event-title {
  color: var(--ads-green-950) !important;
}

body.itemid-111 .eb-event-title:hover {
  color: var(--ads-green-800) !important;
}

/* Event Date/Time - GOLD COLOR */
body.itemid-111 .eb-event-date-time {
  grid-column: 2 !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: left !important;
  font-size: 0.8rem !important;
  color: var(--ads-gold-500) !important;
  margin-bottom: 6px !important;
  font-weight: 500 !important;
}

/* Event Description */
body.itemid-111 .eb-event-short-description {
  grid-column: 2 !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: left !important;
  font-size: 0.85rem !important;
  color: var(--ads-ink) !important;
  line-height: 1.4 !important;
  opacity: 0.8;
  margin: 0 0 12px 0 !important;
}

/* Event Button - GOLD */
body.itemid-111 .eb-event-button {
  grid-column: 2 !important;
  margin-top: 0 !important;
  align-self: flex-start !important;
}

body.itemid-111 .eb-event-button button {
  width: auto !important;
  background-color: var(--ads-gold-500) !important;
  color: var(--ads-green-950) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  border-radius: 99px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border: 0 !important;
}

body.itemid-111 .eb-event-button button:hover {
  background-color: var(--ads-gold-dark) !important;
  transform: none !important;
}

/* =========================================
   CONTACT SECTION
   ========================================= */
body.itemid-111 #sp-info {
  background: var(--ads-cream-dark) !important;
  padding: 60px 6vw !important;
}

body.itemid-111 #sp-info .sppb-addon-title,
body.itemid-111 #sp-info h2 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.2rem !important;
  color: var(--ads-green-950) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 16px !important;
  text-shadow: none !important;
}

body.itemid-111 #sp-info h3 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1rem !important;
  color: var(--ads-green-950) !important;
  text-shadow: none !important;
}

body.itemid-111 #sp-info p,
body.itemid-111 #sp-info a,
body.itemid-111 #sp-info .sppb-addon-content {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: var(--ads-ink) !important;
  text-shadow: none !important;
}

/* Social Links */
body.itemid-111 #sp-info .sppb-addon-content a[href*="facebook"],
body.itemid-111 #sp-info .sppb-addon-content a[href*="instagram"] {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ads-green-800);
  align-items: center;
  justify-content: center;
  color: #fff !important;
  margin-right: 12px;
  transition: background 0.2s;
}

body.itemid-111 #sp-info .sppb-addon-content a[href*="facebook"]:hover,
body.itemid-111 #sp-info .sppb-addon-content a[href*="instagram"]:hover {
  background: var(--ads-green-600);
}

/* =========================================
   FOOTER
   ========================================= */
body.itemid-111 #sp-footer,
body.itemid-111 #sp-footer1,
body.itemid-111 #sp-footer2 {
  background: var(--ads-green-950) !important;
  color: var(--ads-cream-dark) !important;
}

body.itemid-111 #sp-footer a,
body.itemid-111 #sp-footer1 a,
body.itemid-111 #sp-footer2 a {
  color: var(--ads-cream-dark) !important;
  opacity: 0.8;
}

body.itemid-111 #sp-footer a:hover,
body.itemid-111 #sp-footer1 a:hover,
body.itemid-111 #sp-footer2 a:hover {
  opacity: 1;
}

body.itemid-111 #sp-footer1 .sp-copyright {
  color: var(--ads-cream-dark) !important;
}

body.itemid-111 #sp-footer2 nav ul li::after {
  color: var(--ads-cream-dark) !important;
}

/* =========================================
   RESPONSIVE STYLES
   ========================================= */
@media (max-width: 980px) {
  body.itemid-111 .col-md-4-ads {
    width: calc(50% - 10px) !important;
  }

  body.itemid-111 .ads-event-gallery {
    flex-wrap: wrap;
    gap: 20px;
  }

  body.itemid-111 .ads-gallery-small,
  body.itemid-111 .ads-gallery-large {
    width: 200px;
    height: 150px;
  }

  body.itemid-111 .ads-hero-title {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 640px) {
  body.itemid-111 .col-md-4-ads {
    width: 100% !important;
  }

  body.itemid-111 .ads-event-gallery {
    flex-direction: column;
    gap: 16px;
  }

  body.itemid-111 .ads-gallery-small,
  body.itemid-111 .ads-gallery-large {
    width: 100%;
    max-width: 300px;
    height: 180px;
  }

  body.itemid-111 .ads-nav {
    display: none;
  }

  body.itemid-111 .ads-hero-title {
    font-size: 2rem !important;
  }

  body.itemid-111 .up-event-item {
    grid-template-columns: 80px 1fr !important;
  }

  body.itemid-111 .eb-event-thumb {
    width: 80px !important;
    height: 80px !important;
  }
}

