#advisory {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  position: relative;
}

#advisory h6 {
  color: #12a124;;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#advisory h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

#advisory h2 .highlight {
  color: #12a124;;
}

.faculty-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.faculty-grid {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}

.faculty-grid::-webkit-scrollbar {
  display: none;
}

.faculty-card {
  flex: 0 0 205px;
  height: 280px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  scroll-snap-align: start;
}

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

.faculty-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.faculty-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.faculty-name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

.faculty-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 86, 179, 0.95);
  color: white;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.faculty-card:hover .faculty-details {
  transform: translateY(0);
}

.faculty-role {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
  color: #fff;
}

.faculty-company {
  font-size: 0.85rem;
  margin: 0 0 5px 0;
  color: rgba(255, 255, 255, 0.9);
}

.faculty-experience {
  font-size: 0.8rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* Scroll Indicator */
.scroll-indicator {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 10px 0;
}

.scroll-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 86, 179, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.scroll-dot:hover {
  background: rgba(0, 86, 179, 0.5);
}

.scroll-dot.active {
  background: #0056b3;
  transform: scale(1.2);
}

/* Mobile Styles */
@media (max-width: 768px) {
  #advisory {
    padding: 40px 15px;
  }

  #advisory h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .faculty-container {
    padding: 0 15px;
  }

  .faculty-grid {
    padding: 20px 30px;
    gap: 15px;
  }

  .faculty-card {
    flex: 0 0 260px;
    height: 340px;
  }

  .faculty-name {
    font-size: 1rem;
  }

  .faculty-role {
    font-size: 0.8rem;
  }

  .faculty-company {
    font-size: 0.75rem;
  }

  .faculty-experience {
    font-size: 0.7rem;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .faculty-card {
    flex: 0 0 220px;
    height: 300px;
  }

  .faculty-details {
    padding: 15px;
  }
}

.text-blk {
  line-height: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.section-head-text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: 0px;
}

.section-subhead-text {
  color: rgb(72, 72, 72);
  font-size: 20px;
  line-height: 27px;
  max-width: 670px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
}

.card {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: rgba(134, 134, 134, 0.16) 0px 6px 24px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: rgb(255, 255, 255);
  max-width: 750px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.img-wrapper {
  width: 175px;
  height: 175px;
  clip-path: circle(50% at 50% 50%);
}

.name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  line-height: 27px;
}

.position {
  line-height: 26px;
  color: rgb(0, 166, 127);
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.testimonial {
  color: rgb(122, 122, 122);
  font-size: 18px;
  line-height: 27px;
}

.outer-container {
  background-color: rgb(250, 250, 250);
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
}

.container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.swiper.team-swiper {
  max-width: 100%;
  width: 100%;
}

.swiper-slide {
  position: static;
  display: flex;
  justify-content: flex-start;
}

.swiper-wrapper {
  position: static;
  height: fit-content;
}

.swiper-pagination.container-block {
  top: auto;
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  margin: 36px 0 0 0;
}

.swiper-container-horizontal &gt;

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: 4px;
  height: 12px;
  width: 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 166, 127);
}

.card-content {
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .swiper-slide {
    justify-content: center;
  }
}

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

  .card-content {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .section-head-text {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  .outer-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .section-head-text {
    font-size: 35px;
  }

  .section-subhead-text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
}