/*what  we are starts*/

.history .box.active {
    background-color: #ee4242;
    color: #fff;
    transform: translateY(-5px);
}


.hero-content {
    flex: 1;  
    text-align: left;
    padding: 1rem;
}


.hero-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.hero-image {
    flex: 1; 
    display: flex;
    justify-content: flex-end;  
    padding: 2px;
}

.hero-image img {
    width: 100%;
    max-width: 400px;  
    height: auto; 
    border-radius: 8px;
}



/*page /*our exvcellence servive starts*/


  
  .excellent-service .header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  
  
  .excellent-service .header p {
    font-size: 1rem;
    color: #555;
  }

  .benefits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .excellent-service .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  
  .excellent-service .card:hover {
    transform: translateY(-10px);
  }
  
  .excellent-service .card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
  }
  
  .excellent-service .card p {
    font-size: 1rem;
    color: #666;
  }
  .card.main {
    background: linear-gradient(135deg, #ee4242, #ee4242);
    color: #fff;
  }
  
  .card.main p,
  .card.main h3 {
    color: #fff;
  }
  .card i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: inline-block;
    color: #ee4242;
  }
  .card.main i {
    color: #fff;
  }
  
  @media screen and (max-width: 768px) {
    .benefits {
      flex-direction: column;
      gap: 20px;
    }
  
    .card {
      width: 100%;
    }
  }
 
/*our exvcellence servive ends

//*driving financial growth page starts*/
/* Reset and General Styles */

/* Main Container */
.container3 {
    display: flex; /* Ensures content and image are side by side */
    justify-content: space-between; /* Creates space between text and image */
    align-items: flex-start; /* Aligns the items at the top */
    gap: 20px; /* Adds spacing between the text and the image */
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}


    /* Features List */
    .features {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 35px;
        padding-left: 0;
    }

    .features li {
        flex: 1 1 45%;
        font-size: 14px;
        color: #555;
        padding-left: 20px;
        position: relative;
        font-weight: bold;
    }

    .features li::before {
        content: '✔';
        color: #ee4242;
        position: absolute;
        left: 0;
        top: 0;
    }

    /* Contact Section */
    .contact {
        display: flex;
        align-items: center;
        margin-top: 10%;
    }

    .contact img {
        width: 85px;
        height: 85px;
        border-radius: 80%;
        margin-right: 10px;
    }

    .contact p {
        font-size: 14px;
        color: #0056b3;
    }

    .contact strong {
        font-size: 16px;
        color: #333;
    }

    /* Image Section */
    .image {
        flex: 1; 
        display: flex;
        justify-content: flex-end;  
        align-items: center; 
    }

    .image img {
        width: 410px; 
        height:495px;
        border-radius: 10px;
        margin-left: 10px;
    }

    /* history section of 5box  starts */


  
  .header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .header p {
    font-size: 16px;
    color: #555;
  }

  .team-members{
    padding: 0px 70px;
  }
  .team-member-info p{
    text-align: justify;
    padding-top: 10px;
  }
  
 
  
  .history .box {
    
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 49px 45px;
    /* width: 250px; */
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);  
  }

  .history .box h3 {
    font-size: 36px;
    color: #0056b3;
    margin-bottom: 10px;
  }
  
  .history .box p {
    font-size: 16px;
    color: #555;
  }
  
  /* Hover Effects */
  .history .box:hover {
    background-color: #ee4242; 
    color: #fff;
    transform: translateY(-5px);  
  }
  
  .history .box:hover h3,
  .history .box:hover p {
    color: #fff; 
  }
  .history-content{
    gap: 2%;
    margin-left: 6%;
  }

  /* history ends */
  
  .our-team {
    text-align: center;
    padding: 50px;
    /* background-color: #F5F5F5; */
  }
  
 
  
  .our-team .sub-head {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0% 16%;
  }
  
 
  .testimonial-box h4 {
    font-size: 18px;
    margin: 5px 0;
  }
  
  .testimonial-box .role {
    font-size: 14px;
    color: #555;
  }
  
  .testimonial-box .feedback {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
  }
 

section.about-us-section {
    padding-top: 60px;
}
section.financial-growth h1 {
    padding-bottom: 5px;
}
.finacial-growth-second-section img{
    width: 100%;
}
section.excellent-service {
    background-color: #f5f5f5;
}
.team-member {
    margin: 5%;
    background: #F5F5F5;
    padding: 5%;
    border-radius: 5px;
}
.history{background: #F5F5F5;}

.team-member h3 {
    font-size: 17px;
    padding-top: 17px;
}

@media (max-width: 768px) {
    .team-members {
        padding: 0px 10px;
    }
    .our-team .sub-head {
        padding: 0% 6%;
        text-align: justify;
    }
    .our-team h2 {
        font-size: 28px;
    }
    .hero-image {
        justify-content: center;
    }

    .hero-image img {
        max-width: 300px;
    }
  

}