:root {
    --rn-primary: #73bf44;
    --rn_secondary: #0F6739;
    --rn_white: #fff;
    --rn_black: #000;
    --rn_gray: #e4e4e4;
    --rn_dark_gray: #7d7d7d;
    --rn_light_gray: #f5f5f5;

  }
    .logo{
          margin-left: 25px;
  }
  html {
    /*For smooth scrolling behavior*/
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
  }
body{
    /* position: relative; */
    background: #f6f6f6;
}
 .button-click{
          display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .button-click a{
      width: auto;
    padding: 10px 10px;
    background: #73bf44;
    color: #fff;
    margin-right: 11px;
    margin-bottom: 5px;
    height: 37px;
    align-items: center;
    line-height: 1.4;
  }


/* --------------- Owl Carousal Start --------------- */

.owl-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .owl-slider .owl-stage {
    display: flex;
  }
  .owl-slider .slide img {
    width: 100%;
  }
  .owl-slider .disabled {
    display: none;
  }
  .owl-slide {
    background-image: url('https://images.unsplash.com/photo-1532446646217-e12aaeda0bc9?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
    height: auto;
  }
  .owl-text {
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .owl-text span {
    color: #000;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -32px;
  }
  .owl-text button {
    background-color: transparent;
    border: 3px solid #afb1b4;
    border-radius: 6px;
    font-size: 30px;
    padding: 6px 48px;
    cursor: pointer;
    margin-top: 88px;
    color: #e4e4e4;
  }
  .owl-text button:hover {
    color: #fff;
    border: 3px solid #fff;
  }
  .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 2px;
  }
  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px;
      padding: 0;
      cursor: pointer;
    border-color: transparent;
    background-color: #fff;
  }
  .owl-dots .owl-dot.active {
    background-color: #69728c;
    outline: 0;
  }
  /* --------------- Owl Carousal End --------------- */


  .login-btn{
    justify-content: flex-end;
    text-align: left;
    margin-right: 0px !important;
    margin: auto;
    padding: 8px 25px;
  }
  
  .login-btn li a {
    background: var(--rn-primary);
    border: 12px;
    font-size: 16px !important;
    color: var(--rn_white);
    border-radius: 6px;
    font-size: 20px;
    padding: 6px 40px;
    cursor: pointer;
    margin-top: 0px;    
}

.cont-win{
    width: 96%;
}

.item-scroll { 
    position: sticky;
    top: 77px;
    transition: all .3s ease-in;
    z-index: 10;
    backdrop-filter: blur(9px);
    background: #73bf6642;
    z-index: 99;
    overflow: auto;
    white-space: nowrap;
 }
.card-common {
    padding: 15px;
  }
  
  .card-title {
    font-size: 24px;
  }
  
  .card-title::before {
    content: "";
    width: 5px;
    height: 38px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--rn-primary);
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    left: -15px;
  }
  
  .item-scroll a {
    color: var(--rn_black);
    text-decoration: none;
  }
  
  .comman-card-container {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: flex-start;
  }
  
  .card-datec {
    width: 65px; /* Fixed width for uniformity */
    height: 60px;
    margin-right: 15px;
    color: #000;
    border-radius: 8px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
  }
  
  .comman-card-container::before {
    top: 68px;
    content: "";
    position: absolute;
    left: 21px;
    width: 15px;
    height: 14px;
    border-radius: 20px;
    z-index: 9;
    background: #0f6739;
  }
  
  .comman-card-container::after {
    bottom: 31px;
    content: "";
    position: absolute;
    left: 21px;
    width: 15px;
    height: 14px;
    border-radius: 20px;
    z-index: 9;
    border: 1px solid #0f6739;
  }
  
   /* #stages-timelines .card-content::after {
   
    content: "";
    position: absolute;
    left: 27px;
    width: 1.4px;
    border-radius: 20px;
    z-index: 999;
    background: #0f6739;
    top: 84px;
    bottom: 48px;
  } */
  #stages-timelines .cca::after, 
   #stages-timelines .ccb::after, 
   #stages-timelines .ccc::after,
   #stages-timelines .ccd::after{
    content: "";
    position: absolute;
    left: 27px;
    width: 1.4px;
    border-radius: 20px;
    z-index: 9;
    background: #0f6739;
    top: 84px;
    /* height: 53%; */
    bottom: 48px;
}
  
  /* .cca::after{
    top: 35%;
    height: 45%;
    
  }
  .ccb::after{
    top: 25%;
    height: 0px;
  }
  .ccc::after{
    top: 25%;
    height: 0px;
  } */
  .card-date {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #73bf44;
    color: #fff;
  }
  
  .card-year {
    font-size: 12px;
    background: #bcfa96;
    color: #000;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blue_un-100 {
    background: #dbebfc !important;
  }
  
  .card-content {
    border: 1px solid var(--rn-primary);
    border-radius: 10px;
    padding: 8px 12px;
    flex: 1; /* Ensure it takes remaining space */
  }
  
  .card-content-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--rn-primary);
  }
  
  .content-card-text {
    line-height: 21px;
  }
  
  .date-info {
    margin-bottom: 3px;
  }
  
  .col-sm-8{
    width: 70%;
}
.col-sm-4{
    width: 30%;
}

.share-square{
  font-size: 18px;
  display: inline-block;
  padding: 10px 12px;
  background: #bcfa96;
  margin: 0px 0px 12px 0px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000;
}

.active-link{
  color: red;
  border-bottom: 2px solid #000;
  /* border-radius: 245px; */

}
  
  @media (max-width: 576px){
    .col-sm-8{
        width: 100%;
    }
    .col-sm-4{
        width: 100%;
    }
  }
 
     .ab-play{
        position: absolute !important;
    left: 0px;
    right: 0px;
    border: 3px solid #157347;
    border-radius: 27px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0%, 100%);
        width: 24px;
    height: 24px;
    padding: 20px;
    }
    
    .mt77{margin-top: 77px;}
    .dsp-none{display: none}
    .arrowstyle{width: 24px;height: 24px;margin-left: 6px;}
     .h-mar{margin: 0px auto 10px;}
     .fs-small17{font-size: 1.7rem}