body {
    background: #f7f7f7;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    max-width: 1100px;
    margin: 48px auto 0 auto;
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.section.alt {
    flex-direction: row-reverse;
}
.col {
    flex: 1 1 350px;
    min-width: 280px;
}
.img {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: block;
    margin: 0 auto;
}
.title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #701c1c;
    text-underline-offset: 5px;
    text-align: left;
}
.desc {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.7;
}
.list {
    list-style-type: decimal;
    margin-left: 1.2em;
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .section, .section.alt {
        flex-direction: column;
        padding: 28px 12px;
    }
    .img {
        max-width: 100%;
    }
}
.ending-section {
    background: linear-gradient(135deg, #fff7f0 70%, #ffe0cc 100%);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(112,28,28,0.15), 0 1.5px 6px rgba(0,0,0,0.06);
    max-width: 900px;
    margin: 48px auto 56px auto;
    padding: 32px 32px 32px 40px;
    text-align: left;
    border-left: 8px solid #701c1c;
    position: relative;
    transform: translateY(0) scale(1.01);
}

.ending-section .ending-text {
    color: #701c1c;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 8px rgba(112,28,28,0.08);
}
/* General body and section spacing */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

/* Main container */
.freight-main {
  position: relative;
  top: 17%;
  margin-bottom: 6%;
}

/* Header section */
.freight-header {
  background: #183b5c;
  padding: 24px 0;
}

.freight-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: left;
  padding-left: 12vw;
}

/* Intro section */
.freight-intro {
  padding: 80px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.freight-intro-text {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
  color: #3c3838;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-left: 11vw;
  padding-right: 11vw;
}

/* Service rows */
.freight-row {
  padding: 48px 0;
}

.freight-row.bg-alt {
  background: #f7f8fa;
}

.freight-row.bg-white {
  background: #fff;
}

.freight-row-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.freight-row-text {
  flex: 1 1 740px;
  min-width: 320px;
  max-width: 450px;
  padding: 24px;
}

.freight-row-text h2 {
  font-size: 2.8rem;
  font-family: Arial, sans-serif;
  color: #444;
  font-weight: 700;
  margin: 0 0 32px 0;
  line-height: 1.05;
  text-align: left;
}

.freight-row-text p {
  font-size: 1rem;
  color: #444;
  font-family: Arial, sans-serif;
  margin: 0;
  margin-top: -15px;
}

.freight-row-img {
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 740px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.freight-row-img img {
  width: 100%;
  max-width: 450px;
  height: 350px;
  object-fit: cover;
  border-radius: 6px;
}

/* Final quote section */
.freight-quote-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}

.freight-quote {
  color: #183b5c;
  font-size: 1.3rem;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  line-height: 1.2;
  text-align: left;
  max-width: 60vw;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .freight-title,
  .freight-intro-text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (max-width: 900px) {
  .freight-title {
    font-size: 2rem;
    padding-left: 3vw;
  }
  .freight-intro-text {
    font-size: 0.95rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .freight-row-content {
    flex-direction: column;
    max-width: 98vw;
  }
  .freight-row-text,
  .freight-row-img {
    max-width: 98vw;
    min-width: unset;
    padding: 16px;
  }
  .freight-row-img img {
    height: 220px;
    max-width: 98vw;
  }
  .freight-row-text h2 {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
}

@media (max-width: 600px) {
  .freight-title {
    font-size: 1.2rem;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .freight-intro {
    padding: 32px 0 24px 0;
  }
  .freight-intro-text {
    font-size: 0.9rem;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .freight-row {
    padding: 24px 0;
  }
  .freight-row-text,
  .freight-row-img {
    padding: 8px;
  }
  .freight-row-img img {
    height: 120px;
    max-width: 98vw;
  }
  .freight-row-text h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .freight-quote {
    font-size: 1rem;
    max-width: 95vw;
    padding: 0 2vw;
  }
}