#partnersccsap {
    /* background-image: radial-gradient(circle at center, rgba(234,174,255,0.3019607843137254) 0%, rgba(112,0,255,0) 100%); */
    background-color: #dad8fd;
}

#main > section.pub-ban.top.no-pub, #main > section:nth-child(7) {
    display: none;
}

.si-management-block {
  margin: 0;
  padding: 0;
  /* background: #eef0ff; */
  font-family: 'Roboto', sans-serif;
}

.si-management-container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0px 0px 35px 35px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.si-management-text {
  flex: 1 1 400px;
  padding: 30px 30px 50px 75px;
}

.si-management-subtitle {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.si-management-title {
  font-size: 33px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 16px 0;
  line-height: 1.4;
}

.si-management-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 16px;
}

.si-management-logos img {
  height: 45px;
}

/* Image Side */
.si-management-image {
  flex: 1 1 300px;
  min-height: 200px;
}

.si-management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Buttons Grid */
.si-management-buttons {
  width: 85%;
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding-bottom: 0px;
}

.si-management-button:hover {
  background: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.si-management-buttons {
  width: 85%;
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding-bottom: 0px;
}

.si-management-button {
    background: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 12px 17px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #000;
    transition: background 0.3s, box-shadow 0.3s;
    align-content: center;
}

.si-management-button:hover {
  background: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.si-management-nav {
  display: none;
  width: 85%;
  max-width: 1200px;
  margin: 24px auto 0;
  position: relative;
}

.hamburger {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  margin-bottom: 12px;
}

.si-management-nav .si-management-buttons {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.si-management-nav .si-management-buttons.active {
  display: flex;
}

@media screen and (max-width: 768px) {
  .desktop-buttons {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}




/* Base styles (unchanged) */
.si-wrapper {
  font-family: 'Roboto', sans-serif;
  width: 85%;
  max-width: 1200px;
  margin: 40px auto;
  background: #f4f6ff;
  border-radius: 24px;
  overflow: visible;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.si-container {
  display: flex;
  align-items: stretch;
}

.si-header {
  text-align: center;
  margin-bottom: 50px;
}

.card-left2 {
    width: 60%;
    background: #012a86;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 24px;
    border-radius: 24px 0 0 24px;
    background-image: url('./img/205353.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 185px;
}

.card-left3 {
    width: 60%;
    background: #012a86;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 24px;
    border-radius: 24px 0 0 24px;
    background-image: url('./img/iStock-143522619.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 185px;
}

.card-left {
  width: 60%;
  background: #001b4e;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  padding: 32px 24px;
  border-radius: 24px 0 0 24px;
}

.card-left::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75px;
    width: 23px;
    background-color: #2196f3;
}

.card-left-content {
  margin-left: 100px;
  width: 60%;
}

.card-left-content h3 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.card-left-content p {
    font-size: 23px;
    line-height: 1.4;
}

.card-right {
  width: 43%;
  background: white;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  margin-left: -25px;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 21%);
  z-index: 1;
}

.card-right .tags {
  font-size: 12px;
  text-transform: uppercase;
  color: #71ddc6;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.card-right h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.card-right button {
  /* background-color: #2196f3; */
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  align-self: start;
  background-image: linear-gradient(61deg, #71ddc6 0%, #4dadf9 100%);
}

@media (max-width: 1024px) {
  .si-wrapper {
    width: 90%;
    padding: 40px;
  }
  
  .card-left-content {
    margin-left: 80px;
    width: 70%;
  }
  
  .card-left-content h3 {
    font-size: 28px;
  }
  
  .card-left-content p {
    font-size: 20px;
  }
  
  .card-right h4 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .si-wrapper {
    padding: 30px;
    margin: 30px auto;
  }
  
  .si-container {
    flex-direction: column;
  }
  
  .card-left {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 25px 20px;
  }

  .card-left2 {
      width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 25px 20px;
  }
  .card-left3 {
      width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 25px 20px;
  }
  
  .card-left::before {
    left: 40px;
    width: 15px;
  }
  
  .card-left-content {
    margin-left: 60px;
    width: 80%;
  }
  
  .card-left-content h3 {
    font-size: 24px;
  }
  
  .card-left-content p {
    font-size: 18px;
  }
  
  .card-right {
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
    border-radius: 0 0 24px 24px;
    padding: 25px 20px;
  }
  
  .card-right h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .si-header {
    margin-bottom: 30px;
  }
}

/* Mobile styles (typically < 480px) */
@media (max-width: 480px) {
  .si-wrapper {
    width: 95%;
    padding: 20px;
    margin: 20px auto;
    border-radius: 16px;
  }
  
  .card-left {
    padding: 20px 15px;
    border-radius: 16px 16px 0 0;
  }
  
  .card-left::before {
    left: 25px;
    width: 10px;
  }
  
  .card-left-content {
    margin-left: 40px;
    width: 85%;
  }
  
  .card-left-content h3 {
    font-size: 20px;
  }
  
  .card-left-content p {
    font-size: 16px;
  }
  
  .card-right {
    border-radius: 0 0 16px 16px;
    padding: 20px 15px;
  }
  
  .card-right h4 {
    font-size: 20px;
  }
  
  .si-header {
    margin-bottom: 20px;
  }
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');



.process-container {
    font-family: 'Roboto', sans-serif;
    width: 85%;
    max-width: 1200px;
    background: linear-gradient(to bottom, #f7f8ff, #eef2f9);
    border-radius: 24px;
    padding: 3.5rem 2.5rem 4.8rem 2.5rem;
    margin: 2rem auto;
    box-shadow: 0 15px 30px -10px rgba(100, 116, 139, 0.15);
    box-sizing: border-box;
}

.container-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2.5rem;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.info-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgb(100 116 139 / 30%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 479px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(100, 116, 139, 0.15);
}

.card-image {
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-image-text-overlay {
    background-color: #2dd4bf;
    color: white;
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    box-sizing: border-box;
    position: relative;
}

.card-image.card-image-text-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 23px;
    background-image: url('http://itni.ead01.com/landingpage/img/000000103153.jpg');
}

.card-image-text-overlay p {
    /* margin: 0; */
    /* margin-left: 75px; */
    font-size: 21px;
    width: 55%;
    color: #000;
}

.card-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin-top: -35px;
    z-index: 999;
    position: relative;
    background: #fff;
}

.card-tags {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tag {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #71ddc6;
    text-transform: uppercase;
}

.tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #86efac;
    margin-right: 0.5rem;
}

.card-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}

.discover-button {
    display: inline-block;
    /* background-color: #2196f3; */
    color: #ffffff;
    text-align: center;
    padding: 0.75rem 1.5rem;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    background-image: linear-gradient(61deg, #71ddc6 0%, #4dadf9 100%);
}

.discover-button:hover {
    background-color: #2196f3;
}

@media (max-width: 768px) {
    .si-management-container {
      width: 95%;
    }
    .si-management-text {
      padding: 50px;
    }
    .si-management-title {
      font-size: 20px;
    }
    .process-container {
        width: 95%;
        padding: 1.5rem;
    }

    .container-title {
        font-size: 1.75rem;
    }

    .cards-wrapper {
        gap: 1.5rem;
    }

    .card-image-text-overlay p {
      width: 75%;
    }
    .card-image.card-image-text-overlay::before {
      left: 20px;
    }
}


.sep40px {
    height: 40px;
    width: 100%;
    background: transparent;
}

.sep5px {
    height: 5px;
    width: 100%;
    background: transparent;
}

.height50px {
    height: 50px;
    width: 100%;
    background: transparent;
}