#fw-section-header {

.header__icons {
  display: none !important;
}

}

#fw-section-custom-html-31849e00-0da0-4ba8-8e84-268e82d782ad {

/* Applies to all <p> tags inside this HTML block */
.custom-html p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0;
}


@media (max-width: 400px) {
  .custom-html p {
    font-size: 1.10rem;
  }
}

@media (max-width: 480px) {
  .custom-html {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    padding: 0 10px;
  }

  .custom-html p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.2em 0;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .custom-html p {
    white-space: normal !important; /* allow wrapping */
    word-wrap: break-word !important; /* force break if needed */
    overflow-wrap: break-word !important; /* modern wrap */
  }

  .custom-html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}

}




#fw-section-image-03d36a55-1fb2-4206-b59e-6b65cdbb74b3 {

img {
  width: 700px;
  height: auto;
  opacity: 0.6; /* Adjust between 0 (invisible) and 1 (fully visible) */
}


}
#fw-section-image-d99353b1-f132-490e-9570-4efe3b0b94cb {

img {
  width: 700px;
  height: auto;
  opacity: 0.6; /* Adjust between 0 (invisible) and 1 (fully visible) */
}


}


#fw-section-image-a0d2898f-0609-4850-8f6d-89d2a1934b7d {

img {
  width: 450px;
  height: 550px;
  object-fit: cover;
  display: block;
}

}
#fw-section-rich-text-640b3c26-4b24-4264-b6bf-1f5d6eef529f {

.custom-text-block {
  color: white;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.custom-text-block a {
  color: #ffffff;
  text-decoration: underline;
}

.custom-text-block a:hover {
  color: #cccccc;
}
.text-section {
  color: white;
  text-align: left;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

}








#fw-section-custom-html-123ade21-4be5-413b-b33f-677bef687237 {

.accordion-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
}

.accordion-item {
  border-bottom: 1px solid #444;
}

.accordion-header {
  background-color: #222;
  color: #c39f57;
  cursor: pointer;
  padding: 12px 20px;
  font-weight: bold;
  user-select: none;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  display: block;
  text-align: center; /* centered header text */
}

.accordion-header:hover {
  background-color: #333;
}

/* New wrapper for the title + blurb above accordion */
.accordion-header-top {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #eee;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.accordion-header-top h2 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.accordion-note {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.4;
}

.accordion-content {
  background-color: #111;
  color: #ccc;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left; /* keep content left aligned */
}

.accordion-content ul {
  padding-left: 1.2em;
  margin: 10px 0;
  list-style-position: inside;
  list-style-type: disc;
  color: #eee;
}

.accordion-content ul li {
  margin-bottom: 8px;
}

/* CSS-only accordion toggle with checkbox */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label.accordion-header + .accordion-content {
  max-height: 3000px; /* large enough to show content */
  padding: 15px 20px;
}

.accordion-title {
  font-size: 1.8rem;    /* resize font as you want */
  font-weight: bold;
  color: #c39f57;       /* soft readable light red */
  margin-bottom: 6px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}

}
#fw-section-custom-html-558bf70e-22f6-4810-b13f-16ae5c9ddd2a {

.event-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
  text-align: left;
}

.event-section-title {
  color: #c39f57; /* match your event title color */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.event-item {
  margin-bottom: 1.5rem;
}

.event-title {
  color: #b48629; 
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.event-details {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
}

.event-details li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.event-label {
  color: #b48629;
  font-weight: 600;
  margin-right: 0.4em;
  text-transform: uppercase;
}

.fw-section.custom-html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target the title specifically to reduce bottom spacing */
.event-section-title {
  margin-bottom: 10px; /* or smaller */
  padding-bottom: 0;
}

/* If the next container has margin-top, remove it */
.event-container {
  margin-top: 0;
  padding-top: 0;
}

section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}

}
#fw-section-custom-html-f40b73cd-ac86-45c0-8e6b-cec467787303 {

/* Applies to all <p> tags inside this HTML block */
.custom-html p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0;
}


@media (max-width: 400px) {
  .custom-html p {
    font-size: 1.10rem;
  }
}

@media (max-width: 480px) {
  .custom-html {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    padding: 0 10px;
  }

  .custom-html p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.2em 0;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .custom-html p {
    white-space: normal !important; /* allow wrapping */
    word-wrap: break-word !important; /* force break if needed */
    overflow-wrap: break-word !important; /* modern wrap */
  }

  .custom-html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}

.bio-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.bio-image-wrapper {
  flex-basis: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.bio-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: cover;
  display: block;
}

.bio-text {
  flex: 1;
  min-width: 350px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .bio-container {
    flex-direction: column;
    gap: 20px;
  }

  .bio-image-wrapper {
    flex-basis: auto;
    width: 100%;
  }

  .bio-image {
    max-width: 85vw;
    height: auto;
  }

  .bio-text {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.bio-title {
  text-align: center;
  font-size: 2.5rem;      /* adjust size as desired */
  font-weight: 700;
  color: #c39f57;         /* replace with your preferred color */
  margin: 40px 0 20px 0;
  font-family: sans-serif;
}

@media (max-width: 480px) {
  .bio-title {
    font-size: 2rem;
  }
}

}
#fw-section-custom-html-b9e70144-c3a6-43d1-8b6d-2baf780f87dc {

.event-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #eee;
  text-align: left;
}

.event-section-title {
  color: #c39f57; /* match your event title color */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px; /* or smaller */
  padding-bottom: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.event-item {
  margin-bottom: 1.5rem;
}

.event-title {
  color: #b48629; 
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.event-details {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
}

.event-details li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.event-label {
  color: #b48629;
  font-weight: 600;
  margin-right: 0.4em;
  text-transform: uppercase;
}

.fw-section.custom-html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* If the next container has margin-top, remove it */
.event-container {
  margin-top: 0;
  padding-top: 0;
}

section.custom-html {
  padding: 0 !important;
  margin: 0 !important;
}

/* ===========================
   NEW CUSTOM LINE STYLES
=========================== */

.events-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.custom-line {
  width: 100%;
  height: 4px;               /* adjust thickness */
  background-color: #c39f57; /* adjust color */
  margin: 20px 0;            /* adjust spacing above/below */
}

.top-line {
  /* optional styles for top line only */
}

.bottom-line {
  /* optional styles for bottom line only */
}

}
#fw-section-custom-html-a3e7f556-fc6c-41c7-aadc-f6749bc9f1ce {

/* Prevent horizontal scroll on body */
body {
  overflow-x: hidden !important;
}

/* Container */
.content-box {
  max-width: 850px;
  margin: 0 auto 20px auto;
  background-color: #000;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  box-sizing: border-box;
}

/* Links */
.content-box a {
  color: #fff;
  text-decoration: underline;
}

/* Video container */
.andre-video {
  max-width: 100% !important;  /* allow shrinking below 800px */
  width: 800px !important;     /* fixed desktop width */
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-color: #000 !important;
  box-sizing: border-box;
}

/* Iframe */
.andre-video iframe {
  width: 100%;
  height: 450px; /* fixed desktop height */
  border: none;
  display: block;
  border-radius: 12px;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .andre-video {
    width: 85vw !important; /* slightly smaller to prevent overflow */
    max-width: 85vw !important;
    aspect-ratio: 9 / 16 !important;
  }

  .andre-video iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
  }
}

/* Nudge desktop video container slightly left */
@media (min-width: 821px) {
  .andre-video {
    margin-left: calc(50% - 400px); /* adjust based on width */
    margin-right: auto;
  }
}

/* Flex containers forced full width and no horizontal scroll */
.fw-section,
.wrapper,
.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.fw-section[style*="display: flex"],
.wrapper[style*="display: flex"],
.container[style*="display: flex"] {
  flex-wrap: wrap !important;
  justify-content: center !important;
}

@media (max-width: 480px) {
  body, html {
    overflow-x: hidden !important;
  }
  
@media (max-width: 480px) {
  html, body {
    overflow-x: hidden !important;
  }
}
  
  .content-box, .andre-video, .container, .wrapper {
    overflow-x: hidden !important;
  }
}

.custom-line {
  width: 500px;
  max-width: 90%;
  height: 4px;
  background-color: #c39f57;
  margin: 20px auto;
}

@media (max-width: 480px) {
  .custom-line {
    width: 80%;
    max-width: 300px;
  }
}


.top-line {
  /* optional styles for top line only */
}

.bottom-line {
  /* optional styles for bottom line only */
}

}
#fw-section-custom-html-8ed0bbad-e99e-4ae1-aa09-b09e70908ff9 {

.contact-form-container {
  max-width: 700px;
  margin: 0 auto;
}

label {
  color: #ffffff; /* changed to white */
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

.name-row {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.name-row input {
  flex: 1;
  padding: 12px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

button[type="submit"] {
  display: block;
  margin: 30px auto 0;
  padding: 12px 30px;
  font-size: 16px;
  background-color: #666666; /* Medium gray */
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #8A1C1C; /* Dark red */
  color: white; /* Text back to white */
}

small {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}


}