

  .text-orange { color: #ff7a00; }
.btn-orange { background: #03818a; color: white; border: none; }
.btn-outline-orange { border: 2px solid #3d3d3c; color: #0095ff; background: none; }
.btn-outline-orange:hover { background: #a0a0ef; color: rgb(29, 29, 29); }

.video-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #333434;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.video-backdrop.active { display: flex; }
.video-modal {
  position: relative;
   background: #e6b904;
  padding: 10px;
  border-radius: 8px;
}
.btn-close-video {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #f6d5b7;
}
.timeline-item {
  margin-bottom: 30px;
  position: relative;
}
.timeline-dot {
  position: absolute;
  left: -11px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #db7507;
  border-radius: 50%;
}
.about1-quote {
  background: #f8f9fa;
}

