.wider_nav-scnt {
  background: rgba(255, 255, 255, 0.85) !important;
}
.about-hero-section {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 960px;
  z-index: 0;
}
.about-hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
}
.about-hero-section .hero-content .hero-title-wrapper {
  margin-bottom: 115px;
}
.about-hero-section .hero-content .hero-title {
  font-size: 38px;
  font-weight: 400;
  color: #f8faff;
  display: block;
  margin-bottom: 39px;
}
.about-hero-section .hero-content .hero-titlet {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 20px;
}
.about-hero-section .hero-content .hero-subtitle {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 124px;
}
.logistics-service-section {
  width: 100%;
  background-color: #fff;
  padding: 145px 0 123px;
}
.logistics-service-section .logistics-container {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.logistics-service-section .logistics-container .sec-header-center {
  text-align: center;
  margin-bottom: 93px;
}
.logistics-service-section .logistics-container .sec-header-center .title {
  font-size: 38px;
  color: #23262C;
  margin: 0;
}
.logistics-service-section .logistics-container .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.logistics-service-section .logistics-container .service-grid .service-card {
  width: 305px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-img {
  width: 100%;
  height: 305px;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-info {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  transition: opacity 0.3s;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-info h3 {
  font-size: 22px;
  color: #172541;
  font-weight: 700;
  margin: 0 0 10px;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-info p {
  font-size: 16px;
  color: #5E6770;
  margin: 0;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 209px;
  background-color: #002454;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.logistics-service-section .logistics-container .service-grid .service-card .card-overlay .overlay-content {
  text-align: center;
  padding: 0 15px;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-overlay .overlay-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.logistics-service-section .logistics-container .service-grid .service-card .card-overlay .overlay-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.logistics-service-section .logistics-container .service-grid .service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.logistics-service-section .logistics-container .service-grid .service-card:hover .card-img img {
  transform: scale(1.05);
}
.logistics-service-section .logistics-container .service-grid .service-card:hover .card-overlay {
  transform: translateY(0);
}
.business-section-page {
  width: 100%;
  background-color: #F7F7F9;
  padding-bottom: 166px;
}
.business-section-page .container {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.business-section-page .sec-header-center {
  text-align: center;
  margin-bottom: 90px;
}
.business-section-page .sec-header-center .title {
  font-size: 38px;
  color: #23262C;
  font-weight: 700;
  margin: 0;
}
.business-section-page .process-section {
  background: #F7F7F9;
  padding-top: 132px;
  padding-bottom: 190px;
}
.business-section-page .process-section .process-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.business-section-page .process-section .process-list .process-item {
  flex: 1;
  background: #fff;
  padding: 28px 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
}
.business-section-page .process-section .process-list .process-item .icon-circle {
  width: 70px;
  height: 70px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #666;
  transition: all 0.3s ease;
}
.business-section-page .process-section .process-list .process-item .step-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0 0 5px;
}
.business-section-page .process-section .process-list .process-item .step-sub {
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.business-section-page .process-section .process-list .process-item .step-num {
  font-size: 40px;
  font-weight: 100;
  color: #ddd;
  line-height: 1;
  transition: all 0.3s ease;
}
.business-section-page .process-section .process-list .process-item:hover .step-num,
.business-section-page .process-section .process-list .process-item.active .step-num {
  color: #002454;
}
.business-section-page .process-section .process-list .process-item:hover .icon-circle,
.business-section-page .process-section .process-list .process-item.active .icon-circle {
  background-color: #002454;
  border-color: #002454;
  box-shadow: 0 5px 15px rgba(0, 36, 84, 0.2);
}
.business-section-page .process-section .process-list .process-item:hover .icon-circle img,
.business-section-page .process-section .process-list .process-item.active .icon-circle img {
  filter: brightness(0) invert(1);
}
.business-section-page .highlights-section {
  background-color: #F7F7F9;
}
.business-section-page .highlights-section .highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.business-section-page .highlights-section .highlights-grid .hl-card {
  width: 620px;
  position: relative;
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}
.business-section-page .highlights-section .highlights-grid .hl-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
}
.business-section-page .highlights-section .highlights-grid .hl-card .gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.business-section-page .highlights-section .highlights-grid .hl-card .card-content {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  width: 50%;
}
.business-section-page .highlights-section .highlights-grid .hl-card .card-content .hl-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.business-section-page .highlights-section .highlights-grid .hl-card .card-content .hl-header .icon-box {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #333;
}
.business-section-page .highlights-section .highlights-grid .hl-card .card-content .hl-header h3 {
  font-size: 24px;
  color: #050505;
  font-weight: 500;
  margin: 0;
}
.business-section-page .highlights-section .highlights-grid .hl-card .card-content p {
  font-size: 14px;
  color: #999;
  margin: 0 0 8px;
  line-height: 1.5;
}
.business-section-page .highlights-section .highlights-grid .hl-card:hover .bg-img {
  transform: scale(1.05);
}
