.section-head h2 {
    font-size:30px;
    line-height:40px;
    text-align:center;
    color:#ffffff!important;
    @media only screen and (min-width : 987px) {
   font-size:50px;
    line-height:55px;
  }
}
.section-head h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color: #c99a2c;
    border-radius: 2px;
    margin: 20px auto auto auto;
}
.campaign-results {
    font-family:Montserrat;
    padding: 60px 0px;
    /*margin-top: 35px;*/
    display:flex;
    background: url(../../../forthis/_assets/blurmain3.jpg) center center #3d3935;
}
.cta-btn {
    margin-top: 170px;
}
#countdown-wrap {
  width: 100%;
  margin:auto;
  /*border: 1px solid black;*/
  padding: 20px;
  max-width: 950px;
}

#goal {
  font-size: 30px;
  line-height:40px;
  text-align: right;
  color: #FFF;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }
  
}

#glass {
    width: 100%;
    height: 30px;
    background: #ffffff4a;
    border-radius: 10px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-bottom:10px;
    
}

/* Progress: pulsing outer glow (no sheen) */
#progress {
transition: width .5s;
transition-timing-function: ease-in-out;
  float: left;
  width: 0%;                  /* updated via JS */
  height: 30px;
  z-index: 1;
  border-right: #d0ac58 2px solid;
  background: linear-gradient(180deg, #fed065, #c99a2c, #c99a2c9e);
  border-radius: 10px 0 0 10px; /* keep left end rounded */

  /* soft gold glow that can extend beyond the track */
  box-shadow:
    0 0 10px rgba(201, 154, 44, 0.55),
    0 0 20px rgba(201, 154, 44, 0.45),
    0 0 36px rgba(201, 154, 44, 0.35);

  animation: pulseGlow 2.2s ease-in-out infinite;
  will-change: box-shadow;
}

/* optional: a dedicated glow layer for extra bloom */
#progress::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    0 0 24px rgba(201, 154, 44, 0.45),
    0 0 48px rgba(201, 154, 44, 0.30);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(201, 154, 44, 0.5),
      0 0 16px rgba(201, 154, 44, 0.4),
      0 0 28px rgba(201, 154, 44, 0.32);
  }
  50% {
    box-shadow:
      0 0 16px rgba(201, 154, 44, 0.75),
      0 0 28px rgba(201, 154, 44, 0.60),
      0 0 44px rgba(201, 154, 44, 0.45);
  }
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #progress { animation: none; }
}

.goal-stat {
  width: 32%;
  /*height: 30px;*/
  padding: 10px;
  float: left;
  margin: 0;
  color: #FFF;
  box-sizing:border-box;
  text-align: center;
  @media only screen and (max-width : 640px) {
    width: 48%;
    text-align: center;
  }
}

.goal-stat span:first-child, .goal-stat div:first-child {
    color:#c99a2c;
    font-weight: bold;
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}