.float-image {
    animation: float 2s ease-in-out infinite;
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }

  /*  */


  .chalo-wrapper {
    width: 100%;
    padding: 40px 15px;
  }

  .chalo-container {
    max-width: 1276px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    align-items: center;
    gap: 10px;
  }

  .chalo-image-box {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chalo-image-box img {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    /* border: 3px solid #1a9bff; */
  }

  .chalo-text-box {
    flex: 1;
    min-width: 300px;
    background-color: #1e1e1e;
    border-radius: 16px;
    padding: 70px;
    color: white;
    height: 120%;
  }

  .chalo-text-box small {
    display: block;
    margin-bottom: 10px;
    color: #aaaaaa;
    font-size: 14px;
  }

  .chalo-text-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .chalo-text-box p {
    font-size: 15px;
    color: #dddddd;
    line-height: 1.6;
  }

  .chalo-text-box strong {
    color: #ffffff;
  }

  @media (max-width: 768px) {
    .chalo-container {
      flex-direction: column;
    }

    .chalo-text-box {
      text-align: center;
    }
  }
  /*  */
  
  /* @keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .float-image {
    animation: rotate360 2s linear infinite; 
  }
   */
  /* ------------------------------------------------------------------------------- */
  
  .chalo-full-wrapper {
    width: 100%;
    padding: 32px 16px;
    background-color: #ffffff;
  }

  .chalo-main-container {
    max-width: 1270px;
    margin: auto;
    background-color: #f6ac01;
    border-radius: 10px;
    /* position: relative; */
    color: white;
    padding: 32px;
    overflow: hidden;
  }

  .chalo-logo-bubble {
      background-color: white;
  border-radius: 50%;
  width: 180px;
  height: 170px;
  /* position: absolute; */
  top: -81px;
  right: 215px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-top: -125px;
  margin-bottom: 78px;
  margin-left: 195px;
  }

  .chalo-logo-bubble img {
    width: 60%;
  }

  .chalo-flex-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 10px;
  }

  .chalo-left-content {
    flex: 1;
    min-width: 300px;
  }

  .chalo-right-card {
      flex: 1;
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 16px;
  /* max-width: 517px; */
  /* margin-top: 87px; */
  /* min-width: 280px; */
  width: 100%;
  float: left;
  }

  .chalo-heading-text {
    margin-bottom: 15px;
    font-size: 29px;
    margin-top: 40px;
  }

  .chalo-main-desc {
    margin-top: 35px;
    margin-bottom: 24px;
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }

  .chalo-highlight-text {
    font-family: 'Switzer';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-top: 55px;
  }

  .chalo-right-card h4 {
    margin-bottom: 24px;
    margin-top: 18px;
    margin-left: 20px;
    font-family: 'Switzer';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  .chalo-right-card ul {
    list-style: none;
    margin-bottom: 39px;
    margin-left: 20px;
  }

  .chalo-right-card ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
    font-size: 15.2px;
    /* color: #f6ac01; */
    display: flex;
        align-items: center;
        margin-bottom: 15px;
  }


  .chalo-right-card ul li i::before {
    content: '';
    position: absolute;
    left: 0;
    color: orange;
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {
    .chalo-logo-bubble {
      width: 120px;
      height: 120px;
      top: -60px;
      right: 20px;
    }

    .chalo-logo-bubble img {
      width: 50%;
    }
   

    .chalo-highlight-text {
      font-size: 24px;
      line-height: 28px;
    }

    .chalo-main-container {
      padding: 24px;
    }
    .chalo-logo-bubble {
      display: none;
  }
  }

  @media (max-width: 768px) {
    .chalo-flex-row {
      flex-direction: column;
      gap: 20px;
    }

    .chalo-right-card {
      margin-top: 20px;
    }

    .chalo-heading-text {
      font-size: 24px;
      margin-top: 20px;
    }

    .chalo-highlight-text {
      font-size: 20px;
    }
    .chalo-logo-bubble img {
      display: none;
       }
       .chalo-logo-bubble {
        display: none;
    }
   
  }

  @media (max-width: 480px) {
    .chalo-logo-bubble {
      width: 80px;
      height: 80px;
      top: -40px;
      right: 10px;
    }

    .chalo-logo-bubble img {
      width: 50%;
    }
    .chalo-logo-bubble img {
      display: none;
       }
   

    .chalo-heading-text {
      font-size: 20px;
    }

    .chalo-main-desc {
      font-size: 14px;
      line-height: 18px;
    }

    .chalo-highlight-text {
      font-size: 18px;
      line-height: 22px;
    }

    .chalo-right-card h4 {
      font-size: 20px;
    }

    .chalo-right-card ul li {
      font-size: 14px;
    }
    .chalo-logo-bubble {
      display: none;
  }
  }
.icon {
  gap: 10px;
  margin-right: 10px;
  /* margin-top: 5px; */
}


  .boxChalo{
   float: left;
   width: 100%;
   background-color: white;
   height: 100%;
  }
  .boxChalo .innerwrapper{
 
  }
  .boxChalobg{
      background-color: #f6ac01;
      border-radius: 10px;
          padding: 25px;
display: flex;
gap: 15px;
width: 100%;
color: #fff;

margin-top: 140px;
margin-bottom: 90px;
  }
  .boxChalo_left{
      width: 50%;
  }
  .boxChalo_right{
      width: 50%;
  }

  @media (max-width: 1024px) {
      .chalo-logo-bubble {
      display: none;
  }
  }

  /* ///////////////////////////////////////////////////////////////////////////////// */

  .outer-wrapper {
    padding: 60px 0;
background-color: #f9f9f9;
/* border-radius: 25px; */z-index: 1000;
  }

  .inner-container {
    max-width: 1270px;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .mv-left {
    flex: 1;
    min-width: 300px;
    background-color: #1e1e1e;
    color: white;
    padding: 40px 30px;
  }

  .mv-left h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: white;
  }

  .mv-left p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e0e0e0;
  }

  .mv-right {
    flex: 1;
    min-width: 300px;
background-image: url(../img/mission.png);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    /* background-attachment: fi/xed; */
    background-size: cover;
  }

  .mv-right img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
  }

  .mv-logos {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
  }

  .mv-logos img {
    height: 30px;
  }

  @media (max-width: 1024px) {
    .boxChalobg {
      flex-direction: column;
      gap: 30px;
    }
  
    .boxChalo_left,
    .boxChalo_right {
      width: 100%;
    }
  
    .mv-left,
    .mv-right {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .boxChalo {
      height: auto;
      padding: 40px 20px;
    }
  
    .boxChalobg {
      margin-top: 60px;
      padding: 20px;
    }
  
    .mv-left,
    .mv-right {
      padding: 20px;
    }
  
    .mv-logos {
      position: static;
      margin-top: 15px;
      justify-content: center;
    }
  
    .mv-right {
      background-position: center;
      background-size: cover;
      padding: 131px;
    }
  }
  
  @media (max-width: 480px) {
    .mv-left h2 {
      font-size: 18px;
    }
  
    .mv-left p {
      font-size: 12px;
    }
  
    .boxChalo_left,
    .boxChalo_right {
      text-align: center;
    }
  
    .mv-right img {
      max-width: 100%;
      height: auto;
    }
  
    .boxChalobg {
      padding: 15px;
    }
  }
  