body.client-access-open {
  overflow: hidden !important;
}

/* Overlay */
.client-access-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.client-access-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Modal */
.client-access-modal {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  box-sizing: border-box;
}

.client-access-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.client-access-close:hover {
  opacity: 0.6;
}

/* Content */
.client-access-content {
  padding: 40px;
  text-align: center;
}

#client-access-title {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.client-access-description {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.6;
}

/* Inputs & Form Elements */
.client-access-field {
  margin-bottom: 15px;
}

#client-access-code {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#client-access-code:focus {
  border-color: #555555;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Submit Button */
#client-access-submit {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #222222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#client-access-submit:hover {
  opacity: 0.9;
}

#client-access-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Messages & Links */
.client-access-message {
  min-height: 22px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.client-access-message.error {
  color: #d63638;
}

.client-access-message.success {
  color: #198754;
}

.client-access-links {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 1.5;
}

.client-access-links p {
  margin: 5px 0;
}

.client-access-links a {
  font-weight: 600;
  text-decoration: underline;
}

/* Member Auth */
.member-auth-wrapper,
.member-auth-form {
  width: 100%;
}

.member-form-field {
  margin-bottom: 20px;
}

.member-form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}

.member-form-field input,
.member-form-field select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
}

.member-form-field input:focus,
.member-form-field select:focus {
  border-color: #555555;
}

.member-auth-submit {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 19px !important;
    border: 0;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 19px;
    font-weight: 600 !important;
    text-decoration: none;
    box-sizing: border-box;
    background: #059400 !important;
    color: #fff !important;
}
.member-auth-submit:hover{
	 background: #15472e !important;
}
.member-auth-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.member-form-message {
  min-height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.member-form-message.error {
  color: #d63638;
}

.member-form-message.success {
  color: #198754;
}

.member-auth-bottom {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.member-auth-bottom a {
  font-weight: 600;
  text-decoration: underline;
}

.member-auth-logged-in {
  width: 100%;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.member-auth-message h3 {
  margin: 0 0 10px;
}

.member-auth-message p {
  margin: 0 0 25px;
}

.member-auth-logged-in .member-auth-submit,
.member-logout-button {
  max-width: 200px;
  margin: 0 auto;
}

.client-auth-menu {
  display: flex;
  gap: 3px;
}

.client-auth-menu a,
.elementor-icon-list-text a {
  color: #000;
}

.client-auth-menu a:hover,
.elementor-icon-list-text a:hover {
  color: #000;
}

/* Highway Grid & Cards */
.highway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.highway-card {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e1e6e5;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
  font-family: "IBM Plex Sans";
}

.highway-card:hover {
  transform: translateY(-1px);
  border-color: #d5dcda;
}

.highway-code {
  width: 100px;
  height: 60px;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07352a;
  color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: "IBM Plex Sans";
}

.highway-info {
  flex: 1;
  min-width: 0;
  padding-left: 14px;
}

.highway-corridor {
  color: #071d2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.highway-meta {
  margin-top: 3px;
  color: #6c7890;
  font-size: 14px;
  line-height: 1.3;
}

.highway-stations {
  min-width: 62px;
  text-align: right;
}

.station-count {
  color: #00a63c;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.station-label {
  margin-top: 4px;
  color: #65718a;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.highway-arrow {
  width: 28px;
  margin-left: 10px;
  color: #00a63c;
  font-size: 18px;
  text-align: right;
}

/* NHEV Highway Stations */
.nhev-highway-stations {
  width: 100%;
}

.nhev-highway-stations-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.nhev-highway-stations-title {
  font-size: 20px;
  font-weight: 700;
  color: #072f25;
}

.nhev-highway-stations-count {
  color: #00a63c;
  font-size: 14px;
  font-weight: 700;
}

.nhev-station-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nhev-station-card {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e0e5e3;
  border-radius: 12px;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nhev-station-card:hover {
  transform: translateY(-1px);
  border-color: #cbd5d1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nhev-station-info {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 50px;
  align-items: center;
}

.nhev-station-state {
  color: #071d2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.nhev-station-code {
  color: #071d2b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.nhev-station-location {
  display: flex;
  flex-direction: column;
  color: #68758b;
  font-size: 11px;
}

.nhev-station-highway {
  margin-top: 3px;
  color: #6c7890;
  font-size: 13px;
  line-height: 1.3;
}

.nhev-station-load {
  width: 100px;
  text-align: right;
}

.nhev-load-value {
  color: #00a63c;
  font-size: 15px;
  font-weight: 700;
}

.nhev-load-label {
  margin-top: 3px;
  color: #68758b;
  font-size: 8px;
  text-transform: uppercase;
}

.nhev-station-zone {
    margin-bottom: 6px;
}

.nhev-zone-value {
    color: #062549;
    font-size: 13px;
    font-weight: 600;
    background: rgb(43 121 208 / 10%);
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(43, 121, 208, 0.62);
    text-align: center;
    line-height: 15px;
    width: 97px;
}

.nhev-zone-label {
  margin-top: 3px;
  color: #68758b;
  font-size: 8px;
  text-transform: uppercase;
}

.nhev-station-pdf {
  width: 100px;
  text-align: right;
}

.nhev-station-mobile-wrap{
   margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nhev-station-pdf a {
  text-decoration: none;
  color: #062549;
  font-size: 13px;
  font-weight: 600;
  background: rgba(248, 118, 28, 0.48);
  padding: 3px 10px 5px 10px;
  border-radius: 50px;
  border: 1px solid rgba(248, 118, 28, 0.75);
  text-align: center;
  line-height: 15px;
}

.nhev-station-pdf a:hover {
  background: rgba(248, 118, 28, 0.75);
  border: 1px solid rgba(248, 118, 28, 0.48);
}

.highway-csv-error,
.highway-no-stations {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e5e3;
  border-radius: 10px;
  color: #68758b;
  font-size: 14px;
}

.header-card {
  background: #264104;
  border: 1px solid #000;
  grid-column: 1 / -1 !important;
  width: 100%;
}

.header-card:hover {
  transform: unset;
  border-color: unset;
  box-shadow: unset;
}

.header-card .nhev-station-code,
.header-card .nhev-station-state {
  color: #fff;
}

.header-card .nhev-load-value,
.header-card .nhev-zone-value,
.header-card .nhev-station-pdf {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background: transparent;
  border: transparent;
}

/* Hero Banner */
.cpt-hero-banner {
  position: relative;
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://nhevgreenways.in/wp-content/uploads/2026/07/Artboard-8-1.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  box-sizing: border-box;
  overflow: hidden;
}

.cpt-hero-title {
  color: var(--e-global-color-primary);
  font-family: "IBM Plex Sans", sans-serif;
  /*font-size: 85px !important;*/
  font-weight: 500;
  /*line-height: 92px !important;*/
  letter-spacing: 0px;
  text-align: center;
}

.cpt-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content {
  background: #fff;
  padding: 40px 0 100px 0;
}

/* NHEV Modal */
.nhev-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.nhev-modal-container {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  max-width: 490px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nhev-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: #fff!important;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.nhev-modal-body h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.nhev-modal-body p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.nhev-modal-body input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

.nhev-form-group {
  margin-bottom: 15px;
}

#nhev-verify-btn {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #222222;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
/* Media Queries */
@media (max-width: 1024px) {
  .cpt-hero-banner {
    min-height: 60vh;
  }
  .cpt-container {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .client-access-overlay {
    padding: 15px;
  }

  .client-access-content {
    padding: 30px 22px;
  }

  #client-access-title {
    font-size: 24px;
  }

  .client-access-description {
    font-size: 14px;
  }

  .highway-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
.nhev-station-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .highway-card {
    min-height: 70px;
    padding: 12px;
  }

  .highway-code {
    width: 52px;
    height: 42px;
    flex-basis: 52px;
    font-size: 9px;
  }

  .highway-info {
    padding-left: 10px;
  }
.highway-arrow{
    width: 20px;
}
  .highway-corridor {
    font-size: 13px;
  }
  .station-count{
       font-size: 17px;
  }
.station-label {
    text-transform: capitalize;
}
  .highway-meta {
    font-size: 13px;
  }

  .nhev-highway-stations-header {
    align-items: flex-start;
  }

  .nhev-highway-stations-title {
    font-size: 17px;
  }
  .nhev-station-highway{
      font-size: 12px;
  }
.nhev-station-code{
     font-size: 18px;
}
  .nhev-station-card {
    align-items:center;
    padding: 13px;
  }
  .nhev-station-state {
    font-size: 15px;
    font-weight: 500;
}
.nhev-station-info{
    gap:5px;
    flex-direction: column;
    align-items: flex-start;
}
.header-card{
    display:none;
}
  .nhev-station-location {
    flex-direction: column;
    gap: 0;
  }

  .nhev-station-highway::before {
    content: "";
  }

  .nhev-station-load {
    width: 79px;
  }
.cpt-hero-title{
     /*font-size: 35px!important;*/
}
}

@media (max-width: 768px) {
  .cpt-hero-banner {
    min-height: 40vh;
    padding-top: 80px;
  }

  .cpt-hero-title {
    font-size: 1.75rem;
  }

  .cpt-hero-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cpt-hero-banner {
    min-height: 50vh;
  }

  .cpt-hero-title {
    font-size: 1.4rem;
  }

  .cpt-container {
    padding: 0 16px;
  }

  .cpt-hero-description {
    font-size: 0.875rem;
  }
}

/*****Contact Us*****/
.custom-contact-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.custom-contact-form .form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.custom-contact-form .form-field {
    flex: 1;
    width: 50%;
}

.custom-contact-form .form-field.full-width {
    width: 100%;
}

.custom-contact-form label {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.custom-contact-form label span {
    font-weight: 400;
    color: #777;
}

.custom-contact-form .cf7-input,
.custom-contact-form .cf7-select,
.custom-contact-form .cf7-textarea {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d5d5d5 !important;
    border-radius: 7px;
    background: #fff;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin: 0 !important;
    height: 45px !important;
}

.custom-contact-form .cf7-input,
.custom-contact-form .cf7-select {
    height: 48px;
}

.custom-contact-form .cf7-textarea {
    min-height: 130px;
    resize: vertical;
}

.custom-contact-form .cf7-input:focus,
.custom-contact-form .cf7-select:focus,
.custom-contact-form .cf7-textarea:focus {
    outline: none;
    border-color: #222;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.custom-contact-form .form-submit {
    margin-top: 10px;
}

.custom-contact-form .cf7-submit {
   display: block !important;
    padding: 13px 30px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: var(--e-global-color-accent);
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin: auto;
    transition: opacity 0.2s ease !important;
}

.custom-contact-form .cf7-submit:hover {
    opacity: 0.85;
}

/* Mobile */
@media (max-width: 767px) {

    .custom-contact-form .form-row {
        display: block;
        margin-bottom: 0;
    }

    .custom-contact-form .form-field,
    .custom-contact-form .form-field.full-width {
        width: 100%;
        margin-bottom: 20px;
    }

    .custom-contact-form .cf7-submit {
        width: 100%;
    }
}
/*****Contact Us*****/

.ekit-template-content-footer ul{
    list-style: none !important;
    padding: 0;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.client-access-close{
    display:none;
}
#content .page-header,
.remove-button{
	display:none!important
}
.cust-title-h3{
	font-family: 'IBM Plex Sans', Sans-serif;
    font-size: 23px;
    color: #fff;
}
.bullet-list{font-family: 'IBM Plex Sans', Sans-serif;
    font-size: 18px;
    color: #fcfeff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
margin-top:10px;
margin-top: 15px !important;}
.bullet-list li{background: #0594004a;
    padding: 3px 9px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #05940096;
    color: #000;}
.state-list-code{
	font-family: 'IBM Plex Sans', Sans-serif;
    font-size: 18px;
    color: #fcfeff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
margin-top:10px;
margin-top: 15px !important;
}
.state-list-code li{background: #89ec89;
    padding: 3px 9px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #559955;
    color: #274044;}
.state-list-code li span{font-size: 17px;
    color: #000000;}
    
    
#france,
#unitedstate,
#sweden,
#germany,
#india{
    display:none;
}

.bullet-list.color-bg li{
    background: #059400;
    border: 1px solid #086405;
    color: #fff;
}