body {
  color: #000 !important;
  font-family: 'TT Hoves Pro Trial', sans-serif;
  line-height: normal;
}
html {
  scroll-behavior: smooth;
}
.page-wrapper {
  height: 650px;
  margin: 0 auto;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.page-first-wrapper, .page-second-wrapper, .page-third-wrapper {
  background: #68696b;
}
.page-first-wrapper .page-first {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.page-first-wrapper .page-first .info {
  text-align: center;
  padding-right: 60px;
}
.page-first-wrapper .page-first .info img {
  margin-bottom: 60px;
}
.page-first-wrapper .page-first .info .title {
  font-size: 70px;
  color: #e7dfd8;
}
.page-first-wrapper .page-first .info .subtitle {
  font-size: 50px;
  color: #9d9fa2;
}
.page-first-wrapper .page-first .info .btn-contact-us {
  margin-top: 80px;
}
.page-first-wrapper .page-first .info .btn-contact-us a {
  color: #9d9fa2;
  text-decoration: underline;
  text-transform: uppercase;
}
.page-first-wrapper .page-first .misi-image {
  background: url('../assets/img/misi.jpg');
  width: 35%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5rem;
  border: 1px solid white;
}
.page-second-wrapper {
 /* Assign images */
}
.page-second-wrapper .page-second {
  height: auto;
}
.page-second-wrapper .custom-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  background-color: #444;
}
.page-second-wrapper .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 200px;
}
.page-second-wrapper .grid-item {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.page-second-wrapper .video-box {
  height: 380px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  flex: 1;
}
.page-second-wrapper .mb-10px {
  margin-bottom: 10px;
}
.page-second-wrapper .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-second-wrapper .img1 {
  background-image: url('../assets/img/trucking.jpg');
}
.page-second-wrapper .img2 {
  background-image: url('../assets/img/noah.jpg');
}
.page-second-wrapper .img3 {
  background-image: url('../assets/img/warehouse.jpg');
}
.page-second-wrapper .img6 {
  background-image: url('../assets/img/container.jpg');
}
.page-second-wrapper .img7 {
  background-image: url('../assets/img/quote.jpg');
}
.page-second-wrapper .img8 {
  background-image: url('../assets/img/world-logistic.jpg');
}
.page-third-wrapper .page-third {
  height: auto;
  padding: 4rem 50px 10rem 50px;
}
.page-third-wrapper .page-third .our-service-wrapper .title {
  font-size: 60px;
  color: #e7dfd8;
  margin-bottom: 40px;
}
.page-third-wrapper .page-third .our-service-wrapper .service-box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-third-wrapper .page-third .our-service-wrapper .service-box-wrapper .service-box {
  width: 24%;
}
.page-third-wrapper .page-third .our-service-wrapper .service-box-wrapper .service-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid white;
}
.page-third-wrapper .page-third .our-service-wrapper .service-box-wrapper .service-box .header {
  text-align: center;
  margin-top: 24px;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.page-fourth-wrapper {
  background: #e7dfd8;
}
.page-fourth-wrapper .page-fourth {
  height: auto;
  padding: 60px 50px 30px 50px;
}
.page-fourth-wrapper .page-fourth .title {
  font-family: 'Alice', sans-serif;
  text-align: center;
  font-size: 70px;
  color: #68696b;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-fourth-wrapper .page-fourth .card-wrapper {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  width: 50%;
  margin: 0 auto;
}
.page-fourth-wrapper .page-fourth .card-wrapper .top-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 2px solid #231f20;
}
.page-fourth-wrapper .page-fourth .card-wrapper .top-card .top-title {
  font-size: 25px;
  font-weight: 600;
}
.page-fourth-wrapper .page-fourth .card-wrapper .top-card .text-xl {
  font-size: 22px;
}
.page-fourth-wrapper .page-fourth .card-wrapper .top-card .top-subtitle {
  font-size: 22px;
}
.page-fourth-wrapper .page-fourth .card-wrapper .bottom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
.page-fourth-wrapper .page-fourth .card-wrapper .bottom-card .w-10 {
  width: 10%;
}
/* / Mobile devices / */
@media (max-width: 480px) {
  .page-first {
    display: block !important;
    height: auto;
 }
  .page-first .info {
    padding: 0 !important;
 }
  .page-first .misi-image {
    width: 60% !important;
    margin: 0 auto;
    margin-top: 30px;
 }
  .page-second {
    padding: 30px;
 }
  .page-third .service-box {
    width: 100% !important;
    padding-bottom: 40px;
 }
  .page-fourth .card-wrapper {
    width: 100% !important;
 }
  .page-fourth .card-wrapper .bottom-card {
    display: block !important;
 }
  .page-fourth .card-wrapper .bottom-card .left-part {
    margin-bottom: 20px;
 }
}
/* / Tablets / */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-second {
    padding: 30px 0;
 }
  .page-third .service-box {
    width: 100% !important;
    padding-bottom: 40px;
 }
  .page-fourth .card-wrapper {
    width: 90% !important;
 }
}
/* Small laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-second {
    padding: 30px 0;
 }
  .page-fourth .card-wrapper {
    width: 65% !important;
 }
}
