@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");

:root {
  --navy: #071d49;
  --navy-deep: #03112d;
  --orange: #f97820;
  --orange-dark: #dc5d08;
  --orange-soft: #fff1e7;
  --ink: #17243a;
  --muted: #687487;
  --white: #fff;
  --light: #f7f8fb;
  --line: #e7eaf0;
  --shadow: 0 18px 55px rgba(7, 29, 73, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 16px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.25s ease;
}

button {
  transition: 0.25s ease;
}

.section-space {
  padding: 70px 0;
}

.section-kicker,
.hero-kicker {
  color: var(--orange);
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #ffc69e;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.section-heading>div {
  max-width: 670px;
}

.section-heading h2,
.about-content h2,
.services-heading h2,
.contact-intro h2 {
  font-size: 25px;
  letter-spacing: 2.4px;
}

.section-heading>p {
  margin: 0;
  max-width: 430px;
}

.section-heading.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.section-heading.centered p {
  margin: 0 auto;
  max-width: 650px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dc5d08;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.text-link:hover {
  border: 2px solid #dc5d08;
  color: #fff;
}

.topbar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.86);
}

.topbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 42px;
}

.topbar-contact,
.topbar-right,
.social-links {
  align-items: center;
  display: flex;
}

.topbar-contact {
  gap: 28px;
}

.topbar-contact a,
.topbar-contact span,
.topbar-right {
  font-size: 12px;
  font-weight: 600;
}

.topbar-contact i {
  color: var(--orange);
  margin-right: 7px;
}

.topbar-contact a:hover {
  color: var(--orange);
}

.topbar-right {
  gap: 12px;
}

.site-header {
  width: 100%;
}

.social-links {
  gap: 5px;
}

.social-links a {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 34px;
}

.social-links a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.social-links a:hover {
  background: var(--orange);
}

.main-nav {
  background: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: 0.25s ease;
  z-index: 1000;
}

.main-nav.scrolled {
  box-shadow: 0 8px 30px rgba(7, 29, 73, 0.12);
  left: 0;
  right: 0;
  top: 0;
}

.nav-inner {
  align-items: center;
  display: flex;
  min-height: 92px;
}

.nav-inner::before,
.nav-inner::after {
  display: none;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 300px;
}

.brand-mark {
  color: var(--orange);
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -7px;
  line-height: 0.8;
  margin-right: 17px;
}

.main-nav .brand-mark {
  display: block;
  flex: 0 0 112px;
  height: 75px;
  margin-right: 13px;
  overflow: hidden;
}

.main-nav .brand-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-text {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding-left: 15px;
}

.brand-text strong {
  color: var(--navy);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.brand-text small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-top: 4px;
  text-transform: uppercase;
}

.nav-menu {
  flex: 1;
}

.nav-menu>ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu>ul>li {
  position: relative;
}

.nav-menu>ul>li>a {
  color: var(--navy);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 38px 13px;
  text-transform: uppercase;
}

.nav-menu>ul>li>a:hover {
  color: var(--orange);
}

.sub-menu {
  background: var(--white);
  border-top: 3px solid var(--orange);
  box-shadow: var(--shadow);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 245px;
  opacity: 0;
  padding: 9px 0;
  pointer-events: none;
  position: absolute;
  top: 75px;
  transform: translateY(10px);
  transition: 0.25s ease;
  visibility: hidden;
}

.has-menu:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.submenu-toggle {
  display: none;
}

.sub-menu a {
  color: var(--navy);
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 18px;
  text-transform: uppercase;
}

.sub-menu a:hover {
  background: var(--orange-soft);
  color: var(--orange);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.search-open {
  align-items: center;
  background: var(--light);
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.search-open:hover {
  background: var(--orange);
  color: var(--white);
}

.header-cta,
.btn-primary,
.btn-outline,
.btn-white,
.btn-ghost {
  border: 2px solid transparent;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 13px 21px;
  text-transform: uppercase;
}

.header-cta,
.btn-primary {
  background: var(--orange);
  color: var(--white);
}

.header-cta i {
  margin-left: 7px;
}

.header-cta:hover,
.btn-primary:hover {
  background: var(--orange-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}

.menu-toggle span {
  background: var(--navy);
  display: block;
  height: 3px;
  transition: 0.25s ease;
  width: 25px;
}

.menu-toggle.open span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.search-overlay {
  align-items: center;
  background: rgba(3, 17, 45, 0.96);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: 0.3s ease;
  visibility: hidden;
  z-index: 9999;
}

.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.search-close {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 28px;
  position: absolute;
  right: 35px;
  top: 28px;
}

.search-box {
  max-width: 720px;
  padding: 20px;
  width: 100%;
}

.search-box span {
  color: var(--orange);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.search-box form {
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
}

.search-box input {
  background: transparent;
  border: 0;
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 27px;
  outline: 0;
  padding: 18px 0;
  width: 100%;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.search-box button {
  background: transparent;
  border: 0;
  color: var(--orange);
  font-size: 22px;
}

.hero-slider {
  background: var(--navy-deep);
  aspect-ratio: 1920 / 800;
  height: auto;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.hero-slide {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.hero-slide::before {
  background: linear-gradient(90deg,
      rgba(3, 17, 45, 0.84) 0%,
      rgba(3, 17, 45, 0.58) 36%,
      rgba(3, 17, 45, 0.18) 67%,
      rgba(3, 17, 45, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-slide-bg {
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 2;
}

.hero-slide .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.slide-content {
  left: 15px;
  max-width: 590px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-43%);
  transition: 0.7s ease 0.25s;
}

.slide-content::before {
  background: var(--orange);
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 25px;
  width: 65px;
}

.hero-slide.active .slide-content {
  opacity: 1;
  transform: translateY(-50%);
}

.hero-slide-number {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-right: 10px;
  padding: 6px 10px;
  position: static;
}

.slide-content h1,
.slide-content h2 {
  color: var(--white);
  font-size: 55px;
  letter-spacing: -1px;
  max-width: 560px;
  margin-top: 18px;
}

.slide-content h1 em,
.slide-content h2 em {
  color: var(--orange);
  font-style: normal;
}

.slide-content p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  margin-bottom: 28px;
  max-width: 525px;
}

.slide-content .hero-kicker {
  color: #ffc69e;
  margin-bottom: 0;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slide-content .btn-outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.slide-content .btn-outline:hover {
  background: var(--white);
  color: var(--navy);
}

.btn-outline {
  border-color: var(--navy);
  color: var(--navy);
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: var(--navy);
}

.btn-white:hover {
  background: var(--orange);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: var(--white);
  color: var(--white);
}

.slider-controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.slider-arrow {
  align-items: center;
  background: rgba(3, 17, 45, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  display: flex;
  font-size: 9px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 1px;
  padding: 11px 15px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.slider-prev {
  left: 24px;
}

.slider-next {
  right: 24px;
}

.slider-arrow:hover {
  background: var(--orange);
}

.slider-dots {
  align-items: center;
  bottom: 28px;
  display: flex;
  gap: 7px;
  left: 50%;
  pointer-events: auto;
  position: absolute;
  transform: translateX(-50%);
}

.slider-dots button {
  background: rgba(8, 7, 7, 0.38);
  border: 2px solid var(--white);
  border-radius: 50%;
  height: 10px;
  padding: 0;
  width: 10px;
}

.slider-dots button.active {
  background: var(--orange);
  border-color: var(--orange);
  transform: scale(1.25);
}

.company-strip {
  background: var(--navy);
  color: var(--white);
}

.company-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 15px;
  padding: 24px 25px;
}

.strip-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.strip-item i {
  color: var(--orange);
  font-size: 25px;
}

.strip-item div {
  display: flex;
  flex-direction: column;
}

.strip-item strong {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.strip-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-layout {
  align-items: center;
  display: grid;
  gap: 75px;
  grid-template-columns: 0.95fr 1.05fr;
}

.counter-section {
  background: var(--navy-deep) url("../img/travel/hero-road.png") center/cover no-repeat;
  color: var(--white);
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}

.counter-section::before {
  background: linear-gradient(90deg,
      rgba(3, 17, 45, 0.98),
      rgba(3, 17, 45, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.counter-section .container {
  display: block;
  position: relative;
  z-index: 1;
}

.counter-section .container::before,
.counter-section .container::after {
  display: none;
}

.counter-intro {
  margin: 0 auto 55px;
  max-width: 760px;
  text-align: center;
}

.counter-intro .section-kicker.light {
  color: #ffc69e;
}

.counter-intro h2 {
  color: var(--white);
  font-size: 42px;
}

.counter-intro p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.counter-card {
  background: rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 170px;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
}

.counter-card:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.counter-card:hover {
  background: rgba(62, 61, 60, 0.92);
  color: var(--white);
}

.counter-card>i {
  color: rgba(255, 255, 255, 0.1);
  font-size: 80px;
  position: absolute;
  right: 20px;
  top: 12px;
  transition: 0.3s ease;
}

.counter-card strong {
  color: var(--orange);
  display: inline-flex;
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  line-height: 1;
  margin: 25px 0 15px;
  position: relative;
  z-index: 1;
}

.counter-card strong small {
  color: #ffc69e;
  font-size: 25px;
  margin-left: 3px;
}

.counter-card h3 {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.about-visual {
  min-height: 520px;
  position: relative;
}

.about-visual>img {
  height: 480px;
  object-fit: cover;
  width: calc(100% - 45px);
}

.about-visual::after {
  border: 4px solid var(--orange);
  bottom: 0;
  content: "";
  height: 430px;
  position: absolute;
  right: 0;
  width: calc(100% - 70px);
  z-index: -1;
}

.about-badge {
  align-items: center;
  background: var(--navy);
  bottom: 15px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -58px;
  min-height: 67px;
  position: absolute;
  width: 140px;
}

.about-badge strong {
  font-family: "Outfit", sans-serif;
  font-size: 35px;
}

.about-badge span {
  color: #ffc69e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-mini-card {
  align-items: center;
  background: var(--white);
  box-shadow: var(--shadow);
  display: flex;
  gap: 12px;
  padding: 18px;
  position: absolute;
  right: -15px;
  top: 45px;
}

.about-mini-card i {
  color: var(--orange);
  font-size: 25px;
}

.about-mini-card span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

.travel-note {
  align-items: flex-start;
  background: var(--orange-soft);
  border-left: 4px solid var(--orange);
  display: flex;
  gap: 17px;
  margin: 27px 0;
  padding: 20px;
}

.travel-note i {
  color: var(--orange);
  font-size: 24px;
  margin-top: 3px;
}

.travel-note p {
  color: var(--ink);
  font-size: 13px;
  margin: 0;
}

.products-section {
  background: var(--light);
}

.product-showcase-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}

.product-showcase-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 35px rgba(7, 29, 73, 0.07);
  overflow: hidden;
  transition: 0.3s ease;
}

.product-showcase-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.product-image {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 225px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-image img {
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: 0.4s ease;
  width: 100%;
}

.product-showcase-card:hover .product-image img {
  transform: scale(1.06);
}

.product-image span {
  background: var(--orange);
  bottom: 0;
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 800;
  left: 0;
  padding: 8px 13px;
  position: absolute;
}

.product-card-copy {
  padding: 10px;
}

.product-card-copy h3 {
  font-size: 17px;
  margin-bottom: 12px;
}

.product-card-copy p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.product-card-copy a {
  color: var(--light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.product-card-copy a i {
  color: var(--light);
  margin-left: 5px;
}

.services-section {
  background: var(--navy-deep);
  overflow: hidden;
  position: relative;
}

.services-section::before {
  background: radial-gradient(circle,
      rgba(249, 120, 32, 0.16) 0,
      transparent 68%);
  content: "";
  height: 800px;
  position: absolute;
  right: -250px;
  top: -300px;
  width: 800px;
}

.why-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
  position: relative;
}

.why-sticky {
  position: sticky;
  top: 120px;
}

.why-sticky h2 {
  color: var(--white);
  font-size: 25px;
}

.why-sticky>p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.why-side-image {
  overflow: hidden;
  position: relative;
}

.why-side-image::after {
  /* background: linear-gradient(180deg, transparent 30%, rgba(3, 17, 45, 0.9)); */
  content: "";
  inset: 0;
  position: absolute;
}

.why-side-image img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  width: 100%;
}

.why-side-image:hover img {
  transform: scale(1.05);
}

.why-side-image span {
  bottom: 18px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  left: 20px;
  position: absolute;
  z-index: 1;
}

.why-side-image span i {
  color: var(--orange);
  margin-right: 7px;
}

.why-stat {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  gap: 20px;
  margin-top: 35px;
  padding-top: 28px;
}

.why-stat strong {
  color: var(--orange);
  font-family: "Outfit", sans-serif;
  font-size: 55px;
  line-height: 1;
}

.why-stat span {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  max-width: 210px;
}

.why-process {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 45px;
}

.why-process-item {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  gap: 20px;
  grid-template-columns: 40px 55px 1fr;
  padding: 25px 0;
}

.why-process-item:first-child {
  padding-top: 0;
}

.why-process-item:last-child {
  border-bottom: 0;
}

.why-number {
  color: rgba(255, 255, 255, 0.32);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.why-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--orange);
  display: flex;
  flex: 0 0 52px;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  transition: 0.25s ease;
}

.why-process-item:hover .why-icon {
  background: var(--orange);
  color: var(--white);
}

.why-process-item h3 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 8px;
}

.why-process-item p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  margin: 0;
}

.industry-showcase-area {
  padding: 75px 123px;
  background: var(--white);
  overflow: hidden;
}

.industry-showcase-heading {
  text-align: center;
  max-width: 700px;
  margin: auto auto 70px;
}

.industry-showcase-heading span {
  display: inline-block;
  padding: 10px 22px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
}

.industry-showcase-heading h2 {
  font-size: 35px;
  margin-top: 20px;
  color: #222;
  font-weight: 800;
}

.industry-showcase-wrapper {
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  gap: 40px;
  align-items: center;
}

.industry-showcase-image {
  border: 3px solid var(--orange);
  margin: auto;
  position: relative;
}

.industry-showcase-image::before {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: 2;
}

.industry-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-showcase-left,
.industry-showcase-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.industry-showcase-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff7ef;
  padding: 6px;
  border-radius: 20px;
  transition: 0.4s;
}

.industry-showcase-right .industry-showcase-item {
  border-left: none;
}

.industry-showcase-item:hover {
  background: var(--orange);
  transform: translateY(-8px);
}

.industry-showcase-item i {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--orange);
  border: 2px solid var(--orange);
  font-size: 28px;
  transition: 0.4s;
}

.industry-showcase-item:hover i {
  background: var(--white);
  color: var(--orange);
}

.industry-showcase-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  transition: 0.4s;
}

.industry-showcase-item:hover h3 {
  color: var(--white);
}

.faq-section {
  background: var(--light);
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
}

.faq-visual {
  min-height: 609px;
  position: sticky;
  top: 120px;
}

.faq-visual>img {
  width: calc(100% - 35px);
}

.faq-visual::after {
  border: 4px solid var(--orange);
  bottom: 0;
  content: "";
  height: 585px;
  position: absolute;
  right: 0;
  width: calc(100% - 70px);
  z-index: -1;
}

.faq-visual-card {
  align-items: center;
  background: var(--navy);
  bottom: 30px;
  color: var(--white);
  display: grid;
  gap: 14px;
  grid-template-columns: 45px 1fr;
  left: -25px;
  padding: 22px;
  position: absolute;
  width: calc(100% - 30px);
}

.faq-visual-card>i {
  align-items: center;
  background: var(--orange);
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
}

.faq-visual-card div {
  display: flex;
  flex-direction: column;
}

.faq-visual-card strong {
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
}

.faq-visual-card span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.faq-visual-card a {
  color: #ffc69e;
  font-size: 13px;
  font-weight: 800;
  grid-column: 2;
}

.faq-content h2 {
  font-size: 43px;
  margin-bottom: 30px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: 0.25s ease;
}

.faq-item.open {
  box-shadow: 0 12px 35px rgba(7, 29, 73, 0.08);
  margin: 12px 0;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--navy);
  cursor: pointer;
  display: grid;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  gap: 14px;
  grid-template-columns: 32px 1fr 25px;
  padding: 20px 22px;
  text-align: left;
  width: 100%;
}

.faq-question span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.faq-question i {
  color: var(--orange);
  font-size: 12px;
  text-align: center;
  transition: 0.25s ease;
}

.faq-item.open .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 260px;
}

.faq-answer p {
  border-top: 1px solid var(--line);
  font-size: 15px;
  margin: 0 22px;
  padding: 17px 0 22px 46px;
}

.faq-answer a {
  color: var(--orange);
  font-weight: 700;
}

.blog-section {
  background: var(--light);
}

.blog-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  background: var(--white);
  box-shadow: 0 8px 30px rgba(7, 29, 73, 0.06);
}

.blog-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-image img {
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
  width: 100%;
}

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.blog-image span {
  background: var(--orange);
  bottom: 0;
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  left: 0;
  letter-spacing: 1px;
  padding: 8px 13px;
  position: absolute;
  text-transform: uppercase;
}

.blog-copy {
  padding: 26px;
}

.blog-copy small {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-copy h3 {
  font-size: 19px;
  margin-top: 10px;
}

.blog-copy p {
  font-size: 12px;
}

.blog-copy a {
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-copy a i {
  color: var(--orange);
  margin-left: 5px;
}

.contact-section {
  background: linear-gradient(180deg, var(--white), var(--light));
}

.contact-panel {
  background: var(--orange);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
}

.contact-intro {
  padding: 55px;
}

.contact-intro h2,
.contact-intro p {
  color: var(--white);
}

.contact-intro p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 27px;
  max-width: 540px;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-buttons i {
  margin-right: 6px;
}

.contact-details {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 42px;
}

.contact-details>div {
  align-items: center;
  display: flex;
  gap: 13px;
  padding: 12px;
}

.contact-details i {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--orange);
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
}

.contact-details span {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-details strong {
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 3px;
  text-transform: none;
}

.mlt-contact-page-section {
  background: linear-gradient(180deg, #fff 0%, var(--light) 100%);
  padding: 80px 0;
}

.mlt-contact-page-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.mlt-contact-page-info {
  background: var(--navy);
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  padding: 42px;
  position: relative;
}



.mlt-contact-page-kicker,
.mlt-contact-form-label {
  color: var(--orange);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mlt-contact-page-info h2 {
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 18px;
  position: relative;
}

.mlt-contact-page-info>p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 28px;
  position: relative;
}

.mlt-contact-page-list {
  display: grid;
  gap: 14px;
  position: relative;
}

.mlt-contact-page-item {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  padding: 17px;
}

.mlt-contact-page-item i {
  align-items: center;
  background: var(--orange);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mlt-contact-page-item span {
  color: #ffc69e;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mlt-contact-page-item strong,
.mlt-contact-page-item a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.mlt-contact-page-note {
  align-items: center;
  background: #fff;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 17px 18px;
  position: relative;
}

.mlt-contact-page-note i {
  color: var(--orange);
  font-size: 20px;
}

.mlt-contact-page-note span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.mlt-contact-page-form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 42px;
}

.mlt-contact-page-form-wrap h3 {
  color: var(--ink);
  font-size: 30px;
  margin-bottom: 24px;
}

.mlt-contact-page-form {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlt-contact-field {
  display: grid;
  gap: 8px;
}

.mlt-contact-field-full {
  grid-column: 1 / -1;
}

.mlt-contact-field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.mlt-contact-field input,
.mlt-contact-field select,
.mlt-contact-field textarea {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  outline: none;
  padding: 12px 14px;
  transition: 0.2s ease;
  width: 100%;
}

.mlt-contact-field textarea {
  min-height: 128px;
  resize: vertical;
}

.mlt-contact-field input:focus,
.mlt-contact-field select:focus,
.mlt-contact-field textarea:focus {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(249, 120, 32, 0.12);
}

.mlt-contact-submit {
  align-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.6px;
  min-height: 50px;
  padding: 13px 24px;
  text-transform: uppercase;
  width: max-content;
}

.mlt-contact-submit:hover,
.mlt-contact-submit:focus {
  background: linear-gradient(135deg, var(--orange-dark), var(--orange));
  color: #fff;
  transform: translateY(-2px);
}

.mlt-contact-map-wrap {
  background: #fff;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 420px;
  margin-top: 30px;
  overflow: hidden;
}

.mlt-contact-map-wrap iframe {
  display: block;
  height: 100%;
  width: 100%;
}

@media(max-width:991px) {
  .mlt-contact-page-grid {
    grid-template-columns: 1fr;
  }

  .mlt-contact-page-info,
  .mlt-contact-page-form-wrap {
    padding: 34px;
  }
}

@media(max-width:767px) {
  .mlt-contact-page-section {
    padding: 58px 0;
  }

  .mlt-contact-page-info,
  .mlt-contact-page-form-wrap {
    padding: 26px 20px;
  }

  .mlt-contact-page-info h2 {
    font-size: 30px;
  }

  .mlt-contact-page-form-wrap h3 {
    font-size: 25px;
  }

  .mlt-contact-page-form {
    grid-template-columns: 1fr;
  }

  .mlt-contact-submit {
    width: 100%;
  }

  .mlt-contact-map-wrap {
    height: 340px;
  }
}

@media(max-width:480px) {
  .mlt-contact-page-item {
    flex-direction: column;
  }

  .mlt-contact-page-note {
    align-items: flex-start;
  }

  .mlt-contact-map-wrap {
    border-width: 6px;
    height: 300px;
  }
}

/* Luggage Applications */
.mlt-applications {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 50px 5%;
  background: #151515;
}

.mlt-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .55;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.mlt-applications-glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 102, 0, .14);
  filter: blur(90px);
  pointer-events: none;
}

.mlt-applications-glow-one {
  top: -180px;
  right: -80px;
}

.mlt-applications-glow-two {
  bottom: -220px;
  left: -120px;
}

.mlt-applications-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.mlt-applications-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 46px;
}

.mlt-applications-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ff6600;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mlt-applications-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ff6600;
}

.mlt-applications-heading h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.12;
}

.mlt-applications-heading h2 span {
  color: #ff6600;
}

.mlt-applications-heading>p {
  margin: 0 0 5px;
  padding-left: 22px;
  border-left: 2px solid #ff6600;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.8;
}

.mlt-applications-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mlt-application-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}



.mlt-application-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 102, 0, .7);
  background: linear-gradient(145deg, rgba(255, 102, 0, .13), rgba(255, 255, 255, .04));
  box-shadow: 0 22px 46px rgba(0, 0, 0, .28);
}

.mlt-application-card:hover::after {
  transform: scale(1.18);
  border-color: rgba(255, 102, 0, .12);
}

.mlt-application-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: rgba(255, 255, 255, .22);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.mlt-application-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 38px;
  border: 1px solid rgba(255, 102, 0, .26);
  border-radius: 16px;
  color: #ff6600;
  background: rgba(255, 102, 0, .1);
  font-size: 23px;
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.mlt-application-card:hover .mlt-application-icon {
  transform: rotate(-5deg) scale(1.06);
  color: #fff;
  background: #ff6600;
}

.mlt-application-card h3 {
  position: relative;
  z-index: 1;
  max-width: 215px;
  margin: auto 0 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
}

.mlt-application-arrow {
  position: absolute;
  right: 25px;
  bottom: 29px;
  z-index: 1;
  color: #ff6600;
  font-size: 14px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .3s ease, transform .3s ease;
}

.mlt-application-card:hover .mlt-application-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1100px) {
  .mlt-applications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mlt-applications {
    padding: 68px 20px;
  }

  .mlt-applications-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .mlt-applications-heading h2 {
    font-size: clamp(32px, 8vw, 42px);
  }

  .mlt-applications-heading>p {
    max-width: 590px;
  }

  .mlt-application-card {
    min-height: 220px;
  }
}

@media (max-width: 520px) {
  .mlt-applications {
    padding: 56px 16px;
  }

  .mlt-applications-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mlt-applications-heading h2 {
    font-size: 31px;
  }

  .mlt-applications-heading>p {
    padding-left: 16px;
    font-size: 15px;
  }

  .mlt-application-card {
    min-height: 190px;
    padding: 24px;
  }

  .mlt-application-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
  }

  .mlt-application-card h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mlt-application-card,
  .mlt-application-card::after,
  .mlt-application-icon,
  .mlt-application-arrow {
    transition: none;
  }
}

/* Luggage Why Choose Us */
.mlt-why-choose {
  position: relative;
  overflow: hidden;
  padding: 95px 5%;
  background: linear-gradient(135deg, #fff 0%, #fff 62%, #fff6f0 100%);
}

.mlt-why-choose::before {
  content: "MLT";
  position: absolute;
  right: -30px;
  bottom: -105px;
  color: rgba(255, 102, 0, .035);
  font-size: clamp(180px, 26vw, 430px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.mlt-why-choose-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.mlt-why-choose-intro {
  position: sticky;
  top: 130px;
}

.mlt-why-choose-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #ff6600;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mlt-why-choose-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ff6600;
}

.mlt-why-choose-intro h2 {
  margin: 0 0 22px;
  color: #202020;
  font-size: clamp(38px, 4.2vw, 61px);
  line-height: 1.1;
}

.mlt-why-choose-intro h2 span {
  color: #ff6600;
}

.mlt-why-choose-intro>p {
  max-width: 520px;
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.85;
}

.mlt-why-choose-mark {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.mlt-why-choose-mark span {
  color: #ff6600;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
}

.mlt-why-choose-mark small {
  max-width: 115px;
  color: #777;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 1.2px;
}

.mlt-why-choose-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mlt-why-choose-card {
  position: relative;
  min-height: 285px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 45px rgba(25, 25, 25, .055);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.mlt-why-choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff6600;
  transform: scaleX(.2);
  transform-origin: left;
  transition: transform .35s ease;
}

.mlt-why-choose-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 102, 0, .45);
  box-shadow: 0 22px 50px rgba(25, 25, 25, .1);
}

.mlt-why-choose-card:hover::before {
  transform: scaleX(1);
}

.mlt-why-card-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.mlt-why-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 17px;
  color: #fff;
  background: #ff6600;
  box-shadow: 0 10px 24px rgba(255, 102, 0, .22);
  font-size: 22px;
  transition: transform .35s ease;
}

.mlt-why-choose-card:hover .mlt-why-card-icon {
  transform: rotate(-5deg) scale(1.06);
}

.mlt-why-card-content h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 21px;
  line-height: 1.3;
}

.mlt-why-card-content p {
  margin: 0;
  color: #686868;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1050px) {
  .mlt-why-choose-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mlt-why-choose-intro {
    position: static;
  }

  .mlt-why-choose-intro>p {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .mlt-why-choose {
    padding: 70px 20px;
  }

  .mlt-why-choose-intro h2 {
    font-size: clamp(34px, 8vw, 46px);
  }

  .mlt-why-choose-list {
    grid-template-columns: 1fr;
  }

  .mlt-why-choose-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .mlt-why-choose {
    padding: 56px 16px;
  }

  .mlt-why-choose-container {
    gap: 34px;
  }

  .mlt-why-choose-intro h2 {
    font-size: 31px;
  }

  .mlt-why-choose-intro>p {
    font-size: 15px;
    line-height: 1.75;
  }

  .mlt-why-choose-card {
    padding: 25px;
    border-radius: 18px;
  }

  .mlt-why-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
  }

  .mlt-why-card-content h3 {
    padding-right: 28px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mlt-why-choose-card,
  .mlt-why-choose-card::before,
  .mlt-why-card-icon {
    transition: none;
  }
}

/* Luggage Page FAQ */
.mlt-luggage-faq {
  width: 100%;
  padding: 95px 5%;
  background: #f5f6f8;
}

.mlt-luggage-faq-shell {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.mlt-luggage-faq-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr);
  gap: 55px;
  align-items: end;
  margin-bottom: 48px;
}

.mlt-luggage-faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: #ff6600;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mlt-luggage-faq-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ff6600;
}

.mlt-luggage-faq-head h2 {
  margin: 0;
  color: #202020;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.08;
}

.mlt-luggage-faq-head h2 span {
  color: #ff6600;
}

.mlt-luggage-faq-head>p {
  margin: 0 0 4px;
  padding-left: 22px;
  border-left: 2px solid #ff6600;
  color: #686868;
  font-size: 16px;
  line-height: 1.75;
}

.mlt-luggage-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr);
  gap: 28px;
  align-items: start;
}

.mlt-luggage-faq-contact {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 38px;
  border-radius: 24px;
  color: #fff;
  background: #181818;
}

.mlt-luggage-faq-contact::after {
  content: "?";
  position: absolute;
  right: -8px;
  bottom: -80px;
  color: rgba(255, 102, 0, .1);
  font-size: 290px;
  font-weight: 900;
  line-height: 1;
}

.mlt-luggage-faq-contact-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 35px;
  border-radius: 18px;
  color: #fff;
  background: #ff6600;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(255, 102, 0, .24);
}

.mlt-luggage-faq-contact>span {
  position: relative;
  z-index: 1;
  color: #ff8a3d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.mlt-luggage-faq-contact h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 15px;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
}

.mlt-luggage-faq-contact p {
  position: relative;
  z-index: 1;
  margin: 0 0 27px;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.7;
}

.mlt-luggage-faq-contact a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mlt-luggage-faq-contact a i {
  color: #ff6600;
  transition: transform .25s ease;
}

.mlt-luggage-faq-contact a:hover i {
  transform: translateX(5px);
}

.mlt-luggage-faq-list {
  display: grid;
  gap: 14px;
}

.mlt-luggage-faq-item {
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  background: #fff;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.mlt-luggage-faq-item h3 {
  margin: 0;
}

.mlt-luggage-faq-item-open {
  border-color: rgba(255, 102, 0, .5);
  box-shadow: 0 15px 38px rgba(24, 24, 24, .07);
}

.mlt-luggage-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  padding: 25px 28px;
  border: 0;
  color: #242424;
  background: transparent;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.mlt-luggage-faq-question>span {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mlt-luggage-faq-question small {
  flex: 0 0 auto;
  color: #ff6600;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.mlt-luggage-faq-question>i {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ff6600;
  background: #fff0e6;
  font-size: 13px;
  transition: transform .3s ease, color .3s ease, background .3s ease;
}

.mlt-luggage-faq-question:focus-visible {
  outline: 3px solid rgba(255, 102, 0, .3);
  outline-offset: -3px;
}

.mlt-luggage-faq-item-open .mlt-luggage-faq-question>i {
  transform: rotate(45deg);
  color: #fff;
  background: #ff6600;
}

.mlt-luggage-faq-answer>div {
  padding: 0 84px 25px 61px;
}

.mlt-luggage-faq-answer p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.mlt-luggage-faq-js .mlt-luggage-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .38s ease;
}

@media (max-width: 1050px) {
  .mlt-luggage-faq-layout {
    grid-template-columns: 1fr;
  }

  .mlt-luggage-faq-contact {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .mlt-luggage-faq {
    padding: 70px 20px;
  }

  .mlt-luggage-faq-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 35px;
  }

  .mlt-luggage-faq-head h2 {
    font-size: clamp(35px, 8vw, 46px);
  }

  .mlt-luggage-faq-head>p {
    max-width: 600px;
  }

  .mlt-luggage-faq-contact {
    padding: 30px;
  }
}

@media (max-width: 520px) {
  .mlt-luggage-faq {
    padding: 56px 16px;
  }

  .mlt-luggage-faq-head h2 {
    font-size: 31px;
  }

  .mlt-luggage-faq-head>p {
    padding-left: 16px;
    font-size: 15px;
  }

  .mlt-luggage-faq-contact {
    padding: 25px;
    border-radius: 18px;
  }

  .mlt-luggage-faq-contact h3 {
    font-size: 23px;
  }

  .mlt-luggage-faq-question {
    gap: 16px;
    padding: 21px 18px;
    font-size: 16px;
  }

  .mlt-luggage-faq-question>span {
    align-items: flex-start;
    gap: 11px;
  }

  .mlt-luggage-faq-question>i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .mlt-luggage-faq-answer>div {
    padding: 0 60px 21px 41px;
  }

  .mlt-luggage-faq-answer p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mlt-luggage-faq-item,
  .mlt-luggage-faq-question>i,
  .mlt-luggage-faq-answer,
  .mlt-luggage-faq-contact a i {
    transition: none;
  }
}

.site-footer {
  background: var(--navy-deep) url("../img/travel/footer-travel.png") center/cover no-repeat;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.site-footer::before {
  content: "";
  inset: 0;
  position: absolute;
}

.site-footer>* {
  position: relative;
  z-index: 1;
}

.footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.newsletter-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
}

.newsletter-inner>div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.newsletter-inner>div>i {
  color: var(--orange);
  font-size: 35px;
}

.newsletter-inner span {
  display: flex;
  flex-direction: column;
}

.newsletter-inner strong {
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

.newsletter-inner small {
  color: rgba(255, 255, 255, 0.55);
}

.newsletter-inner form {
  display: flex;
  max-width: 460px;
  width: 100%;
}

.newsletter-inner input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  outline: 0;
  padding: 14px 16px;
  width: 100%;
}

.newsletter-inner input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.newsletter-inner button {
  background: var(--orange);
  border: 0;
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  padding: 0 18px;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.5fr repeat(3, 0.8fr) 1.25fr;
  padding: 75px 0 55px;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-brand .brand-mark {
  display: block;
  flex: 0 0 82px;
  height: 55px;
  margin-right: 12px;
  overflow: hidden;
}

.footer-brand .brand-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer-brand .brand-text {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand-column p {
  font-size: 14px;
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: 7px;
  margin-top: 23px;
}

.footer-socials a {
  align-items: center;
  border: 1px solid var(--orange);
  color: var(--white);
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.footer-socials a:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.footer-column h3 {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 25px;
  padding-bottom: 13px;
  position: relative;
}

.footer-column h3::after {
  background: var(--orange);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 9px;
}

.footer-column li a,
.footer-column li span {
  font-size: 14px;
}

.footer-column li a::before {
  color: var(--orange);
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 7px;
}

.footer-column li a:hover {
  color: var(--orange);
}

.footer-contact li {
  align-items: flex-start;
  display: flex;
  gap: 9px;
  margin-bottom: 13px;
}

.footer-contact li i {
  color: var(--orange);
  margin-top: 5px;
}

.footer-contact li a::before {
  display: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  letter-spacing: 0.4px;
  padding: 19px 0;
}

.footer-bottom a {
  color: var(--orange);
  font-weight: 800;
}

.back-to-top {
  align-items: center;
  background: var(--orange);
  bottom: 20px;
  color: var(--white);
  display: flex;
  height: 42px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  transform: translateY(15px);
  width: 42px;
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal {
  transform: translateY(28px);
}

.reveal-left {
  transform: translateX(-35px);
}

.reveal-right {
  transform: translateX(35px);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translate(0);
}

.product-showcase-card:nth-child(2),
.why-process-item:nth-child(2),
.industry-sector:nth-child(2) {
  transition-delay: 0.08s;
}

.product-showcase-card:nth-child(3),
.why-process-item:nth-child(3),
.industry-sector:nth-child(3) {
  transition-delay: 0.16s;
}

.product-showcase-card:nth-child(4),
.why-process-item:nth-child(4),
.industry-sector:nth-child(4) {
  transition-delay: 0.24s;
}

@media (max-width: 1399px) {
  .industry-showcase-area {
    padding: 75px 60px;
  }

  .industry-showcase-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 350px 1fr;
  }
}

@media (max-width: 1199px) {
  .nav-menu>ul>li>a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand {
    flex-basis: 260px;
  }

  .main-nav .brand-mark {
    flex-basis: 96px;
    height: 64px;
  }

  .header-cta {
    display: none;
  }

  .slide-content {
    left: 80px;
    max-width: 460px;
  }

  .slide-content h1,
  .slide-content h2 {
    font-size: 46px;
  }

  .slide-content p {
    max-width: 410px;
  }

  .product-showcase-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    gap: 22px;
    grid-template-columns: 1.3fr repeat(3, 0.8fr) 1.2fr;
  }

  .industry-showcase-area {
    padding: 70px 40px;
  }

  .industry-showcase-wrapper {
    gap: 25px;
    grid-template-columns: 1fr 300px 1fr;
  }

  .industry-showcase-item h3 {
    font-size: 18px;
  }

  .industry-showcase-item i {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
  }
}

@media (max-width: 991px) {
  .section-space {
    padding: 40px 0;
  }

  .topbar-contact span {
    display: none;
  }

  .nav-inner {
    max-width: none;
    min-height: 82px;
    position: relative;
    width: 100%;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
  }

  .nav-actions {
    margin: 0;
    position: absolute;
    right: 66px;
    top: 22px;
  }

  .menu-toggle {
    display: flex;
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .nav-menu {
    background: var(--white);
    box-shadow: var(--shadow);
    display: none;
    left: 15px;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    position: absolute;
    right: 15px;
    top: 82px;
    z-index: 1001;
  }

  .nav-menu.open {
    display: block;
  }

  .nav-menu>ul {
    align-items: stretch;
    display: block;
    padding: 10px 0;
  }

  .nav-menu>ul>li>a {
    border-bottom: 1px solid var(--line);
    padding: 11px 52px 11px 18px;
  }

  .has-menu>a>i {
    display: none;
  }

  .submenu-toggle {
    align-items: center;
    background: var(--orange-soft);
    border: 0;
    color: var(--orange);
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 5px;
    width: 38px;
  }

  .submenu-toggle i {
    transition: 0.25s ease;
  }

  .has-menu.submenu-open .submenu-toggle i {
    transform: rotate(180deg);
  }

  .sub-menu {
    border-top: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 4px 0 7px 15px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .has-menu.submenu-open .sub-menu {
    display: block;
  }

  .sub-menu a {
    border-bottom: 1px solid var(--line);
    padding: 10px 18px;
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(28px);
  }

  .hero-slider {
    aspect-ratio: 1920 / 800;
    height: auto;
    min-height: 0;
  }

  .hero-slide .container {
    inset: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    width: 100%;
  }

  .hero-slide-bg {
    object-position: center center;
  }

  .hero-slide::before {
    background: linear-gradient(90deg,
        rgba(3, 17, 45, 0.88) 0%,
        rgba(3, 17, 45, 0.68) 44%,
        rgba(3, 17, 45, 0.2) 78%,
        rgba(3, 17, 45, 0.06) 100%);
  }

  .slide-content {
    bottom: auto;
    left: 8%;
    max-width: 43%;
    padding: 0;
    right: auto;
    top: 50%;
    transform: translateY(20px);
    width: auto;
  }

  .hero-slide.active .slide-content {
    transform: translateY(-50%);
  }

  .slide-content::before {
    height: 3px;
    margin-bottom: 10px;
    width: 48px;
  }

  .slide-content h1,
  .slide-content h2 {
    color: var(--white);
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow-wrap: anywhere;
  }

  .slide-content p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .slider-prev {
    left: 14px;
  }

  .slider-next {
    right: 14px;
  }

  .slider-arrow {
    border-radius: 4px;
    padding: 8px 10px;
    top: 10px;
    transform: none;
  }

  .slider-dots {
    bottom: 9px;
  }

  .counter-intro {
    max-width: 700px;
  }

  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .counter-card:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .counter-card:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .counter-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .company-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strip-item:nth-child(2) {
    border-right: 0;
  }

  .about-layout {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .about-visual {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
  }

  .product-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-layout,
  .industries-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .why-sticky {
    position: static;
  }

  .why-side-image,
  .industries-image {
    height: 330px;
  }

  .why-process {
    border-left: 0;
    padding-left: 0;
  }

  .faq-visual {
    min-height: 570px;
    position: relative;
    top: auto;
  }

  .faq-visual>img {
    height: 530px;
  }

  .faq-visual::after {
    height: 480px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand-column,
  .footer-contact {
    grid-column: span 3;
  }

  .footer-contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-showcase-area {
    padding: 60px 25px;
  }

  .industry-showcase-heading {
    margin-bottom: 50px;
  }

  .industry-showcase-heading h2 {
    font-size: 30px;
  }

  .industry-showcase-wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .industry-showcase-center {
    order: 1;
  }

  .industry-showcase-left {
    order: 2;
  }

  .industry-showcase-right {
    order: 3;
  }

  .industry-showcase-image {
    margin: auto;
    max-width: 400px;
  }

  .industry-showcase-left,
  .industry-showcase-right {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .section-heading {
    align-items: flex-start;
    display: block;
  }

  .section-heading h2,
  .about-content h2,
  .services-heading h2,
  .contact-intro h2 {
    font-size: 33px;
  }

  .section-heading>p,
  .section-heading>.text-link {
    display: block;
    margin-top: 15px;
  }

  .topbar-contact {
    gap: 12px;
    justify-content: center;
    width: 100%;
  }

  .topbar-contact a {
    font-size: 10px;
  }

  .topbar-right {
    display: none;
  }

  .brand-mark {
    font-size: 45px;
  }

  .main-nav .brand-mark {
    flex-basis: 84px;
    height: 56px;
    margin-right: 10px;
  }

  .brand-text {
    padding-left: 10px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text small {
    font-size: 8px;
  }

  .search-open {
    height: 38px;
    width: 38px;
  }

  .hero-slider {
    aspect-ratio: 1920 / 800;
    height: auto;
    min-height: 0;
  }

  .hero-slide-bg {
    object-position: center center;
  }

  .slide-content {
    left: 7%;
    max-width: 46%;
    right: auto;
    top: 52%;
  }

  .slide-content h1,
  .slide-content h2 {
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .slide-content p {
    font-size: 9px;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .hero-slide-number {
    font-size: 8px;
    margin-right: 5px;
    padding: 3px 5px;
  }

  .slide-content .hero-kicker {
    font-size: 7px;
    letter-spacing: 0.7px;
    line-height: 1.4;
  }

  .slider-dots {
    bottom: 7px;
  }

  .company-strip-grid {
    grid-template-columns: 1fr;
  }

  .strip-item,
  .strip-item:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    border-right: 0;
  }

  .about-visual {
    min-height: 390px;
  }

  .about-visual>img {
    height: 360px;
  }

  .about-badge {
    bottom: 0;
    left: 0;
  }

  .about-mini-card {
    display: none;
  }

  .counter-section {
    padding: 65px 0;
  }

  .counter-intro h2 {
    font-size: 33px;
  }

  .product-showcase-grid,
  .industries-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .why-side-image,
  .industries-image {
    height: 270px;
  }

  .why-process-item {
    gap: 12px;
    grid-template-columns: 28px 48px 1fr;
  }

  .faq-visual {
    min-height: 470px;
  }

  .faq-visual>img {
    height: 430px;
    width: calc(100% - 20px);
  }

  .faq-visual::after {
    height: 390px;
    width: calc(100% - 45px);
  }

  .faq-visual-card {
    bottom: 20px;
    left: 0;
    width: calc(100% - 35px);
  }

  .faq-content h2 {
    font-size: 33px;
  }

  .faq-question {
    font-size: 16px;
    gap: 10px;
    grid-template-columns: 25px 1fr 18px;
    padding: 18px 15px;
  }

  .faq-answer p {
    font-size: 14px;
    margin: 0 15px;
    padding-left: 35px;
  }

  .contact-intro {
    padding: 38px 25px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .newsletter-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 55px;
  }

  .footer-brand-column,
  .footer-contact {
    grid-column: span 2;
  }

  .footer-contact ul {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .industry-showcase-area {
    padding: 50px 20px;
  }

  .industry-showcase-heading h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .industry-showcase-heading span {
    font-size: 13px;
    padding: 8px 18px;
  }

  .industry-showcase-left,
  .industry-showcase-right {
    grid-template-columns: 1fr;
  }

  .industry-showcase-item {
    gap: 15px;
    padding: 15px;
  }

  .industry-showcase-item i {
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    min-width: 55px;
  }

  .industry-showcase-item h3 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }

  .counter-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 150px;
  }

  .counter-card:last-child {
    border-bottom: 0;
  }

  .industry-showcase-area {
    padding: 45px 15px;
  }

  .industry-showcase-heading {
    margin-bottom: 35px;
  }

  .industry-showcase-heading h2 {
    font-size: 24px;
  }

  .industry-showcase-image {
    max-width: 100%;
  }

  .industry-showcase-image::before {
    inset: 8px;
  }

  .industry-showcase-item {
    align-items: center;
    border-radius: 15px;
    flex-direction: row;
    padding: 12px;
  }

  .industry-showcase-item i {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
  }

  .industry-showcase-item h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .topbar-contact a:nth-child(2) {
    display: none;
  }

  .brand-text {
    display: none;
  }

  .main-nav .brand-mark {
    flex-basis: 90px;
    height: 60px;
  }

  .hero-slider {
    aspect-ratio: 1920 / 800;
    height: auto;
    min-height: 0;
  }

  .hero-slide-bg {
    object-position: center center;
  }

  .slide-content {
    left: 6%;
    max-width: 48%;
    right: auto;
    top: 52%;
  }

  .slide-content::before {
    height: 2px;
    margin-bottom: 5px;
    width: 28px;
  }

  .slide-content .hero-kicker {
    font-size: 6px;
    letter-spacing: 0.4px;
    line-height: 1.5;
  }

  .slide-content h1,
  .slide-content h2 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .slide-content p {
    font-size: 7px;
    line-height: 1.45;
    max-width: 100%;
  }

  .slider-arrow {
    height: 30px;
    justify-content: center;
    padding: 0;
    top: 8px;
    width: 34px;
  }

  .slider-arrow span {
    display: none;
  }

  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-buttons a {
    text-align: center;
    width: 100%;
  }

  .about-visual {
    min-height: 330px;
  }

  .about-visual>img {
    height: 300px;
    width: calc(100% - 20px);
  }

  .about-visual::after {
    height: 280px;
    width: calc(100% - 35px);
  }

  .why-side-image,
  .industries-image {
    height: 220px;
  }

  .faq-visual {
    min-height: 390px;
  }

  .faq-visual>img {
    height: 350px;
  }

  .faq-visual::after {
    height: 310px;
  }

  .faq-visual-card {
    grid-template-columns: 38px 1fr;
    padding: 16px;
  }

  .faq-visual-card>i {
    height: 38px;
  }

  .faq-visual-card strong {
    font-size: 15px;
  }

  .faq-question {
    font-size: 15px;
    grid-template-columns: 22px 1fr 15px;
    padding: 16px 12px;
  }

  .faq-answer p {
    margin: 0 12px;
    padding-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-column,
  .footer-contact {
    grid-column: auto;
  }

  .newsletter-inner form {
    flex-direction: column;
  }

  .newsletter-inner button {
    padding: 13px;
  }
}



/* about us css */
/*=========================
      HERO BANNER
==========================*/

.custom-hero-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg,
      rgba(255, 99, 2, 0.39),
      rgba(255, 125, 35, .92)),
    url("https://t3.ftcdn.net/jpg/05/80/09/14/360_F_580091404_VVtiIDzM7Uu9hgS9dk8jeP9xtYT2rsoB.jpg");
  background-size: cover;
  background-position: center;
}

.custom-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .4;
}

.custom-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, .15),
      rgba(0, 0, 0, .15));
}

.custom-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.custom-breadcrumb-wrap {
  margin-bottom: 18px;
}

.custom-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.custom-breadcrumb-list li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.custom-breadcrumb-list a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.custom-breadcrumb-list a:hover {
  color: #ffe0c7;
}

.custom-active-page {
  color: #fff4ea;
}

.custom-hero-title {
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.custom-hero-description {
  max-width: 650px;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  opacity: .95;
}


/*=========================
      RESPONSIVE
==========================*/

@media(max-width:991px) {

  .custom-hero-banner {
    height: 300px;
  }

  .custom-hero-title {
    font-size: 38px;
  }

  .custom-hero-description {
    font-size: 16px;
    max-width: 550px;
  }

}

@media(max-width:767px) {

  .custom-hero-banner {
    height: 300px;
    text-align: center;
  }

  .custom-breadcrumb-list {
    justify-content: center;
  }

  .custom-hero-title {
    font-size: 30px;
  }

  .custom-hero-description {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.6;
  }



}

@media(max-width:480px) {

  .custom-hero-title {
    font-size: 25px;
  }

  .custom-breadcrumb-list li {
    font-size: 13px;
  }

  .custom-hero-description {
    font-size: 14px;
  }

}

/* about us section */
/*==========================
        ABOUT US
===========================*/

.mlt-about-section {
  background: linear-gradient(180deg, #fff 0%, var(--light) 100%);
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}


.mlt-about-wrapper {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  position: relative;
  z-index: 1;
}

.mlt-about-images {
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 560px;
  padding: 18px;
  position: relative;
}

.mlt-about-main-image {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.mlt-about-main-image img {
  display: block;
  height: 623px;
  object-fit: cover;
  width: 100%;
}

.mlt-exp-box,
.mlt-about-image-card {
  align-items: center;
  box-shadow: 0 18px 40px rgba(7, 29, 73, 0.18);
  display: flex;
  position: absolute;
}

.mlt-exp-box {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 8px;
  bottom: 36px;
  color: #fff;
  flex-direction: column;
  height: 122px;
  justify-content: center;
  left: -22px;
  width: 138px;
}

.mlt-exp-box h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 7px;
}

.mlt-exp-box p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0;
  text-transform: uppercase;
}

.mlt-about-image-card {
  background: #fff;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  bottom: -17px;
  color: var(--ink);
  gap: 12px;
  max-width: 255px;
  padding: 16px 18px;
  right: -24px;
}

.mlt-about-image-card i {
  align-items: center;
  background: var(--orange-soft);
  border-radius: 50%;
  color: var(--orange-dark);
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.mlt-about-image-card span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.mlt-about-content {
  max-width: 650px;
}

.mlt-about-subtitle {
  align-items: center;
  color: var(--orange);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.mlt-about-subtitle::before {
  background: var(--orange);
  content: "";
  display: block;
  height: 3px;
  width: 42px;
}

.mlt-about-title {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 20px;
}

.mlt-about-content p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 15px;
}

.mlt-about-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0;
}

.mlt-about-stats div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.mlt-about-stats strong {
  color: var(--navy);
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 7px;
}

.mlt-about-stats span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.mlt-about-features {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.mlt-feature-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 15px;
  padding: 18px;
  transition: 0.25s ease;
}

.mlt-feature-item:hover {
  border-color: rgba(249, 120, 32, 0.45);
  box-shadow: 0 14px 32px rgba(7, 29, 73, 0.1);
  transform: translateY(-4px);
}

.mlt-feature-icon {
  align-items: center;
  background: var(--navy);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 44px;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mlt-feature-item h4 {
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 6px;
}

.mlt-feature-item p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.mlt-about-link {
  align-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.4px;
  margin-top: 28px;
  padding: 13px 20px;
  text-transform: uppercase;
}

.mlt-about-link:hover,
.mlt-about-link:focus {
  color: #fff;
  transform: translateY(-2px);
}

@media(max-width:991px) {
  .mlt-about-wrapper {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .mlt-about-images {
    min-height: auto;
  }

  .mlt-about-content {
    max-width: none;
  }
}

@media(max-width:767px) {
  .mlt-about-section {
    padding: 64px 0;
  }

  .mlt-about-images {
    padding: 12px;
  }

  .mlt-about-main-image img {
    height: 390px;
  }

  .mlt-exp-box,
  .mlt-about-image-card {
    position: static;
  }

  .mlt-exp-box {
    flex-direction: row;
    gap: 10px;
    height: auto;
    margin: 14px 0 0;
    padding: 16px;
    width: 100%;
  }

  .mlt-exp-box h3 {
    margin: 0;
  }

  .mlt-about-image-card {
    margin-top: 12px;
    max-width: none;
  }

  .mlt-about-title {
    font-size: 28px;
  }

  .mlt-about-stats,
  .mlt-about-features {
    grid-template-columns: 1fr;
  }
}

@media(max-width:480px) {
  .mlt-about-title {
    font-size: 24px;
  }

  .mlt-about-main-image img {
    height: 310px;
  }

  .mlt-feature-item {
    padding: 15px;
  }
}


/* who we are */
/*=================================
        WHO WE ARE
==================================*/

.mlt-company-section {
  background: #071d49;
  color: #fff;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.mlt-company-section::before {
  background:
    linear-gradient(90deg, rgba(3, 17, 45, .96) 0%, rgba(7, 29, 73, .92) 50%, rgba(255, 101, 2, .82) 100%),
    url("../img/travel/hero-road.png") center/cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.mlt-company-section::after {
  background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .22;
  position: absolute;
}

.mlt-company-container {
  max-width: 1320px;
  padding-bottom: 82px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 82px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.mlt-company-bg-word {
  bottom: -42px;
  color: rgba(255, 255, 255, .035);
  font-family: "Outfit", sans-serif;
  font-size: 210px;
  font-weight: 800;
  letter-spacing: 12px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 4%;
  z-index: 1;
}

.mlt-company-wrapper {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .76fr);
  position: relative;
  z-index: 1;
}

/* Left */

.mlt-company-left {
  max-width: 760px;
}

.mlt-company-tag {
  align-items: center;
  color: #ffc69e;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
  padding-left: 66px;
  position: relative;
  text-transform: uppercase;
}

.mlt-company-tag::before {
  background: #FF6502;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}

.mlt-company-left h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0 0 24px;
  max-width: 730px;
}

.mlt-company-left p {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
  max-width: 710px;
}

.mlt-company-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.mlt-company-actions a {
  align-items: center;
  background: #FF6502;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .7px;
  padding: 14px 22px;
  text-transform: uppercase;
}

.mlt-company-actions a:hover {
  background: #dc5d08;
  color: #fff;
  transform: translateY(-2px);
}

.mlt-company-actions span {
  align-items: center;
  color: rgba(255, 255, 255, .86);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.mlt-company-actions span i {
  color: #FF6502;
}

/* Right */

.mlt-company-right {
  position: relative;
}

.mlt-company-visual {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.mlt-company-visual::before {
  background: linear-gradient(180deg, transparent 40%, rgba(3, 17, 45, .74));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mlt-company-visual img {
  display: block;
  height: 460px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.mlt-company-visual-badge {
  background: #FF6502;
  bottom: 24px;
  color: #fff;
  left: 24px;
  min-width: 142px;
  padding: 18px 20px;
  position: absolute;
  z-index: 2;
}

.mlt-company-visual-badge strong {
  color: #fff;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}

.mlt-company-visual-badge span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mlt-company-mini-grid {
  background: #fff;
  box-shadow: 0 20px 45px rgba(3, 17, 45, .24);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 34px;
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.mlt-company-mini-grid div {
  border-right: 1px solid #e7eaf0;
  padding: 20px;
}

.mlt-company-mini-grid div:last-child {
  border-right: 0;
}

.mlt-company-mini-grid strong {
  color: #071d49;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  margin-bottom: 3px;
}

.mlt-company-mini-grid span {
  color: #687487;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

/* Cards */

.mlt-company-feature-grid {
  background: #fff;
  box-shadow: 0 24px 65px rgba(3, 17, 45, .22);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  position: relative;
  z-index: 1;
}

.mlt-company-feature {
  align-items: flex-start;
  border-right: 1px solid #e7eaf0;
  display: flex;
  gap: 20px;
  min-width: 0;
  padding: 28px 26px;
  position: relative;
  text-align: left;
  transition: .4s;
}

.mlt-company-feature:last-child {
  border-right: 0;
}

.mlt-company-feature:hover {
  background: #fff6ef;
}

.mlt-company-icon {
  align-items: center;
  background: #FFF2EA;
  border: 1px solid rgba(255, 101, 2, .18);
  border-radius: 50%;
  color: #FF6502;
  display: flex;
  flex: 0 0 62px;
  font-size: 25px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.mlt-company-feature-copy {
  min-width: 0;
}

.mlt-company-feature h4 {
  color: #071d49;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
  overflow-wrap: normal;
}

.mlt-company-feature p {
  color: #687487;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 310px;
  overflow-wrap: normal;
}

/*==========================
      Responsive
===========================*/

@media(max-width:991px) {

  .mlt-company-container {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .mlt-company-wrapper {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mlt-company-left h2 {
    font-size: 36px;
  }

  .mlt-company-feature-grid {
    grid-template-columns: 1fr;
  }

  .mlt-company-feature,
  .mlt-company-feature:last-child {
    border-bottom: 1px solid #e7eaf0;
    border-right: 0;
  }

  .mlt-company-feature p {
    max-width: none;
  }

  .mlt-company-feature:last-child {
    border-bottom: 0;
  }

}

@media(max-width:767px) {

  .mlt-company-section {
    padding: 0;
  }

  .mlt-company-container {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .mlt-company-left h2 {
    font-size: 29px;
  }

  .mlt-company-left p {
    font-size: 15px;
  }

  .mlt-company-visual,
  .mlt-company-visual img {
    height: 360px;
    min-height: 360px;
  }

  .mlt-company-mini-grid {
    grid-template-columns: 1fr;
    margin-left: 18px;
  }

  .mlt-company-mini-grid div {
    border-bottom: 1px solid #e7eaf0;
    border-right: 0;
  }

  .mlt-company-mini-grid div:last-child {
    border-bottom: 0;
  }

  .mlt-company-feature {
    gap: 16px;
    padding: 24px 20px;
  }

  .mlt-company-icon {
    flex-basis: 54px;
    font-size: 22px;
    height: 54px;
    width: 54px;
  }

}

@media(max-width:480px) {

  .mlt-company-left h2 {
    font-size: 25px;
  }

  .mlt-company-tag {
    font-size: 12px;
    letter-spacing: 1.8px;
    padding-left: 46px;
  }

  .mlt-company-tag::before {
    width: 32px;
  }

  .mlt-company-feature {
    gap: 14px;
    flex-direction: column;
  }

  .mlt-company-actions a {
    justify-content: center;
    width: 100%;
  }

  .mlt-company-visual,
  .mlt-company-visual img {
    height: 300px;
    min-height: 300px;
  }

  .mlt-company-visual-badge {
    bottom: 18px;
    left: 18px;
    min-width: 124px;
    padding: 15px 17px;
  }

  .mlt-company-feature h4 {
    font-size: 18px;
  }

}


/* what we manufacture */
/*=================================
        WHAT WE MANUFACTURE
==================================*/

.mlt-manufacture-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  padding: 70px 0;
}

.mlt-manufacture-header {
  margin: 0 auto 44px;
  max-width: 820px;
  text-align: center;
}

.mlt-manufacture-kicker {
  color: #FF6502;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.mlt-manufacture-header h2 {
  color: #071d49;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 auto 18px;
  max-width: 760px;
}

.mlt-manufacture-header p {
  color: #687487;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 690px;
}

.mlt-manufacture-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 360px 1fr;
}

.mlt-manufacture-intro {
  background:
    linear-gradient(180deg, #071d49 0%, #03112d 100%);
  color: #fff;
  padding: 38px 34px;
}

.mlt-manufacture-label {
  color: #ffc69e;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.mlt-manufacture-intro h3 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  line-height: 1.32;
  margin-bottom: 18px;
}

.mlt-manufacture-intro p {
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 26px;
}

.mlt-manufacture-points {
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 14px;
  padding-top: 24px;
}

.mlt-manufacture-points div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mlt-manufacture-points i {
  align-items: center;
  background: #FF6502;
  color: #fff;
  display: flex;
  flex: 0 0 28px;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.mlt-manufacture-points span {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 700;
}

.mlt-manufacture-products {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.mlt-manufacture-product {
  align-content: start;
  background: #fff;
  border: 1px solid #e7eaf0;
  box-shadow: 0 12px 34px rgba(7, 29, 73, .06);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 58px;
  min-height: 168px;
  padding: 24px;
  position: relative;
  transition: .25s ease;
}

.mlt-manufacture-product::before {
  background: #FF6502;
  bottom: 0;
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  transform: scaleX(0);
  transform-origin: left;
  transition: .25s ease;
}

.mlt-manufacture-product>i {
  align-items: center;
  background: #FFF2EA;
  color: #FF6502;
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.mlt-manufacture-product>span {
  color: #FF6502;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}

.mlt-manufacture-product h3 {
  color: #071d49;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.mlt-manufacture-product:hover {
  border-color: rgba(255, 101, 2, .38);
  box-shadow: 0 18px 45px rgba(7, 29, 73, .1);
  transform: translateY(-4px);
}

.mlt-manufacture-product:hover::before {
  transform: scaleX(1);
}

@media(max-width:1199px) {
  .mlt-manufacture-layout {
    grid-template-columns: 1fr;
  }
}

@media(max-width:991px) {
  .mlt-manufacture-section {
    padding: 72px 0;
  }

  .mlt-manufacture-header {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .mlt-manufacture-header h2 {
    font-size: 32px;
    margin-left: 0;
  }

  .mlt-manufacture-header p {
    margin-left: 0;
  }

  .mlt-manufacture-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:767px) {
  .mlt-manufacture-section {
    padding: 62px 0;
  }

  .mlt-manufacture-intro {
    padding: 28px 24px;
  }

  .mlt-manufacture-products {
    grid-template-columns: 1fr;
  }

  .mlt-manufacture-product {
    gap: 16px;
    grid-template-columns: 1fr 52px;
    min-height: auto;
    padding: 20px;
  }
}

@media(max-width:480px) {
  .mlt-manufacture-header h2 {
    font-size: 26px;
  }

  .mlt-manufacture-header p {
    font-size: 15px;
  }

  .mlt-manufacture-product {
    grid-template-columns: 1fr;
  }

  .mlt-manufacture-product>i {
    height: 52px;
    width: 52px;
  }

  .mlt-manufacture-product h3 {
    font-size: 16px;
  }
}


/* why choose us */
/*=================================
        WHY CHOOSE MLT
==================================*/

.mlt-choose-section {

  padding: 50px 0;
}

.mlt-choose-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(320px, 420px) 1fr;
}

.mlt-choose-intro {
  background: #FF6502;
  color: #fff;
  padding: 42px 36px;
}

.mlt-choose-kicker {
  color: #fff5ee;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.mlt-choose-intro h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 20px;
}

.mlt-choose-intro p {
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.mlt-choose-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.mlt-choose-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  min-height: 190px;
  padding: 26px;
  transition: .25s ease;
}

.mlt-choose-card.featured {
  grid-column: span 2;
  min-height: auto;
}

.mlt-choose-card:hover {
  border-color: #FF6502;
  transform: translateY(-4px);
}

.mlt-choose-icon {
  align-items: center;
  background: #FFF2EA;
  color: #FF6502;
  display: flex;
  font-size: 23px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.mlt-choose-card span {
  color: #FF6502;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.mlt-choose-card h3 {
  color: #071d49;
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 10px;
}

.mlt-choose-card p {
  color: #687487;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

@media(max-width:1199px) {
  .mlt-choose-layout {
    grid-template-columns: 1fr;
  }

  .mlt-choose-intro {
    max-width: none;
  }
}

@media(max-width:767px) {
  .mlt-choose-section {
    padding: 58px 0;
  }

  .mlt-choose-intro {
    padding: 32px 24px;
  }

  .mlt-choose-intro h2 {
    font-size: 28px;
  }

  .mlt-choose-list {
    grid-template-columns: 1fr;
  }

  .mlt-choose-card,
  .mlt-choose-card.featured {
    grid-column: auto;
  }
}

@media(max-width:480px) {
  .mlt-choose-card {
    gap: 15px;
    grid-template-columns: 48px 1fr;
    min-height: auto;
    padding: 20px;
  }

  .mlt-choose-icon {
    font-size: 19px;
    height: 48px;
    width: 48px;
  }

  .mlt-choose-card h3 {
    font-size: 18px;
  }

  .mlt-choose-card p,
  .mlt-choose-intro p {
    font-size: 14px;
  }
}


/* mission vision */
/*=================================
        MISSION VISION
==================================*/

.mlt-purpose-section {
  background: #fff;
  padding: 70px 0;
}

.mlt-purpose-header {
  margin: 0 auto 42px;
  max-width: 820px;
  text-align: center;
}

.mlt-purpose-header span {
  color: #FF6502;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mlt-purpose-header h2 {
  color: #071d49;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
}

.mlt-purpose-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: .92fr 1.08fr;
}

.mlt-purpose-card {
  border: 1px solid #e7eaf0;
  min-height: 390px;
  padding: 38px;
  position: relative;
}

.mlt-purpose-card.mission {
  background: #f7f8fb;
}

.mlt-purpose-card.vision {
  background: #071d49;
}

.mlt-purpose-top {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
}

.mlt-purpose-icon {
  align-items: center;
  background: #FF6502;
  color: #fff;
  display: flex;
  flex: 0 0 62px;
  font-size: 25px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.mlt-purpose-top span {
  color: #FF6502;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mlt-purpose-card h3 {
  color: #071d49;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

.mlt-purpose-card p {
  color: #687487;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

.mlt-purpose-card p:last-child {
  margin-bottom: 0;
}

.mlt-purpose-card.vision h3,
.mlt-purpose-card.vision .mlt-purpose-top span {
  color: #fff;
}

.mlt-purpose-card.vision p {
  color: rgba(255, 255, 255, .76);
}

.mlt-purpose-card.vision .mlt-purpose-icon {
  background: #fff;
  color: #FF6502;
}

@media(max-width:991px) {
  .mlt-purpose-grid {
    grid-template-columns: 1fr;
  }

  .mlt-purpose-card {
    min-height: auto;
  }
}

@media(max-width:767px) {
  .mlt-purpose-section {
    padding: 58px 0;
  }

  .mlt-purpose-header {
    text-align: left;
  }

  .mlt-purpose-header h2 {
    font-size: 30px;
  }

  .mlt-purpose-card {
    padding: 30px 24px;
  }

  .mlt-purpose-card h3 {
    font-size: 24px;
  }
}

@media(max-width:480px) {
  .mlt-purpose-header h2 {
    font-size: 26px;
  }

  .mlt-purpose-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .mlt-purpose-icon {
    flex-basis: 54px;
    font-size: 22px;
    height: 54px;
    width: 54px;
  }

  .mlt-purpose-card p {
    font-size: 15px;
  }
}




/* product pages css */
.mlt-luggage-showcase {
  padding: 45px 5%;
  background: linear-gradient(180deg, #fff, #fafafa);
  overflow: hidden
}

.mlt-showcase-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 80px;
  align-items: center
}

.mlt-showcase-media {
  position: relative;
  min-height: 720px
}

.mlt-accent-block {
  position: absolute;
  left: 0;
  top: 40px;
  width: 78%;
  height: 620px;
  background: #ff6600;
  border-radius: 40px;
  opacity: .08
}

.mlt-image-frame {
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
  height: 720px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .15)
}

.mlt-image-frame img {
  width: 620px;
  height: 720px;
  object-fit: cover;
  transition: .5s
}

.mlt-image-frame:hover img {
  transform: scale(1.05)
}

.mlt-floating-stat {
  position: absolute;
  left: 20px;
  bottom: 35px;
  width: 290px;
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
  border-top: 5px solid #ff6600
}

.mlt-floating-stat span {
  color: #ff6600;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px
}

.mlt-floating-stat h3 {
  margin: 10px 0 8px;
  font-size: 28px;
  color: #222
}

.mlt-floating-stat p {
  margin: 0;
  color: #666;
  line-height: 1.7
}

.mlt-chip {
  display: inline-block;
  background: #fff0e6;
  color: #ff6600;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px
}

.mlt-showcase-content {
  padding-right: 20px;
}

.mlt-showcase-content h2 {
  font-size: 30px;
  line-height: 1.18;
  margin: 20px 0;
  color: #1f1f1f
}

.mlt-divider {
  width: 110px;
  height: 5px;
  background: #ff6600;
  border-radius: 30px;
  margin: 0 0 28px
}

.mlt-showcase-content p {
  font-size: 17px;
  line-height: 31px;
  color: #5e5e5e;
  margin: 0 0 10px
}

.mlt-feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0
}

.mlt-feature-panel article {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
  transition: .35s
}

.mlt-feature-panel article:hover {
  transform: translateY(-6px);
  border-color: #ff6600
}

.mlt-feature-panel h4 {
  margin: 0 0 10px;
  color: #222
}

.mlt-feature-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 26px
}

.mlt-orange-btn {
  display: inline-block;
  padding: 16px 34px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700
}

@media(max-width:1100px) {
  .mlt-showcase-wrap {
    grid-template-columns: 1fr
  }

  .mlt-showcase-media {
    min-height: auto
  }

  .mlt-image-frame {
    position: relative;
    width: 100%;
    height: 600px
  }

  .mlt-image-frame img {
    width: 100%;
    height: 600px
  }

  .mlt-accent-block {
    width: 85%;
    height: 520px
  }

  .mlt-floating-stat {
    left: 25px;
    bottom: 25px
  }
}

@media(max-width:768px) {
  .mlt-luggage-showcase {
    padding: 70px 20px
  }

  .mlt-showcase-content h2 {
    font-size: 34px
  }

  .mlt-feature-panel {
    grid-template-columns: 1fr
  }

  .mlt-image-frame {
    height: 420px
  }

  .mlt-image-frame img {
    height: 420px
  }

  .mlt-floating-stat {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    margin-top: 20px
  }
}


/*==========================
Travel Performance Section
==========================*/

.mlt-travel-performance-sec {

  padding: 60px 4%;
  background: #111111;
  overflow: hidden;
  position: relative;

}




.mlt-travel-container {

  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 2;

}

.mlt-travel-tag {

  display: inline-block;
  padding: 11px 22px;
  background: rgba(255, 102, 0, .12);
  border: 1px solid rgba(255, 102, 0, .25);
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #FF6600;
  margin-bottom: 22px;

}

.mlt-travel-container h2 {

  font-size: 54px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 18px;
  max-width: 760px;

}

.mlt-travel-container h2 span {

  color: #FF6600;

}

.mlt-travel-line {

  width: 95px;
  height: 5px;
  background: #FF6600;
  border-radius: 30px;
  margin-bottom: 12px;

}

.mlt-travel-intro {

  max-width: 900px;
  font-size: 18px;
  line-height: 34px;
  color: #cfcfcf;
  margin-bottom: 65px;

}

/* Cards */

.mlt-travel-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.mlt-travel-card {

  background: #1b1b1b;
  padding: 42px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .05);
  transition: .4s;
  position: relative;
  overflow: hidden;

}

.mlt-travel-card::before {

  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #FF6600;

}

.mlt-travel-card:hover {

  transform: translateY(-10px);
  border-color: #FF6600;
  box-shadow: 0 20px 50px rgba(255, 102, 0, .15);

}

.mlt-card-number {

  font-size: 54px;
  font-weight: 800;
  color: white;
  margin-bottom: 18px;

}

.mlt-travel-card h3 {

  font-size: 25px;
  color: #fff;
  margin-bottom: 18px;

}

.mlt-travel-card p {

  font-size: 16px;
  line-height: 30px;
  color: #bfbfbf;

}

/* Responsive */

@media(max-width:1100px) {

  .mlt-travel-grid {

    grid-template-columns: 1fr;
    gap: 25px;

  }

}

@media(max-width:768px) {

  .mlt-travel-performance-sec {

    padding: 80px 25px;

  }

  .mlt-travel-container h2 {

    font-size: 36px;
    line-height: 48px;

  }

  .mlt-travel-intro {

    font-size: 16px;
    line-height: 30px;

  }

  .mlt-travel-card {

    padding: 30px;

  }

  .mlt-card-number {

    font-size: 42px;

  }

}

@media(max-width:480px) {

  .mlt-travel-container h2 {

    font-size: 30px;
    line-height: 40px;

  }

  .mlt-travel-tag {

    font-size: 12px;

  }

  .mlt-travel-card h3 {

    font-size: 21px;

  }

}

.mlt-feature-wall {
  padding: 70px 5%;
  background: #f7f8fa
}

.mlt-fw-container {
  max-width: 1400px;
  margin: auto
}

.mlt-fw-header {
  display: flex;

  align-items: flex-end;
  gap: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px
}

.mlt-fw-label {
  color: #ff6600;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px
}

.mlt-fw-header h2 {
  margin: 0;
  font-size: 44px;
  color: #202020
}

.mlt-fw-header h2 span {
  color: #ff6600
}

.mlt-fw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.mlt-fw-box {
  background: #fff;
  border-radius: 18px;
  padding: 24px 24px 24px 70px;
  position: relative;
  border: 1px solid #ececec;
  min-height: 115px;
  transition: .35s
}

.mlt-fw-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #ff6600;
  border-radius: 18px 0 0 18px
}

.mlt-fw-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
  border-color: #ff6600
}

.mlt-fw-no {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 28px;
  font-weight: 800;
  color: #ff6600
}

.mlt-fw-box p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #444;
  font-weight: 600
}

.mlt-fw-wide {
  grid-column: 2/span 1;
  background: #202020
}

.mlt-fw-wide p {
  color: #fff
}

@media(max-width:1024px) {
  .mlt-fw-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .mlt-fw-wide {
    grid-column: auto
  }
}

@media(max-width:768px) {
  .mlt-feature-wall {
    padding: 55px 20px
  }

  .mlt-fw-header {
    display: block
  }

  .mlt-fw-header h2 {
    font-size: 32px;
    margin-top: 10px
  }

  .mlt-fw-grid {
    grid-template-columns: 1fr
  }
}

.mlt-benefits-band {
  padding: 60px 6%;
  background: linear-gradient(135deg, #fff 0%, #fff 55%, #fff7f2 100%)
}

.mlt-benefits-wrap {
  max-width: 1380px;
  margin: auto;
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 55px;
  align-items: start
}

.mlt-benefits-tag {
  display: inline-block;
  padding: 8px 16px;
  background: #fff0e6;
  color: #ff6600;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px
}

.mlt-benefits-intro h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #222;
  margin: 16px 0
}

.mlt-benefits-intro h2 span {
  color: #ff6600
}



.mlt-benefits-intro p {
  font-size: 17px;
  line-height: 30px;
  color: #666
}

.mlt-benefits-timeline {
  position: relative;
  padding-left: 42px
}

.mlt-benefits-timeline:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffd2b8
}

.mlt-benefit-row {
  position: relative;
  padding-bottom: 24px
}

.mlt-benefit-dot {
  position: absolute;
  left: -1px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: #ff6600;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffd8c2
}

.mlt-benefit-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 24px 26px;
  margin-left: 24px;
  transition: .3s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04)
}

.mlt-benefit-card:hover {
  transform: translateX(8px);
  border-color: #ff6600;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .08)
}

.mlt-benefit-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #222
}

.mlt-benefit-card p {
  margin: 0;
  color: #666;
  line-height: 28px;
  font-size: 15px
}

@media(max-width:992px) {
  .mlt-benefits-wrap {
    grid-template-columns: 1fr
  }

  .mlt-benefits-intro h2 {
    font-size: 34px
  }
}

@media(max-width:768px) {
  .mlt-benefits-band {
    padding: 65px 20px
  }

  .mlt-benefits-timeline {
    padding-left: 30px
  }

  .mlt-benefit-card {
    margin-left: 16px;
    padding: 20px
  }

  .mlt-benefit-card h3 {
    font-size: 19px
  }
}

/*==============================
Benefits Image
==============================*/

.mlt-benefits-image {

  margin-top: 35px;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;

}

.mlt-benefits-image img {

  width: 430px;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  transition: .4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

}

.mlt-benefits-image:hover img {

  transform: scale(1.04);

}

@media(max-width:992px) {

  .mlt-benefits-image img {

    height: 380px;

  }

}

@media(max-width:768px) {

  .mlt-benefits-image {

    margin-top: 25px;

  }

  .mlt-benefits-image img {

    height: 320px;

  }

}

@media(max-width:480px) {

  .mlt-benefits-image img {

    height: 240px;

  }

}



.mlt-contact-sec {

  position: relative;
  width: 100%;
  padding: 40px 20px;
  background: #FFF8F3;
  overflow: hidden;

}


.mlt-contact-container {

  max-width: 1320px;
  margin: auto;
  position: relative;
  z-index: 2;

}

.mlt-contact-grid {

  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 70px;
  align-items: center;

}

/* LEFT */

.mlt-contact-tag {

  display: inline-block;
  background: #FFE7D7;
  color: #FF6601;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;

}

.mlt-contact-left h2 {

  font-size: 44px;
  line-height: 1.25;
  color: #222;
  margin-bottom: 25px;
  font-weight: 700;

}

.mlt-contact-left h2 span {

  color: #FF6601;

}

.mlt-contact-left p {

  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 40px;

}

.mlt-contact-btn {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: #FF6601;
  color: #fff;
  padding: 18px 38px;
  border-radius: 60px;
  font-weight: 600;
  transition: .35s;

}

.mlt-contact-btn:hover {

  background: #222;

}

/* RIGHT */

.mlt-contact-right {

  display: flex;
  flex-direction: column;
  gap: 25px;

}

.mlt-contact-card {

  background: #fff;
  border-radius: 18px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 22px;
  transition: .35s;
  border: 1px solid #f1f1f1;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .05);

}

.mlt-contact-card:hover {

  transform: translateY(-6px);
  border-color: #FF6601;
  box-shadow: 0 20px 45px rgba(255, 102, 1, .12);

}

.mlt-contact-icon {

  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 18px;
  background: #FFF0E6;
  display: flex;
  align-items: center;
  justify-content: center;

}

.mlt-contact-icon i {

  font-size: 28px;
  color: #FF6601;

}

.mlt-contact-info span {

  display: block;
  color: #888;
  margin-bottom: 8px;
  font-size: 14px;

}

.mlt-contact-info h4 {

  margin: 0;
  font-size: 21px;
  line-height: 1.6;
  color: #222;
  font-weight: 600;

}

.mlt-contact-info a {

  color: #222;
  text-decoration: none;

}

.mlt-contact-info a:hover {

  color: #FF6601;

}

/* Tablet */

@media(max-width:991px) {

  .mlt-contact-grid {

    grid-template-columns: 1fr;
    gap: 50px;

  }

  .mlt-contact-left {

    text-align: center;

  }

}

/* Mobile */

@media(max-width:767px) {

  .mlt-contact-sec {

    padding: 70px 15px;

  }

  .mlt-contact-left h2 {

    font-size: 32px;

  }

  .mlt-contact-left p {

    font-size: 15px;

  }

  .mlt-contact-card {

    padding: 22px;
    gap: 15px;

  }

  .mlt-contact-icon {

    width: 60px;
    height: 60px;
    min-width: 60px;

  }

  .mlt-contact-icon i {

    font-size: 22px;

  }

  .mlt-contact-info h4 {

    font-size: 17px;

  }

  .mlt-contact-btn {

    padding: 15px 30px;

  }

}

/* Premium luggage showcase redesign */
.mlt-luggage-showcase {
  position: relative;
  padding: 50px 5%;
  background: linear-gradient(135deg, #f7f8fa 0%, #fff 52%, #fff6f0 100%);
}



.mlt-showcase-wrap {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(60px, 7vw, 110px);
  width: 100%;
}

.mlt-showcase-media {
  min-height: 650px;
}

.mlt-accent-block {
  left: -22px;
  top: auto;
  bottom: -22px;
  width: 78%;
  height: 78%;
  border-radius: 28px;
  opacity: .12;
}

.mlt-image-frame {
  top: 0;
  right: 0;
  width: calc(100% - 28px);
  height: 100%;
  border: 10px solid #fff;
  border-radius: 30px;
  background: #ddd;
  box-shadow: 0 30px 70px rgba(28, 28, 28, .16);
}

.mlt-image-frame img {
  display: block;
  width: 480px;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.mlt-image-frame:hover img {
  transform: scale(1.045);
}

.mlt-showcase-image-label {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50px;
  color: #fff;
  background: rgba(20, 20, 20, .72);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mlt-floating-stat {
  left: auto;
  right: -38px;
  bottom: -51px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 17px;
  width: min(340px, 74%);
  padding: 20px;
  border: 1px solid rgba(255, 102, 0, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .15);
}

.mlt-floating-stat-icon {
  display: grid;
  flex: 0 0 58px;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  color: #fff;
  background: #ff6600;
  font-size: 22px;
  box-shadow: 0 10px 22px rgba(255, 102, 0, .24);
}

.mlt-floating-stat span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mlt-floating-stat h3 {
  margin: 3px 0 2px;
  font-size: 21px;
  line-height: 1.2;
}

.mlt-floating-stat p {
  font-size: 13px;
  line-height: 1.5;
}

.mlt-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: #ff6600;
  background: transparent;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.mlt-chip::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #ff6600;
}

.mlt-showcase-content {
  max-width: 700px;
  padding-right: 0;
}

.mlt-showcase-content h2 {
  margin: 19px 0 22px;
  color: #1d1d1d;
  font-size: clamp(38px, 2.5vw, 59px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.mlt-showcase-content h2 span {
  color: #ff6600;
}

.mlt-divider {
  width: 75px;
  height: 4px;
  margin-bottom: 26px;
}

.mlt-showcase-content p {
  margin-bottom: 13px;
  color: #606060;
  font-size: 16px;
  line-height: 1.8;
}

.mlt-showcase-content>p:first-of-type {
  color: #444;
  font-size: 16px;
}

.mlt-showcase-content strong {
  color: #272727;
}

.mlt-feature-panel {
  gap: 14px;
  margin: 29px 0 31px;
}

.mlt-feature-panel article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .88);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.mlt-feature-panel article:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 102, 0, .5);
}

.mlt-feature-panel-icon {
  display: grid;
  flex: 0 0 43px;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: #ff6600;
  background: #fff0e6;
  font-size: 17px;
}

.mlt-feature-panel h4 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.35;
}

.mlt-feature-panel p {
  font-size: 13px;
  line-height: 1.55;
}

.mlt-showcase-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.mlt-orange-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 9px;
  box-shadow: 0 12px 26px rgba(255, 102, 0, .24);
  transition: transform .3s ease, background .3s ease;
}

.mlt-orange-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  background: #e85d00;
}

.mlt-showcase-catalogue-btn {
  align-items: center;
  animation: mltShowcaseCatalogueBlink 1.15s ease-in-out infinite;
  background: linear-gradient(135deg, #132d4f, #071a33);
  border: 2px solid #ff7a1a;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(8, 29, 56, .22);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.mlt-showcase-catalogue-btn:hover,
.mlt-showcase-catalogue-btn:focus {
  animation-play-state: paused;
  background: linear-gradient(135deg, #ff7a1a, #dc5d08);
  box-shadow: 0 12px 28px rgba(220, 93, 8, .34);
  color: #fff;
  outline: none;
  transform: translateY(-3px);
}

.mlt-showcase-catalogue-btn:focus-visible {
  outline: 3px solid rgba(255, 122, 26, .35);
  outline-offset: 3px;
}

@keyframes mltShowcaseCatalogueBlink {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 26, .55), 0 10px 24px rgba(8, 29, 56, .22);
    filter: brightness(1);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(255, 122, 26, 0), 0 13px 28px rgba(220, 93, 8, .4);
    filter: brightness(1.25);
  }
}

.mlt-showcase-actions>span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 700;
}

.mlt-showcase-actions>span i {
  color: #ff6600;
}

@media(max-width:1100px) {
  .mlt-luggage-showcase {
    padding: 80px 5%;
  }

  .mlt-showcase-wrap {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .mlt-showcase-media {
    min-height: 600px;
  }

  .mlt-image-frame {
    width: calc(100% - 20px);
    height: 100%;
  }

  .mlt-image-frame img {
    height: 100%;
  }

  .mlt-showcase-content {
    max-width: 850px;
  }

  .mlt-floating-stat {
    left: auto;
    right: -5px;
  }
}

@media(max-width:768px) {
  .mlt-luggage-showcase {
    padding: 65px 20px;
  }

  .mlt-showcase-media {
    min-height: 470px;
  }

  .mlt-image-frame {
    height: 100%;
    border-width: 7px;
    border-radius: 23px;
  }

  .mlt-image-frame img {
    height: 100%;
  }

  .mlt-floating-stat {
    position: absolute;
    left: auto;
    right: -4px;
    bottom: 24px;
    width: min(340px, 82%);
    margin-top: 0;
  }

  .mlt-showcase-content h2 {
    font-size: clamp(36px, 8vw, 47px);
  }
}

@media(max-width:520px) {
  .mlt-luggage-showcase {
    padding: 55px 16px;
  }

  .mlt-showcase-wrap {
    gap: 48px;
  }

  .mlt-showcase-media {
    min-height: 410px;
  }

  .mlt-accent-block {
    left: -8px;
    bottom: -12px;
  }

  .mlt-image-frame {
    width: calc(100% - 8px);
  }

  .mlt-showcase-image-label {
    top: 17px;
    left: 17px;
    font-size: 9px;
  }

  .mlt-floating-stat {
    right: 8px;
    bottom: -22px;
    width: calc(100% - 30px);
    padding: 15px;
  }

  .mlt-floating-stat-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .mlt-floating-stat h3 {
    font-size: 18px;
  }

  .mlt-floating-stat p {
    font-size: 12px;
  }

  .mlt-showcase-content h2 {
    font-size: 34px;
    letter-spacing: -.7px;
  }

  .mlt-showcase-content>p:first-of-type,
  .mlt-showcase-content p {
    font-size: 15px;
  }

  .mlt-showcase-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media(prefers-reduced-motion:reduce) {

  .mlt-image-frame img,
  .mlt-feature-panel article,
  .mlt-orange-btn,
  .mlt-showcase-catalogue-btn {
    animation: none;
    transition: none;
  }
}

/* Luggage gallery */
    .mlt-zig-gallery {
        --mlt-orange: #f58220;
        --mlt-navy: #10243e;
        --mlt-gallery-gap: 20px;
        position: relative;
        overflow: hidden;
        padding: 90px 0;
        background: linear-gradient(145deg, #f7f9fc 0%, #fff 48%, #fff6ed 100%);
        isolation: isolate
    }



    .mlt-zig-gallery__head {
        position: relative;
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto 44px;
        text-align: center
    }

    .mlt-zig-gallery__tag {
        display: inline-block;
        margin-bottom: 12px;
        color: var(--mlt-orange);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2.2px
    }

    .mlt-zig-gallery__head h2 {
        margin: 0;
        color: var(--mlt-navy);
        font-size: clamp(30px, 4vw, 52px);
        line-height: 1.1;
        font-weight: 800
    }

    .mlt-zig-gallery__head h2 span {
        color: var(--mlt-orange)
    }

    .mlt-zig-gallery__head p {
        max-width: 650px;
        margin: 17px auto 0;
        color: #667386;
        font-size: 16px;
        line-height: 1.7
    }

    .mlt-zig-gallery__rows {
        display: grid;
        gap: var(--mlt-gallery-gap)
    }

    .mlt-zig-gallery__categories {
        display: grid;
        gap: 38px
    }

    .mlt-zig-gallery__category {
        min-width: 0
    }

    .mlt-zig-gallery__category-head {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 18px;
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto 18px;
        padding: 20px 24px;
        border: 1px solid rgba(245, 130, 32, .16);
        border-radius: 20px;
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 12px 35px rgba(16, 36, 62, .07)
    }

    .mlt-zig-gallery__category-icon {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        border-radius: 17px;
        color: #fff;
        background: linear-gradient(135deg, #ff8c32, var(--mlt-orange));
        font-size: 22px;
        box-shadow: 0 10px 24px rgba(245, 130, 32, .24)
    }

    .mlt-zig-gallery__category-copy {
        min-width: 0
    }

    .mlt-zig-gallery__category-copy h3 {
        margin: 0;
        color: var(--mlt-navy);
        font-size: clamp(21px, 2vw, 28px);
        line-height: 1.25
    }

    .mlt-zig-gallery__category-copy p {
        margin: 5px 0 0;
        color: #6a7686;
        font-size: 14px;
        line-height: 1.55
    }

    .mlt-zig-gallery__viewport {
        min-width: 0;
        width: 100%;
        overflow: hidden;
        overscroll-behavior-x: contain;
        padding: 5px 0
    }

    .mlt-zig-gallery__track {
        display: flex;
        width: max-content;
        gap: var(--mlt-gallery-gap);
        animation: mltGalleryMove 45s linear infinite;
        will-change: transform
    }

    .mlt-zig-gallery__track--reverse {
        animation-name: mltGalleryMoveReverse;
        animation-duration: 52s
    }

    .mlt-zig-gallery__viewport:hover .mlt-zig-gallery__track,
    .mlt-zig-gallery__viewport:focus-within .mlt-zig-gallery__track {
        animation-play-state: paused
    }

    .mlt-zig-gallery__card {
        position: relative;
        flex: 0 0 clamp(190px, 16vw, 230px);
        width: clamp(190px, 16vw, 230px);
        max-width: calc(100vw - 32px);
        aspect-ratio: 1;
        box-sizing: border-box;
        border: 0;
        border-radius: 22px;
        overflow: hidden;
        padding: 0;
        background: #fff;
        box-shadow: 0 10px 32px rgba(16, 36, 62, .12);
        cursor: pointer;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation
    }

    .mlt-zig-gallery__card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
        transition: transform .45s ease
    }

    .mlt-zig-gallery__card:hover img {
        transform: scale(1.07)
    }

    .mlt-zig-gallery__card span {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(16, 36, 62, .9);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        opacity: 0;
        transform: translateY(8px);
        transition: .3s
    }

    .mlt-zig-gallery__card:hover span,
    .mlt-zig-gallery__card:focus-visible span {
        opacity: 1;
        transform: none
    }

    @keyframes mltGalleryMove {
        to {
            transform: translateX(calc(-50% - (var(--mlt-gallery-gap) / 2)))
        }
    }

    @keyframes mltGalleryMoveReverse {
        from {
            transform: translateX(calc(-50% - (var(--mlt-gallery-gap) / 2)))
        }

        to {
            transform: translateX(0)
        }
    }

    .mlt-zig-lightbox {
        position: fixed;
        z-index: 99999;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        box-sizing: border-box;
        overflow-y: auto;
        overscroll-behavior: contain;
        transition: .25s
    }

    .mlt-zig-lightbox.is-open {
        visibility: visible;
        opacity: 1
    }

    .mlt-zig-lightbox__backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(5, 16, 29, .82);
        backdrop-filter: blur(7px)
    }

    .mlt-zig-lightbox__box {
        position: relative;
        width: min(500px, 100%);
        max-height: calc(100dvh - 40px);
        box-sizing: border-box;
        z-index: 1;
        padding: 12px 12px 18px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
        transform: scale(.92);
        transition: .25s
    }

    .mlt-zig-lightbox.is-open .mlt-zig-lightbox__box {
        transform: scale(1)
    }

    .mlt-zig-lightbox__box img {
        display: block;
        width: 100%;
        height: min(476px, calc(100dvh - 64px));
        max-height: calc(100dvh - 64px);
        aspect-ratio: 1;
        object-fit: contain;
        border-radius: 16px;
        background: #f6f7f9
    }

    .mlt-zig-lightbox__close {
        position: absolute;
        z-index: 2;
        top: -14px;
        right: -14px;
        width: 42px;
        height: 42px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: #f58220;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .25)
    }

    body.mlt-zig-no-scroll {
        overflow: hidden;
        touch-action: none
    }

    @media(max-width:1199px) {
        .mlt-zig-gallery {
            padding: 78px 0
        }

        .mlt-zig-gallery__card {
            flex-basis: 205px;
            width: 205px
        }
    }

    @media(max-width:991px) {
        .mlt-zig-gallery {
            --mlt-gallery-gap: 16px;
            padding: 70px 0
        }

        .mlt-zig-gallery__head {
            margin-bottom: 36px
        }

        .mlt-zig-gallery__track {
            animation-duration: 40s
        }

        .mlt-zig-gallery__track--reverse {
            animation-duration: 46s
        }

        .mlt-zig-gallery__card {
            flex-basis: 180px;
            width: 180px;
            border-radius: 18px
        }
    }

    @media(max-width:767px) {
        .mlt-zig-gallery {
            --mlt-gallery-gap: 13px;
            padding: 62px 0
        }

        .mlt-zig-gallery__head {
            width: calc(100% - 28px);
            margin-bottom: 30px
        }

        .mlt-zig-gallery__head h2 {
            font-size: clamp(28px, 8vw, 38px);
            line-height: 1.15
        }

        .mlt-zig-gallery__head p {
            margin-top: 14px;
            font-size: 15px;
            line-height: 1.6
        }

        .mlt-zig-gallery__categories {
            gap: 30px
        }

        .mlt-zig-gallery__category-head {
            grid-template-columns: auto minmax(0, 1fr);
            width: calc(100% - 28px);
            padding: 16px;
            border-radius: 17px
        }

        .mlt-zig-gallery__category-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            font-size: 19px
        }

        .mlt-zig-gallery__category-copy p {
            font-size: 13px
        }

        .mlt-zig-gallery__track {
            animation-duration: 36s
        }

        .mlt-zig-gallery__track--reverse {
            animation-duration: 40s
        }

        .mlt-zig-gallery__card {
            flex-basis: 155px;
            width: 155px;
            border-radius: 16px
        }

        .mlt-zig-gallery__card span {
            display: none
        }

        .mlt-zig-lightbox {
            padding: 18px
        }

        .mlt-zig-lightbox__box {
            max-height: calc(100dvh - 36px);
            padding: 8px;
            border-radius: 18px
        }

        .mlt-zig-lightbox__box img {
            height: auto;
            max-height: calc(100dvh - 52px);
            border-radius: 12px
        }

        .mlt-zig-lightbox__close {
            top: 8px;
            right: 8px;
            width: 40px;
            height: 40px;
            border-width: 2px
        }
    }

    @media(max-width:479px) {
        .mlt-zig-gallery {
            --mlt-gallery-gap: 10px;
            padding: 52px 0
        }

        .mlt-zig-gallery__tag {
            margin-bottom: 9px;
            font-size: 11px;
            letter-spacing: 1.7px
        }

        .mlt-zig-gallery__category-head {
            grid-template-columns: 42px minmax(0, 1fr);
            gap: 12px;
            width: calc(100% - 24px);
            margin-bottom: 13px;
            padding: 14px 12px
        }

        .mlt-zig-gallery__category-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            font-size: 17px
        }

        .mlt-zig-gallery__category-copy h3 {
            font-size: 19px
        }

        .mlt-zig-gallery__category-copy p {
            display: none
        }

        .mlt-zig-gallery__card {
            flex-basis: clamp(132px, 42vw, 155px);
            width: clamp(132px, 42vw, 155px);
            border-radius: 14px;
            box-shadow: 0 7px 22px rgba(16, 36, 62, .1)
        }

        .mlt-zig-lightbox {
            padding: 12px
        }

        .mlt-zig-lightbox__box {
            max-height: calc(100dvh - 24px)
        }

        .mlt-zig-lightbox__box img {
            max-height: calc(100dvh - 40px)
        }
    }

    @media(prefers-reduced-motion:reduce) {
        .mlt-zig-gallery__track {
            animation-play-state: paused
        }
    }

/* Luggage product page responsive safeguards */
.mlt-product-page,
.mlt-product-page * {
    box-sizing: border-box
}

.mlt-product-page {
    width: 100%;
    max-width: 100%;
    overflow-x: clip
}

.mlt-product-page img {
    max-width: 100%
}

.mlt-product-page .mlt-image-frame img,
.mlt-product-page .mlt-benefits-image img {
    width: 100%
}

.mlt-product-page .mlt-showcase-content,
.mlt-product-page .mlt-contact-left,
.mlt-product-page .mlt-contact-right,
.mlt-product-page .mlt-contact-info,
.mlt-product-page .mlt-benefits-intro,
.mlt-product-page .mlt-benefits-timeline {
    min-width: 0
}

.mlt-product-page .mlt-contact-info h4,
.mlt-product-page .mlt-contact-info a {
    overflow-wrap: anywhere;
    word-break: break-word
}

@media (min-width: 1101px) and (max-width: 1280px) {
    .mlt-product-page .mlt-showcase-wrap {
        gap: 48px
    }

    .mlt-product-page .mlt-showcase-media {
        min-height: 580px
    }

    .mlt-product-page .mlt-showcase-content h2 {
        font-size: 42px
    }

    .mlt-product-page .mlt-contact-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
        gap: 45px
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .mlt-product-page .mlt-showcase-media {
        width: min(820px, 100%);
        min-height: 560px;
        margin: 0 auto
    }

    .mlt-product-page .mlt-feature-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .mlt-product-page .mlt-travel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .mlt-product-page .mlt-travel-card:last-child {
        grid-column: 1 / -1
    }

    .mlt-product-page .mlt-benefits-image {
        max-width: 650px
    }

    .mlt-product-page .mlt-benefits-image img {
        aspect-ratio: 16 / 10;
        height: auto
    }
}

@media (max-width: 768px) {
    .mlt-product-page .custom-hero-banner {
        min-height: 220px;
        height: auto;
        padding: 55px 16px
    }

    .mlt-product-page .custom-hero-content .container {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .mlt-product-page .custom-hero-title {
        margin: 0;
        overflow-wrap: anywhere
    }

    .mlt-product-page .mlt-luggage-showcase,
    .mlt-product-page .mlt-travel-performance-sec,
    .mlt-product-page .mlt-feature-wall,
    .mlt-product-page .mlt-benefits-band,
    .mlt-product-page .mlt-applications,
    .mlt-product-page .mlt-why-choose,
    .mlt-product-page .mlt-contact-sec,
    .mlt-product-page .mlt-luggage-faq {
        padding-right: 20px;
        padding-left: 20px
    }

    .mlt-product-page .mlt-showcase-wrap {
        gap: 52px
    }

    .mlt-product-page .mlt-showcase-media {
        width: 100%;
        min-height: clamp(360px, 110vw, 470px)
    }

    .mlt-product-page .mlt-image-frame {
        width: 100%
    }

    .mlt-product-page .mlt-image-frame img {
        object-position: center
    }

    .mlt-product-page .mlt-showcase-content h2,
    .mlt-product-page .mlt-travel-container h2,
    .mlt-product-page .mlt-fw-header h2,
    .mlt-product-page .mlt-benefits-intro h2,
    .mlt-product-page .mlt-contact-left h2 {
        font-size: clamp(29px, 7vw, 38px);
        line-height: 1.2;
        overflow-wrap: anywhere
    }

    .mlt-product-page .mlt-travel-intro {
        margin-bottom: 38px
    }

    .mlt-product-page .mlt-travel-card,
    .mlt-product-page .mlt-fw-box,
    .mlt-product-page .mlt-benefit-card,
    .mlt-product-page .mlt-application-card,
    .mlt-product-page .mlt-why-choose-card {
        min-width: 0
    }

    .mlt-product-page .mlt-benefits-wrap {
        gap: 38px
    }

    .mlt-product-page .mlt-benefits-image img {
        aspect-ratio: 4 / 3;
        height: auto
    }

    .mlt-product-page .mlt-contact-grid {
        gap: 38px
    }

    .mlt-product-page .mlt-contact-left p {
        margin-bottom: 28px
    }

    .mlt-product-page .mlt-contact-card {
        width: 100%;
        min-width: 0
    }

    .mlt-product-page .mlt-luggage-faq-question > span {
        min-width: 0
    }
}

@media (max-width: 520px) {
    .mlt-product-page .mlt-luggage-showcase,
    .mlt-product-page .mlt-travel-performance-sec,
    .mlt-product-page .mlt-feature-wall,
    .mlt-product-page .mlt-benefits-band,
    .mlt-product-page .mlt-applications,
    .mlt-product-page .mlt-why-choose,
    .mlt-product-page .mlt-contact-sec,
    .mlt-product-page .mlt-luggage-faq {
        padding-right: 16px;
        padding-left: 16px
    }

    .mlt-product-page .mlt-showcase-media {
        min-height: clamp(340px, 112vw, 410px)
    }

    .mlt-product-page .mlt-floating-stat {
        right: 8px;
        width: calc(100% - 16px)
    }

    .mlt-product-page .mlt-feature-panel article {
        min-width: 0;
        padding: 16px
    }

    .mlt-product-page .mlt-travel-card {
        padding: 25px 22px
    }

    .mlt-product-page .mlt-fw-box {
        min-height: auto;
        padding: 22px 18px 22px 62px
    }

    .mlt-product-page .mlt-fw-no {
        left: 18px;
        top: 19px;
        font-size: 24px
    }

    .mlt-product-page .mlt-benefits-timeline {
        padding-left: 18px
    }

    .mlt-product-page .mlt-benefits-timeline::before {
        left: 5px
    }

    .mlt-product-page .mlt-benefit-dot {
        left: -7px;
        width: 20px;
        height: 20px
    }

    .mlt-product-page .mlt-benefit-card {
        margin-left: 12px;
        padding: 19px 17px
    }

    .mlt-product-page .mlt-contact-card {
        align-items: flex-start;
        padding: 17px 14px
    }

    .mlt-product-page .mlt-contact-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 13px
    }

    .mlt-product-page .mlt-contact-info h4 {
        font-size: 15px;
        line-height: 1.45
    }

    .mlt-product-page .mlt-contact-btn,
    .mlt-product-page .mlt-orange-btn {
        justify-content: center;
        max-width: 100%;
        text-align: center
    }

    .mlt-product-page .mlt-luggage-faq-question {
        padding: 19px 15px
    }

    .mlt-product-page .mlt-luggage-faq-answer > div {
        padding-right: 18px;
        padding-left: 38px
    }
}

@media (max-width: 359px) {
    .mlt-product-page .mlt-floating-stat-icon {
        display: none
    }

    .mlt-product-page .mlt-chip,
    .mlt-product-page .mlt-travel-tag,
    .mlt-product-page .mlt-benefits-tag {
        letter-spacing: .6px
    }

    .mlt-product-page .mlt-contact-card {
        gap: 10px
    }

    .mlt-product-page .mlt-contact-icon {
        width: 42px;
        height: 42px;
        min-width: 42px
    }
}

/* ==============================================
   Luggage SEO Content Section (Line-by-Line)
   ============================================== */
.mlt-luggage-seo-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #edf2f7;
}

.mlt-seo-block {
    margin-bottom: 42px;
}

.mlt-seo-block:last-child {
    margin-bottom: 0;
}

.mlt-seo-block h4,
.mlt-seo-block h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    position: relative;
    padding-left: 18px;
    border-left: 4px solid #ff6600;
    line-height: 1.35;
}

.mlt-seo-block p {
    font-size: 20.5px;
    line-height: 1.85;
    color: #475569;
    margin: 0 0 16px 0;
    text-align: justify;
}

.mlt-seo-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .mlt-luggage-seo-section {
        padding: 40px 0;
    }

    .mlt-seo-block {
        margin-bottom: 32px;
    }

    .mlt-seo-block h4,
    .mlt-seo-block h2 {
        font-size: 22px;
        padding-left: 14px;
    }

    .mlt-seo-block p {
        font-size: 17px;
        text-align: left;
    }
}


