.content-footer {
  display: none;
}
ul#nav {
  background: #891738;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
  align-items: center;
}

#nav img {
  max-width: 120px;
}

#nav li {
  list-style: none;
}

ul#nav a {
  color: white;
  font-family: brandon-grotesque, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
}

ul#nav a.active {
  color: #f47721;
}
.campaign-section {
  min-height: 500px;
}

#video-roll-bg {
  width: 100vw;
  height: calc(100vw / 1.7777777);
  margin-bottom: 70px;
}

#video-roll-bg video {
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: calc(100vw / 1.7777777);
}

#video-overlay {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100vw;
  height: calc(100vw / 1.7777777);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://chabadchaicenter.com/media/images/1089/fxGQ10894705.png);
  background-size: cover;
  opacity: 1;
  background-position-x: center;
}

#video-text {
  max-width: 900px;
  text-align: center;
}

#video-overlay h1 {
  color: white;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 98px;
}

#video-text h1 span {
  font-size: 45px;
}

#video-text h4 {
  font-family: freight-sans-pro, sans-serif;
  font-style: italic;
  font-size: 50px;
  color: white;
  font-weight: normal;
  margin-top: 40px;
  text-transform: none;
}

/* SECTIONS */
.section-container {
  max-width: 1200px;
  margin: auto;
  line-height: 1.5;
}
:where(html:not(:has(#k32454))) .co_body .section-container h3:not(.form-header),
.section-container h3,
.co_body h3 {
  font-size: 35px;
  color: #891738;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
.section-container h4,
.co_body h4 {
  font-size: 25px;
  color: #f47721;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
.section-container h3:first-child,
.co_body h3:first-child {
  margin-top: 0;
}
#why img {
  margin: 0 auto 70px;
  display: block;
  max-width: 600px;
  height: auto;
}
#why .section-container {
  display: flex;
}
#why > div > div {
  flex: 2;
}
#partnership aside h4 {
  font-size: 25px;
  color: #f5761f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
#partnership aside {
  margin: 25px 0;
  padding: 10px 0;
  border-top: 1px solid #f4751f;
  border-bottom: 1px solid #f4751f;
}
#partnership aside ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
}

#partnership aside li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  left: -8px;
  color: #f0782b;
}

#partnership aside li:not(:last-child) {
  margin-bottom: 15px;
}

#why,
#partnership {
  background: #f1d0c1;
  padding: 100px;
  font-size: 20px;
  font-family: freight-sans-pro, sans-serif;
}

#virtual-tour {
  background: gray;
  font-family: freight-sans-pro, sans-serif;
}

#features {
  font-size: 20px;
  padding: 100px;
  font-family: freight-sans-pro, sans-serif;
  background: url("https://chabadchaicenter.com/media/images/1090/UbgX10906898.jpg?v=2");
  background: url("https://chabadchaicenter.com/media/images/1302/hwWO13023724.jpg");
  margin-bottom: 70px;
}

#features .section-container {
  padding: 100px;
  background: rgba(255, 255, 255, 0.5);
}

/* DEDICATIONS */
ul#opportunities-list {
  padding: 0;
  column-count: 2;
  column-gap: 100px;
}

#opportunities-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#opportunities-list li.reserved {
  color: #ab8371;
}

.dedication-description.all-caps {
  text-transform: uppercase;
}

#opportunities-list li span.dedication-description:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 23px;
  color: white;
  margin-right: 13px;
}

#opportunities-list li.selected span.dedication-description:before {
  content: "\f192";
  color: #891738;
}

#opportunities-list li.reserved span.dedication-description:before {
  content: "\f192";
}

span.reserved-msg {
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  color: #ab8371;
}

li.special-dedication {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}

li.special-dedication:first-child {
  margin-top: 0;
}

#dedication-message {
  display: none;
  background: #891738;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin: 50px 0;
  justify-content: space-between;
  color: white;
  font-weight: bold;
}

a#dedication-continue {
  background: white;
  color: #891738;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  border-radius: 3px;
}

a#dedication-continue:hover {
  background: #f47721;
  color: white;
  transition: all ease-in 300ms;
}

a#dedication-continue:after {
  color: white;
  content: "";
  display: inline-block;
  margin-left: 0;
}

a#dedication-continue:hover:after {
  content: "»";
  transition: all ease-in 300ms;
  display: inline-block;
  margin-left: 10px;
}

/*** TIMELINE */
.tl-text .tl-headline-date,
.tl-text h3.tl-headline-date {
  font-size: 60px;
  line-height: 75px;
  font-family: brandon-grotesque, sans-serif;
}

h2.tl-headline.tl-headline-title {
  font-size: 90px;
  line-height: 120px;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}

.tl-timeline,
.co_body .tl-timemarker-text h2 {
  font-family: freight-sans-pro, sans-serif;
}

.tl-timeline p {
  font-size: 25px;
}

#our-story.tl-slide .tl-slide-background {
  opacity: 1;
}

.flickity-page-dots {
  z-index: 50;
  bottom: 25px;
}

.flickity-page-dots .dot {
  background: white;
}

a#full-tour-btn {
  display: block;
  background: #f4771f;
  padding: 10px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

a#full-tour-btn:hover {
  background: #891638;
}

.footer,
.footer a {
  font-family: freight-sans-pro, sans-serif;
}

@media all and (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  ul#nav {
    width: 100vw;
    display: block;
    text-align: center;
  }
  #nav:after {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    color: white;
    font-size: 26px;
    top: 28px;
  }
  ul#nav.expanded:after {
    content: "\f00d";
  }
  ul#nav.expanded li {
    margin-bottom: 20px;
  }
  ul#nav img {
    max-height: 35px;
  }
  ul#nav:not(.expanded) li:not(:first-child) {
    display: none;
  }
  #video-overlay h1 {
    font-size: 40px;
    line-height: 50px;
  }
  #video-text h1 span {
    font-size: 25px;
  }
  #why,
  #partnership {
    padding: 20px;
  }
  #why .section-container {
    display: block;
  }
  ul#opportunities-list {
    column-count: 1;
  }
  #features {
    padding: 10px;
  }
  #features .section-container {
    padding: 30px;
  }
  #video-roll-bg {
    height: 100vh;
    width: 100vw;
  }
  #video-overlay {
    height: 100vh;
    width: 100vw;
  }
  #video-roll-bg video {
    width: calc(100vh * 1.77);
    height: 100vh;
    transform: translateX(-50%);
    position: static;
  }
  #partnership aside {
    margin-left: 0;
  }
  #dedication-message {
    flex-direction: column;
  }
  #dedication-message div:first-child {
    margin-bottom: 30px;
  }
}

body {
  background: #f1d0c1 !important;
}

/* Campaign Thermometer Styles (flat, inline, page-matched) */
#thermometer-section {
  padding: 56px 20px;
  border-top: 0;
  border-bottom: 0;
  min-height: unset;
  background: white;
}

#campaign-thermometer {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 8px;
  position: relative; /* establish positioning context */
}

:where(html:not(:has(#k32454))) .co_body .thermometer-header h3:not(.form-header),
.thermometer-header h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  color: #891738;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.thermometer-container {
  position: relative;
  padding-top: 10px;
}

.thermometer-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2px 8px;
  gap: 6px;
}

.thermometer-stat {
  text-align: center;
  padding: 0;
}

.thermometer-label {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #6f1230;
  margin-bottom: 0;
}

.thermometer-amount {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3a131b;
}

.thermometer-bar-container {
  width: 100%;
  position: relative;
}

.thermometer-bar {
  width: 100%;
  height: 12px;
  background: #f4ede7;
  border-radius: 8px;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.thermometer-fill {
  height: 100%;
  width: 0%;
  background: #9b2648; /* softer brand tone */
  border-radius: 8px;
  position: relative;
  transition: width 1.1s ease-out;
}

.thermometer-fill::after {
  content: none;
}

/* Current amount bubble at fill tip */
.thermo-bubble {
  display: none;
}

.thermometer-labels .thermometer-stat:first-child {
  text-align: left;
}
.thermometer-labels .thermometer-stat:last-child {
  text-align: right;
}

.thermometer-figures {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 2px 0;
}
.thermometer-figures .thermometer-stat:first-child {
  text-align: left;
}
.thermometer-figures .thermometer-stat:last-child {
  text-align: right;
}

#thermometer-percentage-value {
  position: static;
  display: block;
  margin-top: 4px;
  text-align: center;
  background: transparent;
  color: #6f1230;
  font-family: brandon-grotesque, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0;
  box-shadow: none;
}

@media (max-width: 640px) {
  #thermometer-section {
    padding: 42px 14px;
  }

  .thermometer-header h3 {
    font-size: 20px;
    letter-spacing: 0.8px;
  }

  .thermometer-amount {
    font-size: 18px;
  }

  .thermometer-bar {
    height: 12px;
  }

  #thermometer-percentage-value {
    font-size: 11px;
    margin-top: 5px;
  }

  .thermo-milestone-text {
    font-size: 9px;
    letter-spacing: 0.4px;
    padding: 2px 6px;
  }

  .thermo-milestone-label {
    margin-bottom: 6px;
  }
}



.updates-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f5ebe1; /* Matches the beige background */
}

.updates-heading {
  color: #8B2942; /* Maroon color matching "CAMPAIGN PROGRESS" */
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.updates-text {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.updates-cta {
  display: inline-block;
  background-color: #F68B1F; /* Orange color matching "View Full Tour" button */
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.updates-cta:hover {
  background-color: #e57a0e; /* Slightly darker orange on hover */
}

/* Responsive */
@media (max-width: 768px) {
  .updates-heading {
    font-size: 28px;
  }

  .updates-text {
    font-size: 16px;
  }

  .updates-cta {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* Thermometer milestone marker */
.thermo-milestone {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thermo-milestone-pin {
  width: 2px;
  height: 12px;
  background: #891738;
}

.thermo-milestone-label {
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.thermo-milestone-text {
  font-family: brandon-grotesque, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #891738;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: white;
  border: 1.5px solid #891738;
  border-radius: 3px;
  padding: 3px 9px;
  white-space: nowrap;
  margin-bottom: 4px;
}

.thermo-milestone-arrow {
  font-size: 8px;
  color: #891738;
  line-height: 1;
  display: block;
}
