<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}
.iframe-border-radius{
  box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
  border-radius: 5px;
  overflow-x: hidden;
}
.text-dark{
  font-size: 1rem;
}
.center-item {
  text-align: center;
}
.m-backtotop, .m-backtotop:hover, .m-backtotop:active{
  background-color: #df7b00;
}
.top-h3{
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.custom-small{
  font-size:90%;
  font-weight: 550;
}
.loc-content{
  font-size: 1rem; 
  height: auto; 
  min-height: 350px; 
  padding: 15px;
}
.paddingTop{
  padding-top: 15px;
}
.accordion-title{
  text-transform: uppercase;
}
.content-padding-left-right{
  padding: 20px 30px !important;
}
.content-body-bckgrnd{
    /*background-image: linear-gradient(to top, #fdfcfb 0%, #eee0d4 50%, #e2d1c3 100%);*/
    background-image: linear-gradient(to top, #fdfcfb 0%, #eee0d4 99%, #e2d1c3 100%);
   /*background-image: linear-gradient(235deg, #eee0d4 0%, #fdfcfb 100%);*/
}
.centerItems{
    margin: 0 auto;
}
.lightbrown{
    color: #9b7505 !important
}
.orange{
  color: #e67e55 !important
}

.darkbrown{
  color: #54433a !important
}
.li-header{
  font-size: 1.3rem;
}
.white-bckgrnd{
  background-color: #fff;
}
.bckgrnd-white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(81, 65, 55, 0.3) 0px 50px 100px -20px, rgba(81, 65, 55, 0.3) 0px 30px 60px -30px, rgba(81, 65, 55, 0.3) 0px -2px 6px 0px inset;
}
/*HEADERS CSS*/
.headers-h3 {
    color: #fff;
    font-size: 1.7rem;
    border-radius: 5px;
    background-color: #54433a;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.three .h2 {
  font-size: 1.1rem;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #54433a;
}

.three .h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #df7b00;
  padding-top: 5px;
}

.three .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #e08311;
}
/*END OF HEADERS CSS*/

/*INTRO BLURB*/
.blurb-container {
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    width: 100% !important;
    margin: 0 auto;
    flex-wrap: wrap;
}
.blurb-section {
    background-color: #ffffff;
    padding: 17px 25px 25px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(223 123 0 / 20%);
    min-width: 300px;
}
.section-content {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 0;
}

.section-content li::marker{
  color: #df7b00;
}
/*END INTRO BLURB*/

/*UL LI CSS*/
/*removes original number*/
.et_pb_text {
    max-width: 1003px;
    width: 100%;
    background: #f9f5f1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(223 123 0 / 20%);
    border: 1px solid #f2e8df;
  }
  
  .et_pb_text ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  
  .et_pb_text ol li {
    display: flex;
    align-items: center;
    padding-left: 70px;
    position: relative;
    font: 18px 'Open Sans', sans-serif;
    line-height: 32px;
    color: #000;
    padding-bottom: 30px;
    font-weight: bold;
  }
  
  .et_pb_text ol li:before {
    position: absolute;
    left: 0;
    font: bold italic 31px / 1.5 Helvetica, Verdana, sans-serif;
    color: #df7b00;
    content: counter(item) ".";
    counter-increment: item;
    top: 24%;
    transform: translateY(-50%);
  }
  
  .et_pb_text .list-content {
    display: block;
    flex-direction: column;
    justify-content: center;  /* Vertical centering */
  }
  
  @media (max-width: 600px) {
    .et_pb_text ol li {
      padding-left: 40px;
    }

    .et_pb_text ol li:before {
      transform: translateX(-40px);
      font-size: 36px;
    }
  }
/*END OF UL LI CSS*/

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  color: #6d5d55;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #54433a;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #5f4e45;
}

/*UL LI CSS VER2*/
.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
  }
  .timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
  }
  .timeline-box p, .timeline-box div{
    font-size: 1.1rem;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #efb369;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #efb369;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
            animation: fillLeft 2s forwards 4s ease-in-out;
  }
  .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #df7b00;
    letter-spacing: 1.5px;
  }
  .timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
  }
  .timeline__event__date {
    color: #efb369;
    font-size: 1.5rem;
    font-weight: 600;
    background: #df7b00;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
  }
  .timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #df7b00;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #efb369;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
  }
  .timeline__event__icon i {
    font-size: 32px;
  }
  .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #efb369;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #efb369;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
            animation: fillLeftOdd 2s forwards 4s ease-in-out;
  }
  .timeline__event__description {
    flex-basis: 100%;
  }
  .timeline__event--type2:after {
    background: #87766c;
  }
  .timeline__event--type2 .timeline__event__date {
    color: #f2e7de;
    background: #87766c;
  }
  .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #f2e7de;
  }
  .timeline__event--type2 .timeline__event__icon {
    background: #f2e7de;
    color: #87766c;
  }
  .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
    background: #f2e7de;
  }
  .timeline__event--type2 .timeline__event__title {
    color: #87766c;
  }
  .timeline__event--type3:after {
    background: #24b47e;
  }
  .timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
    background-color: #24b47e;
  }
  .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__icon {
    background: #aff1b6;
    color: #24b47e;
  }
  .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
    background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__title {
    color: #24b47e;
  }
  .timeline__event:last-child .timeline__event__icon:before {
    content: none;
  }
  
  @media (max-width: 786px) {
    .timeline__event {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event__content {
      width: 100%;
    }
    .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      width: 100%;
      margin: 0;
      box-shadow: none;
    }
    .timeline__event__icon:before, .timeline__event__icon:after {
      display: none;
    }
    .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      margin: 0;
    }
  }
  @-webkit-keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @-webkit-keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }
  @keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }
/*END OF UL LI CSS*/

/*Accordion styling*/
.accordion-body-bckgrnd{
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.dropdown-item:hover{
  color: #242424 !important;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.pull-right {
  float: right;
}
.link-to-pdf::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 400;
  font-size: 16px;
  color: #CA2128;
  margin: 0 3px;
}
[data-toggle=collapse] i:before {
  content: "-";
  font-size:34px;
  height:42px;
}
[data-toggle=collapse].collapsed i:before {
  content: "+";
  font-size:34px;
  height:32px;
}

#accordion .card-header, #accordion2 .card-header, #accordion3 .card-header, #accordion4 .card-header, #accordion5 .card-header, #accordionSub1 .card-header, #accordion7 .card-header, #accordion8 .card-header, #accordion9 .card-header {
  margin-bottom: 8px;
}
#accordion .accordion-title, #accordion2 .accordion-title, #accordion3 .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #ffe4c4 /*384479*/;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #002070;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

#accordion4 .accordion-title{
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #ffe4c4 /*384479*/;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #002070;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

#accordion5 .accordion-title{
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #ffe4c4; /*7d0000 384479*/
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #002070;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

#accordion5 .btn-1{
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #ffe4c4; /*7d0000 384479*/
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #002070;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

#accordionSub1 .accordion-title, #accordion7 .accordion-title, #accordion8 .accordion-title, #accordion9 .accordion-title{
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #756860 /*384479*/;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}


#accordion .accordion-title i, #accordion2 .accordion-title i, #accordion3 .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/ rgb(223 123 0), #df7b00);
  text-align: center;
  border-right: 1px solid transparent;
}
#accordion4 .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/rgb(223 123 0), #df7b00);
  text-align: center;
  border-right: 1px solid transparent;
}

#accordion5 .accordion-title i{
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/ rgb(223 123 0), #df7b00);
  text-align: center;
  border-right: 1px solid transparent;
}

#accordion5 .btn-1 i{
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/ rgb(223 123 0), #df7b00);
  text-align: center;
  border-right: 1px solid transparent;
}

#accordionSub1 .accordion-title i, #accordion7 .accordion-title i, #accordion8 .accordion-title i, #accordion9 .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(/*rgba(34, 61, 143, 0.8)*/ rgb(81 65 55), #54433a);
  text-align: center;
  border-right: 1px solid transparent;
}

#accordion .accordion-title:hover, #accordion2 .accordion-title:hover, #accordion3 .accordion-title:hover {
  padding-left: 60px;
  background: #FFD6A3 /*384479*/;
  color: #54433a;
}
#accordion4 .accordion-title:hover {
  padding-left: 60px;
  background: #FFD6A3/*384479*/;
  color: #54433a;
}
#accordion5 .btn-1:hover {
  padding-left: 60px;
  background: #FFD6A3/*384479*/ !important;
  color: #54433a;
}
#accordion5 .accordion-title:hover {
  padding-left: 60px;
  background: #FFD6A3/*384479*/;
  color: #54433a;
}
#accordionSub1 .accordion-title:hover, #accordion7 .accordion-title:hover, #accordion8 .accordion-title:hover, #accordion9 .accordion-title:hover {
  padding-left: 60px;
  background: #635851/*384479*/;
  color: #fff;
}
#accordion .accordion-title:hover i, #accordion2 .accordion-title:hover i, #accordion3 .accordion-title:hover i, #accordion4 .accordion-title:hover i, #accordion5 .accordion-title:hover i, #accordionSub1 .accordion-title:hover i, #accordion7 .accordion-title:hover i, #accordion8 .accordion-title:hover i, #accordion9 .accordion-title:hover i   {
  border-right: 1px solid #fff;
}
#accordion .accordion-body, #accordion2 .accordion-body, #accordion3 .accordion-body, #accordion4 .accordion-body, #accordion5 .accordion-body, #accordionSub1 .accordion-body, #accordion7 .accordion-body, #accordion8 .accordion-body, #accordion9 .accordion-body {
  padding: 0px 5px;
  /*background-color: #f2f3f9;*/

}
#accordion .accordion-body ul, #accordion2 .accordion-body ul, #accordion3 .accordion-body ul, #accordion4 .accordion-body ul, #accordion5 .accordion-body ul, #accordionSub1 .accordion-body ul, #accordion7 .accordion-body ul, #accordion8 .accordion-body ul, #accordion9 .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#accordion .accordion-body li:not(.no-list-style), #accordion2 .accordion-body li:not(.no-list-style), #accordion3 .accordion-body li:not(.no-list-style), #accordion4 .accordion-body li:not(.no-list-style), #accordion5 .accordion-body li:not(.no-list-style), #accordionSub1 .accordion-body li:not(.no-list-style), #accordion7 .accordion-body li:not(.no-list-style), #accordion8 .accordion-body li:not(.no-list-style), #accordion9 .accordion-body li:not(.no-list-style) {
  padding-left: 2.2rem;
  text-indent: -1.2rem;
  line-height: 25px;
}
#accordion .accordion-body li:not(.no-list-style):before, #accordion2 .accordion-body li:not(.no-list-style):before, #accordion3 .accordion-body li:not(.no-list-style):before, #accordion4 .accordion-body li:not(.no-list-style):before, #accordion5 .accordion-body li:not(.no-list-style):before, #accordionSub1 .accordion-body li:not(.no-list-style):before, #accordion7 .accordion-body li:not(.no-list-style):before, #accordion8 .accordion-body li:not(.no-list-style):before, #accordion9 .accordion-body li:not(.no-list-style):before {
  content: "â€¢ ";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 24px;
  font-style: normal;
  color: #5d5dae/*384479*/;
}  
.ul-lineheight{
  line-height: 20px;
}
/*End of Accordion styling*/

/**CARD ADJUST HEIGHT CSSS**/
.img-zoom {
  height: 200px; /* Set uniform height */
  overflow: hidden;
  position: relative;
}

.card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop to fill */
}

.card-height2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}
.card-video-height{
  height: 280px !important;
}

.card {
  height: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

[class^="col-"] {
  display: flex;
  flex-direction: column;
}

.card-body {
  flex: 1 1 auto; /* Fills remaining space */
}

.card-footer {
  margin-top: auto; /* Pushes footer to bottom */
}
/**END OF CARD ADJUST HEIGHT CSS**/

/*MEDIA QUERIES*/
@media(max-width:480px){
  #accordion .accordion-body, #accordion2 .accordion-body, #accordion3 .accordion-body, #accordion4 .accordion-body, #accordion5 .accordion-body, #accordionSub1 .accordion-body, #accordion7 .accordion-body, #accordion8 .accordion-body, #accordion9 .accordion-body {
    padding: 0 5px;
  }

  .et_pb_text ol li:before {
    transform: translateX(-17px);
    font-size: 36px;
  }
}
/*END OF MEDIA QUERIES*/

/*Boxes Carousel*/
/*.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1003px;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.timeline-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.timeline-box {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  border: 8px solid transparent;
  padding: 1rem;
  position: relative;
  background: white;
}

.timeline-box::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  z-index: 2;
}

.timeline-box:last-child::after {
  display: none;
}

.timeline-box.research   { border-color: #e67e55; }
.timeline-box.idea       { border-color: #9b7505 ; }
.timeline-box.aspiration { border-color: #54433a; }
.timeline-box.goal       { border-color: #e67e55; }

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: none;
  padding: 0.75rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-button:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.1);
  background: rgba(255, 255, 255, 0.4);
}

.carousel-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.h3-headers{
  font-size: 2.5rem;
  text-align: center;
}

.carousel-button svg {
  width: 20px;
  height: 20px;
  stroke: #333;
}

.carousel-button.prev { left: -28px; }
.carousel-button.next { right: -28px; }

.timeline-box{
  text-align: left;
}

@media (max-width: 768px) {
  .timeline-box {
    flex: 0 0 100%;
  }

  .timeline-box::after {
    display: none;
  }

  .carousel-button.prev { left: 5px; }
  .carousel-button.next { right: 5px; }
}*/

.margins{
  margin-top: 7px; margin-bottom:5px;
}
.small-font{
  font-size: .95rem !important;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1003px;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.timeline-container {
  display: flex;
  flex-wrap: wrap; /* Allow the items to wrap onto new lines */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.timeline-box {
  flex: 0 0 33.33%; /* On larger screens, each box will take 33.33% of the width (3 columns) */
  box-sizing: border-box;
  border: 8px solid transparent;
  padding: 1rem;
  position: relative;
  background: white;
  text-align: left;
}

.timeline-box::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  z-index: 2;
}

.timeline-box:last-child::after {
  display: none;
}

.timeline-box.research   { border-color: #e67e55; }
.timeline-box.idea       { border-color: #9b7505 ; }
.timeline-box.aspiration { border-color: #54433a; }
.timeline-box.goal       { border-color: #e67e55; }

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: none;
  padding: 0.75rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-button:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.1);
  background: rgba(255, 255, 255, 0.4);
}

.carousel-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.h3-headers{
  font-size: 2.5rem;
  text-align: center;
}

.carousel-button svg {
  width: 20px;
  height: 20px;
  stroke: #333;
}

.carousel-button.prev { left: -28px; }
.carousel-button.next { right: -28px; }

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .timeline-box {
    flex: 0 0 50%; /* On medium screens, each box will take 50% of the width (2 columns) */
  }
}

@media (max-width: 768px) {
  .timeline-box {
    flex: 0 0 100%; /* On smaller screens, each box takes the full width (1 column) */
  }

  .timeline-box::after {
    display: none; /* Hide the arrow after effect on small screens */
  }

  .carousel-button.prev { left: 5px; }
  .carousel-button.next { right: 5px; }
  
  .carousel-container {
    max-width: 550px !important;
  }
}

@media (max-width: 480px) {
  .carousel-button {
    width: 40px;
    height: 40px;
    font-size: 1.2rem; /* Reduce size of carousel buttons for smaller screens */
  }

  .h3-headers {
    font-size: 2rem; /* Slightly reduce the font size of headers on smaller screens */
  }
}

/*END OF BOXES CAROUSEL*/

/*CSS CIRCLE*/
.circle-container {
  position: relative;
  width: 60vw;
  height: 60vw;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
}

.circle-path {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border: 3px solid #efe2d7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.outer-circle {
  position: absolute;
  width: 30vw;
  height: 30vw;
  max-width: 140px;
  max-height: 140px;
  min-width: 50px;
  min-height: 50px;
  background-color: #54433a;
  border-radius: 50%;
  border: none;
  font-family: sans-serif;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 1;
  font-weight: 700;
  box-shadow: 0 4px 12px rgb(223 123 0 / 20%);
}

.outer-circle::before {
  content: attr(data-number); /* Uses data-number attribute for the circle number */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the number */
  font-size: 5rem; /* Adjust the size as needed */
  font-weight: bold;
  color: #df7b00;
  opacity: 0.3; /* Set opacity to 0.5 for the number */
  z-index: 2;
}

.outer-circle:nth-of-type(1) {
  --circle-number: 1;
}

.outer-circle:nth-of-type(2) {
  --circle-number: 2;
}

.outer-circle:nth-of-type(3) {
  --circle-number: 3;
}

.outer-circle:nth-of-type(4) {
  --circle-number: 4;
}

.outer-circle:nth-of-type(5) {
  --circle-number: 5;
}

.outer-circle:nth-of-type(6) {
  --circle-number: 6;
}

.outer-circle:hover {
  transform: scale(1.1);
}

.center-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.5vw; /* Increased by 25% (original: 50vw) */
  height: 62.5vw; /* Increased by 25% (original: 50vw) */
  max-width: 287.5px; /* Increased by 25% (original: 230px) */
  max-height: 287.5px; /* Increased by 25% (original: 230px) */
  min-width: 87.5px; /* Increased by 25% (original: 70px) */
  min-height: 87.5px; /* Increased by 25% (original: 70px) */
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-family: sans-serif;
  text-align: center;
  padding: 0.5em;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Allow interaction with elements below */
  z-index: 2; /* Ensure it is above buttons */
}

.center-overlay.active {
  opacity: 1;
}

.center-overlay a {
  display: inline; /* Make sure it's not block-level */
  color: #df7b00;  /* Optional styling */
  text-decoration: underline;
  font-weight: bold;
  white-space: normal; /* Ensures wrapping if needed */
}

.center-overlay a:hover {
  color: #df7b00;  /* Optional styling */
}

.overlay-text {
  max-width: 80%;
  line-height: 1.4;
  pointer-events: auto; /* Enable interaction here */
}

/* Positioning Circles */
.outer-circle:nth-of-type(1) { top: 0%; left: 50%; transform: translate(-50%, -50%); }
.outer-circle:nth-of-type(2) { top: 25%; left: 93%; transform: translate(-50%, -50%); }
.outer-circle:nth-of-type(3) { top: 75%; left: 93%; transform: translate(-50%, -50%); }
.outer-circle:nth-of-type(4) { top: 100%; left: 50%; transform: translate(-50%, -50%); }
.outer-circle:nth-of-type(5) { top: 75%; left: 7%; transform: translate(-50%, -50%); }
.outer-circle:nth-of-type(6) { top: 25%; left: 7%; transform: translate(-50%, -50%); }

/* Base Arrow Style */
.outer-circle::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-left: 3px solid #54433a;
  border-top: 3px solid #54433a;
  transform: rotate(45deg);
  margin-left: 10px;
  opacity: 0;
}

@media screen and (max-width: 400px) {
  .outer-circle::after {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}

/* Base Arrow Style */
.arrow:not(.not-this-arrow) {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px solid #54433a;
  border-top: 3px solid #54433a;
  transform: rotate(45deg);
  opacity: 0;
  animation: scrollBounce 4s forwards, fadeInOut 8s forwards;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* Arrows for Button 1 â†’ 2 */
.outer-circle:nth-of-type(1) .arrow-1 {
  top: 67%;
  left: 94%;
  --arrow-angle: 168deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 0s;
}

.outer-circle:nth-of-type(1) .arrow-2 {
  top: 71%;
  left: 101%;
  --arrow-angle: 168deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 0.3s;
}

.outer-circle:nth-of-type(1) .arrow-3 {
  top: 75%;
  left: 108%;
  --arrow-angle: 168deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 0.6s;
}

/* Arrows for Button 2 â†’ 3 */
.outer-circle:nth-of-type(2) .arrow-1 {
  top: 98%;
  left: 47%;
  --arrow-angle: 220deg;
  --x-bounce: 0px;
  --y-bounce: 5px;
  animation-delay: 3s;
}

.outer-circle:nth-of-type(2) .arrow-2 {
  top: 104%;
  left: 47%;
  --arrow-angle: 220deg;
  --x-bounce: 0px;
  --y-bounce: 5px;
  animation-delay: 3.3s;
}

.outer-circle:nth-of-type(2) .arrow-3 {
  top: 111%;
  left: 47%;
  --arrow-angle: 220deg;
  --x-bounce: 0px;
  --y-bounce: 5px;
  animation-delay: 3.6s;
}

/* Arrows for Button 3 â†’ 4 */
.outer-circle:nth-of-type(3) .arrow-1 {
  top: 74%;
  left: -7%;
  --arrow-angle: 280deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 9s;
}

.outer-circle:nth-of-type(3) .arrow-2 {
  top: 79%;
  left: -15%;
  --arrow-angle: 280deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 9.3s;
}

.outer-circle:nth-of-type(3) .arrow-3 {
  top: 84%;
  left: -24%;
  --arrow-angle: 280deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 9.6s;
}

/* Arrows for Button 4 â†’ 5 */
.outer-circle:nth-of-type(4) .arrow-1 {
  top: 17%;
  left: -10%;
  --arrow-angle: 344deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 12s;
}

.outer-circle:nth-of-type(4) .arrow-2 {
  top: 12%;
  left: -18%;
  --arrow-angle: 344deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 12.3s;
}

.outer-circle:nth-of-type(4) .arrow-3 {
  top: 8%;
  left: -26%;
  --arrow-angle: 344deg;
  --x-bounce: 3px;
  --y-bounce: 0px;
  animation-delay: 12.6s;
}

/* Arrows for Button 5 â†’ 6 */
.outer-circle:nth-of-type(5) .arrow-1 {
  top: -15%;
  left: 38%;
  --arrow-angle: 406deg;
  --x-bounce: 0px;
  --y-bounce: -5px;
  animation-delay: 15s;
}

.outer-circle:nth-of-type(5) .arrow-2 {
  top: -25%;
  left: 38%;
  --arrow-angle: 406deg;
  --x-bounce: 0px;
  --y-bounce: -5px;
  animation-delay: 15.3s;
}

.outer-circle:nth-of-type(5) .arrow-3 {
  top: -34%;
  left: 39%;
  --arrow-angle: 406deg;
  --x-bounce: 0px;
  --y-bounce: -5px;
  animation-delay: 15.6s;
}

/* Arrows for Button 6 â†’ 1 */
.outer-circle:nth-of-type(6) .arrow-1 {
  top: 4%;
  left: 106%;
  --arrow-angle: 457deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 18s;
}

.outer-circle:nth-of-type(6) .arrow-2 {
  top: 8%;
  left: 99%;
  --arrow-angle: 457deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 18.3s;
}

.outer-circle:nth-of-type(6) .arrow-3 {
  top: 13%;
  left: 90%;
  --arrow-angle: 457deg;
  --x-bounce: -3px;
  --y-bounce: 0px;
  animation-delay: 18.6s;


}

/* Animation Keyframes */
@keyframes scrollBounce {
  0%, 100% {
    transform: translate(0, 0) rotate(var(--arrow-angle));
  }
  50% {
    transform: translate(var(--x-bounce), var(--y-bounce)) rotate(var(--arrow-angle));
  }
}


@keyframes fadeInOut {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/*END OF CSS CIRCLE*/

/*CSS CIRCLE VER 2*/
/*.container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}

.circle-wrapper {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3498db; /* Blue background for the circle area *
  border-radius: 50%;
  padding: 20px;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

.btn-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #3498db;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-circle:nth-child(1) { transform: rotate(0deg) translateX(120px); }
.btn-circle:nth-child(2) { transform: rotate(60deg) translateX(120px); }
.btn-circle:nth-child(3) { transform: rotate(120deg) translateX(120px); }
.btn-circle:nth-child(4) { transform: rotate(180deg) translateX(120px); }
.btn-circle:nth-child(5) { transform: rotate(240deg) translateX(120px); }
.btn-circle:nth-child(6) { transform: rotate(300deg) translateX(120px); }

.content-panel {
  width: 60%;
  height: 20vh;
  background-color: #ecf0f1; /* Light gray background for the content area *
  padding-left: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content {
  display: none;
}

.content.active {
  display: block;
}

/* Responsive styles *
@media screen and (max-width: 768px) {
  .container2 {
    flex-direction: column;
  }
  .circle-wrapper {
    margin-bottom: 20px;
  }
  .content-panel {
    width: 100%;
  }
}*/
/*END OF CIRCLE CSS VER2*/

/*ANNOUNCEMENT CSS*/
.announcement {
  background: linear-gradient(135deg, #ced5df, #00205b); /* Gradient from #ced5df to #00205b */
  color: white;
  padding: 20px 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideIn 0.5s ease-in-out; /* Animation for smooth appearance */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* This allows the button to be positioned within the container */
}

.announcement p {
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.dismiss-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.dismiss-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@keyframes slideIn {
  from {
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}

/* Responsiveness for smaller screens */
@media (max-width: 480px) {
  .announcement {
    font-size: 1.1rem;
    padding: 15px;
  }

  .dismiss-btn {
    font-size: 1.5rem;
    /* Move the button to the absolute right corner */
    top: -4px;
    right: -8px;
  }
}

/* Additional responsiveness for screens smaller than 600px (for middle range) */
@media (max-width: 600px) {
  .announcement {
    font-size: 1.1rem;
    padding: 15px;
  }

  .dismiss-btn {
    font-size: 1.1rem;
  }
}
/*END OF ANNOUNCEMENT CSSS*/

.eaton-btn{
  background-color: #54433a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: unset;
  margin: 0 auto;
  text-align: center;
}

.eaton-btn:hover {
  background-color: #6f5c53;
  color: #fff;
  text-decoration: none;
}

.page-content.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.simple-container {
  background: #fefcf9;
  padding: 30px;
  border: 2px solid #e37b00;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(235, 117, 0, 0.6);
  text-align: left;
}

.simple-container p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.location,
.date {
  font-weight: bold;
  margin-bottom: 10px;
}

.time {
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .simple-container {
    padding: 20px;
  }
}</pre></body></html>