@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css");
@font-face {
  font-family: "WF Visual Sans";
  src: url("https://dhygzobemt712.cloudfront.net/Fonts/VF/WFVisualSansVF.woff2")
    format("woff2");
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #fbb03b;
  --black: #000000;
  --black-1: #010101;
  --black-2: #181818;
  --dark: #252525;
  --grey: #444444;
  --light: #f5f5f5;
}

* {
  box-sizing: border-box;
}

::selection {
  background-color: var(--black-1);
  color: #ffffff;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--black-1);
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: var(--grey);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--grey);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "WF Visual Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: var(--dark);
  overflow-x: hidden;
  background-color: #f7f8f9;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

p {
  line-height: 30px;
  color: #333;
}

.full-img {
  width: 100%;
  border-radius: 15px !important;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.inner-sec {
  padding: 100px 0;
}

.new-inner-sec {
  padding: 10px 0;
}

.primary-color {
  color: var(--primary) !important;
}

.fw300 {
  font-weight: 300;
}

/* .container {
  max-width: 1600px;
} */

header {
  position: fixed;
  /* top: 25px; */
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
}

.header-fixed {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
  padding: 5px 0;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.logo img {
  width: 100%;
  max-width: 95px;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-index::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    335deg,
    rgba(248, 248, 248, 0) 40%,
    rgba(0, 0, 0, 1) 100%
  );
}

.banner-power-home::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: linear-gradient(335deg, rgba(248,248,248,0) 40%, rgba(0,0,0,1) 100%); */
  background: linear-gradient(
    to bottom right,
    rgba(248, 248, 248, 0) 40%,
    rgba(0, 0, 0, 1) 100%
  );
}

.slider-content-index {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.slider-content-purepower-home {
  position: absolute;
  bottom: 45px;
  right: 180px;
  z-index: 100;
  text-align: right;
}

.slider-content-purepower-commercial {
  position: absolute;
  bottom: 180px !important;
  right: 180px;
  z-index: 100;
  text-align: right;
}

.slider-content-inner {
  padding-left: 92px;
}

.slider-content-purepower-home .slider-content-inner {
  padding-left: 0;
}

.slider-content-purepower-commercial .slider-content-inner {
  padding-left: 0;
}

.slider-content-inner h1 {
  font-weight: 700;
  color: #fff;
  font-size: 46.33px;
  letter-spacing: 1px;
}

.slider-content-inner h2 {
  font-weight: 700;
  color: #fff;
  font-size: 46.33px;
  letter-spacing: 1px;
}

.slider-content-purepower-home .slider-content-inner h1 {
  font-size: 42px;
}

.slider-content-purepower-commercial .slider-content-inner h1 {
  font-size: 58px;
  font-weight: 500;
}

.slider-content-inner p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.slider-content-purepower-home .slider-content-inner p {
  font-weight: 300;
  margin-top: 15px;
}

.slider-content-purepower-commercial .slider-content-inner p {
  font-weight: 300;
  margin-top: 15px;
}

.slider-btn {
  margin-top: 40px;
}

.slider-btn a {
  padding: 11.08px 9.37px;
  background-color: #fff;
  color: var(--black);
  border-radius: 157.69px;
  font-size: 17.03px;
  font-weight: 500;
  transition: all 0.5s;
  border: solid 1px #fff;
}

.slider-btn a:hover {
  background-color: var(--black);
  color: #fff;
  border: solid 1px #fff;
}

.title {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}

.sub-title {
  color: #131313;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
}

.grid-cont {
  margin-top: 20px;
  transition: all 0.5s;
}

.grid-cont img {
  width: 100%;
  border-radius: 15px;
}

.grid-cont-text {
  width: 100%;
  /* height: 205px;a */
  background-color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.grid-cont-text h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.grid-cont:hover .grid-cont-text {
  background-color: var(--black-2);
}

.container.container-info {
  max-width: 1280px;
  width: 100%;
}

.info-cont {
  position: relative;
}

.info-cont::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 240px;
  background-color: #ffffff2b;
}

.info-cont.no-brd::before {
  background-color: transparent;
}

.info-cont.active::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 95px;
  background-color: var(--primary);
  top: 0;
}

.info-cont-inner {
  padding-left: 32px;
}

.info-cont-inner h3 {
  color: #282828;
  font-size: 30px;
  font-weight: 600;
  padding-top: 10px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}

.info-cont-inner p {
  color: rgb(48 48 48);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.info-cont-inner h2 {
  font-size: 51px;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
}

.app-sec {
  width: 100%;
  position: relative;
  background: url(../images/app-bg.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
}

.app-img-sec {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
}

.app-img-sec img {
  width: 100%;
  max-width: 510px;
}

.app-cont-sec {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.app-cont-sec h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  padding-top: 40px;
  padding-right: 237px;
}

.app-cont-sec p {
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  /*text-align: center;*/
  width: 100%;
  max-width: 750px;
}

.app-list li {
  display: inline-block;
  margin-top: 30px;
}

.app-list li:first-child {
  margin-right: 10px;
}

.container.purepowerdealer-container {
  width: 100%;
  max-width: 1420px;
}

.purepower-dealer-img {
  width: 100%;
  max-width: 668px;
}

.purepower-dealer {
  margin-top: 190px;
}

.purepower-dealer h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.home-page-cstm .purepowerdealer-container .purepower-dealer p{
    color: #333;
}
.home-page-cstm{
    padding: 0px 0 0;
}
.purepowerdealer-container .purepower-dealer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.apply-btn {
  /* padding: 10.6px 25.24px; */
  color: #fff;
  background-color: var(--black);
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  width: 250px;
  height: 44.12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: solid 1px #000;
}

.apply-btn:hover {
  background-color: var(--black);
  color: #fff;
  border: solid 1px #fff;
}

/* ====== MENU CSS ====== */

.menu-icon-img {
  cursor: pointer;
  margin-top: 0px !important;
}
.menu-bar {
  position: fixed;
  width: 100%;
  top: -615px;
  left: 0;
  right: 0;
  min-height: 500px;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.8s ease-in-out;
}

.show-menu {
  animation: dropDown 0.8s ease-out forwards; /* Smooth drop effect */
}

@keyframes dropDown {
  0% {
    top: -550px;
  }
  50% {
    top: 15px;
  } /* Move slightly down */
  100% {
    top: 0;
  } /* Settle at 0 */
}

.hide-menu {
  animation: slideUp 0.4s ease-in forwards;
}

@keyframes slideUp {
  0% {
    top: 0;
  }
  /* 50% { top: 50px; }  Slight lift */
  100% {
    top: -550px;
  } /* Back to hidden */
}

.menu {
  padding-top: 160px;
}

.menu h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  color: #1b1b1b;
}

.menu li a {
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  color: #1b1b1b;
  transition: all 0.5s;
}

.menu li a:hover {
  color: #36bf54;
}

.elevation-sec {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 12px;
}

.elevation-sec img {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  object-fit: cover;
}

.elevation-sec-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background-color: #0505054d;
  padding-left: 50px;
}

.elevation-sec-text h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  padding-top: 80px;
}

.elevation-btn {
  width: 158px;
  height: 40px;
  border-radius: 12px;
  background-color: var(--primary);
  transition: all 0.5s;
  font-weight: 600;
  color: var(--black);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elevation-btn:hover {
  background-color: var(--black);
  color: #fff;
}

.close-menu {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  background-color: #e8e8e8;
  padding: 5px 8px;
  border-radius: 10px;
}

/* ====== End MENU CSS ====== */

/* ====== Footer CSS ====== */
.footer {
  background: rgba(51, 51, 51, 1);
}

.footer_section {
  background: radial-gradient(
    168.9% 168.9% at 100.66% 0.99%,
    rgba(150, 192, 212, 0.4) 0%,
    rgba(146, 187, 207, 0.4) 2%,
    rgba(111, 140, 163, 0.4) 19%,
    rgba(81, 102, 126, 0.4) 36%,
    rgba(59, 72, 97, 0.4) 52%,
    rgba(43, 51, 77, 0.4) 69%,
    rgba(33, 38, 65, 0.4) 85%,
    rgba(30, 34, 61, 0.4) 100%
  );
}

.footer_container {
  padding: 70px 0;
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.3) 0%,
    rgba(0, 54, 90, 0.3) 20%,
    rgba(2, 40, 72, 0.3) 47%,
    rgba(4, 17, 42, 0.3) 79%,
    rgba(7, 0, 19, 0.3) 100%
  );
}

.footer_content {
  padding-top: 30px;
}

.footer_content p,
.disclaimer_div p,
.download_manuals ul li,
.user_manuals ul li,
.user_manuals p,
.footer_links ul li a,
.customer_div ul li a {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.footer_content p,
.disclaimer_div p,
.download_manuals ul li,
.user_manuals ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.footer_links {
  padding-top: 30px;
}

.footer_links h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.footer_links ul li {
  list-style: none;
  padding: 5px 0;
}

.footer_links ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.subscribe_div {
  background: rgba(225, 225, 225, 0.7);
  padding: 20px;
  border-radius: 20px;
}

.form_heading {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.subscribe_div p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.subscribe_div .form-control {
  background: rgba(255, 255, 255, 1);
  color: #000;
  height: 43px;
  border-radius: 10px;
}

.subscribe_div .form-group a {
  background: rgba(51, 51, 51, 1);
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.subscribe_div .form-group a:hover {
  border: 1px solid rgba(51, 51, 51, 1);
  background: #fff;
  color: rgba(51, 51, 51, 1);
}

.follow_div {
  padding-top: 25px;
}

.follow_div p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.follow_div ul,
.download_manuals ul,
.user_manuals ul,
.customer_div ul {
  padding-left: 0;
  list-style: none;
}

.follow_div ul li {
  display: inline-block;
  margin-right: 10px;
}

.follow_div ul li a img {
  width: 21px;
}

.disclaimer_div p {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.download_manuals ul li,
.user_manuals ul li {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}

.download_manuals ul li a,
.user_manuals li a {
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.download_manuals ul li a {
  padding: 0 5px;
  border-left: 1px solid;
}

.customer_div {
  text-align: right;
  padding-top: 10px;
}

.customer_div h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
}

.customer_div h4 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
}

.customer_div ul li {
  display: inline-block;
  margin: 0 5px;
}

.customer_div ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 5px;
}

/* New CSS for better alignment on small devices */
@media (max-width: 991px) {
  .footer_block,
  .subscribe_div,
  .customer_div {
    margin-bottom: 20px;
  }
}

/* Custom form alignment */
#customForm {
  display: flex;
  flex-direction: column;
}

#customForm div {
  margin-bottom: 15px;
}

#customForm .form-row {
  display: flex;
  width: 100%;
}

#customForm .form-row input[type="text"] {
  flex-grow: 1;
  border-radius: 10px 0 0 10px !important;
}

#customForm .form-row input[type="button"] {
  border-radius: 0 10px 10px 0 !important;
  margin-left: -5px;
  width: auto;
}
/* ====== END Footer CSS ====== */

/* ====== INNER PAGE CSS ====== */



.slider-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.purepower-home-video {
  width: 100%;
  max-width: 1370px;
  height: 770px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;
}

.container.container-info-1 {
  max-width: 1370px;
  width: 100%;
}

.grid-cont-2 {
  width: 100%;
  background-color: var(--dark);
  min-height: 453px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.grid-cont-2 h1 {
  color: var(--primary);
  font-weight: 600;
  font-size: 31.72px;
  line-height: 70px;
}

.grid-cont-2 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
}

.grid-cont-2 img {
  width: 100%;
  max-width: 340px;
  text-align: center;
}

.title-key-features {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
}

.inner-page-sec2 {
  padding: 80px 0;
}

.key-feature-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  place-items: center;
}

.key-feature-list li {
  margin-bottom: 35px;
}

.image-wrapper {
  position: relative;
  width: 275px;
  height: 400px;
  overflow: hidden;
}

.top-img-key,
.bottom-img-key {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.top-img-key img,
.bottom-img-key img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-img-key {
  opacity: 0;
  z-index: 0;
}

.top-img-key {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.6s ease;
}

.image-wrapper:hover .top-img-key {
  transform: scaleX(0);
  opacity: 0;
}

.image-wrapper:hover .bottom-img-key {
  opacity: 1;
}

.purepower-specification-sec {
  padding: 50px 0;
  background-color: #2a2a2a;
}

.purepower-specification-sec .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
}

/*===== ACCORDIAN CSS ======*/

.accordion {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto 0 60px;
}

.accordion .accordion__tabs:focus {
  outline: none;
}

        /* === Main Styles === */
       
        
        .inner-banner {
            width: 100%;
            text-align: center;
            padding: 70px 0 5px;
            background: #000;
        }
        
        .inner-banner h2 {
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 20px;
        }
        
        .faq-container {
            max-width: 1090px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* === Tab Styles === */
        .faq-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .faq-tab {
            padding: 10px 4px;
            cursor: pointer;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-bottom: none;
            margin-right: 5px;
            font-weight: 600;
            transition: 0.3s;
        }
        
        .faq-tab:hover,
        .faq-tab.active {
            background: #000;
            color: #fff;
        }
        
        /* === FAQ Accordion Styles === */
        .faq-category {
            display: none;
        }
        
        .faq-category.active {
            display: block;
        }
        
        .faq-item {
            margin-bottom: 10px;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            overflow: hidden;
        }
        
        .faq-question {
            background: #fff;
            color: #000;
            border: none;
            padding: 15px 20px;
            width: 100%;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }
        
        .faq-question:hover {
            background: #f0f0f0;
        }
        
        .faq-question .icon {
            font-size: 1.2rem;
        }
        
        .faq-answer {
            display: none;
            padding: 15px 20px;
            background: #fff;
            color: #333;
            border-top: 1px solid #e0e0e0;
        }
@media (max-width: 767px) {
    .carousel-indicators{
    display: none !important;}
   .splide__slide{
    background-size: contain !important;}
.splide__slide {
    height: 200px;
}

    .title-key-features {
    margin-top: 30px;
    font-size: 24px;
    }
    .slider-content-index {
  top: 170px;
}
    .purepower-home-video {
        height: unset !important;
        object-fit: contain;
    }

    .whatsapps_con {
  position: fixed;
  top : 77%;
  bottom:unset !important;
  right: 25px;
  z-index: 999;
}
.faq-tabs {
    display: inline-block;
    width: 100%;
}
  .accordion .accordion__tabs {
    display: none;
  }
}
@media (min-width: 768px) {
    .app-cont-sec {
    margin-left: 100px;
}
  .accordion .accordion__tabs {
    display: flex;
  }
}
@media (min-width: 768px) {
  .accordion .accordion__tabs .accordion__tab {
    padding: 0.5rem 3rem;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #5c5e62;
    cursor: pointer;
    transition: 0.25s;
    background-color: #2a2a2a;
    color: #fff;
  }
  /* .accordion .accordion__tabs .accordion__tab:hover {
     color: var(--primary);
    border-color: var(--primary); 

  } */
  .accordion .accordion__tabs .accordion__tab.active {
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .accordion .accordion__tabs .accordion__tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
  }
}
.accordion .accordion__content .accordion__item {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .accordion .accordion__content .accordion__item {
    display: none;
    margin: 0;
    padding-top: 20px;
    min-height: 150px;
    border: none;
  }
  .accordion .accordion__content .accordion__item .accordion__label {
    display: none;
  }
  .accordion .accordion__content .accordion__item.active {
    display: block;
  }
}
.accordion .accordion__content .accordion__item .accordion__label {
  position: relative;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* border-radius: 10px; */
  transition: 0.25s;
  color: #fff;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .accordion .accordion__content .accordion__item .accordion__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.accordion .accordion__content .accordion__item .accordion__label:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.accordion .accordion__content .accordion__item .accordion__label:hover:after {
  color: #fff;
}
.accordion .accordion__content .accordion__item .accordion__label:after {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "themify";
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0deg);
  transition: 0.25s;
}
.accordion .accordion__content .accordion__item .accordion__container {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .accordion .accordion__content .accordion__item .accordion__container {
    margin-top: 0;
  }
}
.accordion .accordion__content .accordion__item.active {
  padding-bottom: 15px;
}
.accordion .accordion__content .accordion__item.active .accordion__label {
  cursor: inherit;
  color: #fff;
}
.accordion .accordion__content .accordion__item.active .accordion__label:after {
  color: #fff;
  transform: rotate(180deg);
}
.accordion .accordion__content .accordion__item.active .accordion__container {
  height: auto;
  opacity: 1;
  -webkit-animation: tabFaded 0.45s normal ease-in-out both 1;
  animation: tabFaded 0.45s normal ease-in-out both 1;
}
@media (max-width: 767px) {
  .accordion .accordion__content .accordion__item.active .accordion__container {
    margin-top: 15px;
  }
}
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  p:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h1:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h2:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h3:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h4:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h5:first-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h6:first-child {
  margin-top: 0;
}
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  p:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h1:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h2:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h3:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h4:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h5:last-child,
.accordion
  .accordion__content
  .accordion__item.active
  .accordion__container
  h6:last-child {
  margin-bottom: 0;
}
.accordion .accordion__content .accordion__item.active .accordion__container p {
  line-height: 1.8;
}

/* @-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
   0% {
    opacity: 0;
    transform: scale(0.9);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  } 
} */
@-webkit-keyframes tabFaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabFaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.latest-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  border: solid 1px var(--light);
  padding: 5px;
}

/* ====== END ACCORDIAN ====== */

.acc-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  column-gap: 40px;
}

.acc-list-1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  column-gap: 40px;
}

.acc-list li h4,
.acc-list-1 li h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
}

.acc-list li h5,
.acc-list-1 li h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #fbb03b;
  margin-top: 10px;
  margin-bottom: 0;
}

.acc-list li h6,
.acc-list-1 li h6 {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  color: #ffffff;
}

.general-data {
  margin-top: 30px;
  border-top: solid 0.5px #414141;
}

.general-data h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.link-btn-list li {
  display: inline;
  margin-right: 7px;
}

.icon-features {
  width: 100%;
  min-height: 320px;
  background-color: #131313;
  border-radius: 12px;
  margin-top: -200px;
  position: relative;
  z-index: 200;
  padding: 20px 15px;
}

.icon-grid-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont.no-brd::after {
  border: none;
}

/*.icon-grid-cont img {*/
/*  padding-left: 115px;*/
/*}*/

.icon-grid-cont-s img {
  padding-left: 150px;
}

.icon-grid-cont-a img {
  padding-left: 150px;
}

.icon-grid-cont h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.icon-grid-cont h2 {
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.icon-grid-cont h3 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  
}

/* Test */
.icon-grid-cont-b {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont-b::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont-b.no-brd::after {
  border: none;
}

.icon-grid-cont-b img {
  padding-left: 115px;
}

.icon-grid-cont-b h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.icon-grid-cont-b h2 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}

/* end built to perform*/

/*Start Al */

.icon-grid-cont-ai {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont-ai::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont-ai.no-brd::after {
  border: none;
}

.icon-grid-cont-ai img {
  padding-left: 150px;
}

.icon-grid-cont-ai h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.icon-grid-cont-ai h2 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
/* end AI */

/*Start grid  */

.icon-grid-cont-grid-4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont-grid-4::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont-grid-4.no-brd::after {
  border: none;
}

.icon-grid-cont-grid-4 img {
  padding-left: 85px !important;
}

.icon-grid-cont-grid-4 h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.icon-grid-cont-grid-4 h2 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
/* end grid */

/*Start grid  Scalable */

.icon-grid-cont-grid-4-s {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont-grid-4-s::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont-grid-4-s.no-brd::after {
  border: none;
}

.icon-grid-cont-grid-4-s img {
  padding-left: 85px !important;
}

.icon-grid-cont-grid-4-s h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.icon-grid-cont-grid-4-s h2 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
/* end grid Scalable */

/*Start grid 100% Grid Stability*/

.icon-grid-cont-grid-4-gs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 0px 20px;
}

.icon-grid-cont-grid-4-gs::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: solid 1px #fff;
}

.icon-grid-cont-grid-4-gs.no-brd::after {
  border: none;
}

.icon-grid-cont-grid-4-gs img {
  padding-left: 90px !important;
}

.icon-grid-cont-grid-4-gs h1 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.icon-grid-cont-grid-4-gs h2 {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}
/* end grid 100% Grid Stability */

.inner-page-commercial-sec {
  padding: 70px 0;
}

.storage-units-video {
  width: 100%;
  height: 570px;
  border-radius: 20px;
  object-fit: cover;
}

.commercial-block {
  width: 100%;
  height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.commercial-block h1 {
  color: #fff;
  font-size: 30px;
}

.commercial-block p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  color: #fff;
}

.powering-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
}

.powering-video {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.powering-content-1 {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b1b1b;
  padding: 10px 15px;
}

.powering-content-1 p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.powering-content-2 {
  width: 100%;
  height: 350px;
}

.powering-content-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-grey {
  background-color: #252525;
}

.mt-30_ {
  margin-top: -30px;
}

.mt-60_ {
  margin-top: -60px;
}

.commercial-list li {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 5px;
    list-style: disc;
    margin-left: 30px;
}


.learn-nore-link {
    color: var(--primary);
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s;
    border-radius: 50px;
    border: 1px solid #ffc107;
    padding: 5px 20px;
}

.learn-nore-link:hover {
  color: #000;
}

.specs-btn-list {
  text-align: left;
  margin-top: 80px;
}

.specs-btn-list p {
  text-align: left;
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.specs-btn-list li {
  display: inline-block;
}

.specs-btn-list li {
  margin-right: 25px;
}

.specs-btn-list li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}

.specs-btn-list li a:hover {
  color: var(--primary);
}

.specs-btn-list li a img {
  transition: all 0.5s;
}

.specs-btn-list li a:hover img {
  filter: invert();
}



.share_your_concern {
  position: fixed;
  bottom: 18px;
  right: 21px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: flex;
}

.share_your_concern_call {
  position: fixed;
  bottom: 179px;
  right: 21px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: flex;
}

.new-menu {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  /*margin-top: 14px;*/
}

.new-menu a {
  color: #fff !important;
}
.new-menu li {
  display: inline-block;
  /* margin-top: 15px; */
}
.new-menu li:first-child {
  margin-right: 10px;
}

.menu-phone {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  /*margin-top: 14px;*/
}

.menu-phone a {
  color: #fff !important;
}
.menu-phone li {
  display: inline-block;
  margin-top: 15px;
}

.menu-phone li:first-child {
  margin-right: 10px;
}

.logo-container {
  display: flex;
  justify-content: center;
}

.logo-text-container {
  display: flex;
  justify-content: left;
  align-items: center;
}

/*.sidenav {*/
/*    position:fixed;*/
/*    right:0px;*/
/*    top:45%;*/
/*    z-index:9999;*/
/*}*/

/*.sidenav li {*/
/*    margin-bottom:10px;*/
/*}*/

/*.sidenav li a {*/
/*    color:#000;*/
/*    background:var(--primary);*/
/*    padding:10px 10px;*/
/*    border-radius:4px 0px 0px 4px;*/
/*    display:block;*/
/*    font-size:14px;*/
/*    transition:all 0.4s;*/
/*    border-radius: 50px;*/
/*}*/

/*.sidenav li a:hover {*/
/*    background:#333333;*/
/*    color:#fff;*/
/*}*/

/*====SIDENAV=====*/
#moblie-sidenav {
  display: none;
}

.sidenav {
  position: fixed;
  right: 0px;
  bottom: 0%;
  z-index: 9999;
}

.sidenav li {
  margin-bottom: 10px;
}

.sidenav li a {
  color: #000;
  display: block;
  font-size: 14px;
  transition: all 0.4s;
  position: relative;
}

.sidenav li a span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: block;
  right: 50px;
  top: 0;
  background: rgba(17, 153, 17, 1);
  padding: 0px 5px;
  border-radius: 50px 0px 0px 50px;
  /*transform:translatex(148px);*/
}

.sidenav li a span img {
  width: 54px;
  padding-right: 10px;
}

.sidenav li a:hover span {
  transform: translatex(0px);
}

/*====END SIDENAV=====*/

#mobile-slider {
  display: none;
}

#mobile-slider_two {
  display: none !important;
}

.slider-commercial {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
}

.slider-commercial img {
  width: 530px;
}

.slider-commercial .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.slider-commercial .carousel-indicators .active {
  background-color: #696969;
  opacity: 1;
}

.grid-know-more-link {
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  right: 0;
}

.grid-know-more-link a {
  color: #000;
  background-color: var(--primary);
  border-radius: 6.11px;
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.4s;
}

.grid-know-more-link a:hover {
  background-color: #fff;
  color: #000;
}

.slider-commercial {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
}

.slider-commercial img {
  width: 530px;
}

.slider-commercial .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.slider-commercial .carousel-indicators .active {
  background-color: #696969;
  opacity: 1;
}

.modal-dialog {
  z-index: 99999999;
}

.modal-xl {
  max-width: 1530px !important;
}

.modal-content {
  background-color: #2b2b2b;
  border-radius: 30px;
}

.close-modal-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 9999;
}

.power-modal {
  color: #fff;
  padding: 50px 0;
}

.power-modal h1 {
  font-size: 30px;
  font-weight: 600;
}

.power-modal h1 span {
  font-weight: 400;
}

.power-modal p {
  font-size: 15px;
  color: #fff;
  font-weight: 200;
  line-height: 22px;
}

.power-modal h5 {
  font-size: 18px;
  font-weight: 600;
}

.key-list-modal li {
  margin-bottom: 10px;
}

.key-list-modal li span {
  font-size: 14px;
  font-weight: 200;
}

.key-list-modal li span:first-child {
  width: 280px;
  display: inline-block;
}

.key-list-modal li span:nth-child(2) {
  width: 60px;
  display: inline-block;
}

.key-list-modal li span:last-child {
  width: 200px;
  display: inline-block;
}

.power-modal h4 {
  font-size: 14px;
  font-weight: 200;
  margin-top: 25px;
}

.color-list li {
  display: inline-block;
  margin-right: 5px;
}

.color-list li button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  border: none;
}

.color-list li button.clr1 {
  background-color: #fe6100;
}

.color-list li button.clr2 {
  background-color: #696969;
}

.color-list li button.clr3 {
  background-color: #f2d678;
}

.color-list li button.clr4 {
  background-color: #ffffff;
}

.price {
  font-weight: 600;
  font-size: 24px;
}

.price sup {
  font-weight: 400;
}

.buy-now-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 8px;
  background-color: var(--primary);
  color: #000;
  transition: all 0.4s;
  font-size: 24px;
  font-weight: 700;
}

.buy-now-btn:hover {
  background-color: #fff;
  color: #000;
}

.number-cont {
  display: flex;
  justify-content: flex-start;
}

.number {
  position: relative;
  width: 60px;
  margin-left: 35px;
}

.plus {
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 0.5px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 2px;
  font-size: 13px;
  font-weight: 200;
  cursor: pointer;
}

.minus {
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 0.5px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  right: 2px;
  font-size: 13px;
  font-weight: 200;
  cursor: pointer;
}

.number input[type="text"] {
  width: 40px;
  height: 34px;
  border-radius: 3.68px;
  border: solid 1px #e5e5e5;
  background-color: #2b2b2b;
  text-align: center;
  color: #fff;
}

.modal-about h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}

.modal-about p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.title-modal {
  font-weight: 300 !important;
}

.modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: var(--black-1);
}

.modal-body::-webkit-scrollbar {
  width: 10px;
  background-color: var(--grey);
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: var(--grey);
  border-radius: 10px;
}

/*=== Thumbnail Slider ====*/

.thumbnail_slider {
  max-width: 100%;
  margin: 30px auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.splide__arrow {
  top: -250% !important;
}
/* Slider CSS End  */

.carousel-control-next,
.carousel-control-prev {
  /*z-index: 999;*/
  width: 5%;
}

.carousel-control-next {
  padding-top: 70px;
}

/*#carouselExample .carousel-control-next {*/
/*    padding-top:150px important;*/
/*    opacity:1 !important;*/
/*}*/

.carousel-control-prev-icon {
  background-image: url("../images/slider-arrow-left.png");
}

.carousel-control-next-icon {
  background-image: url("../images/slider-arrow-right.png");
}

.new-specs-btn-list {
  text-align: center;
}

.new-specs-btn-list li {
  display: inline-block;
}

.new-specs-btn-list li:first-child {
  margin-right: 0px;
}

.new-specs-btn-list li a {
  width: 159px;
  height: 39px;
  display: flex;
  background-color: var(--primary);
  color: #000;
  border-radius: 7px;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s;
  border: solid 1px var(--primary);
}

.new-specs-btn-list li a:hover {
  background-color: #2a2a2a;
  color: #fff;
  border-color: #fff;
}

.new-specs-btn-list li a img {
  transition: all 0.5s;
}

.new-specs-btn-list li a:hover img {
  filter: invert();
}

/* custom css  */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item .faq-answer {
  display: none;
}

#load-more-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#load-more-btn:hover {
  background: #333;
}

#load-more-btn {
  background: var(--black);
  color: #fff;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  transition: 0.3s;
}

#load-more-container {
  margin-top: 30px;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  /* background: #fff; */
  color: #333;
  border-top: 1px solid #e0e0e0;
}

.faq-question .icon {
  font-size: 1.2rem;
}

.faq-question:hover {
  background: transparent;
}

.faq-item {
  margin-bottom: 10px;
  /* border: 1px solid #e0e0e0; */
  border-radius: 5px;
  overflow: hidden;
}

.faq-category.active {
  display: block;
}

.faq-category {
  display: none;
}

.purepower-section3-text {
  position: absolute;
  width: 500px;
  font-size: 40px;
  left: 30px;
  top: 20px;
  font-family: sans-serif;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .purepower-section3-text {
    position: static; /* removes absolute positioning */
    width: 100%; /* full width */
    font-size: 22px; /* smaller font */
    margin-bottom: 15px; /* spacing before the image */
    text-align: left; /* optional for centered look */
  }
}

/* Mobile styles for smaller screens */
@media (max-width: 767px) {
  .app-cont-sec p {
    color: #333; /* Ensuring color stays #333 on mobile */
  }

  .app-cont-sec h2 {
    color: #000000; /* Ensuring h2 color is black */
  }

  .app-cont-sec {
    height: unset; /* Set height to 0 on mobile */
  }

  .pure-nav a {
    font-size: small !important;
  }

  .section-5 {
    padding-bottom: 0px !important;
  }

  .list-unstyled li {
    font-size: 13px !important;
  }

  .pure-dealer-section-p {
    font-size: 1rem;
  }


  .faq-question {
    font-size: medium;
  }

  .accordion-button::after {
    background-image: none !important;
  }

  .mobile-footer {
    display: block !important;
  }

   .desktop-footer {
    display: none !important;
  }

  .carousel-indicators button {
    pointer-events: auto;
}
}


/* Transparent background */
.pure-footer-accordion-button {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    padding: 10px 15px;
}

.pure-footer-accordion-button:focus {
    box-shadow: none;
}

/* Plus/Minus icon toggle */
.pure-footer-accordion-button::after {
    content: '+';
    font-size: 1.5rem;
}

.pure-footer-accordion-button[aria-expanded="true"]::after {
    content: '-';
}

/* Custom styling for links */
.pure-footer-accordion-body a {
    color: #000;
    text-decoration: none;
}

.pure-footer-accordion-body a:hover {
    color: #007bff;
}

/* Optional: Remove border for a cleaner look */
.pure-footer-accordion-item {
    border: none;
    background-color: #000;
}

.pure-footer-accordion-header {
    border-bottom: 1px solid #6d6d6d;
}


.text-secondary {
    color: rgb(48 48 48) !important;
}

@media (max-width:600px){
        .key-list-modal li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .key-list-modal li span:nth-child(2) {
    width: 5%;
    text-align: center;
}
.key-list-modal li span:first-child{
    width: 45%;
}
.key-list-modal li span:last-child {
    width: 40%;
}
    .app-cont-sec h2 {
    font-size: 30px;
    padding-right: 3px;
}
.footer-02 p {
    color: rgb(255 255 255) !important;
    font-size: 14px;
}
.footer-02 .list-unstyled li a {
    color: rgb(233 233 233);
}

.key-list-modal li span {
    margin-right: 5px;
}
.power-modal h1 {
    font-size: 24px;
}
.new-specs-btn-list li:first-child {
    margin-top: 25px;
}
.new-specs-btn-list li {
    margin-bottom: 15px;
}
.inner-page-sec2 {
    padding: 0px 0 0;
}
.inner-sec{
    padding:40px 0 0;
}
.commercial-block {
    height: unset !important;
}
.inner-page-commercial-sec {
    padding: 0px 0;
}
    .powering-video {
        height: unset !important;
}
.commercial-list li::before {
    background-color: #6e6c6c;
    
}
}
/*---------------------------------------------*/

    .power-modal h1 {
        color: #fff;
        font-size: 16px;
    }
section#website-slider_two {
    display: none;
}
.inner-page-sec {
    padding: 50px 0 0px 0;
}


/*-----------------custom footer style-----------------*/
.res-below-cnt h4{
    font-size:30px;
    line-height:40px;
    color:#000;
    font-weight:600;
    text-align:left;
    margin-top:40px;
    max-width:750px;
}
.res-below-cnt p{
    
    margin-top:40px;
    font-weight: 300;
    color: #333;
    line-height: 26px;
    font-size: 16px;
     text-align: left; 
    width: 100%;
    margin-bottom:25px;
    max-width:750px;
}
.whatsapps_con {
    position: fixed;
    bottom: 115px;
    right: 0px;
    z-index: 9999;
    display: flex;
}
.color-list li button{
    cursor: unset !important;
}

    .footer-02 .list-unstyled li a:hover, .footer-02 .list-unstyled a:hover, .footer-02 .partner-wrap .partner-name a:hover {
        color: #eb8e2c !important;
    }
       .footer-02 .footer-heading {
    color: #ffffff;
}
 .footer-02 a, .footer-02 p, .footer-02 .list-unstyled li a, .footer-02 .partner-wrap .partner-name a, .footer-02 .copyright, .footer-02 .list-unstyled a {
    color: #cfcfcf !important;
}

.grid-cstm .purepowerdealer-container .purepower-dealer p {
    color: #333;
}
.Title_module_header__2159b884 {
    display: none !important;
}