/***********************************
        temporary code
***********************************/
.page-node-type-redesign #block-footer,
.page-node-type-redesign .inner-page [role="heading"],
.page-node-type-redesign #block-searchiconmainnavigation {
  display: none;
}
.page-node-type-redesign .banner03.col-sm-12 {
  background: unset;
  padding: 0;
  margin: 0;
}
.regulation-section {
  background: url("../images/regulation-section-bg.svg") no-repeat left bottom;
  /* background-attachment: fixed;
  background-size: 100% 100%; */
  min-height: 343px;
  overflow: hidden;
  background-position-y: 85%;
}
.regulation-section > div:first-child img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
  transition: transform 0.1s linear;
}
/* since 2009 */
.reg-footer {
  overflow: hidden; /* zaroori hai - image bahar na jaye */
}

.reg-footer img {
  transform: translateX(150px); /* right se start */
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.reg-footer img.animate-in {
  transform: translateX(0); /* apni original jagah */
  opacity: 1;
}
/***********************************
        FONTS STACK
***********************************/
/* MANROPE */
@font-face {
  font-family: "manropeL";
  src: url("Manrope-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manrope";
  src: url("Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeSB";
  src: url("Manrope-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeB";
  src: url("Manrope-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* SpaceGrotesk */
@font-face {
  font-family: "space-groteskM";
  src: url("SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space-groteskSB";
  src: url("SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maspace-groteskB";
  src: url("SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Inter */
@font-face {
  font-family: "inter";
  src: url("Inter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/***********************************
        variables
***********************************/
:root {
  /*typograhy*/
  --inter: "inter", "sans-serif";

  --manropeL: "manropeL", "sans-serif";
  --manrope: "manrope", "sans-serif";
  --manropeSB: "manropeSB", "sans-serif";
  --manropeB: "manropeB", "sans-serif";

  --space-groteskM: "space-groteskM", "sans-serif";
  --space-groteskSB: "space-groteskSB", "sans-serif";
  --maspace-groteskB: "maspace-groteskB", "sans-serif";

  /* headings */
  --section-heading: 50px/40px var(--space-groteskM);
  /* colors */
  --color-primary: #1e8549;
  --text-color-01: #4a4a4a;
  --text-color-02: #222a26;
  --text-white: #fff;
  --text-black: #000;
  --text-black-dark: #111111;
  --text-black-light: #333;
  --text-gray: #e8e8e8;
  --text-gray-01: #6a7c73;
  --color-aqua-02: #eef6f2;

  /* spacings */
  --section-spacing: 64px 64px;
  --section-spacing-unit: 64px;
  --section-spacing-2x: 128px;
  /* transition */
  --transition04: all 0.4s ease;
  /* box shadow */
  --shadow: box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  --line: rgba(11, 18, 32, 0.12);
}

/* ----------------------------------------- */
/* MISC */
/* ----------------------------------------- */
@media screen and (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
  }
}
html,
body {
  background: #fff;
  scroll-behavior: smooth;
  font: 18px/30px var(--manrope);
  color: var(--text-black-light);
}
/* 100% WIDTH */
.navbar > .navbar-header,
.navbar > .navbar-collapse {
  margin: 0;
}

.container {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.navbar.container {
  max-width: 100%;
}

.row {
  margin: 0;
}

div[class*="banner"] {
  padding: 0;
}
.ptc-section-title {
  font: var(--section-heading);
  color: var(--text-color-02);
}
.ptc-section-subtitle {
  font: 18px/30px var(--manrope);
  color: var(--text-black-light);
}
.section-header {
  margin: 0 0 40px;
}
/* ----------------------------------------- */
/* MAIN NAVIGATION               -revamp     */
/* ----------------------------------------- */
@media screen and (min-width: 768px) {
  .page-node-type-redesign .navbar-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--section-spacing-unit);
    padding-right: var(--section-spacing-unit);
  }
  .page-node-type-redesign .navbar > .navbar-header {
    width: 335px;
  }
  .page-node-type-redesign .navbar > .navbar-collapse {
    width: calc(100% - 335px);
  }
}
.page-node-type-redesign .navbar-default .navbar-nav {
  margin: 0;
  padding: 0;
  padding: 0 2em 0 0;
}
.page-node-type-redesign .navbar-default {
  background: var(--text-white);
  border-color: var(--text-white);
}
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  font: 16px/120% var(--inter);
  color: var(--text-color-01);
}
navbar-nav > li > .dropdown-menu li {
  margin-bottom: 8px;
}
/* ----------------------------------------- */
/* SEARCH ICON                   -revamp     */
/* ----------------------------------------- */
#block-searchiconmainnavigationrevamp {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
/* other logic */
.icon-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* Stack icons */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* Default state: show search */
.icon-search {
  opacity: 1;
}

.icon-close {
  opacity: 0;
}

/* Active state: show close */
.icon-toggle.active .icon-search {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.icon-toggle.active .icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/***********************************
SEARCH MODULE CSS
/***********************************/
/* *******************************
    SEARCH MODULE
******************************* */
#block-bootstrap-subtheme-search {
  position: absolute;
  right: 30px;
  bottom: 0;
  /* transform: translateY(100%); */
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
#block-bootstrap-subtheme-search.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(100%);
}
#search-block-form {
  padding: 14px;
  background: #ffff;
  width: min(460px, calc(100vw - 24px));
  border: 1px solid var(--text-gray);
  border-radius: 18px;
  z-index: 60;
  box-shadow: var(--shadow);
}
/* #search-block-form > div {
    margin: 0;
} */
#search-block-form > div:first-child {
  margin: 0 !important;
  border: 1px solid var(--line);
  padding: 10px 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 255, 255, 0.88)
  );
  border-radius: 999px;
}
#search-block-form input[type="search"] {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  height: 100%;
}
#search-block-form input[type="search"]:hover,
#search-block-form input[type="search"]:focus {
  border: none;
  outline: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
#search-block-form button[type="submit"] {
}
#search-block-form button[type="submit"] span.icon {
  display: none;
}
#search-block-form button[type="submit"] span.sr-only {
  width: auto;
  height: auto;
  position: unset;
  display: block;
  clip: unset;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    var(--color-primary);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(11, 18, 32, 0.12);
}
#search-block-form button[type="submit"] {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

#search-block-form button[type="submit"]:hover,
#search-block-form button[type="submit"]:focus {
  outline: none;
}

/* search icon feature */
/* Parent button ko relative kar dein */
#searchWrap .icon-btn {
  position: relative;
}

/* Dono SVG same position par */
#searchWrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Close icon initially hidden */
#searchWrap .iconclose {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(-90deg);
}

/* Active state */
#searchWrap.active .searchicon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(90deg);
}

#searchWrap.active .iconclose {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
/* responsiveness */
@media screen and (max-width: 768px) {
  .page-node-type-redesign .navbar-default {
    padding-bottom: 2em;
  }
  #block-searchiconmainnavigationrevamp {
    top: unset;
    bottom: 0;
  }
  #block-bootstrap-subtheme-search {
    right: 0;
  }
}
/***********************************
        REALTIME IMPACT -SECTION
***********************************/
#ptc-section {
  padding: var(--section-spacing);
  display: block;
  position: relative;
  overflow: hidden;
}
.impact-item {
  padding: 24px;
  position: relative;
  min-height: 285px;
}
.impact-item::after {
  content: "";
  width: 2px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--text-black-light);
  opacity: 0.5;
}
.impact-item:last-child::after {
  background: transparent;
}
.impact-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 0 18px;
}
.passenger-icon {
  background: url("../images/passengers-icon.svg") no-repeat center center;
}
.pollution-icon {
  background: url("../images/leaf-icon.svg") no-repeat center center;
}
.elec-icon {
  background: url("../images/elec-icon.svg") no-repeat center center;
}
.route-icon {
  background: url("../images/route-icon.svg") no-repeat center center;
}
.impact-fig {
  font: 48px/48px var(--space-groteskSB);
  color: var(--color-primary);
  margin: 0 0 22px;
}
.impact-title {
  font: 23px/40px var(--space-groteskM);
  color: var(--text-color-02);
  margin: 0 0 8px;
}
.impact-description {
  font: 16px/30px var(--manropeL);
  color: var(--text-black-light);
}
/***********************************
        FOOTER REVAMP
***********************************/
#footer-wrapper {
  display: block;
  overflow: hidden;
  background: url("../images/footer-bg.webp") no-repeat center center / cover;
}
.footer-columns {
  padding: var(--section-spacing-unit) var(--section-spacing-unit);
}
.footer-title {
  font: 20px/130% var(--space-groteskSB);
  color: var(--text-white);
  margin: 0 0 calc(var(--section-spacing-unit) / 2);
}
.footer-nav {
  list-style-image: url("../images/footer-nav-icon.png");
}
.footer-nav > li {
  margin: 0 0 18px;
}
.footer-nav > li > a {
  font: 16px/130% var(--manrope);
  color: white;
}
.contact-items li {
  font: 16px/30px var(--manrope);
  color: white;
  margin: 0;
  position: relative;
  list-style: none;
  padding-left: 48px;
}
.contact-items li:first-child {
  margin-bottom: 16px;
}
.contact-items li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.contact-items li.location::before {
  background: url("../images/location-icon.png") no-repeat center center;
}
.contact-items li.phone::before {
  background: url("../images/phone-icon.png") no-repeat center center;
}
.social-items {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 14px;
}
.social-items > li > a {
  display: block;
  width: fit-content;
  transition: var(--transition04);
}
.social-items > li > a:hover,
.social-items > li > a:focus {
  filter: drop-shadow(2px 4px 6px black);
  transform: translateY(-6px);
}
/* footer bottom */
.footer-bottom {
  padding-left: var(--section-spacing-unit);
  padding-right: var(--section-spacing-unit);
  padding-top: calc(var(--section-spacing-unit) / 2);
  padding-bottom: calc(var(--section-spacing-unit) / 2);
  position: relative;
}
.footer-bottom::before {
  width: calc(100% - var(--section-spacing-2x));
  height: 1px;
  background: var(--text-white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.copy-section {
  padding: 0;
  text-align: left;
}
.power-sec {
  text-align: right;
}
