p {
  color: #151515;
}

.logos-main1 img {
  width: 100%;
  margin-top: 10px;
}

.logos-main1 h2 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.logos-main img {
  width: 100%;
  margin-top: 10px;
}

.logos-main h2 {
  font-size: 22px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.logos-main h3 {
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.logos-main {
  margin-top: 10px;
}

.ev-logos-all {
  padding: 40px 0 40px 0;
}

#mainmenu>li::before {
  display: none;
}

.menu-item.dropdown::after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
  color: red;
  font-size: 12px;
}

.custom-button {
  background: linear-gradient(45deg, #A8CF45, #00AFEF);
  border: 3px solid transparent;
  border-radius: 30px;
  color: white;
  padding: 5px 40px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease, border 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.custom-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-100%) rotate(45deg);
  transition: transform 0.4s ease;
  z-index: -1;
}

.custom-button:hover::before {
  transform: translateX(0) rotate(45deg);
}

.custom-button:hover {
  background: linear-gradient(45deg, #00AFEF, #A8CF45);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(168, 207, 69, 0.7);
  transform: scale(1.1);
}

.custom-button:focus {
  outline: none;
}

.custom-button1 {
  display: block;
  width: 90%;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background: linear-gradient(45deg, #a8cf45, #00aeef);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin-top: 20px !important;
  margin: auto;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.custom-button1:hover {
  background: linear-gradient(45deg, #00aeef, #a8cf45);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: 700;
}

.overlay-top-inner h3 {
  font-size: 40px;
}

ul li.separator {
  border-bottom: 1px solid #ccc;
  /* Line styling */

  margin: 8px 0;
  /* Adds space around the line */
}

.nev-ev-industries {
  background: #f8fbff;
}

.nev-ev-title {
  font-size: 32px;
  font-weight: 700;
  color: #0a2540;
}

.nev-ev-subtitle {
  color: #6c757d;
  font-size: 16px;
}

/* Card Design */
.nev-ev-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eef2f7;
}

.nev-ev-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon */
.nev-ev-icon {
  font-size: 40px;
  color: #1f7623;
  margin-bottom: 15px;
}

.nev-ev-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.nev-ev-card p {
  font-size: 14px;
  color: #6c757d;
}

.nev-ev-growth {
  background: #ffffff;
}

.nev-ev-title {
  font-size: 30px;
  font-weight: 700;
  color: #0a2540;
}

/* Stats */
.nev-ev-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nev-ev-stat-box {
  background: #f4f8ff;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #0d6efd;
}

.nev-ev-stat-box p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* Timeline */
.nev-ev-timeline {
  border-left: 2px solid #e0e6ef;
  padding-left: 25px;
}

.nev-ev-timeline-item {
  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 25px;
  position: relative;
}

.nev-ev-timeline-item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 11px;
  width: 10px;
  height: 10px;
  background: #240187;
  border-radius: 50%;
}

.nev-ev-timeline-item p {
  margin: 0;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 1.7;
}

.nev-ev-objectives {
  background: #f8fbff;
}

.nev-ev-title {
  font-size: 32px;
  font-weight: 700;
  color: #0a2540;
}

/* Card Design */
.nev-ev-objective-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  height: 100%;
  border: 1px solid #e8eef5;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.nev-ev-objective-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #71ca00;
}

.nev-ev-objective-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.nev-ev-objective-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0a2540;
}

.nev-ev-objective-card p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.nev-ev-benefits-section {
  background: #f5f9ff;
  position: relative;
  overflow: hidden;
}

.nev-ev-sub-heading {
  display: inline-block;
  background: #e8f1ff;
  color: #0d6efd;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nev-ev-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 0;
}

/* Benefit Box */
.nev-ev-benefit-box {
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  height: 100%;
  transition: all .4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #edf2f7;
}

.nev-ev-benefit-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  transition: all .4s ease;
  z-index: -1;
}

.nev-ev-benefit-box:hover::before {
  height: 100%;
}

.nev-ev-benefit-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.nev-ev-icon-box {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background: #eff5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all .4s ease;
}

.nev-ev-icon-box i {
  font-size: 34px;
  color: #1f7623;
  transition: all .4s ease;
}

.nev-ev-benefit-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 15px;
  transition: all .4s ease;
}

.nev-ev-benefit-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  transition: all .4s ease;
}

/* Hover Effect */
.nev-ev-benefit-box:hover h4,
.nev-ev-benefit-box:hover p,
.nev-ev-benefit-box:hover .nev-ev-icon-box i {
  color: #fff;
}

.nev-ev-benefit-box:hover .nev-ev-icon-box {
  background: rgba(255, 255, 255, 0.15);
}

/* Responsive */
@media(max-width:768px) {

  .nev-ev-main-title {
    font-size: 32px;
  }

  .nev-ev-benefit-box {
    padding: 28px 24px;
  }

}

.nev-ev-highlight-section {
  background: #323232;
  position: relative;
}

.nev-ev-mini-title {
  display: inline-block;
  padding: 8px 18px;
  background: #e9f2ff;
  color: #0d6efd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nev-ev-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 0;
}

/* Card */
.nev-ev-highlight-card {
  background: #fff;
  border-radius: 22px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #edf2f7;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}

.nev-ev-highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
}

/* Top Border */
.nev-ev-highlight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #71ca00, #00c6ff);
}

/* Logo */
.nev-ev-highlight-logo {
  /* width: 110px; */
  height: 150px;
  margin: auto auto 25px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #eef3f8;
}

.nev-ev-highlight-logo img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* Content */
.nev-ev-highlight-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 15px;
  line-height: 1.4;
}

.nev-ev-highlight-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
}

/* Responsive */
@media(max-width:768px) {

  .nev-ev-main-title {
    font-size: 32px;
  }

  .nev-ev-highlight-card {
    padding: 28px 22px;
  }

}