  .widlim{width: 320px !important;}

.card-head .mb-0:after{
content: none;
}

.card-head .mb-0[aria-expanded=true]:after {
    content: none;
}
  
  .esg-vision{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  }
  .vm-esg{
    display: flex
;
    align-items: end;
    height: 100%;
    padding: 0 60px;
  }
  
  .vm-esg div{
    padding: 30px;
    background: #ffffff00;
    backdrop-filter: blur(30px);
    color: #fff;
    border-radius: 10px;
  }
  
  .esg-vision{
    padding: 50px 0;
  }

p{
font-size: 20px;
}

.susbg{
background: url(../images/GRADIENT.svg) no-repeat;
    background-size: cover;
    background-position: right;

}

.bgclr{
background: #c0e5d8;
}
  
.vm-main{
background: url(../images/ESG-Presentation2-04.webp) no-repeat;
    background-size: cover;
}


.sus-heading{
	font-size: 40px;
}
.mt40{
margin-top: 50px;
}

.susimg{
padding: 0px 30px;
}

.sus-about{
padding: 0 60px 60px;
}

.sus-about::after{
content:"";
position: absolute;
left:0;
bottom:0;
width: 80%;
height: 1px; 
background: #1a3326;
}
.sus-about::before{
content:"";
position: absolute;
left:0;
bottom:0;
width: 1px;
height: 80%; 
background: #1a3326;
}

.mb30{
margin-bottom: 30px;
}


.our-com p{
font-size: 18px;
}


.s-com h2{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: max-content;
    height: max-content;
    margin: auto;
    color: #fff;
}



.pad60{
padding:60px 0px;
}

.susimg img{
object-fit: cover;
}
.gfimg{
width: 35%;
}
.gfimg img{
object-fit: cover;
height: 100%;

}



/* --- The Main Card Wrapper --- */
.gf-main {
    background: #ffffff;
    border-radius: 16px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
padding: 24px;
display: flex;

}


.table {
   
    margin-bottom: 0rem;
}


/* --- The Text Content Block --- */
.our-com {
  padding: 0rem 2.5rem;
    width: 65%;
}

.our-com h3 {
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 1.3;
    border-bottom: 3px solid #203d3b;
    padding-bottom: 1rem;
}

.sustainability-slider{
margin-top: 40px;
}

.slick-dots li button:before{
font-size: 0px;
}

.accordioninner .card strong {
    padding: 25px 10px;
}

.accordioninner .card {
    margin-bottom: 0px;
}



  
  @media (max-width: 991px){
    .vm-esg {
    
    padding: 0;
}
    .vm-esg div {
    padding: 18px;
    }

.gf-main{
flex-direction: column;
}
.gfimg, .our-com{
width: 100%;
}

.our-com{
padding: 1rem;
}

.gfimg{
height: 250px;
}

  }
  
  
  @media (max-width: 767px){

    .controlam, .controlar {
        top: 93px;
    }

.sustainability-slider {
    margin-top: 80px;
}

    .vm-main img{
      height: 400px;
          object-fit: cover;
    }
    
    .vm-main .h-100{
      height: auto !important;
    }
    .vm-esg {
      
        margin-top: 0px;
    }
    .card-head .mb-0:after {
   top: 13px !important;
        font-size: 14px !important;
        width: 90px !important;
}
    .esg-m .accordioninner .card strong b {
        font-size: 20px;
        }
.our-com{
padding: 1rem 0 0 0;
}

.scrollable-text {
  max-height: 200px;       /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 10px;
}

/* Optional: Custom scrollbar styling for WebKit browsers (Chrome, Edge, Safari) */
.scrollable-text::-webkit-scrollbar {
  width: 6px;
}

.scrollable-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scrollable-text::-webkit-scrollbar-thumb {
  background: #203d3b;
  border-radius: 10px;
}

.scrollable-text::-webkit-scrollbar-thumb:hover {
  background: #203d3b;
}
.our-com h3 {
    font-size: 21px;
}
    .vm-esg div {
        padding: 0px;
    }

.accordioninner{
border-top: 1px solid rgba(0, 0, 0, .1);
}

  }


/* --- Responsive adjustments for arrows on smaller screens --- */
@media (max-width: 768px) {
    .slick-prev { left: -10px; }
    .slick-next { right: -10px; }
    .sus-heading { font-size: 2rem; word-wrap: break-word;}
}
  
  
  @media (min-width: 768px){
    .wdp{
      max-width:33.33%;
    }
  }