/* ================================
   🌈 GLOBAL CSS BOILERPLATE
   Author: Shivam Verma
   Description: Base setup for Figma → HTML conversion
================================ */

/* ---------- CSS VARIABLES ---------- */


/* Navigation */

/* Auto layout */

@font-face {
  font-family: 'NeueHaasGrotDisp';
  src: url('font/neuehaasgrotdisp-55roman-trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaasGrotDispmedium';
  src: url('font/neuehaasgrotdisp-65medium-trial.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #e63946;
  --secondary-color: #1d3557;
  --accent-color: #457b9d;
  --light-bg: #f8f9fa;
  --dark-bg: #1a1a1a;
  --text-color: #333;
  --white: #fff;
  font-family: 'NeueHaasGrotDisp', sans-serif;
  --transition-speed: 0.3s;
  --green: #298521;
  --white: #ffffff;
  --black: #242424;
  --smoke:#e3e8e5;
}

/* ---------- RESET & NORMALIZE ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}


/* Revolutionary sodium-ion technology delivering saf */

html {
  scroll-behavior: smooth;
  /* font-size: 100%; */
}

@media only screen and (max-width:1399px){
  header{
    width: 1350px !important;
  }
    .container {
    max-width: 1150px !important;
  }
   html {
    font-size: 90% !important;
  }  
}

@media only screen and (max-width:1300px){
  .why-cards p{
    height: 6rem;
  }
  .vr-1{
    height: 90px !important;
    left: -29px !important;
  }
  header{
    width: 1150px !important;
  }
  html {
    font-size: 75% !important;
  }  
  .container {
    max-width: 1000px !important;
  }
}

body {
  font-family: 'NeueHaasGrotDisp';
  color: var(--text-color);
  font-weight: normal;
  background-color: var(--light-bg);
  line-height: 1.6rem !important;
  font-size: 1.25rem !important;
  overflow-x: hidden;
}

/* Remove list and link styles */
ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------- CONTAINERS ---------- */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--dark-bg);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
font-family: 'NeueHaasGrotDispmedium';
}

h1 {
  font-size: 4.0625rem;
  line-height: 4.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}



/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block;
  background-color: var(--green);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  /* border-radius: 4px; */
  /* height: 2.750rem; */
  font-weight: 600;
  letter-spacing: 0.5px;
  border:0 !important;
  /* transition: background var(--transition-speed); */
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.btn-primary:hover {
 background-color: var(--green);
}

/* ---------- SECTIONS ---------- */
section {
  /* padding: 80px 0; */
}

/* ---------- UTILITIES ---------- */
.text-center {
  text-align: center;
}

.text-white {
  color: var(--white);
}

.bg-dark {
  background-color: var(--dark-bg);
  color: var(--white);
}

.bg-light {
  background-color: var(--light-bg);
}

.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

/* ---------- IMAGES ---------- */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- FOOTER ---------- */
footer {
  /* text-align: center; */
  /* padding: 20px;
  background: var(--dark-bg);
  color: var(--white);
  font-size: 0.9rem; */
}


/* Overlay base */
.overlayheader {
      position: fixed;
    top: 5rem;
    right: 2.4rem;
    width: 75%;
    /* height: 100%; */
    background: #1e1e1e;
    color: #fff;
    display: none;
    z-index: 1050;
    overflow-y: auto;
    transition: all 0.4s ease;
    /* padding: 50px 0; */
}

.overlayheader.show {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}

/* Toggle button styling */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1100;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background: #00ff6a;
  margin: 6px 0;
  transition: 0.3s;
}

/* When active: close icon */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Styling inside overlay */
.nav-section a {
  display: block;
  color: #E3E8E5;
  text-decoration: none;
  font-size: 1.250rem;
  line-height: 1.5rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;


  /* ABOUt us */
}

.border-success-t{
  position: relative;
}

.border-success-t::before {
    content: '';
    position: absolute;
    bottom: 0;
    
    left: -1.4rem;
    border: 1px solid var(--green);
    height: 100%;
    /* background-color: #B4DB95; */
}




.nav-section a:hover {
  /* color: #00ff6a; */
}
/* UPS Systems → */

.sub-links{
  margin: 1.5rem 0;
}

.sub-links a {
 font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 43%;
    line-height: 17px;
    text-transform: uppercase;
    color: #B4DB95;
    margin-left: 15px;
}

/* Simple fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}



/* Revolutionary sodium-ion technology delivering saf */


/* Header css */

/* Hero Section */
.hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180.06deg, rgba(0, 0, 0, 0.8) 7.95%, rgba(0, 0, 0, 0.5) 59.09%);
}

.hero-section .container{
    padding:6.25rem 0 0 1.185rem;
}

/* Section */




.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180.06deg, rgba(0, 0, 0, 0.8) 7.95%, rgba(0, 0, 0, 0.5) 59.09%);
  z-index: 1;
}

.text-green {
  color: var(--green);
}

/* Header */
.logo {
  height: 40px;
}

.menus {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menus span {
  position: absolute;
  width: 30px;
  height: 6px;
  background: var(--green); /* green shade */
  transition: all 0.4s ease;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  /* creates the arrow ends */
}
.nav-section p,
.latest-news{

font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
margin-bottom: 2rem;
/* Smoke */
color: #E3E8E5;


}
.img-fluid-blog{
  margin-bottom: 2rem;
}

.mainheadblog{
  margin-bottom: 2rem;
  /* Forklift Batteries → */
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;

/* Smoke */
color: #E3E8E5;


}


.news-section .bloghead{
/* Naxion Energy Announces Major Sodium-Ion Battery B */
font-weight: 400;
font-size: 18px;
line-height: 22px;

/* Air */
color: #FFFFFF;


}

.news-section .date{
/* CNBC, FEBRUARY 14, 2025 */
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;

/* Smoke */
color: #E3E8E5;


}
.news-section .read-more{
    /* Watch Here */
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;

/* Smoke */
color: #E3E8E5;


} 

/* ===== DEFAULT: EQUAL SIGN ===== */
.menus .bar-top {
  top: 11px;
}
.menus .bar-bottom {
  bottom: 11px;
}

/* ===== ACTIVE: CROSS ===== */
.menus.active .bar-top {
  transform: rotate(135deg);
  top: 18px;
  left: 6px;
}

.menus.active .bar-bottom {
  transform: rotate(-135deg);
  bottom: 18px;
  right: 6px;
}

/* keep visible gap in the middle of the cross */
.menus.active::after {
      content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 7;
}
#overlayMenu .news-section,
#overlayMenu .nav-section{
  padding:4rem 2rem;
}

header ul{
      width: 46%;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    margin-bottom: 0;
    padding-left: 0px;
  }

/* Content */
.hero-section .container {
  z-index: 2;
  position: relative;
}

.btn-light {
  font-weight: 600;
}

.learn-more {
  font-weight: 400;
  font-size: 1rem;
}

/* MADE IN INDIA */



.badge {
    font-weight: 600;
line-height: 1.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
letter-spacing: 0.199609px;
  padding: 0.6rem 1.3rem;
  border-radius: 0;
  background-color: var(--green) !important;
}
.pbt-100{
    padding:6.250rem 0;
}

.pb-100{
    padding-bottom: 6.250rem;
}

.pt-100{
    padding-top: 6.250rem;
}






.text-green{
    color:var(--green) !important;
}
.w-80{
    width: 80%;
}

/* Navigation */

/* Navigation */

/* Auto layout */

/* Auto layout */
header{
/* background: rgba(255, 255, 255, 0.1); */
box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.1);
border-radius: 5px;
/* border: 1px solid rgba(255, 255, 255, 0.2); */
height: 5rem;
padding:0 3.125rem;
    width: 1480px;
    margin: 20px auto 0 auto;
    display: block;
    left: 0;
    right: 0;

    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9px);
}


/* Navigation */

/* Auto layout */



/* Why Choose us */

h2{
   font-style: normal;
font-weight: 500;
  font-size: 3.750rem;
  line-height: 3.750rem;
  letter-spacing: -0.077rem;
  color: #242424;  
}

.why-choose h2 {
  font-style: normal;
font-weight: 500;
  font-size: 3.750rem;
  line-height: 3.750rem;
  letter-spacing: -0.077rem;
  color: #242424;
}

/* WHY CHOOSE NAXION ENERGY */
.why-cards{
        --bs-gutter-x: 5rem;
margin-top: 8rem;
}
.why-cards h5 {
  font-size: 1.938rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 0.75rem;
}


.green-bar {
  height: 20px;
  width: 100%;
  background-color: var(--green);
  margin-top: 15px;
  border-radius: 2px;
}

.bannerarrow{
  height: 1rem;
  margin-left: 0.5rem;
}

.why-cards p {
    font-size: 1.125rem;
    width: 92%;
    height:4rem;
line-height: 1.313rem;
margin: 1.938rem 0;
}

.text-right{
  text-align: right;
}

.mediumtextwhyus{
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    width: 100%;
    color: #242424;

}


/* Vector 20 */
.vr-1 {
    width: 0px;
    position: absolute;
    height: 115px;
    border: 0.2rem solid #606E72;
    flex: none;
    /* order: 1; */
    flex-grow: 0;
    left: -43px;
}
/* Tech section */
.tech-section {
  /* background-color: #f1f5f4; */
}




.tech-content {
    gap: 2rem;
    padding: 40px;
  background-color: #E3E8E5;
  min-height: 100%;
}

.tech-image img {
  object-fit: cover;
}

/* Button */


.explore-link img{
  height: 20px;
  object-fit: contain;
  display: inline !important;
}


/* Frame 26 */

/* Auto layout */




.explore-link {
    /* text-transform: uppercase; */
  color: #606E72;
    line-height: 1.6rem !important;
    font-size: 1.25rem !important;
    transition: color 0.3s;
    border-bottom: 1px solid #606E72;
    width: 29%;
    font-weight: 400;
    padding-bottom: 0.4rem;
  
}

.explore-link:hover {
  color: #198754; /* Bootstrap's green */
}

.guttertechrow{
    --bs-gutter-x: 2.5rem;
}
.mycounter{
    --bs-gutter-y: 0.5rem;
}
.mycounter small{
    /* SAFE CHEMISTRY */

font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.063rem;
/* identical to box height */
text-align: center;

color: #242424;

}
.mycounterupper h4 span,
.mycounter h4 span{
    font-weight: 700;
}
.mycounterupper h4,
.mycounter h4{
    /* 100 */
font-style: normal;
font-weight: 500;
font-size: 1.875rem;
line-height: 2.250rem;
/* identical to box height, or 120% */
/*text-align: center;*/
letter-spacing: 0.395508px;

/* Grass */
color: #298521;


    /* 100% */}
    /* Stats section */

    /* AboutPage */


/* XX+ */


    .stats-section {
padding: 3.5rem 0;
  background: #242424; /* dark gray background */
}

.stats-section .countenumber {
  font-weight: 400;
font-size: 2.250rem;
line-height: 2.688rem;

/* Air */
color: #FFFFFF;
}

.stats-section .textserved {
  font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.063rem;
/* identical to box height */
text-transform: uppercase;

/* Smoke */
color: #E3E8E5;
}

.container-auto{
    width: 72%;
    margin: 0 auto;
}

.clients-section {
  background-color: #fff;

}


/* Powering innovation across industries */


.clients-section h2 {
  text-transform: none !important;
  font-size: 3rem;
  line-height: 3.625rem;
 color: #242424;
}


/* Join the sodium-ion revolution. Discover how our c */


.clients-section p {
  color: #606E72;
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.250rem;
  line-height: 1.5rem;
}
.client-logo .h img{
  height: 90px;
   width: 320px;
}
.client-logo .m img{
    height: 60px;
     width: 280px;
}
.client-logo {
     
  
  object-fit: contain;
  filter: grayscale(0);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.client-logo:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}

.clients-section .row{
    --bs-gutter-x: 5rem;
}

.cta{
    /* Section */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8.625rem 12.438rem;
gap: 1.2rem;
/* Grass */
background: #298521;
border-radius: 0px;

/* Inside auto layout */
flex: none;
order: 6;
align-self: stretch;
flex-grow: 0;

}

.cta p{
    width: 80%;
    margin: 1.3rem auto 1.3rem auto;
}

.cta h2{
    font-size: 3.750rem;
    line-height: 3.750rem;
}

/* Button */

.btn-white{
background: #FFFFFF;
/* padding: 20px 40px; */
border: 2px solid #FFFFFF;
color: #242424;
}

.btn-green{
    color: #298521;
background: #B4DB95;
/* padding: 20px 40px; */
border: 2px solid #B4DB95;
}
.flex-cta{
    gap:1.4rem;
}

footer{
   background: #FFFFFF;
   padding: 5rem 0 2rem 0;
}


footer .title{
color:#242424;
font-style: normal;
font-weight: 600;
padding-left: 2rem;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
letter-spacing: 0.0875px;
text-transform: uppercase;
}

/* Vehicle Batteries */
footer p{
    font-weight: 400;
font-size: 1rem;

line-height: 1.18rem;
color: #242424;
}

/* Coal */
footer ul li{
    font-style: normal;
font-weight: 400;
font-size: 1rem;

line-height: 1.18rem;
margin-bottom: 1rem;
color: #242424;
}

footer img{
    height:2rem;
    margin-bottom: 1rem;
}

.copyright-1{
    padding-top: 2rem;
    border-top: 1px solid #cacaca;
}
.arrow-green-icon-d{
  margin-left: 1rem;
}

.banner-mouse{
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2rem;
}

.industries{
  margin-top: 3rem;
}
.industries p{
      font-size: 1.250rem;
    line-height: 1.5rem;
}
.industries img{
  height: 5rem;
  object-fit: contain;
  margin:auto;
  filter: invert(1);
  display: block;
}
.industries .innerindustry{
  padding:1.3rem 1rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9px);
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:768px){
    .white-banner {
    padding: 8rem 0 4rem 0 !important;
    }
    .solution-page-top .normaltext {
    width: 100% !important;
}
    .categories-page-top {
    padding: 8rem 0 8rem 0 !important;
}
  .containernew{
    width: 90% !important;
  }
 
  .right-borders::before{
        left: 11px !important; 
  }
  .category-features p,
  .product-desc,
  .innerboxes-whysodion .icontext,
  .values-row p,
  .executive-team .text,
  .box-c p{
    font-size: 1.25rem !important;
        line-height: 1.6rem !important;
  }

  header ul{
    display: none;
  }

  .clients-section .h img{
    height: 6rem;
  }
       .clients-section .m img {
        height: 3rem;
        margin: 1rem auto;
    }
  .flex-cta{
    flex-direction: column;
  }
  html{
    font-size: 80% !important;
    overflow-x:hidden;
  }
footer ul,
  footer .title{
    padding-left: 0! important;
  }

  .cta{
    padding:6.250rem 0rem !important;
  }

  .green-bar{
    margin-top: 40px;
  }
  .client-logo{
    margin: auto;
  }

  .explore-link{
    width:55% !important;
  }

  .why-cards .mb-4{
    margin-bottom: 5rem !important;
  }

  .mycounter .col-4{
    width:50% !important;
  }

  .why-choose{
        padding: 6.250rem 0 1rem 0;
  }

     .mediumtextwhyus {
        padding: 13px 9px !important;
    }
    footer img{
      height: 4rem;
    }
    .smb-3{
      margin-bottom: 2rem !important;   
    }
  h2{
    font-size: 2.750rem !important;
    line-height: 3.3rem !important;
  }
  header{
    width:362px !important;
  }
  .vr-1{
    display: none;
  }
  .why-choose .col-md-2.text-right{
    text-align: left !important;
    margin-top: 1rem;
  }
  .why-cards{
    margin-top: 5rem;
  }
  .overlayheader{
        top: 0;
  left: 0 !important;
  }
  .overlayheader.show {
    height: 100%;
    overflow: scroll;
  }

  


  /* About Us mobile view */
  .banner-about-us h1{
        font-size: 4.0625rem !important;
    line-height: 4.5rem !important;
  }
  

  .banner-about-us p{
    width:24rem !important;
  }

  .values-row .col-md-3::before{
        height: 7rem !important;
  }

  /* category product page */
.whynaxioncategory .col-md-2{
  width:50%;
  margin-bottom: 1rem;
}
  .category-features .boxcontainer{
        width: 100% !important;
        padding-right: 0rem !important;
  }
  .ctaarrowwhite{
    width: 41% !important;
  }
}

.stickyheader ul{
  color:#242424 !important;
}

header.sticky ul{
color:#242424 !important;
}

@media only screen and (min-width:768px) and (max-width:1180px){
   header ul{
    display: none;
  }
  .tech-section .col-md-5,
  .tech-section .col-md-7{
    width: 100% !important;
  }
  .why-cards .mb-4{
    width: 50%;
  }
 html{
  font-size: 70% !important;
 }
     header {
        width: 580px !important;
    }
        .container {
        max-width: 720px !important;
    }
}


/* About Us Page */

.banner-about-us{
  box-sizing: border-box;

  border: 1px solid #000000;
  background-blend-mode: normal, overlay, normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
 background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 67.97%, rgba(255, 255, 255, 0.39) 74.37%), linear-gradient(180deg, rgba(0, 0, 0, 0) 7.5%, rgba(0, 0, 0, 0.116058) 29.01%, rgba(0, 0, 0, 0.17) 44.27%, rgba(0, 0, 0, 0.0459) 59.53%, rgba(255, 255, 255, 0.0952) 68.98%, rgba(255, 255, 255, 0.17) 81.92%),url(../image/aboutbanner.jpg);
    padding: 8rem 0 8rem 1.185rem;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.banner-about-us .subhead{

font-style: normal;
font-weight: 500;
font-size: 0.875rem;
line-height: 1.250rem;
text-align: center;
letter-spacing: 0.199609px;
text-transform: uppercase;
}

.banner-about-us h1{
  color:#ffffff;
  line-height: 6rem;
  font-weight: 500;
  padding-bottom: 3rem;
  font-size: 6rem;
  letter-spacing: -0.150rem;
  text-transform: uppercase;
}

.light-green{
color:#b4db95;
}

.banner-about-us p{
    font-size: 1.250rem;
    line-height: 1.5rem;
    max-width: 50rem;
    margin: auto;
    width: 50rem;
    position: absolute;
    bottom: 1.9rem;
    right: 0;
    left: 0;
    /* margin-top: 16rem; */
    color: #242424;
    font-weight: 400;
   
}
.innerproduct div{
      font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.042rem;
    text-transform: uppercase;
    color: #298521;
    margin-bottom: 1rem;
}
.innerproduct{
  text-align: center;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    border: 1px solid #E3E8E5;
}

/* Founded in India, Naxion Energy stands at the fore */
.solution-page-top .titlemainsolution{
margin-bottom: 2rem;
}
.solution-page-top .normaltext{
  width:60%;
  margin: 0 auto 2rem auto;
}
.productcategory-bpx .solution-box h2{

  /* energy storage solutions */

position: absolute;
left: 35px;
top: 32px;
font-weight: 500;
font-size: 3rem;
line-height: 3.625rem;
letter-spacing: -0.150rem;
text-transform: uppercase;
color: #FFFFFF;
}
.productcategory-bpx .solution-box{
  /* Rectangle 32 */
height: 20rem;
    background-size: cover;
position: relative;
}

.box-c{
  text-align: center;
  background: rgba(255, 255, 255, 0.47);
backdrop-filter: blur(7px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 0.875rem;
    height: 23rem;
display: flex;
flex-direction: column;
align-items: center;
padding: 5.250rem 1.875rem;
gap: 1.875rem;
border: 1px solid #ffffff;
box-sizing: border-box;
}
.box-c h3{
/* GLOBAL IMPACT */
font-weight: 500;
font-size: 1.125rem;
line-height: 1.313rem;
/* identical to box height, or 140% */
text-align: center;
letter-spacing: 0.003rem;

/* Coal */
color: #242424;
}

.box-c p{
font-weight: 400;
font-size: 1rem;
line-height: 1.188rem;
text-align: center;
color: #242424;
}

/* executive team */


.executive-team .name{
  /* Placeholder Name */
font-style: normal;
margin-bottom: 0.4rem;
font-weight: 600;
font-size: 1.5rem;
line-height: 1.75rem;
color: #242424;
}

.executive-team .postion{
margin-bottom: 0.8rem;
font-weight: 500;
font-size: 0.938rem;
line-height: 1.75rem;
/* identical to box height, or 187% */
text-transform: uppercase;

/* Gunmetal */
color: #606E72;


}

.executive-team .text{
  /* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. */
font-weight: 300;
font-size: 0.813rem;
line-height: 1rem;

/* Coal */
color: #242424;
}

.values-section{
   position: relative;
 background-image: url(../image/values1.png);
    background-size: cover;
    background-position: center;
}
.team.bm-2{
  margin-bottom: 2rem;
}

.team{
  padding: 0 2rem 0 2rem;
  position: relative;
}

.team::before{
  position: absolute;
    content: '';
    left: 0;
    height: 100%;
    padding-left: 1rem;
    border-left: 0.188rem solid var(--green);
}

/* Container */


.values-row .col-md-3{
  position: relative;
  padding: 0 2.063rem;
}



.values-row .col-md-3::before{
        position: absolute;
    content: '';
    top: 0;
    left: 0.688rem;
    height: 10rem;
    border-left: 1px solid #606E72;
}

/* Technical Excellence */
.values-row p{
  color: #E3E8E5;
}
.values-section-o h2{
font-weight: 400;
font-size: 1.875rem;
line-height: 2.25rem;
text-transform: capitalize;
color:#fff;
}





.values-row h3{
font-weight: 400;
font-size: 1.125rem;
line-height: 1.313rem;
color: #E3E8E5;
text-transform: capitalize;
}
.values-row{
  margin-top: 4rem;
}

.values-row p{
font-weight: 400;
font-size: 0.875rem;
line-height: 1.063rem;

color: #E3E8E5;

}

.joinrows{
  margin: 3rem 0 2.5rem 0;
}

/* Pushing the boundaries of energy storage technolog */




.values-row .sqare{
  width: 1rem;
  height: 1rem;
  background-color: var(--green);
  margin:0 0 1rem 0;
}

/* AboutPage */
.values-section-o{
background: #242424;
}

.joinbox{
  background: #fff;
  padding:1rem 1rem 2rem 1rem;
}

.joinbox .head{
color: #242424;
font-weight: 600;
font-size: 1.125rem;
line-height:1.750rem;
}

.joinbox .text{
  color: #242424;
}

.title-normal
{
  margin-bottom: 2rem;
font-weight: 500;
font-size: 2.5625rem;
line-height: 3.0625rem;
text-transform: capitalize;
color: #242424;
}

.greens-bhead{
  /* our mission */
margin-bottom: 2rem;
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.250rem;
/* identical to box height */
text-transform: uppercase;
/* Grass */
color: #298521;
}

/* Lorem ipsum dolor sit amet, consectetur adipiscing */
.normaltext{
font-weight: 400;
font-size: 1.125rem;
line-height: 1.375rem;
/* Coal */
margin-bottom: 2rem;
color: #242424;
}


.normallink-btn{

font-style: normal;
font-weight: 400;
font-size: 1.294rem;
line-height: 1.5rem;
/* Gunmetal */
color: #606E72;
border-bottom: 1px solid #606E72;
padding-bottom: 5px;
}


.stretch-column {
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plabt{
  padding-right: 2.4rem;
}

.mb-30{
  margin-bottom: 1.875rem;
}

.categories-page-top .titlemain{
  margin-bottom: 4rem;
}


/* category page */

.categories-page-top{
  padding: 11rem 0 8rem 0;
}

.nav.nav-tabs{
  border: none;
  margin-bottom:4rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: var(--green) !important;
}

.nav-tabs .nav-item {
    flex: 1 1 0;      /* All tabs get equal width */
    text-align: center;
}

.nav-tabs .nav-link {
    width: 100%;      /* Make button fill the li */
}
.nav-link-c{
  height:3.313rem;
border: none;
    border-radius: 0 !important;
}




.nav-link-c .d-flex{
  justify-content: center;
  gap: 0.5rem;
}
.nav-link-c.active span{
color: #FFFFFF;
}
.nav-link-c.active img{
      filter: invert(1);
}
.nav-link-c span{
font-style: normal;
font-weight: 500;
font-size: 0.875rem;
line-height: 1.250rem;
/* identical to box height, or 143% */
letter-spacing: 0.199609px;
text-transform: uppercase;
color: #242424;
/* Air */

}

.pftitle{

font-weight: 400;
margin-bottom: 1rem;
font-size: 18px;
line-height: 22px;
text-transform: capitalize;
color: #242424;
}
.performance tr{
border-bottom: 1px solid #E3E8E5;
}
.performance td{
  /* Cycle Life */

font-size: 14px;
vertical-align: middle;
line-height: 17px;
color: #606E72;
background-color: unset;
border-bottom-width: 0 !important;
height:1.813rem;
padding: 0.5rem 0 0.5rem 0 !important;
}

.applications{
  background-color: var(--green);
  padding: 1.5rem 2rem;
}

.applications h5{
  color: #fff;
      margin-bottom: 1rem;
  text-transform: capitalize;
}

.applications ul{
      padding-left: 19px !important;
    list-style: disc;

}

.gap1-btn{
  gap: 3rem;
}
.product-s-row li{
  position: relative;
}
.product-s-row li::before{
  content: '';
  position: absolute;
     left: -16px;
  top: 5px;
  width: 10px;
  background-color: var(--green);
  height: 10px;
  border-radius: 100%;
}
.product-s-row ul{
  display: flex;
  gap:12px;
  flex-direction: column;
      padding-left: 15px;
}

.product-s-row p,
.product-s-row li{
font-weight: 400;
font-size: 1.125rem;
line-height: 1.375rem;
/* Coal */
color: #242424;
}
.mb-56{
  margin-bottom: 3.5rem;
}

.product-s-row .inner{
padding: 2.5rem 2.5rem 2.5rem 2.5rem;
border: 1px solid #E3E8E5;
}

.productname{

font-weight: 500;
font-size: 1.5rem;
line-height: 2rem;
/* identical to box height, or 133% */
letter-spacing: 0.042rem;
text-transform: uppercase;
color: #298521;
    margin-bottom: 1rem;
}

.product-desc{

font-size: 1.125rem;
line-height: 1.375rem;
/* identical to box height */
font-weight: 400;
/* Gunmetal */
color: #606E72;

}

.innerboxes-whysodion .icon {

width: 80px;
margin: 0 auto 1rem auto;
    display: flex;
    padding: 1rem;
    text-align: center;
height: 80px;
background: #298521;

}
.innerboxes-whysodion .header-text{
font-style: normal;
font-weight: 600;
font-size: 1.125rem;
line-height: 1.5rem;
text-align: center;
color: #242424;
}

.innerboxes-whysodion .icontext{
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.188rem;
text-align: center;
color: #242424;

}

.mt-65{
  margin-top: 4.063rem;
}

.category-features{
  padding:10rem 0;
background: linear-gradient(270.27deg, rgba(0, 0, 0, 0) 18.74%, rgba(0, 0, 0, 0.76) 57.7%), url(../image/ImageWithFallback.png);
}

.category-features li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 5px;
    width: 10px;
    background-color: var(--green);
    height: 10px;
    border-radius: 100%;
}

.category-features p{
   font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fff;
}
.category-features ul {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding-left: 15px;
}
.category-features .boxcontainer{
  display: flex;
  width: 50%;
  flex-direction: column;
  gap:2.5rem;
  padding-right: 7rem;
}
.category-features li
 {
  position: relative;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fff;
}

/* ProductsPage */
/* STARTER Batteries */

.ctaarrowwhite{
  color: #fff;
    line-height: 1.6rem !important;
    font-size: 1.25rem !important;
    transition: color 0.3s;
    border-bottom: 1px solid #fff;
    width: 35%;  
    font-weight: 400;
    gap: 0.4rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.4rem;
}

.ctaarrowwhite img {
    height: 20px;
    transform: rotate(-45deg);
    object-fit: contain;
    display: inline !important;
}

.banner-sustain{
  padding:10rem 0 6.25rem 0;
}


/* Sustain */

.gray-bhead{
font-weight: 500;
font-size: 0.750rem;
line-height: 1rem;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #606E72;
margin-bottom: 1.5rem;
}

.gray-text{
font-weight: 400;
font-size: 1.125rem;
line-height: 1.375rem;

/* Gunmetal */
color: #606E72;
}

.normal-text{
font-weight: 400;
font-size: 1.125rem;
line-height: 1.375rem;
}

.headnormal{
  text-transform: none;
}

.hero-section-dark{
  background-image: url(../image/starbg.png);
  background-size: cover;
  background-position: center;
  padding:10rem 0 6.25rem 0;
}

.date span{

font-weight: 500;
font-size: 0.750rem;
line-height: 1rem;
/* identical to box height, or 133% */
letter-spacing: 1.2px;
text-transform: uppercase;

}

.date h6{
  margin-top: 0.8rem;
text-transform: capitalize;
font-weight: 500;
font-size: 1.5rem;
line-height: 2rem;
/* identical to box height, or 133% */
letter-spacing: 0.0703125px;


}

/* Documentation page css */

.documentation p{

font-weight: 400;
font-size: 1.250rem;
line-height: 1.5rem;
color: #0A0A0A;
margin-bottom:2rem;

}


/* Button */
.documentation .text-p{
font-weight: 400;
font-size: 0.875rem;
line-height: 1rem;
color: #242424;
height: 46px;
border: 1px solid #E3E8E5;
border-radius: 0px;
padding:1rem;
margin-bottom: 1rem;
}


.assistance-section{
  /* Section */
padding: 4.375rem 0;
/* Coal */
background: #242424;
border-radius: 0px;

}


.large-button{
  /* Contact Technical Support */
display: block;
font-size: 0.875rem;
line-height: 1.063rem;
color: #FFFFFF;
height: 40px;
padding:10px;
background: #298521;
}


.assistance-section .innerbx{
  padding-right: 1rem;
}


.lime-green{
color: #B4DB95;
}
/* Mint */

.small-text{
font-weight: 400;
font-size: 0.875rem;
line-height: 1.063rem;
}
.text-gray{
color: #E3E8E5

}

.right-borders{
  position: relative;
  padding-left: 2rem;
}

.right-borders::before{
 content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    left: 0;
    top: -5px;
}
.gap3{
  gap:1.3rem;
}
.tech-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mb-0{
  margin-bottom: 0 !important;
}

.h-100{
  height: 100%;
}
.form-select,
.form-control{
  /* Enter your email */
font-size: 0.875rem;
line-height: 1.063rem;
color: #606E72;
    height: 2.563rem;
/* height: 44px; */
background: #FFFFFF;
padding: 0.25rem 0.75rem 0.25rem 1.5rem;
border-radius: 0;
}

.boxcta{
     width: 65%;
    margin: 2.5rem auto 3rem auto;
  
}

.mt-45{
  margin-top: 6rem;
}

/* White banner */
.white-banner h2{
    margin-bottom:1rem !important;
}
.white-banner{
    padding:8rem 0 4rem 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3E8E5 100%);
}
.bannersmallhead{
    padding: 3px 10px;
    background: #E3E8E5;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    display: inline-block;
}

.white-banner .normal-text{
      width: 60%;
      color: #606E72;
    margin: auto;
}

.normal-h3heading{

font-weight: 400 !important;
font-size: 1.875rem;
line-height: 2.250rem;
color: #242424;
text-transform: capitalize;
}

.green-link{
  color:var(--green);
      text-decoration: underline;
}



/* Fill out the form below and we'll get back to you  */
.ntetxt{
font-weight: normal;
font-size: 1rem;
line-height: 1.625rem;
/* identical to box height, or 160% */
letter-spacing: -0.3125px;

/* Gunmetal */
margin-top: 0.5rem;
color: #606E72;
}
.contactform .form-select,
.contactform .form-control{

background: #E3E8E5;
padding:4px 12px !important;
}

.contactform label{
font-size: 1rem;
line-height: 1.188rem;
color: #242424;
display: inline-block;
margin-bottom: 1rem;
}
.contactform textarea{
  height: 4rem;
}
.g-one{
    --bs-gutter-y: 1.5rem;
}
.cfeatureboxes{
  /* Card */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 28px 24px 28px 24px;
gap: 16px;
background: #FFFFFF;
/* Smoke */
border: 1px solid #E3E8E5;
}

.parent-box{
  display: flex;
flex-direction: column;
gap:24px;
}

/* Email */
.locationdiv,
.cfeatureboxes p,
.cfeatureboxes div{
font-weight: 400;
font-size: 1rem;
margin-bottom: 0;
line-height: 1.188rem;
color: #242424;
}
.cfeatureboxes p{
color: #606E72;
}

.gap-form{
  --bs-gutter-x: 4rem;
}

.qr{
  width: 77px;
  height: 77px;
}

.accordion-button{
font-weight: 500;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */
letter-spacing: -0.150391px;
color: #242424;
/* height: 54px; */
padding: 20px 25px;
    border-bottom: 0px !important;
border: 1px solid #B4DB95;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;

}

.accordion-collapse{
  /* padding: 1px 25px; */
color: #606E72;
  font-size: 14px;
line-height: 20px;
      border-top: 0px !important;
border: 1px solid #B4DB95;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
  border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
  border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.accordion-button:not(.collapsed){
  background: none;
  color: #242424;
  box-shadow: unset;
}

.accordion-button.collapsed{
border-bottom: 1px solid #B4DB95 !important;
}

.accordion-body{
  padding: 1px 25px 25px 25px;
}

.accordion-button::after{
  
    background-size: 0.875rem;
  /* background-image:url(image/arrow-bottom.png) */
}


.containernew{
  width:60%;
  margin: auto;
}

.form-control::placeholder,
.form-select::placeholder{

font-size: 0.875rem;
line-height: 1.063rem;

color: #606E72;


}
.greenleftline::before{
   position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: 0;
        border-left: 3px solid #298521;
}
.greenleftline{
    position:relative;
    padding-left: 1rem;
}






 





