.body{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.green_bg{
    background-color: #44b87a;
}

.my_menu{
    margin-left: 60px;
}
.my_menu li a{
    color:#fff;
    font-size: 16px;
}
.social_icon a{
    color: #3b9e69;
   
}
.social_icon a i{
     background-color:#fff ;
    border-radius:50% ;
    width: 30px;
    height:30px;
    line-height: 35px;

}
@media(max-width:600px){
    .my_menu{
    margin-left: 5px;
}
}
.banner_full{
    background-image: url(../image/Capture.pngban.png);
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}
.banner_content h1{
    font-size: 34px;
    font-weight: bold;
    color: #000;
}
.banner_content p{
    color:#6e6c6c;
    font-size: 16px;
}
.my_btn{
    border:2px solid #000;
    font-size: 16px;
    color:#525252;
}
.my_btn:hover{
    background-color: #44b87a;
    
}
.logo-strip{
    background-color: #e9e1e1;
}
.feature-section {
  background-color: #f8f8f8;
}
.feature-image{
    padding:20px 40px 0 ;
}

.feature-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color:#525151;

}

.feature-description {
  font-size: 15px;
  color:#b4b1b1;
}

.feature-list {
  list-style: none;
  padding:0;
}

.feature-list li {
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  
}
.feature-list li img .icon{
    width:20px;
    margin-right: 20px;
    vertical-align: middle;
}
.feature-list li img{
    margin-right: 20px;
}

.feature-list i {
  color: #6d6c6c;
  font-size: 16px;
}
.feature-list li .icon {
  width: 20px;
  height: auto;
  margin-right: 12px;
}
.feature-grid {
    background-color: #41c17d;
    color:#fff;
}
.feature-grid h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight:600;
}
.feature-grid p{
    font-size: 0.85rem;
    line-height: 1.5;
}
.feature-grid img{
    width:40px;
    height: auto;
}
.testimonial-section {
  background-color: #faf9f9;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.testimonial-section p {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  color: #817d7d;
}

.testimonial-section h5 {
  font-weight: 600;
  margin-top: 1rem;
  color:#4b4848;
}

.testimonial-nav button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.testimonial-nav button:hover {
  background-color: #fff;
  color: #087436;
}
.subscribe-section{
    background: linear-gradient(135deg,#087436,#0aa95f);
}
.subscribe-form input {
    border: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.subscribe-form button{
    padding: 0.75em,1 rem;
    font-size: 1.2rem;
    border: none;
    background-color: #fff;
    color: #087436;
    transition: background 0.3s ease;
}
.subscribe-form button:hover {
  background-color: #08b45a;
  color: #fff;
}
.platform-support img{
    max-width:500px;
    margin-inline-end: ;
}