/* File: freight-agency/assets/css/home-page.css */

/* Top Banner */
section.top-banner .top-banner-wrapper {
  min-height: 558px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 85px;
  display: flex;
}

section.top-banner .top-banner-wrapper .text {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

section.top-banner .top-banner-wrapper .text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem; /* 56px */
  line-height: 1.1;
  margin-bottom: 22px;
  margin-top: 0;
  padding-top: 0;
}

section.top-banner .top-banner-wrapper .text p {
  font-size: 1.125rem; /* 18px */
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

section.top-banner .top-banner-wrapper .text .buttons {
  margin-top: 43px;
}

section.top-banner .top-banner-wrapper .text .buttons a {
  margin-right: 10px;
  font-size: 0.875rem; /* 12px */
  font-weight: 400;
}

section.top-banner .top-banner-wrapper .text .buttons a.btn,
section.top-banner .top-banner-wrapper .text .buttons a.btn-second {
  padding: 10px 30px;
}

section.top-banner .top-banner-wrapper::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.075);
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Quick Services */
section.quick-services {
  background-color: var(--color-bg-light);
}

section.quick-services .services-wrapper {
  display: flex;
  transform: translateY(-53%);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

section.quick-services .services-wrapper .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 48px 30px 48px 40px;
  gap: 10px;
  width: 284.75px;
  height: 143px;
  background: linear-gradient(270deg, var(--color-bg-light) 0%, #ffffff 100%);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  transition: 0.4s;
}

section.quick-services .services-wrapper .item:hover h3 {
  color: var(--color-primary);
}

section.quick-services .services-wrapper .item h3 {
  font-weight: 700;
  font-size: 1rem; /* 18px */
  line-height: 1.3;
  padding-left: 10px;
  transition: 0.4s;
}

section.quick-services .services-wrapper .item:last-child h3 {
  padding-left: 0;
}

/* Logistics Solution */
section.logistics-solution {
  padding: 20px 0 90px;
  background-color: var(--color-bg-light);
}

section.logistics-solution .content-wrapper {
  display: flex;
  gap: 47px;
}

section.logistics-solution .text-section .red-line {
  font-weight: 700;
  font-size: 1.125rem; /* 18px */
  line-height: 1.5rem;
  color: #ef853a;
}

section.logistics-solution .text-section h2.title {
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem;
  margin: 0;
}

section.logistics-solution .text-section .text {
  display: flex;
  padding-left: 7px;
  padding-top: 3px;
}

section.logistics-solution .text-section .text p {
  margin-bottom: 15px;
}

section.logistics-solution .text-section .text .left-side {
  max-width: 490px;
}

section.logistics-solution .text-section .text .left-side p {
  padding-right: 30px;
}

section.logistics-solution .text-section .text .right-side {
  padding-top: 17px;
}

section.logistics-solution .text-section .text .right-side ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

section.logistics-solution .text-section .text .right-side ul li {
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 13px;
}

section.logistics-solution .text-section .text .right-side ul li::before {
  content: '';
  position: absolute;
  left: -0.4375rem;
  top: 0.4375rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-primary);
}

section.logistics-solution .text-section .text .right-side ul li strong {
  font-size: 1.25rem; /* 20px */
  line-height: 1.3;
  font-weight: 700;
}

section.logistics-solution .text-section .text .right-side ul li p {
  margin: 0;
}

/* Request Quote */
section.request-quote {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0;
  height: 692px;
  background-color: var(--color-bg-light);
  position: relative;
}

section.request-quote .description {
  color: #fff;
  display: flex;
}

section.request-quote .description .left-side {
  flex: 0 0 50%;
}

section.request-quote .description .text-line {
  font-size: 1.125rem; /* 18px */
  line-height: 2.75rem;
}

section.request-quote .description h2 {
  font-size: 2.625rem; /* 42px */
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0px;
}

section.request-quote .description .right-side {
  padding-top: 55px;
  padding-left: 20px;
}

section.request-quote .request-track-forms-wrapper {
  margin-top: 90px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

/* Services Section */
section.services-section {
  background-color: var(--color-bg-light);
  padding: 100px 0 93px;
}

section.services-section .top-line {
  color: var(--color-primary);
  font-size: 1.125rem; /* 18px */
  line-height: 1.125rem;
  font-weight: 700;
}

section.services-section .text-part {
  display: flex;
}

section.services-section .text-part > div {
  flex: 0 0 50%;
}

section.services-section .text-part h2.title {
  line-height: 45px;
  padding-top: 10px;
  padding-right: 20px;
}

section.services-section .text-part .right-side {
  padding-left: 20px;
  padding-top: 23px;
}

section.services-section .services-container {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
  gap: 20px;
}

section.services-section .services-container .item {
  min-height: 450px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 50px 20px;
  text-align: center;
}

section.services-section .services-container .item h3 {
  font-weight: 700;
  font-size: 1.375rem; /* 22px */
  line-height: 1.3;
}

section.services-section .services-container .item .description {
  font-size: 0.875rem; /* 14px */
  line-height: 1.4;
  margin-bottom: 30px;
  min-height: 130px;
}

section.services-section .services-container .item:last-child .image img {
  max-width: 40px;
}

/* Our Affiliations */
section.our-affiliations {
  background-color: var(--color-secondary);
  padding: 75px 0 115px;
  text-align: center;
}

section.our-affiliations h2 {
  color: #fff;
}

section.our-affiliations .affiliations-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 20px;
}

section.our-affiliations .affiliations-items > a {
  display: block;
  text-decoration: none;
}

section.our-affiliations .affiliations-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  width: 100%;
  height: 257px;
  background: #ffffff;
}

section.our-affiliations .affiliations-items .item img {
    margin-bottom: 5px;
    max-width: 100%;
    max-height: 100%;
    height:auto;
}

/* Clients Feedback */
section.clients-feedback {
  background-color: var(--color-bg-light);
  text-align: center;
  padding: 45px 0px;
}

section.clients-feedback .feedbacks-wrapper {
  margin-top: 75px;
  width: calc(100% + 30px);
  padding: 15px 17px;
  margin-left: -17px;
  overflow: hidden;
}

section.clients-feedback .feedbacks-wrapper .slick-list {
  overflow: visible;
}

section.clients-feedback .feedbacks-wrapper .slick-dots {
  position: static;
  display: flex;
  margin-top: 85px;
  justify-content: center;
}

section.clients-feedback .feedbacks-wrapper .slick-dots li {
  background-color: #d9d9d9;
  width: 25px;
  height: 4px;
  display: block;
  position: static;
  list-style-type: none;
}

section.clients-feedback .feedbacks-wrapper .slick-dots li button {
  display: none;
}

section.clients-feedback .feedbacks-wrapper .slick-dots li.slick-active {
  background-color: var(--color-primary);
}

section.clients-feedback .feedbacks-wrapper .item {
  width: 359px;
  min-height: 480px;
  padding: 30px 40px 70px 37px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.clients-feedback .feedbacks-wrapper .item .feedback-text {
  font-weight: 600;
  font-size: 1rem; /* 16px */
  line-height: 1.4;
  padding-top: 17px;
}

section.clients-feedback .feedbacks-wrapper .item .feedback-text::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.98 23"><defs><style>.cls-1{fill:%23ef853a;}</style></defs><path class="cls-1" d="M10,0A19.09,19.09,0,0,0,6.51,8.07,6.59,6.59,0,0,1,7.5,8,7.5,7.5,0,1,1,0,15.75H0v0a1.48,1.48,0,0,1,0-.21,7.45,7.45,0,0,1,1.17-4A23.38,23.38,0,0,1,10,0Z"/><path class="cls-1" d="M28,0A19.09,19.09,0,0,0,24.5,8.07a6.37,6.37,0,0,1,1-.07A7.5,7.5,0,1,1,18,15.75h0v0c0-.07,0-.14,0-.21a7.45,7.45,0,0,1,1.17-4A23.43,23.43,0,0,1,28,0Z"/></svg>');
  max-width: 33px;
  display: block;
  position: relative;
  top: -15px;
}

section.clients-feedback .feedbacks-wrapper .item .bottom-part {
  margin-top: auto;
}

section.clients-feedback .feedbacks-wrapper .item .name {
  font-weight: 600;
  font-size: 1.125rem; /* 18px */
  line-height: 1;
  color: var(--color-primary);
  margin-top: 20px;
}

section.clients-feedback .feedbacks-wrapper .item .position {
  font-weight: 600;
  color: #a2a2a2;
  font-size: 1rem; /* 16px */
}

/* Contact Us */
section.contact-us {
  padding: 90px 0;
}

section.contact-us .buttons {
  display: flex;
  gap: 10px;
  margin-top: -70px;
  margin-left: 20px;
}

section.contact-us .buttons a {
  background-color: var(--color-primary);
  width: 233px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  gap: 20px;
  transition: 0.4s;
  padding: 20px;
}

section.contact-us .buttons a:hover {
  background-color: var(--color-primary);
}

section.contact-us .buttons a .description {
  font-size: 0.875rem; /* 14px */
  font-weight: 600;
}

section.contact-us .right-side {
  padding-left: 42px;
}

section.contact-us .right-side .top-line {
  font-size: 1.125rem; /* 18px */
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.5rem;
}

section.contact-us .right-side h2 {
  margin: 0 0 15px;
}

section.contact-us .right-side p {
  font-size: 1.25rem; /* 20px */
  margin: 0;
  padding-right: 10px;
}

section.contact-us .right-side .undertext {
  font-size: 1rem; /* 16px */
  line-height: 1.4;
  margin-top: 35px;
}