:root {
  --theme-primary: #0a3370;
  --theme-secondary: #fffef7;
  --text-secondary-primary: #1a1a1a;
  --text-primary: #ffffff;
  --text-secondary: #4d4d4d;
  --text-muted: #7a7a7a;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  color: #162739;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent; /* Removes grey/blue flash on tap */
  outline: none; /* Removes default outline on tap */
}

img,
button,
a {
  user-select: none; /* Prevents accidental text/image selection */
}

html {
  scroll-behavior: smooth;
}

#scrollTrigger {
  position: fixed;
  right: 12px;
  bottom: -100px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  background: #ffc631;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#scrollTrigger.active {
  bottom: 12px;
}

#scrollTrigger:hover {
  opacity: 1;
}

#scrollTrigger .icon {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #001f3f;
  font-size: 24px;
  line-height: 24px;
}

#scrollTrigger {
  right: 40px;
}

#scrollTrigger.active {
  bottom: 40px;
}

@media screen and (min-width: 1365.98px) {
  #scrollTrigger {
    width: 58px;
    height: 58px;
    right: 30px;
  }

  #scrollTrigger.active {
    bottom: 30px;
  }
}

html[dir="rtl"] #scrollTrigger {
  right: unset;
  left: 12px;
}

@media screen and (min-width: 1279.98px) {
  html[dir="rtl"] #scrollTrigger {
    right: auto;
    left: 40px;
  }
}

@media screen and (min-width: 1365.98px) {
  html[dir="rtl"] #scrollTrigger {
    right: auto;
    left: 30px;
  }
}

.collapse:not(.show) {
  display: none;
}

html.fixed {
  position: fixed;
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

textarea {
  resize: none;
}

img,
video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.container {
  max-width: 1290px;
  padding: 0 20px;
}

.section {
  padding: 80px 0;
}

.section-nopb {
  padding: 80px 0 0;
}

.section_header {
  margin-bottom: 30px;
}

.section_header .subtitle {
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-weight: 600;
}

.section_header .subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background: #ffc631;
}

.section_header .subtitle--extended {
  padding-left: 20px;
}

.section_header .subtitle--extended:before {
  width: 1000%;
  left: -1000%;
}

.section_header .text {
  margin: 20px 0 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 32px;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.1;
}

.h3,
.h4,
h3,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 12px;
  line-height: 1.5;
}

.btn,
.field {
  height: 54px;
}

@media (max-width: 767px) {
  .btn,
  .field {
    height: 45px;
  }
}

.field {
  background: #fff;
  border: 1px solid #ffc631;
  padding: 17px 19px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000810;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}

.field::-webkit-input-placeholder {
  color: #000810;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
}

.field::-moz-placeholder {
  color: #000810;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
}

.field:-ms-input-placeholder {
  color: #000810;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
}

.field::-ms-input-placeholder {
  color: #000810;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
}

.field::placeholder {
  color: #a9a9a9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
}

.field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.field:focus::-moz-placeholder {
  opacity: 0;
}

.field:focus:-ms-input-placeholder {
  opacity: 0;
}

.field:focus::-ms-input-placeholder {
  opacity: 0;
}

.field:focus::placeholder {
  opacity: 0;
}

.field.error {
  border-color: red !important;
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: 0 0 !important;
}

.sticky-spacer {
  display: none !important;
}

.brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_logo {
  height: 60px;
}

.brand_logo_footer {
  height: 70px;
}

@media (max-width: 767px) {
  .brand_logo {
    height: 45px;
  }

  .brand_logo_footer {
    height: 45px;
  }
}

.header {
  will-change: transform;
  position: fixed;
  width: 100%;
  z-index: 1000000;
  top: 0px;
  left: 0;
  background-color: var(--theme-secondary);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.header.opened {
  height: 100vh;
  top: 0px;
}

.header.opened,
.header.sticky {
  background-color: var(--theme-secondary);
  top: 0px;
}

.header.sticky:hover,
.header.opened:hover {
  border-bottom: 1px solid #ffc631;
}

.header--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}

.header_trigger {
  width: 30px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header_trigger .line {
  width: 100%;
  height: 3px;
  background: #ffc631;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  border-radius: 3px;
}

.header_trigger .line--short {
  width: 50%;
}

.header_trigger.active .line--short {
  width: 100%;
}

.header_nav {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header_nav-list {
  max-height: calc(100vh - 100px);
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  overflow-y: auto;
}

.header_nav-list_item {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  color: var(--text-secondary-primary);
}

.header_nav-list_item .nav-item.current,
.header_nav-list_item .nav-link.current {
  color: #ffc631;
}

.header_nav-list_item .dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 20px 15px 0 0;
}

.header_nav-list_item .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header_nav-list_item .dropdown-toggle .icon {
  will-change: transform;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  margin-bottom: 2px;
  color: #ffc631;
}

.header_nav-list_item .dropdown-toggle:hover .icon,
.header_nav-list_item .dropdown-toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header_nav .nav-link:focus,
.header_nav .nav-link:hover {
  color: #ffc631;
}

@media screen and (min-width: 1023.98px) {
  .header {
    padding: 30px 0;
    top: -40px;
  }

  .header.sticky {
    padding: 20px 0;
  }

  .header .container {
    padding: 0 20px;
  }

  .header .brand_name,
  .header_trigger {
    display: none;
  }

  .header_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: unset;
  }

  .header_nav .nav-link {
    position: relative;
  }

  .header_nav .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffc631;
    bottom: -6px;
    left: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }

  .header_nav .nav-link:focus,
  .header_nav .nav-link:hover {
    color: #ffc631;
  }

  .header_nav .nav-link.current {
    color: var(--text-secondary-primary);
  }

  .header_nav .nav-link.current:after {
    width: 100%;
  }

  .header_nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-top: 0;
    overflow-y: unset;
  }

  .header_nav-list .dropdown {
    position: relative;
  }

  .header_nav-list .dropdown:last-of-type .dropdown-menu {
    right: 0;
  }

  .header_nav-list .dropdown-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    z-index: 100;
    opacity: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    text-align: left;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 20px 0 0;
  }

  .header_nav-list .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header_nav-list .dropdown-list {
    margin: 0;
    background-color: var(--theme-secondary);
    padding: 20px;
  }

  .header_nav-list .dropdown-item.current,
  .header_nav-list .dropdown-item:hover {
    color: #ffc631;
  }

  html[dir="rtl"] .header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  html[dir="rtl"] .header_nav-list .nav-link:after {
    left: auto;
    right: 0;
  }

  html[dir="rtl"] .header_nav-list .dropdown:last-of-type .dropdown-menu {
    right: unset;
    left: 0;
  }
}

@media screen and (min-width: 1169.98px) {
  .header {
    padding-top: 60px;
  }

  .header .brand_name {
    display: block;
  }
}

@media screen and (min-width: 1330px) {
  .header .container {
    padding: 0;
  }
}

#loader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 100000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* From Uiverse.io by abrahamcalsin */
.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: 0.9s;
  --uib-color: var(--theme-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--theme-primary);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.progress-marker {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 99;
}

.progress-marker_spot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: background 0.3s;
}

.timeline-year.active .progress-marker_spot {
  background-color: #ffc631;
}

.progress-marker_spot--underlay {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 198, 49, 0.3);
  top: -10px;
  left: -10px;
  z-index: 2;
  display: none;
}

.timeline-year.active .progress-marker_spot--underlay {
  display: block;
  animation: 4.5s infinite pulse;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.timeline-container {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

.timeline-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99;
}

.timeline-bg,
.timeline-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-bg-current {
  z-index: 1;
}
.timeline-bg-next {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.timeline-bg-next.visible {
  opacity: 1;
}
.timeline-color {
  background: linear-gradient(rgba(10, 51, 112, 0.6), rgba(10, 51, 112, 0.6));
  opacity: 1;
  z-index: 2;
}

.timeline {
  position: relative;
  width: fit-content;
  background: transparent;
  height: auto;
  overflow-y: visible;
  z-index: 100;
}

.timeline-inner {
  width: 300px;
  position: relative;
  display: grid;
  padding: 0 0 0 30px;
}

.timeline-year {
  position: relative;
  margin: 100px 0;
  right: 32px;
  font-size: 1rem;
  color: #ccc;
  transition: all 0.3s;
  cursor: pointer;
  text-align: right;
  z-index: 3;
}

.timeline-year.active {
  font-size: 3rem;
  color: #ffc631;
  font-weight: bold;
  z-index: 2;
  margin: 80px 0;
}

.timeline-line {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 1;
}

/* Progress timeline overlay */
.timeline-progress-line {
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
  background: #ffc631;
  transform: translateX(-50%);
  z-index: 2;
  transition: height 0.3s ease;
  height: 0;
}

.timeline-content {
  position: sticky;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  align-self: flex-start;
  right: 0px;
  margin-left: 25px;
  height: auto;
  flex: 1;
  background: transparent;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px 60px 80px;
  width: 100%;
  box-sizing: border-box;
}

.timeline-content-card {
  /* background: linear-gradient(135deg, #fffbe6 0%, #f7faff 100%); */
  /* border-radius: 32px; */
  /* box-shadow: 0 8px 32px rgba(24, 49, 83, 0.1),
    0 1.5px 8px rgba(255, 198, 49, 0.08); */
  /* border: 1.5px solid #f3e7c1; */
  /* padding: 15px 30px 30px 30px; */
  max-width: 900px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  opacity: 1;
  /* transform: translateX(80px); */
  /* transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1),
    transform 3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s, border 0.2s; */
  /* will-change: opacity, transform; */
}

/* .timeline-content-card.animated-in {
  opacity: 1;
  transform: translateX(0);
} */

.timeline-content-card::-webkit-scrollbar {
  display: none;
}

.timeline-content-card {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.timeline-content-card:hover {
  /* box-shadow: 0 16px 48px rgba(24, 49, 83, 0.16),
    0 2.5px 12px rgba(255, 198, 49, 0.12); */
  /* transform: translateY(-2px) scale(1.01); */
  /* border: 1px solid #ffc631; */
}

.timeline-progress-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  margin-left: 2px;
}

.timeline-progress-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eaeaea;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 2px rgba(24, 49, 83, 0.06);
}

.timeline-progress-dot.active {
  background: #ffc631;
  box-shadow: 0 2px 8px rgba(255, 198, 49, 0.18);
}

.timeline-content-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline-content-title {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.timeline-content-desc li {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-content-title.slide-in {
  opacity: 1;
  transform: translateX(0);
}
.timeline-content-desc li.slide-in {
  opacity: 1;
  transform: translateX(0);
}

.timeline-title-bars {
  margin-bottom: 18px;
}

.timeline-title-bars .bar {
  height: 6px;
  border-radius: 3px;
  background: #ffc631;
  margin-bottom: 4px;
}

.timeline-title-bars .bar1 {
  width: 60px;
}

.timeline-title-bars .bar2 {
  width: 36px;
}

.timeline-content-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 900px;
}

.timeline-content-desc ul {
  list-style: none;
  padding-left: 0;
}

.timeline-content-desc ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.timeline-content-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23ffc631" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>')
    no-repeat center center;
  background-size: 18px 18px;
}

.timeline-year-label {
  display: none;
}

@media (min-width: 1201px) {
  .timeline-year-label {
    display: none;
  }
}

@media (max-width: 1200px) {
  .timeline-year-label {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffc631;
  }

  .timeline-year {
    margin: 80px 0;
    font-size: 1rem;
  }

  .timeline-year.active {
    font-size: 1rem;
    margin: 80px 0;
  }

  .timeline-year-year {
    display: none;
    font-size: 1rem;
    font-size: 3rem;
  }

  .timeline-year-year.active {
    display: none;
    font-size: 3rem;
  }

  .timeline-inner {
    width: 40px;
    padding-left: 0;
  }

  .timeline-content {
    background: transparent;
    padding: 20px;
    width: 85%;
    right: 0;
    margin-left: 0px;
  }

  .timeline-content-card {
    padding: 0px;
    width: 90%;
  }
}

@media (max-width: 900px) {
  .timeline-content-title {
    font-size: 1.3rem;
  }

  .timeline-content-desc {
    display: none;
  }

  #read-more-btn {
    display: block !important;
  }

  .timeline-content-desc.show {
    display: block;
  }
}

/* Healthy, modern button styling */
#read-more-btn {
  background: #ffc631;
  color: var(--theme-primary);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(24, 49, 83, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  margin-top: 20px;
}

#read-more-btn:hover,
#read-more-btn:focus {
  background: #ffc631;
  color: var(--theme-primary);
  transform: translateY(-2px);
}

#read-more-btn:active {
  background: #eab700;
  color: var(--theme-primary);
}

/* Modal styles */
.desc-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.desc-modal-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24, 49, 83, 0.35);
}

.desc-modal-content {
  position: relative;
  background: linear-gradient(135deg, #fffbe6 0%, #f7faff 100%);
  border-radius: 18px;
  max-width: 90vw;
  width: 95vw;
  margin: 0 auto;
  padding: 32px 18px 18px 18px;
  box-shadow: 0 8px 32px rgba(24, 49, 83, 0.18);
  z-index: 1001;
  animation: modalIn 0.2s;
}

@media (max-width: 768px) {
  .desc-modal-content {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.desc-modal-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
}

.desc-modal-desc {
  font-size: 1rem;
  color: #222;
}

.desc-modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
  padding: 2px 8px;
  font-size: 1.5rem;
  color: #222;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  border-radius: 50%;
}

.desc-modal-close:hover {
  color: #ffc631;
  background: #222;
}

/* Modal title bars - same as desktop */
.desc-modal-title-bars {
  margin-bottom: 18px;
}

.desc-modal-title-bars .bar {
  height: 6px;
  border-radius: 3px;
  background: #ffc631;
  margin-bottom: 4px;
}

.desc-modal-title-bars .bar1 {
  width: 60px;
}

.desc-modal-title-bars .bar2 {
  width: 36px;
}

/* Modal list styling - same as desktop */
.desc-modal-desc ul {
  list-style: none;
  padding-left: 0;
}

.desc-modal-desc ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.desc-modal-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23ffc631" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>')
    no-repeat center center;
  background-size: 18px 18px;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 901px) {
  .desc-modal {
    display: none !important;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--theme-secondary);
  color: var(--text-secondary-primary);
  transition: all 0.2s ease-in-out;
  border-top: 1px solid transparent;
  position: relative;
  z-index: 100;
}

.footer:hover {
  border-top: 1px solid #ffc631;
}

.footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

 .custom-margin-top {
  margin-top: 0px;
}

/* For screens 1024px and below */
@media (max-width: 1024px) {
  .custom-margin-top {
    margin-top: 0px;
  }
}

.footer_main-block.gap-top {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .footer_main-block.gap-top {
    margin-top: 0px;
  }
}

.footer_main-block_title {
  margin-bottom: 20px;
}

.footer_main-block_form {
  margin-top: 20px;
}

.footer_main-block_form .btn,
.footer_main-block_form .field {
  width: 100%;
}

.footer_main-block_form .field:focus {
  border-color: #ffc631;
}

.footer_main-block_form .btn .icon {
  display: none;
}

.footer_main-block_form .btn:focus,
.footer_main-block_form .btn:hover {
  background: #ffd464;
}

.footer_main-block .group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 20px !important;
}

.footer_main-block .group-wrapper .icon {
  color: #ffc631;
  font-size: 18px;
  margin-top: 5px;
}

.footer_main-block .group-wrapper .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_main-block .group-wrapper .group a,
.footer_main-block .group-wrapper .group span {
  display: inline-block;
}

.footer_main-block .group-wrapper .group a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.footer_main-block .group-wrapper .group a:focus,
.footer_main-block .group-wrapper .group a:hover {
  opacity: 0.8;
}

.footer_main-block_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.footer_main-block_nav .list-item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  gap: 5px;
}

.footer_main-block_nav .list-item .link.current {
  color: #ffc631;
}

.footer_main-block_nav .list-item .link .icon {
  font-size: 10px;
  color: #ffc631;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer_main-block_nav .list-item .link:focus .icon,
.footer_main-block_nav .list-item .link:hover .icon {
  color: #0a3370;
}

.footer_secondary {
  border-top: 1px solid #a9a9a9;
  margin-top: 30px;
  padding-top: 30px;
}

.footer_secondary-copyright {
  text-align: center;
  margin: 0 0 40px;
}

.footer_secondary-copyright span {
  display: inline-block;
}

.footer_secondary .socials {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_secondary .socials_item-link {
  background: #ffc631;
  color: var(--theme-primary);
}

.footer-main-group-title {
  display: flex;
  gap: 5px;
  align-items: sart;
}
.footer-main-group-title h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--text-secondary-primary);
  text-decoration: underline;
}

.footer-main-group-title i,
.footer-main-group-title i {
  color: #ffc631;
  font-size: 12px;
  margin-top: 3px;
}

html[dir="rtl"] .footer_main-block_nav .list-item .link .icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (min-width: 567.98px) {
  .footer_main-block_subtitle {
    max-width: 450px;
  }

  .footer_main-block_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer_main-block_form .field {
    margin-bottom: 0;
  }

  .footer_main-block_form .btn {
    width: auto;
  }

  .footer_main-block .group-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .footer_main-block .group-wrapper {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .footer_main-block_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .footer_secondary-copyright {
    margin: 0;
    text-align: unset;
  }

  html[dir="rtl"] .footer_main-block .group-wrapper:first-of-type {
    margin-right: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 767.98px) {
  .footer_main {
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 40px 80px;
  }

  .footer_main-block {
    width: calc(50% - 40px);
  }

  .footer_main-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer_main-block .group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer_main-block .group-wrapper:first-of-type {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .footer_main-block_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .footer_main-block_form {
    margin-top: 40px;
  }

  .footer_main-block_form .btn {
    width: 54px !important;
    padding: 0;
  }

  .footer_main-block_form .btn .text {
    display: none;
  }

  .footer_main-block_form .btn .icon {
    display: inline-block;
  }

  .footer_main-block_form .field {
    width: calc(100% - 54px);
  }

  .footer_secondary {
    margin: 0;
    padding-top: 30px;
  }

  .footer_secondary-copyright {
    max-width: 350px;
  }
}

@media screen and (min-width: 1023.98px) {
  .footer_main-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer_main-block:first-of-type {
    max-width: 280px;
  }

  .footer_main-block:nth-of-type(3) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

@media screen and (min-width: 1199.98px) {
  .footer_main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_main-block:last-of-type {
    max-width: 330px;
  }
}

.timeline-content.top-60 {
  top: 60%;
}

.timeline-progress-line {
  transition: height 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-content-title.hide-immediate {
  transition: none !important;
  opacity: 0 !important;
  transform: translateX(v) !important;
}

.timeline-title-bars.slide-in {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-title-bars {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-title-bars.hide-immediate {
  transition: none !important;
  opacity: 0 !important;
  transform: translateX(80px) !important;
}
