*{margin: 0;padding: 0;box-sizing: border-box;}
.left-title-container h2 {font-size: 22px;color: #96CA50;font-weight: 500;}
.about-intro-left p {font-weight: 300;font-size: 28px;line-height: 43px;letter-spacing: 0%;color: #4D4D4D;}
.about-intro-right p, .corporateGov p{font-weight: 400;font-size: 16px;color: #4D4D4D;}
.about-mvvRallis-container .mission-wrap {background-position: center center;background-size: cover;width: 100%;position: relative;padding: 45px 30px 30px 60px;}
/* .about-intro-right{padding-top: 33px;} */
.leaf-img {position: absolute;right: 0;width: auto;pointer-events: none;z-index: 1;}
.leaf-img-top {top: -86px;right: -120px;}
.leaf-img-bottom {bottom: 62px;right: -30px;}

.readmore-wrap {
  max-height: 303px;   /* collapsed height */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-wrap.expanded {
  max-height: 2000px;  /* expanded height */
}



.corporateGov h2{
 
    font-weight: 600;
    font-size: 46px;
    color: #000000;
    letter-spacing: 0%;
    margin-bottom: 22px;
}
.corporateGov  a:hover{
  color: #191919;
  background-color: #3bbeec;
}

.mvv-content ul li {

  color: #fff;
}

.about-mvvRallis-section-bg:after {
  top: -63px;}

.ourLeadershipRallis-section-bg::before {
    content: none !important;
    display: none !important;
}
.ourLeadershipRallis-section-bg::after {
    content: none !important;
    display: none !important;
}
.rallis-half-bg::after {
    background-color: #96CA50 !important;
    content: "";
    width: 100%;
    height: 94% !important;
  
}
.ourLeadership .subtitle-container h2{
font-size: 48px !important;
font-weight: 600 !important;
color: #FFFFFF;
}


.nav-item{
    color: #FFFFFF !important;
}
.leadership-card .card-figure {
  top: 0;
  border-radius: 10px;
}
.leadership-card .card-figure figure {
  border-radius: 10px;
}
.leadership-card .card-figure figure img {  border-radius: 10px;}
.leadership-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 0 0 0 0;
    margin-top: 0;
}
.carousel-ourLeadership-slider .slick-slide {margin-top: 0;}
.carousel-ourLeadership-slider .slick-dots li button {background-color: #d9d9d9;}
.slick-dots li.slick-active button {width: 23px;}
.slick-dots li {margin: 0 5px;}
.slick-prev, .slick-next {width: 30px; height: 30px;background-color: #1968B3;}
.slick-prev:before, .slick-next:before {position: absolute; top: 7px; left: 7px;font-size: 0;width: 15px; height: 16px;}
.slick-prev:before {background-image: url(/Upload/Images/thumbnail/left-arrow.png);background-repeat: no-repeat;}
.slick-next:before {background-image: url(/Upload/Images/thumbnail/right-arrow.png);background-repeat: no-repeat;}

.common-btn-newstyle {background-color: #1968B3; padding: 12px 30px; color: #fff; font-size: 18px; font-weight: 500; text-align: center;border-radius: 5px;}

.common-btn-arrow {
    color: #96CA50 !important;
    text-align: center;
    background-color: #f1f1f1 !important;
    position: absolute;
    top: 222px;
    left: 50px;
}
/* .about-mvvRallis-container .mission-wrap .common-overlay {background-color: transparent;} */

.leadership-card .common-btn-arrow {z-index: 1;}
.leadership-card .common-btn-arrow::before {content: ''; border-radius: 100%; background-color: rgba(241, 241, 241, 0.5); width: 50px;height: 50px; position: absolute; top: -8px; left: -7px; z-index: -1;}

.leadership-card:hover .common-btn-arrow  {
   background-color: #96CA50 !important;
}
.leadership-card .common-btn-arrow i {
    color: #96CA50;
}
.leadership-card .card-details {
    margin-bottom: 15px;
    width: 98%;
    margin-top: 20px;
    padding: 10px 10px 13px 14px;
}
.leadership-card .card-details h2 {
  min-height: 0px!important;
    font-size: 16px;
}
.slick-dots li.slick-active button {

  background-color: #ffffff;
}

.leadership-card .card-details .card-info-list h2 { border-radius: 10px 10px 0px 0px;margin: -30px -15px 15px;}


/* Timeline Style */
.timeline-wrapper {
    position: relative;
    width: 100%;
  
    margin: 0 auto 30px auto;
    padding-top: 40px;
  }
  
  .timeline-line {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ccc;
    z-index: 1;
  }
  
  .year-indicators {
    z-index: 2;
  }
  
  .year-pin {
    position: relative;
    background: none;
    border: none;
    font-weight: bold;
    color: rgba(18, 18, 18, 0.2);
    outline: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }
  
  .year-pin::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 18px;
    background: #ccc;
 
    z-index: 3;
    transition: background 0.3s ease;
  }
  
  .year-pin.active {
    color: #1968B3;
  }
  
  .year-pin.active::before {
    background: #000;
  }


  
.carousel-inner{
    border-radius: 10px;
}
  
  /* Arrows */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color:#1968B3;
    border-radius: 50%;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-milestone{
    margin-bottom: 6rem;
  }
  .carousel-indicators li {
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  
  .carousel-indicators .active {
    background-color: #1968B3;
  }
  .carousel-control-prev {
    left: -116px;
}
.carousel-control-next {
    right: -116px;
}
.carousel-item{
    background-color: #1968B3;
    padding: 50px;
}
.carousel-control-next, .carousel-control-prev {opacity: 1;}
.carousel-control-prev-icon, .carousel-control-next-icon {background-image: none;}
.carousel-control-prev-icon::after, .carousel-control-next-icon::after  {
  content: '';
  width: 15px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.carousel-control-prev-icon::after {
  background-image: url('/Upload/Images/thumbnail/left-arrow.png');
}
.carousel-control-next-icon::after {
  background-image: url('/Upload/Images/thumbnail/right-arrow.png');
}
.year-pin{
    font-weight: 300;
    font-size: 80px;
}
.slider-bg h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -55px;
}


.slider-bg {

  position: relative;
}

.content-box {
  max-width: 600px;

  backdrop-filter: blur(3px); 
  color: white;
}

#rallisTabs .nav-tabs {border-bottom: none;}
#rallisTabs .nav-tabs::before, #rallisTabs .nav-tabs::after  {background-color: transparent;}
#rallisTabs .selection-bar {background-color: #fff;height: 2px;}


.year-scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 10px 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  
  scrollbar-width: none;    
}

.year-scroll-container::-webkit-scrollbar {
  display: none;       
}

.year-pin {
  flex: 0 0 auto;
  min-width: 80px;
  padding: 8px 95px;
  cursor: pointer;
  transition: background 0.3s;
}



ul.listing-bullet-black{padding-left: 20px!important;margin-bottom: 25px;text-align: left;}
ul.listing-bullet-black li { line-height: 16px;  margin-bottom: 10px;list-style: disc; color:#fff; font-weight: 400;  font-size: 16px;
    color: #4D4D4D!important;}

/* map section */
.mfg-title-container h2 {
  font-weight: 600;
  font-size: 48px;
  color: #121212;
}

.map-outer-container {
  background-color: #f1f1f1;
}

.map-container {
  position: relative;
  height: 600px;
  width: 100%;
  margin: 50px 0;
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.marker {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  border: 2px solid #96CA50;
  width: 9px;
  height: 9px;
  z-index: 10;
}

.marker:hover,
.marker-label-ankleshwar:hover,
.marker-label-dahej-cz44:hover,
.marker-label-dahej-sez:hover,
.marker-label-lote:hover,
.marker-label-akola:hover,
.marker-label-kokkonda:hover {
  filter: brightness(90%);
}

/* Marker Positions */
.marker-kokkonda { top: 67%; left: 43%; background-color: #f39c12;}
.marker-ankleshwar { top: 54%; left: 27%; }
.marker-dahej-cz44 { top: 57%; left: 28%; }
.marker-dahej-sez { top: 60%; left: 32%; }
.marker-lote { top: 67%; left: 28%; }
.marker-akola { top: 55%; left: 42%; }

/* Marker Labels */
.marker-label-kokkonda,
.marker-label-akola,
.marker-label-lote,
.marker-label-dahej-sez,
.marker-label-dahej-cz44,
.marker-label-ankleshwar {
  background-color: #96CA50;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 21px;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  white-space: nowrap;
}

.marker-label-kokkonda { top: 222%; left: -334%;background-color: #f39c12; }
.marker-label-akola { top: 222%; left: -334%; }
.marker-label-lote { top: 222%; left: -334%; }
.marker-label-dahej-sez { top: 222%; left: -334%; }
.marker-label-dahej-cz44 { top: 8px; left: -80px; }
.marker-label-ankleshwar { top: -12px; left: -91px; }



.map-container {
  position: relative;
}

.map-legend {
  position: absolute;
  bottom: 20px;
  right: 100px;
  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-family: sans-serif;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
}

.legend-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.red {
  background-color :#f39c12;
}

.orange {
  background-color:  #96CA50;
}

.green {
  background-color: #96CA50; /* your requested green */
}

.text-dark li {
    font-size: 14px !important;
}
/* Popup Card */
.popup-card {
  position: absolute;
  top: 2%;
  left: 95%;
  width: 400px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  display: none;
  z-index: 100;
  transition: opacity 0.3s ease;
}
#kokkonda{top: 14%;}
.popup-card.show {
  display: block;
}

.popup-card img {
  width: 100%;
  border-radius: 5px;
}

.popup-card h6 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1968B3;
}

.popup-card p strong {
  font-size: 14px;
  font-weight: 700;
  color: #4D4D4D;
}

.popup-card p {
      font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    padding: 17px 10px 3px 0px
}

.popup-card small {
  color: gray;
}

.popup-card .pop-up-intro{
   padding: 0px 0px 0px 0px;
       font-size: 14px;
    margin-bottom: 5px;
}
.industry-img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  right: 0%;
}

.marker::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #007bff;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

/* When marker is active, show the line */
.marker.active::after {
  width: 590px; /* Adjust length as needed */
  opacity: 1;
}


/* Sustainability css */
section.sustainability-section {
    background-image: url('/Upload/Images/thumbnail/sustainability-bg.png'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    padding: 200px 20px;
    color: white;
    text-align: center;
  }

  .sustainability-card {
    background: white;
    border-radius: 10px;
    padding: 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
  }
  .awards-slider-container .slider-content-wrap h3 {font-size: 16px; font-weight: 400; color: #4D4D4D;}
  .awards-container .slider-row { margin-left: 0;}
  .awards-img-wrap {border-bottom-right-radius: 10px;border-top-right-radius: 10px; height: 100%;}
  .awards-slider-container .slider-content-wrap {border-radius: 10px;}
  .awards-container .slider-row {padding: 130px 75px 35px;}
  .awards-slider-container .slider-content-wrap .img-wrap {margin-top: -115px; margin-top: -75px;}
  .awards-img-wrap {margin-top: 0;}
  .common-btn-border {border-radius: 5px;}

  .sustainability-card img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
  }

  .sustainability-section h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 48px;
  }

.mfg-title-container{
  margin-bottom: -40px;
}

/* Our Collaboration css */
section.collaborators-section {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
  }

  .collaborators-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
  }

  .logo-slider {
    white-space: nowrap;
   
    position: relative;
  }

  .logo-track {
   
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 12); /* adjust depending on number of items */
    animation: scroll 30s linear infinite;
  }

  .logo-item {

    background: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);


    flex: 0 0 auto;
    width: 250px; /* Adjust width of each card */
    height: 129px; /* Adjust height of each card */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
  }

  .logo-item img {
    height: 60px;
    max-width: 100%;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }






/* Responsive Layout  MileStone Slider*/
@media screen and (min-width: 1920px){
  .map-container {
    position: relative;
    height: 730px;
    width: 100%;
}
.marker.active::after {
    width: 650px;
    opacity: 1;
}
.popup-card {
    position: absolute;
    top: 19%;
    left: 96%;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
 
.carousel-control-next {right: -85px;}
.carousel-control-prev {left: -84px;}
.common-btn-arrow { top: 131px; left: 34px;}}


@media (max-width: 767px) {
  .slider-bg h4 {font-size: 28px;}
  .corporate-image-left{margin-top: 40px;}
  .year-indicators {justify-content: space-around;}
  .year-pin { font-size: 20px;}
  .carousel-item .p-5 { padding: 10px !important;}
  .popup-card { position: absolute;top: 52px;left: 26%;width: 285px;background: white;padding: 15px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);display: none;z-index: 100;}
  .timeline-line {top: 37%;}
  .year-pin {padding: 8px 35px;}
  .slider-bg h4 {font-size: 28px;}
}
  
@media (max-width: 480px) {
    .about-intro-left p {  font-size: 21px;  line-height:1.5;}
    .common-btn-arrow { top: 320px; left: 64px;}
    .slick-dots { position: absolute; bottom: -5px;}
    .year-pin {font-size: 2rem;}
    .rallis-innerBannerContainer-degreebg:after {bottom: -26px !important; }
    .mvv-content h2 {font-size: 38px;}
    .corporateGov h2 {font-size: 38px;}
    .ourLeadership .subtitle-container h2 { font-size: 38px !important;}
    .our-milestone.mt-5 h2 {font-size: 38px;}
    .mfg-title-container h2 {font-size: 38px;}
    .sustainability-section h2 {font-size: 38px;}
    .popup-card { position: absolute;top:-3%;left: 13%;}
    .marker.active::after {width: 50px !important;opacity: 1;}
    .awards-slider-container .slider-content-wrap {padding: 8px !important;}
    .mfg-title-container {margin-bottom: -100px;}
   .leaf-img {display: none;}
  }

@media (max-width: 390px) {
      .common-btn-arrow { top: 65%;left: 16%;}
      /* .rallis-innerBannerContainer-degreebg:after { bottom: -26px !important;} */
      .carousel-item {padding: 20px;}
          /* section.rallis-innerBannerContainer-degreebg::before {
        bottom: -31px;
        width: 71%;
    } */
    }

@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),screen and (min-width: 1024px) and (min-resolution: 144dpi) {
      .leadership-card .card-details .info {font-size: 14px;}
.leadership-card .card-details .info:last-child {margin-bottom: 0;}
.leadership-card .card-details {margin-bottom: 0;}
.leadership-card {min-height: 345px}
/* #boardofdirectors .leadership-card {min-height: 375px !important; height: 310px !important;}
#seniorleadershipteam .leadership-card {min-height: 355px;} */
#boardofcommittees .leadership-card {min-height: 275px;}
div#ourLeadershipContent {position: relative;top: -20px;}
.timeline-wrapper {margin-top: -30px;margin-bottom: 0 !important;}
#milestoneCarousel .carousel-item {padding: 0;}
#milestoneCarousel {margin-top: -15px;}
.year-pin {font-size: 50px;}
.slider-bg p:last-child {margin-bottom: 0;}
.industry-img {top: auto; bottom: 0;}
/* .map-container {max-height: 400px;} */
.popup-card p {font-size: 14px;}

  .map-container {
    position: relative;
    height: 468px;
    width: 100%;
}
.mfg-title-container h2{
  margin-bottom: -25px;
}
.timeline-line {position: absolute;
top: 30%;}

    }


