/* .co-present1-con {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, #BBD5E0, #FFFFFF);
    padding: 40px;
    overflow: hidden;
}

.co-present1-con .tangible-title p {
    color: #145E7D;
    line-height: normal;
}

.co-present1-con .tangible-para {
    width: 100%;
    max-width: 500px;
}

.co-present1-con .tangible-para p {
    color: #145E7D;
}

.co-present1-con .tangible-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.co-present1-img img {
    border-radius: 20px;
    height: 400px;
    transition: transform 0.5s ease;
}

.co-present1-img img:hover {
    transform: scale(1.05);
} */

.elite-container-fluid {
    background: linear-gradient(to bottom, #BBD5E0, #FFFFFF);
}

.co-present1-con {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    flex-wrap: wrap;
  }
  
  .co-present1-con .tangible-title p {
    width: 400px;
    color: #145E7D;
    line-height: normal;
    font-size: 36px;
  }
  
  .co-present1-con .tangible-para {
    width: 100%;
    max-width: 500px;
  }
  
  .co-present1-con .tangible-para p {
    color: #145E7D;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .co-present1-con .tangible-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
  }
  
  .co-present1-img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .co-present1-img img:hover {
    transform: scale(1.05);
  }
  
  /* Responsive Breakpoints */
  
  @media (max-width: 992px) {
    .co-present1-con {
      padding: 30px 20px;
    }
  
    .co-present1-con .tangible-title p {
      font-size: 32px;
    }
  
    .co-present1-img img {
      max-height: 350px;
    }
  }
  
  @media (max-width: 768px) {
    .co-present1-con {
      flex-direction: column;
      text-align: center;
    }
  
    .co-present1-con .tangible-title p {
      font-size: 28px;
    }
  
    .co-present1-con .tangible-para {
      margin: auto;
    }
  
    .co-present1-con .tangible-para p {
      font-size: 15px;
    }
  
    .co-present1-con .tangible-img {
      max-width: 100%;
      margin-top: 30px;
    }
  
    .co-present1-img img {
      max-height: 300px;
    }
  }
  
  @media (max-width: 576px) {
    .co-present1-con {
      padding: 20px 15px;
    }
  
    .co-present1-con .tangible-title p {
      font-size: 24px;
    }
  
    .co-present1-con .tangible-para p {
      font-size: 16px;
    }
  
    .co-present1-img img {
      max-height: 250px;
    }
  }
  

/* .co-present2-con {
    background: #fff;
    margin: auto;
    gap: 20px;
}

.co-present2-con h4 {
    font-size: 28px;
    color: #020202;
}

.co-present2-con .cards {
    width: 100%;
    max-width: 230px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    background: #23779A;
    border-radius: 18px;
    padding: 10px;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
}

.co-present2-con .cards:hover {
    transform: translateY(-4px);
}

.co-present2-con .cards p {
    margin: 0;
    font-size: 16px;
    color: #F4F8FF;
    text-align: center;
} */

.co-present2-con {
    background: #fff;
    margin: auto;
  }
  
  .co-present2-con h4 {
    font-size: 28px;
    color: #020202;
  }
  
  .co-present2-con .cards {
    width: 100%;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23779A;
    border-radius: 10px;
    padding: 15px;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
    margin: auto;
    height: 100%;
    min-height: 100px;
  }
  
  .co-present2-con .cards:hover {
    transform: translateY(-4px);
  }
  
  .co-present2-con .cards p {
    margin: 0;
    font-size: 16px;
    color: #F4F8FF;
    text-align: center;
    line-height: 1.5;
  }
  
  /* Responsive Tweaks */
  @media (max-width: 992px) {
    .co-present2-con {
        gap: 20px;
    }

    .co-present2-con h4 {
      font-size: 24px;
    }
  
    .co-present2-con .cards {
      max-width: 280px;
    }
  }
  
  @media (max-width: 768px) {
    .co-present2-con {
      text-align: center;
    }
  
    .co-present2-con .cards {
      max-width: 90%;
    }
  }
  
  @media (max-width: 576px) {
    .co-present2-con h4 {
      font-size: 22px;
    }
  
    .co-present2-con .cards p {
      font-size: 16px;
    }
  }
  
/* 
.co-present3-con {
    background: #F4F8FF; 
    display: flex;
    margin: auto;
    padding: 20px;
    justify-content: space-between;
   
}

.co-present3-con .multi-card {
    background: #F0F0F0;
    padding: 20px;
    height: 100%;
    max-height: 350px;
    width: 100%;
    max-width: 350px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.co-present3-con  .icons {
    width: 100px;
    height: 100px;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 30px;
    
}

.co-present3-con h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
   
}

.co-present3-con p {
    color: #030303;
    font-size: 14px;

}  */

.co-present3-con {
    background: #F4F8FF;
    margin: auto;
    row-gap: 20px;
}

.co-present3-con .multi-card {
    background: #920707;
    padding: 20px;
    height: 100%;
    max-height: 400px;
    width: 100%;
    max-width: 350px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    transition: transform 0.3s ease;
}

.co-present3-con .multi-card:hover {
    transform: translateY(-5px);
}

.co-present3-con .icons {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 30px;
    object-fit: cover;
}

.co-present3-con h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.co-present3-con p {
    color: #030303;
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .co-present3-con .multi-card {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .co-present3-con h3 {
        font-size: 18px;
        text-align: center;
    }

    .co-present3-con p {
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .co-present3-con {
        padding: 20px 10px;
    }

    .co-present3-con .multi-card {
        height: 300px;
        margin-top: -50px;
    }

    .co-present3-con .p1 {
        margin-top: -80px;
    }

    .co-present3-con .icons {
        width: 90px;
        height: 80px;
    }

    .co-present3-con h3 {
        font-size: 20px;
    }

    .co-present3-con p {
        font-size: 16px;
    }
}



/* .co-present4-con {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    background-color: white;
  }
  
  .co-present4-con .design-title h2 {
    color: #000000;
  }
  
  .co-present4-con .design-para p {
    color: #000000;
    margin-bottom: 15px;
  }
  
  .co-present4-con .design-img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    margin: 20px auto;
  }
  
  .co-present4-con .design-img img {
    width: 800px;
    height: auto;
    border-radius: 10px;
  }
   */

   .co-present4-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
}

.co-present4-con .design-title h2 {
    color: #000000;
}

.co-present4-con .design-para p {
    color: #000000;
    margin-bottom: 15px;
}

.co-present4-con .design-img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    margin: 20px auto;
    text-align: center;
}

.co-present4-con .design-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .co-present4-con .design-title h2 {
        font-size: 30px;
        text-align: center;
    }

    .co-present4-con .design-para {
        text-align: center;
    }

    .co-present4-con .design-para p {
        font-size: 15px;
    }

    .co-present4-con .design-img img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .co-present4-con {
        padding: 15px 10px;
    }

    .co-present4-con .design-title h2 {
        font-size: 26px;
    }

    .co-present4-con .design-para p {
        font-size: 16px;
    }
}

  