.banner-container {
  position: relative;
  width: 100%;
  height: 90vh;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  background-image: url('assets/bluebldg.png');
  background-size: cover;
  background-position: center center;
}

.banner-text {
  position: absolute;
  left: 10%;
  top: 40%;
  transform: translateY(-50%);
  color: white;
  font-size: 3vw;
  font-weight: 700;
  text-align: left;
  max-width: 40%;
  line-height: 1.4;
}

.banner-heading {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 1vh;
  padding-top: 20vh;
}

.banner-subtext {
  font-size: 1.2vw;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 350;
  color: #e0e0e0;
  margin-top: 2vh;
  margin-bottom: 4vh;
  max-width: 400px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

.banner-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  animation: fadeInUp 1s ease-in-out;
}

.stat-item {
  background: rgba(255, 255, 255, 0.12);
  padding: 15px 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  text-align: center;
  min-width: 120px;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2vw;
  font-weight: 800;
  color: #00d1ff;
}

.stat-label {
  font-size: 1vw;
  color: #ffffff;
  font-weight: 500;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Hero */
@media (max-width: 767px) {
  .banner-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }

  .banner-image {
    position: absolute;
    width: 100%;
    height: 80vh;
    background-image: url('assets/bluebldg.png');
    background-size: cover;
    background-position: center;
    background-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url('assets/bluebldg.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .banner-text {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 5vw;
    left: 8%;
    top: 35%;
    max-width: 90%;
  }

  .banner-heading {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .banner-subtext {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
  }

  .banner-stats {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .stat-number {
    font-size: 5vw;
  }

  .stat-label {
    font-size: 3.5vw;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  backdrop-filter: blur(1px);
}

.banner-text-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eee;
  text-align: center;
  padding: 0 20px;
  z-index: 3;
}

.banner-heading-2 {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2rem;
  max-width: 800px;
  color: #ffffff;
}

.banner-subtext-2 {
  font-size: 1.2vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 2rem;
  color: #ffffff;
}

.since-badge {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 9999px;
  font-weight: bold;
  color: #dff2fb;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.banner-buttons-2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 3rem;
}

.banner-buttons-2 button {
  width: 200px;
  padding: 12px 25px;
  font-size: 1.1vw;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.banner-buttons-2 button,
.banner-buttons-2 a {
  width: 200px;
  padding: 12px 25px;
  font-size: 1.1vw;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-bioteck {
  background-color: #007acc;
  color: white;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-bioteck:hover {
  background-color: #95cbef;
  color: rgb(16, 53, 124);
  transform: translateY(-2px);
}

.btn-electra {
  background-color: #ffffff;
  color: #007acc;
  border: 2px solid #007acc;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-electra:hover {
  background-color: #95cbef;
  color: white;
  transform: translateY(-2px);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  z-index: 20;
}

.nav-arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.left-arrow {
  left: 1.2rem;
}

.right-arrow {
  right: 1.2rem;
}

@media (max-width: 767px) {
  .banner-slide {
    background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url('assets/bluebldg.png') center/cover no-repeat;
  }
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 0;
}

.slide-1 {
  background-image: url('assets/bluebldg.png');
}

.slide-2 {
  background-image: url('assets/company-inside.png');
}

.banner-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .slide-1 {
    background-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url('assets/bluebldg.png');
  }

  .since-badge {
    font-size: 1.1rem;
  }

  .banner-heading-2 {
    font-size: clamp(1rem, 4vw, 1.3rem);
    line-height: 1;
    white-space: nowrap;
  }

  .banner-subtext-2 {
    font-size: 0.9rem;
    max-width: 800px;
  }

  .banner-buttons-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }

  .banner-buttons-2 button {
    font-size: 0.8rem;
    padding: 0.6rem 1.2rem;
    width: 100%;
  }

  .banner-buttons-2 a {
    font-size: 0.8rem;
    padding: 0.8rem 1.5rem;
    width: 100%;
  }
}

.pcis-stats-sec {
  background: #f6f9fc;
  ;
  padding: 4rem 0;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}

.pcis-stats-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5rem;
  padding: 0 1rem;
}

.pcis-stat-card {
  text-align: center;
  flex: 1;
}

.pcis-stat-icon {
  color: #2f458e;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.pcis-stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  padding-top: 2px;
  text-transform: uppercase;
  color: #50627f;
  letter-spacing: 0.1em;
}

@media (max-width:767px) {
  .pcis-stats-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 1.5rem;
  }

  .pcis-stat-card {
    flex: 1 1 50%;
    max-width: 30%;
    box-sizing: border-box;
  }

  .pcis-stat-icon {
    font-size: 1.5rem;
  }

  .pcis-stat-label {
    font-size: 0.85rem;
    font-weight: 550;
  }
}

.pcis-companies-section {
  position: relative;
  padding: 6rem 1rem 8rem;
  background-color: #f3f3f3;
  max-height: 800px;
}

.pcis-circle-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 580px;
}

.pcis-circle {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #5789b6, #4d82bb);
  border: 3px solid #bbd5ff;
  /* softer blue border */
  border-radius: 50%;
  box-shadow:
    0 0 15px 5px rgba(123, 161, 201, 0.5),
    /* outer glow */
    inset 0 0 10px rgba(255, 255, 255, 0.2);
  /* subtle inner glow */
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pcis-card {
  position: absolute;
  width: 340px;
  padding: 2rem;
  background: #ffffff;
  border: 1.5px solid #4d82bb;
  /* subtle light blue border */
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(52, 113, 179, 0.15);
  /* soft blue shadow */
  transition: transform 0.3s ease;
  text-align: center;
}

.pcis-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(52, 113, 179, 0.3);
}

.pcis-circle-logo {
  width: 160px;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.pcis-circle-heading {
  font-size: 1.5rem;
  color: #f6faff;
  font-weight: 300;
  padding-top: 20px;
}

.pcis-circle-subtext {
  font-size: 1.3rem;
  font-weight: 300;
  padding-top: 5px;
  color: #c0dcff;
}

.pcis-card-logo-1 {
  height: 63px;
  width: 330px;
  margin-bottom: 1.25rem;
}

.pcis-card-logo-2 {
  height: 60px;
  margin-bottom: 1.25rem;
}

.pcis-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.6rem;
}

.pcis-card-description {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 1.25rem;
}

.pcis-card-button {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4d82bb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pcis-card-button:hover {
  color: #4a67a4;
}

.pcis-arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
}

.pcis-bioteck-card {
  top: -6%;
  right: 11%;
}

.pcis-electra-card {
  bottom: 8%;
  left: 10%;
}

.pcis-section-header {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #235483;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
  margin-top: -3.5rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .pcis-companies-section {
    padding: 3rem 1rem 4rem;
    max-height: min-content;
  }

  .pcis-circle-container {
    position: relative;
    height: auto;
    max-width: 320px;
    margin: 2rem auto;
  }

  .pcis-circle {
    position: relative;
    width: 280px;
    height: 280px;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 2rem auto;
    border-radius: 50%;
    box-shadow:
      0 0 15px 5px rgba(123, 161, 201, 0.5),
      inset 0 0 10px rgba(255, 255, 255, 0.2);
  }

  .pcis-circle-heading {
    font-size: 1.4rem;
    padding-top: 15px;
  }

  .pcis-circle-subtext {
    font-size: 1.1rem;
    padding-top: 5px;
  }

  .pcis-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.75rem;
    margin: 0 auto 2rem auto;
    border-radius: 0.75rem;
    box-shadow: 0 6px 15px rgba(52, 113, 179, 0.1);
    transition: none;
    text-align: center;
  }

  .pcis-card-logo-1,
  .pcis-card-logo-2 {
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
  }

  .pcis-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .pcis-card-description {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .pcis-card-button {
    font-size: 0.85rem;
    justify-content: center;
  }

  .pcis-bioteck-card,
  .pcis-electra-card {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    margin: 0 auto 2rem auto;
  }

  .pcis-section-header {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-slide {
    position: relative;
    background-size: cover;
    background-position: center;
  }

  .banner-slide.slide-1 {
    background-image: url('assets/bluebldg.png');
  }

  .banner-slide.slide-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
  }

  .banner-text,
  .banner-text-2 {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    max-width: 90%;
    left: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-heading,
  .banner-heading-2 {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .banner-subtext,
  .banner-subtext-2 {
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: 400;
  }

  .banner-stats {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .stat-number {
    font-size: 4vw;
  }

  .stat-label {
    font-size: 3.5vw;
  }

  .banner-text-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 700px;
    padding: 0 20px;
    text-align: center;
    color: #eee;
    font-size: 6vw;
    line-height: 1.4;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .since-badge {
    font-size: 4vw;
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 9999px;
    font-weight: bold;
    color: #dff2fb;
    margin-bottom: 1rem;
  }

  .banner-heading-2 {
    font-size: 4.5vw;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 1rem;
  }

  .banner-subtext-2 {
    font-size: 2.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 2rem;
    color: #ffffff;
  }

  .banner-buttons-2 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }

  .banner-buttons-2 a,
  .banner-buttons-2 button {
    width: 230px;
    padding: 13px 30px;
    font-size: 2.3vw;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .btn-bioteck {
    background-color: #007acc;
    color: white;
  }

  .btn-bioteck:hover {
    background-color: #95cbef;
    color: rgb(16, 53, 124);
    transform: translateY(-2px);
  }

  .btn-electra {
    background-color: #ffffff;
    color: #007acc;
    border: 2px solid #007acc;
  }

  .btn-electra:hover {
    background-color: #95cbef;
    color: white;
    transform: translateY(-2px);
  }

  .pcis-circle-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    align-items: start;
    position: relative;
    padding-left: 2rem;
  }

  .pcis-circle {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative !important;
    width: 320px;
  }

  .pcis-bioteck-card,
  .pcis-electra-card {
    grid-column: 2 / 3;
    box-sizing: border-box;
    padding: 1rem;
    margin: 0;
    position: relative;
    left: -60px;
  }

  .pcis-bioteck-card {
    grid-row: 1 / 2;
  }

  .pcis-electra-card {
    grid-row: 2 / 3;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .banner-slide {
    position: relative;
    background-size: cover;
    background-position: center;
  }

  .banner-slide.slide-1 {
    background-image: url('assets/bluebldg.png');
  }

  .banner-slide.slide-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
  }

  .banner-text,
  .banner-text-2 {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    text-align: center;
    max-width: 90%;
    left: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-heading,
  .banner-heading-2 {
    font-size: 3.4vw;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 500px;
  }

  .banner-subtext,
  .banner-subtext-2 {
    font-size: 2.5vw;
    line-height: 1.5;
    font-weight: 400;
  }

  .banner-stats {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .stat-number {
    font-size: 2.5vw;
  }

  .stat-label {
    font-size: 2vw;
  }

  .banner-text-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 700px;
    padding: 0 20px;
    text-align: center;
    color: #eee;
    font-size: 3vw;
    line-height: 1.4;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .since-badge {
    font-size: 3vw;
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 9999px;
    font-weight: bold;
    color: #dff2fb;
    margin-bottom: 1rem;
  }

  .banner-heading-2 {
    font-size: 3vw;
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 1rem;
  }

  .banner-subtext-2 {
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    max-width: 500px;
    margin-bottom: 1rem;
    color: #ffffff;
  }

  .banner-buttons-2 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }

  .banner-buttons-2 a,
  .banner-buttons-2 button {
    width: 220px;
    padding: 15px 30px;
    font-size: 1.5vw;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .btn-bioteck {
    background-color: #007acc;
    color: white;
  }

  .btn-bioteck:hover {
    background-color: #95cbef;
    color: rgb(16, 53, 124);
    transform: translateY(-2px);
  }

  .btn-electra {
    background-color: #ffffff;
    color: #007acc;
    border: 2px solid #007acc;
  }

  .btn-electra:hover {
    background-color: #95cbef;
    color: white;
    transform: translateY(-2px);
  }

  .pcis-circle-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    align-items: start;
    position: relative;
    padding-left: 10rem;
  }

  .pcis-circle {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative !important;
    width: 320px;
  }

  .pcis-bioteck-card,
  .pcis-electra-card {
    grid-column: 2 / 3;
    box-sizing: border-box;
    padding: 1rem;
    margin: 0;
    position: relative;
    left: -60px;
  }

  .pcis-bioteck-card {
    grid-row: 1 / 2;
  }

  .pcis-electra-card {
    grid-row: 2 / 3;
  }
}

@media (min-width: 550px) and (max-width: 770px) {
  .banner-subtext {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
  }
}

@media (min-width: 865px) and (max-width: 1024px) {
  .banner-heading {
    font-size: 4vw;
  }

  .banner-subtext {
    font-size: 2.5vw;
  }

  .banner-text {
    font-size: 3vw;
  }

  .stat-number {
    font-size: 3vw;
  }

  .stat-label {
    font-size: 2.5vw;
  }

  .banner-heading-2 {
    font-size: 4vw;
    text-align: center;
  }

  .banner-subtext-2 {
    font-size: 3vw;
    text-align: center;
  }

  .since-badge {
    font-size: 2rem;
  }

  .banner-buttons-2 button,
  .banner-buttons-2 a {
    font-size: 1.5vw;
    padding: 10px 20px;
    width: 230px;
  }

  .banner-text-2 {
    font-size: 2vw;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {

  .banner-buttons-2 a,
  .banner-buttons-2 button {
    width: 220px !important;
    font-size: 1vw;
    padding: 14px 24px;
  }
}

@media (min-width: 1920px) {
  .banner-container {
    max-width: none;
  }

  .banner-buttons-2 a,
  .banner-buttons-2 button {
    width: 260px !important;
    font-size: 0.95vw;
    padding: 14px 24px;
  }

  .banner-text-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eee;
    text-align: center;
    padding: 0 20px;
    z-index: 3;
  }

  .banner-heading-2,
  .banner-subtext-2 {
    text-align: center;
    max-width: 900px;
  }
}