.main-container {
    border-radius: 0;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    padding: 41px 80px 0 80px;
  }
  .first_container{
    padding: 242px 80px 0 80px;

  }
  
  .content-wrapper {
    width: 100%;
    max-width: 1319px;
  }
  
  .flex-container {
    display: flex;
    gap: 20px;
  }
  
  .image-column {
    width: 42%;
  }
  
  .company-image {
    object-fit: contain;
    width: 400px;
    border-radius: 0;
  }
  
  .text-column {
    width: 58%;
  }
  
  .company-info {
    display: flex;
    flex-direction: column;
    color: #3F4256;
  }
  
  .company-title {
    font: 500 40px/55px 'Poppins';
    margin: 0;
    color: #3F4256;
  }
  
  .company-description {
    margin-top: 25px;
    font: 400 20px/23.44px 'Roboto';
  }
  
  .highlight {
    font-weight: 600;
    color: #FFA30C;
  }
  
  .cta-container {
    display: flex;
    gap: 7px;
    /* margin: 36px 293px 0 0; */
    margin-top: 50px;
    font: 500 18px Roboto, sans-serif;
  }
  
  .cta-button {
    border-radius: 10px;
    padding: 13px 28px;
    text-decoration: none;
  }
  
  .primary {
    background-color: #FFA30C;
    color: #FFFFFF;
  }
  
  .secondary {
    color: #FFA30C;
    border: 2px solid #FFA30C;
  }
  
  

  /* experience section */

  .about-year-experience img{
    margin-top: 23.35px;
    margin-bottom: 34px;
  }

  .experience-container {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 57px 80px 92px;
    margin-top: 80px;
  }
  
  .experience-content {
    display: flex;
    width: 100%;
    max-width: 1090px;
    flex-direction: column;
    align-items: center;
  }
  
  .experience-title {
    font-family: 'Poppins';
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: left;
color: #3F4256;
  }
  
  .experience-description {
    margin-top: 8px;
    /* font: 400 14px Roboto, sans-serif; */
    font: 400 14px 'Roboto';
    color: #3F4256;
  }
  
  .experience-image {
    aspect-ratio: 7.35;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    margin-top: 88px;
  }
  
  /* what-how section starts */

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 80px;
  }

  .left-column, .right-column {
    flex: 1;
    max-width: 50%;
    padding: 0 20px;
  }

  .what-we-do-title {
    color: #3F4256;
    font-family: 'Poppins';
    line-height: 55px;
  }

  .image-container {
    width: 100%;
    max-width: 400px;
    position: relative;
  }

  .main-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .section-indicator {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .dot {
    width: 8px;
    height: 8px;
    background-color: #ffa500;
    border-radius: 50%;
    margin-right: 10px;
  }

  .section-title {
    color: #4a90e2;
    font-weight: 500;
    font-size: 0.9em;
    text-transform: uppercase;
  }

  h1 {
    font-size: 2.5em;
    margin: 10px 0 20px;
    color: #333;
  }

  .what-how-para{
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 20px;
    color: #666;
  }

  /* .highlight {
    color: #ffa500;
    font-weight: bold;
  } */

  .how-section {
    margin-top: 60px;
  }

  .how-section .left-column {
    order: 1;
  }

  .how-section .right-column {
    order: 2;
  }
/* Work Process Styles */
.work-process-container {
    max-width: 1350px;
    margin: 0 auto;
    /* background-color: white; */
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}
.work-process-container h1 {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: center;
  color: #3B76E5;
  margin: 0;
}
.work-process-container h2 {
  font-family: 'Poppins';
  font-size: 45px;
  font-weight: 500;
  line-height: 67.5px;
  text-align: center;
color: #292F3B;  
}
.process-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 90px;
    position: relative;
    gap: 50px;
}
.process-step {
  flex: 1;
  text-align: center;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0 10px;
  position: relative;
  height: 245px;
}
.process-icon {
    font-size: 48px;
    color: #4a90e2;
    margin-bottom: 20px;
}
.process-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.process-description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  color: #737887;
}
.process-number {
  background-color: #3B76E5;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  z-index: 2;
}
.connector {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 50px;
    z-index: -1;
}
/* .connector::before,
.connector::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    border: 2px solid #4a90e2;
    border-top: none;
}
.connector::before {
    left: 0;
    border-left: none;
    border-radius: 0 0 100px 0;
}
.connector::after {
    right: 0;
    border-right: none;
    border-radius: 0 0 0 100px;
} */
.bottom-section {
    position: relative;
    height: 60px;
    margin-top: 40px;
}

.bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FFA30C;
}
.bottom-section::after {
  border-radius: 50px;
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  bottom: -2px;
  background-color: #FFA30C;
  left: -3px;
}
.bottom-section::before {
  border-radius: 50px;
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  bottom: -2px;
  background-color: #FFA30C;
  right: -3px;
}
.yellow-connector {
    position: absolute;
    bottom: -100px;
    width: 2px;
    height: 120px;
    background-color: #FFA30C;
    left: 50%;
    transform: translateX(-50%);
}



  /* achievements start */

  .success-stories {
    max-width: 1297px;
    margin: 0 75px;
    padding: 20px;
  }
  
  .achievement-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 110px;
  }
  
  .achieve-content {
    text-align:left;
  }
  
  .success-label {
    color: #FFA30C;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .achievement-title {
    color: #080501;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
  }
  
  .achivement-images {
    display: flex;
    gap: 21px;
  }
  
  .achieve-image {
    width: 64px;
    height: 64px;
    border-radius: 30px;
    object-fit: contain;
  }
  
  .achievement-content{
    padding:30px;
  }
  .achievements {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .achievement-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  
  .achievement-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .achievement-title {
    color: #292F3B;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .achievement-description {
    color: #878787;
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .explore-link {
    color: #FFA30C;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
  
  
  .just-logo {
    display: block;
    width: 93px;
    margin: 40px auto 0;
  }
  /* footer starts  */

  .footer-layout{
    padding: 0 100px;
  }


  
  

  
  @media screen and (max-width:768px) {
    .process-step {
      flex: auto !important;

      height: 252px !important;
  }
  .testimonials_home-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    align-self: stretch;
    position: relative;
}
  }