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

#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;
}


.ns-container {
      width: 100%;
    margin: 40px 0;
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.ns-contentholder {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.ns-contentholder .ns-content {
    font-size: 22px;
    color: #000000;
}

.ns-contentholder .ns-button a {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 12px 55px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
    text-transform: uppercase;

}
.ns-contentholder .ns-button a:hover {
    background-color: #171717;
    
}

@media (max-width: 768px) {
    .ns-contentholder {
        width: 95%;
    }
    .ns-contentholder .ns-content {
        font-size: 18px;
    }
}


.numspot-section {
    width: 100%;
    padding: 70px 0;
    background-image: url('./img/Rectangle-29.png'); 
    background-size: cover;
    background-position: center;
    background-color: #ffcea5;
    font-family: "Montserrat", sans-serif;
  }

  .numspot-container {
    width: 60%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .numspot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .numspot-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .numspot-card-img {
    background-color: #cbd5e1;
    width: 100%;
  }

  .numspot-card-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    text-align: center;
  }

  .numspot-card-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 25px;
  }

  .numspot-btn {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
  }

  .numspot-btn:hover {
    background-color: #333;
    text-decoration: none;
  }

  @media (max-width: 900px) {
    .numspot-container {
      width: 90%;
    }
  }

  @media (max-width: 600px) {
    .numspot-grid {
      grid-template-columns: 1fr;
    }
    
    .numspot-card-img {
      height: 100%;
    }
  }



  .nsp-section-white {
    background-color: #ffffff;
    width: 100%;
    padding: 60px 0;
    font-family: "Montserrat", sans-serif;
  }

  .nsp-container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .nsp-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .nsp-card {
    background-color: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
    transition: transform 0.2s ease;
  }

  .nsp-card:hover {
    transform: translateY(-5px);
  }

  .nsp-card-header {
    background-color: #cdd5df;
    height: 200px;
    width: 100%;
    overflow: hidden;
  }

  .nsp-card-body {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    text-align: center;
  }

  .nsp-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 25px;
  }

  .nsp-btn {
    display: inline-block;
    background-color: #090b13;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 10px 30px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
  }

  .nsp-btn:hover {
    background-color: #333;
  }

  @media (max-width: 1024px) {
    .nsp-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
  }

  @media (max-width: 600px) {
    .nsp-row {
      grid-template-columns: 1fr;
    }
    
    .nsp-card-header {
      height: 50%;
    }
  }


  .nams-wrapper {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
  }

  .nams-card {
    background-color: #8bbdff;
    width: 80%;
    max-width: 1200px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 50px 100px;
    box-sizing: border-box;
    gap: 50px;
  }

  .nams-image-col {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
  }

  .nams-book-img {
    max-width: 210px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 5px;
  }

  .nams-content-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .nams-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .nams-desc {
    font-size: 2.4rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-bottom: 35px;
    max-width: 90%;
  }

  .nams-btn {
    background-color: #090b13;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 12px 35px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .nams-btn:hover {
    background-color: #333;
  }

  @media (max-width: 900px) {
    .nams-card {
      flex-direction: column;
      padding: 40px 30px;
      text-align: center;
      gap: 30px;
      width: 90%;
    }


    .nams-content-col {
      align-items: center;
    }

    .nams-desc {
      max-width: 100%;
      font-size: 1.8rem;
    }
  }


  .gpu-banner-section {
    background-image: url('./img/blue-wave-bg.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #004085;
    width: 100%;
    padding: 60px 0 80px 0;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
  }

  .gpu-banner-container {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gpu-subtitle {
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    color: #ffffff;
  }

  .gpu-description {
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #ffffff;
  }

  .gpu-headline {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 40px 0;
    color: #ffffff;
  }

  .gpu-action-row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gpu-btn {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 15px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }

  .gpu-btn:hover {
    background-color: #333;
  }

  .gpu-logos-group {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .gpu-logo {
    height: 35px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  @media (max-width: 900px) {
    .gpu-headline {
      font-size: 2rem;
    }
  }

  @media (max-width: 600px) {
    .gpu-banner-container {
      width: 90%;
    }
    .nsp-container {
      width: 90%;
    }
    .gpu-headline {
      font-size: 1.8rem;
      margin-bottom: 30px;
    }

    .gpu-action-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
    }

    .gpu-logos-group {
      width: 100%;
      justify-content: flex-start;
      flex-direction: column;
    }
  }

  @media (min-width: 1290px) {
     .nsp-card-header {
      height: 250px;
    }

  }