.hero-section-about {
    position: relative;
    height: 230px;
    overflow: hidden;
  }

  .pricing-menu-bg-about {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      height: 230px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      mix-blend-mode: luminosity;
      z-index: -1;
  }

  .pricing-menu-bg-about::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 56, 0, 0.400)
      ;
  }
  .hero-content{
    max-width: 1200px;
    margin: 0 auto;
  }

  .breadcrumbs{
     padding-top: 100px;
    }


    .breadcrumbs ul,
    .breadcrumbs ul li a{
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .breadcrumbs ul{
      list-style-type: none;
      height: 100%;
      align-items: center;
      justify-content: left;
      font-family: 'Outfit';
      align-items: center;
    }

    .breadcrumbs ul li{
      margin-right: 15px;
      position: relative;
    }

    .breadcrumbs .separator{
      color: #ffff;
      font-family: 'Outfit';
    }

    .separator{
      font-family: 'Outfit';
    }

    .wrapper ul li:before{
        content: ">";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        color: #ffff;
        font-family: 'Outfit';
      }

      .wrapper ul li:last-child:before{
        display: none;
      }

      .breadcrumbs ul li a{
        align-items: baseline;
        color: #ffff;
      }

      .breadcrumbs ul li a .icon{
        margin-right: 5px;
      }

      .breadcrumbs ul li a p{
        font-size: 12px;
      }

      .breadcrumbs ul li.active a{
        color: #F54F00;
      }

      .hero-center-text {
        text-align: center;

      }

      .hero-center-text h1 {
        font-size: 3rem;
        color: #ffff;
        font-weight: 600;
        font-family: 'Outfit';
      }

      .hero-center-text p{
        font-size: 1rem;
        color: #ffff;
        font-weight: 500;
        font-family: 'Outfit';
      }

    .about-us-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-us-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        padding-bottom: 60px;
    }

    .about-us-left {
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .logo-about-left{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .logo-about-left   img{
        width: auto;
        margin-right: 15px;
        align-items: center;
        height: 40px;
    }

    .about-us-left h2 {
        font-family: 'Georgia';
        color: #F54F00;
        font-size: 36px;
        align-items: center;
    }

    .about-us-left p {
        font-family: 'Outfit';
        font-size: 18px;
        color: #3A563A;
        line-height: 1.6;
        width: 630px;
    }

    .about-us-right {
        text-align: right;
    }

    .about-us-right img {
        max-width: 220px;
        width: 100%;
        border-radius: 10px;
    }

    .about-us-section{
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .owner-profile-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      padding-bottom: 50px;
  }

  .owner-profile-left {
      justify-content: center;
      align-items: center;
      padding-right: 20px;
  }

  .logo-owner-profile-content{
    display: flex;
    align-items: center;
  }

  .owner-profile-left h2 {
      font-family: 'Georgia';
      color: #F54F00;
      font-size: 28px;
      align-items: center;
  }

  .owner-profile-left p {
      font-family: 'Outfit';
      font-size: 16px;
      color: #3A563A;
      line-height: 1.6;
      width: 630px;
  }

  .owner-profile-right {
      text-align: right;
  }

  .owner-profile-right img {
      max-width: 400px;
      width: 100%;
      border-radius: 10px;
  }

  .logo-owner-profile-content img{
    height: 35px;
    width: auto;
    padding-right: 7px;
  }

  .partnership-process-role {
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partnership-process-role h2 {
    font-size: 36px;
    color: #ff5733;
    margin-bottom: 40px;
}

.process-steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}

.step-line {
    position: absolute;
    top: 31%;
    width: calc(100%);
    height: 3px;
    background-color: #F54F00;
    z-index: 1;
}


.step {
    width: 200px;
    text-align: center;
    margin: 20px;
    position: relative;
    z-index: 1; /
}

.step .icon {
    background: radial-gradient(#92ce92, #6e886e, #3A563A);
    border-radius: 50%;
    border: 3px solid #F54F00;
    width: 150px;
    height: 150px;
    display: flex;
    font-family: 'Outfit';
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #3A563A;
}

.step h3 {
    font-family: 'Outfit';

    font-size: 20px;
    color: #3A563A;
    margin: 10px 0;
}

.step p {
    font-family: 'Outfit';
    font-size: 14px;
    color: #333;
}

.partnership-terms{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.partnership-terms-content{
    padding: 0;
    overflow: hidden;
}

.head-chef-story-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.value-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.card {
  border-radius: 8px;
  width: 200px; /* Atur lebar kartu */
  height: 150px; /* Atur tinggi kartu */
  margin: 10px; /* Jarak antara kartu */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  position: relative; /* Agar background-image-value bisa diatur dengan benar */
  transition: transform 0.3s ease; /* Animasi saat hover */
}

.card:hover {
  transform: scale(1.05); /* Membesar saat di hover */
}

.background-image-value {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9; /* Atur opacity sesuai kebutuhan */
  z-index: 1; /* Letakkan di belakang teks */
  filter: grayscale(100%);
  transition: transform 0.3s ease; /* Animasi saat hover */
}

.card:hover .background-image-value {
  filter: grayscale(0); /* Menambahkan efek hitam putih */
  transform: scale(1.05); /* Membesar saat di hover */
}

.card h1 {
  opacity: 1 !important;
  font-weight: 700;
  font-family: 'Outfit';
  color: transparent;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  text-shadow: 
      1px 1px 0 #e6b533,
      1px 0px 7px black;
      transition: color 0.3s ease, text-shadow 0.3s ease; /* Animasi perubahan warna dan text-shadow */
    }

.card:hover h1 {
  color: transparent; /* Ganti warna teks saat hover */
  text-shadow: 
  1px 1px 0 #ffff,
  -1px 1px 5px #3A563A;
}

.card p{
  font-family: 'Outfit';
  color: #ffff;
  font-size: 15px;
  width: 250px;
}

.culture-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}


.terms-list {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
  margin: 0; /* Reset margin */
}

.terms-item {
  --stop: calc(100% / var(--length) * var(--i));
  --c1: #F54F00; /* Primary orange color */
  --c2: #F54F00; /* Secondary orange color */
  display: flex;
  flex-direction: row;
  position: relative;
  counter-increment: list;
  max-width: 1200px;
  margin: 2rem auto; /* Center items */
  padding: 1rem 2rem 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Softer shadow */
  border-radius: 0.5rem; /* Slightly larger border radius */
  overflow: hidden;
  background-color: #3A563A; /* Background color */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */

  /* Hover effect */
  &:hover {
      transform: translateY(-5px); /* Lift effect */
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
  }
}

.terms-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px; /* Thicker gradient line */
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.terms-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
}

.terms-row{
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: left;
}

.terms-row h3{
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
}


.terms-title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 2rem; /* Larger circle */
  height: 2rem; /* Larger circle */
  content: counter(list);
  border-radius: 50%;
  background-color: var(--c1);
  color: white;
  font-weight: bold; /* Bold number */
  font-size: 1rem; /* Adjusted font size */
}

.terms-description {
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  text-align: left;
  font-size: 1rem; /* Set a clear font size */
  line-height: 1.5; /* Improved readability */
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}

.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 8px;
  align-self: center;
  width: 75vw;
}

.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 8px 8px 0;
}

.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 8px 0 0 8px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #F54F00;
  position: absolute;
  top: 0%;
  left: -50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F54F00;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event__title {
  font-size: 1.2rem;
  font-family: 'Georgia';
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #3A563A;
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.19),
    0 18px 36px -18px rgba(0, 0, 0, 0.1),
    0 -12px 36px -8px rgba(0, 0, 0, 0.01);
  background: #fff;
  width: 80%;
  border-radius: 0 8px 8px 0;
}

.timeline__event__date {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  background: #F54F00;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 8px 0 0 8px;
}

.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F54F00;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #ffb44c;
  border-radius: 50%;
  width: 80px;
  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: 80px;
  position: relative;
}

.timeline__event__icon i {
  font-size: 2rem;
}

.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 150%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F54F00;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(1) .timeline__event__icon:before{
  display: none;
}

.timeline__event:nth-child(1) .timeline__event__icon:after{
  display: none;
}

.timeline__event__description {
  font-family: 'Outfit';
  flex-basis: 60%;
  font-weight: 300;
}

.timeline__event__description strong{
  font-weight: 500;
}

.timeline__event--type2:after {
  background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
  color: #F54F00;
  background: #3A563A;
}

.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
  background: #24b47e;
  color: #3A563A;
}

.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
  background: #3A563A;
}

.timeline__event--type2 .timeline__event__title {
  color: #F54F00;
}

.timeline__event--type3:after {
  background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
  color: #F54F00;
  background-color: #3A563A;
}

.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: #3A563A;
}

.timeline__event--type3 .timeline__event__icon {
  background: #24b47e;
  color: #3A563A;
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}

.timeline__event--type3 .timeline__event__title {
  color: #F54F00;
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

ul.head-chef-story {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
ul.head-chef-story::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns */

/* row gaps */
ul.head-chef-story li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
ul.head-chef-story li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
ul.head-chef-story li .head-chef-story-date {
  font-family: 'Georgia';
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
ul.head-chef-story li .head-chef-story-date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
ul.head-chef-story li .head-chef-story-date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: #3A563A;
  border: 0.2rem solid #3A563A;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
ul.head-chef-story li .head-chef-story-title,
ul.head-chef-story li .head-chef-story-descr {
  background: var(--bgColor);
  font-family: 'Outfit';
  position: relative;
  padding-inline: 1.5rem;
}
ul.head-chef-story li .head-chef-story-title {
  overflow: hidden;
  font-family: 'Georgia';
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 600;
}
ul.head-chef-story li .head-chef-story-descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
ul.head-chef-story li .head-chef-story-title::before,
ul.head-chef-story li .head-chef-story-descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  border-radius: 50%;
  filter: blur(1px);
  transform: translate(-50%, 50%);
}
ul.head-chef-story li .head-chef-story-title::before {
  bottom: calc(100% + 0.125rem);
}

ul.head-chef-story li .head-chef-story-descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

.cta-about-us {
  display: flex;
  align-items: center;
  justify-content: center; /* Center horizontally */
  flex-direction: column; /* Stack content vertically */
  background-color: #3A563A;
  justify-content: space-around;
  width: 100vw; /* Kurangi sedikit dari lebar viewport untuk menghindari overflow */
  height: 100px;
  overflow: hidden;
  box-sizing: border-box; /* Pastikan padding dihitung dalam lebar */
  margin: 0; /* Hilangkan margin */
}


.cta-content-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-content {
  flex: 3;
  margin-right: 50px;
}


.cta-content h1 {
  font-size: 36px;
  color: white;
  font-family: 'Outfit';
  font-weight: 600;
}

.cta-content p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Outfit';
  font-weight: 200;
  color: white;
}

.cta-button {
  max-width: 100%;
}

.cta-button .btn-apply {
  background-color: #F54F00;
  color: white;
  font-family: 'Outfit';
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button .btn-apply:hover {
  background-color: #E8DFC5;
  color: #3A563A;
}


@media (min-width: 50rem) {
  ul.head-chef-story {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  ul.head-chef-story::before {
    grid-column: 2;
  }
  ul.head-chef-story li:nth-child(odd) {
    grid-column: 1;
  }
  ul.head-chef-story li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  ul.head-chef-story li:nth-child(2) {
    grid-row: 2/4;
  }

  ul.head-chef-story li:nth-child(odd) .head-chef-story-date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  ul.head-chef-story li:nth-child(odd) .head-chef-story-date::after {
    transform: translate(-50%, -50%);
    background: #F54F00;
    border: 1px solid #F54F00;
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  ul.head-chef-story li:nth-child(odd) .head-chef-story-date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}

@media (max-width: 786px) {

  .cta-about-us {
    text-align: center;
    justify-content: center; /* Tetap center horizontal */
    width: 100vw;
    height: 120px;
    padding: 30px;
  }

  .cta-content-row{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .hero-section-about {
    height: 180px; /* Reduce height for smaller screens */
}

.pricing-menu-bg-about {
    height: 180px; /* Adjust background height */
}

.breadcrumbs {
    padding-top: 80px; /* Adjust padding */
}

.breadcrumbs ul {
    padding-top: 15px;
    justify-content: center; /* Center the breadcrumbs */
}

.breadcrumbs ul li {
    margin-right: 10px; /* Reduce margin between breadcrumbs */
}

.breadcrumbs ul li a p {
    font-size: 10px; /* Reduce font size */
}

.hero-center-text h1 {
    font-size: 1.6rem; /* Decrease heading size */
}

.hero-center-text p {
    font-size: 0.9rem; /* Decrease paragraph font size */
}

.wrapper ul li:before {
    right: -10px; /* Adjust the positioning of separators */
}

  .about-us-content {
    flex-direction: column;
    padding-bottom: 30px;
    text-align: center;
}

.about-us-left, 
.about-us-right {
    padding: 0;
}

.about-us-left p {
    width: 100%;
    font-size: 16px;
}

.logo-about-left {
    justify-content: center;
}

.about-us-left h2 {
    font-size: 28px;
}

.about-us-right img {
  display: none;
    max-width: 100%;
    margin-top: 20px;
}

  .timeline__event {
    flex-direction: column;
    align-self: center;
  }

  .timeline__event__content {
    width: 100%;
  }

  .timeline__event__icon {
    border-radius: 8px 8px 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: 8px 8px 0 0;
    margin: 0;
  }

  .terms-item {
    padding: 1.5rem; /* Reduce padding on smaller screens */
}

.terms-title {
    font-size: 1.2rem; /* Smaller title font size */
}

.terms-description {
    font-size: 0.9rem; /* Smaller description font size */
}

.owner-profile-right img {
  display: none;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

ul.head-chef-story {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 80%);
  margin-inline: auto;
}
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@keyframes fillTop {
  100% {
    top: 100%;
  }
}

@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {

  .hero-section-about{
    height: 110px;
  }
  
  .breadcrumbs {
    padding-top: 0; /* Menyesuaikan padding */
  }

  .breadcrumbs ul {
    justify-content: center; /* Mengubah dari kiri ke tengah untuk tampilan yang lebih kecil */
  }

  .breadcrumbs ul li {
    margin-right: 10px; /* Mengurangi jarak antar item */
  }

  .breadcrumbs ul li a {
    font-size: 11px; /* Mengurangi ukuran font untuk tampilan lebih kompak */
  }

  .breadcrumbs ul li a p {
    font-size: 10px; /* Sesuaikan ukuran teks breadcrumb */
  }

  .hero-center-text h1 {
    font-size: 2.5rem; /* Mengurangi ukuran font judul */
  }
  
  .breadcrumbs ul li a .icon {
    margin-right: 3px; /* Menyesuaikan jarak ikon */
  }

  .wrapper ul li:before {
    right: -15px; /* Menyesuaikan posisi separator (">") */
  }
  
}

@media only screen and (min-width: 961px) and (max-width: 1023px) {
  .timeline {
    width: 60vw;
  }

  .timeline__event {
    width: 60vw;
    margin: 5px 0;
  }

  .timeline__event__icon {
    width: 60px;
    height: 60px;
    padding: 30px;
  }

  .timeline__event__icon i {
    font-size: 1.5rem;
  }

  .timeline__event__date {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .timeline__event__content {
    width: 75%;
    padding: 15px;
  }

  .timeline__event__title {
    font-size: 1rem;
  }

  .timeline__event__description {
    font-size: 0.9rem;
  }

  .owner-profile-right img {
    max-width: 250px;
    width: 100%;
    border-radius: 10px;
  }

  .cta-about-us{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cta-about-us {
    text-align: center;
    justify-content: center;
    width: 100vw;
    height: 150px;
    padding: 30px;
  }
}





