/* Banner */

.second_banner {
  position: relative;
  overflow: hidden;
}

.sbanner_image {
  position: relative;
  display: flex;
}

.sbanner_image img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 540px;
  min-height: 540px;
  object-fit: cover;
}

.sbanner_content {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000080;
}

.sbanner_content .sbanner_content_inner {
  max-width: 1021px;
  width: 100%;
}

.sbanner_content .sbanner_content_inner h1 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
  text-align: start;
  margin-bottom: 14px;
}

.sbanner_content .sbanner_content_inner h1 span {
  color: var(--grass-green);
}

.sbanner_content .sbanner_content_inner p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
}

/* Who we are */

.wwa_section.comman-section,
.mission-vision {
  overflow: hidden;
}

.wwa_section .wwa_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.wwa_section .wwa_content .wwa_heading,
.mission_inner_content .mv_heading,
.vision_inner_content .mv_heading {
  width: 100%;
  max-width: max-content;
}

.wwa_section .wwa_content .wwa_heading h2,
.mission_inner_content .mv_heading h2,
.vision_inner_content .mv_heading h2 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: var(--dark-charcoal);
}

.wwa_section .wwa_content .wwa_heading h2 span,
.mission_inner_content .mv_heading h2 span,
.vision_inner_content .mv_heading h2 span {
  color: var(--grass-green);
}

.wwa_section .wwa_content .wwa_desc,
.mission_content .mission_features,
.vision_inner_content .vision_desc {
  max-width: 1060px;
  width: 100%;
}

.wwa_section .wwa_content .wwa_desc p {
  margin-bottom: 16px;
}

.wwa_section .wwa_content .wwa_desc p,
.vision_inner_content .vision_desc p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 43px;
  color: var(--grayish-blue);
}

.mission_inner_content .mv_heading h2 {
  color: var(--white);
}

/* mission vision */

.mission_content {
  padding: 50px 0px;
  background-color: var(--dark-charcoal);
}

.mission_inner_content,
.vision_inner_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.mission_features {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
}

.mission_features .mission_feature_item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: calc((100% / 2) - 10px);
  width: 100%;
}

.mission_features .mission_feature_item h4 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--grass-green);
}

.mission_features .mission_feature_item p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
}

/* why chargeport */

.why_chargeport {
  background-color: var(--cultured-white);
}

.power_feature {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.power_feature .power_item {
  width: 100%;
  max-width: calc((100% / 3) - 17px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px #00000014;
}

.power_feature .power_item h4 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--dark-charcoal);
}

.power_feature .power_item p,
.power_feature .power_item li,
.power_feature .power_item span {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--grayish-blue);
}

.power_feature .power_item ul,
.power_feature .power_item ol {
  padding-left: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.power_feature .power_item li {
  position: relative;
}

.power_feature .power_item ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: -25px;
  top: 0px;
  background-image: url("/wp-content/uploads/2025/11/electric-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.power_feature .power_item ol li {
  list-style-type: decimal;
}
/* Counter */

.abt-counter {
  background-color: var(--grass-green);
}

.abt_counter_content {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}

.abt_counter_content .counter_item {
  /* padding: 24px; */
  text-align: center;
  width: 100%;
  max-width: calc((100% / 4) - 15px);
}
.abt_counter_content .counter_item h2 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: var(--white);
}

.abt_counter_content .counter_item p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}

/* chargers */

.chargers_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.chargers_item {
  border: 1px solid var(--platinum);
  border-radius: 20px;
  width: 100%;
  max-width: calc((100% / 3) - 17px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.chargers_item .charger_desc {
  padding: 0px 24px 24px;
}
.charger_images {
  position: relative;
  padding-top: 78.747%;
}

.charger_images img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chargers_item .charger_desc p {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  word-break: break-all;
  color: var(--grayish-blue);
}

/* ------------------ Serives page start ------------------ */

.services_list .services_item:nth-child(even) {
  background-color: var(--cultured-white);
}

.services_list .services_content .section_heading {
  margin-bottom: 12px;
}

.services_content .sercives_inner_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service_desc p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 43px;
  text-align: center;
  color: var(--grayish-blue);
}

.services_content .sercives_inner_content .charge_serve-image {
  position: relative;
  padding-top: 37.292%;
}

.services_content .sercives_inner_content .charge_serve-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.charge_serve_feature {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.charge_serve_feature__main h3 {
  font-size: 32px;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  font-family: var(--poppins);
}

/* .charge_serve_feature .cs_feature_item {
  padding: 24px;
  border-radius: 10px;
  background-color: var(--greenish-tint);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  width: 100%;
  max-width: calc((100% / 3) - 14px);
} */

/* .charge_serve_feature .cs_feature_item h4 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--grass-green);
} */

.charge_serve_feature .cs_feature_item p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--grayish-blue);
}

.charge_serve_feature {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Default styling for all cards */
.charge_serve_feature .cs_feature_item {
  padding: 24px;
  border-radius: 10px;
  background-color: var(--greenish-tint);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  flex: 1 1 calc(25% - 20px); /* Default for 4 items */
  max-width: calc(25% - 20px);
  transition: all 0.3s ease;
}

/* Titles */
.charge_serve_feature .cs_feature_item h4 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--grass-green);
}

/* Text */
.charge_serve_feature .cs_feature_item p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--grayish-blue);
}

/* --- Smart width adjustment --- */

/* If only 1 item */
.charge_serve_feature:has(.cs_feature_item:first-child:last-child) .cs_feature_item {
  flex: 1 1 100%;
  max-width: 100%;
}

/* If exactly 2 items */
.charge_serve_feature:has(.cs_feature_item:nth-child(2):last-child) .cs_feature_item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

/* If exactly 3 items */
.charge_serve_feature:has(.cs_feature_item:nth-child(3):last-child) .cs_feature_item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

/* If 4 or more items → two per row (50%) */
.charge_serve_feature:has(.cs_feature_item:nth-child(4)) .cs_feature_item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

/* --- Responsive adjustments --- */
@media (max-width: 992px) {
  .charge_serve_feature .cs_feature_item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .charge_serve_feature .cs_feature_item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* ------------------ Serives page end ------------------ */

/* ------------------ Product page end ------------------ */

.product_detail_list {
  overflow: hidden;
}

.product_detail_list .product_detail-item:nth-child(odd) {
  background-color: var(--cultured-white);
}

.pd_inner_content .product_heading {
  margin-bottom: 40px;
}

.pd_inner_content .product_heading h2 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  word-wrap: break-word;
}

.product_inform_content {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  justify-content: space-between;
}

.product_detail_list
  .product_detail-item:nth-child(even)
  .product_inform_content {
  flex-direction: row-reverse;
}

.product_inform_content .product_info_image {
  width: 100%;
  max-width: 50%;
}

.product_inform_content .product_info_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_inform_content .product_info_list {
  max-width: 50%;
  width: 100%;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.product_inform_content .product_info_list ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 25px;
}

.product_inform_content .product_info_list ul li,
.product_inform_content .product_info_list p,
.product_inform_content .product_info_list span,
.product_inform_content .product_info_list a {
  position: relative;
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--grayish-blue);
}

.product_inform_content .product_info_list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  background-image: url("/wp-content/uploads/2025/10/current.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
/* ------------------ Product page end ------------------ */

.img_content_inner .section_heading {
  margin-bottom: 20px;
}

/* other pages */

.location_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.location_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.location_content ul,
.location_content ol {
  padding-left: 25px;
}

.location_content ul li {
  list-style-type: disc;
}
.location_content ol {
  list-style-type: decimal;
}

.location_content p,
.location_content li,
.location_content a {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--grayish-blue);
}

@media screen and (max-width: 1440px) {
  .abt_counter_content .counter_item h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .chargers_item .charger_desc p {
    font-size: 20px;
    line-height: 28px;
  }

  /* product page */

  .product_inform_content .product_info_list ul {
    gap: 16px;
  }

  .product_inform_content .product_info_list ul li,
  .product_inform_content .product_info_list p,
  .product_inform_content .product_info_list span,
  .product_inform_content .product_info_list a {
    font-size: 22px;
    line-height: 32px;
  }
  .product_inform_content .product_info_list ul li::before {
    width: 32px;
    height: 32px;
    left: -32px;
  }
  .abt_counter_content .counter_item p {
    font-size: 20px;
    line-height: 25px;
  }

  .abt_counter_content .counter_item h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .sbanner_content .sbanner_content_inner h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .sbanner_content .sbanner_content_inner p {
    font-size: 20px;
    line-height: 28px;
  }

  /* wwa */
  .wwa_section .wwa_content .wwa_heading h2,
  .mission_inner_content .mv_heading h2,
  .vision_inner_content .mv_heading h2 {
    font-size: 40px;
  }

  .wwa_section .wwa_content .wwa_desc p,
  .vision_inner_content .vision_desc p {
    font-size: 20px;
    line-height: 30px;
  }

  .mission_features .mission_feature_item h4 {
    font-size: 20px;
  }

  .mission_features .mission_feature_item p {
    font-size: 18px;
    line-height: 24px;
  }

  .power_feature .power_item {
    padding: 20px;
  }

  .power_feature .power_item h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .power_feature .power_item p {
    font-size: 18px;
    line-height: 24px;
  }

  .abt_counter_content .counter_item h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .abt_counter_content .counter_item p {
    font-size: 18px;
    line-height: 28px;
  }

  .abt_counter_content .counter_item {
    padding: 16px;
    max-width: calc((100% / 2) - 10px);
  }

  .chargers_item .charger_desc {
    padding: 0px 16px 24px;
  }
  .chargers_item .charger_desc p {
    font-size: 18px;
    line-height: 28px;
  }

  /* Services */

  .service_desc p {
    font-size: 20px;
    line-height: 30px;
  }

  .charge_serve_feature .cs_feature_item h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .charge_serve_feature .cs_feature_item p {
    font-size: 18px;
    line-height: 24px;
  }

  /* product page */

  .pd_inner_content .product_heading h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .product_inform_content .product_info_list ul li,
  .product_inform_content .product_info_list p,
  .product_inform_content .product_info_list span,
  .product_inform_content .product_info_list a {
    font-size: 18px;
    line-height: 24px;
  }

  .product_inform_content .product_info_list ul li::before {
    width: 24px;
    height: 24px;
  }

  .location_content p,
  .location_content li,
  .location_content a {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .sbanner_content .sbanner_content_inner h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .sbanner_content .sbanner_content_inner p {
    font-size: 18px;
    line-height: 24px;
  }

  /* wwa */
  .wwa_section .wwa_content,
  .mission_inner_content {
    flex-wrap: wrap;
    gap: 16px;
  }

  .mission_inner_content,
  .vision_inner_content {
    flex-wrap: wrap;
    gap: 24px;
  }

  .wwa_section .wwa_content .wwa_heading h2,
  .mission_inner_content .mv_heading h2,
  .vision_inner_content .mv_heading h2 {
    font-size: 35px;
  }

  .wwa_section .wwa_content .wwa_desc p,
  .vision_inner_content .vision_desc p {
    font-size: 18px;
    line-height: 30px;
  }

  .mission_features .mission_feature_item h4 {
    font-size: 18px;
  }
  .mission_features .mission_feature_item p {
    font-size: 16px;
    line-height: 24px;
  }

  .power_feature .power_item {
    max-width: calc((100% / 2) - 10px);
  }
  .power_feature .power_item h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .power_feature .power_item p {
    font-size: 16px;
    line-height: 24px;
  }

  .abt_counter_content .counter_item h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .abt_counter_content .counter_item p {
    font-size: 16px;
    line-height: 20px;
  }
  .chargers_item {
    max-width: calc((100% / 2) - 10px);
  }

  /* Services */

  .charge_serve_feature .cs_feature_item {
    max-width: calc((100% / 2) - 10px);
    padding: 16px;
  }

  .service_desc p {
    font-size: 18px;
    line-height: 28px;
  }

  .charge_serve_feature .cs_feature_item h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .charge_serve_feature .cs_feature_item p {
    font-size: 16px;
    line-height: 20px;
  }

  /* product page */
  .product_inform_content,
  .product_detail_list
    .product_detail-item:nth-child(even)
    .product_inform_content {
    flex-direction: column;
  }

  .product_inform_content .product_info_image,
  .product_inform_content .product_info_list {
    max-width: 100%;
    width: 100%;
  }

  .pd_inner_content .product_heading {
    margin-bottom: 20px;
  }

  .pd_inner_content .product_heading h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .location_content p,
  .location_content li,
  .location_content a {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) {
  .sbanner_content .sbanner_content_inner p {
    font-size: 16px;
    line-height: 24px;
  }
  .sbanner_content .sbanner_content_inner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .sbanner_image img {
    max-height: 480px;
    min-height: 480px;
  }

  /* wwa */
  .wwa_section .wwa_content .wwa_heading h2,
  .mission_inner_content .mv_heading h2,
  .vision_inner_content .mv_heading h2 {
    font-size: 30px;
  }
  .wwa_section .wwa_content .wwa_desc p,
  .vision_inner_content .vision_desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .mission_features {
    gap: 20px;
  }

  .mission_features .mission_feature_item {
    max-width: 100%;
    width: 100%;
  }

  .power_feature .power_item {
    max-width: 100%;
  }

  .abt_counter_content .counter_item {
    padding: 16px;
    max-width: 100%;
  }

  .chargers_item {
    max-width: 100%;
  }

  .chargers_item .charger_desc p {
    font-size: 16px;
    line-height: 28px;
  }

  /* Services */
  .services_content .sercives_inner_content {
    gap: 20px;
  }

  .charge_serve_feature .cs_feature_item {
    max-width: 100%;
  }

  .services_content .sercives_inner_content .service_desc p {
    font-size: 16px;
    line-height: 20px;
  }

  /* product page */

  .pd_inner_content .product_heading h2 {
    font-size: 20px;
    line-height: 1.25;
  }
  .product_inform_content .product_info_list ul li,
  .product_inform_content .product_info_list p,
  .product_inform_content .product_info_list span,
  .product_inform_content .product_info_list a {
    font-size: 16px;
    line-height: 22px;
  }

  .product_inform_content .product_info_list ul li::before {
    width: 20px;
    height: 20px;
  }

  .location_content p,
  .location_content li,
  .location_content a {
    font-size: 16px;
    line-height: 1.5;
  }
}
