@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
    box-sizing: border-box;
    background: #040404;
    font-family: "Open Sans", sans-serif;
}

* {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 18%;
}

.logo a img {
    width:100%;
}
.container {
    width: 1300px;
    margin: 0 auto;
}

header {
    padding: 20px 4%;
}
section.Hybrid.Motors .container {
    max-width: 900px;
}
.links ul {
    display: flex;
    gap: 25px;
    align-items: center;
}


.links ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.header-button a {
    border: 1px solid #fff;
    padding: 12px 20px 12px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.hero-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-button {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
}

a.button-one {
    border: 1px solid #fff;
    background: #fff;
    padding: 15px 25px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
        cursor: pointer;
}

a.button-two {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
        cursor: pointer;
}

h1 {
    font-weight: 500;
    font-size: 55px;
    width: 64%;
    margin: 0 auto;
    color: #ffffff;
}

section.hero {
    padding: 7% 4% 11%;
}

.hero-col p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* .video-bg iframe {
    width: 100%;
    height: 80vh;
} */
.hero {

    position: relative;
    overflow: hidden;

}


.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    z-index: 0;
}


.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}



/* .container {
    position: relative;
    z-index: 2;
    color: #fff;

} */



.hero::after {

    content: "";
    position: absolute;

    width: 100%;
    height: 100%;

      background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 1;

}
.about-col,.about-video,.video-col,.brabus-text{
    width: 50%;
}
.about-col {
    display: flex;
    flex-direction: column;
}
.about-col span {
    font-size: 16px;
    color: gray;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}
.potfolio {
    border-left: 1px solid gray;
    padding-left: 15px;
    flex: 0 0 45%;
}
.border-parent{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.potfolio h4{
        font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.about-col p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding: 20px 0 40px;
}
section.about {
    padding: 120px 4% 80px;
}
section.about .row {
    gap: 60px;
}

.about-video iframe,.video-col iframe {
    width: 100%;
    height: 52vh;
}
.html5-video-player .video-stream {
    height: 100% !important;
}
 h2 {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    line-height: 55px;
}





























  .section-fleet {
    background: #040404;
    padding: 50px 60px;
    text-align: center;
  }
  .fleet-cards {
    display: flex;
      gap: 25px;
    justify-content: center;
    margin: 40px;
  }
  .fleet-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 35px;
    flex: 1;
    text-align: left;
  }
  .fleet-card .icon {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ccc;
  }
  .fleet-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
  }
  .fleet-card p {
     font-size: 16px;
    color: #888;
    line-height: 26px;
  }

  
  .section-cleaner {
    padding: 50px 60px;
    text-align: center;
  }
.section-cleaner .subtitle {
    font-size: 16px;
    color: #888;
    margin: 30px 0 50px;
}
  .cleaner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
      justify-content: center;
  }
  .cleaner-card {
    background: #111;
    border: 1px solid #222;
    padding: 18px;
    text-align: left;
      flex: 0 0 29%;
  }
  .cleaner-card .icon {
    font-size: 24px;
    margin-bottom: 8px;
    color: #aaa;
  }
.cleaner-card h4 {
 font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
  }
.cleaner-card p {
font-size: 16px;
    color: #777;
    line-height: 24px;
}

 
  .section-assembly {
    background: #000;
    padding: 50px 60px;
    text-align: center;
  }
  .section-assembly .subtitle {
    font-size: 16px;
    color: #888;
    margin: 30px;
  }
  .assembly-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
  }
  .assembly-visual .building-icon {
    font-size: 40px;

  }
  .assembly-visual .label {
    position: absolute;
    bottom: 10px;
    font-size: 8px;
    color: #555;
  }
  .assembly-text {
    font-size: 16px;
    color: #888;
line-height: 28px;
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: left;
  }
  .assembly-stats {
    display: flex;
    justify-content: center;
gap: 25px;
    margin-bottom: 30px;
  }
.stat-item {
       text-align: center;
    border: 1px solid #222;
    width: 33%;
    padding: 30px 26px 30px;
}
  .stat-item .stat-icon {
        font-size: 30px;
    margin-bottom: 6px;
    color: #aaa;
  }
  .stat-item .stat-label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
  }
  .stat-item .stat-sub {
    font-size: 14px;
        padding-top: 8px;
    color: #666;
  }
  .btn-outline {
    border: 1px solid #444;
    background: transparent;
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.5px;
  }
  .btn-outline:hover { background: #1a1a1a; }

  
  .section-partners {
    background: #000;
    padding: 50px 60px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
  }
  .partner-tab {
display: flex;
font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
        width: 160px;
    justify-content: center;
    padding: 14px 0;
    border: 1px solid #3a3a3a;
        background: #1e1e1e;
  }
  .partner-content {
    display: flex;
    gap: 30px;
    text-align: left;
  }
h3.changes-font {
    font-size: 16px !important;
    margin: 18px 0 10px !important;
}
  .brabus-inner h3 {
    text-align: left;
}
section.section-partners .row {
    padding-top: 8%;
    gap: 40px;
}
.about-video iframe, .video-col iframe {
    width: 100%;
    height: 37vh;
}
.brabus-inner p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
}
.html5-video-player .video-stream{
  width: 100% !important;
}
.partner-info h3,.brabus-inner h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}
  .partner-info .tagline {
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .specs-list {
    list-style: none;
    margin-bottom: 16px;
  }
  .specs-list li {
     font-size: 14px;
    color: #aaa;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
        padding-bottom: 15px;
  }
.partner-info,.partner-images {
        width: 50%;
}
  .spec-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
  .specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
      gap: 20px;
  }
.spec-item {
    font-size: 16px;
color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
  .spec-item .spec-icon {
    font-size: 24px;
  }
  .partner-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .img-placeholder {
    background: #111;
    border: 1px solid #222;
    color: #333;
  }
  .img-placeholder.small {
    height: 60px;
  }
  .img-placeholder img {
    width: 100%;
}

 .partner-cta {
    margin-top: 41px;
}
section.hero .container {
    position: relative;
    z-index: 7;
}
.btn-primary {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    padding: 19px 18px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.spec-content strong {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.spec-content span {
    font-size: 14px;
    color: #ccc;
}


     footer {
      background: #111111;
      color: #fff;
      padding: 50px 0 40px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 40px;
    }
footer .logo img {
    width: 234px;
}
footer .logo{
    padding-bottom:3%
            }

    .brand-tagline {
      font-size: 12px;
      font-weight: 300;
      color: #aaaaaa;
      letter-spacing: 0.02em;
    }


    .col-heading {
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 18px;
      letter-spacing: 0.04em;
    }

   
    .footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-links li a {
      text-decoration: none;
      color: #aaaaaa;
      font-size: 12.5px;
      font-weight: 300;
      letter-spacing: 0.02em;
      transition: color 0.2s ease;
    }

    .footer-links li a:hover {
      color: #ffffff;
    }

    
    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .contact-info p {
      color: #aaaaaa;
      font-size: 12.5px;
      font-weight: 300;
      letter-spacing: 0.02em;
    }

    .contact-info a {
      color: #aaaaaa;
      text-decoration: none;
      font-size: 12.5px;
      font-weight: 300;
      transition: color 0.2s ease;
    }

    .contact-info a:hover {
      color: #ffffff;
    }

  
    .social-icons {
      display: flex;
      gap: 14px;
      align-items: center;
      margin-top: 2px;
    }

    .social-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #cccccc;
      transition: color 0.2s ease;
    }

    .social-icons a:hover {
      color: #ffffff;
    }

    .social-icons svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

 .Global-Leaders {
    text-align: center;
    padding: 5% 4%;
}

    .Global-Leaders p.subtitle {
      font-size: 14px;
      font-weight: 300;
      color: #777;
      letter-spacing: 0.3px;
      margin: 18px 0 40px;
    }

    .cards {
      display: flex;
     gap: 50px;
      justify-content: center;
      flex-wrap: wrap;
    }

.card {
    background: #000000;
    border: 1px solid #2a2a2a;
    padding: 36px 28px 32px;
    flex: 1 1 300px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    transition: border-color 0.3s;
}

    .card:hover { border-color: #3a3a3a; }

    .brand-btn {
      background: #1e1e1e;
      border: 1px solid #3a3a3a;
      color: #f0ece4;
      font-family: 'Jost', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 13px 34px;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s;
      outline: none;
    }

    .brand-btn:hover { background: #282828; border-color: #666; }

   
    .video-container {
      width: 100%;
      display: none;
      flex-direction: column;
      gap: 8px;
    }

    .video-container.active { display: flex; }

    .video-box {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9;
      background: #000;
      border: 1px solid #2a2a2a;
      overflow: hidden;
    }

    .video-box iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    
    .video-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2px 0;
    }

    .ctrl-btn {
      background: transparent;
      border: 1px solid #444;
      color: #bbb;
      font-family: 'Jost', sans-serif;
      font-size: 11px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      padding: 6px 18px;
      cursor: pointer;
      transition: border-color 0.2s, color 0.2s;
      outline: none;
    }

    .ctrl-btn:hover { border-color: #888; color: #fff; }

    .close-btn {
      background: transparent;
      border: 1px solid #444;
      color: #888;
      font-size: 15px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.2s, color 0.2s;
      outline: none;
    }

    .close-btn:hover { border-color: #888; color: #fff; }

.card-desc {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.50;
    max-width: 270px;
}

   .transform-button a.button-one{
      width: 118px;
          display: block;
          text-align: center;
    }
    .transform-col {
      display: flex;
      justify-content: center;
      flex-direction: column;
align-items: center;
      gap: 20px;
}
section.transform {
    padding: 5% 4%;
}
.transform-col p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
}


.section-cleaner {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}


.video-bg-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-bg-second iframe {
  width: 100vw;
  height: 56.25vw; 
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.section-cleaner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
    background: rgba(0, 0, 0, 0.90);
  top: 0;
  left: 0;
  z-index: 0;
}


.section-cleaner .container {
  position: relative;
  z-index: 2;
}


.our-fleet {
    padding: 60px 80px;
    background: #0a0a0a;
}
  .our-fleet__header {
    text-align: center;
    margin-bottom: 50px;
  }

  .our-fleet__title {
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }

  .our-fleet__subtitle {
    font-size: 0.95rem;
    color: #aaa;
    font-weight: 300;
  }


  .our-fleet__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

 
  .our-fleet-col {
    background: #1a1a1a;
    cursor: pointer;
    overflow: hidden;
  }

  .our-fleet-col__image {
    background: #1c1c1c;
  }

  .our-fleet-col__info {
    padding: 16px 20px;
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
      background: #0a0a0a;
  }

  .our-fleet-col__label {
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .our-fleet-col__name {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
  }

  .our-fleet-col__arrow {
    font-size: 1.2rem;
    color: #fff;
  }

section.Hybrid.Motors .card
 {
    max-width: 100%;
    border: none;
    background: #000;
    padding: 0;
    padding-top: 45px;
}
section.Hybrid.Motors {
    background: #000;
    padding: 5% 4%;
}

  /* section.Hybrid.Motors .block {
    padding: 32px 32px 28px;
  } */

  section.Hybrid.Motors .block:last-child {
    border-bottom: none;
  }
  section.Hybrid.Motors p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

  section.Hybrid.Motors .block-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  section.Hybrid.Motors .block-title::before {
    content: '';
    flex-shrink: 0;
    width: 3px;
    height: 24px;
    background: #fff;
    border-radius: 2px;
  }

  section.Hybrid.Motors .block-title h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1px;
  }
  section.Hybrid.Motors.block p {
    color: #b8b8b8;
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.75;
  }

  section.Hybrid.Motors.block p:last-child { margin-bottom: 0; }


.sub-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 10px;
}


section.Hybrid.Motors .impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

 section.Hybrid.Motors .impact-item {
    padding: 20px 18px;
  }

 section.Hybrid.Motors .impact-item .icon {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.85;
  }

 section.Hybrid.Motors .impact-item h4 {
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0;
    margin-bottom: 5px;
  }

 section.Hybrid.Motors .impact-item p {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    margin: 0;
  }
  section.Hybrid.Motors h2{
        text-align: center;
  }
  .header-button:hover a{
color: #000;
  }
  .header-button:hover {
    background: #fff;
}
a.button-one:hover{
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 25px;
    color: #fff;
}
a.button-two:hover{
    color: gray;
}