/*
 * PHASE-1 & PHASE-2 CSS CLEANUP APPLIED
 * PHASE-1: Removed duplicates, unused Owl Carousel selectors
 * PHASE-2: Removed legacy navbar, unused sections (timeline, chairman, blog, career, etc.)
 * Date: April 17, 2026
 * Safe: No UI impact - All removed CSS had ZERO references
 */

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

:root {
  /* --timeline-progress removed - timeline feature not used */
}


html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

.container{
  max-width: 1320px !important;
  padding-inline: 20px !important;
  margin:0 auto;
}

body {
  font-family: "Poppins", serif;
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 130%;
  overflow-x: hidden !important;
}

p {
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
}

h1 {
  font-size: 44px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  font-size: 18px;
}

img {
  width: 100%;
  height: auto;
}

/* img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
} */
span,
a,
a:hover {
  /* display: inline-block; */
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 500;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
select {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 14px 30px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 400;
  color: #4C5656;
  background-image: none;
  border: 1px dashed #ccc;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 10px;
}

input,
input::placeholder {
  font-size: 15px;
}

textarea,
textarea::placeholder {
  font-size: 15px;
}


/* input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #009846;
} */

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

/* input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: 0px solid transparent;
} */

/* select {
  padding: 10px;
  border-radius: 5px;
} */

table,
th,
tr,
td {
  border: 0px solid #f8f5f0;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  background: #009846;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.alert-success {
  background: transparent;
  color: #666;
  border: 1px solid #009846;
  border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #00000005;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  border-radius: 12px;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.02;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #009846;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #009846;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: "Poppins", serif;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

:root {
  scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* background & color */
.bg-blck {
  background: #222;
}

.bg-cream {
  background: #f8f5f0;
}

.color-1 {
  color: #fff;
}

.color-2 {
  color: #adadad;
}

.color-3 {
  color: #666;
}

.color-4 {
  color: #222;
}

.color-5 {
  color: #009846;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Selection style ======= */
::-webkit-selection {
  color: #fff;
  background: #009846;
}

::-moz-selection {
  color: #fff;
  background: #009846;
}

::selection {
  color: #fff;
  background: #009846;
}

/* ======= Preloader style ======= */

/* .preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000, #363636);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  position: absolute;
  font-family: "Inter Tight", sans-serif;
  color: #ffffff;
  opacity: 0.8;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.8s ease;
}

.fade-out {
  transition: opacity 1s ease;
  opacity: 0; 
}

.fade-out-text {
  transform: scale(1.2); 
  opacity: 0; 
  transition: transform 0.8s ease, opacity 0.8s ease;
}
 
.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px); 
  transition: all 1s ease;
}
 
.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0); 
} */

/* Preloader Styles */

.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999999;
}

.charge-loader svg {
  width: 120px;
  height: 120px;
  animation: fade-text 2s ease-in-out infinite;
}


.loading-text {
  color: #4C5656;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  animation: fade-text 2s ease-in-out infinite;
}


@keyframes fade-text {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}


/* Fade-Out Effect */
.fade-out {
  transition: opacity 1s ease;
  opacity: 0;
}


.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0);
}

/* Preloader Background */

/* .preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #cccccc, #ffffff);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#battery-icon {
  position: relative; 
  font-size: 150px; 
  color: #009846;
  display: inline-block;
  width: 150px; 
  height: 80px; 
  margin-bottom: 20px;
}

.battery-container {
  position: absolute;
  top: 50px;
  left: 12px;
  width: 107px;
  height: 51px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.battery-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #009846;
  z-index: 0;
  border-radius: 8px;
  transition: width 0.1s ease;
}

.loading-text {
  color: #444;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

.fade-out {
  transition: opacity 1s ease;
  opacity: 0;
}

.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0);
} */


/* ======= Preloader style ======= */


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adadad;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #009846;
  border: 1px solid #009846;
}

/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
{
  position: absolute !important;
  top: 35% !important;
  bottom: auto !important;
  width: 100%;
}

.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
{
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients .owl-theme .owl-prev,
.team .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
{
  left: 10px !important;
}

.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.news .owl-theme .owl-next,
{
  right: 10px !important;
}

.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.team .owl-theme .owl-prev,
.team .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
{
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #272727;
  border: 1px solid #272727;
  line-height: 0;
  text-align: center;
  font-size: 16px;
}

.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.team .owl-theme .owl-prev>span,
.team .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
{
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clients .owl-theme .owl-nav [class*="owl-"],
.team .owl-theme .owl-nav [class*="owl-"],
.news .owl-theme .owl-nav [class*="owl-"],
{
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.clients .owl-theme .owl-nav [class*="owl-"]:hover,
.team .owl-theme .owl-nav [class*="owl-"]:hover,
.news .owl-theme .owl-nav [class*="owl-"]:hover,
{
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #fff;
}

@media screen and (max-width: 768px) {

  .clients .owl-theme .owl-nav,
  .team .owl-theme .owl-nav,
    .news .owl-theme .owl-nav,
            {
    display: none;
  }
}

.news .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}

.news .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

/* ======= Section style ======= */
.section-padding {
  padding: 100px 0;
}

/* ── Reusable spacing utilities ── */
.section-pt {
  padding-top: 100px;
}
.section-pb {
  padding-bottom: 100px;
}


.section-padding-2 {
  padding: 150px 0;
}

.detail-header-padding {
  padding: 140px 0;
}

.header-padding {
  padding: 200px 0;
}

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


.section-subtitle {
  font-size: 15px;
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-subtitle span {
  color: #009846;
}

.section-title {
  font-size: 46px;

  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.section-title span {
  color: #fff;
}

/* ======= Legacy Navbar System REMOVED (~350 lines) ======= */

/* ======= Onix Custom Navbar ======= */

/* ── Base Nav ── */
.onix-nav {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    background: white !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.3s ease,
                box-shadow 0.3s ease;
    will-change: transform;
}
.onix-nav.nav-hidden {
    transform: translateY(-100%);
}
.onix-nav.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.onix-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
}
.onix-top-bar {
    height: 38px;
    width: 100%;
    background: linear-gradient(90deg, #004e92 0%, #009846 100%);
    position: relative;
    z-index: 1001;
}

/* ── Logo ── */
.onix-logo img {
    width: 120px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

/* ── Desktop Menu ── */
.onix-menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0; padding: 0;
}
.onix-menu-link {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2B2A29;
    padding: 28px 20px;
    text-decoration: none;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
    white-space: nowrap;
    position: relative;
}
.onix-menu-link:hover,
.onix-dropdown-item:hover{
  color: #009846;
}
.onix-menu-link.active {
    color: #009846;
}
.onix-menu-link i {
    font-size: 13px;
    margin-left: 6px;
    color: #009846;
    transition: transform 0.3s;
}
.onix-has-dropdown:hover .onix-menu-link i {
    transform: rotate(180deg);
}

/* ── Desktop Dropdown ── */
.onix-has-dropdown {
    position: relative;
}
.onix-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: linear-gradient(135deg, #f0faf4 0%, #e8f5ff 100%);
    border-top: 2px solid #009846;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    min-width: 540px;
    max-width: calc(100vw - 40px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    pointer-events: none;
}
.onix-has-dropdown:hover .onix-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
}
.onix-dropdown-inner {
    display: flex;
    padding: 24px;
    gap: 30px;
}
.onix-dropdown-links {
    padding: 0;
    flex: 0 0 220px;
}
.onix-dropdown-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #2F9C71;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.onix-dropdown-item {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2B2A29;
    padding: 10px 0;
    text-decoration: none;
     transition: all 0.4s;
   -webkit-transition: all 0.4s;
    border-bottom: none;
}
.onix-dropdown-image {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    min-height: 240px;
}
.onix-dropdown-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.onix-has-dropdown:hover .onix-dropdown-image img {
    transform: scale(1.04);
}

/* ── Hamburger ── */
.onix-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}
.onix-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #2B2A29;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
}
.onix-nav.scrolled .onix-hamburger span { background: #2B2A29; }
.onix-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.onix-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.onix-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Menu ── */
.onix-mobile-menu {
    display: none;
    position: fixed;
    top: 120px; left: 0;
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 120px);
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.onix-nav.nav-hidden ~ .onix-mobile-menu,
.onix-nav.nav-hidden + * .onix-mobile-menu {
    transform: translateX(100%) !important;
}
.onix-mobile-menu.open {
    transform: translateX(0);
}
.onix-mobile-list {
    list-style: none;
    margin: 0; padding: 0;
}
.onix-mobile-list > li > a,
.onix-mobile-sub-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 28px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2A29;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
    border-left: none; border-right: none; border-top: none;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
}
.onix-mobile-list > li > a:hover,
.onix-mobile-list > li > a.active,
.onix-mobile-sub-toggle:hover {
    color: #009846;
    background: #f8fdf9;
}
.onix-mobile-sub-toggle i {
    font-size: 13px;
    transition: transform 0.3s;
}
.onix-mobile-sub-toggle.open i {
    transform: rotate(180deg);
}
.onix-mobile-sub {
    list-style: none;
    margin: 0; padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8fdf9;
}
.onix-mobile-sub.open {
    max-height: 300px;
}
.onix-mobile-sub li a {
    display: block;
    padding: 13px 28px 13px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #eef5ee;
    transition: color 0.2s;
}
.onix-mobile-sub li a:hover { color: #009846; }
.onix-mobile-split-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.onix-mobile-split-link {
    flex: 1;
    padding: 16px 28px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2A29;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
}
.onix-mobile-split-link:hover,
.onix-mobile-split-link.active {
    color: #009846;
    background: #f8fdf9;
}
.onix-mobile-arrow-btn {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #2B2A29;
    transition: color 0.2s;
}
.onix-mobile-arrow-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.onix-mobile-arrow-btn.open i {
    transform: rotate(180deg);
}

/* ── Navbar Responsive ── */
@media screen and (max-width: 1199px) {
    .onix-nav-inner { padding: 0 24px; }
    .onix-menu-link { font-size: 16px; padding: 28px 14px; }
}
@media screen and (max-width: 991px) {
    .onix-menu { display: none; }
    .onix-hamburger { display: flex; }
    .onix-mobile-menu { display: block; }
    .onix-nav-inner { height: 70px; min-height: 70px; max-height: 70px; }
    .onix-mobile-menu { top: 105px; height: calc(100vh - 80px); }
}
@media screen and (max-width: 576px) {
    .onix-nav-inner { padding: 0 16px; }
    .onix-logo img { width: 100px; }
}

/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 3%;
  right: 12%;
  text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #009846;
  border: 1px solid #009846;
}

/* bounce */
.header .arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 8;
}

.header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.header .arrow i:hover {
  border: 1px solid #009846;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.position-relative {
  position: relative !important;
}

/* go home */
.go-back {
  margin-top: 45px;
}

.go-back a {
  color: #fff;
  display: inline-block;
  font-family: "Poppins", serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.go-back a:hover {
  color: #009846;
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}


/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
  background-color: #FAFAFA;
}

.footer-top {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 1;
  border-bottom: 1px solid #DDDDDD;
}

/* .footer-top .footer-column {
  margin-bottom: 30px;
} */
.footer-title {
  font-size: 22px;
  color: #151515;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}

.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about-social-list a+a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  background-color: transparent;
  color: #009846;
}

.footer-explore-list li+li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about h2 {
  color: #4C5656;
}

.footer-about h2 span {
  color: #009846;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #009846;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #009846;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  color: rgba(21, 21, 21, 0.6);
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 130%;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-phone:hover {
  color: #fff;
}

.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover {
  color: #fff;
}

.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #009846;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
  background-color: #009846;
}

/* language */
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}

.footer-language i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.6;
  color: #adadad;
}

.footer-language select {
  height: 50px;
  background: #282828;
  color: #adadad;
  border: 1px solid #282828;
  border-radius: 0px;
}

.footer-language select option {
  color: #fff;
}

.contact-info {
  position: relative;
  display: block;
}

.contact-info a {
  display: block;
  font-size: 18px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

.social-info {
  position: relative;
  display: block;
}

.social-info a {
  display: block;
  font-size: 18px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

/* select {
  width: 160px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #adadad;
  color: #adadad;
  -webkit-appearance: none;
  -moz-appearance: none;
} */

.footer-bottom {
  position: relative;
  display: block;
  background-color: #dbdddc;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}

.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.footer-bottom-copy-right {
  font-size: 18px;
  color: rgba(21, 21, 21, 0.6);
  margin: 0;
  line-height: 120%;
}

.footer-bottom-copy-right span {
  color: #151515;
  font-weight: 500;
}

.footer-bottom-copy-right a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #009846;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 80px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #009846;
}

.progress-wrap svg.progress-circle path {
  stroke: #009846;
}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-darkgray]:before {
  background: #222;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}

[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-darkgray] p {
  color: #999;
}

[data-overlay-light] p {
  color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h1 {
    font-size: 40px;
  }

  .video-fullscreen-wrap .booking-box,
  .kenburns-inner .booking-box,
  .banner-header .booking-box {
    display: none;
  }
}


.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


.main_nav {
  padding: 0 0;
}


.list-unstyled p {
  font-size: 12px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.2px;
  margin-bottom: 20px
}

.logo_and_social {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.footer_logo {
  max-width: 180px;
}

.footer_social_links {
  display: block;
  position: relative;
  align-content: center;
}

.footer_social_links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}

.footer_social_links ul li {
  padding: 0 10px;
}

.footer_social_links ul li a i {
  font-size: 30px;
  color: #2B2A29;
}

.footer_social_links ul li a i {
  font-size: 30px;
}

.footer_social_links ul li .bi-linkedin {
  color: #2B2A29;
  transition: 0.3s all ease-in;
}

.footer_social_links ul li .bi-facebook {
  color: #2B2A29;
  transition: 0.3s all ease-in;
}

.footer_social_links ul li .bi-instagram {
  color: #2B2A29;
  transition: 0.3s all ease-in;
}

.footer_social_links ul li .bi-whatsapp {
  color: #2B2A29;
  transition: 0.3s all ease-in;
}

.footer_social_links ul li .bi-youtube {
  color: #2B2A29;
  transition: 0.3s all ease-in;
}

.footer_social_links ul li .bi-linkedin:hover {
  color: #0072b1;
}

.footer_social_links ul li .bi-facebook:hover {
  color: #316FF6;
}

.footer_social_links ul li .bi-instagram:hover {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_social_links ul li .bi-whatsapp:hover {
  color: #25D366;
}

.footer_social_links ul li .bi-youtube:hover {
  color: #FF0000;
}


.footer_social_links ul li:last-child {
  padding-right: 0;
}

.main_footer_section {
  display: block;
  position: relative;
}

.main_footer_details_content {
  display: block;
  position: relative;
}

.main_footer_details_content ul {
  display: block;
  position: relative;
  padding: 0;
}

.main_footer_details_content ul li {
  display: flex;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}

.main_footer_details_content ul li:last-child {
  margin-bottom: 0;
}

.main_footer_details_content ul li a {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.main_footer_details_content ul li a:hover{
  color:#009846;
}

.main_footer_details_content ul li a img {
  width: 24px;
  min-width: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 2px;
}

.main_footer_details_content h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.2px;
  margin-bottom: 30px
}

.footer_upper_part_links {
  display: block;
  position: relative;
  padding-bottom: 60px;
}

.footer_bottom_part_links {
  display: block;
  position: relative;
  padding-bottom: 120px;
}

.right_side_footer_area {
  display: block;
  position: relative;
}

.side_upper_text {
  display: block;
  position: relative;
  text-align: center;
}

.side_upper_text .onix_green_btn {
  justify-content: center;
}

.side_upper_text h3 {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 2.6px;
  margin-bottom: 10px;
}

.side_upper_text p {
  color: #4C5656;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}


.wind_mill_animate {
  display: block;
  position: relative;
}

.footer_solar_image {
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 5;
  bottom: -180px;
}

.footer_solar_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}

.footer_last_img {
  position: absolute;
  bottom: 0;
  width: 100vw;
  z-index: 0;
}

.onix-footer-shape-2 {
  position: absolute;
  top: 18px;
  left: 84px;
}

.animation-rotation {
  -webkit-animation: rotation 3s infinite linear;
}


@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-ms-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

.footer_backdrop_image {
  display: block;
  position: relative;
}

.footer_last_img {
  position: absolute;
  bottom: 0;
  width: 100vw;
}

.footer_upper_padding_one {
  padding-top: 30px;
  border-right: 1px solid #ddd;
  padding-bottom: 220px;
}

.footer_upper_padding_two {
  margin-top: 30px;
}

.pr-120 {
  padding-right: 120px;
}

.pl-120 {
  padding-left: 120px;
}


.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.right_border_vision {
  border-right: 1px solid #EEEEEE;
}

.circle_mini_image_section {
  display: block;
  position: relative;
}

.circle_mini_image_section img {
  max-width: 100%;
}

.mini_content_section {
  display: block;
  position: relative;
}

.mini_content_section h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  opacity: 1;
}

.mini_content_section h2 {
  color: #2B2A29;
  margin-bottom: 25px;
}


.mini_content_section p {
  color: #4C5656;
  margin-bottom: 0;
}


.feature_content_section {
  display: block;
  position: relative;
}

.feature_content_section h2 {
  color: #2B2A29;
  margin-bottom: 25px;
  opacity: 0;
  filter: blur(10px);
}

.product_feature_span {
  background: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0C54A0;
  /* Fallback for unsupported browsers */
}


.feature_content_section p {
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.footprint_card {
  display: block;
  position: relative;
  /* background-color: white; */
  padding: 50px;
  border-radius: 20px;
}

.footprint_title {
  display: block;
  position: relative;
  text-align: center;
}

.footprint_title h3 {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 2.8px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0;
  filter: blur(10px);
}

.footprint_subtitle {
  background-image: linear-gradient(to right, #ffffff, #ffffffcc);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.footprint_desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.footprint_card_details {
  display: block;
  position: relative;
  padding: 30px;
  border-radius: 12px;
  /* border: 1px dashed #ccc; */
  background-color: #fff;
}

.footprint_head_content {
  display: block;
  position: relative;
  justify-content: space-between;
  margin-bottom: 0;
  text-align: center;
}

.footprint_text_content {
  display: block;
  position: relative;
  text-align: center;
}

.footprint_head_content img {
  max-width: 60px;
  margin-bottom: 20px;
}

.footprint_head_content h2 {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.footprint_head_content .footprint_text_span {
  color: #009846;
}

.footprint_text_content p {
  color: #4C5656;
  margin-bottom: 0;
}

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

.greenfootprint_img {
  display: block;
  position: relative;
  /* margin-top: -100px; */
}

.greenfootprint_img img {
  max-width: 100%;
}


.card {
  position: sticky;
  top: 0;
  border: none;
  background: transparent;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
  /* padding: 60px 80px; */
}

.cards {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/7;
  border-radius: 20px;
}


.space {
  height: 90vh;
}

.space--small {
  height: 40vh;
}


.card-text-area {
  display: block;
  position: relative;
}


.first-card {
  background-color: #d8e9e2;
}

.first-card span {
  color: #345b4b;
}

.two-card {
  background-color: #dcb688;
}

.two-card span {
  color: #a45d36;
}

.three-card {
  background-color: #e8eddf;
}

.three-card span {
  color: #4d5b34;
}

.four-card {
  background-color: #d9eafc;
}

.four-card span {
  color: #0b4584;
}

.card_title_text {
  display: block;
  position: absolute;
  left: 40px;
  top: 30px;
}

.card_title_text h2 {
  color: #fff;
}

.card_link_buttons {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 30px;
}

.card_link_small_version {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.card_link_buttons ul {
  display: flex;
  padding: 0;
  margin: 0;

}

.card_link_buttons ul li {
  margin-left: 10px;
}

.card_link_buttons ul li a {
  background-color: white;
  padding: 8px 25px;
  color: #2B2A29;
  border-radius: 50px;
  transition: 0.3s all ease-in;
  font-size: 15px;
}

.card_link_buttons ul li a:hover {
  background-color: #ffffffbb;
}

.career_bg_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* ensures full section height */
  width: 49%;
  background-image: url('https://onixrenewable.com/upload/home/Career.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.career_home_page {
  display: block;
  position: relative;
}


.career_short_content {
  display: block;
  position: relative;
}

.career_short_content h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  opacity: 0;
  filter: blur(10px);
}

.career_short_content h2 {
  color: #2B2A29;
  margin-bottom: 60px;
}

.left_section_heading {
  display: block;
  position: relative;
}

.left_section_heading h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  opacity: 0;
  filter: blur(10px);
}

.left_section_heading h2 {
  color: #2B2A29;
  margin-bottom: 60px;
}


.career_feature_content {
  display: block;
  position: relative;
}

.career_feature_content ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

.career_feature_content ul li {
  display: flex;
  position: relative;
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  align-items: center;
}

.career_feature_content ul li:last-child {
  margin-bottom: 0;
}

.career_feature_content ul li img {
  max-width: 60px;
  margin-right: 20px;
}


.onix_green_btn {
  position: relative;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.onix_green_btn img {
  max-width: 20px;
  margin-left: 8px;
}

.onix_green_btn a {
  background: #009846;
  /* Solid color by default */
  font-size: 18px;
  padding: 12px 40px;
  margin: 0;
  position: relative;
  color: white;
  border-radius: 50px;
  font-weight: 400;
  transition: background-position 0.6s ease-in-out;
  /* Smooth transition for background position */
  text-decoration: none;
  background-size: 200% auto;
  /* Ensure the background size is large enough to transition */
  background-position: left center;
  /* Start the background from left */
}

.onix_green_btn a:hover {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  /* Gradient on hover */
  background-position: right center;
  /* Move the gradient from left to right */
}


.award_slider_header {
  display: block;
  position: relative;
}

.award_slide_image {
  border-radius: 12px;
  overflow: hidden;
}

.career_feature_content li span {
  width: auto !important
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none;
}

.sub_header {
  display: block;
  position: relative;
  padding-top: 260px;
  padding-bottom: 260px;
  background-position: center;
  background-repeat: no-repeat;
}

.sub_header_title {
  display: block;
  position: relative;
}

.sub_header_title h1 {
  color: white;
  text-align: center;
  margin: 0;
}

.middle_header {
  display: block;
  position: relative;
  text-align: center;
}

.middle_header h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  opacity: 0;
  filter: blur(10px);
  text-align: center;
}

.middle_header h2 {
  color: #2B2A29;
  margin-bottom: 60px;
  text-align: center;
}

.about_why_us {
  display: block;
  position: relative;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.03);
}

.about_why_us_content {
  display: block;
  position: relative;
}

.about_why_us_content img {
  max-width: 60px;
}

.about_why_us_content h4 {
  color: #2B2A29;
  margin-bottom: 0;
  margin-left: 20px;
}

.about_why_us_content p {
  color: #4C5656;
  margin-bottom: 0;
}


.sustainable_content {
  display: block;
  position: relative;
}

.sustainable_content_image {
  display: block;
  position: relative;
  margin-bottom: 80px;
}

.sustainable_content_image img {
  max-width: 100%;
}

.sustainable_content h2 {
  color: #2B2A29;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
}

.sustainable_content_span {
  color: #009846;
}


.strategy_card {
  display: block;
  position: relative;
  /* background-color: white; */
  padding: 50px;
  border-radius: 20px;
}

.strategy_title {
  display: block;
  position: relative;
  text-align: center;
}


.strategy_card_details {
  display: block;
  position: relative;
  padding: 24px;
  border-radius: 12px;
  background-color: white;
}

.strategy_head_content {
  display: block;
  position: relative;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: center;
}

.strategy_text_content {
  display: block;
  position: relative;
}

.strategy_head_content img {
  max-width: 54px;
}

.strategy_title h3 {
  /* background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; */
  color: white;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 2.8px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 60px;
  opacity: 0;
  filter: blur(10px);
}

.strategy_head_content .strategy_text_span {
  color: #009846;
}

.strategy_text_content p {
  font-weight: 400;
  color: #4C5656;
  margin-bottom: 0;
  text-align: center;
  line-height: 120%;
}

.mission_vision_area {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

.mini_content_section .mission_vision_area:last-child {
  margin-bottom: 0;
}

.vision_mission_icon {
  display: block;
  position: relative;
}

.vision_mission_icon img {
  width: 60px;
  margin-right: 20px;
}

.vision_mission_content {
  display: block;
  position: relative;
}

.vision_mission_content h6 {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.8px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.client_section {
  display: block;
  position: relative;
  padding: 40px;
  border-radius: 50%;
  border: 1px dashed #ccc;
}

.client_section img {
  max-width: 100%;
}

.certificate_section {
  display: block;
  position: relative;
  padding: 40px;
  border-radius: 50%;
  border: 1px dashed #ccc;
}

.certificate_section img {
  max-width: 100%;
}


.mt-40 {
  margin-top: 40px;
}


.projects_section_box+.projects_section_box {
  margin-top: 6.25rem;
}

.project_image {
  padding: 4.0625rem 0;
}

.project_background {
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}


.project_image>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.project_image>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.projects_section_box:hover .project_image>a::before {
  opacity: .2;
}

/* .projects_section_box:hover .project_image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
} */

.project_content {
  padding-left: 2.8125rem;
  margin-top: 6.5625rem;
}


.project_content:before {
  content: "";
  height: 1px;
  width: 3.75rem;
  background-color: var(--color1);
  position: absolute;
  left: -3.125rem;
  top: 1rem;
  z-index: 1;
}

@media screen and (min-width: 991px) {

  .projects_section_box:not(.rev) .project_background {
    right: 15.625rem;
    left: -23.4375rem;
  }

  .projects_section_box.rev .project_background {
    left: 15.625rem;
    right: -23.4375rem;
  }


  .projects_section_box.rev .project_content::before {
    left: auto;
    right: -3.125rem;
  }

  .projects_section_box.rev .project_content {
    padding: 0 2.8125rem 0 0;
    /* text-align: right; */
  }

}


.opc-6,
.opc6:before {
  opacity: .2;
}

.project_header_content {
  display: block;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}

.project_header_content h3 {
  color: #2B2A29;
  margin-bottom: 15px;
}

.project_header_content p {
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.other_project_detail {
  display: block;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}

.project_content .other_project_detail:last-child {
  border-bottom: 0px
}

.other_project_detail h6 {
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.other_project_detail p {
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}


.mt-40 {
  margin-top: 40px;
}


.butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 400;
  background: #009846;
  color: #fff;
  padding: 12px;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  align-self: center;
  margin-top: 30px;
  width: 100%;
  border-radius: 50px;
}

.butn-dark2:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #222;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  border-radius: 10px;
  transition: background-position 0.6s ease-in-out;
}

.butn-dark2 span {
  position: relative;
  z-index: 2;
}

.butn-dark2:hover {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-position: right center;
}

.butn-dark2:hover span {
  color: #fff;
}


.single_career_buttons {
  display: flex;
  position: relative;
  align-items: center;
}


.col-lg-12 


.mr-20 {
  margin-right: 20px;
}


.contact_address_section {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.03);
}

.contact_address_image {
  display: block;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.contact_address_image img {
  max-width: 100%;
  /* filter: grayscale(1); */
  transition: filter 0.5s ease-in-out, transform 0.4s ease-in-out;
  cursor: pointer;
}

.contact_address_data {
  transition: filter 0.5s ease-in-out, transform 0.4s ease-in-out;
  cursor: pointer;
}

.contact_address_data:hover .contact_address_image img {
  filter: grayscale(0);
  transform: scale(1.1);
  /* Slight zoom effect */
}


.contact_address_upload_date {
  display: inline-block;
  position: relative;
}

.contact_address_upload_date p {
  font-size: 14px;
  color: #009846;
  font-weight: 400;
  margin: 0;
  padding: 2px 25px;
  background: rgba(0, 152, 70, 0.1);
  border-radius: 5px;
}

.contact_address_content {
  padding: 25px;
  display: block;
  position: relative;
}

.contact_address_header h4 {
  color: #2B2A29;
  margin-bottom: 15px;
  font-weight: 400;
}

.location_info a {
  display: flex;
  position: relative;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 130%;
}

.location_info p {
  margin-top: 14px;
  color: #4C5656;
  margin-bottom: 0;
}


.contact_location_info {
  display: flex;
  position: relative;
  border: 1px solid #eee;
  padding: 6px 15px;
  border-radius: 10px;
}

.contact_location_info img {
  max-width: 20px;
  margin-right: 8px;
}

.main_div_contact_location_info {
  display: flex;
  position: relative;
}

.contact_location_info p {
  color: #3D3D3D;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
}

.location_info a img {
  max-width: 20px;
  margin-right: 8px;
}

.contact_address_link {
  display: flex;
  position: relative;
  place-content: space-around;
}

.contact_address_link a {
  display: flex;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  width: 45%;
  justify-content: center;
  padding: 7px;
  border-radius: 10px;
}

.contact_address_link a img {
  max-width: 20px;
  margin-right: 8px;
}

.call_contact {
  color: #009846;
  background-color: rgba(0, 152, 70, 0.1);
  transition: 0.4s ease-in;
}

.mail_contact {
  color: #0C54A0;
  background-color: rgba(12, 84, 160, 0.1);
  transition: 0.4s ease-in;
}

.call_contact:hover {
  color: #009846;
  background-color: rgba(0, 152, 70, 0.2);
}

.mail_contact:hover {
  color: #0C54A0;
  background-color: rgba(12, 84, 160, 0.2);
}

.btn-wrap {
  display: block;
  position: relative;
}

.btn-circle {
  position: relative;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s;
}

.btn-circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  background: #2B2A29;
  transform: translate(-50%, -50%);
}

.btn-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 18px;
  background: #2B2A29;
  transform: translate(-50%, -50%);
  transition: all 0.05s;
}

.menu-list li {
  padding: 6px 15px;
  border-bottom: 1px solid #ccc;
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 130%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: top 0.5s cubic-bezier(0.2, 0.05, 0.35, 1.4), box-shadow 0.5s; */
}

.menu-list li:last-child {
  border-bottom: 0px
}


.menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #2B2A29;
  font-weight: 400;
  transition: background .35s;
}

.menu-list li:hover {
  box-shadow: 3px 5px 8px #8e8f90;
}

.menu-list li:hover a {
  background: rgba(66, 82, 119, 0.7);
}

.btn-wrap.active .btn-circle {
  transform: rotate(180deg);
}

.btn-wrap.active .btn-circle:after {
  width: 18px;
  height: 2px;
}


/* .menu-list {
  background: #fff;
  padding: 0;
  width: 300px;
  border-radius: 10px;
  position: absolute;
  bottom: 50px;
  display: none;
  transition: 0.3s ease-in all;
}

.btn-wrap.active .menu-list {
  display: block;
} */

.btn-wrap.active .btn-circle:after {
  width: 22px;
  height: 2px;
}

.menu-list {
  background: #fff;
  padding: 0;
  width: 240px;
  border-radius: 10px;
  position: absolute;
  bottom: 50px;
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s, height 0.3s ease;
}

.btn-wrap.active .menu-list {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.3s ease, visibility 0s 0s, height 0.3s ease;
}

#lottie-animation {
  width: 100%;
  /* Responsive width */
  height: auto;
  /* Maintain aspect ratio */
}

.utility_solution_header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.text_center_inside_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 520px;
}

.text_center_inside_video h2 {
  color: white;
  letter-spacing: 4.2px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.text_center_inside_video img {
  max-width: 220px;
}

.text_center_inside_video h1 {
  font-size: 130px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 25px 0;
  line-height: 100%;
}

.text_center_inside_video p {
  color: #fff;
  opacity: 0.8;
  padding: 0 30px;
  margin-bottom: 0;
}

.solution_nav_link {
  display: block;
  position: relative;
  background-color: #FAFAFA;
  border-bottom: 1px solid #efefef;
}

.solution_nav_link ul {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 0;
}

.solution_nav_link ul li {
  position: relative;
  display: inline-block;
  padding: 0px 6px;
  font-size: 15px;
  color: #2B2A29;
}

.about_us_special_link {
  display: block;
  position: relative;
  background-image: linear-gradient(to right, #0C54A0, #009846);
}

.about_us_special_link ul {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 55px 0;
  margin-bottom: 0;

}

.about_us_special_link ul li {
  position: relative;
  display: inline-block;
  padding: 0px 6px;
  font-size: 15px;
  color: #ffffff;
}

.text_center_main_header {
  text-align: center;
}


.solution_product_model_area {
  position: relative;
  display: block;
  overflow: hidden;
}

.solution_product_single {
  position: relative;
  transition: all 0.4s ease;
}

.solution_product_single img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  /* Optional: Adds a slight zoom effect */
}

.solution_product_model_area:hover img {
  transform: scale(1.1);
  /* Optional: Slight zoom effect */
}

.solution_product_single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(12, 84, 160, 0.5), rgba(0, 151, 70, 0.5));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.solution_product_model_area:hover .solution_product_single::before {
  opacity: 1;
}

.solution_product_model_header,
.solution_product_model_desc {
  position: absolute;
  z-index: 2;
}

.solution_product_model_header h3 {
  color: #ffffff;
  margin: 0;
}


.solution_product_model_header {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0 4em;
  z-index: 2;
  height: 3em;
  transition: all 0.5s ease;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.solution_product_model_area:hover .solution_product_model_header {
  height: 42em;
  transition: all 0.4s ease;
}

.solution_product_model_header span {
  align-content: center;
}

.solution_product_model_desc {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0 4em;
  z-index: 2;
  height: 3em;
  transition: all 0.2s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.solution_product_model_area:hover .solution_product_model_desc {
  top: 40%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}

.solution_product_model_desc p {
  color: #fff;
  margin: 0;
}

.solution_product_model_header img {
  display: block;
}

.solution_product_model_header img {
  transition: all 0.3s ease;
  transform: rotate(45deg) scale(1);
}

.solution_product_model_area:hover .solution_product_model_header img {
  transform: rotate(0) scale(1);
}


.solution_product_model_header2,
.solution_product_model_desc2 {
  position: absolute;
  z-index: 2;
}

.solution_product_model_header2 h3 {
  color: #ffffff;
  margin: 0;
}


.solution_product_model_header2 {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0 4em;
  z-index: 2;
  height: 3em;
  transition: all 0.5s ease;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.solution_product_model_area:hover .solution_product_model_header2 {
  height: 35em;
  transition: all 0.4s ease;
}

.solution_product_model_header2 span {
  align-content: center;
}

.solution_product_model_desc2 {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0 4em;
  z-index: 2;
  height: 3em;
  transition: all 0.2s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.solution_product_model_area:hover .solution_product_model_desc2 {
  top: 54%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}

.solution_product_model_desc2 p {
  color: #fff;
  margin: 0;
  margin-top: 20px;
}

.solution_product_model_header2 img {
  display: block;
}

.solution_product_model_header2 img {
  transition: all 0.3s ease;
  transform: rotate(45deg) scale(1);
}

.solution_product_model_area:hover .solution_product_model_header2 img {
  transform: rotate(0) scale(1);
}


.utilities_project_highlight_section {
  display: block;
  position: relative;
  background: #fff;
  /* border: 1px dashed #ccc; */
  /* padding: 15px; */
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.03);
}

.utilities_project_highlight_image {
  display: block;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.utilities_project_highlight_image .project_main_image {
  max-width: 100%;
  /* filter: grayscale(1); */
  transition: filter 0.5s ease-in-out, transform 0.4s ease-in-out;
  cursor: pointer;
}

.utilities_project_highlight_image .project_main_image:hover {
  filter: grayscale(0);
  transform: scale(1.1);
  /* Slight zoom effect */
}


.utilities_project_status {
  display: inline-block;
  position: relative;
}

.utilities_project_status p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 2px 25px;
}

.ongoing_status {
  border-radius: 5px;
  background: rgba(12, 84, 160, 0.1);
}

.ongoing_status p {
  color: #0C54A0 !important;
}

.complete_status {
  border-radius: 5px;
  background: rgba(0, 152, 70, 0.1);
}

.complete_status p {
  color: #009846 !important;

}

.utilities_project_content {
  padding: 25px;
  display: block;
  position: relative;
}

.utilities_project_header h4 {
  color: #2B2A29;
  margin-bottom: 15px;
  font-weight: 400;
}

.utilities_project_link {
  display: block;
  position: relative;
  padding: 18px;
}

.utilities_project_link a {
  color: #4C5656;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.highlight_power_content {
  display: flex;
  position: relative;
  border: 1px solid #eee;
  padding: 7px 10px;
  border-radius: 6px;
}

.highlight_power_content img {
  max-width: 16px;
  margin-right: 6px;
}


.highlight_power_content p {
  color: #3D3D3D;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.table-striped th {
  padding: 15px 60px;
  background-color: #F7F7F7;
  font-size: 15px;
  font-family: 500;
  color: #575656;
}

.table-striped tr td {
  padding: 15px 60px;
  font-size: 15px;
  color: #575656;
  font-weight: 400;
}

.table tr {
  background-color: #FAFAFA;
}


/* .download_icon {
  display: block;
  position: relative;
}

.download_icon img {
  max-width: 30px;
} */

/* Ensure modal is fully centered in case of larger screens */
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* Full height of the viewport */
}

.modal-content {
  border-radius: 10px;
  /* Optional rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  /* Optional shadow */
}

.download_model_cancel {
  padding: 6px 33px;
}

.download_model_submit {
  padding: 6px 33px;
}

.modal-body h3 {
  color: #2B2A29;
}

.modal-body h6 {
  color: #4C5656;
}

.modal-body p {
  font-size: 18px;
  color: #4C5656;
  line-height: 120%;
  margin-bottom: 20px;
}

/* .model_header_p {
  color: #000000 !important;
  font-weight: 500 !important;
} */

.btn-secondary {
  padding: 6px 33px;
}


.btn-primary {
  padding: 6px 33px;
}

input:focus {
  outline: none;
  /* border: none; */
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.blog_insider_header {
  display: block;
  position: relative;
  text-align: center;
}

.blog_insider_header h6 {
  font-size: 16px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.6px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.blog_insider_header h1 {
  font-size: 50px;
  font-weight: 500;
  color: #2B2A29;
  line-height: 120%;
}

.blog_insider_main_image {
  display: block;
  position: relative;
}

.blog_insider_main_image img {
  max-width: 100%;
  border-radius: 20px;
}

.blog_insider_details_area h2 {
  color: #2B2A29;
  margin-bottom: 30px;
  margin-top: 50px;
}

.blog_insider_details_area h2:first-child {
  margin-top: 0;
}

.blog_insider_details_area p {
  font-size: 18px;
  color: #4C5656;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
}

.blog_insider_details_area ul {
  margin: 0;
  padding: 0;
}

.blog_insider_details_area ul li {
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  list-style: disc;
  margin-left: 20px;
}

.blog_insider_details_area h3 {
  color: #2B2A29;
  margin-bottom: 20px;
  margin-top: 40px;
}

.blog_insider_details_area h4 {
  color: #2B2A29;
  margin-bottom: 15px;
  margin-top: 30px;
}

.blog_insider_details_area img {
  display: block;
  position: relative;
  max-width: 100%;
  margin-top: 30px;
}


#successMessage,
#errorMessage,
#captchaFailedMessage {
  font-size: 18px;
  margin-top: 10px;
}

.utility_solution_header video {
  display: block;
  width: 100vw;
  height: 970px;
  object-fit: cover;
}


.main_solution_title_image {
  height: 100vh;
  max-width: 100%;
  object-fit: cover;
}

.main_solution_highlight_points_with_image_area {
  background-color: #fff;
  display: flex;
  margin-top: 50px;
  border-radius: 12px;
  overflow: hidden;
}

.main_solution_highlight_points_with_image {
  width: 55%;
}

.main_solution_highlight_points_with_image img {
  max-width: 100%;
}

.main_solution_highlight_points_with_image_content {
  width: 45%;
  padding: 0 50px;
  align-self: center;
}

.main_solution_highlight_points_with_image_content h6 {
  font-size: 14px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  text-align: left;
}

.main_solution_highlight_points_with_image_content h3 {
  color: #2B2A29;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 130%;
}

.col-lg-12 .main_solution_highlight_points_with_image_area:first-child {
  margin-top: 0;
}

.inside_bgimage_content_area {
  background-color: white;
  display: block;
  position: relative;
  padding: 45px;
  border-radius: 12px;
}

.inside_bgimage_content_header {
  display: block;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.inside_bgimage_content_header h2 {
  color: #2B2A29;
  margin-top: 0px;
}

.inside_bgimage_content_header p {
  color: #4C5656;
  margin-top: 20px;
  margin-bottom: 0;
}

.inside_bgimage_features {
  display: block;
  position: relative;
}

.inside_bgimage_features_single {
  display: flex;
  position: relative;
  /* place-content: space-between; */
}

.solar_module_features .inside_bgimage_features_single {
  place-content: space-between;
}

.inside_bgimage_feature_icon {
  display: block;
  position: relative;
  margin-right: 15px;
}

.inside_bgimage_feature_icon img {
  width: 50px;
}

.solar_module_features .inside_bgimage_feature_icon {
  margin-right: 0;
}

.inside_bgimage_feature_arrow_icon {
  display: block;
  position: relative;
}

.inside_bgimage_feature_arrow_icon img {
  width: 30px;
  margin-right: 10px;
}


.inside_bgimage_feature_content h6 {
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 8px;
}

.inside_bgimage_feature_content p {
  color: #4C5656;
  margin-top: 0;
  margin-bottom: 0;
}

.inside_bgimage_features_single {
  margin-bottom: 40px;
}

.inside_bgimage_last_line {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  display: block;
  position: relative;
}

.inside_bgimage_last_line h6 {
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 8px;
}

.inside_bgimage_last_line p {
  color: #4C5656;
  margin-top: 0;
  margin-bottom: 0;
}

.inside_image_content_service {
  display: block;
  position: relative;
  padding-bottom: 600px;
}

.inside_image_content_service h2 {
  color: #fff;
  margin-bottom: 30px;
}

.inside_image_content_service p {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 80%;
}

.green_hydrogen_types {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #FAFAFA;
  border: 1px dashed #ccc;
}

.green_hydrogen_types_header h2 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 42px 0;
}

.green_hydrogen_types .green_hydrogen {
  background-image: linear-gradient(to right, #28A745, #75FF84);
}

.green_hydrogen_types .grey_hydrogen {
  background-image: linear-gradient(to right, #6C757D, #E9ECEF);
}

.blue_hydrogen {
  background-image: linear-gradient(to right, #007BFF, #BBDEFB);
}

.turquoise_hydrogen {
  background-image: linear-gradient(to right, #40E0D0, #D0F0E8);
}

.brown_hydrogen {
  background-image: linear-gradient(to right, #343A40, #B5A89A);
}

.pink_hydrogen {
  background-image: linear-gradient(to right, #FF69B4, #FFD1E7);
}

.white_hydrogen {
  background-image: linear-gradient(to right, #FFFFFF, #F8F9FA);
  border-bottom: 1px solid #ccc;
}

.white_hydrogen h2 {
  color: #2B2A29 !important
}

.green_hydrogen_types_content {
  display: block;
  position: relative;
  padding: 40px;
}

.green_hydrogen_types_head_content {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.green_hydrogen_types_features_content {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.green_hydrogen_types_applications_content {
  display: block;
  position: relative;
}

.green_hydrogen_types_head_content h3 {
  color: #2B2A29;
  margin-bottom: 20px;
}

.green_hydrogen_types_head_content p {
  color: #4C5656;
  margin-top: 0;
  margin-bottom: 0;
}

.green_hydrogen_types_features_content h3 {
  color: #2B2A29;
  margin-bottom: 20px;
}

.green_hydrogen_types_features_content p {
  display: flex;
  position: relative;
  color: #4C5656;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px
}

.green_hydrogen_types_features_content p:last-child {
  margin-bottom: 0;
}

.green_hydrogen_types_features_content p img {
  width: 16px;
  margin-right: 10px;
  align-self: baseline;
}

.green_hydrogen_types_applications_content h3 {
  color: #2B2A29;
  margin-bottom: 20px;
}

.green_hydrogen_types_applications_content p {
  font-size: 18px;
  color: #4C5656;
  font-weight: 400;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0;
}

.mt-50 {
  margin-top: 50px;
}


.accordion-box {
  position: relative;
  padding: 0;
}

.accordion-box .block {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.accordion-box .block.active-block {
  background-color: #fff;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  color: #2B2A29;
  font-weight: 400;
  line-height: 110%;
  cursor: pointer;
  padding: 25px 20px;
  padding-right: 60px;
  transition: all 500ms ease;
  font-family: "Poppins", serif;
  border-top: 1px solid #ccc;
}


.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background-color: #fff;
  color: #000000;
}

.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 20px 30px 20px;
  background-color: #fff;
  color: #666;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  top: 0px;
  display: block;
  position: relative;
  font-size: 18px;
  color: #4C5656;
  font-weight: 300;
  line-height: 130%;
  font-style: normal;
}

.accordion-box .block .content .text p {
  color: #4C5656;
  font-style: normal;
}

.accordion-box .block .content .text ul li {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  margin-bottom: 20px;
}

.accordion-box .block .content .text ul li:last-child {
  margin-bottom: 0;
}

.accordion-box .block .content .text ul li span {
  font-weight: 500;
}

li::marker {
  color: #0098467a;
  opacity: 0.5;
}

.product_features_with_icons_area {
  display: block;
  position: relative;
  margin-top: 40px;
}

.single_product_features_with_icon {
  display: flex;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.single_product_feature_icon {
  display: block;
  position: relative;
}

.single_product_feature_icon img {
  width: 45px;
  margin-right: 20px;
}

.single_product_feature_content {
  display: block;
  position: relative;
  align-content: center;
}

.single_product_feature_content p {
  color: #4C5656;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.range_of_products_area {
  display: block;
  position: relative;
  background-color: white;
  padding: 30px;
  border-radius: 12px;
}

.single_range_of_product_image {
  display: block;
  position: relative;
  padding: 20px 100px;
}

.single_range_of_product_image img {
  max-width: 100%;
}

.single_range_of_product_content {
  display: block;
  position: relative;
  padding-top: 30px;
}

.single_range_of_product_content h3 {
  color: #2B2A29;
  margin-bottom: 10px;
  text-align: center;
}

.single_range_of_product_content p {
  color: #4C5656;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.single_range_of_product_button_area {
  display: block;
  position: relative;
}

.single_range_of_product_button_area a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #009746;
  color: white;
  text-decoration: none;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.single_range_of_product_button_area a:hover {
  background-color: #007f39;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.warranty_card_area {
  display: flex;
  position: relative;
  padding: 50px;
  background-color: #fafafa;
  border-radius: 12px;
}

.warranty_card_symbol_image {
  display: block;
  position: relative;
  align-content: center;
}

.warranty_card_symbol_image img {
  height: 80px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.warranty_card_content {
  display: block;
  position: relative;
  padding-left: 20px;
  align-content: center;

}

.warranty_card_content h3 {
  color: #2B2A29;
  font-weight: 300;
  margin: 0;
}

.warranty_card_content_bold {
  font-weight: 500;
  display: inline-block;
}


/* WEB DESIGN SECTION STYLES */

.header-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}

.lottie-container {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}


#globe_contours {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100vh !important;
  margin: 0 auto;
  opacity: 1;
}


.wrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.section {
  text-align: center;
  transition: color 1s ease;
}

.color-dark {
  background-color: white;
  color: white;
}

.color-dark.dark-mode {
  background-color: black;
  color: white;
}

.change_bg_content_area {
  display: block;
  position: relative;
}

.change_bg_content_area h6 {
  font-size: 14px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: inline-block;
  /* Ensures the text properly clips */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  /* opacity: 0;
  filter: blur(10px);*/
}

.change_bg_content_area h2 {
  color: #000000;
  margin-bottom: 0;
}

.product_application_area {
  display: block;
  position: relative;
  background-color: #FAFAFA;
  padding: 30px;
  border-radius: 12px;
}

.product_application_area_content {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.product_application_area_content h3 {
  color: #4C5656;
  margin: 0;
}

.product_application_area_image {
  display: block;
  position: relative;
  margin-left: 150px;
}

.product_application_area_image img {
  max-width: 100%;
}


.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}


th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ccc;
  color: #ffffff;
  font-weight: 500;
  align-content: center;
  font-size: 14px;
}

td {
  text-align: left;
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}


tr {
  transition: background-color 100ms ease-out;
}


table {
  width: 100%;
  border: 1px solid #eee;
}

.table-responsive h2 {
  text-align: center;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  margin-bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}

thead {
  background-image: linear-gradient(to right, #0C54A0, #009846);
}

.sub_header {
  background-size: cover;
}

.no_positions_open {
  display: block;
  position: relative;
  /* background-color: #FAFAFA;
  padding: 25px 45px;
  border-radius: 12px;
  border: 1px dashed #ccc;
  justify-content: space-between;
  margin-bottom: 30px; */
}

.no_positions_open p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
}

.dropdown-wide-solution .list-unstyled {
  padding-left: 0;
}

.tablet_only_hidden {
  display: none;
}

.powerwall_left_scene {
  object-position: left;
}

.main_home_header_area {
  position: relative;
}

/* Hero video section — no extra margin, body padding handles nav clearance */
.hero-video-section {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hero-video-section {
    margin-top: 118px;
  }
  /* Mobile video — natural aspect ratio, full width */
  .mobile_only.main_home_header_area video {
    width: 100%;
    height: auto;
    display: block;
    margin-top:118px;
  }
}

.play_icon {
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play_icon img {
  width: 80px;
}

.comming_soon_txt {
  display: block;
  position: relative;
  padding: 60px 0;
}

.comming_soon_txt h1 {
  font-size: 90px;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  margin: 0;
}


.media_event_section {
  display: block;
  position: relative;
  background: #FAFAFA;
  border: 1px dashed #ccc;
  padding: 15px;
  border-radius: 20px;
}

.media_event_image {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.media_event_image img {
  max-width: 100%;
}

.media_event_upload_date {
  display: inline-block;
  position: relative;
}

.media_event_upload_date p {
  font-size: 14px;
  color: #009846;
  font-weight: 400;
  margin: 0;
  padding: 2px 25px;
  background: rgba(0, 152, 70, 0.1);
  border-radius: 5px;
}

.media_event_content {
  padding: 8px 15px;
  display: block;
  position: relative;
}

.media_event_header h4 {
  color: #2B2A29;
  margin-top: 30px;
  margin-bottom: 0;
}

.media_event_link {
  display: block;
  position: relative;
  padding: 15px;
}

.media_event_link a {
  color: #4C5656;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.events_highlights_image_area {
  display: block;
  position: relative;
}

.events_highlight_image {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.events_highlight_image img {
  max-width: 100%;
  transition: 0.3s linear;
}

.events_highlight_image:hover img {
  scale: 1.1;
}

.card_desktop {
  display: block;
}

.card_mobile {
  display: none;
}

.download_new_area {
  display: block;
  position: relative;
}

.download_image_area {
  display: block;
  position: relative;
}

.download_image_area img {
  max-width: 100%;
  border-radius: 10px;
}

.download_header_area {
  display: block;
  position: relative;
}

.download_header_area h5 {
  font-weight: 500;
  color: #575656;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
}

.download_area_button {
  display: block;
  position: relative;
}

.download_area_button .onix_green_btn a {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 8px 40px;
}

.download_area_button .onix_green_btn {
  width: 100%;
  margin-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}


.privacy_policy_content_area {
  display: block;
  position: relative;
}

.privacy_policy_content_area h1 {
  color: black;
  text-decoration: underline;
  margin-bottom: 90px;
}

.privacy_policy_content_area h2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.privacy_policy_content_area h4 {
  margin-top: 28px;
  margin-bottom: 0;
}

.privacy_policy_content_area p {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 170%;
}

.privacy_policy_content_area .policy_points {
  margin-top: 30px;
}

.privacy_policy_content_area .policy_points li {
  list-style: disc;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 170%;
}

.privacy_policy_content_area .policy_numbers {
  margin-top: 30px;
}

.privacy_policy_content_area .policy_numbers li {
  list-style: decimal;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 140%;
}

.privacy_policy_content_area .policy_points li::marker {
  color: #4C5656;
}

.privacy_policy_content_area .policy_numbers li::marker {
  color: #4C5656;
}

.blog_insider_details_area table thead th {
  color: white;
}

.blog_insider_details_area table {
  margin-bottom: 20px;
}

.blog_insider_details_area table th {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  color: #4C5656;
  font-weight: 600;
  align-content: center;
  font-size: 14px;
}

.blog_insider_details_area table td {
  border: 1px solid #eee;
}


/* .blog_insider_details_area a {
  text-decoration: underline;
  text-underline-position: under;
} */


.product_info_headabout_image img {
  border-radius: 12px;
}

.client_section_area {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.client_section_area img {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: filter 0.5s ease-in-out, transform 0.4s ease-in-out;
  cursor: pointer;
}

.client_section_area img:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}


.client_logo_layout .col-6 {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Remove right border from the last column in each row */
.client_logo_layout .row .col-6:nth-child(6n) {
  border-right: none;
  border-bottom: 1px solid #eee;
}

.client_logo_layout .row .col-6:nth-last-child(-n+5) {
  border-bottom: none;
}

.source {
  font-size: 14px;
  padding: 20px 30px;
  background: #fafafa;
  border: 1px solid #eee;
}

.source p {
  margin-bottom: 12px;
}

.source a {
  color: rgb(26, 26, 26);
}

.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 100px);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.career_main_info_role ul li {
  list-style: disc;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
}


.right_icon_ul li {
  list-style: none !important;
  display: flex;
  line-height: 200% !important;
}

.right_icon_ul li img {
  max-width: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.blog_insider_details_area .number-list li {
  list-style: auto;
  margin-left: 20px;
}

.top10solarmanufacturerlogo {
  background-color: #f2f2f2;

}

.top10solarmanufacturerlogo {
  border-radius: 8px;
}

.blog_insider_details_area b a {
  color: #00A651;
}

.search_btn input[type="password"],
.search_btn input[type="email"],
.search_btn input[type="text"],
.search_btn input[type="file"],
.search_btn textarea,
.search_btn select {
  margin-bottom: 0;
  background-color: #f8f8f8;
  border: none;
  padding: 16px 30px;
  padding-left: 0;
  font-family: "Poppins", serif;
  font-size: 16px;
}

.search_btn ::placeholder {
  color: rgba(77, 77, 77, 0.5);
  opacity: 1;
  font-size: 16px;
  /* Firefox */
}

.search_btn ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(77, 77, 77, 0.5);
  font-size: 16px;
}

.search_btn .input-group-text {
  background-color: #f8f8f8;
  border: none;
  padding: 0 20px;
}

.search_btn .input-group {
  border-radius: 12px;
  overflow: hidden;
}

.filter_area {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.filter_dropdown {
  width: 320px;
  /* Adjust as needed */
  border-radius: 12px;
  background-color: #f8f8f8;
  /* padding: 10px; */
  display: inline-block;
}

.filter_dropdown select {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #888;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://onixrenewable.com/upload/career/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 10px;
  cursor: pointer;
  padding: 16px 30px;
  margin-bottom: 0;
}

.filter_dropdown select:focus {
  outline: none;
}

.search_btn {
  width: 100%;
  padding-right: 15px;
}


#careerModal .modal-title {
  font-size: 18px;
  font-weight: 400;
}

#careerModal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
}

#careerModal .modal-body h3 {
  color: #2B2A29;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.icon_with_datafield {
  display: flex;
  position: relative;
  align-items: center;
}

.icon_with_datafield img {
  max-width: 20px;
}

#careerModal .icon_with_datafield h6 {
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 10px;
  color: #4C5656;
  font-size: 15px;
}

#careerModal .model_header_p {
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #4C5656;
  font-weight: 400;
  margin-bottom: 14px;
}

.career_main_info_role p {
  font-size: 16px;
  line-height: 140%;
  color: #2b2a29;
  font-weight: 300;
  margin-bottom: 30px;
  font-weight: 400;
}

#careerModal .modal-body p:last-child {
  margin-bottom: 0;
}

.chairmen_social_btn {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.chairmen_social_btn 

.chairmen_social_btn 


  text-align: center;
}

.month_year_detail {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.date_detail {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
} */

  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
}

.month_year_detail {
  background: linear-gradient(to right, #0C54A0, #009846);
  color: white;
  font-size: 10px;
  padding: 2px 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

.date_detail {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 40px;
}

  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 160%;
  max-height: 3em;
  margin-bottom: 25px;
}


/* Hover effect for the arrow (slides left to right and resets) */


/* Arrow sliding keyframes */
@keyframes arrow-slide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(20px);
    opacity: 0;
  }

  51% {
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.project_position {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.project_number_details {
  display: flex;
  position: relative;
}


/* Hover effect for the arrow (slides left to right and resets) */
.utilities_project_highlight_section:hover .project_more_link img {
  animation: arrow-slide 0.8s ease forwards;
}

.download-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #009846;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

.download-button:hover {
  color: white;
  background-color: #007f36;
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 150, 64, 0.2);
}

.solar_module_download_icon img {
  width: 20px;
}

.solar_module_download_image_feature_content h6 {
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.solar_module_download_image_feature_content {
  align-self: center;
}

.solar_module_features .inside_bgimage_features_single {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.solar_module_features .inside_bgimage_features_single:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.solar_module_bg_download_btn {
  margin-top: 40px;
}

.solar_module_download_image_feature_content h6 span {
  color: #4C5656;
}

.career_info_btn {
  color: #0C54A0;
  padding: 0 15px;
  height: 49px;
  border: 1px solid #0C54A0;
  border-radius: 8px;
  margin-right: 10px;
  transition: 0.2s all ease-in;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.career_info_btn:hover {
  background-color: rgba(12, 84, 160, 0.2);
}

.great_place_to_work {
  display: block;
  position: relative;
  text-align: right;
}

.great_place_to_work img {
  max-width: 220px;
}

.application_process_image {
  display: block;
  position: relative;
  margin-top: 50px;
}

.application_process_image img {
  max-width: 100%;
}


#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  z-index: 9999;
  background: linear-gradient(to right, #0C54A0, #019846);
  transition: width 0.2s ease-out;
}

.about_image_header_content {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.cta-button {
  display: inline-block;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  color: white;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 30px;

  /* Smooth transition on relevant properties */
  transition:
    background-image 0.5s ease-in-out,
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.cta-button:hover {
  background-image: linear-gradient(to right, #009846, #0C54A0);
  transform: translateY(-2px);
  color: white;
}


/* ======= New Sections — Design System Fixes ======= */

/* CTA button group — flex row, centered, with gap */
.cta_btn_group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Center-aligned mini_content_section variant */
.mini_content_section.text-center h6,
.mini_content_section.text-center h2,
.mini_content_section.text-center p {
  text-align: center;
}

/* about_why_us_content — flex layout so icon sits beside heading */
.about_why_us_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about_why_us_content .why_us_icon_row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about_why_us_content .why_us_icon_row img {
  max-width: 52px;
  flex-shrink: 0;
}

.about_why_us_content .why_us_icon_row h4 {
  margin: 0;
  color: #2B2A29;
}

/* left_section_heading h2 — reduce bottom margin when followed by <p> directly */
.left_section_heading.compact h2 {
  margin-bottom: 20px;
}

/* career_feature_content inside mini_content_section — tighter spacing */
.mini_content_section .career_feature_content ul {
  margin-bottom: 0;
}

/* footprint_head_content img — allow larger icons in footprint cards */
.footprint_head_content img {
  max-width: 80px;
  margin-bottom: 20px;
}

/* Services section — image inside footprint_card_details */
.footprint_card_details .imanimate {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

.footprint_card_details .imanimate img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.footprint_card_details .footprint_text_content {
  padding-top: 20px;
}

/* About section with images — overlapping layered layout */
 .about-onix{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
  }
.about_images_stack {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  padding-right: 60px;
}

.about_img_primary {
  position: relative;
  z-index: 1;
  width: 85%;
}

.about_img_primary .reveal2 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.about_img_secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 55%;
  border: 5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about_img_secondary .reveal2 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ======= Responsive fixes for new sections ======= */
@media screen and (max-width: 991px) {
  .cta_btn_group {
    flex-direction: column;
    align-items: center;
  }

  .about_images_stack {
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .about_img_primary .reveal2 img {
    height: 300px;
  }

  .about_img_secondary .reveal2 img {
    height: 180px;
  }

  .footprint_card_details .imanimate img {
    height: 200px;
  }
}

/* Section background utility */
.section-bg-light {
  background-color: #FAFAFA;
}

/* ======= Why Renewable Energy — Redesigned Section ======= */

.renewable_intro_text {
  color: #4C5656;
  max-width: 1280px;
  margin-bottom: 0;
  line-height: 160%;
}

.renewable_points_grid {
  margin-top: 50px;
  row-gap: 24px;
}

.renewable_point_card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.renewable_point_card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.renewable_point_icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0C54A0, #009846);
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewable_point_icon i {
  font-size: 22px;
  color: #fff;
}

.renewable_point_content {
  flex: 1;
}

.renewable_point_content h5 {
  color: #2B2A29;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 130%;
}

.renewable_point_content p {
  color: #4C5656;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .renewable_points_grid {
    margin-top: 30px;
    row-gap: 16px;
  }

  .renewable_point_card {
    padding: 22px;
    gap: 16px;
  }

  .renewable_point_icon {
    width: 44px;
    height: 44px;
  }

  .renewable_point_icon i {
    font-size: 18px;
  }

  .renewable_point_content h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .renewable_intro_text {
    max-width: 100%;
  }
}

/* ======= Full Audit Fixes ======= */

/* Awards section — replace missing pt-100 */
.awards_carousel_wrap {
  padding-top: 60px;
}

/* Feature checklist icon — Bootstrap Icons bi-check-circle-fill */
.feature_check_icon {
  color: #009846;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 12px;
  line-height: 1.4;
}

/* career_feature_content ul — remove bottom margin when inside mini_content_section */
.mini_content_section .career_feature_content ul,
.left_section_heading+p~.career_feature_content ul {
  margin-bottom: 30px;
}

/* career_short_content h2 — reduce bottom margin when intro <p> follows */
.career_short_content h2 {
  margin-bottom: 20px;
}

/* renewable_intro_text — spacing below before the grid */
.renewable_intro_text {
  margin-bottom: 0;
}

/* Services card — proper heading style */
.service_card_title {
  color: #2B2A29;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: center;
}

/* footprint_text_content — consistent spacing for service cards */
.footprint_card_details .footprint_text_content p {
  font-size: 15px;
}

/* About section with images — mobile stacking */
@media screen and (max-width: 767px) {
  .about_images_stack {
    padding-bottom: 50px;
    padding-right: 30px;
  }

  .about_img_primary .reveal2 img {
    height: 240px;
  }

  .about_img_secondary .reveal2 img {
    height: 250px;
  }
}

/* Responsive */
@media screen and (max-width: 991px) {
  .awards_carousel_wrap {
    padding-top: 40px;
  }

  .renewable_points_grid {
    row-gap: 20px;
  }

  .career_short_content h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .awards_carousel_wrap {
    padding-top: 30px;
  }

  .service_card_title {
    font-size: 18px;
  }
}

/* ======= About Us Hero Section ======= */
.about_hero_section {
  padding: 140px 0 80px;
  background-color: #fff;
  overflow: hidden;
}

.about_hero_text_col {
  padding-right: 60px;
}

.about_hero_breadcrumb {
  margin-bottom: 20px;
}

.about_hero_breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #4C5656;
}

.about_hero_breadcrumb .breadcrumb-item a {
  color: #009846;
  text-decoration: none;
}

.about_hero_breadcrumb .breadcrumb-item.active {
  color: #4C5656;
}

.about_hero_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #4C5656;
}

.about_hero_heading {
  font-size: 52px;
  font-weight: 500;
  color: #2B2A29;
  line-height: 1.1;
  margin-bottom: 24px;
}

.about_hero_heading span {
  background-image: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about_hero_desc {
  font-size: 18px;
  font-weight: 300;
  color: #4C5656;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 480px;
}

.about_hero_stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
  padding: 28px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.about_hero_stat_item {
  flex: 1;
  text-align: center;
}

.about_hero_stat_item h3 {
  font-size: 32px;
  font-weight: 600;
  color: #2B2A29;
  margin-bottom: 4px;
  line-height: 1;
}

.about_hero_stat_item h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #009846;
  margin-left: 2px;
}

.about_hero_stat_item p {
  font-size: 13px;
  font-weight: 400;
  color: #4C5656;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about_hero_stat_divider {
  width: 1px;
  height: 48px;
  background-color: #EBEBEB;
  flex-shrink: 0;
}

/* Image side */
.about_hero_image_col {
  padding-left: 20px;
}

.about_hero_image_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.about_hero_main_img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.about_hero_badge {
  position: absolute;
  bottom: 32px;
  left: -28px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.about_hero_badge_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.about_hero_badge_year {
  font-size: 12px;
  font-weight: 400;
  color: #4C5656;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about_hero_badge_inner strong {
  font-size: 36px;
  font-weight: 700;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.about_hero_badge_label {
  font-size: 11px;
  font-weight: 400;
  color: #4C5656;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .about_hero_section {
    padding: 120px 0 60px;
  }

  .about_hero_text_col {
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .about_hero_image_col {
    padding-left: 15px;
  }

  .about_hero_heading {
    font-size: 40px;
  }

  .about_hero_badge {
    left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about_hero_section {
    padding: 100px 0 50px;
  }

  .about_hero_heading {
    font-size: 32px;
  }

  .about_hero_main_img {
    height: 320px;
  }

  .about_hero_stats {
    gap: 0;
  }

  .about_hero_stat_item h3 {
    font-size: 24px;
  }

  .about_hero_badge {
    left: 12px;
    bottom: 20px;
    padding: 14px 18px;
  }

  .about_hero_badge_inner strong {
    font-size: 28px;
  }
}

/* ======= Technological Advancements Section ======= */
.tech_adv_image_wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

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

.tech_adv_cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}

.tech_adv_card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 24px;
  border-left: 3px solid #009846;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tech_adv_card:hover {
  box-shadow: 0 8px 32px rgba(0, 152, 70, 0.15);
  transform: translateY(-2px);
}

.tech_adv_card_num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to bottom, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  min-width: 36px;
}

.tech_adv_card_body h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2B2A29;
  margin-bottom: 6px;
}

.tech_adv_card_body p {
  font-size: 14px;
  color: #4C5656;
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .tech_adv_section .col-lg-6:first-child {
    order: 2;
  }

  .tech_adv_section .col-lg-6:last-child {
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  .tech_adv_card {
    padding: 16px 18px;
    gap: 14px;
  }

  .tech_adv_card_num {
    font-size: 22px;
  }
}

/* ======= Solar Cell Hero Section ======= */
.sc_hero_section {
  padding: 140px 0 80px;
  background-color: #fff;
  overflow: hidden;
}

/* Breadcrumb */
.sc_hero_breadcrumb {
  margin-bottom: 20px;
}

.sc_hero_breadcrumb .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.sc_hero_breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #4C5656;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sc_hero_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '/';
  color: #009846;
  font-weight: 600;
  padding: 0;
}

.sc_hero_breadcrumb .breadcrumb-item a {
  color: #4C5656;
  text-decoration: none;
  transition: color 0.2s;
}

.sc_hero_breadcrumb .breadcrumb-item a:hover {
  color: #009846;
}

.sc_hero_breadcrumb .breadcrumb-item.active {
  color: #009846;
  font-weight: 500;
}

/* Heading */
.sc_hero_heading {
  font-size: 64px;
  font-weight: 700;
  color: #2B2A29;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.sc_hero_heading span {
  background: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.sc_hero_desc {
  font-size: 16px;
  color: #4C5656;
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 40px;
}

/* Stats bar */
.sc_hero_stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.sc_hero_stat_item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2B2A29;
  margin-bottom: 4px;
  line-height: 1;
}

.sc_hero_stat_item h3 span {
  font-size: 18px;
  font-weight: 500;
  color: #009846;
  margin-left: 2px;
}

.sc_hero_stat_item p {
  font-size: 13px;
  color: #4C5656;
  margin: 0;
}

.sc_hero_stat_divider {
  width: 1px;
  height: 48px;
  background: #e0e0e0;
  flex-shrink: 0;
}

/* CTA */
.sc_hero_cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Image side */
.sc_hero_image_col {
  padding-left: 20px;
}

.sc_hero_image_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sc_hero_main_img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14);
}

/* Floating badge */
.sc_hero_badge {
  position: absolute;
  bottom: 32px;
  right: -20px;
  background: #fff;
  border-radius: 12px;
  padding: 18px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-left: 4px solid #009846;
}

.sc_hero_badge_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.sc_hero_badge_label {
  font-size: 11px;
  font-weight: 500;
  color: #4C5656;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sc_hero_badge_inner strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc_hero_badge_sub {
  font-size: 11px;
  color: #4C5656;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .sc_hero_section {
    padding: 120px 0 60px;
  }

  .sc_hero_heading {
    font-size: 48px;
  }

  .sc_hero_image_col {
    padding-left: 15px;
    margin-top: 48px;
  }

  .sc_hero_badge {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sc_hero_section {
    padding: 100px 0 50px;
  }

  .sc_hero_heading {
    font-size: 40px;
  }

  .sc_hero_main_img {
    height: 380px;
  }

  .sc_hero_stats {
    gap: 20px;
  }

  .sc_hero_stat_item h3 {
    font-size: 28px;
  }

  .sc_hero_badge {
    right: 12px;
    bottom: 20px;
    padding: 14px 18px;
  }

  .sc_hero_badge_inner strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .sc_hero_heading {
    font-size: 34px;
  }

  .sc_hero_desc {
    font-size: 15px;
  }

  .sc_hero_stat_divider {
    display: none;
  }

  .sc_hero_stats {
    gap: 16px;
  }
}

/* ======= Cell Specs Section ======= */
.cell_spec_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
}

.cell_spec_card:hover {
  box-shadow: 0 16px 56px rgba(0, 152, 70, 0.14);
  transform: translateY(-4px);
}

.cell_spec_image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.cell_spec_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.cell_spec_card:hover .cell_spec_image img {
  transform: scale(1.04);
}

.cell_spec_body {
  padding: 28px 32px 32px;
}

.cell_spec_tag {
  display: inline-block;
  background: rgba(0, 152, 70, 0.1);
  color: #009846;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.cell_spec_tag_blue {
  background: rgba(12, 84, 160, 0.1);
  color: #0C54A0;
}

.cell_spec_body h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2B2A29;
  margin-bottom: 24px;
}

.cell_spec_stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cell_spec_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cell_spec_stat_val {
  font-size: 18px;
  font-weight: 700;
  color: #2B2A29;
  line-height: 1;
}

.cell_spec_stat_label {
  font-size: 12px;
  color: #4C5656;
}

.cell_spec_stat_divider {
  width: 1px;
  height: 36px;
  background: #e8e8e8;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .cell_spec_image {
    height: 200px;
  }

  .cell_spec_body {
    padding: 20px 20px 24px;
  }

  .cell_spec_stat_val {
    font-size: 15px;
  }
}

/* ======= FAQ Section ======= */
.sc_faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc_faq_item {
  border-bottom: 1px solid #e8e8e8;
}

.sc_faq_item:first-child {
  border-top: 1px solid #e8e8e8;
}

.sc_faq_question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}

.sc_faq_question span {
  font-size: 16px;
  font-weight: 500;
  color: #2B2A29;
  line-height: 1.4;
  transition: color 0.2s;
}

.sc_faq_item.active .sc_faq_question span {
  color: #009846;
}

.sc_faq_icon {
  font-size: 20px;
  color: #009846;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.sc_faq_item.active .sc_faq_icon {
  transform: rotate(45deg);
}

.sc_faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
}

.sc_faq_answer.open {
  max-height: 300px;
  padding-bottom: 20px;
}

.sc_faq_answer p {
  font-size: 15px;
  color: #4C5656;
  line-height: 1.7;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sc_faq_question span {
    font-size: 15px;
  }
}

/* Fix breadcrumb divider */
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: "/";
}
/* --- Image Hover Shine Effect --- */
.onix-shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.onix-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.onix-shine:hover::before {
    animation: onix-shine-effect 0.8s ease;
}

@keyframes onix-shine-effect {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


/* ══════════════════════════════════════════════════
   HOME PAGE — Why Choose Us card hover effect
══════════════════════════════════════════════════ */
/* .home_why_us_card removed - duplicate of .why-us-card */

/* ══════════════════════════════════════════════════
   HOME PAGE — Services Section
══════════════════════════════════════════════════ */
.home-services-section .home-services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.home-services-section .home-service-col {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}
.home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-service-card:hover {
  transform: none;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.home-service-card__img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.home-service-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home-service-card__body {
  flex: 1;
  padding: 20px 22px 24px;
  text-align: left;
}
.home-service-card__body h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1a2e1a;
  margin: 0 0 8px;
  line-height: 1.2;
}
.home-service-card__body h5 a {
  color: inherit;
  text-decoration: none;
}
.home-service-card__body h5 a:hover { color: #009846; }
.home-service-card__body p {
  font-size: 16px;
  color: #4C5656;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

/* Shine effect */
.home-service-card__img-wrap::before,
.home-service-card__img-wrap::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 120%; height: 120%;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: none;
}
.home-service-card__img-wrap::before {
  background: linear-gradient(135deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.50) 50%, rgba(255,255,255,0) 70%);
  transform: translate(-50%,-50%) translateX(0%) translateY(0%);
}
.home-service-card__img-wrap::after {
  background: linear-gradient(315deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.50) 50%, rgba(255,255,255,0) 70%);
  transform: translate(-50%,-50%) translateX(0%) translateY(0%);
}
.home-service-card:hover .home-service-card__img-wrap::before {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(-60%) translateY(-60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}
.home-service-card:hover .home-service-card__img-wrap::after {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(60%) translateY(60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}

/* ══════════════════════════════════════════════════
   HOME PAGE — Footprint Section
══════════════════════════════════════════════════ */
.footprint-home-section {
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footprint-stats-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.footprint-stats-grid .footprint-stat-col {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 15px);
}
.footprint_card_details {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgba(255,255,255,0.92);
  border-radius: 12px;
  padding: 28px 20px 24px;
  text-align: center;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.footprint_head_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footprint-stat-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 16px;
}
.footprint_head_content h2.animated-number {
  font-size: 36px;
  font-weight: 600;
  background-image: linear-gradient(to right, #0C54A0, #009846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.1;
}
.footprint_card_details .footprint_text_content {
  margin-top: 12px;
}
.footprint_card_details .footprint_text_content p {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footprint_desc {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

/* ══════════════════════════════════════════════════
   HOME PAGE — Why Renewable grid
══════════════════════════════════════════════════ */
.renewable-points-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.renewable-points-grid .renewable-point-col {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
}

/* ══════════════════════════════════════════════════
   HOME PAGE — About section layout
══════════════════════════════════════════════════ */
.home-about-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.video-box {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.home-about-left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.home-about-right {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

/* ══════════════════════════════════════════════════
   HOME PAGE — Why Choose Us section bg
══════════════════════════════════════════════════ */
.home-why-us-section {
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5ff 100%);
}


/* ── Home video wrappers ── */
.home-video-desktop {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.home-video-desktop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-top: 118px;
}
.home-video-mobile {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Home CTA row — centered single column ── */
.home-cta-row {
  display: flex;
  justify-content: center;
}
.home-cta-col {
  width: 100%;
  max-width: 720px;
}


/* ══════════════════════════════════════════════════
   GLOBAL — Why Choose Us card (all pages)
   Single source of truth — replaces about_why_us_card,
   (home_why_us_card, wwd_why_us_card removed as duplicates)
══════════════════════════════════════════════════ */
.why-us-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 1;
}
.why-us-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.why-us-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 1;
  clip-path: circle(150% at 0% 100%);
  transition: clip-path 0.35s ease-in-out;
  pointer-events: none;
}
.why-us-card .why_us_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.30);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
  pointer-events: none;
}
.why-us-card .about_why_us_content {
  position: relative;
  z-index: 3;
}
.why-us-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 54px rgba(0,0,0,0.18);
  border-color: transparent !important;
}
.why-us-card:hover::before { transform: none; }
.why-us-card:hover::after { clip-path: circle(0% at 100% 0%); }
.why-us-card:hover .why_us_overlay { opacity: 1; background-color: #000000a3;}
.why-us-card .why_us_icon_row h4,
.why-us-card .about_why_us_content p {
  transition: color 0.25s ease, -webkit-text-fill-color 0.25s ease;
}
.why-us-card:hover .why_us_icon_row h4,
.why-us-card:hover .about_why_us_content p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.why-us-card .why_us_icon_row img {
  transition: filter 0.25s ease, transform 0.3s ease;
}
.why-us-card:hover .why_us_icon_row img {
  filter: brightness(0) invert(1);
  transform: scale(1.12);
}

/* ── Why Choose Us grid — global ── */
.why-us-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}
.why-us-grid .why-us-col {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 15px);
}
.why-us-grid .about_why_us {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.why-us-grid .about_why_us_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.why-us-grid .about_why_us_content p { flex: 1; }


/* Why Choose Us section background */
.why-us-bg {
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5ff 100%);
}


/* ══════════════════════════════════════════════════
   GLOBAL — FAQ Section
══════════════════════════════════════════════════ */
.sm-faq-section { background: #f8fdf9; }
.sm-faq-header { text-align: left; margin-bottom: 40px; }
.sm-faq-header h2 { font-size: 36px; font-weight: 400; color: #2B2A29; margin-bottom: 10px; font-family: "Poppins", sans-serif; }
.sm-faq-header p { font-size: 15px; color: #4C5656; max-width: 480px; margin: 0 auto; line-height: 1.6; }
.sm-faq-header p a { color: #009846; text-decoration: underline; }
.sm-faq-grid {
  display: flex;
  gap: 14px;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-start;
}
.sm-faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sm-faq-item {
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.sm-faq-item.open {
  border-color: #009846;
  box-shadow: 0 4px 18px rgba(0,152,70,0.10);
}
.sm-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
}
.sm-faq-btn span { flex: 1; }
.sm-faq-chevron {
  flex-shrink: 0;
  color: #009846;
  background: #e8f5ee;
  border-radius: 50%;
  padding: 4px;
  transition: transform 0.3s ease, background 0.25s, color 0.25s;
}
.sm-faq-item.open .sm-faq-chevron {
  transform: rotate(180deg);
  background: #009846;
  color: #fff;
}
.sm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}
.sm-faq-item.open .sm-faq-answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.sm-faq-answer p {
  font-size: 16px;
  font-weight: 400;
  color: #4C5656;
  margin: 0;
  line-height: 1.65;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
}


/* ── Contact page — shine effect on card image (reuses home-service-card__img-wrap) ── */
.contact_detail_card:hover .home-service-card__img-wrap::before {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(-60%) translateY(-60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}
.contact_detail_card:hover .home-service-card__img-wrap::after {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(60%) translateY(60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}

/* ── About page — shine effect on images (reuses home-service-card__img-wrap) ── */
.about_img_primary:hover .home-service-card__img-wrap::before,
.about_img_secondary:hover .home-service-card__img-wrap::before {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(-60%) translateY(-60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}
.about_img_primary:hover .home-service-card__img-wrap::after,
.about_img_secondary:hover .home-service-card__img-wrap::after {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(60%) translateY(60%);
  transition: transform 0.5s ease, opacity 0.15s ease;
}


/* ══════════════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════════════ */

/* About section layout */
.about-onix {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.about-onix .about-left-col {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.about-right-content {
  flex: 0 0 calc(50% - 20px);
  align-content: center;
}

/* Feature list — 2 column grid */
.about-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Why Renewable section — 2 col grid */
.about-renewable-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-renewable-col {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
}


/* ══════════════════════════════════════════════════
   WHAT WE DO PAGE
══════════════════════════════════════════════════ */
.what-we-do-why-us {
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5ff 100%);
}
.wwd-overview {
  display: flex;
  justify-content: center;
}
.wwd-overview-inner {
  width: 100%;
  max-width: 1040px;
  text-align: center;
}
.wwd-overview-inner p {
  margin-top: 16px;
}
