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;
}
html, body {
    overflow-x: hidden;
}
.menu_heading a{
    color: #174D39;
}
.menu_heading a:hover {
    color: #174D39;
    opacity: 0.8;
    text-decoration: none;
}
.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:hover .dropdown-content {display: block;}


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

@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;
}
.overlap-slider{
  position:relative;
}

.nav-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  background:rgba(23,77,57,0.9);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  cursor:pointer;
  z-index:10;
}

/* center ke aas paas */
.nav-arrow.prev{
  left:50%;
  transform:translate(-260px,-50%);
}

.nav-arrow.next{
  left:50%;
  transform:translate(219px,-50%);
}

@media screen and (max-width: 767px) {
    .nav-arrow{width: 28px; height: 28px;}
    .nav-arrow.prev{transform:translate(-150px,-50%);}
    .nav-arrow.next{transform:translate(115px,-50%);
}

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

}
.designation {color: #174D39;}

.headings h2{
    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: bold;
        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 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;
   
    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;
}
.foot_address1{
    color: #000;
    text-transform: none;
    font-size: 14px; 
    display: block;
    gap: 0.8em;   
        margin-bottom: 20px;
}
.foot_address1 img{
    width: 20px;
        margin: 0;
}
.foot_address1 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;
}



.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;  border: 2px solid #B8D433;
}

.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 .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: 100%; 
          margin-top: 10px;
    margin-bottom: 10px;
}
.india_map ul li h2{
    color: #174D39;
    font-family: 'Adam';
    font-weight: bold;
        font-size: 32px;
            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; 
}

.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: 0px;
  border-radius: 6px;
      padding: 0px;
}

.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: none !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 .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 .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: #fff;
  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_top a:hover{
    color: #B8D433;
    text-decoration: none;
}
.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: #fff;
  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 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;
}


.distributor-hero {
    height: 500px;
    background: #1e4a39 url(../img/become_a_distributor-form.jpg) no-repeat;
    background-size: cover;
    background-position: center 10%;
    position: relative;
    transition: background-image 0.4s ease;
}
.consultation-horo{background: #1e4a39 url(../img/sunkind_bg_construction.jpg) no-repeat;}
.distributor-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 77, 57, 0.6);
    z-index: 2;
}

.distributor-hero h2{font-weight: 300;}

.distributor .border_heading:after{margin: 0;}
.distributor .form-inner h2{font-size: 32px;}

.distributor-hero .contact-title{z-index: 2; left: 0; position: relative; left: 0; padding: 220px 0 0 15px;}
/* 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 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;
    top: 35%;
    left: 18%;
    width: 52%;
}
.about-title h1{
    color: #fff;
    font-size: 52px;
        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;
}

.life-at-sunkind-stories-hero {background: #1e4a39 url(../img/lifeatsunkind-stories.jpg) center / cover no-repeat;}
.case-studies-hero{background: #1e4a39 url(../img/case-studies-hero.jpg) center / cover no-repeat;}
.life-employee-hero {background: #1e4a39 url(../img/employee-voices-hero.jpg) center / cover no-repeat;}
.career-hero{background: #1e4a39 url(../img/career-horo.jpg) center / cover no-repeat;}
.sustainability-hero{background: #1e4a39 url(../img/sustainability.jpg) center / cover no-repeat;}

.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; max-width:900px;
}
.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; width: 100%; text-align: center;
    
    color: #fff;
    font-size: 42px;
        font-weight: 300;
}

/* Tabs */
.epc-section .tabs {
      display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    width: 95%;
    bottom: 0;
    left: 30px;
        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;
}
.tab-content label, .tab-content select {
    font-size: 14px;
}

/* Content */
.epc-section .tab-content {
      margin-top: -83px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    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;
}

.epc-section .container{position: relative;}

.tab-close{position:absolute;top:20px; z-index: 1; background: none; right:20px; border:none;cursor:pointer;text-align:center;}

.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;
       
            padding-left: 0;
}
.tab2_green ul li{
        border-right: 1px solid #ffffff;
    padding:0 10px;
        font-size: 13px;
}
.tab2_green ul li svg{width: 42px; height: 42px; margin-bottom: 10px;  fill: #B8D433;}



.tab2_green ul li:last-child{border: none;}
.tab2_green ul li h3{
         font-size: 16px;
    font-weight: 400; 
    margin-bottom: 18px; 
        color: #B8D433;min-height: 57px;
}
.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: 400;
    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 10px;
        border-radius: 15px;    min-height: 145px;
}
.green_bgsunkind{
    background: #6b8e81;
        padding: 20px 10px;
        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: 12px;
    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 12px;
    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 .form-group select {
    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: 400;
        text-align: left;
}
.textual h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
        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 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: 100px 30px 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgb(0 0 0 / 99%), 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 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;
    
    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;
        gap: 1em;
        margin-bottom: 18px;
}
.card_quality ul li .icons_quality{
            width: 8%
}
.card_quality ul li .icons_quality img{
        width:100%;
}
.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;
}

.card_quality tbody td a{
        color: #B8D433;
}

.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/engineered-in-india.jpg);
    background-size: cover;
    padding: 80px;
    border-radius: 20px;
    margin-top: 40px; position: relative;
}

.sppl_aboutbgm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; border-radius: 20px;
    background: rgba(63, 63, 63, 0.60);
    z-index: 1;
}

.sppl_aboutbgm *{
    position: relative;
    z-index:2;
}

.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;
        gap: 1em;
}



.built_for_tough {
    /* background: url(../img/built_for_tough2.jpg);
    background-size: cover; */
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.built_for_tough::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(63, 63, 63, 0.10); /* overlay color */
    z-index:1;
}

.built_for_tough *{
    position: relative;
    z-index:2;
}

.built_for_tough h1{
    color: #174D39;
}
.built_for_tough .border_heading_green:after{
display: none;
}


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



.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;
    border-radius: 12px;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}
.card-wrapper img{
        width: 100%;
    border-radius: 12px;
}
/* Button */
.cta-btn {
  position: absolute;
  bottom: -18px;
  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; border: none;
  transition: background 0.3s ease;
}

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

.cta-btn:hover {
      background: #97bd33;
    color: #000;
    text-decoration: none;
}


#contactHero p { font-size: 18px; font-weight: 300;}
.section-gap { padding:80px 0}
.life-at-sunkind-stories-list a{ color:#000000; text-decoration: none; font-weight: 500;}
.life-at-sunkind-stories-list a:hover{color:#174D39}
.card-img-bottom {    border-radius: 0 0 0.25rem 0.25rem;}
.loadmore a{ font-size: 20px;}
.grey-border{border:1px solid ##BABABA!important}

.case-studies-list h4{ font-size: 16px; padding-bottom: 0px; margin-bottom: 0px;}
.case-studies-list .card, .case-studies-list .card-body { height:100%}
.case-studies-filter label {color:#174D39;}
.case-studies-filter input, .case-studies-filter select {border:1px solid #D1D3D4; border-radius: 5px;}
.case-studies-filter input:focus, .case-studies-filter select:focus { outline: none; box-shadow: none; border-color: #174D39;}

.left-border-line { position: relative; padding-left: 30px!important;}
.left-border-line:before {content: ""; width:1px; height:70px; background: url(../img/border-line.png) left bottom; position:absolute; bottom:0px;}
.left-border-line a {
    bottom: 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
}
.left-border-line img { padding-left:30px}

.employee-voices-list .card { height: 100%;}
.employee-voices-list p{ padding-bottom: 10px; margin-bottom: 0px;}

.bg-grey { background:#E6E7E8 ;}
.bg-white{ background: #ffffff;}
.TeamName { font-weight: 600;}
.career-card .headings h2 { color:#000000}
.career-list { border-radius: 15px!important;  padding: 25px;}
hr {    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;}
.searchicoselect {position: absolute;
    top: 41px;
    left: 20px;}
.searchicoselect + select { padding-left:40px}
.left-filter .card {border-radius: 15px!important; padding: 20px; }
.left-filter .form-row {}


/* 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;
  }

.case-studies-filter .col-md-4.pl-4 { padding-left:5px!important; margin-top: 15px; max-width: 235px;}

.case-studies-filter .col-md-4.left-border-line {max-width: 120px;}
.left-border-line a { padding-top:40px}
.left-border-line:before { bottom:-15px}

  
}

.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;
}
.building-responsibly{ background: url(../img/building-responsibly.jpg); background-position: 50% 50%; border-radius: 0; position: relative;}4
.building-responsibly-quality ul{padding: 0px; margin: 0;}
.building-responsibly-quality h3{color: #fff; font-weight: 600; text-transform: uppercase;}
.building-responsibly-quality li{border-bottom: solid 1px rgba(184, 212, 51, 1); border-right: solid 1px rgba(184, 212, 51, 1); width: 49%; display: inline-block!important; color: #fff; font-size: 16px; padding: 15px; min-height: 140px; margin-bottom: 0!important; vertical-align: top;}
.building-responsibly-quality li:last-child{border-bottom: none;}
.building-responsibly-quality li:nth-last-child(2){border-bottom: none;}
.building-responsibly-quality li:nth-of-type(2n){border-right: none;}
.building-responsibly::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(184, 212, 51, 1);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.building_card ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.building_card li {
    display: flex !important;
    align-items: center;
    gap: 2em;
    padding: 15px; font-size: 16px;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff3d;
    border-radius: 20px;
    width: 100% !important;
    background: rgb(255 255 255 / 5%);
}

.empowering_comm{backdrop-filter: blur(20px);
    border:1px solid #ffffff3d;
    border-radius:20px; width: 100%!important;
    background:rgb(255 255 255 / 5%);}
.future-image img{width: 100%;}
    .built-on-trust h3{font-family: 'Adam'; font-size: 44px; color: #fff; text-transform: uppercase;}

    .future-wrapper{background: #B8D433; border-radius: 200px 5px 5px 200px; overflow: hidden;}
    .future-wrapper h2{font-family: 'Adam';
    font-size: 44px;
    color: #000; text-align: left;
    text-transform: uppercase;}
    .future-btn{background: #fff; border-radius: 20px; color: rgba(23, 77, 57, 1); font-weight: 500; box-shadow: 0px 3.39px 16.97px 0px rgba(0, 0, 0, 0.25);
}
.empowering_comm li{font-size: 14px; color: #fff; font-weight: 200;}

.environment{width: 100%; background: rgba(184, 212, 51, 1);}
.environment h3{font-family: 'Adam'; text-transform: uppercase; text-align: center; font-size: 44px; color: rgba(23, 77, 57, 1);}
.environment p{color: rgba(23, 77, 57, 1);}
.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; overflow: hidden; border-radius: 20px;
}
.box_choosesunkind .hover_effects_text{padding: 30px;}
.box_choosesunkind:hover .hover_effects_text {
    opacity: 1;
    transform: translateY(0);
}

.box_choosesunkind:hover .textual {
    opacity: 0;
}

.box_choosesunkind .textual{border-radius: 0px 0px 20px 20px;}
.box_choosesunkind img{
      width: 100%;
    border-radius: 20px;  
}
.box_choosesunkind h4 strong{
         color: #e2ff56;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -10px;
    display: block; 
}
.box_choosesunkind h4{
    text-align: left;
    color: #ffffff;
    padding: 54px 20px 30px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: -webkit-linear-gradient(top, #00000000, #000000);
    border-radius: 0px 0px 20px 20px;
}
.box_choosesunkind h2{
     color: #e2ff56;
    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%;
}

.oandm_solutionbox {
    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%);
}
.capex_tab{
    text-align: left;
    padding: 20px;
  
        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{
       padding-right: 30px; 
}
.capex_img img{
    width: 100%;
    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;
    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;
}

  .our-journey{
  padding:40px 0;
  background:#e6e8d8;
  font-family:Inter,sans-serif;
}

.section-title{
  text-align:center;
  font-size:42px;
  margin-bottom:80px;
  letter-spacing:2px;
  color:#1e3d2b;
}



.journey-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:60px;
  gap:60px;
  opacity:0;
  transform:translateY(80px);
  transition: all 1s cubic-bezier(.17,.67,.43,.99);
}



.journey-item.active{
  opacity:1;
  transform:translateY(0);
}

.journey-img{
  width:50%;
  overflow:hidden;
}

.journey-img img{
  width:100%;
  transform:scale(1.1);
  transition:transform 0.4s ease;
}

.journey-text{
  width:50%;
}

.year{
  color:#7ea24a;
  font-weight:bold; font-family: 'Adam'; font-size: 30px;
}

.journey-text h3{
  margin:10px 0;
  font-size:30px;
  color:#a6d608;
}

.journey-text p{
  color:#444;
  line-height:1.6;
}

@media screen and (max-width: 767px) {
  .journey-item{display: block; margin-top: 40px;}
  .journey-img{width: 100%;}
  .journey-text{width: 100%;}
  .year, .journey-text h3{font-size: 24px;}
  
}


@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: 20px 15px; line-height: 20px;
    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;
}
.corporate_governance .leadership_box{
     border: 1px solid #c7c7c74f;
    padding: 15px;
    border-radius: 45px 45px 0px 0px;
}

.corporate_governance .leadership_box img {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.corporate_governance .nav-item {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 7%);
    text-align: center;
    font-weight: 400;
    font-size: 20px;
        border-right: 2px solid #000;
}

.corporate_governance .nav-link {
    padding: 0px 15px;
        color: #000;
}
.corporate_governance .hover_effects_text1 {
    border-radius: 45px 45px 0px 0px;
}
.corporate_governance .nav-link.active {
         color: #000 !important;
    border-radius: 0;
    background: transparent !important;
    font-weight: 600;
    animation: pulse 2s infinite;
    position: relative;
}
.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: #000;
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 1em;
        margin-bottom: 15px;
}
.preview_button:hover{
        color: #174d39;
    text-decoration: none;
}
.preview_button img{
    width: 22px;
}
.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;
}

.tabs_investors1{
    padding: 70px 0 10px 0;
        background: #E6E7E8;
            background-attachment: fixed;
}
.tabs_investors1 .owl-carousel h4{
    font-size: 16px;
    margin: 0;
}

.tabs_investors1 .slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.tabs_investors1 .financial-slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
      flex-wrap: nowrap;
}

.tabs_investors1 .item {
    padding: 2px 28px;
    text-align: center;
    border-right: 1px solid #333;
}

.tabs_investors1 .nav-link {
        padding: 10px 25px;
    margin: 0;
    border-radius: 0px !important;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    border-right: 1px solid #333;
    color: #333;
}

.tabs_investors1 .nav-link.active{
    background-color: transparent !important;
    color: #333 !important;
    font-weight: 600;
}

.tabs_investors1 .arrow {
    color: #000000;
    border: none;
    padding: 10px 22px;
    cursor: pointer;
    font-size: 18px;
}
.tabs_investors1 .arrow.left{
    position: absolute;
    left: -35px;
    background: -webkit-linear-gradient(left, #e6e7e8, #e6e7e899);
}
.tabs_investors1 .arrow.right{
    position: absolute;
    right: -35px;
    background: -webkit-linear-gradient(right, #e6e7e8, #e6e7e899);
}
.card_investorinfo{
    margin-bottom: 50px;
}

.card_investorinfo .head_investor {
    background: #B8D433;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    border-radius: 10px 10px 0px 0px;
    position: relative; /* important */
}

/* heading left */
.card_investorinfo .head_investor h4{
    margin: 0;
}

/* combo center */
.card_investorinfo .head_investor select{
    position: absolute;
    left: 55%;
    transform: translateX(-55%); background: none; border: none; padding: 0; border-radius: 15px; color: #174D39;
}

.card_investorinfo .head_investor{
    background: #B8D433;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 35px 30px;
    border-radius: 10px 10px 0px 0px;
}

/* .card_investorinfo .head_investor select{background: none; border: none; padding: 0; border-radius: 15px; color: #174D39;} */
.card_investorinfo .body_investor{
background: #fff;
    align-items: center;
    padding: 25px 30px;
    border-radius: 10px;
        margin-top: -10px;
}
.card_investorinfo .head_investor h4{
color: #174D39;
    font-size: 18px;
    font-weight: 600;
        margin-bottom: 0;
}
.card_investorinfo .head_investor button{
        border: 1px solid #174D39;
    background: transparent;
    color: #174D39;
    font-size: 14px;
    padding: 0px 25px!important;
    border-radius: 40px;
}


.dropdownnnn {
  position: relative;
  /* width: 400px; */
}

/* Button */
.dropdown-btnnnn {
     padding: 10px 12px !important;
    text-align: left;
    border-radius: 10px !important;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%) !important;
    border: none !important;
}

/* Arrow */
.dropdown-btnnnn span {
  transition: 0.3s;
}

/* Rotate arrow when active */
.dropdownnnn.active .dropdown-btnnnn span {
  transform: rotate(180deg);
}

/* Dropdown Content */
.dropdown-contentttt {
  display: none;
      position: absolute;
    width: 100%;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 2%);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 10;
        padding: 20px;
}

/* Show dropdown */
.dropdownnnn.active .dropdown-contentttt {
  display: block;
}

/* Items */
.dropdown-contentttt a {
      display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #333;
    font-size: 12px
}

.dropdown-contentttt a:hover {
  background: #f2f2f2;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
        outline: 0px dotted !important;
}
.tabs_investors1 .arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.corporate_disclosures {
    padding: 70px 0 125px 0;
        background: #1e4a39 url(../img/tabs_investors.jpg) center / cover no-repeat;
            background-attachment: fixed;
                margin-top: 0px;
    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; border-radius:4px
}
.card-container .card.card--dark a .card--hover .link {
  color: #fde74c;
}

.name-with-details svg{max-height: 20px; width: 30px; margin-right: 10px;}

.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 .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 .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;
  }
  .accordion-content td{color: #212529;}
.hover_effects_text .continue_icon a {
    pointer-events: auto;
    display: flex;
    align-items: center;
    color: #174D39;
    gap: 1em;
}
.hover_effects_text .continue_icon a:hover {
    color: #B8D433;
    text-decoration: none;
}

.built_for_tough .video-section video{
   
    width: 100%;
        object-fit: cover;
    position: relative;
    border-radius: 10px;
}


.built_for_tough .heading-section ul{
    list-style: none;
        padding-left: 0;
}
.built_for_tough .heading-section ul li{
font-size: 18px;
    color: #174D39;
    font-weight: 500;
    margin: 8px 0;
        display: flex;
    align-items: center;
        /* filter: brightness(0) invert(1); */
            cursor: pointer;
}
.built_for_tough .heading-section ul li.active{
     color: #B8D433;
         filter: none;
}


.built_for_tough .heading-section ul li .icons_built img{
    width: 65px;
}




@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);
  }
}



.ownership-hero{height:100vh;position:relative;overflow:hidden; background: url(../img/sunkind-shots.jpg) center / cover no-repeat;;}
.bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.ownership-hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(23, 77, 57, 0.6);z-index:2;}
.work-at-sunkind{background: rgba(253, 253, 253, 0.9); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25); position: relative; z-index: 1;}
.work-at-sunkind h2{font-family: 'Adam';color: #174D39;font-weight: 200;text-transform: uppercase;}
.work-at-sunkind p{font-weight: 300;}
.work-sunkind-banner{width: 100%; float: left; margin-top: -90px;}
.sticky-top{position: sticky; top: 0;z-index: 1020;}

.culture-section{ background: linear-gradient(to right, #ffffff 9.2%, #FBFFE9 9.2%); padding:54px 0 0;}

.employee-slider .owl-nav button{
    position:absolute;
    top:50%;
    background:#174D39!important;
    color:#fff !important;
    width:32px;
    height:32px;
    border-radius:50%;
}

.employee-slider .owl-nav button span{font-size: 30px!important; font-family: 'Adam'; line-height: 30px;}
.employee-slider .owl-prev{
    left:-15px;
}

.employee-slider .owl-next{
    right:-15px;
}

.culture-title{font-size:48px;font-weight:300;color:#174D39; font-family: 'Adam';}
.quote-content p {
    font-size: 36px;
    line-height: 1.3;
    color: #111;
    margin: 0;
}

.quote-start {
    font-size: 60px;
    font-weight: bold; height: 50px;
    display: block; 
    
}

.quote-end {
    font-size: 60px;
    font-weight: bold;
    height: 50px;
        vertical-align: top;
   
}
.culture-subtitle{font-size:24px;font-weight:500;margin-top:20px;}
.culture-text{color:#000;margin-top:15px; font-weight: 300;}
.read-btn{margin-top:25px;border:1px solid #1f4d3b;color:#1f4d3b;padding:6px 0px; min-width: 188px; border-radius:30px;display:inline-block;font-weight:500;text-decoration:none; text-align: center;}
.read-btn:hover{background:#1f4d3b;color:#fff;text-decoration:none;}
.culture-image{margin-top:50px;}
.culture-image img{width:100%;height:auto;}
.culture-section .pl-5{padding-left: 5rem!important;}
.culture-section .headings h2{font-size: 26px;}
.culture-section .designation{min-height: 48px;}
.culture-section .card-text{
    display: -webkit-box;
    -webkit-line-clamp: 4;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ev-name{position: absolute; color: #B8D433; width: 100%; bottom: 0px; background: linear-gradient(180deg, rgba(23, 77, 57, 0) 0%, #174D39 61.54%); min-height: 101px; }
.ev-name h5{font-size: 18px; font-weight:600}
.ev-name p{ font-size: 16px; font-weight: 400;}

.safety-wellbeing {background: linear-gradient(to right, #ffffff 9.2%, #F2FFFA 9.2%); padding: 54px 0 0;}
.safety-wellbeing .border_heading:after{margin: 0;}
.culture-section  .border_heading:after{margin: 0;}
.csr{background: #fff;}
.life-at-sunkind{background: #F2FFFA;}
.career-box{background:#fff;padding:50px;box-shadow: 0px 2px 2px 0px #0000000D;}
.subscribe-newsletter{background: #174D39; box-shadow: 0px 2px 2px 2px #00000040;}
.subscribe-btn{border: solid 1px #B8D433; 
font-weight: 400; border-radius: 5px;
line-height: 30px;
letter-spacing: 0%; transition: all 0.3s ease-in;
text-transform: capitalize; min-width: 200px; text-align: center; display: flex; justify-content: space-between; align-items: center;
}
.subscribe-btn:hover{background: #B8D433; transition: all 0.3s ease-in; text-decoration: none;}


.modal-content{
border-radius:6px;
background:#f5f5f5;
}

.subscribe-newsletter .form-control{
background:transparent;
border-bottom:1px solid #B9B9B9 !important;
border-radius:0!important;
}

.subscribe-newsletter .close{position: absolute; width: 32px; top: 10px; font-size: 28px; font-weight: 300; right: 10px;}
.subscribe-newsletter .btn-success{background: #174D39;}
.subscribe-newsletter .form-control:focus{box-shadow:none;border-color:#1e4a39 !important;}
.news-tab-header{border-bottom: solid 1px #D9D9D9;}
.nav-tabs .nav-link{border: none!important; }
.nav-tabs{justify-content: center;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border-color: none;}
.news-tabs .nav-link{
color:#666;
font-weight:500; padding: 0.5rem 25px; font-weight: 400;
}

.news-tabs .nav-link.active{
color:#0f5132; 
border-bottom:3px solid #0f5132!important;
}

#videoCarousel img{width: 100%; border-radius: 5px;}
#videoCarousel .card{position: relative;}
#videoCarousel .video-btn{ position: absolute; left: 45%; top: 40%; width: 36px;}
.carousel-indicators{bottom:-20%!important; z-index: 105;}
.Sunkind-m h6{font-size: 14px; font-weight: 400;}
.Sunkind-m a{font-weight: 600; font-size: 14px; color: #000;}

.carousel-indicators li{
width:8px!important;
height:8px!important;
border-radius:50%; border: none!important;
background:#ccc!important;
}

.carousel-indicators .active{
background:#1e4a39!important; width:8px!important;
height:8px!important;
}
.tab-content label, .tab-content select {
    font-size: 14px;
}

.news-card{
border-radius:8px;
overflow:hidden;
transition:0.3s;
}
.news-card img{width: 100%;}
.news-row{
margin-left:-6px;
margin-right:-6px;
}

.news-row .col-md-4{
padding-left:8px;
padding-right:8px;
}
.news-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.top-news{
background:#f8f8f8;
border-radius:10px; border: solid 1px #999;
}

.top-news .card{box-shadow: 0px 4px 0px 0px rgba(23, 77, 57, 1);}
.top-news .card img{width:100%}

.top-news h5{font-size: 22px; color: #174D39; font-weight: 400; border-bottom: solid 1px #d9d9d9;} 

.card-img-top{
height:170px;
object-fit:cover;
}
.tab-content .card-body{padding: 12px;}
.tab-content .card-body h6{font-size: 14px; padding-top: 8px; min-height: 62px; color: #174D39; min-height: auto;}
.tab-content .card-body h5{color: #174D39; font-size: 16px;}
.tab-content .card-body p{font-size: 14px; line-height: 20px;}


.press-title{
color:#1e4a39;
font-size:48px;
font-family: 'Adam'; font-weight: 500;
text-align: left; font-weight: 400;
margin-bottom:0px;
}

.press-text{
font-size:16px;
line-height:1.6; 
margin-bottom:25px;
}

.info-box{
background:#e6ebd3;
padding:12px 15px;
margin-bottom:12px;
display:inline-block;
width:100%;
font-weight:500;
}

.press-img{
max-width:100%;
box-shadow:0 3px 8px rgba(0,0,0,0.1);
}

.whatapp{position: fixed; bottom: 15px; right: 15px; z-index: 1000;}
.Sunkind-m .rounded img{width: 100%;}
.select-lg{height: 50px!important;}
.career-list hr{border-top: 1px solid rgba(0, 0, 0, 1)}
.career-list .details-btn{border: 1px solid rgba(23, 77, 57, 1); border-radius: 5px; color: #174D39; font-weight: 400; padding: 4px 16px;}
.career-list .details-btn:hover{background: #174D39; color: #fff;}
.career-list .col-auto{font-size: 15px;}
.dateposted{font-size: 15px;}
.job-details{padding: 15px 0px;}
.job-details p, .job-details li{font-size: 13px;}
.job-details .job-desc{color: #B8D433; font-size: 15px; font-weight: 600;}
.apply-box{margin: 20px 0px; background:#E6E7E8; padding:15px}
.job-details .upload-btn{
background:#fff;
border:none;
padding:7px 25px;
border-radius:25px; margin-top: 32px;
}

.job-details .submit-btn{
background:#b7d334;
border:none;
padding:7px 25px;
border-radius:25px; margin-top: 32px;
}

.page-link{border: none!important; font-weight: 300;}
.page-link:hover{background: none!important;  color: #083814!important;}
.page-item.active .page-link{background: #cef1c8!important; color: #083814!important; border-radius: 5px; border: none!important; font-weight: 600;}
.impact-item{width: 100%; border-bottom: solid 1px #000; margin-top:40px}
.impact-item h3{font-size: 36px; font-weight: 600; color: #B8D433;}
.row-gap{
display:flex;
flex-wrap:wrap;
gap:40px;
}
.row-gap > .col-md-6{
flex:0 0 calc(50% - 20px);
max-width:calc(50% - 20px);
}


@media(max-width:768px){

.news-tabs{
flex-wrap:nowrap;
overflow-x:auto;
white-space:nowrap;
}

.news-tabs .nav-link{
font-size:14px;
padding:8px 12px;
}

}

@media screen and (max-width: 1250px) {
    .culture-section{background: #FBFFE9!important;}
}



@media screen and (max-width: 767px) {
    .work-at-sunkind{box-shadow: none;}
    .work-sunkind-banner{margin-top: -20px;}
     .culture-section {background: #FBFFE9; padding: 30px 0 0;}
     .culture-title{font-size: 34px;}
     .culture-subtitle{font-size: 18px;}
     .sticky-top{position: static!important;}
     .safety-wellbeing{background: #F2FFFA;}
     .career-box{padding: 15px;}
     .bg-video{top:-30px;height:calc(100% + 65px);}
     .investors-title{width: 95%; margin: 0px auto; left: 5%;}
     .investors-title h1{font-size: 36px; line-height: 48px;}
     .graph_card .graph-btn{padding: 5px 10px;}
     .news-row .col-md-4{padding-left: 15px; padding-right: 15px;}
     .left-filter .card{padding: 0px;}
     .career-list{padding: 0;}
      .row-gap > .col-md-6{flex: 0 0 calc(100% - 0px); max-width: calc(100% - 0px);}
     .impact-item{margin-top: 0;}
     .impact-item h3{font-size: 28px;}
    .building_card ul{margin: 0 15px 20px; gap:15px}
    .building_card ul li{padding: 5px 10px; font-size: 14px;}
    .building-responsibly{background-position: 50% 0%;}
    .construction_method p{padding: 0px 15px 25px;}
    .future-wrapper{border-radius: 20px 20px 20px 20px;}
    .future-wrapper h2{font-size: 38px;}
    .card_investorinfo .head_investor{display: block; padding: 20px 30px 0;}
    .card_investorinfo .head_investor button{padding: 10px 0px!important;}
    .card_investorinfo .head_investor select{position: relative; left: 0; transform: none; padding: 10px 0px 0px;}
    .book_consultaion{position: relative; width: 100%; padding: 15px 0px; left: 0; display: inline-block;} 
    .card_quality{padding: 0;}
    .content{display: inline-block;}
    .blur_bg_designed ul{display: inline-block;}
    .blur_bg_designed ul li{width: 100%;}

}


@media screen and (max-width: 480px) {
.box_designed .box_img{width: 100%;}
.box_designed .box_text{width: 100%; padding-top:15px}
}

/* News and Media page fix */
#news-and-media .tab-pane {
    display: none;
    overflow: hidden;
}
#news-and-media .tab-pane.show.active {
    display: block;
    overflow: hidden;
}
#news-and-media .tab-pane > .col-md-8.float-left {
    width: 66.666% !important;
    float: left !important;
    padding-right: 15px;
    box-sizing: border-box;
}
#news-and-media .tab-pane > .col-md-4.float-right {
    width: 33.333% !important;
    float: right !important;
    box-sizing: border-box;
}
#news-and-media .news-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
}
#news-and-media .news-row .col-md-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
}