


/* Tablet */

@media (max-width: 991px) {
body {
  overflow-x: hidden !important
}
    .sticky{
position: unset;
}
  .hero {
    padding: 110px 0px 60px 0px;
    text-align: center;
    min-height: auto;
  }

  .hero-banner-card {
    padding: 0;
    border-radius: 0;
    text-align: center;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero-tagline {
    font-size: 14px;
    margin: 0 auto 15px;
  }

  .hero-capsules-group {
    justify-content: center;
  }

  .hero-cta-wrapper {
    justify-content: center;
  }

  .description {
    font-size: 18px;
    margin: auto auto 35px;
  }

  .location {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .stick{
  position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.timeline-content{
  margin-bottom : 30px;
}

}
/* Mobile */

@media (max-width: 767px) {

  .image-caption{
left:40px;
}

.story-image img{
height:400px;
}
  .hero {
    padding: 105px 0px 40px 0px;
    min-height: auto;
  }

  .hero-banner-card {
    padding: 0;
    border-radius: 0;
    text-align: left;
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.25;
  }

  .hero-tagline {
    font-size: 13px;
  }

  .hero-capsules-group {
    flex-direction: column;
    gap: 8px;
  }

  .hero-capsule {
    width: 100%;
    border-radius: 0;
    justify-content: flex-start;
    padding: 6px 14px 6px 8px;
  }

  .hero-cta-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .hero-cta-btn {
    width: 100%;
    border-radius: 0;
  }

  .description {
    font-size: 15px;
    line-height: 1.7;
  }

  .location {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 18px;
  }

  .sub-heading {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .btn-custom {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .info-card {
    text-align: center;
    padding: 20px;
  }

  .info-value {
    font-size: 22px;
  }

  .padding-bottom{
    padding-bottom: 75px;
}

.nav-pills .nav-link{
padding:12px 12px;
}
}

/* Small Mobile */

@media (max-width: 480px) {
  .hero-title {
    font-size: 23px;
  }

  .capsule-val {
    font-size: 12.5px;
  }

  .hero-tagline {
    font-size: 12px;
  }

  .padding-bottom{
    padding-bottom: 75px;
  }
}
