@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

/* @font-face {
  font-family: "Kanit";
  src: url("/fonts/rewamp-fonts/Kanit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Kanit";
  src: url("/fonts/rewamp-fonts/Kanit-SemiBold.ttf") format("truetype");
  font-weight: 600;
} */

@font-face {
  font-family: "Roboto";
  src: url("/fonts/rewamp-fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/rewamp-fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

:root {
  --primary: #8cc540;
  --white: #ffffff;
  --black: #000000;
  --line: #d0cfcf;
  --footer-bg: #d1d3d4;
  --table: #eaeaea;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kanit", sans-serif;
}

a {
  text-decoration: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
}

.container {
  width: 90%;
  margin: auto;
}

.padding {
  padding: 4rem 0;
}

/* inner banner */
.inner-banner {
  position: relative;
  line-height: 0;
}

.inner-banner img {
  width: 100%;
  /* filter: brightness(0.7); */
}

.test-bg img {
  filter: brightness(0.7) !important;
}

.inner-banner video {
  width: 100%;
  /* filter: brightness(0.8); */
}

/* /video */
.inner-banner-video-sec {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video styling */
.inner-banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay on top of video */
.inner-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  /* semi-transparent black */
  z-index: 1;
}

/* video */

.inner-banner-text {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: var(--white);
  z-index: 3; */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 1.5rem;
  margin-left: 5%;
  color: #ffffff;
}

.test-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max-content;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 1.5rem;
  margin-left: 5%;
}

.caps {
  text-transform: uppercase;
}

.inner-banner-text h1 {
  font-weight: 600;
  font-size: 72px;
  text-transform: uppercase;
  padding-bottom: 0rem;
  line-height: 1;
}

.inner-banner-text h2 {
  line-height: 1.3;
}

.inner-banner-text p {
  font-size: 32px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

/* bg-right */
.fence-bg-rt {
  background: url(../images/pattern.svg);
  background-repeat: repeat-y;
  background-position: right;
  background-size: 52%;
}

/* maintenance */
.bg-text-color {
  background-color: #dbe1d2;
}

.text-padding {
  padding: 30px 0;
}

/* solar water pump */
.bg-color-left {
  background-color: rgb(19, 37, 40);
  color: white;
}

.a-link {
  text-decoration: underline;
  color: #ffffff;
}

/* solar hybrid solution */
.padding-con {
  padding: 40px 0;
}

/* knowledgehub/blog */
.blog-span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.blog-read-more {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.blog-sec2 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

/* epc contracts */
.epc-contract-sec1 h2 {
  font-weight: 600;
  font-size: 38px;
}

.epc-contract-sec1 p {
  font-size: 20px;
  width: 80%;
}

.epc-contract-sec2 {
  background: #eee8e2;
}

.epc-contract-sec2 h2 {
  font-weight: 600;
  font-size: 38px;
}

.epc-contract-sec2 p {
  font-size: 20px;
  width: 80%;
}

.epc-segment-flex {
  display: flex;
  gap: 1rem;
  height: 70vh;
}

.epc-segment-card {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25%;
  padding: 3rem 1rem;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.epc-segment-card:nth-child(1) {
  background-image: url("../images/rewamp-images/epc-contract/epc-segment1.jpg");
  background-position: center;
}

.epc-segment-card:nth-child(2) {
  background-image: url("../images/rewamp-images/epc-contract/epc-segment2.jpg");
  background-position: right;
}

.epc-segment-card:nth-child(3) {
  background-image: url("../images/rewamp-images/epc-contract/epc-segment3.jpg");
  background-position: center;
}

.solar-card:nth-child(1) {
  background-image: url("../images/rewamp-images/solar-energy/solar1.jpg") !important;
}

.solar-card:nth-child(2) {
  background-image: url("../images/rewamp-images/solar-energy/solar2.jpg") !important;
}

.solar-card:nth-child(3) {
  background-image: url("../images/rewamp-images/solar-energy/solar3.jpg") !important;
}

.epc-segment-card {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.esg-link {
  text-decoration: underline;
  color: #000000;
}

.esg-custom-list {
  list-style: none;
  padding-left: 1.2rem;
}

.esg-custom-list li {
  position: relative;
}

.esg-custom-list li::before {
  content: url("/images/rewamp-images/mms/Vector.png");
  position: absolute;
  left: -20px;
  top: 0;
}

.esg-custom-list.esg-space li p {
  padding-left: 10px;
  padding-bottom: 10px;
}

.epc-segment-card.active {
  width: 50%;
  background-image: none !important;
  justify-content: flex-start !important;
}

.epc-segment-card.active .bg-video {
  opacity: 1;
}

/* Gradient overlay on top of video */
.epc-segment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 52%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.epc-segment-card.active::before {
  opacity: 1;
}

/* Content above overlay */
.epc-segment-card>h2,
.epc-segment-card>p,
.epc-segment-card .epc-seg-highlights {
  position: relative;
  z-index: 3;
}

.epc-segment-card h2 {
  font-size: 30px;
  font-weight: 600;
}

.epc-segment-card h2,
.epc-segment-card p {
  color: #fff;
  text-align: center;
  z-index: 2;
}

/* Hide highlights by default */
.epc-seg-highlights {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Show highlights on active card */
.epc-segment-card.active .epc-seg-highlights {
  max-height: 500px;
  width: 95%;
  opacity: 1;
  margin-top: 1rem;
  z-index: 2;
  background: #000000bf;
  padding: 2rem 5rem;
}

.epc-segment-card.active .epc-seg-highlights h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 1rem;
}

.epc-segment-card.active .epc-seg-highlights ul li {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  list-style-type: disc;
}

.epc-contract-sec3 {
  background-image: url("../images/rewamp-images/epc-contract/mid-banner-epc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.epc-contract-sec3 h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
}

.why-choose {
  padding-bottom: 5rem;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 100%;
  margin: auto;
  border-left: 1px solid #ffffff1a;
  border-top: 1px solid #ffffff1a;
}

.grid-box>div {
  border-right: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
}

.wc-item h3 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  text-align: left !important;
  padding-top: 1rem;
}

.wc-item p {
  font-size: 19px;
  color: #f69320;
}

.wc-item:nth-child(1) .wc-iteminner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  border-right: 1px solid #ffffff1a;
  padding: 5px 30px;
}

.wc-item:nth-child(2) .wc-iteminner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  border-left: 1px solid #ffffff1a;
  padding: 5px 30px;
  margin-left: auto;
}

.wc-item:nth-child(3) .wc-iteminner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  border-left: 1px solid #ffffff1a;
  padding: 5px 30px;
  margin-left: auto;
}

.wc-item:nth-child(4) .wc-iteminner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 30%;
  border-right: 1px solid #ffffff1a;
  padding: 5px 30px;
}

.wc-item:nth-child(5) .wc-iteminner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  border-left: 1px solid #ffffff1a;
  padding: 5px 30px;
  margin-left: auto;
}

.card-center h3 {
  text-align: center !important;
}

.card-padding {
  padding: 3rem 5rem;
}

.epc-seg-highlights p {
  width: 100% !important;
  text-align: center !important;
}

/* Solar energy sales */

.solar-map-sec {
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.solar-map-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      #ffffff 100%);
  pointer-events: none;
}

.solar-why-card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 100vh;
}

.solar-why-card h2 {
  font-weight: 600;
  font-size: 38px;
  color: #000000;
}

.solar-why-card p {
  font-weight: 500;
  font-size: 20px;
  color: #4c4c4c;
}

.solar-map-card {
  width: 80%;
  background-image: url(../images/rewamp-images/solar-energy/worldmap.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;

  overflow-y: scroll;
  height: 100vh;
  scroll-snap-type: y mandatory;

  padding-top: 50vh;
  margin-bottom: 5rem;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.solar-map-card::-webkit-scrollbar {
  display: none;
}

.solar-map-scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* width: max-content; */
  scroll-snap-align: center;
  margin-left: 10rem;
}

/* .solar-map-scroll:nth-child(6) {
    margin-bottom: 15rem;
} */

.solar-map-scroll h2 {
  font-weight: 600;
  font-size: 80px;
  color: #000000;
  line-height: 1.1;
}

.solar-map-scroll p {
  font-weight: 500;
  font-size: 28px;
  color: #4c4c4c;
}

/* CSR Page */
.csr-bg {
  background: #132528;
}

.csr-sec-flex {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.csr-sec-card {
  width: calc(50% - 2.5rem);
}

.csr-sec-card h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 38px;
}

.csr-sec-card p {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
}

.csr-sec-card img {
  width: 100%;
  padding-bottom: 1rem;
}

/* career */

.career-sec1 img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.career-sec1 {
  padding: 0rem 0 0rem 5%;
}

.career-sec1 h2 {
  /* padding-top: 4rem; */
  line-height: 1;
  /* padding-bottom: 2rem;
    padding-top: 10rem; */
}

.career-sec1 h3 {
  font-weight: 600;
  font-size: 28px;
  /* padding-bottom: 10rem; */
}

.career-bg2 {
  background: #dbe1d2;
}

.career-bg2 h2 {
  font-weight: 600;
  padding-bottom: 3rem;
}

.career-bg2 .accordion-title span {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
}

.career-ul {
  width: 90%;
  margin-bottom: 3rem;
}

.career-bg2 .accordion-content-parent {
  padding-left: 7rem;
}

.career-sec3 button {
  padding: 1rem 3.5rem;
  background: #034ea2;
  color: #ffffff;
  font-size: 20px;
}

.career-sec3 .career-form-flex {
  width: 100%;
  justify-content: flex-start;
}

form#careerform {
  display: flex;
  justify-content: center;
}

/* About Page */

.our-visionaries-bg {
  background: #eee8e2;
}

.our-visionaries-section1 p {
  width: 80%;
}

.about-text-inner {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.about-text-inner.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #0a58ca;
}

/* Partner Program */

.partner-program-sec .flex {
  align-items: stretch !important;
  flex-direction: row;
  gap: 0;
}

.partner-program-sec .flex-text {
  width: 50%;
}

.partner-program-sec .flex-img {
  width: 50%;
  display: flex;
}

.partner-program-sec .flex-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  object-position: left;
}

.partner-program-sec .flex-text {
  padding: 5%;
}

.partner-program-sec .flex-text:nth-child(2) {
  background: #132528;
  color: #fff;
}

.partner-program-sec h3 {
  font-size: 38px;
  padding-bottom: 2rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.partnerporgram-sec-form .contact-form {
  width: 70%;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.esg-email-input {
  width: 100% !important;
}

.partnerporgram-sec-form .careerform-inputs {
  width: calc(50% - 1rem);
}

.partnerporgram-sec-form button {
  padding: 1rem 3.5rem;
  background: #034ea2;
  color: #ffffff;
  font-size: 20px;
}

.partnerporgram-sec-form h3 {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 1rem;
}

.read-more {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

/* PV Module */
.celestia-flex {
  display: flex;
}

.celestia-card {
  width: 50%;
}

.celestia-card img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.celestia-card ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.celestia-green {
  background: #dbe1d2;
  padding: 2rem 5% 2rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dark-green {
  background: #132528;
  padding: 2rem 5% 2rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.celestia-white {
  background: #ffffff;
  padding: 2rem 5% 2rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
}

.celestia-card h3 {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 1rem;
}

.pv-product h2 {
  text-align: center;
}

.pv-product-flex {
  display: flex;
  padding-top: 5rem;
}

.pv-product-card {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.pv-product-card img {
  width: 100%;
  height: 70vh;
  object-fit: contain;
}

.pv-product-card-container video {
  width: 65px;
}

.pv-product-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.pv-product-card-container p {
  font-size: 25px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}

/* EPC Contracts new */
.epc-overview-flex {
  display: flex;
  gap: 10rem;
}

.epc-overview-bg {
  background: #eee8e2;
}

.epc-overview-card {
  width: 50%;
}

.epc-valuechain-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.epc-valuechain-card {
  width: 33.333%;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.epc-valuechain-card p {
  text-align: center;
}

.epc-valuechain-card:nth-child(1),
.epc-valuechain-card:nth-child(3),
.epc-valuechain-card:nth-child(5) {
  background: #ffffff;
}

.epc-valuechain-card:nth-child(2),
.epc-valuechain-card:nth-child(4),
.epc-valuechain-card:nth-child(6) {
  background: #132528;
  color: #ffffff;
}

.epc-valuechain-card h3 {
  font-weight: 400;
  font-size: 20px;
}

/* .epc-valuechain-card img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    display: block;
} */
.epc-valuechain-card ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 6rem;
}

.epc-valuechain-card ul li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  line-height: 1.3;
  position: relative;
}

.epc-valuechain-card ul li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 4px;
  width: 13px;
  height: 17px;
  background-image: url(/images/rewamp-images/epc-contract//thunder-icon-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Manufacturing-SHPV */

.quality-certificates-list-u {
  width: 50%;
}

/* ESG Page */

.partner-program-sec .welcome-sec-btm-text {
  font-family: "Kanit";
  font-weight: 500;
  font-size: 25px;
}



/* Responsive */

@media (max-width: 1800px) {
  .features-part2 div p {
    font-size: 20px;
  }

  .celestia-card h2 {
    font-size: 34px;
  }

  .pv-product h2 {
    font-size: 34px;
  }

  .pv-product-card-container p {
    font-size: 22px;
  }

  .shpv-flex-text-u h2 {
    font-size: 34px;
  }

  .quality-certificates-list-u h2 {
    font-size: 34px;
  }

  .epc-valuechain-sec h2 {
    font-size: 34px;
  }

  .advantages-of-epc-left-u h3 {
    font-size: 20px;
  }

  /* .advantages-of-epc-left-u ul li p {
        font-size: 16px;
    }

    .advantages-of-epc-left-u p {
        font-size: 16px;
    } */

  .epc-overview-card h2 {
    font-size: 34px;
  }

  .advantages-of-epc-left-u h2 {
    font-size: 30px;
  }

  .csr-sec-card h2 {
    font-size: 34px;
  }

  .solar-map-scroll h2 {
    font-size: 100px;
  }

  .inner-banner-text h1 {
    font-size: 58px;
  }

  .inner-banner-text p {
    font-size: 26px;
  }

  .epc-contract-sec1 h2,
  .epc-contract-sec2 h2 {
    font-size: 34px;
  }

  .epc-contract-sec3 h2 {
    font-size: 34px;
  }

  .solar-why-card h2 {
    font-size: 34px;
  }

  .epc-segment-card h2 {
    font-size: 26px;
  }

  .epc-segment-card.active .epc-seg-highlights ul li {
    font-size: 18px;
  }

  .wc-item h3 {
    font-size: 50px;
  }
}

@media (max-width: 1700px) {
  .shpv-flex-text-u h2 {
    font-size: 30px;
  }

  .quality-certificates-list-u h2 {
    font-size: 30px;
  }

  .epc-overview-card h2 {
    font-size: 30px;
  }

  .epc-valuechain-card p {
    font-size: 16px;
  }

  .epc-overview-card p {
    font-size: 16px;
  }

  .csr-sec-card h2 {
    font-size: 30px;
  }

  .solar-why-card p {
    font-size: 18px;
  }

  .inner-banner-text h1 {
    font-size: 50px;
  }

  .inner-banner-text p {
    font-size: 24px;
  }

  .epc-contract-sec2 p {
    font-size: 18px;
  }

  .epc-contract-sec1 p {
    font-size: 18px;
  }

  .epc-contract-sec1 h2,
  .epc-contract-sec2 h2 {
    font-size: 30px;
  }

  .solar-why-card h2 {
    font-size: 30px;
  }

  .epc-contract-sec3 h2 {
    font-size: 30px;
  }

  .wc-item h3 {
    font-size: 40px;
  }

  .solar-map-scroll h2 {
    font-size: 70px;
  }
}

@media (max-width: 1600px) {
  .shpv-flex-text-u h2 {
    font-size: 28px;
  }

  .quality-certificates-list-u h2 {
    font-size: 28px;
  }

  .epc-valuechain-sec h2 {
    font-size: 30px;
  }

  .epc-valuechain-card {
    padding: 3rem;
  }

  .partner-program-sec h3 {
    font-size: 30px;
  }

  .csr-sec-card h2 {
    font-size: 28px;
  }

  .inner-banner-text h1 {
    font-size: 45px;
  }

  .epc-contract-sec1 h2,
  .epc-contract-sec2 h2 {
    font-size: 28px;
  }

  .solar-why-card h2 {
    font-size: 28px;
  }

  .epc-contract-sec3 h2 {
    font-size: 28px;
  }

  .wc-item h3 {
    font-size: 36px;
  }

  .solar-map-scroll h2 {
    font-size: 60px;
  }

  .manufacture-text-m {
    padding: 2rem 0;
  }

  .pv-product-flex {
    padding-top: 2rem;
  }

  .pv-product-card {
    gap: 2rem;
  }

}

@media (max-width: 1440px) {
  .career-sec1 h3 {
    font-size: 24px;
  }

  .career-bg2 .accordion-title span {
    font-size: 20px;
  }

  .celestia-card h3 {
    font-size: 22px;
  }

  .pv-product h2 {
    font-size: 32px;
  }

  .celestia-card h2 {
    font-size: 32px;
  }

  .pv-product-card-container p {
    font-size: 20px;
  }

  .shpv-flex-text-u h2 {
    font-size: 26px;
  }

  .quality-certificates-list-u h2 {
    font-size: 26px;
  }

  .epc-overview-flex {
    gap: 7rem;
  }

  .advantages-of-epc-left-u h2 {
    font-size: 26px;
  }

  .epc-overview-card h2 {
    font-size: 26px;
  }

  .partnerporgram-sec-form .contact-form {
    width: 80%;
  }

  .partnerporgram-sec-form h3 {
    font-size: 32px;
  }

  .csr-sec-flex {
    gap: 3rem 5rem;
  }

  .csr-sec-card h2 {
    font-size: 24px;
  }

  .csr-sec-card p {
    font-size: 18px;
  }

  .solar-why-card p {
    font-size: 17px;
  }

  .solar-map-scroll h2 {
    font-size: 55px;
  }

  .inner-banner-text h1 {
    font-size: 40px;
  }

  .epc-contract-sec1 h2,
  .epc-contract-sec2 h2 {
    font-size: 25px;
  }

  .epc-contract-sec3 h2 {
    font-size: 25px;
  }

  .solar-why-card h2 {
    font-size: 25px;
  }

  .epc-segment-card h2 {
    font-size: 26px;
  }

  .epc-segment-flex {
    height: 70vh;
  }

  .epc-segment-card.active .epc-seg-highlights ul li {
    font-size: 17px;
  }

  .epc-segment-card.active .epc-seg-highlights {
    padding: 1rem 1rem;
  }

  .epc-segment-card {
    width: 30%;
  }

  .epc-segment-card.active {
    width: 40%;
  }

  .wc-item h3 {
    font-size: 32px;
  }

  .epc-segment-card {
    width: 30%;
  }

  .epc-segment-card.active {
    width: 40%;
  }

  .solar-map-scroll p {
    font-size: 24px;
  }

  .solar-map-card {
    gap: 5rem;
  }
}

@media (max-width: 1366px) {
  .epc-valuechain-card img {
    width: 15%;
  }

  .epc-valuechain-sec h2 {
    font-size: 24px;
  }

  .advantages-of-epc-left-u ul {
    margin-left: 1rem;
  }

  .advantages-of-epc-left-u h2 {
    font-size: 20px;
  }

  .advantages-of-epc-left-u h3 {
    font-size: 18px;
  }

  .custom-list li::before {
    width: 13px;
    height: 19px;
  }

  /* .epc-valuechain-card p {
        font-size: 14px;
    }

    .advantages-of-epc-left-u ul li p {
        font-size: 14px;
    } */

  .partner-program-sec .flex-text {
    padding: 3% 5%;
  }

  .partner-program-sec h3 {
    font-size: 26px;
    padding-bottom: 1rem;
  }

  .solar-map-scroll h2 {
    font-size: 50px;
  }

  .inner-banner-text h1 {
    font-size: 36px;
  }

  .wc-item h3 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .features-part2 div p {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .contact-btm-flex a {
    font-size: 20px;
  }

  .shpv-flex-text-u p {
    font-size: 16px;
  }

  .about-text-inner.collapsed {
    -webkit-line-clamp: 10;
  }

  .epc-intro p {
    font-size: 16px;
  }

  .epc-valuechain-card h3 {
    font-size: 18px;
  }

  .epc-valuechain-card ul {
    margin-left: 0rem;
  }

  .epc-overview-card h2 {
    font-size: 22px;
  }

  .solar-why-card {
    width: 35%;
  }

  .solar-map-scroll h2 {
    font-size: 40px;
  }

  .solar-map-scroll p {
    font-size: 20px;
  }

  .inner-banner-text h1 {
    font-size: 34px;
  }

  .epc-contract-sec1 p {
    width: 90%;
  }

  .epc-contract-sec2 p {
    width: 90%;
  }

  .wc-item h3 {
    font-size: 26px;
  }

  .wc-item p {
    font-size: 16px;
  }

  .wc-item:nth-child(1) .wc-iteminner {
    width: 50%;
  }

  .wc-item:nth-child(2) .wc-iteminner {
    width: 60%;
  }

  .wc-item:nth-child(3) .wc-iteminner {
    width: 50%;
  }

  .wc-item:nth-child(4) .wc-iteminner {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  /* .career-sec1 h3 {
        padding-bottom: 2rem;
    } */

  .pv-product h2 {
    font-size: 30px;
  }

  .celestia-card h2 {
    font-size: 30px;
  }

  .celestia-card h3 {
    font-size: 20px;
  }

  .shpv-flex-u {
    gap: 1rem;
    flex-direction: column;
  }

  .quality-certificates-holder-u {
    flex-direction: column;
  }

  .quality-certificates-list-u {
    width: 100%;
  }

  .quality-certificates-image-u {
    width: 100%;
    padding: 5rem 0;
  }

  .shpv-flex-text-u {
    width: 100%;
  }

  .shpv-flex-img-u {
    width: 75%;
  }

  .epc-overview-flex {
    gap: 4rem;
  }

  .epc-valuechain-card {
    padding: 2rem;
  }

  .advantages-of-epc-u {
    flex-direction: column;
  }

  .advantages-of-epc-u:nth-child(3) {
    flex-direction: column-reverse;
  }

  .advantages-of-epc-right-u {
    width: 100%;
  }

  .advantages-of-epc-left-u {
    width: 100%;
  }

  .partnerporgram-sec-form h3 {
    font-size: 28px;
  }

  .partnerporgram-sec-form .contact-form {
    width: 100%;
  }

  .csr-sec-flex {
    gap: 3rem;
  }

  .csr-sec-card {
    width: calc(50% - 1.5rem);
  }

  .csr-sec-card p {
    font-size: 16px;
  }

  .csr-sec-card h2 {
    font-size: 20px;
  }

  .inner-banner-text h1 {
    font-size: 30px;
  }

  .inner-banner-text p {
    font-size: 22px;
  }

  .solar-map-scroll h2 {
    font-size: 30px;
  }

  .epc-segment-flex {
    height: 83vh;
  }

  .epc-segment-card.active {
    width: 60%;
  }

  .epc-segment-card {
    width: 30%;
  }
}

@media (max-width: 900px) {

  .epc-segment-flex {
    height: 100%;
    flex-wrap: wrap;
  }

  .epc-segment-card.active {
    width: 100%;
    height: 50vh;
  }

  .epc-segment-card {
    width: 100%;
    height: 30vh;
  }

  .career-sec3 .career-form-flex {
    width: 100%;
  }

  .pv-product-card img {
    width: 80%;
  }

  .pv-product-card-container video {
    width: 50px;
  }

  .pv-product-card-container p {
    font-size: 18px;
  }

  .epc-valuechain-card:nth-child(1),
  .epc-valuechain-card:nth-child(3),
  .epc-valuechain-card:nth-child(4) {
    background: #ffff;
  }

  .epc-valuechain-card:nth-child(2),
  .epc-valuechain-card:nth-child(3),
  .epc-valuechain-card:nth-child(6) {
    background: #132528;
  }

  .epc-valuechain-card:nth-child(4) {
    background: #ffff;
    color: #000000;
  }

  .epc-valuechain-card:nth-child(3) {
    color: #ffffff;
  }

  .epc-valuechain-card ul li::before {
    filter: invert(1);
  }

  .epc-valuechain-card:nth-child(4) img {
    filter: invert(1);
  }

  .epc-valuechain-card:nth-child(3) img {
    filter: invert(1);
  }

  .epc-valuechain-card {
    width: 50%;
  }

  .solar-map-sec::after {
    background: unset;
  }

  .solar-map-sec {
    flex-direction: column;
    height: 100%;
  }

  .solar-map-scroll:nth-child(6) {
    margin-bottom: 0rem;
  }

  .solar-map-scroll h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .solar-map-scroll p {
    font-size: 18px;
    margin-bottom: 0;
    width: 100%;
  }

  .solar-map-scroll {
    flex-direction: column;
    margin-left: unset;
    width: calc(50% - 1rem);
  }

  .solar-map-card {
    width: 100%;
    background-size: 75%;
    gap: 2rem;
    overflow-y: unset;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    margin-bottom: 0;
  }

  .solar-why-card {
    width: 100%;
    height: unset;
    margin-bottom: 0rem;
  }

  .inner-banner-text h1 {
    font-size: 28px;
  }

  .inner-banner-text p {
    font-size: 20px;
  }

  .epc-contract-sec1 h2,
  .epc-contract-sec2 h2 {
    font-size: 22px;
  }

  .solar-why-card h2 {
    font-size: 22px;
  }

  .epc-segment-card h2 {
    font-size: 24px;
  }

  .epc-contract-sec3 h2 {
    font-size: 22px;
  }

  .wc-item h3 {
    font-size: 22px;
  }

  .wc-item p {
    font-size: 15px;
  }

  .epc-contract-sec1 p {
    font-size: 16px;
    width: 100%;
  }

  .epc-contract-sec2 p {
    font-size: 16px;
    width: 100%;
  }

  .epc-contract-sec2 h2 {
    font-size: 22px;
  }

  .wc-item:nth-child(1) .wc-iteminner {
    width: 60%;
  }

  .wc-item:nth-child(2) .wc-iteminner {
    width: 70%;
  }

  .wc-item:nth-child(3) .wc-iteminner {
    width: 60%;
  }

  .wc-item:nth-child(4) .wc-iteminner {
    width: 70%;
  }

  .wc-item:nth-child(5) .wc-iteminner {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .inner-banner-text {
    width: 80%;
  }

  .career-bg2 .accordion-title span {
    font-size: 18px;
  }

  .career-ul {
    margin-bottom: 2rem;
  }

  .career-bg2 .accordion-content-parent {
    padding-left: 2rem;
  }

  .wrap-change {
    flex-direction: column-reverse !important;
  }

  .pv-product-card-container {
    width: 33.33%;
  }

  .celestia-card h2 {
    font-size: 28px;
  }

  .pv-product h2 {
    font-size: 28px;
  }

  .celestia-card {
    width: 100%;
  }

  .pv-product-card-container p {
    text-align: center;
    font-size: 16px;
  }

  .pv-product-card {
    width: 100%;
    flex-direction: row;
  }

  .pv-product-flex {
    flex-direction: column;
    gap: 3rem;
  }

  .celestia-flex {
    flex-direction: column;
  }

  .quality-certificates-list-u li {
    padding-bottom: 1rem;
  }

  .shpv-flex-text-u h2 {
    font-size: 22px;
  }

  .quality-certificates-list-u h2 {
    font-size: 22px;
  }

  .shpv-flex-img-u img {
    height: 100%;
  }

  .epc-overview-flex {
    flex-direction: column;
    gap: 1rem;
  }

  .epc-overview-card {
    width: 100%;
  }

  .partner-program-sec .flex-text {
    padding: 5% 5%;
  }

  .partner-program-sec .flex {
    flex-wrap: wrap;
  }

  .partner-program-sec .flex:nth-child(2) {
    flex-direction: column-reverse;
  }

  .partner-program-sec .flex-img {
    width: 100%;
  }

  .partner-program-sec .flex-text {
    width: 100%;
  }

  .solar-map-scroll p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .career-bg2 .accordion-title span {
    font-size: 16px;
  }

  .career-sec1 h3 {
    padding-bottom: 1rem;
  }

  .career-sec1 h2 {
    font-size: 20px;
    /* padding-top: 3rem;
        padding-bottom: 1rem; */
  }

  .career-sec1 h3 {
    font-size: 20px;
  }

  .career-bg2 h2 {
    font-size: 20px;
  }

  .career-sec3 .car-one {
    flex: unset;
    min-width: unset;
    width: 100%;
  }

  .partnerporgram-sec-form button {
    padding: 0.8rem 2.5rem;
  }

  .career-sec3 button {
    padding: 0.8rem 2.5rem;
  }

  .about-text-inner.collapsed {
    -webkit-line-clamp: 9;
  }

  .features-part2-icon video {
    width: 40px;
  }

  .pv-product-flex {
    padding-top: 2rem;
  }

  .celestia-card h2 {
    font-size: 24px;
  }

  .celestia-card h3 {
    font-size: 18px;
  }

  .pv-product h2 {
    font-size: 24px;
  }

  .pv-product-card {
    flex-direction: column;
    gap: 2rem;
  }

  .pv-product-card-container {
    width: 100%;
  }

  .shpv-flex-text-u p {
    font-size: 14px;
  }

  .shpv-flex-text-u h2 {
    font-size: 20px;
  }

  .quality-certificates-list-u h2 {
    font-size: 20px;
  }

  .epc-valuechain-sec h2 {
    font-size: 20px;
  }

  .epc-valuechain-card:nth-child(4) {
    color: #ffffff;
  }

  .epc-valuechain-card:nth-child(3) {
    color: #000000;
  }

  .epc-valuechain-card ul li::before {
    filter: invert(0);
  }

  .epc-valuechain-card:nth-child(4) img {
    filter: invert(0);
  }

  .epc-valuechain-card:nth-child(3) img {
    filter: invert(0);
  }

  .epc-valuechain-card:nth-child(1),
  .epc-valuechain-card:nth-child(3),
  .epc-valuechain-card:nth-child(5) {
    background: #ffff;
  }

  .epc-valuechain-card:nth-child(2),
  .epc-valuechain-card:nth-child(4),
  .epc-valuechain-card:nth-child(6) {
    background: #132528;
  }

  p {
    font-size: 14px;
  }

  .epc-valuechain-card {
    width: 100%;
  }

  .advantages-of-epc-left-u h3 {
    font-size: 16px;
  }

  .advantages-of-epc-left-u p {
    font-size: 14px;
  }

  .epc-overview-card h2 {
    font-size: 20px;
  }

  .epc-intro p {
    font-size: 14px;
  }

  .epc-overview-card p {
    font-size: 14px;
  }

  .partnerporgram-sec-form .careerform-inputs {
    width: 100%;
  }

  .partner-program-sec h3 {
    font-size: 22px;
  }

  .partnerporgram-sec-form h3 {
    font-size: 24px;
  }

  .partnerporgram-sec-form .contact-form {
    padding-top: 1rem;
  }

  .csr-sec-card {
    width: 100%;
  }

  .solar-map-card {
    background-size: 94%;
  }

  .solar-map-scroll h2 {
    font-size: 16px;
  }

  .solar-map-scroll p {
    font-size: 16px;
  }

  .padding {
    padding: 3rem 0;
  }

  .wc-item:nth-child(1) .wc-iteminner {
    width: 100%;
    align-items: flex-start;
  }

  .wc-item:nth-child(2) .wc-iteminner {
    width: 100%;
  }

  .wc-item:nth-child(3) .wc-iteminner {
    width: 100%;
  }

  .wc-item:nth-child(4) .wc-iteminner {
    width: 100%;
    align-items: flex-start;
  }

  .wc-item:nth-child(5) .wc-iteminner {
    width: 100%;
  }

  .inner-banner-text h1 {
    font-size: 24px;
  }

  .inner-banner-text p {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .abt-sec .flex {
    gap: 1rem;
  }

  .about-text-inner p {
    font-size: 14px;
  }

  .shpv-flex-img-u {
    width: 100%;
  }

  .solar-map-scroll {
    width: 100%;
  }

  .solar-map-card {
    background-size: 100%;
  }
}

@media (max-width: 450px) {
  .features-part2 div p {
    font-size: 14px;
  }

  .career-sec3 .careerform-inputs input::placeholder {
    font-size: 14px;
  }

  ul.career--list li {
    font-size: 14px;
  }

  .career-bg2 .accordion-content-parent {
    padding-left: 1rem;
  }

  .career-bg2 .accordion-title span {
    font-size: 14px;
  }

  .accordion-title {
    padding: 0.5rem 0.5rem;
  }

  .strip-phn p {
    font-size: 18px;
  }

  .celestia-card ul li {
    font-size: 16px;
  }

  .strip-phn-flex a {
    font-size: 16px;
  }

  .celestia-card h2 {
    font-size: 18px;
  }

  .pv-product h2 {
    font-size: 18px;
  }

  .celestia-card h3 {
    font-size: 16px;
  }

  .cpny-details-card-u:nth-child(1) img {
    width: 35%;
  }

  .cpny-details-card-u:nth-child(2) img {
    width: 35%;
  }

  .cpny-details-card-u:nth-child(3) img {
    width: 55%;
  }

  .cpny-details-card-u:nth-child(4) img {
    width: 55%;
  }

  .cpny-details-card-u:nth-child(5) img {
    width: 25%;
  }

  .cpny-details-card-u:nth-child(6) img {
    width: 50%;
  }

  .shpv-flex-text-u h2 {
    font-size: 18px;
  }

  .quality-certificates-list-u h2 {
    font-size: 18px;
  }

  .advantages-of-epc-left-u h2 {
    font-size: 18px;
  }

  .epc-valuechain-sec h2 {
    font-size: 18px;
  }

  .epc-overview-card h2 {
    font-size: 18px;
  }

  .epc-contract-sec2 h2 {
    font-size: 18px;
  }

  .csr-sec-flex {
    gap: 1rem;
  }

  .csr-sec-card h2 {
    font-size: 18px;
  }

  .csr-sec-card p {
    font-size: 14px;
  }

  .card-padding {
    padding: 1rem 1rem !important;
  }

  .inner-banner-text p {
    font-size: 16px;
  }

  .epc-segment-card.active .epc-seg-highlights ul li {
    font-size: 14px;
  }

  .epc-segment-card.active .epc-seg-highlights {
    padding: 2rem 2rem;
  }

  .inner-banner-text h1 {
    font-size: 20px;
  }

  .partner-program-sec h3 {
    font-size: 18px;
    padding-bottom: 0;
  }

  .swlx-highlight-title {
    font-size: 18px !important;
  }

  .sol h1{
    font-size: 18px;
  }
}