:root {
      --primary-color: #F55B1F;
      --text-color: #000;
      --bg-light: #f9f9f9;
      --btn-text: #fff;
      --font-heading: 'Plus Jakarta Sans', sans-serif;
      --font-body: 'Poppins', sans-serif;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: var(--font-body);
      color: var(--text-color);
      background-color: #fff;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: var(--font-heading);
      font-weight: 600;
    }

    h1 {
      font-size: 50px;
    }

    h2 {
      font-size: 30px;
    }

    p {
      font-size: 17px;
    }

    .highlighted-text {
      color:#F55B1F;
    }

    .sub-text {
          color: #F55B1F;
    margin-bottom: 25px;
    /* margin-left: 37px; */
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    }

    .sub-text:before {
    content: "";
    /* position: absolute; */
    /* left: 5%; */
    display: inline-block;
    /* transform: translateY(-50%); */
    width: 26px;
    height: 16px;
    background-image: url("assets/icons/Overlay (1).png");
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-top: 12px; */
    /* margin-left: 15px; */
}

.info-box a {
    text-decoration: none;
    color: #333;
}

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

    header {
      padding: 20px 0;

    }

    .header-top {
    font-size: 14px;
    vertical-align: middle;
    color: #777;
    margin-top: 10px;
    padding-bottom: 15px;
    text-align: right;
    margin-bottom: 15px;
        border-bottom: solid 1px #FFFFFF12;
}

    .col2 {
    display: flex;
    gap: 20px;
    vertical-align: middle;
}

    .header-top p {
      color: white;
    }  

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }

    header.container {
    background: transparent;
    position: relative;
    z-index: 10;
}

    .logo {
      font-family: var(--font-heading);
      font-size: 24px;
      font-weight: 700;
      color: var(--primary-color);
    }

    .logo img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

    .nav-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .nav-toggle span {
      height: 3px;
      width: 25px;
      background-color: var(--text-color);
      margin: 4px 0;
      transition: all 0.3s ease;
    }

    .nav-links {
      display: flex;
      align-items: center;
    }

     .nav-links a:hover {
      color: var(--primary-color)
     }

    .nav-links a {
      margin-left: 28px;
      text-decoration: none;
      color: var(--btn-text);
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      transition: 0.3s;
    }

    .btn-primary {
      background-color: var(--primary-color);
      color: var(--btn-text)!important;
      padding: 10px 20px;
      text-decoration: none;
      margin-left: 20px;
    }

   @media (max-width: 768px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    height: 3px;
    width: 25px;
    background-color: black;
  }

  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  .nav-links.active {
    max-height: 600px; /* adjust based on number of links */
    opacity: 1;
    pointer-events: auto;
    padding: 20px;
  }

  .nav-links a {
    margin: 10px 0;
    color: black;
    text-align: center;
  }
}


    .hero {
    padding: 120px 0;
    height: fit-content;
    text-align: center;
    background-color: #e5efff;
    margin-top: -175px;
    align-content: space-around;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    color: white;
}

.socials {
    display: flex
;
    gap: 20px;
    margin-top: 4px;
}



    .hero video {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.5);;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
  }

    
    .hero .sub-container {
    width: 50%;
    margin-top: 100px;
    z-index: 1;
    position: relative;
    /* display: table-caption; */
    text-align: left;
}

    .hero h1 {
      font-size: 40px;
      margin-bottom: 20px;
    }

    .hero p {
      font-size: 18px;

      margin: 0 auto;
      padding-bottom: 20px;
    }
    body > section.hero > div:nth-child(2) > p.sub-text {
      padding-bottom: 0px;
    }

    section {
      padding: 80px 0;
    }

    .section-heading {
      font-size: 32px;
      text-align: center;
      margin-bottom: 40px;
    }

    .shipping-logos {
  background-color: #FFF8F5; 
  padding: 20px 0;
  text-align: center;
  height: 146px;
  place-content: center;
}

.shipping-logos .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
}



.shipping-logos .container img {
  height: 55px;
  max-width: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.shipping-logos img:hover {
  transform: scale(1.05);
}
  
   .logistics-section {
  background: #fff;
  padding: 60px 40px;

}

.logistics-section .container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.left-side {
  flex: 1;
  max-width: 50%;
}

.top-left {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: row;

}

.warehouse-img {
  width: 65%;

}

.texas-map {
position: relative;
    top: 10px;
    right: 10px;
    align-self: anchor-center;
    width: 35%;
}

.bottom-left {
justify-content: right;
    display: flex
;
    /* gap: 20px; */
    margin-top: 20px;
    align-items: center;
}

.experience-box {
     background-color: #f26522;
    color: white;
    padding: 50px 50px 50px 20px;
    text-align: left;
    /* border-radius: 10px; */
    min-width: 120px;
}

.experience-box h2 {
  font-size: 50px;
  margin: 0;
  font-weight: bold;
}

.experience-box p {
  font-size: 14px;
  margin: 5px 0 0;
}

.building-img {
      width: 55%;
    border: solid 15px white;
    margin-top: -105px;
    z-index: 1;
}

/* RIGHT SIDE */
.right-side {
  flex: 1;
  max-width: 45%;
}

.subheading {
  color: #f26522;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.features li::before {
  content: "✔";
  color: #f26522;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Button */
.btn-learn-more {
  background: #f26522;
  color: white;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s;
}

.btn-learn-more:hover {
  background: #fff;
  color: var(--primary-color);
}


 .services-section {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .services-section h2 {
      font-size: 36px;
      margin: 10px 0 40px;
      font-weight: 700;
    }

    .services-section .label {
      color: #f4511e;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .cards {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .card {
      position: relative;
      width: 100%;
      max-width: 350px;
      height: 380px;
      overflow: hidden;
      cursor: pointer;
    }

    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .card .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -100%;
      background: linear-gradient(to top, #f4511e, rgba(244, 81, 30, 0.25), transparent);
      color: white;
      padding: 20px;
      transition: bottom 0.4s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      text-align: left;
    }

    .card:hover .overlay {
      bottom: 0;
    }

    .card:hover .title {
      opacity: 0;
    }

    .card .title {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
      font-weight: 700;
      z-index: 2;
      transition: opacity 0.3s ease;
    }

    .card .arrow-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #f4511e;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: white;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: opacity 0.3s ease;
    }

    .card:hover .arrow-btn {
      opacity: 0;
    }

    .explore-button {
      margin-top: 40px;
    }



    @media (max-width: 1024px) {
      .cards {
        flex-direction: column;
        align-items: center;
      }
    }


    section.logistics-section.fulfillment {
      background: #FFF8F5;
    }
  
      section.logistics-section.fulfillment .right-side  {
      max-width: 60%;
          align-self: center;

    }

      section.logistics-section.fulfillment  .left-side  {
      max-width: 40%;
    }
     section.logistics-section.fulfillment .right-side .plane-img  {
      width: 100%;
    }


    .threepl-section {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }


.icon-boxes {
    display: grid
;
    column-gap: 80px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    /* flex-wrap: wrap; */
    width: 950px;
    justify-self: center;
    margin-top: 30px;
}

.icon-box img {
    width: 100px;
    text-align: center;
    height: 100px;
    align-self: center;
    object-fit: contain;
}
.icon-box {
    gap: 10px;
    display: flex;
    flex-direction: column;
}


    .contact-banner {
  background: #f15a24;
  background-image: radial-gradient(transparent 1px, rgba(241,90,36, 0.95) 1px),
                    radial-gradient(transparent 1px, rgba(241,90,36, 0.95) 1px);
  background-size: 40px 40px;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.contact-banner::before {
    content: "";
    position: absolute;
    top: -3px;
    width: 100%;
    left: 0%;
    height: 100%;
    background: url("assets/contact-banner/Image (82).png");
    opacity: 1;
}

.content {
  position: relative;
  z-index: 2;
}

.content .heading {
  font-size: 94px;
  font-weight: 900;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.heading span {
  color: transparent;
}

.left-text {
  padding: 0 20px;
  -webkit-text-stroke: 1px white;
}

.right-text {
  padding: 0 20px;
  -webkit-text-stroke: 1px white;
}

.center-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin: 0 20px;

}

.info {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.divider {
  color: white;
  margin: 0 10px;
  font-style: italic;
}

.bottom-slider h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.bottom-slider .container {
  text-align: center;
  justify-items: center;
}

.bottom-slider .container p {
  text-align: center;
  width: 60%;
}


.owl-carousel {
  margin: 40px 0px;
}

.bottom-text {
  background-color: #f26522;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 80%;
  justify-self: center;
}



.owl-carousel .item {
  position: relative;

}

.owl-carousel .item img {
  width: 100%;
  object-fit: cover;
  display: block;

}

.owl-carousel .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    /* width: 100%; */
    padding: 10px;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    font-size: 15px;
    padding: 23px;
    /* border-radius: 0 0 8px 8px; */
}



.contact-section {
  padding: 60px 20px;
  background: #FFF8F5;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  gap: 40px;
      align-items: anchor-center;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info h5 {
  color: #f55b1f;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.contact-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-info p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.info-boxes {
  display: flex;
  gap: 20px;
}

.info-box {
  flex: 1;
  border: 1px solid #f55b1f;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
}

.icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.icon img {
  border-radius: 50%;
  padding: 25px;
  background-color: var(--primary-color);
}


.contact-detail .icon img {
  border: none;
  border-radius: 0%;
  padding: 0;
}

.info-box h4 {
  margin: 0 0 5px;
  font-weight: bold;
}

.info-box p {
  font-size: 14px;
  color: #333;
}

.contact-form {
  background: white;
  padding: 40px;
  flex: 1;
  min-width: 300px;

}

.contact-form h5 {
  color: #f55b1f;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-form h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    font-size: 14px;
    border: none;
    /* border-radius: 4px; */
    color: black;
    background: #F7F7F7;
    width: 100%;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  flex: 1;
}

.contact-form button {
  background: #f55b1f;
  color: white;
  padding: 12px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  width: fit-content;
  align-self: flex-start;
}

.footer-strip {
  background: #1d1e20;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
}

.stars {
  color: gold;
  margin-left: 10px;
}


.copyright {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 20px;
    display: flex
;
    width: 100%;
    /* place-content: center; */
    justify-content: center;
}


    .services, .about, .steps {
      background-color: var(--bg-light);
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
    }

    .col {
      flex: 1 1 calc(50% - 20px);
      background: white;
      padding: 24px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    form input,
    form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 10px;
      font-family: var(--font-body);
      font-weight: 600;
      color: black;
    }

    form button {
      padding: 12px 24px;
      background-color: var(--primary-color);
      color: white;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
    }

  .main-footer {
  background: url('assets/footer/9e60fe515a8c3353838090a663cd16c23d2e42f9.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;

  padding: 40px 20px 20px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
  padding-bottom: 30px;

}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-column .sub-text::before {
  margin-right: -10px;

}



.footer-column h3,
.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.footer-column p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}


.footer-column ul li a::before {
 content: ">";
 color: var(--primary-color);
 font-size: 19px;
 margin-right: 10px;
 top: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #f25c2a;
}

.email-signup {
  display: flex;
  max-width: 300px;
}

.email-signup input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    background: none;
    border: solid;
    border-color: #FFFFFF26;
    border-width: 1px;
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px!important;
}
.footer-column.email {
    background: #FFFFFF15;
    padding: 38px;
}

.nav-links a.active {
    color: var(--primary-color);
}

.email-signup button {
  background: #f25c2a;
  color: white;
  border: none;
  font-family: 'Poppins';
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 30px auto 20px;
  font-size: 14px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
}

.contact-detail .icon {
  background: #f25c2a;
  padding: 18px;
  border-radius: 4px;
  font-size: 14px;
}

.highlight {
  color: #f25c2a;
}

.company-name {
  color: #f25c2a;
  margin-left: 10px;
  font-weight: bold;
}


/* About Page */

.hero-sub.about {
    background: url('assets/about/53e07c3881f763762f5c5c417800427b2209ac31.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.hero-sub::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 53%);
    z-index: 0;
}


.hero-sub {
    height: 450px;
    display: flex;
    align-items: center;
    margin-top: -162px;
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

body > section.logistics-section.about > div > div.left-side {
    display: flex;
}

.logo-img {
    border: solid 1px #F55B1F;
}

.left .texas-map {
    width: 70%;
    text-align: right;
    float: right;
}

.right .experience-box {
    padding: 25px;
    margin-bottom: 20px;
}

.hero-sub h1 {
    color: white;
    position: relative;
}

 .services-wrapper {
      background-color: #FFF8F5;
      text-align: center;
      padding: 90px 20px;
      position: relative;
      overflow: hidden;
    }

    .services-wrapper h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 60px;
    }

    .services-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 60px;
      max-width: 1200px;
      margin: auto;
      position: relative;
    }

    .icon-services {
      width: 200px;
      text-align: center;
    }

    .service-icon {
      background-color: #ff6a00;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .service-icon img {
      width: 30px;
      height: 30px;
      filter: brightness(0) invert(1);
    }

    .service-title {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .service-description {
      font-size: 14px;
      line-height: 1.5;
    }

    .curved-line {
      position: absolute;
      top: 200px;
      left: 100px;
      width: 80%;
      height: 100px;
      background: url('assets/about/Vector 1.png') no-repeat center;
      background-size: contain;
      pointer-events: none;
      opacity: 1;
    }

    .services-wrapper > div.services-container > div:nth-child(2) {
    margin-top: 80px;
}

    .services-wrapper > div.services-container > div:nth-child(4) {
    margin-top: 50px;
}

section.logistics-section.fulfillment.about {
    background: white;
}

section.logistics-section.fulfillment.about .right-side {
    max-width: 50%;
}

.right-side p {
    margin-bottom: 25px;
}



/* Contact Page */
.hero-sub.contact {
    background: url('assets/contact/239f7f12d452dd44885772755e605caecc094195-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}


.contact-info-boxes .container {
    width: 900px;
}

.info-box .icon img {
    background-color: transparent;
    border: solid 1px #f55b1f;
}

section.contact-info-boxes.contact .icon img {
    background-color: #ffff;
    border: solid 1px #f55b1f;
}

.contact-section.contact .contact-info img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.contact-section.contact .contact-container {
    gap: 20px;
}

.contact-section.contact .contact-form {
    padding: 40px;
    height: 550px;
    align-content: center;
}


/* Services Page */

.hero-sub.services {
    background: url('assets/services/c56333b13aef2841aba6b1dc54c1dcf578010975-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}


.logistics-section.services .right-side {
    align-self: center;
}

.shipping-table {
  border-collapse: collapse;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
}

.shipping-table table {
  width: 100%;
  border-collapse: collapse;
}

.shipping-table th,
.shipping-table td {
  text-align: left;
  padding: 10px 15px;
}

.shipping-table thead {
  background-color: #f6531e;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.shipping-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.shipping-table td:first-child {
  font-weight: bold;
  font-size: 18px;
  width: 25%;
}

.shipping-table .logos img {
  height: 19px;
  margin: 10px 20px 10px 0;
  align-self: center;
  vertical-align: middle;
}

td.logos {
    display: flex;
}

table > tbody > tr:nth-child(1) > td.logos > img:nth-child(1) {
    height: 30px;
}

body > section:nth-child(4) > div > div.left-side > div > table > tbody > tr:nth-child(2) > td.logos > img:nth-child(2) {
    height: 48px;
}

body > section:nth-child(4) > div > div.left-side > div > table > tbody > tr:nth-child(3) > td.logos > img:nth-child(1) {
    height: 30px;
}


th:nth-child(1) {
    border-right: solid 1px #ffffff;
}

td:nth-child(1) {
    border-right: solid 1px #ccc;
}


.services-wrapper.services {
    padding: 50px 10px;
}

.services-wrapper.services > div.services-container > div:nth-child(2) {
    margin-top: 0px;
}


/* Resources Page */

.hero-sub.resources {
    background: url('assets/resources/9ef9b666267cbb40d562a45c5fd921f99fa9a480-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}

.text-left {
    width: 50%;
    align-content: center;
}

.text-left p {
    margin-top: 20px;
}

.image-right {
    width: 48%;
}

.resources-container .container {
    max-width: 1000px;
}

.resources-container .container .row {
    gap: 15px;
}

.image-right img {
    width: 100%;
}

section.resources-container {
    padding: 40px 0px;
}

.text-left h1 {
    font-size: 37px;
}


.sustainability-section {
  display: flex;
  gap: 0px;
  margin: 20px 0px;
  /* max-width: 1000px; */
  flex-wrap: wrap;
}

.goal {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}


.goal .text h3 {
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

.goal .icon img {
  padding: 10px;

}

.goal .text p {
  margin: 0;
  font-size: 11px;
  color: #1c2d41;
  line-height: 1.4;
}


/* Blog Page */


.paragraph {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.side-text {
    align-content: center;
}

.side-image {
    height: 400px;
    width: 40%;
    object-fit: cover; }

.hero-sub.blog {
    background: url('assets/blog/73e8abfb042b12bdeb2d3b42ea337dcaaa1d7dbd-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}

.quote-box {
    display: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 40px auto;
}

.grid-card {
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
}

.grid-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.grid-card-content {
  padding: 20px;
}

.grid-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #222;
}

.grid-card-content p {
  font-size: 14px;
  color: #333;
  margin: 0 0 15px;
}

.grid-card-content a {
  color: #e94b35;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.grid-card:hover {
  transform: translateY(-5px);
}



.blog-container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}

.header-img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 20px;
}

.meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.meta .author {
  color: #F55B1F;
}

.meta .date {
  margin-left: 10px;
}

.main-heading {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.side-box {
  display: flex;
  gap: 20px;
  /* border: 1px solid #eee; */
  /* padding: 20px; */
  margin: 30px 0;
  /* background: #f8f8f8; */
}


.side-text {
  flex: 1;
}

.side-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.side-text p {
  font-size: 14px;
  margin-bottom: 10px;
}

.side-text ul {
  /* padding-left: 20px; */
  list-style: none;
}

.side-text li {
  margin-bottom: 6px;
  /* color: #d32f2f; */
  font-size: 15px;
}

.quote-box {
  /* background: #fff5f5; */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  margin: 40px 0;
  position: relative;
  width: 50%;
}

.quote-icon {
  font-size: 30px;
  color: #F56B1F;
  position: absolute;
  top: -10px;
  margin-top: 20px;
  left: 20px;
  background: white;
  padding: 0 5px;
}

.quote-text {
  color: #F55B1F;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 25px;
}

.quote-author {
  display: block;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.bottom-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
}



.carousel-wrapper {
  width: 100%;
  overflow: hidden;

}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  display: block;
}


    @media (max-width: 768px) {
      .services-container {
        flex-direction: column;
        gap: 40px;
      }

      .curved-line {
        display: none;
      }
    }


@media (max-width: 768px) {
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .email-signup {
    flex-direction: column;
  }

  .email-signup input,
  .email-signup button {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .hero {
    margin-top: -210px;
    padding: 20;
    /* margin-right: -29px; */
}


.nav-toggle span {
    background-color: white!important;
}

.sub-text {
    font-size: 12px !important;
}

h1 {
    font-size: 30px!important;
}

p {
    font-size: 15px!important;
}

.hero .sub-container {
    width: 100%;
    margin-top: 150px;
}

.col1 {
    width: 100%;
    text-align-last: center;
}

.col2 {
    width: 50%;
}


.header-top p {
    font-size: 13px!important;
}


.header-top .row {
    flex-direction: row;
    display: flex;
    gap: 10px;
}

.btn-learn-more {
    font-size: 13px;
}

.shipping-logos .container {
    gap: 20px;
}

.shipping-logos .container img {
    max-width: 30px;
    height: 30px;
}

.shipping-logos {
    height: 70px;
}


.left-side {
    max-width: 100%;
}

.logistics-section {
    padding: 40px 10px;
}

h2 {
    font-size: 25px !important;
}

.experience-box p {
    font-size: 12px!important;
}

.building-img {
    margin-top: -75px;
}

.experience-box {
    padding: 20px;
    margin-top: -20px;
}

.right-side {
    max-width: 100%;
}

li {
    font-size: 14px!important;
    margin-bottom: 7px!important;
}

section.logistics-section.fulfillment .right-side {
    max-width: 100%;
}

section.logistics-section.fulfillment .left-side {
    max-width: 100%;
}

img.plane-img {
    width: 300px;
    text-align: center;
}



.logistics-section .container {
    gap: 20px;
}

.icon-boxes {grid-template-columns: 1fr;width: 70%;}

.center-image {
    width: 85px;
    height: 85px;
    margin: 0;
}

.content .heading {
    gap: 0px;
}

.info {
    font-size: 12px;
}

.bottom-slider .container p {
    width: 100%;
}

.info-box {
    width: 50%;
}

.info-box p {
    font-size: 9px!important;
}

.icon img {
    width: 70%;
}

body {
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
}

html {
    width: 100%;
    overflow-x: hidden;
}


.logo-img {
    width: 100%;
}

.left .texas-map {
    width: 70%;
}

img.warehouse-colored-img {
    width: 100%;
}


.right-side {
    width: 100%;
}

.services-container {
    align-items: center;
    gap: 30px;
}

.icon-services {
    width: 100%;
}


.services-wrapper > div.services-container > div:nth-child(2) {
    margin-top: 0px;
}

.services-wrapper > div.services-container > div:nth-child(4) {
    margin-top: 0;
}

section.logistics-section.fulfillment.about .right-side {
    max-width: 100%;
}

.logistics-section .container {
    flex-direction: column;
}

body > section.logistics-section.about > div > div.left-side {
    gap: 20px;
}

.hero-sub {
  margin-top: -190px;
}

.shipping-table .logos img {
    height: 9px;
}

.shipping-table td:first-child {
    font-size: 14px;
}

.shipping-table thead {
    font-size: 20px;
}

.services .left-side img {
    width: 100%;
}

.services .right-side img {
    width: 100%;
}

.card-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
}

.blog-container {
    max-width: 100%;
    padding: 20px;
}

.blog-content {
    padding: 15px;
}

.side-image {
    width: 100%;
    height: 100%;
}

.side-box {
    flex-direction: column;
}

.quote-box {
    width: 100%;
}

.text-left {
    width: 100%;
}

.image-right {
    width: 100%;
}

.sustainability-section {
    flex-direction: column;
}

.goal {
    width: 100%;
}

.goal .icon img {
    width: 60px;
    margin-right: 18px;
}

.goal .text h3 {
    font-size: 18px;
}

.contact-info-boxes .container {
    width: 100%;
}

.contact-info-boxes.contact .info-boxes {
    flex-direction: column;
}

section.contact-info-boxes.contact .info-box {
    width: 100%;
}

.info-box .icon img {
    width: 70px;
}

section.contact-info-boxes.contact .icon img {
    width: 80px;
}
}