.truckBadge span {
  font-weight: 800;
  letter-spacing: 0.5px;
}


.truck-logo {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.truck-logo-inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}

.truck-cuisine-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.truck-cuisine-tag {
  background: #ffffff;
  border: 1.5px solid #2f7f6b;
  color: #2f7f6b;
  padding: 3px 7px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}




@media (max-width: 480px) {
  .truck-card {
    padding: 0px;
    margin: 20px 0px;
  }

  .truck-logo {
    height: 200px;
  }

  .truck-logo-inner {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }

  .truck-logo-image {
    width: 80px;
    height: 80px;
  }

  .truck-business-name {
    font-size: 16px;
  }

  .truckBadge {
    top: 8px;
    right: 8px;
    padding: 6px 10px;
    font-size: 11px;
  }
}


.truck-cuisine-tag a {
  color: var(--brand-btn);
}

.truck-card .truck-cuisine-tag {
  border-color: var(--brand-btn);
  color: var(--brand-btn);
  z-index: 98;
  position: relative;
  cursor: pointer;
  
}

.truck-card .truck-cuisine-tag:hover {
  background: #6c757d;
  color: #ffffff;
}

a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}


.fti-truck {
  padding: 32px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

.fti-truck-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.fti-truck-container {
  align-items: stretch;
}

.fti-truck-gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.fti-slider {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: visible;
  border-radius: 16px;
}

@media (min-width: 1200px) {
  .fti-slider {
    max-width: 1300px;
    aspect-ratio: 16 / 9;
  }
}

.fti-slides {
  display: flex;
  height: 100%;
  transition: transform 300ms ease;
  will-change: transform;
}

.fti-slide {
  min-width: 100%;
  height: 100%;
}

.fti-slide img,
.fti-slide .field-item img,
.fti-slide .field__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .fti-slider {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }
}

.fti-slide .field-item,
.fti-slide .field__item {
  width: 100%;
  height: 100%;
}

.fti-slide .field-label,
.fti-slide .field__label {
  display: none;
}

.fti-slider .fti-slick-arrow.slick-prev,
.fti-slider .fti-slick-arrow.slick-next,
#similarTrucksCarousel .fti-slick-arrow.slick-prev,
#similarTrucksCarousel .fti-slick-arrow.slick-next {
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  display: grid;
  place-items: center;
}

.fti-slider .fti-slick-arrow.slick-prev,
#similarTrucksCarousel .fti-slick-arrow.slick-prev{
  left: -60px;
}

.fti-slider .fti-slick-arrow.slick-next,
#similarTrucksCarousel .fti-slick-arrow.slick-next{
  right: -60px;
}

.fti-slider .fti-slick-arrow.slick-prev:hover,
.fti-slider .fti-slick-arrow.slick-next:hover,
#similarTrucksCarousel .fti-slick-arrow.slick-prev:hover,
#similarTrucksCarousel .fti-slick-arrow.slick-next:hover{
  background-color: #111111;
}

.fti-slider .fti-slick-arrow i,
#similarTrucksCarousel .fti-slick-arrow i{
  color: #111111;
  font-size: 18px;
}

.fti-slider .fti-slick-arrow.slick-prev:hover i,
.fti-slider .fti-slick-arrow.slick-next:hover i,
#similarTrucksCarousel .fti-slick-arrow.slick-prev:hover i,
#similarTrucksCarousel  .fti-slick-arrow.slick-next:hover i{
  color: #ffffff;
}

.fti-slider .slick-list,
.fti-slider .slick-track {
  height: 100%;
}

.fti-slider .slick-slide {
  height: 100%;
  display: flex;
  justify-content: center;
}

.fti-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.fti-truck-header {
  margin-bottom: 16px;
}

.fti-truck-logo-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fti-truck-logo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--brand-btn);
}

.fti-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 15px;
}

.fti-icon {
  width: 16px;
  height: 16px;
}

.fti-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
}

.fti-awards {
  display: flex;
  gap: 16px;
  margin: 24px 0;
  width: 10%;
}

.fti-award {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
}

.fti-food-types {
  margin: 24px 0;
}

.fti-food-types-title {
  color: #111827;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}

.fti-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fti-tag {
  padding: 5px 13px;
  border: 1px solid var(--brand-btn);
  color: var(--brand-btn);
  border-radius: 22px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}



.fti-payments {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.fti-pay {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.fti-pay-card {
  height: 25px;
  width: auto;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 2px;
  margin-right: 8px;
}

.payment-cards-only {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment-cards-only img {
  height: 25px;
  width: auto;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 2px;
}

.payment-cards-only * {
  font-size: 0;
  line-height: 0;
}

.payment-cards-only img {
  font-size: initial;
  line-height: initial;
}

.fti-truck .field-label,
.fti-truck .field__label,
.fti-truck .field--label,
.fti-truck .field-name-field-vendor-type .field-label,
.fti-truck .field-name-field-vendor-type .field__label {
  display: none;
}

.fti-truck-info .views-label,
.fti-truck-info .field-label,
.fti-truck-info .field__label,
.fti-truck-info .field--label {
  display: none;
}

.fti-truck .field--name-field-badge-icon .field--label,
.fti-truck .field--name-field-vendor-type-icon .field--label,
.fti-truck .field-name-field-badge-icon .field-label,
.fti-truck .field-name-field-vendor-type-icon .field-label {
  display: none;
}

.fti-awards h2,
.fti-awards a,
.fti-truck-name h2,
.fti-truck-name a {
  display: none;
}

.fti-awards>div {
  display: inline-block;
  margin-right: 10px;
}

.fti-awards .field--name-name,
.fti-awards .field--name-field-badge-icon .field--label {
  display: none;
}

.fti-truck-name .field--name-name {
  display: inline;
}

.fti-awards {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.fti-awards .field--name-field-badge-icon,
.fti-truck-name .field--name-field-vendor-type-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fti-awards img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 5px;
  margin-right: 16px;
}

.badges-clean {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0;
  line-height: 0;
}

.badges-clean h2,
.badges-clean a,
.badges-clean .field--name-name,
.badges-clean .field--label,
.badges-clean .field-label {
  display: none;
}

.badges-clean img {
  font-size: initial;
  line-height: initial;
}

.badges-clean>div,
.badges-clean>div[about],
.badges-clean .field,
.badges-clean .field-item,
.badges-clean .field__item {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin: 0;
  float: none;
}

.fti-awards .field,
.fti-awards .field-item,
.fti-awards .field__item,
.badges-clean * {
  display: inline-flex;
  flex-direction: row;
}

.fti-truck-name div[about] .field--name-name .field--item {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.field-name-field-vendor-type .field-item,
.field--name-field-vendor-type .field__item {
  display: inline;
}

.field-name-field-vendor-type,
.field--name-field-vendor-type {
  display: inline;
}

.fti-truck-gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fti-slider {
  position: relative;
  width: 600px;
  height: 650px;
  overflow: visible;
  border-radius: 12px;
}

.fti-slides {
  display: flex;
  height: 100%;
  transition: transform 300ms ease;
  will-change: transform;
}

.fti-slide {
  min-width: 100%;
  height: 100%;
}

.fti-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fti-slide .field-item img,
.fti-slide .field__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fti-slide .field-item,
.fti-slide .field__item {
  width: 100%;
  height: 100%;
}

.fti-slide .field-label,
.fti-slide .field__label {
  display: none;
}

.fti-slider-prev,
.fti-slider-next {
  display: none;
}

@media (max-width: 980px) {
  .fti-truck-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .fti-truck-info {
    text-align: center;
  }

  .fti-truck-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fti-truck-logo-section {
    align-items: center;
  }

  .fti-badges {
    justify-content: center;
  }

  .fti-awards {
    justify-content: center;
  }

  .fti-tags {
    justify-content: center;
  }

  .fti-actions {
    justify-content: center;
  }

  .fti-payments {
    justify-content: center;
  }

  /* .fti-truck-gallery {
    justify-content: stretch;
  } */

  .fti-slider {
    width: 100%;
    max-width: 400px;
    height: 280px;
  }
}

.fti-menu-section {
  /* background: #e8f6e2; */
  padding: 60px 32px;
  margin-top: 0;
}

.fti-menu-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.fti-menu-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 40px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

.fti-menu-display {
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fti-menu-image {
  margin: 20px;
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 980px) {
  .fti-menu-section {
    padding: 40px 20px;
  }

  .fti-menu-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .fti-menu-image {
    max-width: 100%;
    margin: 0;
  }
}



.fti-contact-section {
  background: white;
  padding: 60px 32px;
}

.fti-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.fti-contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 50px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

.fti-contact-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}



.fti-contact-icon {
  width: 56px;
  height: 56px;
  background: #4a9b8e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.fti-contact-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.fti-contact-icon svg *,
.fti-contact-icon svg path,
.fti-contact-icon svg rect,
.fti-contact-icon svg circle,
.fti-contact-icon svg polygon,
.fti-contact-icon svg line,
.fti-contact-icon svg polyline {
  fill: #ffffff;
  stroke: #ffffff;
}

.fti-contact-label {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

@media (max-width: 980px) {
  .fti-contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }


  .fti-contact-grid.cols-3,
  .fti-contact-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .fti-contact-section {
    padding: 40px 20px;
  }

  .fti-contact-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .fti-contact-grid {
    flex-direction: column;
  }

  .fti-contact-grid.cols-3,
  .fti-contact-grid.cols-4 {
    grid-template-columns: 1fr;
  }

  .fti-contact-section {
    padding: 30px 16px;
  }

  .fti-contact-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .fti-contact-item {
    padding: 25px 20px;
  }

  .fti-truck-name {
    justify-content: center;
    text-align: center;
  }
}

.fti-awards {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin: 14px 0;
  width: 100%;
}

.fti-awards .badges-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  flex-wrap: nowrap;
  width: 100%;
}

.fti-awards img,
.badges-clean img {
  width: 85px;
  height: 85px;
}

.fti-payments {
  margin-top: 8px;
}

.fti-location-row {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  margin: 6px 0 14px;
  color: black;
}

.fti-location-pin {
  display: inline-block;
  width: 20px;
}

.fti-contact-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.fti-contact-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.fti-contact-icon i {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

.fti-contact-container {
  max-width: 1200px;
  margin: 0 auto;
}



.fti-contact-icon {
  width: 64px;
  height: 64px;
  background: #4a9b8e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.fti-contact-icon i {
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}

.fti-schedule-section {
  background: #ffffff;
  padding: 40px 0 20px;
}

.fti-schedule-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.fti-schedule-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #2b2d31;
  margin: 0 0 24px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.fti-schedule-list {
  display: grid;
  gap: 16px;
}

.fti-schedule-list .views-row,
.fti-schedule-list .field__item,
.fti-schedule-list .schedule-card {
  background: #f9fdf9;
  border: 1px solid #e6f2ea;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

.fti-schedule-list h3,
.fti-schedule-list .title,
.fti-schedule-list .schedule-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #1f2937;
}

.fti-schedule-list p,
.fti-schedule-list .address,
.fti-schedule-list .date-time {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
}

.fti-schedule-list .date-time,
.fti-schedule-list .when {
  margin-top: 8px;
  color: var(--brand-btn);
  font-weight: 600;
}

@media (max-width: 640px) {
  .fti-schedule-title {
    font-size: 26px;
  }
}

/* .footer,
.footer-content-section,
.region-footer {
  background: #2b3331;
} */

.footer-top-section #block-webform,
.footer-first-section,
.footer-second-section,
.footer-third-section,
.footer-fourth-section,
.footer-bottom-section {
  color: white;
}

header#navbar #navbar-collapse {
  max-width: 80%;
}

.menu--user-account-menu .last a {
  border-radius: 25px;
}

.menu--user-account-menu .first a {
  border: solid 1px white;
  border-radius: 25px;
  margin-right: 15px;
  background: #282f2d;
  color: white;
}

.menu--user-account-menu .last a {
  background: var(--brand-btn);
  color: white;
  font-weight: bold;
}

.navbar-nav ul li a {
  color: black;
}

.fti-payments h2 {
  display: none;
}


.fti-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fti-tooltip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: help;
}

.fti-tooltip__content {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(8px, -50%);
  background: #0f172a;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease;
  z-index: 60;
}

.fti-tooltip__content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #0f172a transparent transparent;
}

.fti-tooltip.show-tooltip .fti-tooltip__content,
.fti-tooltip:hover .fti-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translate(10px, -50%);
}

@media (max-width: 640px) {

  .fti-tooltip__content {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 8px);
  }

  .fti-tooltip__content::after {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #0f172a transparent;
  }

  .fti-tooltip.show-tooltip .fti-tooltip__content,
  .fti-tooltip:hover .fti-tooltip__content {
    transform: translate(-50%, 10px);
  }
}


.fti-wave-divider {
  background: transparent;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 280px;
  overflow: hidden;
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  display: none;
}

.fti-wave-divider svg {
  display: block;
  width: 100vw;
  height: 100%;
}


.fti-wave-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1364 150'%3E%3Cpath fill='%23E8F6E2' d='M73.9761 37.1242C679.172 193.904 1782.9 -144.655 1853.93 294.965C1858.77 324.901 1608.79 270.856 1608.79 270.856H73.9761C73.9761 270.856 -531.22 -119.655 73.9761 37.1242Z'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
  .fti-wave-divider {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .fti-wave-divider {
    height: 180px;
  }
}


.fti-truck-container.no-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.fti-truck-container.no-gallery .fti-truck-info {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.fti-truck-container.no-gallery .fti-truck-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fti-truck-container.no-gallery .fti-truck-logo-section {
  align-items: center;
}

.fti-truck-container.no-gallery .fti-truck-logo {
  width: 160px;
  height: 160px;
}

.fti-truck-container.no-gallery .fti-badges {
  justify-content: center;
}

.fti-truck-container.no-gallery .fti-awards {
  justify-content: center;
}

.fti-truck-container.no-gallery .fti-awards .badges-clean {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  width: 100%;
  margin: 0 auto;
}

.fti-truck-container.no-gallery .fti-tags {
  justify-content: center;
}

.fti-truck-container.no-gallery .fti-actions {
  justify-content: center;
}

.fti-truck-container.no-gallery .fti-payments {
  justify-content: center;
}

.fti-truck-container.no-gallery .fti-truck-name {
  justify-content: center;
  text-align: center;
}

.fti-truck-container.no-gallery .fti-food-types,
.fti-truck-container.no-gallery .fti-food-types-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fti-truck-container.no-gallery .fti-location-row,
.fti-truck-container.no-gallery .fti-awards,
.fti-truck-container.no-gallery .fti-tags,
.fti-truck-container.no-gallery .fti-actions,
.fti-truck-container.no-gallery .fti-payments {
  width: 100%;
}

.fti-truck-container.no-gallery .fti-location-row {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .fti-truck {
    padding: 0px;
  }
  .fti-location-row {
    display: unset;
    font-size: 14px;
  }
  .fti-truck-info .fti-truck-name {
    margin: 15px 0;
    font-size: 24px;
  }
  .fti-slider .slick-slide img{
    border-radius: 0;
  }
  .fti-truck .fti-truck-info{
    padding: 16px;
  }
  .fti-actions {
    flex-direction: column;
  }

  .fti-btn {
    text-align: center;
  }

  .fti-menu-section {
    padding: 30px 16px;
  }

  .fti-menu-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fti-slider .fti-slick-arrow.slick-next,
  #similarTrucksCarousel .fti-slick-arrow.slick-next{
    right: 5px;
  }
  .fti-slider .fti-slick-arrow.slick-prev,
  #similarTrucksCarousel .fti-slick-arrow.slick-prev{
    left: 5px;
  }
  .fti-slider .fti-slick-arrow.slick-prev, 
  .fti-slider .fti-slick-arrow.slick-next,
  #similarTrucksCarousel .fti-slick-arrow.slick-prev,
  #similarTrucksCarousel .fti-slick-arrow.slick-next{
    width: 30px;
    height: 30px;
  }
}