@media (max-width: 768px) {
  html {
    font-size: 50%;
  }

  /* ============= */
  /* ============= */
  h1 {
    font-family: "bozon-bold";
    font-size: 2.8rem;
  }

  h4 {
    font-family: "bozon-demibols";
    font-size: 1.6rem;
  }

  .wrapper-heading {
 
  margin: auto;
  padding: 4rem 2rem 0rem 2rem;
}

.wrapper {
 
  margin: auto;
  padding: 4rem 2rem;
}

.loader_inner { 
    padding: 0px 6rem 0 7rem; 
}
  /*h2 {
  font-family: "bozon-bold";
  font-size: 3.2rem;

}

h3 {}
h5 {
  font-family: "bozon-demibols";
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
  font-family: "bozon-demibols";
  font-weight: 300;
}

p {
  font-family: "bozon-regular";
  font-size: 1.2rem;
  line-height: 2.6rem;
}

a {
  display: block;
  text-decoration: none;
  font-family: "bozon-demibols";
  font-size: 1.6rem;
}

li {
  list-style: none;
}

input {
    font-family: "bozon-regular";
    font-size: 1.6rem;
}

input::placeholder {
   font-family: "bozon-regular";
    font-size: 1.6rem;
} */
  /* ============= */
  /* ============= */

  .grid-two-cols {
    grid-template-columns: 1fr;
  }

  .grid-three-cols {
    grid-template-columns: 1fr;
  }

  .grid-four-cols {
    grid-template-columns: 1fr;
  }

  .grid-five-cols {
    grid-template-columns: 1fr;
  }
  .value-brand-box .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .wrapper-heading {
    padding: 4rem 2rem;
  }
  .wrapper {
    padding: 4rem 2rem;
  }
  /* ======loader==== */

  .loader-container {
    padding: 35rem 5rem 0rem 5rem;
    /* position: relative; */
  }

  .pre-loader-h1 {
    font-size: 7rem;
    margin-bottom: 0px;
  }

  .pre-loader-h1-2 {
    font-size: 5rem;
  }

  #scrollToTopBtn {
    bottom: 38px;
  }

 
  .banner-top-data h1 {
    width: 70%;
  }
  .banner-bottom {
    display: none;
  }
  .banner-bg {
    height: calc(90vh - 4rem - 4rem);
  }
  .banner-top-btn {
    top: 25rem;
  }
  .banner {
    padding: 0rem 2rem;
  }
  /* ========about====== */
  .about .wrapper-heading h1 {
    width: 80%;
  }
  .about .wrapper-heading {
    padding: 4rem 2rem 0rem 2rem;
  }
  .wh-para2 {
    width: 100%;
  }
  .about-read-more p {
    width: 100%;
  }
  .show-more {
    height: 13rem;
  }
  /* =====key highlight======= */
  .key-highlights .wrapper-heading h2 {
    padding-left: 0rem;
    text-align: center;
  }
  .key-highlights .wrapper-heading{
            padding: 4rem 2rem 0rem 2rem;
  }
  .dd {
    display: none;
    /* height: 0% !important;  */
  }
  .key-mobile {
    overflow: hidden;
    display: block !important;
  }
  .key-mobile-box {
    border: 1px solid var(--light-gray-down);
    padding: 5rem 2rem;
    border-radius: 2rem;
    height: 20rem;
    transition: all 0.3s ease-in-out;
    background-color: var(--light-red);
  }
  .key-mobile-box:hover {
    background-color: var(--blue);
  }

  .key-mobile-box:hover p {
    color: white;
  }

  .key-mobile-box h4 {
    color: var(--red);
    font-size: 1.6rem;
    font-family: "bozon-bold";
    padding-bottom: 1.5rem;
    width: 70%;
  }

  .key-mobile-box p {
    color: var(--light-gray);
    font-family: "bozon-demibols";
    font-size: 1.4rem;
  }
  .key-mobile .owl-nav {
    display: block !important;
    position: relative;
    left: 73%;
    font-size: 2.5rem;
    background-color: var(--red);
    width: 84px;
    height: 36px;
    border-radius: 5rem;
  }
  .key-mobile .owl-nav .owl-prev i,
  .key-mobile .owl-nav .owl-next i {
    color: #fff !important;
    margin-top: 2px;
  }
  .key-mobile .owl-nav .owl-prev i {
    position: absolute;
    left: 6%;
    top: 23%;
  }
  .key-mobile .owl-nav .owl-next i {
    position: absolute;
    right: 6%;
    top: 22%;
  }
  .key-highlights .grid {
    gap: 3rem;
  }
  /* ====Our Vision & Mission======= */
  .vis-mis-heading {
    text-align: center;
  }
  .vis-mis-bg {
    padding: 3rem 2rem;
  }
  .vis-mis-heading h4 {
    font-size: 1.6rem;
  }
  .vis-mis-heading h1 {
    width: 45%;
    margin: auto;
  }
  .vm-img2 {
    order: 1;
  }
  .vm-img1 {
    order: 2;
  }
  .vis-min-box-data {
    text-align: center;
  }
  .vis-min-box-data h5 {
    text-align: justify;
  }
  .vis-mis-box img {
    width: 100%;
  }
  .value-brand-bg {
    min-height: 380px;
  }
  .value-brand-left {
    text-align: center;
    padding: 3rem 1rem;
  }
  .vb-head1 {
    width: 100%;
    line-height: 3.5rem;
  }
  .vb-para .vb-para2 {
    text-align: justify;
  }
  .vb-para .vb-para3 {
    text-align: justify;
    padding-bottom: 1rem;
  }
  /* ====Driven by Purpose. Guided by Innovation.===== */
  .value-line {
    width: 80%;
    height: 0.2rem;
    background-color: var(--light-gray-down);
  }
  .value-brand-left {
    padding-bottom: 0rem;
  }
  .value-brand-data {
    padding: 0rem 0rem;
    text-align: center;
  }
  .value-brand-data img {
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
  }
  .value-brand-data h4 {
    width: 100%;
    text-align: center;
    padding: 1rem 0px;
  }
  .value-brand-right {
    overflow: hidden;
    padding: 0rem 1rem 3rem 1rem;
  }
  .value-brand-box {
    border: none;
    padding: 0rem 2rem;
  }
  .value-brand-data p {
    text-align: justify;
  }
  .value-brand-right .owl-nav {
    bottom: -5%;
  }

  .value-brand-right .owl-nav .owl-next,
  .value-brand-right .owl-nav .owl-prev {
    top: 12%;
  }
  /* ====meet out founders====== */
  .founder {
    padding: 0rem 0rem;
  }
  .founder .wrapper {
    padding: 0rem 2rem 4rem 2rem;
  }
  .founder-left {
    text-align: center;
    padding: 3rem;
  }
  .founder-left .f-head1 {
    margin-top: 0rem;
    line-height: 4rem;
  }
  .founder-left .f-para2 {
    margin-top: 2rem;
    text-align: justify;
  }
  .founder-data {
    width: 100%;
    text-align: center;
  }
  .fd-img {
    margin: auto;
  }
  .founder-data .founder-right-para1 {
    text-align: justify;
  }
  .founder-social-link {
    justify-content: center;
  }
  .founder-right {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 3rem 3rem 9rem 3rem;
  }
  /* =======Solutions Built for Real-World EV Challenges======= */
  .acc-heading {
    text-align: center;
    margin: 0rem;
  }
 
  .acc-heading .acc-para22 {
    text-align: justify;
  }
  .acc-heading h1 {
    width: 70%;
    margin: auto;
  }
  /* ====acordian======= */
  .accordion-container .wrapper {
    padding: 0rem 2rem 4rem 2rem;
  }
  .accordion-header {
    margin: 10px 0px 10px 0px;
    padding: 12px 0px;
  }
  .accordion-content.active {
    max-height: 500px;
  }
  .accordion-item {
    padding: 0 2rem;
  }
  .accordion-item.active .accordion-header {
    margin: 10px 0px 0px 0px;
  }
  .accordion-content.active {
    /* margin: 25px 18px 0px 18px; */
    margin: 1px -20px 0px -20px;
  }
  .accordion-image img {
    height: 27vh;
    /* display: block; */
    object-fit: cover;
    object-position: center;
    border-radius: 2rem;
  }
  .accordion-text {
    margin-bottom: 3rem;
  }
  .accordion-content {
    margin: 1px -20px 0px -20px;
  }
  /* ===========Power Up Your EV
Business with Mana====== */
  .join-charge .wrapper {
    padding: 0rem 2rem 4rem 2rem;
  }
  .join-charge-box-right {
    display: none;
  }
  .join-charge .wrapper {
    padding: 0rem 2rem 4rem 2rem;
}
  .join-charge-box h1 {
    width: 100%;
    text-align: center;
  }
  .jc-para1 {
    width: 100%;
    text-align: justify;
    font-size: 1.6rem;
  }
  .join-charge-btn {
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5rem;
  }

  /* ===========map======== */
  .map {
    height: 568px;
    /* background-image: url(assets/mobile-map.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(
      to bottom,
      #fec8c6,
      #fbe6e5
    ); /* Orange to peach */
  }
  .md-para2 {
    color: var(--light-gray);
    line-height: 2.5rem;
  }
  .mobile-map {
    display: block;
  }
  .desktop-map {
    display: none;
  }
  .map-img img {
    height: 694px;
    object-fit: contain;
  }
  .map-heading h1 {
    font-size: 3.5rem;
  }
  .md-para2 {
    text-align: justify;
  }
  .map-loc1 {
    display: flex;
    gap: 3rem;
  }
  .map-loc1 p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .map-loc1 img {
    width: 22px;
    height: 28px;
  }
  .map-loc1-all1 {
    bottom: 47%;
    left: 30%;
  }
  .map-loc11 {
    display: flex;
    gap: 3rem;
  }
  .map-loc11 p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .map-loc11 img {
    width: 22px;
    height: 28px;
  }
  .map-loc1-all1 {
    bottom: 25%;
    left: 27%;
  }
  .map-loc1-all {
    position: absolute;
    bottom: 33%;
    left: 31%;
    width: 20%;
  }
  .map-some-data {
    bottom: 5%;
    right: 8%;
    width: 83%;
    background-color: #fbe7e6;
  }
  .md-para1 {
    color: var(--light-gray);
    margin-top: 5rem;
    font-size: 1.6rem;
    font-family: "bozon-demibols";
  }
  .map-some-data P {
    font-size: 1.4rem;
  }

  /* =========faq========= */
  .faqs-box {
    padding: 5rem 2.8rem;
  }
  .faq-content {
    margin: 2px 0px;
  }
  .faq-header {
    margin: 0px 20px;
  }
  .faq-header-first {
    margin-bottom: 3rem;
  }
  /* =====contact us ======== */
  .contact-box {
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0rem;
  }
  .contact-box h1 {
    width: 100%;
  }
  .contact-box p {
    text-align: justify;
    width: 100%;
  }
  .contact-input-flex {
    flex-direction: column;
  }
  .custom-select-wrapper {
    width: 100%;
  }
  .contact-box-right {
    padding: 3rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0rem;
  }
  .ca-agree {
    align-items: self-start;
    justify-content: start;
    gap: 0rem;
    flex-direction: column;
  }
  /* =========fotter=======  */
  footer {
    text-align: center;
  }
  footer .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .footer-box1 {
    display: none;
  }
  .footer-box3 ul {
    flex-direction: column;
  }
  .footer-box4 {
    display: none;
  }
  .fb3-img {
    justify-content: center;
  }
  .footer-box2 p {
    font-size: 1.8rem;
  }
  .footer-box3 p {
    font-size: 1.8rem;
  }
  .footer-box3 {
    margin-top: 2rem;
  }
  .mobile-fb-3 {
    font-size: 1.4rem !important;
    font-family: "bozon-bold";
  }
  .footer-box3 ul {
    gap: 3rem;
  }
  .f-gmes-icon {
    width: 135px;
  }
  .subfooter-box {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-sub-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subfooter-box {
    padding: 3rem 2.8rem;
  }
}
/* 2560 x 1440 */
@media screen and (max-width: 2561px) {
  html {
    font-size: 62.5% !important;
  }
  /* Your styles for 2560px and below */
  .banner-bottom {
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
  .accordion-content.active {
    max-height: 1000px;
  }
}

/* 1920 x 1080 */
@media screen and (max-width: 1920px) {
  /* Your styles for 1920px and below */
  /* .banner-bottom {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
} */
}

/* 1792 x 1120 */
@media screen and (max-width: 1792px) {
  /* Your styles for 1792px and below */
}

/* 1536 x 864 */
@media screen and (max-width: 1536px) {
  /* Your styles for 1536px and below */
}
/* 1229px */
@media screen and (max-width: 1229px) {
  /* Your styles for 1229px and below */
  .banner-bottom {
    display: none;
  }
  .banner-top-btn {
    margin-top: 15rem;
  }
}
/* 1536 x 864 */
@media screen and (max-width: 1280px) {
  /* Your styles for 1536px and below */
  html {
    font-size: 52% !important;
  }
}
/* 1536 x 864 */
@media (min-width: 800px) and (max-width: 1280px) {
  /* Your styles for 1536px and below */
  .map-img img {
    height: 595px;
  }
  .map-some-data {
    right: 19%;
    width: 28%;
  }
  .founder-data {
    width: 100%;
  }
  .vb-head1 {
    width: 100%;
  }
  .vis-mis-box img {
    width: 100%;
  }
  .banner-top-btn {
    margin-top: 55rem;
  }
  .highlights-box-right {
    padding: 2rem;
  }
  .highlights-box-right h5 {
    line-height: 2.5rem;
  }
  .banner-top-data h1 {
    width: 50%;
  }
  .banner-bg {
    height: calc(95vh - 4rem - 4rem);
  }
  .key-highlights-box .grid {
    gap: 6rem;
}
}
@media screen and (max-width: 1002px) {
  /* navbar responsive  */
  /* =============navbar======== */
  /* Show hamburger */
  .burger-icon {
    display: flex;
    width: 3rem;
    height: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
  }

  .burger-icon div {
    height: 2px;
    background-color: #000;
    transition: 0.4s;
    border-radius: 4rem;
  }

  /* Hamburger toggle animations */
  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: var(--red);
  }

  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked ~ .navbar .burger-icon div:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    background-color: var(--red);
  }

  /* Slide down/up mobile menu */
  .nav-ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffd3d2;
    transform: translateY(-100%);
    transition: transform 0s ease-in-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 5rem 2rem;
  }

  #menu-toggle:checked ~ .navbar .nav-ul {
    transform: translateY(0);
  }

  .nav-ul ul {
    flex-direction: column;
    gap: 35px;
  }

  .nav-ul ul li {
    font-family: "bozon-bold";
  }

  /* Show mobile nav button */
  .nav-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3rem 5rem;
    width: 24rem;
  }

  /* Hide desktop nav button */
  .nav-btn.desktop-btn {
    display: none;
  }

  /* Show social icons in mobile menu */
  .header-social-iconss {
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .header-social-iconss img {
    width: 25px;
    height: 25px;
  }

  /* Animate menu items on open */
  .nav-ul ul li,
  .nav-btn-mobile,
  .header-social-iconss {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(2) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(3) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(4) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(5) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(6) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul ul li:nth-child(7) {
    transition-delay: 0.7s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul .nav-btn-mobile {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translateY(0);
  }

  #menu-toggle:checked ~ .navbar .nav-ul .header-social-iconss {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
  }

  /* Hide desktop menu on mobile */
  .nav-ul ul {
    display: flex;
  }

  .nav-ul ul li a {
    font-size: 1.6rem;
  }
  .logo-img {
    width: 94px !important;
    height: 32.6px !important;
  }
  .navbar {
    padding: 0rem 2rem;
  }
}
