
.Divcontainer {
    display: flex;
    /* align-items: flex-start; */
    padding: 20px;
}

.icon-line-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.circle {
    width: 20px;
    height: 20px;
    background: #94C790;
    border-radius: 50%;
}

.line {
    width: 2.5px;
    height: 100%;
    background: #94C790;
    margin-top: 5px;
    border-radius: 50%;
}

.content-container {
    /* width: 70%; */
    display: flex;
    flex-direction: column;
}

.text-section {
    width: 70%;
    /* margin-bottom: 20px; */
}

.text-section p {
   
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3D3D3D;
    margin: 0px;
}

.tomato {
    margin: 0 0 8px;
    background-image: linear-gradient(0deg, #F3BC4C, #F3BC4C);
    -webkit-background-clip: text;
    color: transparent;
   
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

#cc {
    color: #3D3D3D;
  
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;


}

/* .text-section p {
        margin: 0 0 10px;
        line-height: 1.6;
    } */

.image-section {
    align-self: flex-end;
}

.image-section img {
    width: 100%;
    max-width: 391px;
    height: auto;
    border-radius: 12px;
}

.cc {
    display: flex;
}

.section {
    padding: 20px;
    text-align: center;
}

.heading h2 {
    font-size: 2rem;
 
}

.text p {
    font-size: 1rem;
    margin: 5px 0;
}

.image-boxes {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
    /* Adds spacing between the boxes */
}

.box {
    width: 242px;
    height: 272px;
    display: flex;
    flex-direction: column;
    /* Aligns image and text vertically */
    align-items: center;
    /* Centers the content horizontally */
    justify-content: flex-start;
    /* Ensures content starts from the top */
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-text {
    font-size: 1rem;
    color: #333;
   
    /* Adds space between image and text */
    text-align: center;
}
.box1{
  background-color: #058ACB;
  border-bottom-left-radius: 20px;  /* Adjust as needed */
  border-bottom-right-radius: 20px; 
}
.heading h2 {
 
    font-size: 42px;
    font-weight: 500;
    line-height: 50.4px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.text p {
    
    font-size: 24px;
    font-weight: 400;
    padding: 10px;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.box-text {
  margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;

}

.position {
    color: #A3A3A3;
   
    font-size: 24px;
    font-weight: 400;
   
    line-height: 32px;
    text-align: center;

}

.PartnerImages {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* This keeps images within their containers without stretching */
}

.PartnerImages {
    position: relative;
}

.service-card {
    box-shadow: 0px 5.66px 14.15px 0px #00000021;
    border-radius: 35px;
height: 350px;
    margin-top: 10px;
}

.service-icon {
    text-align: start;

}

.family-marquee, .family-marquee2 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  
  .family-images {
    display: flex;
    animation: scroll 20s linear infinite;
  }
  
  .family-logo {
    width: 238px;
    margin: 0 10px;
    height: 270px;
  }
 
  
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  .family-marquee2 .family-images {
    animation-direction: reverse;
  }

  

  
