@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: 0%;
}


html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -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;
}

body {
  font-family: "Poppins", serif;
  font-size: 17px;
  color: #86868B;
  font-weight: 400;
  line-height: 130%;
  overflow-x: hidden !important;
}

p {
  font-family: "Poppins", serif;
  font-size: 17px;
  font-weight: 300;
  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: 17px;
}

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: #86868B;
  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: #86868b;
  font-size: 17px;
  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,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .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,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .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,
.slider-grid-bg .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
.pricing .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev {
  left: 10px !important;
}

.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-next,
.rooms1 .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,
.slider-grid-bg .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-prev,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-next,
.rooms1 .owl-theme .owl-prev,
.rooms1 .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,
.slider-grid-bg .owl-theme .owl-prev>span,
.slider-grid-bg .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
.pricing .owl-theme .owl-prev>span,
.pricing .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.rooms-page .owl-theme .owl-prev>span,
.rooms-page .owl-theme .owl-next>span,
.rooms3 .owl-theme .owl-prev>span,
.rooms3 .owl-theme .owl-next>span,
.rooms2 .owl-theme .owl-prev>span,
.rooms2 .owl-theme .owl-next>span,
.rooms1 .owl-theme .owl-prev>span,
.rooms1 .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-"],
.slider-grid-bg .owl-theme .owl-nav [class*="owl-"],
.news .owl-theme .owl-nav [class*="owl-"],
.pricing .owl-theme .owl-nav [class*="owl-"],
.testimonials .owl-theme .owl-nav [class*="owl-"],
.rooms-page .owl-theme .owl-nav [class*="owl-"],
.rooms3 .owl-theme .owl-nav [class*="owl-"],
.rooms2 .owl-theme .owl-nav [class*="owl-"],
.rooms1 .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,
.slider-grid-bg .owl-theme .owl-nav [class*="owl-"]:hover,
.news .owl-theme .owl-nav [class*="owl-"]:hover,
.pricing .owl-theme .owl-nav [class*="owl-"]:hover,
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms-page .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms3 .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms2 .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms1 .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,
  .slider-grid-bg .owl-theme .owl-nav,
  .news .owl-theme .owl-nav,
  .pricing .owl-theme .owl-nav,
  .testimonials .owl-theme .owl-nav,
  .rooms-page .owl-theme .owl-nav,
  .rooms3 .owl-theme .owl-nav,
  .rooms2 .owl-theme .owl-nav,
  .rooms1 .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;
}

 

.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;
}

/* ======= Navbar style ======= */
.navbar {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff00;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-family: "Poppins", serif;
  font-size: 17px;
  font-weight: 400;
  color: #2B2A29;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* padding-right: 25px;
  padding-left: 25px; */
  padding: 28px 25px;
}

.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
  color: #009846;
}

.navbar .navbar-nav .active {
  color: #009846 !important;
}

.navbar .navbar-nav .active i {
  color: #009846;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #009846;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .active {
  color: #009846 !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 160px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}



.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Poppins", serif;
  font-size: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
  float: left;
}



.logo-wrapper .logo span {
  display: block;
  font-family: "Poppins", serif;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.logo {
  padding: 0;
}

.logo-img {
  width: 120px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: #009846;
}

.mini_nav_item .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: #ffffff;
}

.nav-scroll .dropdown .nav-link i {
  color: #222;
}

.nav-scroll .navbar-nav .active i {
  color: #009846;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 8px 0;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 400;
  color: #2B2A29;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #009846;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  /* box-shadow: 0 16px 50px rgb(0 0 0 / 7%); */
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 1299px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    padding: 0 20px;
    border: none;
    border-top: 1px solid #f4f4f4;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}


@media screen and (max-width: 991px) {
    
      .career_bg_image {
    display: none;
  }
  
  
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    /* height: 100px; */
  }

  .nav-scroll {
    background: #fff;
  }

  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }

  .nav-scroll .logo-wrapper {
    padding: 26px 0 26px 15px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 160px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }

  .nav-scroll .logo {}

  .logo-img {
    margin-bottom: 0px;
    width: 140px;
    padding: 0;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    /* margin-top: 10px; */
    border: none;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
  }

  /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
  .navbar .navbar-nav .nav-link {
    color: #222;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #222 !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #009846 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }

  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }

  .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
    transform: rotate(0deg);
  }

  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link.active i {
    color: #009846;
  }
}

@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    /* height: 450px; */
    /* overflow: auto; */
    /* height: auto; */
    /* overflow: scroll; */
    background: #ffffff;
    text-align: left;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    /* padding: 0 20px 20px 20px; */
  }

  .navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .navbar-collapse.show {
    max-height: 100vh;
  }


  /* Default hidden state */
  .dropdown-menu.dropdown-wide {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
  }

  /* Visible state */
  .dropdown-menu.dropdown-wide.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }





  .navbar .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }

  body.noscroll {
    overflow: hidden;
  }

  /* .nav-item {
    border-bottom: 1px solid #e6e6e6;
  } */

  .navbar .navbar-nav .nav-active-icon {
    display: none;
  }
}


/* ======= 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: #86868b;
}

.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: 17px;
  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: 17px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

.social-info {
  position: relative;
  display: block;
}

.social-info a {
  display: block;
  font-size: 17px;
  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: 17px;
  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;
}

.navbars {
  display: block;
  position: relative;
}

.mini_nav_bar_area {
  display: block;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, #0C54A0, #009846);
}

.mini_nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /* Align items to the right */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}

.mini_nav .mini_nav_item {
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 300;
}

.main_nav {
  padding: 0 0;
}

.mini_nav_item .dropdown-menu {
  padding: 0;
  transform: translateY(6px);
  border: 1px solid #f2f2f2;
}

.mini_nav_item .dropdown-submenu {
  padding: 6px 20px;
  border-bottom: 1px solid #f2f2f2;
  width: 200px;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mini_nav_item .dropdown-submenu .dropdown-item {
  font-size: 15px;
  padding: 3px 0;
}


.menu-icon {
  width: 26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #000;
}

.menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000;
}

.dropdown-wide {
  width: 580px;
}

.dropdown-wide-solution {
  width: 1200px;
}

.nav-item.dropdown {
  position: relative;
}

.dropdown-menu.dropdown-wide {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}

.dropdown-menu.dropdown-wide-solution {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}


.dropdown-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.dropdown-menu a {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: #000;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.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
}

.navbar_dropdown_part {
  border-right: 1px solid #F2F2F2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.dropdown-wide-solution .navbar_dropdown_part:last-child {
  border-right: 0px;
}

.navbar_dropdown_pad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo_and_social {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.footer_logo {
  max-width: 100%;
}

.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;
}

.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: 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: 30px
}

.footer_upper_part_links {
  display: block;
  position: relative;
  padding-bottom: 60px;
}

.footer_bottom_part_links {
  display: block;
  position: relative;
  padding-bottom: 100px;
}

.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: #86868B;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}


.wind_mill_animate {
  display: block;
  position: relative;
}

.onix-footer-shape-1 {
  position: absolute;
  top: 0px;
  /* left: 50%;
  transform: translateX(-50%); */

  position: absolute;
  bottom: 0;
  right: 0;
}

.onix-footer-shape-2 {
  position: absolute;
  top: 25px;
  left: 82px;
}

.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: 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;
  opacity: 0;
  filter: blur(10px);
}

.mini_content_section h2 {
  color: #2B2A29;
  margin-bottom: 25px;
}


.mini_content_section p {
  color: #86868B;
  margin-bottom: 0;
}


.chairman_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: 20px;
}

.chairman_content_area h2 {
  color: #2B2A29;
  margin-bottom: 10px;
}


.chairman_content_area p {
  color: #86868B;
  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: 17px;
  color: #86868B;
  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: 720px;
  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: #86868B;
  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: 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;
  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: 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;
  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: 20px;
  color: #2B2A29;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
  align-items: center;
  margin-bottom: 20px;
}

.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: 17px;
  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: 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;
  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: #86868B;
  margin-bottom: 0;
}


.chairman_section {
  background: url('https://onixrenewable.com/upload/who-we-are/chairman_msg_bg.jpg') no-repeat center center/cover;
  border-radius: 12px;
}

.chairman_content {
  background-color: #0C54A0;
  display: block;
  position: relative;
  padding: 70px 50px;
  transform: translateY(80px);
  z-index: 500;
  border-radius: 8px;
}

.quote_icon {
  display: block;
  position: absolute;
  top: -5%;
  right: 5%;
}

.quote_icon img {
  max-width: 80px;
}

.chairman_content h3 {
  color: #FFFFFF;
  margin-bottom: 10px;
}

.chairman_content h5 {
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

.chairman_content p {
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 0;
  margin-bottom: 50px;
}

.chairman_content_header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.vertical-line {
  width: 3px;
  background-color: #FFDD00;
  border-radius: 2px;
  margin-right: 15px;
  height: auto;
  align-self: stretch;
}

.onix_white_box_btn {
  position: relative;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.onix_white_box_btn img {
  max-width: 20px;
  margin-left: 8px;
}

.onix_white_box_btn a {
  background: #ffffff;
  font-size: 17px;
  padding: 12px 30px;
  height: 44px;
  margin: 0;
  position: relative;
  color: #2B2A29;
  font-weight: 400;
  transition: background 0.6s ease-in-out;
  text-decoration: none;
  background-size: 200% auto;
  background-position: left center;
  border-radius: 50px;
}

.other_social_info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.3s ease;
}

.other_social_info_btn i {
  font-size: 22px;
}

.chairmen_info_linkedin {
  margin-left: 10px;
}

.chairmen_info_twitter_x {
  margin-left: 10px;
}

.other_social_info_btn i {
  transition: color 0.3s ease;
}

.other_social_info_btn:hover i.bi-linkedin {
  color: #0077b5;
}

.other_social_info_btn:hover i.bi-twitter-x {
  color: #000000;
}



.onix_white_box_btn a:hover {
  background: #FFDD00;
  background-position: right center;
}

.chairmen_info_button_area {
  display: flex;
  position: relative;
}

.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: #86868B;
  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%;
}


.timeline-block {
  width: calc(50% + 8px);
  display: flex;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #009846;
  z-index: 9999
}

.timeline-content {
  width: 80%;
  padding: 40px;
  color: #666;
  margin: 0 50px;
  background: #fafafa;
  border: 1px dashed #ccc;
}



.timeline_main_tab {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.timeline_main_tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1;
  background: linear-gradient(to bottom, #009846 var(--timeline-progress), #CCD1D9 0%);
}


.timeline-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: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.timeline-content h3 {
  color: #2B2A29;
  margin-bottom: 15px;
}

.timeline-content p {
  color: #86868B;
  margin-bottom: 0;
}

.team_section {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
}

.team_section h6 {
  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: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 8px;
  text-align: center;
}

.team_section h3 {
  color: #2B2A29;
  margin-bottom: 0;
  text-align: center;
}

.mt-40 {
  margin-top: 40px;
}

.machinery_thumb_img {
  display: block;
  position: relative;
}

.machinery_thumb_img img {
  max-width: 100%;
}

.thumbnail_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.thumbnail_content img {
  max-width: 100px;
}

.thumbnail_content h2 {
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.machine_slide_image {
  display: block;
  position: relative;
}

.machine_slide_image img {
  border-radius: 12px;
}

.machine_names {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.machine_names h4 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}


.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: 17px;
  color: #86868B;
  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: 17px;
  color: #86868B;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}

.blog_event_section {
  display: block;
  position: relative;
  background: #FFFFFF;
  /* border: 1px dashed #ccc;
  padding: 15px; */
  border-radius: 20px;


}

.blog_event_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;
}

.blog_event_image img {
  max-width: 100%;
}

.mt-40 {
  margin-top: 40px;
}



.blog_event_content {
  padding: 25px;
  display: block;
  position: relative;
}

.blog_event_header h4 {
  color: #2B2A29;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
  max-height: 62.4px;
  /* 2 lines of 130% line-height on 24px font */
  font-weight: 400;
  margin-bottom: 15px;
}

.blog_event_link {
  display: flex;
  position: relative;
}

.blog_event_link img {
  max-width: 24px;
  margin-right: 5px;
}

.blog_event_link p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
  color: #009846;
}

.blog_event_link a {
  color: #86868B;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.quote_content {
  display: block;
  position: relative;
}

.quote_icon_bg {
  display: block;
  position: relative;
  margin-bottom: 100px;
}

.quote_icon_bg img {
  max-width: 80px;
}

.quote_content h1 {
  color: white;
  margin-bottom: 100px;
}

.quote_content h4 {
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}

.quote_line_bar {
  display: block;
  position: relative;
}

.quote_line_bar img {
  max-width: 100px;
}


.butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 400;
  background: #009846;
  color: #fff;
  padding: 12px;
  margin: 0;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  align-self: center;
  margin-top: 30px;
  width: 100%;
  border-radius: 10px;
}

.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;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.butn-dark2 span {
  position: relative;
  z-index: 2;
}

.butn-dark2:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.butn-dark2:hover span {
  color: #fff;
}

.career_position {
  display: block;
  position: relative;
}

.single_career_position {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  padding-top: 35px;
}

.career_position .single_career_position:last-child {
  margin-bottom: 0;
}

.career_position_head {
  display: block;
  position: relative;
}

.career_position_head_content {
  display: block;
  position: relative;
  /* margin-left: 40px; */
  align-content: center;
}

.career_position_head_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: 5px;
  text-align: center;
}

.career_position_head_content h3 {
  color: #2B2A29;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  font-size: 24px;
}

.single_career_buttons {
  display: flex;
  position: relative;
  align-items: center;
}

.career_learnmore_btn {
  color: #0C54A0;
  background-color: rgba(12, 84, 160, 0.1);
  padding: 0 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  height: 45px;
}

.career_apply_btn a {
  color: #009846;
  padding: 12px 50px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  border: 1px solid #009846;
}

.career_apply_btn a:hover {
  color: #009846;
  background-color: rgba(0, 152, 70, 0.2);
}

.career_learnmore_btn:hover {
  color: #0C54A0;
  background-color: rgba(12, 84, 160, 0.2);
}

.career_small_details {
  display: flex;
  position: relative;
  margin-top: 10px;
}

.career_small_details_single {
  display: flex;
  position: relative;
  margin-right: 30px;
  align-items: center;
}

.career_small_details .career_small_details_single:last-child {
  margin-right: 0;
}

.career_small_details_single img {
  max-width: 20px;
}

.career_small_details_single p {
  margin-bottom: 0;
  margin-left: 10px;
  color: #3D3D3D;
  font-size: 15px;
}


.working_at_onix {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.col-lg-12 .working_at_onix:last-child {
  border-bottom: 0
}


.working_onix_content {
  display: flex;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
}

.working_onix_content img {
  max-width: 55px;
}

.working_onix_content h4 {
  color: #2B2A29;
  margin-bottom: 0;
  align-content: center;
}

.contact_area_filter {
  display: block;
  position: relative;
}

.messonry-button {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 50px;
}

.messonry-button button {
  font-size: 16px;
  padding: 6px 70px;
  color: #86868B;
  background-color: rgba(134, 134, 139, 0.1);
  border-radius: 10px;
  transition: 0.3s ease-in;
  display: block !important
}

.mr-20 {
  margin-right: 20px;
}

.messonry-button .active {
  color: #009846;
  background-color: rgba(0, 152, 70, 0.1);
}

.messonry-button button:hover {
  color: #009846;
  background-color: rgba(0, 152, 70, 0.1);
}


.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: 17px;
  color: #000000;
  font-weight: 500;
  line-height: 130%;
}

.location_info p {
  margin-top: 14px;
  color: #86868B;
  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: #86868B;
  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: #86868b;
}

.modal-body p {
  font-size: 17px;
  color: #86868b;
  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: 17px;
  color: #86868B;
  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: 17px;
  color: #86868B;
  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: 17px;
  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: #86868b;
  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: #86868b;
  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: #86868b;
  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: #86868B;
  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: #86868B;
  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: 17px;
  color: #86868B;
  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: 17px;
  color: #86868B;
  font-weight: 300;
  line-height: 130%;
  font-style: normal;
}

.accordion-box .block .content .text p {
  color: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: 17px;
  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;
}

.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: #86868B;
  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;
}

.messonry-button .port-filter:first-child {
  margin-right: 20px;
}

.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: #86868b;
}

.privacy_policy_content_area .policy_numbers li::marker {
  color: #86868b;
}

.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: #86868b;
  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;
} */


.timeline-block-left h6,
.timeline-block-left h3,
.timeline-block-left p {
  direction: ltr;
  text-align: end;
}

.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;
}

.career_position_head_content a {
  cursor: pointer;
}

#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: #86868b;
  font-size: 15px;
}

#careerModal .model_header_p {
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #86868b;
  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 .other_social_info_btn {
  background-color: #fafafa;
  width: 50px;
  height: 50px;
}

.chairmen_social_btn .chairmen_info_linkedin {
  margin-left: 0;
}

.blog_event_image {
  display: block;
  position: relative;
}

/* .blog_event_upload_date p {
  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;
} */

.blog_event_upload_date {
  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;
}

.blog_event_description p {
  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) */
.blog_event_section:hover .blog_event_link img {
  animation: arrow-slide 0.8s ease forwards;
}

/* 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;
  }
}

.blog_event_section {
  transition: box-shadow 0.3s ease;
}

.blog_event_section:hover {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s ease;
}

.blog_event_image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease;
  transform-origin: center center;
  will-change: transform;
}

.blog_event_section:hover .blog_event_image img {
  transform: scale(1.10) rotate(0.5deg);
  filter: brightness(1.05);
}

.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: #86868B;
}

.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%;
}

.working_onix_content h4 span {
  color: #86868b;
}

#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_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;
  }
}

@media screen and (max-width: 575px) {
  .cta_btn_group .onix_green_btn {
    width: 100%;
    justify-content: center;
  }

  .cta_btn_group .onix_green_btn a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Section background utility */
.section-bg-light {
  background-color: #FAFAFA;
}

/* ======= Why Renewable Energy — Redesigned Section ======= */

.renewable_intro_text {
  color: #86868B;
  max-width: 700px;
  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: #86868B;
  margin-bottom: 0;
  font-size: 15px;
  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: 16px;
  }
}

@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: 150px;
  }
}

/* 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: 17px;
  }
}

/* ======= 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: #86868B;
}

.about_hero_breadcrumb .breadcrumb-item a {
  color: #009846;
  text-decoration: none;
}

.about_hero_breadcrumb .breadcrumb-item.active {
  color: #86868B;
}

.about_hero_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #86868B;
}

.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: 17px;
  font-weight: 300;
  color: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
  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: #86868B;
}

/* 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: #86868B;
}

.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: #86868B;
  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: "/";
}
