@import url("https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300;400;500;600;700&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");

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

:root {
  --primary--black: #000;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-top {
  margin-top: 30px;
}

.marq-header {
  color: var(--Color, #f79039);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  gap: 135px;
  align-items: center;
  animation: marquee 20s linear infinite;
  margin-top: 24px;
  will-change: transform;
}

.marquee-content img {
  width: 200px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.energy-saver-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.enrgy-saver-row1 {
  display: flex;
  gap: 16px;
  align-items: start;
}

.energy-title {
  max-width: 975px;

  color: var(--black, #333);

  /* text-5xl/Bold */
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
}

.energy-pera {
  color: var(--Foundation-Grey-grey-300, #767676);
  margin-top: 15px;

  /* text-base/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.tutorial-layout {
  display: flex;
  gap: 80px;
}

.video-section {
  position: relative;
  max-width: 60%;
  cursor: pointer;
}

.info-video-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 6px;
  width: 5rem;
  /* You can adjust this to match your requirement */
}

.play-btn {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 200px;
  /* Adjust as per your requirement */
}

.tutorial-video {
  width: 100%;
}

.energy-topic {
  display: flex;
  gap: 24px;
  align-items: center;
}

.energy-topic-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.energy-topic-info h2 {
  color: var(--black, #333);

  /* text-2xl/Medium */
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}

.energy-topic-info p {
  color: var(--Foundation-Grey-grey-300, #767676);
  /* text-base/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.our-service-section {
  padding: 94px 0px;
  background: var(--black, #333);
}

.service-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageTitle {
  color: var(--white, #333);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
}

.pageTitle-white {
  color: var(--white, #fff);
}
.pageTitle-blue {
  color: var(--blue, #1b1763);
}
.pagepera {
  color: var(--Foundation-White-white-50, #767676);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagepera-white {
  color: var(--Foundation-White-white-50, #fff);
}
.pagepera-blue {
  color: var(--Foundation-Blue-blue-50, #1b1763);
}
.service-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.service-row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.service-card {
  background-color: white;
  padding: 32px 25px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.service-card-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.service-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-title h2 {
  color: var(--black, #333);
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.service-svg-layout {
  padding: 25px;
  border-radius: 60px;
  background: var(--Color, #f79039);
}

.service-card-layout p {
  color: var(--Foundation-Grey-grey-300, #767676);
  text-align: center;
  /* text-base/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.service-link {
  margin-top: 51px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-link p {
  color: var(--Color, #f79039);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.link-line {
  width: 92px;
  height: 1px;
  background: #c0c0c0;
}

.service-card:hover {
  background: #474747;
}

.service-card:hover .service-title h2 {
  color: white;
}

.service-card:hover .service-card-layout p {
  color: white;
}

.service-card:hover .service-card-layout .service-link .link-line {
  background: var(--Color, #f79039);
}

.project-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.all-project {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.project-row1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.project-row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}

.project-one {
  overflow: hidden;
  cursor: pointer;
}

.project-one img {
  transition: transform 0.3s ease-in-out;
  /* Apply transition here */
}

.project-one:hover img {
  transform: scale(1.1);
}

.accordion-section {
  padding-top: 131px;
  padding-bottom: 131px;
  background: var(--black, #333);
}

.accordion-layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.accordion-row1 {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.acc-col-1 {
  width: 50%;
}
.acc-col-2 {
  width: 50%;
}

.accordion-row2 {
  display: flex;
  gap: 80px;
  width: 100%;
}

.se--accordion-wrapper {
  width: 50%;
}

.se--accordion-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.se--accordion-header {
  background-color: transparent;
  padding: 24px;
  text-align: left;
  color: white;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  border: 1px solid #f79039;
  font-size: 24px;
  position: relative;
}

.se--accordion-header::after {
  content: "+";
  float: right;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.se--accordion-header.active::after {
  content: "-";
  transform: rotate(180deg);
}

.se--accordion-body {
  padding: 15px;
  background-color: transparent;
  overflow: hidden;
  border-top: none;
  border-bottom: 1px solid #f79039;
  border-left: 1px solid #f79039;
  border-right: 1px solid #f79039;
  font-size: 16px;
  color: white;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.se--accordion-body.open {
  max-height: 150px; /* Adjust height accordingly */
  opacity: 1;
  min-height: 150px;
}

/* If you want to adjust the image position */




.special-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pera-2-energy {
  max-width: 675px;
}

.special-row1 {
  max-width: 883px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.special-one {
  display: flex;
  align-items: center;
  gap: 80px;
}

.special-two {
  display: flex;
  align-items: center;
  gap: 80px;
}

.special-box-one {
  display: flex;
  gap: 24px;
}

.special-line {
  width: 2px;
  height: 115px;
  background-color: #f79039;
}

.box-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 726px;
  align-items: start;
}

.box-content-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-content-info h2 {
  color: var(--black, #333);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box-content-info p {
  color: var(--Foundation-Grey-grey-300, #767676);

  /* text-base/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.special-btn {
  display: flex;
  padding: 16px 24px;
  gap: 10px;
  border-radius: 4px;
  background: var(--Color, #f79039);
  color: var(--black, #333);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.special-btn:hover {
  background: #e6802f;
  /* Slightly darker shade for hover effect */
}

.clean-section {
  background-color: #333;
  padding: 81px 0px;
}

.clean-energy-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.clean-row1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 895px;
  margin: 0px auto;
  text-align: center;
}

.booking-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 100%;
}

.booking-colume1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.booking-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.input-layout label {
  color: var(--black, #333);
  /* text-lg/Medium */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.input-container {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--Color, #f79039);
}

.input-container input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}

.input-layout2 {
  width: 100%;
  display: flex;
  gap: 20px;
}

.input-layout2 .one {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.input-layout2 .two {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 20%;
}

.input-container select {
  width: 100%;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: none;
  padding: 0px 10px;
}

.input-container2 {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Color, #f79039);
}

.input-container2 input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}

.input-container textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  height: 200px;
}

.booking-form button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: var(--Color, #f79039);
  box-shadow: 12px 25px 48px 0px rgba(107, 135, 123, 0.26);
  color: var(--black, #333);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  outline: none;
  margin-top: 20px;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.booking-form button:hover {
  background: #e6802f;
}

.booking-colume2 {
  width: 50%;
  display: flex;
  position: relative;
}

.booking-colume2 .info {
  position: absolute;
  width: 100%;
  border-radius: 12px;
  background: #474747;
  backdrop-filter: blur(30px);
  bottom: -10px;
  padding: 40px 30px;
  display: flex;
  gap: 45px;
  align-items: center;
}

.form-image-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 60%;
}

.form-image-info h3 {
  color: var(--white, #fff);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
}

.form-image-info p {
  color: var(--Foundation-White-white-500, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.form-image-info2 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 40%;
}

.form-image-info2 h3 {
  color: var(--white, #fff);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
}

.form-image-info2 p {
  color: var(--Foundation-White-white-500, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.section-review {
  padding: 124px 0px;
  background: linear-gradient(90deg,#ddedff .06%,#85b2ff 99.94%);
}

.review-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.review-colume1 {
  max-width: 642px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.owl-item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Foundation-White-white-600, #e8e8e8);
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.owl-item p {
  color: var(--Foundation-Grey-grey-400, #5c5c5c);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.owl-dots {
  display: block !important;
  /* Ensure dots are displayed */
  text-align: center;
  /* Center the dots */
}

.owl-dot {
  width: 10px;
  height: 10px;
  background: #d9d9d9 !important;
  /* Default color */
  margin: 5px;
  border-radius: 50%;
  /* Make dots circular */
  cursor: pointer;
  margin-top: 30px !important;
}

.owl-dot.active {
  background: #f4e4a6 !important;
  /* Active dot color */
}

.owl-item .review-star-container {
  display: flex;
  gap: 1px;
}

.owl-item.active.center {
  border-radius: 12px;
  background: #474747;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  color: white;
}

.owl-item.active.center p {
  border-radius: 12px;
  background: #474747;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  color: white;
}

.avatar-section {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.avatar {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.avatar-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}

.section-partner {
  padding: 120px 0px;
}

.partner-layout {
  display: flex;
  gap: 80px;
  align-items: center;
}

.partner-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 603px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  gap: 15px;
  /* Space between items */
  padding: 20px;
  width: 100%;
}

.grid-item {
  transition: all 0.3s ease;
  cursor: pointer;
}

.grid-item:hover {
  transform: scale(1.05);
}

.banner-layout {
  display: flex;
  gap: 24px;
  width: 100%;
}

.banner-info {
  width: 40%;
  height: 714px;
  border-radius: 4px;
  background: linear-gradient(329deg,
      rgba(33, 88, 211, 0.9) 0.75%,
      #474747 96.85%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px;
}

.banner-info-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
}

.banner-info-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner-info-content button {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  color: var(--black, #333);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: var(--Color, #f79039);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.banner-info-content button:hover {
  background: #e6802f;
  /* Slightly darker shade for hover effect */
}

/* Swiper Main Image */

.slider-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper.mySwiper2 {
  width: 100%;
  max-width: 100%;
}

.main .swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: conver;
}

/* Swiper Thumbnail */
.thumbnail-slider {
  overflow: hidden;
  /* Hide overflowing thumbnails */
  max-width: 100%;
  margin-top: 10px;
}

.thumbnail-slider .swiper-slide {
  max-width: 100% !important;
}

.thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100px;

  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 4px;
  background: rgba(17, 15, 15, 0.7);
  color: white !important;
  padding: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Just for the Next button */
.swiper-button-next {
  right: 10px;
}

/* Just for the Prev button */
.swiper-button-prev {
  left: 10px;
}

/* Remove Swiper's default icon */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px; 
  left: 50%;
  transform: translateX(-50%); 
  z-index: 10; 
}

.swiper-pagination-bullet {
  background-color: orange !important; 
  width: 10px;
  height: 10px;
  margin: 0 4px; 
  border-radius: 50%; 
}

.swiper-pagination-bullet-active {
  background-color: darkorange !important; 
  width: 10px; 
  height: 10px;
}



/* For the Prev button, show three dots and center them to the left */
.swiper-button-prev::before {
  content: '...';  /* Three dots */
  font-size: 1.5rem;
  color: white;
  position: absolute;
  left: 50%; /* Position in the middle */
  transform: translateX(-50%); /* Offset to truly center it */
  margin-top: -20px;
}

/* For the Next button, show three dots and center them to the left */
.swiper-button-next::before {
  content: '...';  /* Three dots */
  font-size: 1.5rem;
  color: white;
  position: absolute;
  left: 50%; /* Position in the middle */
  transform: translateX(-50%); /* Offset to truly center it */
  margin-top: -5px;
}




.thumbnail-slider .swiper-slide {
  opacity: 0.4;
  /* Reduce opacity for inactive thumbnails */
  transition: opacity 0.3s ease-in-out;
  /* Smooth transition */
  cursor: pointer;
}

/* Full opacity for the active thumbnail */
.thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
  /* Full visibility */
  border: 1px solid rgb(100, 100, 100) !important;
  /* Highlight the active thumbnail */
  border-radius: 8px;
  /* Slightly rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* Soft shadow */
  transform: scale(1.05);
  /* Slight zoom effect */
}

/* Optional: Reduce brightness of inactive images to create a faded effect */
.thumbnail-slider .swiper-slide:not(.swiper-slide-thumb-active) img {
  filter: brightness(80%);
  /* Make non-active images slightly dim */
}