body {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
  }
html {
  scroll-behavior: smooth;
}

.banner {
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
}
.banner .content, .banner .content figure {
    height: 100vh;
    width: 100%;
}
.banner .content figure {
    position: relative;
    margin-bottom: 0;
}
.banner .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.header-main {
background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 5px 0;
}
.navbar-nav a {
 color: #174D39 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 1rem 6px 1rem;
}
.navbar ul li{
    padding: 0 12px;
}
.logo img{
    width: 160px;
    filter: brightness(0) invert(1);
}
.dropbtn {
  background-color:transparent;
  color: #174D39 !important;
  padding: 16px;
  font-size: 14px;
  border: none;

}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {

}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}
.head-main{

}
.header-main .navbar-nav{
    background: #fff;
    border-radius: 10px;
    box-shadow: #0000000d 0px 0px 40px;
}
.clients_logos{

}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.clients_logos {
  overflow: hidden;
  padding: 12px 0px;
  white-space: nowrap;
      position: absolute;
    bottom: 0;
        width: 100%;
        border-top: 1px solid #000;
}
.white .clients_logos {
      border-top: 1px solid #B8D433;
      background:#000000bd;
}

.clients_logos:before, .clients_logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}



.logo_items {
  display: inline-block;
  animation: 25s  slides infinite linear;
}
.white .logo_items {
    filter: brightness(0) invert(1);
}

.clients_logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
        width: 80px;
    margin: 0 40px;
    padding: 0 0px;
}



.slider-section {
  text-align: center;
  padding: 60px 0;
}

.secslider .overlap-slider {
  position: relative;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
      margin-top: 40px;
}

.secslider .slide {
  position: absolute;
  width: 420px;
  height: 450px;
  border-radius: 24px;
  transition: all 0.8s ease;
  opacity: 0;
  transform: scale(0.8);
  box-shadow: #0000005c 0px 8px 20px;
}

.secslider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
      border-radius: 24px;
          position: relative;
    z-index: 9;
}
.secslider .slide h1{
margin-bottom: 0;
    position: absolute;
    z-index: 99999;
    top: 38px;
    left: 22px;
    font-size: 22px;
    color: #fff;
    font-family: 'Adam';
    font-weight: 200;
    text-transform: uppercase;
}
.secslider .slide h1 a{
    color: #fff;
    text-decoration: none;
}
/* POSITION STATES */
.secslider .slide.center {
  transform: translateX(0) scale(1.15);
  opacity: 10;
  z-index: 5;
}

.slide.center::after {
  content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    height: 120px;
    background: url(../img/icons/shadow.png) no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.secslider .slide.left-1 {
  transform: translateX(-280px) scale(0.95);
  opacity: 10;
  z-index: 4;
}

.secslider .slide.left-2 {
  transform: translateX(-430px) scale(0.85);
  opacity: 10;
  z-index: 3;
}

.secslider .slide.right-1 {
  transform: translateX(280px) scale(0.95);
  opacity: 10;
  z-index: 4;
}

.secslider .slide.right-2 {
  transform: translateX(430px) scale(0.85);
  opacity: 10;
  z-index: 3;
}

/* DOTS */
.secslider .dots {
  margin-top: 30px;
}

.secslider .dot {
  width: 10px;
  height: 10px;
  background: #cfcfcf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.secslider .dot.active {
  background: #7dbb2c;
}

.headings{
text-align: center;
}
.headings h1{
font-family: 'Adam';   
color: #174D39;
    font-weight: 200;
        text-transform: uppercase;

}
.headings p{
    font-size: 14px;
}

.headings_left{
text-align: left;
}
.headings_left h1{
font-family: 'Adam';   
color: #174D39;
    font-weight: 200;
        text-transform: uppercase;

}
.headings_left p{
    font-size: 14px;
}



/* Dots */
.secslider .dots {
  margin-top: 20px;
}

.secslider .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.secslider .dot.active {
  background: #7bbf2a;
}
.footer-sec{
background: #D9D9D9;  
background-size: cover;
    background-attachment: fixed; 
        padding: 60px 0 60px 0;   
       
}

.footer-sec img{
        width: 180px;
            margin-bottom: 30px;
}
.footer-sec h3{
      font-weight: 700;
    color: #174D39;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.foot_menu{
      list-style: none;
    padding-left: 0;
}
.foot_menu li{

}
.foot_menu li a{
  color: #000;
    font-size: 14px;  
}

.footer-sec input{
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 12px;
}
.footer-sec textarea{
      width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 12px;
    height: 115px;
}
.address p{
 color: #000;   
     font-size: 14px;
}
.media-icons {
    display: flex;
    margin-top: 20px;
        gap: 0.4em;
}
.media-icons a {
    height: 35px;
    width: 35px;
    margin-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #174d39;
}
.address a {
    color: #f4b477;
    font-size: 15px;
    font-weight: 500;
}
.footer-bottom {
padding-top: 30px;
    padding-bottom: 15px;
}
.footer-bottom p{
  color: #fff;    
}
.downicon{
position: absolute;
    bottom: 8%;
    left: 50%;
    right: 50%;
}
.downicon svg{
     fill: #fff;
    width: 35px;
}
.social-links{
    padding-left: 0;
    padding-top: 25px;
}
.social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #c4874e;
}
.menu_top{
    text-align: end;
    padding: 1rem 88px 0rem 70px;
        color: #174D39 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: end;
    gap: 3.4em;
}
.white .menu_top a{
       color: #fff !important;
    font-weight: 300;
}
.navbar{
      padding-top: 0 !important;  
          margin-bottom: -10px;
}
.foot_address{
    color: #000;
    text-transform: none;
    font-size: 14px; 
    display: flex;
    gap: 0.8em;   
        margin-bottom: 20px;
}
.foot_address img{
    width: 20px;
        margin: 0;
}
.foot_address a{
    text-transform: none !IMPORTANT;
}
.footer-bottom{
    background: #174D39;
}
.footer-bottom h6{
    color: #B8D433;
        font-weight: 400;
        font-size: 14px;
}
.footer-bottom ul{
    display: flex;
    list-style: none;
    gap: 4.4em;
    font-size: 14px;
    font-weight: 400;
}

.footer-bottom ul a{
    color: #fff;
}
.foot_menu li a:hover{
    color: #174D39;
    text-decoration: none;
}
.width_sliderdes{
      width: 555px;
    margin: auto;  
}

.whysunkind{
background: #D9D9D9;
padding: 70px 0;
}
.border_heading:after{
    content: "";
    background: #B8D433;
    height: 2px;
    width: 200px;
    display: block;
    margin: auto;
}
.border_heading_green:after{
    content: "";
    background: #174d39;
    height: 2px;
    width: 200px;
    display: block;
    margin: auto;
}
.border_heading_left:after{
    content: "";
    background: #B8D433;
    height: 2px;
    width: 200px;
    display: block;
}

.whysunkind .image-stack {
  position: relative;
  width: 460px;
  height: 448px;
}

.whysunkind .image-card {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9) translateX(40px);
  transition: all 0.8s ease;
}

.whysunkind .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whysunkind .image-card.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 4;
}

.whysunkind .image-card.second {
  opacity: 1;
  transform: scale(0.95) translateX(45px);
  z-index: 3;
}

.whysunkind .image-card.third {
  opacity: 1;
  transform: scale(0.9) translateX(95px);
  z-index: 2;
}

.whysunkind .image-card.fourth {
  opacity: 1;
  transform: scale(0.85) translateX(145px);
  z-index: 1;
}

/* CONTENT */
.whysunkind .slider-content {
  padding-left: 30px;
}

.whysunkind .slider-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  animation: fadeText 0.8s ease;
  text-transform: uppercase;
      font-family: 'Adam';
      color: #174D39;
          text-align: left;
          font-weight: 300;
}

.whysunkind .slider-content p {
  color:#174D39;
      font-size: 14px;
  line-height: 1.6;
  animation: fadeText 0.8s ease;
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whysunkind .dots {
  display: flex;
  gap: 10px;
  margin-top: 30px;
      justify-content: center;
}

.whysunkind .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #B8D433;
  cursor: pointer;
}

.whysunkind .dot.active {
  background: #B8D433;
}
.slide_section{
        background: #fff;
    border-radius: 20px;
    padding: 40px;
        margin-top: 40px;
}
.explore_button{
    display: flex;
        align-items: center;
}
.explore_button .explore-btn{
    background: #B8D433;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    font-size: 14px;
        padding: 10px 55px 10px 30px;
}
.explore_button .icons{
border: 2px solid #B8D433;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
        display: flex;
    justify-content: center;
    align-items: center;
}
.explore_button .icons img{
          width: 45px !important;
    opacity: 10 !important;
    height: auto !important;
}
.explore_button .outside_circle{
    background: #ffffff;
    padding: 5px;
    border-radius: 50%;
    margin-left: -35px;
}


.explore_button2{
    display: flex;
        align-items: center;
}
.explore_button2 .explore-btn{
    background: #174D39;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    font-size: 14px;
        padding: 10px 55px 10px 30px;
}
.explore_button2 .icons{
border: 2px solid #174d39;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
        display: flex;
    justify-content: center;
    align-items: center;
}
.explore_button2 .icons img{
          width: 45px !important;
    opacity: 10 !important;
    height: auto !important;
}
.explore_button2 .outside_circle{
    background: #ffffff;
    padding: 5px;
    border-radius: 50%;
    margin-left: -35px;
}



.what-we-do {
  height: 100vh;
  padding: 60px;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: background-image 0.6s ease-in-out;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}


.text-area {
  max-width: 400px;
}

.text-area h3 {
  margin-bottom: 15px;
}

.fade {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.fade.hide {
  opacity: 0;
}
.custom-slider {
  width: 100%;
      position: relative;
  padding: 0;
}

.slider-container {

}

.slide-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.whatwedo .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
      background: #0f2d22;
}

.whatwedo .slide.active {
  opacity: 1;
  z-index: 2;
}

.whatwedo .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      opacity: 0.6;
}
.whatwedo .slide img:after {
  content: "";
}

.whatwedo .caption {
      position: absolute;
    bottom: 28%;
    left: 50%;
    color: #fff;
    width: 32%;
}
.whatwedo .caption h2{
      text-transform: uppercase;
    font-family: 'Adam';
    font-size: 32px;
    margin-bottom: 15px;
        text-align: left;
            font-weight: lighter;
}
.whatwedo .caption p{
        font-size: 14px;
    font-weight: 300;
}
.whatwedo .thumb-wrapper {
  width: 30%;
    display: flex;
    margin-right: 0;
    position: absolute;
    z-index: 9;
        padding-right: 15px;
    padding-left: 15px;
        margin-top:12%;
}

.whatwedo .thumb {
  height: 450px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
    margin-right: -80px;
    background: #0f2d22;
}

.whatwedo .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      opacity: 0.7;

}

.whatwedo .thumb span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
    font-family: 'Adam';
        font-size: 22px;
        font-weight: 100;
}

.whatwedo .thumb.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
      display: none;
}

.whatwedo .headings{
    position: absolute;
    z-index: 9;
    left: 42%;
    margin-top: 50px;
}
.whatwedo .headings h1 {
    color: #fff;
}
.india_map{
    background: #fff;
        padding: 70px 0 15px 0;
}

.india_map g{

}
.india_map .state_text {
  margin-top: 40px; color: #174D39;    margin-bottom: -22px; 
}
.india_map p {
    color: #174D39;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeText 0.8s ease;
        margin-top: 40px;
        margin-bottom: 24px;
}
.india_map ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
        margin-bottom: 0;
}
.india_map ul li{
       width: 50%; 
          margin-top: 10px;
    margin-bottom: 10px;
}
.india_map ul li h2{
    color: #174D39;
    font-family: 'Adam';
    font-weight: 200;
        font-size: 46px;
            text-align: left;
                margin-bottom: 0;
}
.india_map ul li h5{
     color: #174D39;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeText 0.8s ease;
    font-weight: 400;
}
.india_map .tab-pane {
    margin-top: 0;
    padding: 0 0 0 0;
}
.india_map table{
      font-size: 10px;
    color: #174D39;
    background: #E6E7E8;
    width: 100%;    animation: fadeText 0.8s ease;
}
.india_map table th{
    font-weight: 600;    padding: 12px 10px;
        border-bottom: 1px solid #c3c3c3;
}
.india_map table td{
       padding: 10px 10px;
    border-bottom: 1px solid #d6d6d6;
}
.table_responsive {
    overflow: auto;
    max-height: 325px;    margin-bottom: 25px;    padding-right: 6px;
}

.table_responsive::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.table_responsive::-webkit-scrollbar-track {
  
  border-radius: 10px;
}
 
/* Handle */
.table_responsive::-webkit-scrollbar-thumb {
  background: #E6E7E8; 
  border-radius: 10px;
}

/* Handle on hover */
.table_responsive::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.tabs {
}
.india_map .tab-content{
    height: 750px;
}
.tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-btn {
    background: #B8D433;
    cursor: pointer;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #174D39;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(222, 84, 72, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.tab-btn.active {
   background: #B8D433;
    cursor: pointer;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #174D39;
    padding: 0;
    
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.tab-pane {
  display: none;
  margin-top: 15px;
  border-radius: 6px;
      padding: 25px;
}

.tab-pane.active {
  display: block;
}
.state_img{
    margin-bottom: 30px;
}
.state_img img{
    width: 100%;
    border-radius: 10px;
}
.state_img p{
       margin: 0;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.tab-buttons .haryana{
        position: absolute;
    top: 22%;
    left: 29%;
    z-index: 9;
}

.tab-buttons .rajasthan{
        position: absolute;
    top: 28%;
    left: 21%;
    z-index: 9;
}
.tab-buttons .chattisgarh{
       position: absolute;
    top: 40%;
    left: 49%;
    z-index: 9;
}
.tab-buttons .madhyapradesh{
   position: absolute;
    top: 37%;
    left: 35%;
    z-index: 9;
}

.tab-buttons .mumbai{
      position: absolute;
    top: 47%;
    left: 26%;
    z-index: 9;
}
.tab-buttons .up{
        position: absolute;
    top: 19%;
    left: 38%;
    z-index: 9;
}
.tab-buttons .punjab{
        position: absolute;
    top: 17%;
    left: 26%;
    z-index: 9;
}
.tab-buttons .odisha{
        position: absolute;
    top: 44%;
    left: 54%;
    z-index: 9;
}
.tab-buttons .jharkhand{
         position: absolute;
    top: 37%;
    left: 56%;
    z-index: 9;
}

.tab-buttons .telangana{
      position: absolute;
    top: 52%;
    left: 38%;
    z-index: 9;
}
.tab-buttons .delhi{
        position: absolute;
    top: 23%;
    left: 32%;
    z-index: 9;
}
.tab-buttons .tamilnadu{
        position: absolute;
    top: 69%;
    left: 35%;
    z-index: 9;
}
.tab-buttons .goa{
   position: absolute;
    top: 58%;
    left: 22%;
    z-index: 9;
}
.tab-buttons .default{
        opacity: 0;
}
.sustainability_sec{

}
.sustainability_sec .slider{
    position:relative;
    height:118vh;
    overflow:hidden;
}

/* Slides */
.sustainability_sec .slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity 0.6s ease;
}
.sustainability_sec .slide.active{opacity:1;}
.sustainability_sec .slide::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, #0000001c 0%, #000000 100%);
}

/* Content */
.sustainability_sec .content{
       position: absolute;
    left: 5%;
    top: 72%;
    transform: translateY(-50%);
    max-width: 650px;
    z-index: 2;
    display: block;
    color: #fff
}

.sustainability_sec .content h1{
text-transform: uppercase;
    font-family: 'Adam';
    font-size: 26px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: lighter;
}

.sustainability_sec .content p{
        font-size: 13px;
    font-weight: 300;
}

/* Thumbnails */
.sustainability_sec .thumb-wrapper{
    position:absolute;
    right:0px;
    top:70%;
    transform:translateY(-50%);
    width:340px;               /* exactly 2 thumbnails visible */
    overflow:hidden;
    z-index:3;
}

.sustainability_sec .thumbs{
    display:flex;
    gap:16px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
}
.sustainability_sec .thumbs::-webkit-scrollbar{display:none;}

.sustainability_sec .thumb{
    width:200px;
    height:230px;
    flex-shrink:0;
    border-radius:14px;
    overflow:hidden;
    cursor:pointer;
    opacity:10;
    border: 2px solid #B8D433;
    transition:0.3s;
}
.sustainability_sec .thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ✅ active thumb hidden */
.sustainability_sec .thumb.active{
    display:none;
}

.sustainability_sec .headings {
    position: absolute;
    z-index: 9;
    left: 26%;
    margin-top: 50px;
}
.sustainability_sec .headings h1 {
    color: #fff;
}
.progress_main{

}
.progress_main .card-header{
background: transparent;
}
.progress_main .card-header h3{
     border: 1px solid #B8D433;
    color: #151515;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 4px;
    margin-bottom: 0;
}
.progress_main .btn{
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
        gap: 0.6em;
        align-items: center;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.progress_main .card-header .steps{
    width: 25%; 
}
.progress_main .card-header h2{
        color: #174D39;
    text-align: left;
    font-size: 24px;
}
.progress_main .card-header .steps_heading{
    width: 58%; 
}
.progress_main .card-header .steps_icon{
   width: 12%; 
}
.progress_main .card-header img{
   width: 100%; 
}
.progress_main .text_progress .steps{
  width: 40%;   
}
.progress_main .text_progress .steps h3 {
    border: 1px solid #B8D433;
    color: #151515;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 4px;
    margin-bottom: 0;
        text-align: center;
}
.progress_main .text_progress h2 {
    color: #151515;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 0 0 0;
    margin-bottom: 0;
    text-align: left;
}
.text_progress p{
        color: #174D39;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeText 0.8s ease;
    margin-top: 10px;
}
.progress_body{
    display: flex;
        gap: 1em;
}
.progress_main .image_progress{
    width: 40%;
}
.progress_main .image_progress img{
     width: 100%;  
}
.progress_main .text_progress{
      width: 60%;  
}
.progress_section{
    background: #B8D433;
        padding: 60px 20px;
}
.card-header.hide-header {
  display: none !important;
}
.progress_main .card{
        margin-bottom: 20px;
        border-radius: 12px !important;
}
.progress_main .collapse {
border-radius: 12px;
}


.progress_sidetext h1 {
    font-family: 'Adam';
    color: #174D39;
    font-weight: 200;
    text-transform: uppercase;
        font-size: 52px;
}

.progress_sidetext p {
    color: #174D39;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeText 0.8s ease;
    margin-top: 40px;
}


/* Button */
.dropbtn {
  background-color: transparent;
  color: #0b3d2e;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown wrapper */
.dropdown {
  position: static !important; /* IMPORTANT */
}

/* Full width dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 999;
}

/* Inner container for alignment */
.dropdown-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
}

/* Links */
.dropdown-content a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.dropdown-content a:hover {
  color: #0b3d2e;
}

/* Hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.header-main {
    transition: background-color 0.3s ease;
}

.header-main.hover-active {
    background-color: #ffffff82; /* change to any color */
}
.header-main.hover-active .navbar-nav{
    background: transparent;
        box-shadow: none;
}
.header-main.hover-active .menu_top a {
    color: #174D39 !important;
    font-weight: 400;
}

/* Optional: change text color */
.header-main.hover-active .nav-link,
.header-main.hover-active .dropbtn {
    color: #000;
}


.header-main {
  top: 0;
  width: 100%;
  z-index: 999;

}

.header-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff30;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Header bg on hover */
.header-main.menu-hover::before {
  opacity: 1;
}

.header-inner {
  margin: auto;
  padding: 0 70px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

/* MENU */
.menu_top a{
    color: #fff;
    font-weight: 300;
        position: relative;
    z-index: 99;
}
.menu-hover .menu_top a{
    color: #174D39 !important;
    font-weight: 400;
}
.menu {
  display: flex;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: #0000000d 0px 0px 40px;
    padding-left: 15px;
}
.menu-hover .menu{
    background: transparent;
    box-shadow: none;
}
.menu-hover .logo img{
    background: transparent;
    box-shadow: none;
    filter: none;
}
.menu > li > a {
      color: #174D39 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 1rem 6px 1rem;
  display: inline-block;
      border-bottom: 4px solid #174d3900;
}

/* MEGA MENU */
.has-mega {
  position: static;
margin-right: 15px;
}
.has-mega > a {
  position: relative;
  padding-right: 18px; /* space for icon */
}

/* DEFAULT + ICON */
.has-mega > a::after {
  content: "+";
  position: absolute;
  right: 0;
      top: 55%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.whysunkind #description {
  white-space: pre-line;
}
/* ON HOVER → – */
.has-mega:hover > a::after {
  content: "−";
}
.mega-menu {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100vw;
  background: #ffffffd4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 9999;
      padding: 60px 0;
          border-top: 2px solid #174D39;
}

/* SHOW MEGA MENU */
.has-mega:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* MEGA CONTENT */
.mega-container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 40px;
}

.mega-col h4 {
  margin-bottom: 15px;
  color: #0a3c2f;
}

.mega-col a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.image-col img {
  width: 100%;
  border-radius: 12px;
}

.image-col p {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}
.menu_heading{
font-family: 'Adam';
    color: #174D39;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 52px;
}

.header-main.menu-hover{
    background: #ffffffd4;
}

.headersub_menu{
      list-style: none;
    padding-left: 0;
}
.headersub_menu li{
    padding-bottom: 15px;
}
.headersub_menu li a{
  color: #000;
    font-size: 14px;  
}

.menu > li > a:hover{
        border-bottom: 4px solid #174d39;
}

.submenu_image{

}
.submenu_image img{
 width: 100%;  
 border-radius: 15px; 
}
.submenu_image_nelowtext{
    padding-left: 0px;
    padding-top: 20px;
        display: flex;
    align-items: center;
        gap: 2.4em;
}
.submenu_image_nelowtext h4{
    color: #174D39;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}


.submenu_image_nelowtext .outside_circle {
    background: #ffffff00;
    padding: 5px;
    border-radius: 50%;
    margin-left: -35px;
}
.submenu_image_nelowtext .icons {
    border: 2px solid #B8D433;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submenu_image_nelowtext .icons img {
    width: 35px !important;
    opacity: 10 !important;
    height: auto !important;
}




/* HERO */
.contact-hero {
    height: 500px;
    background: #1e4a39 url(../img/map_headquarters.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}

.contact-title {
    color: #fff;
    font-size: 60px;
    position: absolute;
    bottom: 28%;
    left: 18%;
    font-family: 'Adam';
    font-weight: 200;
    text-transform: uppercase;
}

.strucmax-hero {
    height: 100vh;
    background: #1e4a39 url(../img/strucmax_bg.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}
.strucmax-hero:after{
    content: "";
    background: #00140d99;
    width: 100%;
    height: 100vh;
    display: block;
}

.strucmax-title {
    position: absolute;
    bottom: 20%;
    left: 18%;
    width: 52%;
}
.strucmax-title h1{
    color: #fff;
    font-size: 58px;
        line-height: 60px;
        font-family: 'Adam';
            font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.strucmax-title p{
    color: #fff;
    font-size: 14px;
            font-weight: 200;
            margin-bottom: 30px;
}

.sppl-hero {
    height: 100vh;
    background: #1e4a39 url(../img/sppl_bg.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}
.sppl-hero:after{
    content: "";
    background: #00140d99;
    width: 100%;
    height: 100vh;
    display: block;
}

.sppl-title {
    position: absolute;
    bottom: 18%;
    left: 18%;
    width: 52%;
}
.sppl-title h1{
    color: #fff;
    font-size: 58px;
        line-height: 60px;
        font-family: 'Adam';
            font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sppl-title p{
    color: #fff;
    font-size: 14px;
            font-weight: 200;
            margin-bottom: 60px;
}



.about-hero {
    height: 100vh;
    background: #1e4a39 url(../img/aboutslider_bg.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}
.about-hero:after{
    content: "";
    background: #00140d99;
    width: 100%;
    height: 100vh;
    display: block;
}

.about-title {
    position: absolute;
    bottom: 34%;
    left: 18%;
    width: 52%;
}
.about-title h1{
    color: #fff;
    font-size: 58px;
        line-height: 60px;
        font-family: 'Adam';
            font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-title p{
    color: #fff;
    font-size: 14px;
            font-weight: 400;
            margin-bottom: 60px;
}



.investors-hero {
    height: 100vh;
    background: #1e4a39 url(../img/investor_bg.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}
.investors-hero:after{
    content: "";
    background: #00140d99;
    width: 100%;
    height: 100vh;
    display: block;
}

.investors-title {
    position: absolute;
    bottom: 22%;
    left: 18%;
    width: 52%;
}
.investors-title h1{
    color: #fff;
    font-size: 58px;
        line-height: 60px;
        font-family: 'Adam';
            font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.investors-title p{
    color: #fff;
    font-size: 14px;
            font-weight: 400;
            margin-bottom: 60px;
}




.sunkind-hero {
    height: 100vh;
    background: #1e4a39 url(../img/sunkind_bg.jpg) center / cover no-repeat;
    position: relative;
    transition: background-image 0.4s ease;
}
.sunkind-hero:after{
    content: "";
    background: #00140d99;
    width: 100%;
    height: 100vh;
    display: block;
}

.sunkind-title {
    position: absolute;
    bottom: 12%;
    left: 18%;
    width: 52%;
}
.sunkind-title h1{
    color: #fff;
    font-size: 58px;
        line-height: 60px;
        font-family: 'Adam';
            font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sunkind-title p{
    color: #fff;
    font-size: 14px;
            font-weight: 300;
            margin-bottom: 25px;
}

/* Hero */
.epc-section .hero-image {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}

.epc-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.epc-section .hero-image h2 {
     position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
    font-size: 42px;
        font-weight: 300;
}

/* Tabs */
.epc-section .tabs {
      display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 68px;
        z-index: 99;
}

.epc-section .tab {
        padding: 22px 28px;
    border-radius: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    width: 33.333%;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%);
    font-size: 26px;
    font-weight: 300;
}

.epc-section .tab.active {
     background: transparent;
    color: #B8D433;
    backdrop-filter: none;
}
.epc-section{
    padding-bottom: 70px;
}

/* Content */
.epc-section .tab-content {
      margin-top: -83px;
    text-align: center;
    position: absolute;
    width: 96%;
    left: 25px;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 15%);
        z-index: 9;
        border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.epc-section .content {
  display: none;
    padding-top: 135px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.tab2_green{
        background: #174d398f;
    padding: 60px 30px 30px 30px;
    margin: 30px;
    border-radius: 20px;
}
.tab2_green ul{
    display: flex;
    list-style: none;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
        margin-top: 36px;
}
.tab2_green ul li{
        border-right: 1px solid #ffffff;
    padding: 0 25px;
}
.tab2_green h1{
        font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 40px;
}
.epc-section .content.active {
  display: block;
}
.epc_section h1{
font-family: 'Adam';
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
        margin-bottom: 40px;
}


.sppl_about{
    padding: 60px 0;
}
.sppl_aboutbgm h1{
    font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.sppl_aboutbgm p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.strucmax_greenbg{
    background: #B8D433;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    margin-bottom: 28px;
}
.strucmax_about{
    padding: 80px 0;
}
.below_strucmax_about{
    background: #B8D433;
        padding: 60px 0;
}
.strucmax_greenbg h1{
    font-family: 'Adam';
    color: #174D39;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.strucmax_greenbg p{
    color: #174D39;
    font-size: 14px;
    line-height: 22px;
    animation: fadeText 0.8s ease;
    margin-top: 15px;
        margin-bottom: 0;
}
.gray_bgsunkind{
    background: #D1D3D4;
        padding: 20px 15px;
        border-radius: 15px;    min-height: 145px;
}
.green_bgsunkind{
    background: #6b8e81;
        padding: 20px 15px;
        border-radius: 15px;    min-height: 145px;
}
.progress_bar .item_bar {
    position: relative;
    height: 0.8rem;
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 15px;
    margin-top: 10px;
}
.progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0.8rem;
    margin: 0;
    background-color: #B8D433;
    border-radius: 15px;
    transition: width 100ms ease;
}
.text_inline{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #174D39;
}
.text_inline .item_label{
        font-size: 20px;    line-height: 22px;
    font-weight: 500;margin-bottom: 15px;
}
.text_inline .item_value{
font-size: 18px;
}
.green_bgsunkind .text_inline .item_label{
color: #B8D433; 
}
.green_bgsunkind .text_inline .item_value{
color: #B8D433;
}
.gray_bgsunkind .icontext {
        color: #174D39;
    text-transform: none;
    font-size: 13px;
    display: flex;
    gap: 0.8em;
    margin-bottom: 0px;
    align-items: center;
    text-align: left;
        font-weight: 500;
}
.gray_bgsunkind .icontext img {
    width: 32px;
    margin: 0;
}

.green_bgsunkind .icontext {
    color: #B8D433;
    text-transform: none;
    font-size: 13px;
    display: flex;
    gap: 0.8em;
    align-items: center;
}
.green_bgsunkind .icontext img {
    width: 32px;
    margin: 0;
}
/* CONTACT BOX */
.contact-section {
    background: #B8D433;
    padding: 60px 0;
}

.contact-box {
    background: #E6E7E8;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    padding: 40px;
        margin-top: -12%;
    position: relative;
    z-index: 9;
}

/* TABS */
.city-tabs {
    display: flex;
    gap: 0px;
    margin-bottom: 25px;
            background: #e5e5e57a;
                border-radius: 20px;
}

.city-tabs .tab {
       background: transparent;
    border: none;
    padding: 10px 14px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #174d39;
        border-right: 1px solid #174d39;
}

.city-tabs .tab.active {
    color: #B8D433;
}

/* CONTENT */
.contact-section .tab-content {
    display: none;
}

.contact-section .tab-content.active {
    display: block;
}
.form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background: #E6E7E8;
    border: 1px solid #D1D3D4;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 500ms ease;
}
.form-inner .form-group input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 500ms ease;
}
.form-inner h2{
    font-size: 40px;
    color: #174D39;
    text-transform: uppercase;
    font-weight: 700;
        text-align: left;
}
.form-inner p{
font-size: 14px;
}
.form-inner{
    text-align: left;
}
.form-inner form{
  margin-top: 30px;  
}
.address_alltabs{
    background: #174D39;
    color: #B8D433;
    border-radius: 20px;
    
}
.address_alltabs .gap_space{
padding: 15px 40px 40px 40px;
}

.address_alltabs h3{
       font-size: 18px; 
}
.address_alltabs p{
        font-size: 14px;
        font-weight: 300;
            margin-bottom: 40px;

}
.address_tabinline{
    display: flex;
    gap: 1.6em;
    align-items: center;
        margin-bottom: 20px;
}
.address_tabinline .icons_add{
       width: 15%; 
           display: flex;
    justify-content: center;
}
.address_tabinline .icons_add img{
        width: 60px;
}
.address_tabinline .text_add{
    width: 85%;
        text-transform: none;
}
.address_tabinline .text_add p{
    margin-bottom: 0;
}
.address_tabinline .icons_add .icon_fi{
background: #B8D433;
    color: #174d39;
    width: 28px;
    height: 28px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.below_contact{
    background: #B8D433;
        padding-bottom: 80px;
}
.box_contact{
    position: relative;
}
.box_contact img{
      width: 100%;
    border-radius: 20px;  
}
.box_contact h4{
    text-align: center;
    color: #b8d433;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    position: absolute;
    bottom: 38px;
    width: 100%;
    background: -webkit-linear-gradient(top, #00000000, #000000d4);
    border-radius: 0px 0px 20px 20px;
}
.box_contact h2{
     color: #174D39;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
}
.mobile_menu{
    padding-bottom: 30px !important;
}
#chartdiv{
    width: 100%;
    height: 600px;
        position: relative;
}
#chartdiv1{
    width: 100%;
    height: 600px;
        position: relative;
}
.mobile_map{
    display: none;
}
.mobile_menu{
    display: none !important;
}
.headersub_menu h4{
        color: #174D39;
        font-size: 16px;
    font-weight: 700;
}
.coming_soon{
    background: #000 url(../img/coming_soon.jpg);
        height: 100vh;
    background-size: cover;
        display: flex;
    justify-content: center;
    align-items: center;
}
.coming_soon h1{
font-family: 'Adam';
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
}

.coming_soon p{
        color: #fff;
}
.text_comingsoon{
    text-align: center;
        padding: 0 30px;
}
.display_none_mobile{
    display: none;
}
.navbar-nav a{
        border-bottom: 4px solid #174d3900;
}
.navbar-nav a:hover{
    border-bottom: 4px solid #174d39;
}
.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}
.structure_box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.structure_box img {
    width: 100%;
    display: block;
}

/* Bottom title bar */
.textual {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 2;
}

.textual h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
        text-align: left;
}
.continue_icon img {
    width: 50px;
}
/* Hover description overlay */
/* Hover overlay */
.hover_effects_text {
    position: absolute;
    inset: 0;
    background: #174D39;
    color: #B8D433;
    font-weight: 300;
    align-items: center;
    text-align: left;
    padding: 110px 40px;
    opacity: 0;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 3;
    pointer-events: none;
}
.hover_effects_text h2{
        text-align: left;
        padding-bottom: 20px;
}
.hover_effects_text .continue_icon{

}
.hover_effects_text .continue_icon img{
width: 50px;
}
/* Box hover */
.structure_box:hover .hover_effects_text {
    opacity: 1;
    transform: translateY(0);
}

/* Allow interaction on title bar */
.textual {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 4;
}

/* Arrow link should remain clickable */
.continue_icon a {
    pointer-events: auto;
}


/* Show description on hover */
.structure_box:hover .hover_effects_text {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: fade title slightly */
.structure_box:hover .textual {
   opacity: 0;
}

.sunkind_videobg{

}
.sunkind_videobg h1{
    font-family: 'Adam';
    color: #174D39;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 54px;
}
.sunkind_videobg p{
    color: #174D39;
    font-size: 14px;
    line-height: 2.2;
    animation: fadeText 0.8s ease;
    margin-top: 0px;
}

.sunkind_videobg .content figure {
    position: relative;
    margin-bottom: 0;
    height: 72vh;
    width: 100%;
}
.sunkind_videobg .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
        border-radius: 20px;
}
.sunkind_videobg .content {
    align-items: baseline;
        margin-top: 30px;
}
.sunkind_videobg{
    padding: 80px 0 100px 0;
}

.card_sppl .content figure {
    position: relative;
    margin-bottom: 0;
    height: 65vh;
    width: 100%;
}
.card_sppl .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
        border-radius: 60px;
}
.card_sppl .content {
    align-items: baseline;
        margin-top: 0px;
}
.card_sppl{
       padding: 30px;
    background: #ffffff14;
    border: 1px solid #ffffff3d;
    border-radius: 20px;
}
.card_sppl p{
 color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 20px 15px 10px 20px;
}
.card_sppl button{
        background: #B8D433;
    color: #174D39;
    border: none;
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 5px;
    margin-left: 15px;
    margin-top: 20px;
}
.card_sppl ul{
    padding-left: 0;
        list-style: none;
}
.card_sppl ul li{
    display: flex;
        margin-bottom: 30px;
}
.card_sppl ul li .icons_sppl{
        width: 25%;
}
.card_sppl ul li .text_sppl{
        color: #fff;
    font-weight: 300;
    font-size: 14px;
    width: 75%;
}
.card_sppl h2{
        color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 22px;
}
.sppl_stretch{
    display: flex;
}



.card_quality{
       padding: 30px 30px 15px 30px;
    background: #ffffff14;
    border: 1px solid #ffffff3d;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
}
.card_qualityl p{
 color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 20px 15px 10px 20px;
}
.card_quality ul{
    padding-left: 0;
        list-style: none;
}
.card_quality ul li{
    display: flex;
        margin-bottom: 18px;
}
.card_quality ul li .icons_quality{
        width: 25%;
}
.card_quality ul li .text_quality{
        color: #fff;
    font-weight: 300;
    font-size: 14px;
    width: 75%;
}
.card_quality h2{
        color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 22px;
}
.card_quality_img{
      width: 100%;
          border-radius: 10px;
              margin-bottom: 10px;  
                  margin-top: 10px;
}
.card_quality table{
        font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.card_quality table th{
color: #B8D433;
    font-weight: 500;
}
.card_quality tbody td{
    padding: 12px 0;
}

.sunkind_videobg .content ul{
        position: absolute;
    display: flex;
    gap: 4em;
    width: 65%;
    right: 8%;
    bottom: -10%;
}
.sunkind_videobg .content ul li{
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%);
    display: block;
    gap: 1.4em;
    width: 50%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ffffff30;
}

.sunkind_videobg .content ul li a{
font-size: 14px;
color: #B8D433;
}
.sunkind_videobg .content ul li p{
    color: #FFFFFF;
        line-height: 1.6;
}
.sunkind_videobg .content ul li .icons_vibg{
        color: #b8d433;
    font-size: 28px;
    margin-bottom: 10px;
}
.designed_for_faster h1 {
    font-family: 'Adam';
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.designed_for_faster{
    background: url(../img/designed_for_faster.jpg);
        background-size: cover;
            padding: 80px 0;
}
.box_designed{
    display: flex;
        gap: 3em;
            align-items: center;
                margin-top: 12%;
}
.box_designed .box_img{
    width: 40%;
}
.box_designed .box_img img{
width: 100%;
    border-radius: 10px;
}
.box_designed .box_text{
    width: 55%;
        color: #fff;
            font-size: 14px;
            font-weight: 300;
}
.box_designed .box_text button{
    background: #33512f;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 5px;
}

.blur_bg_designed{
        backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%);
    padding: 80px 40px 30px 40px;
    border: 1px solid #ffffff30;
    border-radius: 20px;
}

.blur_bg_designed ul{
    list-style: none;
    padding-left: 0;
        display: flex;
    flex-wrap: wrap;
        gap: 1em;
}
.blur_bg_designed ul li{
width: 46%;
    margin-bottom: 30px;
}
.blur_bg_designed ul li h2{
text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.blur_bg_designed ul li h3{
        color: #b8d433;
        font-size: 16px;
            margin-bottom: 18px;
}
.blur_bg_designed ul li p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;    margin-bottom: 0;
}
.sppl_aboutbgm{
    background: url(../img/sppl_aboutbgm.jpg);
    background-size: cover;
    padding: 80px;
    border-radius: 20px;
    margin-top: 40px;
}
.sppl_aboutbgm .descriptionsppl{
    border-left: 1px solid #B8D433;
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.below_sppl_about{
    background: linear-gradient(to bottom, #174D39 62%, #B8D433 100%);
    padding: 80px 0;
}

.below_sppl_about h1 {
    color: #B8D433;
}
.below_sppl_about h1:after {
    content: "";
    background: #B8D433;
    height: 2px;
    width: 200px;
    display: block;
    margin: auto;
}

.quality_department h1 {
    font-family: 'Adam';
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.quality_department p {
    color: #fff;
    font-weight: 200;
        font-size: 14px;
        margin-bottom: 30px;
}
.quality_departmentbutton{
    background: #33512f;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 5px;
}
.quality_department{
    background: url(../img/quality_department.jpg);
        background-size: cover;
            padding: 80px 0;
}


.whychoosesection h1 {
    font-family: 'Adam';
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.whychoosesection p {
    color: #fff;
    font-weight: 200;
        font-size: 14px;
        margin-bottom: 30px;
}

.whychoosesection{
    background: url(../img/whychooseus_bg.jpg);
        background-size: cover;
            padding: 80px 0;
}

.flagship_products h1 {
    font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.flagship_products p {
    color: #fff;
    font-weight: 200;
        font-size: 14px;
        margin-bottom: 30px;
}
.quality_departmentbutton{
    background: #33512f;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 5px;
}
.flagship_products{
    background: url(../img/flagship_products.jpg);
        background-size: cover;
            padding: 20px 90px 50px 90px;
                border-radius: 30px;
}

.flagship_products .card_quality ul li{
    margin-bottom: 10px;
}

.built_for_tough{
    background: url(../img/sppl_aboutbgm.jpg);
        background-size: cover;
            padding: 80px 0;
}
.built_for_tough h1{
    color: #B8D433;
        text-align: left;
}
.built_for_tough .border_heading_green:after{
display: none;
}


.solar-feature-section {
  background: url(../img/sppl_aboutbgm.jpg);
  padding: 80px 20px;
  position: relative;
}

.solar-overlay {
}

.solar-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.solar-item {
  padding: 50px 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}

/* Vertical dividers */
.solar-item:nth-child(1),
.solar-item:nth-child(2),
.solar-item:nth-child(4),
.solar-item:nth-child(5) {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

/* Horizontal divider */
.solar-item:nth-child(1),
.solar-item:nth-child(2),
.solar-item:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.card-wrapper {
  width: 100%;
  max-width: 700px;
  height: 220px;
  background: #d3d3d3;
  border-radius: 12px;
  position: relative;
  padding: 20px;
      margin-bottom: 30px;
}

/* Button */
.cta-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #a6ce39;
  color: #2f3b00;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.cta-btn span {
  font-size: 18px;
  line-height: 1;
}

.cta-btn:hover {
  background: #97bd33;
}


/* Responsive */
@media (max-width: 991px) {
  .solar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solar-item {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 575px) {
  .solar-grid {
    grid-template-columns: 1fr;
  }

  .solar-item {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.card-wrapper1 {
        margin-bottom: 40px;
            width: 38%;
}

.glass-card1 {
     display: flex;
    align-items: center;
    gap: 24px;
    text-align: left;
    padding: 40px 24px;
    border-radius: 20px;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgb(255 255 255 / 36%);
}

.card-image1 img {
  width: 140px;
    height: 140px;
    border-radius: 18px;
    object-fit: cover;
    margin-left: -85px;
}

.card-content1 h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
      margin-bottom: 0;
}

.card-content1 h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-content1 p {
  font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}


.construction_method h1 {
    font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
}
.construction_method p {
    color: #fff;
    font-weight: 200;
        font-size: 14px;
        margin-bottom: 30px;
}

.construction_method{
    background: url(../img/sunkind_bg_construction.jpg);
        background-size: cover;
            padding: 50px 90px;
                border-radius: 30px;    margin-top: 30px;
                position: relative;
}

.construction_method .card_quality ul li{
    margin-bottom: 10px;
}
.book_consultaion{
       backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 3%);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #ffffff29;
    padding: 60px;
    border-radius: 20px;
    position: absolute;
    width: 90%;
    left: 15px;
    bottom: -100%;
    text-align: center;
}

.box_choosesunkind{
    position: relative;
        margin-bottom: 30px;
}
.box_choosesunkind img{
      width: 100%;
    border-radius: 20px;  
}
.box_choosesunkind h4{
     text-align: center;
    color: #b8d433;
    padding: 24px 20px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: -webkit-linear-gradient(top, #00000000, #000000d4);
    border-radius: 0px 0px 20px 20px;
}
.box_choosesunkind h2{
     color: #174D39;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
}
.footer_upbg{
        background: #174D39;
    padding: 22px;
}
.footer_upbg h1 {
    font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 44px;
        margin-bottom: 0;
}
.strucmax_about img{
    width: 100%;
}

.capex_tab{
    text-align: left;
    padding: 20px;
    padding-left: 80px;
        margin-bottom: 30px;
}

.capex_tab h3{
   color: #B8D433; 
       font-size: 18px;
       font-weight: 600;
}

.capex_tab p{
        color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}

.capex_ul{
    background: #B8D433;
    font-size: 14px;
    padding: 20px 20px 5px 20px;
        border-radius: 20px;
            margin-top: 40px;
}
.capex_ul ul{
padding-left: 15px;
}
.capex_ul ul li{
    padding-bottom: 10px;
}
.capex_img img{
 width: 100%;
    padding-right: 30px;
        border-radius: 20px;
}

.flagship_product_inline{
         color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #B8D433;
        padding-bottom: 15px;
            margin-bottom: 24px;
}
.flagship_product_inline h2{
font-size: 24px;
    margin: 0;
}
.flagship_product_inline h3{
        font-size: 16px;
    font-weight: 300;
    margin: 0;
    border-right: 1px solid #fff;
    padding-right: 30px;
}
.card_aboutsunkind{
    text-align: center;
        padding: 0 12px;
}
.card_aboutsunkind img{
        width: 90px;
}
.card_aboutsunkind h3{
      color: #174D39;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}
.card_aboutsunkind p{
    color: #000;
        font-size: 14px;
}

.timeline_sec .timeline{
    position:relative;
        padding-bottom: 42px;
            margin-top: 40px;
}

/* Gray base line */
.timeline_sec .timeline:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 30px;
    background: #dcdcdc;
    transform: translateX(-50%);
    background: url(../img/icons/timeline_default.png);
    background-repeat: repeat-y;
    background-size: 100%;
}
.timeline_top{
    padding-top: 84px;
}
/* Black smooth fill */
.timeline_sec .timeline-progress{
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 0;
    background: #000;
    background: url(../img/icons/timeline_default_active.png);
    background-repeat: repeat-y;
    transform: translateX(-50%);
    background-size: 100%;
    z-index: 2;
}

/* Timeline item */
.timeline_sec .timeline-item{
    display:flex;
    align-items:center;
    position:relative;
    margin:0px 0 5px 0;
}

/* Left & Right layout */
.timeline_sec .timeline-item.left{
    justify-content:flex-end;
    text-align:right;
}
.timeline_sec .timeline-item.right{
    justify-content:flex-start;
    text-align:left;
}

.timeline_sec .content1{
    width:45%;
        text-align: left;
}
.right.timeline-item .content1{
    width:45%;
        text-align: right;
}

.timeline_sec .content1 h3{
        color: #a6d608;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
        text-transform: uppercase;
}
.timeline_sec .content1 p{
    font-size:14px;
    color:#333;
}
.right .content1 p{
    text-align: right;
}


.timeline_sec .dot{
    position: absolute;
    left: 50%;
    width: 20px;
    top: 134px;
    border: 2.5px solid #1a4e39;
    height: 20px;
    border-radius: 50%;
    background: #a3d208;
    transform: translateX(-50%) scale(1);
    transition: transform 0.35s ease, background 0.35s ease;
    z-index: 5;

}

/* Passed dots */
.timeline_sec .dot.passed{
    background:#b8d433;

}

/* Active dot (current year) */
.timeline_sec .dot.active{
    background:#a6d608;
    transform:translateX(-50%) scale(1.6);
    animation: pulse 2s infinite;
}
.timeline-item.timeline_second .dot{
    top: 58px;
}
.timeline_second{
        padding-top: 15px;
}
.timeline_third{
      padding-top: 8px;
}
.timeline_third .dot{
    top: 53px;
}
.timeline_forth{
      padding-top: 8px;
}
.timeline_forth .dot{
    top: 53px;
}
.timeline_five{
      padding-top: 8px;
}
.timeline_five .dot{
    top: 53px;
}
.timeline_six{
      padding-top: 8px;
}
.timeline_six .dot{
    top: 55px;
}
.timeline_seven{
      padding-top: 8px;
}
.timeline_seven .dot{
    top: 56px;
}
/* Year */
.timeline_sec .year{
    font-size: 24px;
    font-weight: bold;
    color: #0b3d2e;
    margin-bottom: 0;
    font-family: 'Adam';
}

/* Images */
.timeline_sec .content1 img{
        width: 270px;
    border-radius: 8px;
    margin-top: 0px
}

.content1 .img_display{
    display: flex;
    gap: 25px;    margin-top: 15px;
}



@keyframes pulse1 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(222, 84, 72, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(222, 84, 72, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
    }
}

.leadership_section{
    background: linear-gradient(to bottom, #174D39 62%, #174D39 100%);
    padding: 80px 0 40px 0;
}

.leadership_section .nav-item{
    width: 50%;
    background: #0e302e;
        font-family: 'Adam';
        text-align: center;
            text-transform: uppercase;
    font-weight: 200;
    font-size: 22px;
}

.leadership_section .nav-link.active{
    background: #144722 !important;
        border-radius: 0;
}
.leadership_section .nav-link{
        padding: 18px 0;
            color: #fff;
}
.leadership_section .tab-pane{
        padding: 25px 100px 25px 100px;
}
.leadership_box{
    text-align: center;
        position: relative;
}
.hover_effects_text1 {
    position: absolute;
    inset: 0;
    background: #B8D433;
    color: #000;
    font-weight: 300;
    align-items: center;
    text-align: left;
    padding: 30px;
    opacity: 0;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 3;
        border-radius: 20px;
}
.hover_effects_text1 .read-more-btn{
color: #174D39;
}
.hover_effects_text1 p{
    font-size: 13px;
}
.social_media_link {
    position: absolute;
    bottom: 22px;
    right: 20px;
}
.social_media_link .media-icons{
        justify-content: end;
}
.leadership_box:hover .hover_effects_text1 {
    opacity: 1;
    transform: translateY(0);
}
.leadership_box img{
      width: 100%;
      border-radius: 20px;  
}
.leadership_boxtitle{
    color: #B8D433;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px 0;
        text-align: center;
}
.leadership_boxsubtitle{
    color: #B8D433;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
        text-align: center;  
        margin-bottom: 40px;
}

.foundation_section {
    background: linear-gradient(to left, #0F3818 38%, #B8D433 100%);
    padding: 80px 0;
}
.foundation_section h1 {
    color: #B8D433;
}
.circle-wrapper {
    position: relative;
    width: 410px;
    height: 410px;
}

/* 90% ARC VECTOR */
.circle-vector img{
    width: 100%;
}

/* Image */
.circle-image {
      position: absolute;
    top: 0;
}
.circle-vector{
        position: absolute;
    top: 0;
    z-index: 9;
}
.circle-image img {
 width: 100%;
     border-radius: 50%;
}
.foundation_text{
    color: #B8D433;
}
.foundation_text h3{
   font-family: 'Adam';
    font-weight: 200;
    text-transform: uppercase;
}
.foundation_text p{
    font-size: 14px;
        font-weight: 300;
}
.carousel-control-prev{
    display: none !important;
}
.carousel-control-next{
    display: none !important;
}
.inline_tabcard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card-wrapper1.left{
        margin-left: 55px;
}
.card-wrapper1.right{
        margin-left: 100px;
}

.sppl_lastvideosec .content figure {
    position: relative;
    margin-bottom: 0;
    height: 98vh;
    width: 100%;
}
.sppl_lastvideosec .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 0px;
}
.sppl_lastvideosec{
    margin-bottom: 10px;
}
.corporate_governance {
    padding: 80px 0 40px 0;background: radial-gradient(circle at top right, #b8d433 0%, #1a612e 20%, #174d39 100%);
}
.corporate_governance .leadership_box{
     border: 1px solid #ffffff4f;
    padding: 15px;
    border-radius: 45px 45px 0px 0px;
}
.governance_text{

}
.corporate_governance .leadership_box img {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.corporate_governance .nav-item {
        width: 33.333%;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 7%);
    font-family: 'Adam';
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 24px;
}

.corporate_governance .nav-link {
    padding: 12px 0;
        color: #ffffff;
}
.corporate_governance .hover_effects_text1 {
    border-radius: 45px 45px 0px 0px;
}
.corporate_governance .nav-link.active {
         color: #b8d433 !important;
    border-radius: 0;
    background: transparent !important;
    font-weight: 900;
    animation: pulse 2s infinite;
    position: relative;
    border-bottom: 2px solid #b8d433;
}
.graph_bg{
    background: #fff;
    position: relative;
    transition: background-image 0.4s ease;  
    padding: 80px 0;
}
.bottom_section_investor{
       background: #1e4a39 url(../img/bottom_section_investor.jpg);
    position: relative;
    transition: background-image 0.4s ease;
    padding: 80px 0;
    background-size: cover;
}
.graph_bg #container {
    height: 350px;
}
.graph_card{
    background:#ffffff;
    border-radius:12px;
    padding:20px 15px 2px 15px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}
.highcharts-credits{
    display: none;
}
.graph_card text {
        text-decoration: none !important;
}
.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid var(--highcharts-neutral-color-10, #e6e6e6);
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: var(--highcharts-neutral-color-60, #666);
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: var(--highcharts-neutral-color-3, #f7f7f7);
}

.highcharts-description {
    margin: 0.3rem 10px;
}


.card_pdfpreview{
    padding: 55px 30px 55px 30px;
    background: #E6E6E6;
    border: 1px solid #ffffff3d;
    border-radius: 20px;
    backdrop-filter: blur(20px);
}

.card_pdfpreview .btn.btn-link{
    color: #000000;
    font-weight: 300;
    width: 100%;
    text-align: left;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.card_pdfpreview .card-header{
    background: transparent;
        padding: 1.2rem 0rem;
}
.card_pdfpreview .card-body {
    padding: 1.2rem 0rem ;
}
.btn-link:hover {
   text-decoration: none !important;
}
.preview_button{
    color: #174d39;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 1em;
}
.preview_button:hover{
        color: #000;
    text-decoration: none;
}
.preview_button img{
    width: 32px;
}
.card_pdfpreview .btn.btn-link img{
        width: 32px;
}
.highcharts-no-tooltip{
    display: none;
}

.tabs_investors{
    padding: 70px 0 125px 0;
        background: #1e4a39 url(../img/graph_bg.jpg) center / cover no-repeat;
            background-attachment: fixed;
}
.corporate_disclosures {
    padding: 70px 0 125px 0;
        background: #1e4a39 url(../img/tabs_investors.jpg) center / cover no-repeat;
            background-attachment: fixed;
                margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 30px;
}
.tabs_investors_left{
    padding-top: 85px;
}
.tabs_investors_left ul {
  margin:0;
  padding:0;
}

.tabs_investors_left ul li {
  list-style:none;
  margin:0 5px;
}

.tabs_investors_left a .fa {
  font-size: 40px;
  color: #262626;
  line-height:80px;
  transition: .5s;
  padding-right: 14px;
}

.tabs_investors_left a span {
  padding:0;
  margin:0;
  position:absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}
.gap-5{
    gap: 5em;
}
.tabs_investors_left a {
    text-decoration: none;
    display: flex;
    width: 240px;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #fff;
    text-align: left;
    padding-left: 20px;
    transform: rotate(-30deg) skew(25deg) translate(0, 0);
    transition: .5s;
    box-shadow: -20px 20px 10px rgba(0, 0, 0, .5);
    color: #1e4637 ;
}
.tabs_investors_left a:before {
  content: '';
  position: absolute;
  top:10px;
  left:-20px;
  height:100%;
  width:20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}
.tabs_investors_left a:after {
  content: '';
  position: absolute;
  bottom:-20px;
  left:-10px;
  height:20px;
  width:100%;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

.tabs_investors_left a:hover {
  transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}

.tabs_investors_left:hover .fa {
  color:#fff;
}

.tabs_investors_left:hover span {
  color:#fff;
}


.tabs_investors_left .active{
background-color: #b8d433 !important;
    color: #1e4637 !important;
}
.tabs_investors_left .active .line{
    width: 135px;
    height: 2px;
    position: absolute;
    right: -100px;
    top: 173%;
    background: #b8d433a3;
    transform: rotate(38deg) skew(-10deg) translate(0, 0);
}
.tabs_investors_left .active:before{
        background: #839820;
}
.tabs_investors_left .active:after{
        background: #839820;
}
.table_card{
        backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%);
    border: 1px solid #ffffff30;
    border-radius: 20px;
        overflow: hidden;
}
.table_cardtitle{
    color: #fff;
    text-align: left;    font-family: 'Adam';font-weight: 200;
    text-transform: uppercase;
}

.table_card table{
        background: #ffffff08;
            font-size: 13px;
            width: 100%;
}
.table_card table th{
       color: #b8d433;
    font-weight: 400;
        padding: 20px;
            border-bottom: 1px solid #ffffff1f;
}
.table_card table td{
        padding: 24px 20px;
    color: #fff;
    font-weight: 300;
        border-bottom: 1px solid #ffffff1f;
}

.card-container {
    margin: 0 8px;
}
.card-container .card {
  font-weight: bold;
  position: relative;
  width: 100%;
      background: #b8d433
}
.card-container .card a {
  padding: 30px 20px;
  width: 100%;
  height: 420px;
  border: 2px solid black;
  background: white;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.25s ease;
}
.card-container .card a:hover {
  transform: translate(-30px, -30px);
  border-color: #5bc0eb;
}
.card-container .card a:hover .card--display {
  display: none;
}
.card-container .card a:hover .card--hover {
  display: block;
}
.card-container .card a .card--display i {
  font-size: 60px;
  margin-top: 180px;
}
.card-container .card a .card--display h2 {
  margin: 20px 0 0;
      text-align: left;
          font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;font-size: 20px;
    text-transform: uppercase;
}
.card-container .card a .card--hover {
  display: none;
}
.card-container .card p{
        font-weight: 300;
    font-size: 14px;
    margin-top: 12px
}
.card-container .card a .card--hover h2 {
  margin: 20px 0;    text-align: left;
      font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;font-size: 20px;
    text-transform: uppercase;
}
.card-container .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;    font-size: 14px;
}
.card-container .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #5bc0eb;    font-size: 14px;
}
.card-container .card .card--border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px dashed black;
  z-index: -1;
}
.card-container .card.card--dark a {
  color: white !important;
  background-color: #0f3d2c;
  border-color: #0f3d2c;
}
.card-container .card.card--dark a .card--hover .link {
  color: #fde74c;
}
.highcharts-figure p{
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
}

.graph_card .graph-btn{
       border: none;
    font-size: 12px;
    background: #09452f24;
    color: #174d39;
    padding: 10px 24px;
    font-weight: 400;
    border-radius: 50px;
}
.graph_card .graph-btn.active{
    background: #b8d433;
    color: #174d39;
}
.all_button_graph{
    display: flex;
    justify-content: space-between;
    gap: 0.4em;
        margin-bottom: 30px;
}

.table_card .preview_button{
   color: #b8d433; 
}

.corporate_governance_modal .modal-content{
background: #B8D433;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.corporate_governance_modal .modal-body{
        padding: 2rem 2rem 3rem 2rem;
}
.corporate_governance_modal .modal-header{
        padding: 2rem 2rem 1rem 2rem;
}

.table_leadership table{
        width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.table_leadership table th{
        background: #0f3d2c;
    font-weight: 300;    font-size: 20px;
    padding: 14px 20px;
}
.table_leadership table td{
    font-weight: 300;
    padding: 14px 20px;
}
.table_leadership table td.name{
       border-top: 1px solid #ffffff24;
    font-size: 16px;
    font-weight: 400;
    color: #b8d433;
}
.table_leadership table tbody{
      border: 1px solid #ffffff24;  
}


.corporate_sidetext h1 {
    font-family: 'Adam';
    color: #B8D433;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 50px;
}
.corporate_sidetext p {
    color: #B8D433;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeText 0.8s ease;
    margin-top: 40px;
}


.corporate_main{
    
}
.corporate_main .card-header{
background: transparent;
}
.corporate_main .card-header h3{
     border: 1px solid #B8D433;
    color: #151515;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 4px;
    margin-bottom: 0;
}
.corporate_main .btn{
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
        gap: 0.6em;
        align-items: center;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.corporate_main .card-header .steps{
    width: 25%; 
}
.corporate_main .card-header h2{
        color: #174D39;
    text-align: left;
    font-size: 18px;    margin-bottom: 0;
    padding: 10px 0;
}
.corporate_main .card-header{

}
.corporate_main .card-header .steps_heading{
    width: 58%; 
}
.corporate_main .card-header .steps_icon{
   width: 12%; 
}
.corporate_main .card-header img{
   width: 100%; 
}
.corporate_main .text_progress .steps{
  width: 40%;   
}
.corporate_main .text_progress .steps h3 {
    border: 1px solid #B8D433;
    color: #151515;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 4px;
    margin-bottom: 0;
        text-align: center;
}
.corporate_main .text_progress h2 {
    color: #151515;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 0 0 0;
    margin-bottom: 0;
    text-align: left;
}
.corporate_main.accordion > .card {
    overflow: hidden;
    margin-bottom: 20px;
}
.corporate_main .card{
    background: #B8D433;
        border-radius: 12px !important;
}
.corporate_sidetext{
padding-left: 30px;
}
.corporate_main .card-header h3 {
    color: #151515;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 4px;
    margin-bottom: 0;
    border: 1px solid #195734;
}
.corporate_main .card-header h3 a{
        justify-content: center;
}
.corporate_main .card-body{
    background: #fff;
}
.card_pdfpreview h5{
    color: #174D39;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 0px;
}

  table.accordion-table {
    border-collapse: collapse;
  }

  table.accordion-table th {
    cursor: pointer;
    position: relative;
  }

  table.accordion-table th::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 18px;
  }

  table.accordion-table th.active::after {
    content: "-";
  }

  table.accordion-table td {
    padding: 10px 14px;
  }

  table.accordion-table td.name {
    font-weight: bold;
  }

  .table_leadership .accordion-content {
    display: none;
  }
.hover_effects_text .continue_icon a {
    pointer-events: auto;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1em;
}
.hover_effects_text .continue_icon a:hover {
    color: #B8D433;
    text-decoration: none;
}






@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 



.bannertop{
background: url(../img/banner1.jpg);  
height: 80vh;  background-size: cover;
    background-attachment: fixed;
     position: relative;
     background-position: center;
}
.header-main .container {
    max-width: 1280px;
}
.footer-sec .container {
    max-width: 1280px;
}
.banner-text{
text-align: center;
    padding-top: 350px;
}
.banner-text h1{
color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: #00000078 2px 2px 2px;
}
.banner-text h5{
 font-weight: 700;
 color: #fff;
     text-transform: uppercase;
         font-size: 24px;    
text-shadow: #00000078 2px 2px 2px;
}
.aboutimg{
 text-align: center;
}
.aboutimg img{
    width: 100%;
}
.aboutus{
background: #fbedcc ;   
padding: 60px 200px; 
}
.abouttext{
padding: 0 0px 0 30px;
}
.abouttext p{
font-weight: 500;
    line-height: 28px;
    font-size: 15px;    
}
.abouttext h4{
 color: #3f0027;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}
.aboutimg h2{
    font-weight: 700;
    color: #3f0027;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
}
.aboutimg h4{
font-weight: 600;
    color: #a19b99;
    font-size: 20px;
    text-align: center;
    padding-bottom: 25px;
}
.main-button{
 background-color: #c4874e;
    border: 1px solid #c4874e;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    padding: 16px;   
}
.text-readmore{
    text-align: right;
}
.text-readmore button{
background-color: #bba39b;
    border: 1px solid #bba39b;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 500;
}
.services-sec{
background-color: #c4874e;    
}
.box{
    background: #1d0001;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box .text{
position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.box .text h2{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 8px;
    color: #fbedcc;    
}
.box:hover .text {
    opacity: 0;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.box:hover img{
    opacity: 0.2;
    filter: blur(3px);
    transform: scale(1.1);
}
.box-content{
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.4s ease 0s;
        padding: 0 30px;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 8px;
    color: #fbedcc;
}
.box .title:after{
    content: '';
    height: 7px;
    width: 130px;
    margin: 8px auto 0;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    clear: both;
    display: block;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}
.box:hover .title:after{
    opacity: 0.5;
    transform: scale(1);
}
.box .post{
font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: inherit;
    display: block;
    padding-top: 18px;margin-bottom: 25px;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) scale(0);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transition: all 0.5s linear;
}
.box:hover .icon{ transform: translateX(-50%) scale(1); }
.box .icon li{
    margin: 0 2px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    color:#fff;
    background-color: #f83600;
    text-shadow: 2px 2px  4px #0a212f;
}
.box-text{
    background: #310001;
    min-height: 392px;
    padding: 100px 30px 60px 30px;
}
.services-sec .col-md-4{
padding: 0;    
}
.box-text h3{
font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 8px;
    color: #fbedcc;  
    padding-bottom: 10px;  
}
.box-text p{
    color: #fff;
    line-height: 28px;
    font-size: 15px;
}
.box-text a{
    color: #f4b477;
    font-size: 15px;
    font-weight: 500; 
}
.services-sec .container {
    max-width: 1100px;
}
.thirdsec{
background: #fbedcc;
    padding: 80px 200px;    
}
.thankyou-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.thankyou-box {
  background: #fff;
  padding: 40px 35px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  animation: popupFade 0.3s ease;
}

.thankyou-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #1fa84f; /* green success */
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
}

.thankyou-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.thankyou-box p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.thankyou-box button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 26px;
  cursor: pointer;
  font-size: 14px;
}

.thankyou-box button:hover {
  opacity: 0.9;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

