    .text-success {
    --bs-text-opacity: 1;
    color: #0d6efd !important;
}
    
    .invest-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #f9fff8 0%, #eef7ee 100%);
      overflow: hidden;
    }

    .invest-image {
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }

    .invest-image:hover {
      transform: scale(1.03);
    }

    .invest-content h2 {
     
      margin-bottom: 25px;
    }

    .invest-content ul {
      list-style: none;
      padding: 0;
    }

    .invest-content ul li {
      margin-bottom: 12px;
      font-size: 17px;
      display: flex;
      align-items: flex-start;
    }

    .invest-content ul li i {
      color: #0d6efd;
      margin-right: 10px;
      font-size: 18px;
      margin-top: 4px;
    }

    .invest-content p {
      margin-top: 25px;
      font-size: 16px;
      color: #444;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .invest-content {
        margin-top: 40px;
      }
    }
      @media (max-width: 767px) {   
    .choose-section h2 {
    font-size: 25px!important;
    font-weight: 700;
    margin-bottom: 70px;
    color: #222;
}}
    
    .footer .team__social__link li a:hover i {
    border: 1px solid #0d6efd;
    color: #fff;
    background: #0d6efd;
}
    
/*    a:hover, a:focus, a:active {*/
/*    color: #0d6efd!important;*/
/*}*/
    
    #scrollUp {
    background: #0d6efd none repeat scroll 0 0;
}
    
    .slider__btn a:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd;
    color: #fff;
}
    
    .social__icons li a:hover i {
    background: #0d6efd none repeat scroll 0 0;
    border: 1px solid #0d6efd;
  
}
    
    .social__icons li a i {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}
    
    .ht__contact li a i {
    color: #0d6efd;
   
}
    
    .features-service-single::after {
    background: #0d6efd none repeat scroll 0 0;
   
}
    
    .fes-ser-titel span i {
    color: #0d6efd!important;
}
     .features-service-single:hover .fes-ser-titel h4, .features-service-single:hover .fes-ser-titel p, .features-service-single:hover .fes-ser-titel span i {
    color: #fff!important;
}
    
    .text--theme {
    color: #0d6efd!important;
}
    
    .bg__theme {
    background: #0d6efd!important;
}
    
    
  @media (max-width: 767px) {   
    .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    margin-left: 20px;
    margin-top: 20px!important;
}}
   
   @media (max-width: 767px) { 
    .bg__theme {
    background: transparent;
}}
    
    @media (max-width: 767px) {
    .logo {
        text-align: left;
        margin-left: 20px;
    }
}
    
    @media (max-width: 767px) {
    .mean-container a.meanmenu-reveal span {
        background: #0d6efd  none repeat scroll 0 0;
    }
}
    
    @media (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        border: 2px solid #0d6efd ;
       
    }
}
    
   @media (max-width: 767px) { 
    .header__top {
    padding: 10px 0px;
}}
    
    @media (max-width: 767px) {
    .mobile-menu-area.mean-container {
    position: relative;
    top: -80px;
}}
    
    @media (max-width: 767px) {
    .modnon{
        display: none;
    }}
    
    @media (max-width: 767px) {
    .slider__container {
        margin-top: 0px;
    }
}
    
    
    .choose-section {
      padding: 100px 0;
      text-align: center;
    }
    .choose-section .subtitle {
      color: #0d6efd;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 10px;
    }
    .choose-section h2 {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 70px;
      color: #222;
    }

    /* Card with unique border */
     @media screen and (min-width: 480px) { 
    .choose-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 15px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      text-align: center;
      transition: all 0.5s ease;
      border: 3px solid #0d6efd; /* Normal border */
          min-height: 420px !important;
    }}
    
     @media screen and (max-width: 480px) { 
    .choose-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 15px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      text-align: center;
      transition: all 0.5s ease;
      border: 3px solid #0d6efd; /* Normal border */
          min-height: auto !important;
    }}

    /* Hover border effect */
    .choose-card:hover {
      border: 3px solid;
      border-image-slice: 1;
      border-width: 3px;
      border-image-source: linear-gradient(135deg, #0d6efd, #D6E100);
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transform: translateY(-10px);
    }

    /* Icon circle */
    .icon-circle {
      width: 70px;
      height: 70px;
      background: #0d6efd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px auto;
      color: #fff;
      font-size: 28px;
      transition: all 0.4s ease;
    }
    .choose-card:hover .icon-circle {
      background: #D6E100;
      transform: scale(1.2);
    }

    .choose-card h5 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #222;
    }
    .choose-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }
    

    
     .agri-section {
      padding: 90px 0;
      position: relative;
      overflow: hidden;
    }

    .agri-section::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 35%;
      height: 100%;
      background: linear-gradient(135deg, #e8f7eb, #f5fff6);
      border-top-left-radius: 120px;
      border-bottom-left-radius: 120px;
      z-index: -1;
    }

    .badge-green {
      background-color: #0d6efd;
      color: #fff;
      font-size: 11px;
      letter-spacing: 1px;
      border-radius: 20px;
      padding: 6px 14px;
      text-transform: uppercase;
    }

    .agri-title {
      font-weight: 700;
      color: #212529;
      margin-top: 15px;
    }

    .agri-subtext {
      color: #6c757d;
      font-size: 15px;
      margin-bottom: 30px;
    }

    .feature-list {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      padding: 15px 20px;
    }

    .feature-list li {
      list-style: none;
      display: flex;
      align-items: center;
      padding: 12px 10px;
      border-bottom: 1px solid #e9ecef;
      transition: all 0.3s ease;
    }

    .feature-list li:last-child {
      border-bottom: none;
    }

    .feature-list li i {
      color: #0d6efd;
      margin-right: 12px;
      font-size: 18px;
      transition: 0.3s;
    }

    .feature-list li:hover {
      background-color: #f5fff6;
      border-radius: 8px;
      transform: translateX(5px);
    }

    .feature-list li:hover i {
      transform: scale(1.2);
    }

    .agri-img img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }

    .agri-img img:hover {
      transform: scale(1.03);
    }

    @media (max-width: 992px) {
      .agri-section {
        text-align: center;
      }
      .feature-list {
        display: inline-block;
        text-align: left;
      }
      .agri-section::before {
        display: none;
      }
      .agri-img {
        margin-top: 40px;
      }
    }
    
    section.testimonial__area.pt--100.pb--85 {
        /*background: url(images/bg/bg-looper2.png) no-repeat scroll center center / cover!important;*/
        background-color: #f5f5f5;
}
    
    .steps-section {
      text-align: center;
      padding: 70px 0;
    }
    .steps-section h6 {
      color: #fff;
      background-color: #0d6efd;
      display: inline-block;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }
    .steps-section h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }
    .steps-tabs .nav-link {
      border: none;
      color: #333;
      font-weight: 500;
      padding: 10px 20px;
      border-radius: 8px;
      margin-left: 20px;
    }
    .steps-tabs .nav-link.active {
      background-color: #0d6efd !important;
      color: #fff !important;
    }
    .steps-list {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      margin-top: 25px;
      text-align: left;
    }
    .steps-list li {
      list-style: none;
      border-bottom: 1px solid #e9ecef;
      padding: 15px 20px;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .steps-list li:last-child {
      border-bottom: none;
    }
    .steps-list li i {
      color: #0d6efd;
    }
    .testimonial-wrap .testimonial{
        margin: 0px 0 15px;
        padding: 50px 60px;
        border-radius: 20px;
        min-height: 320px;
    }
    
    
    .testimonial-wrap .testimonial-author h6 {
        
    font-size: 18px;
}
    
    .manpower-section {
      padding: 90px 0;
    }

    .badge-green {
      background-color: #0d6efd;
      color: #fff;
      font-size: 12px;
      padding: 6px 14px;
      border-radius: 50rem;
      letter-spacing: 0.5px;
    }

    .section-title {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .section-subtitle {
      color: #ffffff;
      max-width: 600px;
      margin: 0 auto 50px;
    }

    .card-box {
      background: #fff;
      border-radius: 16px;
      padding: 35px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      border-top: 4px solid transparent;
      min-height:435px;
    }

    .card-box:hover {
      transform: translateY(-6px);
      border-top: 4px solid #0d6efd;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .card-box h5 {
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 20px;
    }

    .card-box i {
      color: #0d6efd;
      margin-right: 10px;
      font-size: 16px;
      width: 20px;
      margin-top: 6px;
    }

    .card-box ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 25px;
    }

    .card-box li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 12px;
      color: #444;
      font-size: 15px;
      line-height: 1.5;
    }

    .btn-green {
      color: #0d6efd;
      border: 1px solid #0d6efd;
      font-weight: 500;
      border-radius: 6px;
      transition: all 0.3s ease;
    }

    .btn-green:hover {
      background-color: #0d6efd;
      color: #fff;
    }
    
    .service__details p {
    line-height: 24px;
    color: #fff;
    left: 130%;
    transition: all 0.5s 
ease 1.3s;
    margin: 0;
    position: relative;
    z-index: 9;
}
    
/*    .row {*/
/*    --bs-gutter-x: 10px;*/
/*}*/
    
        .mar-t {
    color: #0d6efd;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
}



.fw-semibold {
    font-weight: 600 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.features-service-single {
    padding: 45px 42px!important;
}
[data--black__overlay="5"]:before {
    opacity: 0.8!important;
}
.invest-content span{
    font-weight: 700;
}

/*.invest-content li{*/
/*    display: block!important;*/
/*}*/

.new-warehouse-section{
    display: flex;
    justify-items: center;
}

.new-warehouse-section>div>span{
    font-weight: 700;
}

.new-warehouse-section {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Style for the two child divs */
.new-warehouse-section > div {
    flex: 1 1 50%; /* Take 50% width */
    box-sizing: border-box;
    padding: 10px; /* Optional spacing */
}

/* On smaller screens, stack the divs */
@media (max-width: 768px) {
    .new-warehouse-section > div {
        flex: 1 1 100%;
        padding:20px;/* Full width on small screens */
    }
}

.card-box i {
    margin-top: 6px!important;
}

.contact li a span {
    color: #0d6efd!important;
}






  .fadeOut {
    animation-name: fadeOut;
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }












