 body {
      font-family: 'Open Sans', sans-serif;
      background-color: #F6F7F5;
      background-image: url(../img//bg.png);
      background-repeat:no-repeat ;
      background-position: center top;
      position: relative;
    }

    body:before, body:after {background-image: url(../img//bg-dots.svg);
    background-position: top;
    background-repeat: repeat-y;
    content: '';
    display: flex;
    width: 46px;
    position: absolute;
    height: 100%; 
    top: 0;}

    body:before {  left: 0; }

body:after { 
    background-position: 100% 30%;    
    left: auto;  
    right: 0;
    z-index: 10; 
}
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      color: #000;
    }
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
      color: #0DB760;
    }
    a.btn {
    padding: 15px 20px;
}
    .trust-section,
    .feature-detail-section,
    .testimonial-section {
      padding: 60px 0;
    }
    .trust-stat h2 {
      font-size: 48px;
      color: #0DB760;
    }
    .box-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .mini-box {
      border: 1px solid #ddd;
      padding: 15px;
      border-radius: 8px;
      background-color: #ffffff;
    }
   
   .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 100%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 1);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 991px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .trust-stat {
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 0 10px #ccc;
      width: 45%;
      text-align: center;
      margin: 10px auto;
  }
  .carousel-inner {
    padding: 0;
}
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem; 
  border-radius: 50%;
  top: -20%;
  left: auto;
  right: 0px;
  transform: translateY(-50%); 
}
.carousel-control-prev-icon {
    background-image: url(../img//arrow-left.svg);
}
.carousel-control-next-icon{
   background-image: url(../img//arrow-right.svg);
}

.carousel-control-prev{
    right: 50px;
}

@media (max-width: 767px) {

.carousel-control-prev, .carousel-control-next {
  top: auto;
  bottom: -70px;
  right: 0;
}

.carousel-control-prev{
  right: auto;
  left: 0;
}

}

.accordion-button:not(.collapsed) {
    color: #0db760;
    background: none;
    box-shadow:none;
    border: none;
}
.accordion-item {
    border: none;
}
.accordion {
    background: #fff;
    padding: 25px 8%;
}
.accordion-body {
    padding-top: 0;
    color: #6F6C90;
    border-bottom: 1px solid #eeeeee;
}
.accordion-button.collapsed {
    padding: 25px;
    border-bottom: 1px solid #eee;
}
.accordion-item:first-of-type .accordion-button {
    padding-bottom: 10px;
}

 /* Social Follow Vertical */
 .social-links {
      position: fixed;
      top: 40%;
      right:0;
      transform: translateY(-50%);
      z-index: 1000;
    }
    .social-links a {
      display: block;
      background-color: #01031b;
      color: white;
      padding: 6px;
      margin: 10px 0;
      border-radius: 5px;
      text-align: center;
      transition: background 0.3s;
      width: 36px;
    }
    .social-links a:hover {
      background-color: #0aa550;
    }
    i.fab {
    font-size: 16px;
    }

@media (min-width: 1500px) {
      .social-links {
        right: auto;
        left: 95%;
    }
  }
  @media (min-width: 2000px) {
      .social-links { 
        left: 90%;
    }
    body:before, body:after{
      display: none;
      visibility: hidden;
    }
  }


    @media (max-width: 767px) {
      .social-links {
        position: relative;
        transform: none;
        display: block;
        margin-top: 10px;
        text-align: right;
        padding: 20px;
      }
      .social-links a {
        display: inline-block;
        margin: 0 5px;
        border-radius: 5px;
      }
      .vertical {
          display: none;
      }
      body:before, body:after{
        display: none;
        visibility: hidden;
      }
      section.feature-highlight-section img {
        margin-bottom: 16px;
    }


    }

    footer {
  background-color: #fff;
  border-top: 2px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social i {
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social i:hover {
  color: #0DB760;
}
