

.banner-section {
  width: 100%;
  min-height: 830px;
  overflow: hidden;
  position: relative;
}
.homevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner-content-setion {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 13%;
}

.banner-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #f9f9f9;
  text-align: left;
  max-width: 1000px;
  line-height: 1.2;
}
.sub-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 20px;
}

.sub-content p {
  font-size: 16px;
  font-weight: 400;
  color: #efefef;
  text-align: left;
  max-width: 900px;
  line-height: 1.6;
}

.maas-card {
  width: 100%;
  height: 99px;
  background: #ffffff;
  padding: 15px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.card-left {
  display: flex;
  gap: 8px;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  border-radius: 50%;
  margin-top: 6px;
}

.card-text h4 {
  font-size: 18px;
  font-weight: 700;
  font-style: bold;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

.card-text p {
  font-size: 12px;
  color: #333333;
  max-width: 160px;
  width: 100%;
  margin-top: 12px;
  line-height: 1.3;
}

.arrow-icon {
  font-size: 24px;
  transform: rotate(-36.48deg);
  position: absolute;
  top: 8px;
  left: 200px;
  opacity: 1;
  display: inline-block;  
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}
.card-section {
  max-width: 800px;
}
.connect {
  background: #f9f9f9;
  border-radius: 25px;
  font-weight: 500;
  width: 220px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: medium;
  line-height: 100%;
  letter-spacing: 0%;
}
.connect-btn {
  margin-top: 30px;
  max-width: 800px;
}
.btn.connect {
  text-decoration: none;
  gap: 8px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn.connect .icon {
  order: 1;
  transition: order 0s, transform 0.3s ease;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn.connect .connect-text {
  order: 2;
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn.connect:hover .icon {
  transform: translateX(140px);
}

.btn.connect:hover .connect-text {
  transform: translateX(-30px);
}

.about-split-section {
  width: 100%;
  height: 600px;
}

.about {
  padding: 0%;
}

.about-left {
   background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 60px;
}

.about-left-content h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  max-width: 420px;
  line-height: 1.3;
  font-style: bold;
  line-height: 51px;
  letter-spacing: 0%;
}

.about-right {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 60px;
}

.about-right-content {
  text-align: center;
  max-width: 420px;
}

.about-right-content h3 {
  font-size: 40px;
  font-weight: 700;
  font-style: bold;
  font-family: "Figtree", sans-serif;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.about-right-content p {
  font-size: 16px;
  color: #515151;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0%;
  margin-bottom: 25px;
  max-width: 462px;
  width: 100%;
}

.learn-btn {
  border: 1px solid #157442;
  color: #157442;
  padding: 10px 26px;
  border-radius: 31px;
  font-size: 14px;
}

.learn-btn:hover {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: white;
}

.strategic {
  background: #ddfbea;
  padding: 100px 0;
}

.strategic-wrapper {
  display: flex;
  align-items: flex-start;
}

.strategic-title {

  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  color: #143d2a;
  max-width: 600px;
  margin-bottom: 40px;
}

.strategic-grid {
  max-width: 766px;
  width: 100%;
  background: #ffffff;
  margin-top: 65px;
}

.strategic-card {
  padding: 40px;
  background: #f9f9f9;
  border: 0.8px solid #dedede;
  min-height: 237px;
}

.strategic-card h4 {
  font-size: 18px;
  font-style: bold;
  line-height: 100%;
  color: #282828;
  letter-spacing: 0%;
  font-weight: 600;
  margin-bottom: 12px;
}

.strategic-card p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  margin-top: 16px;
  color: #787878;
}

.explore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 100%;
  margin-top: 20px;
  color: #157442;
  font-size: 15px;
  text-decoration: none;
}

.explore-link i {
  font-size: 16px;
}

.strategic-image {
  position: relative;
}
.strategic-image-inner {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: auto;
}

.strategic-image img {
  display: block;
  width: 100%;
  max-width: 553px;
  height:100vh;
  max-height: 641px !important;
  object-fit: cover;
}

.consult-box {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 220px;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.3s ease;
  overflow: hidden;
}
.consult-box:hover {
  background: #b7f5d2;
}

.consult-box p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  max-width: 140px;
  margin-top: 50%;
   transition: color 0.3s ease, transform 0.3s ease;
  transform-origin: left bottom;
  display: inline-block;
}
.consult-box:hover p {
  color: #062D1A;
  transform: scale(1.2);
}
.arrow {
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 214.3px;
  font-size: 24px;
  transform: rotate(-42.32deg);
 transition: color 0.3s ease, 
              transform 0.3s ease, 
              top 0.3s ease, 
              left 0.3s ease;
  display: inline-block;
}
.consult-box:hover .arrow {
  color: #062D1A;
  font-size: 30px;
  top: 15px;
  left: 245px;
  
  transform: rotate(-42.32deg) scale(1.2);
}

.electrification-content {
  background: #ffffff;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title {
  font-size: 40px;
  font-style: bold;
  font-weight: 700;
  color: #062D1A;
  line-height: 51px;
  margin-bottom: 50px;
  max-width: 720px;
  width: 100%;
}

.application-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.app-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #157442;
  font-weight: 600;
  font-size: 20px;
}

.app-item i {
  font-size: 28px;
}

.truck-section {
  position: relative;
  min-height: 600px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
  
  
  background-image: url("/assets/images/background_truck.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  z-index: 1;
  overflow: hidden;
}

.truck-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 26.67%, rgba(0, 0, 0, 0) 88.04%);
  z-index: -2;
}

.truck-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.truck-section:hover::before {
  opacity: 1; 
}

.contact-here {
  color: #f9f9f9;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 400; 
  font-size: 16px;
  display: inline-block;
  margin-top: auto;
  padding-bottom: 20px;
  
  
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s ease;
  will-change: transform;
}

.truck-section:hover .contact-here {
  transform: scale(1.2); 
  color: #ffffff;
}

.truck-overlay-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.truck-overlay-text p {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 400;
  line-height: 1.4;
  max-width: 380px;
}

@media (max-width: 1536px) {
  .strategic-wrapper {
    margin-right: 0 !important;
    padding-right: 0 !important;
    
  }
}

.how-it-works {
  background: #ffffff;
  padding: 80px 0;
  overflow-x: hidden; 
}

.hiw-title {
  font-size: 36px;
  font-weight: 800;
  color: #062D1A;
  text-align: center;
  margin-bottom: 15px;
}

.hiw-subtitle {
  font-size: 15px;
  color: #777777;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
}

.hiw-image-col {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 100px;
}

.green-bg-box {
  position: absolute;
  background-color: #157442;
  width: 395px;
  height: 624px;
  left: 0;
  top: 60px;
  z-index: 0;
}

.hiw-product-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 541px;
  height: auto;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}

.hiw-steps-col {
  padding-left: 8%; 
}

.steps-inner-container {
  max-width: 500px;
}

.hiw-step {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  position: relative;
}

.hiw-step:not(.hiw-step-last)::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 30px;
  width: 1px;
  height: calc(100% - 20px);
  border-left: 2px dashed #157442;
  opacity: 0.4;
}

.hiw-step-dot {
  width: 24px;
  height: 24px;
  background-color: #157442;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  z-index: 2;
  position: relative;
}

.hiw-step-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.hiw-step-title {
  font-size: 22px;
  font-weight: 700;
  color: #157442;
  margin-bottom: 12px;
}

.hiw-step-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .hiw-image-col {
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .green-bg-box {
    display: none;
  }
  .hiw-steps-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fleet-section {
  background: #ffffff;
  padding: 100px 0;
}

.fleet-title {
  font-size: 40px;
  font-weight: 700;
  font-style: bold;
  line-height: 51px;
  letter-spacing: 0%;
  color: #062D1A;
   font-family: "Figtree", sans-serif;
}

.fleet-subtitle {
  max-width: 750px;
  margin: 15px auto 50px;
  font-size: 16px;
  color: #888888;
  line-height: 1.2;
  letter-spacing: 0%;
}

.fleet-card {
  background: linear-gradient(180deg, #F7F7F7 0%, #F2F2F2 100%);
  padding: 24px;
  gap: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  width: 100%;
  max-width: 387px;   
  height: 320px;  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 
    0px 4px 8px rgba(0,0,0,0.06),
    0px 0px 4px rgba(0,0,0,0.04);
  transition: 0.3s ease;

}

.fleet-icon {
  font-size: 48px;
  color: #157442;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
 
}

.fleet-card h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0%;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fleet-card p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  max-height: 67px;
  color: #565656;
  line-height: 1.6;
  letter-spacing: 0%;
  text-align: left;
}

.fleet-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  flex-shrink: 0;

}

.know-btn {
  border: 0.5px solid #157442;
  padding: 8px 17px 8px 17px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #157442;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.know-btn:hover {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #fff;
}

.arrow-circle {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.card-arrow {
  font-size: 32.61px;
  transform: rotate(-36deg);
  display: inline-block; 
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}
.fleet-btn {
  margin-top: 50px;
}

.connect-main {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #fff;
  padding: 15px 35px;
  width:237px;
  height: 52px;
  border-radius: 31px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  overflow: hidden; 
}

.connect-main:hover{
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  color: #fff;
 
  
}

.connect-main .icon {
  transition: transform 0.3s ease;
}

.connect-main .connect-text {
  transition: transform 0.3s ease;
}

.connect-main:hover .icon {
  transform: translateX(140px); 
}

.connect-main:hover .connect-text {
  transform: translateX(-30px); 
} 

.news-section {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 100px 0;
  color: white;
  overflow: hidden;
}

.news-left {
  position: relative;
  z-index: 10;
}

.news-right {
  position: relative;
  overflow: visible;
}

.news-stack {
  position: relative;
  height: 500px;
  overflow: visible;
}

.news-stack .news-card {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.news-stack .news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #F9F9F9;
  max-width: 547px;
  line-height: 51px;
  font-style: bold;
}

.news-desc {
  font-size: 16px;
  margin: 20px 0 30px;
  font-weight: 100;
  font-style: normal;
  max-width: 547px;
  color: #F9F9F9;
  line-height: 1.4;
  letter-spacing: 0%;
}

.news-btn {
  background: #ffffff;
  width: 145px;
  height: 41px;
  border-radius: 31px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.news-btn .arrow-btn,
.news-btn .view-more {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.view-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.arrow-btn{
  font-size: 21px;
}
.news-btn:hover {
  background: #f2f2f2;
  color: #157442;
}
.news-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.news-card > img {
  min-width: 599px;
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  display: block;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); 
  opacity: 0; 
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}

.news-card:hover::before {
  opacity: 1; 
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    179.93deg,
    rgba(0, 0, 0, 0) 35.35%,
    rgba(0, 0, 0, 0.8) 99.94%
  );
  z-index: 1;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  color: white;
  z-index: 3; 
}

.news-overlay h4, 
.news-bottom span {
  display: inline-block; 
  transform-origin: left bottom;
  transform: translateZ(0); 
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-font-smoothing: antialiased;
}

.news-card:hover .news-overlay h4,
.news-card:hover .news-bottom span {
 
  transform: scale(1.1) translateZ(0); 
}

.news-overlay h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-bottom span {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}



.arrow-circle-01 {

  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.news-bottom {
  text-decoration: none;
  color: #fff;
}


.partners-section {
  background: #fff;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  overflow: hidden;
}

.partners-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  cursor: default;
}

.partners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.partner-card-spacer {
  width: 260px;
  height: 60px;
  flex-shrink: 0;
}

.logo-card {
  background: #fff;
  border: 1px solid #e4e4e0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  
}

.logo-card .logo {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  user-select: none;
  box-sizing: border-box;
  filter: grayscale(50%);
  opacity: 0.8;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}

.logo-card:hover .logo {
  filter: grayscale(0%);
  opacity: 1;
}

.partner-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:#F9F9F9;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 100px;
  z-index: 100;
  box-shadow: 
  0 4px 8px rgba(0, 0, 0, 0.06),
  0 0 4px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.partner-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #062D1A;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

