.us-vfab-content-side-scroll-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.us-vfab-content-slides-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  transform: translateX(0);
}

/* Intro section - Mobile first */
.us-vfab-content-intro {
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  overflow-y: hidden;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
}

.us-vfab-content-intro-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}

.us-vfab-content-intro-lead-content {
  order: 1;
}

.us-vfab-content-intro-lead-content p {
  font-size: 22px;
}

.us-vfab-content-intro-lead-image {
  order: 2;
}

.us-vfab-content-intro-lead-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.us-vfab-content-intro-lower-content {
  order: 3;
}

.us-vfab-content-intro-lower-content p {
  font-size: 15px;
}

.us-vfab-content-intro-lower-content-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.us-vfab-content-intro-lower-content-buttons button {
  padding: 12px 24px;
  border: none;
  background-color: #FF5000;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: none;
}

.us-vfab-content-intro-lower-content-buttons button::after {
  content: "›";
  font-size: 18px;
  font-weight: bold;
}

.us-vfab-content-intro-lower-content-buttons button:hover {
  background-color: #E6470A;
}

/* US content section */
.us-vfab-content-us {
  display: flex;
  flex-direction: row;
  height: 100vh;
  flex-shrink: 0;
  width: auto;
  overflow: hidden;
}

.us-vfab-content-us-item {
  width: 90vw;
  height: calc(100vh - 100px);
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  position: relative;
  margin: 50px 5vw;
}

.us-vfab-content-us-item-index {
  position: absolute;
  bottom: 78px;
  z-index: 5;
}
@media(min-width: 768px){
  .us-vfab-content-us-item-index {
    left: 130px;
  }
}
.us-vfab-content-us-item-index:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60vh;
  border-left: 2px solid white;
  left: 19px;
  bottom: 40px;
}

.us-vfab-content-us-item-index-inner {background: black;border-radius: 10px;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center; color: white}

.us-vfab-content-us-item-index-inner:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  left: 16px;
  bottom: 35px;
}
.us-vfab-content-us-item-content {
  padding: 20px;
  color: white !important;
}

.us-vfab-content-us-item-content h2 {
  font-size: 0px;
  color: white !important;
}

.us-vfab-content-us-item-content p {
  font-size: 15px;
}

@media(min-width: 1024px){
  .us-vfab-content-us-item-content h2 {
    font-size: 50px !important;
  }
  
  .us-vfab-content-us-item-content p {
    font-size: 16px !important;
  }

}
.us-vfab-content-cliffs {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/11;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.us-vfab-content-road {
  position: absolute;
  bottom: 50px;
  width: 5000%;
  height: 157px;
  background-size: 250px;
}

@media(min-width: 768px){
.us-vfab-content-road { 
  height: 205px;
  background-size: 300px
}
  
}

/* US Bridge Items - Mobile First */
.us-vfab-content-us-item-image-container {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  z-index: 100;
}

.us-vfab-content-us-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}

.us-vfab-content-us-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  backdrop-filter: blur(5px);
  border-radius: 0 0 10px 10px;
  width: 100%;
  z-index: 110;
}

.us-vfab-content-us-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.us-vfab-content-us-item-location {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  margin: 0;
  line-height: 1.2;
}

.us-vfab-content-us-item-toggle {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 30px;
  background: white !important;
  border: none;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
  z-index: 10;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.us-vfab-content-us-item-toggle:hover,
.us-vfab-content-us-item-toggle:focus,
.us-vfab-content-us-item-toggle:active,
.us-vfab-content-us-item-toggle:focus-visible {
  outline: none !important;
  background: white !important;
  transform: translateX(-50%) !important;
  box-shadow: none !important;
  border: none !important;
}

.us-vfab-content-us-item-arrow {
  color: black !important;
  transition: none;
}

.us-vfab-content-us-item.expanded .us-vfab-content-us-item-arrow {
  transform: rotate(180deg);
}

.us-vfab-content-us-item-description {
  position: absolute;
  padding: 0 10px;
  width: 100%;
  top: 100%;
}

.us-vfab-content-us-item-description-content {
  background: white;
  width: 90%;
  backdrop-filter: blur(5px);
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.us-vfab-content-us-item-description-content-inner {
  padding: 0 0 0 20px;
}

.us-vfab-content-us-item.expanded .us-vfab-content-us-item-description-content {
  max-height: 500px;
}

.us-vfab-content-us-item-description-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

/* UK section - Mobile first */
.us-vfab-content-uk {
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: #f8f9fa;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

.us-vfab-content-uk-inner {
  max-width: 1400px;
  width: 100%;
}

.us-vfab-content-uk h3 {
  text-align: center;
  font-size: 54px;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* UK Slider - Mobile first */
.uk-slider-container {
  position: relative;
  margin-bottom: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 0px;
}

.uk-slider-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.uk-slider-track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
  height: 200px;
}

.uk-slider-item {
  width: 60px;
  flex: 0 0 60px;
}

.uk-slider-item.uk-slider-active {
  width: auto;
  flex: 1 1 0%;
}

.uk-slider-item-inner {
  height: 100%;
  padding: 0 5px;
  position: relative;
}

.uk-slider-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.uk-slider-index {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #222;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  z-index: 2;
}

/* Navigation Buttons - Mobile first */
.uk-slider-nav {
  position: relative;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}

.uk-slider-nav:hover {
  background: #333333;
}

.uk-slider-chevron {
  display: block;
  width: 10px;
  height: 10px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* Content Area */
.uk-slider-content {
  margin-top: 30px;
}

.uk-slider-content-inner {
  padding: 20px;
}

.uk-slider-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-transform: none;
}

.uk-slider-location {
  font-size: 15px;
  margin-bottom: 10px;
}

.uk-slider-description {
  font-size: 15px;
  margin-bottom: 10px;
}

.uk-slider-description p:last-child {
  margin-bottom: 0;
}

/* Tablet and up - 480px */
@media (min-width: 480px) {
  .us-vfab-content-us-item {
    width: 400px;
  }
}

/* Tablet and up - 768px */
@media (min-width: 768px) {
  /* Intro section desktop styles */
  .us-vfab-content-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
  }
  
  .us-vfab-content-intro-inner {
    display: grid;
    grid-template-columns: 40% 50%;
    grid-template-rows: auto auto;
    gap: 40px;
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
  }
  
  .us-vfab-content-intro-lead-image {
    grid-column: 1;
    grid-row: 1 / 3;
    order: unset;
  }
  
  .us-vfab-content-intro-lead-content {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .us-vfab-content-intro-lead-content p {
    font-size: 25px;
    line-height: 1.5;
  }
  
  .us-vfab-content-intro-lower-content {
    grid-column: 2;
    grid-row: 2;
    order: unset;
  }

  .us-vfab-content-intro-lower-content p {
    font-size: 16px;
  }

  .us-vfab-content-intro-lower-content-buttons {
    flex-direction: row;
    gap: 15px;
  }

  /* US section updates */
  .us-vfab-content-us-item {
    margin: 200px 20px 103px;
    height: calc(100vh - 300px);
    transition: width 0.4s ease;
  }

  /* US Bridge Items - Desktop */
  .us-vfab-content-us-item-image-container {
    width: 320px;
    height: 420px;
    margin-left: 0;
  }

  .us-vfab-content-us-item-title {
    font-size: 20px;
  }

  .us-vfab-content-us-item-location {
    font-size: 16px;
  }

  .us-vfab-content-us-item-toggle {
    top: 20px;
    right: -34px;
    width: 30px;
    height: 380px;
    border-radius: 0 10px 10px 0;
    background: white !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: none;
    z-index: 10;
    left: auto;
    padding: 0;
  }

  .us-vfab-content-us-item-toggle:hover,
  .us-vfab-content-us-item-toggle:focus,
  .us-vfab-content-us-item-toggle:active,
  .us-vfab-content-us-item-toggle:focus-visible {
    outline: none !important;
    background: white !important;
    border: none !important;
  }

  .us-vfab-content-us-item-arrow {
    transform: rotate(-90deg);
    color: black !important;
    transition: transform 0.3s ease;
  }

  .us-vfab-content-us-item.expanded .us-vfab-content-us-item-arrow {
    transform: rotate(90deg);
  }

  .us-vfab-content-us-item-description {
    top: 0;
    right: -10px;
    width: 320px;
    transition: right 0.4s ease;
  }

  .us-vfab-content-us-item.expanded .us-vfab-content-us-item-description {
    right: -300px;
  }

  .us-vfab-content-us-item-description-content {
    display: flex;
    align-items: center;
    width: 300px;
    /* overflow: hidden; */
    max-height: none;
    margin-top: 10px;
    height: 400px;
  }

  .us-vfab-content-us-item.expanded {
    width: 680px;
  }

  .us-vfab-content-us-item-description-content p {
    font-size: 16px;
  }

  /* UK section updates */
  .us-vfab-content-uk {
    padding: 40px 20px;
  }

  .us-vfab-content-uk h3 {
    font-size: 40px !important;
    margin-bottom: 30px !important;
    margin: auto;
    max-width: 430px;
  }

  .uk-slider-container {
    padding: 0 60px;
    gap: 20px;
  }

  .uk-slider-nav {
    width: 50px;
    height: 50px;
  }

  .uk-slider-chevron {
    width: 12px;
    height: 12px;
  }

  .uk-slider-title {
    font-size: 20px !important;
  }
  .uk-slider-location {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .uk-slider-description {
    font-size: 16px !important;
  }

  .uk-slider-content {
    max-width: 50%;
    margin: auto;
    text-align: center;
  }
}

/* Medium height screens - 720px to 800px */
@media (min-height: 720px) and (max-height: 900px) {
  .uk-slider-track {
    height: 40vh !important;
    max-height: 470px;
  }

  .uk-slider-container {
    margin-bottom: 10px;
  }

  .us-vfab-content-uk h3 {
    max-width: 760px !important;
  }

  .uk-slider-content {
    max-width: 75% !important;
  }


  .us-vfab-content-us-item {
    margin: 90px 20px 100px !important;
    height: calc(100vh - 160px) !important;
  }
}

/* Desktop and up - 1024px */
@media (min-width: 1024px) {
  /* Desktop: 5-item layout */
  .uk-slider-track {
    height: 470px;
  }

  .uk-slider-item {
    width: 70px;
    flex: 0 0 70px;
  }

  .uk-slider-item.uk-slider-active {
    width: auto;
    flex: 1 1 0%;
  }
}