@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Outfit", sans-serif;
  scroll-behavior: smooth;
}

.service_btn {
  font-family: 'SF Pro Display', sans-serif;
  background: #147187;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;

}

.service_btn:hover {
  background-color: #084944;
  box-shadow: 0px 4px 15px rgba(20, 113, 135, 0.3);
  transform: translateY(-2px);

}

@media only screen and (max-width: 768px) {
  .service_btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 30px;
  }
}

.service_btn:hover {
  background-color: #09474D;
  box-shadow: 0px 6px 12px rgba(20, 113, 135, 0.3);
  transform: translateY(-2px);

}

#new_home {
  background-color: white;
}

#new_home .hero {
  background: url("/v1/assets/images/herobg2.png") no-repeat;
  height: 875px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-around;
  padding: 242px 70px 100px 100px;

}

@media only screen and (max-width:1024px) {
  #new_home .hero {
    padding: 200px 50px 100px 70px
  }
}

@media only screen and (max-width:767px) {
  #new_home .hero {
    padding: 100px 20px 70px 20px;
    flex-direction: column;
    gap: 30px;
  }
}

#new_home .hero .content {
  max-width: 820px;

}

#new_home .hero .card .hero_women {
  position: absolute;
  top: -100px;
  right: -60px;
  z-index: 3;
}

#new_home .hero .card .hero_flower {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#new_home .hero .card .hero_textbook {
  position: absolute;
  right: -60px;
  bottom: -42px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  #new_home .hero .content {
    max-width: 100%;

  }
}

@media only screen and (max-width: 480px) {
  #new_home .hero .card .hero_textbook {
    display: none;
  }

  #new_home .hero .card .hero_women {
    display: none;
  }
}



#new_home .hero .card {
  background: white;
  border-radius: 24px;
  width: 100%;
  max-width: 350px;
  padding: 30px 24px;
  border: 8px solid #E9E9E966;
  height: 400px;
  z-index: 2;
  position: relative;
}

#new_home .hero .card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#new_home .hero .card_header h1 {
  font-size: 16px;
  font-weight: 500;
  color: #123E47;
}


#new_home .hero .slider-container {
  height: 286px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
}

#new_home .hero .slider-wrapper {
  display: flex;
  flex-direction: column;
  animation: verticalScroll 15s linear infinite;
}

#new_home .hero .slider-item {
  position: relative;
  padding: 16px 22px 10px 22px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  border-radius: 4px;
}

#new_home .hero .slider-item h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 30px;
}

#new_home .hero .slider-item.slider-1 h3 {
  color: #4645D3;
}

#new_home .hero .slider-item.slider-2 h3 {
  color: #F57354;
}

#new_home .hero .slider-item.slider-3 h3 {
  color: #EB57CA;
}

#new_home .hero .slider-item.slider-1 .more-btn {
  color: #4645D3;
}

#new_home .hero .slider-item.slider-2 .more-btn {
  color: #F57354;
}

#new_home .hero .slider-item.slider-3 .more-btn {
  color: #EB57CA;
}


#new_home .hero .slider-item.slider-1 .description {
  color: #797998;
}

#new_home .hero .slider-item.slider-2 .description {
  color: #BC9B93;
}

#new_home .hero .slider-item.slider-3 .description {
  color: #B190A9;
}


#new_home .hero .slider-item-content {
  display: -webkit-inline-box;

}



#new_home .hero .description {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 6px;
}

#new_home .hero .more-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: currentColor;
  opacity: 0.6;
}

/* Blue slider */
#new_home .hero .slider-1 {
  background: #F5F5FF;
  border-left-color: #7B7ADB;
}

/* Orange slider */
#new_home .hero .slider-2 {
  background: #FFF1EE;
  border-left-color: #F57354;
}

/* Pink slider */
#new_home .hero .slider-3 {
  background: #FFEEFE;
  border-left-color: #EB57CA;

}

@keyframes verticalScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* Pause animation on hover */
#new_home .hero .slider-container:hover .slider-wrapper {
  animation-play-state: paused;
}




#new_home .hero .content .hero-title {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 24px;

}

#new_home .hero .content .hero-title span.green-text {
  color: #0B5A67;
}

@media (max-width: 1024px) {
  #new_home .hero .content .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  #new_home .hero .content .hero-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  #new_home .hero .content .hero-title {
    font-size: 28px;
    margin-bottom: 20px;

  }
}

#new_home .hero .content .hero-description {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #475569;
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 760px;
  width: 100%;
}

@media (max-width: 768px) {
  #new_home .hero .content .hero-description {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  #new_home .hero .content .hero-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

#new_home .hero .content .cta-button {
  font-family: 'SF Pro Display', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 24px;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#new_home .hero .content .cta-button:hover {
  background-color: #084944;
  transform: translateY(-2px);
  box-shadow: 0px 4px 15px rgba(20, 113, 135, 0.3);
}

@media only screen and (max-width: 768px) {
  #new_home .hero .content .cta-button {
    font-size: 15px;
    padding: 12px 20px;
  }
}

#new_home .hero .content .cta-button:hover {
  background-color: #084944;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(20, 113, 135, 0.3);
}

#new_home .hero .content .cta-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  #new_home .hero .content .cta-button {
    padding: 14px 36px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #new_home .hero .content .cta-button {
    width: 100%;
    padding: 14px 32px;
    font-size: 14px;
  }
}

#new_home #schools {
  background-color: #F2FCFE;
  padding: 40px 0 50px 100px;
}

@media screen and (max-width: 767px) {
  #new_home #schools {
    padding: 50px 20px 20px 30px;
  }
}

#new_home #schools h4 {
  font-family: 'SF Pro Display', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}

#new_home #schools .carousel-section {
  padding: 0px 0;
  overflow: hidden;
}

#new_home #schools .carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#new_home #schools .carousel-track {
  display: flex;
  gap: 80px;
  animation: scroll 30s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}

#new_home #schools .carousel-track:hover {
  animation-play-state: paused;
}

#new_home #schools .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 100px;
}

#new_home #schools .logo-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

#new_home #schools .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  #new_home #schools .carousel-track {
    gap: 60px;
  }

  #new_home #schools .logo-item {
    width: 180px;
    height: 90px;
  }
}

@media (max-width: 768px) {
  #new_home #schools .carousel-section {
    padding: 40px 0;
  }

  #new_home #schools .carousel-track {
    gap: 50px;
    animation: scroll 20s linear infinite;
  }

  #new_home #schools .logo-item {
    width: 150px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  #new_home #schools .carousel-track {
    gap: 40px;
  }

  #new_home #schools .logo-item {
    width: 120px;
    height: 70px;
  }
}

#new_home #services {
  margin-top: 80px;
  padding: 0 24px;
  /* Responsive adjustments */
}

@media screen and (max-width: 767px) {
  #new_home #services {
    margin-top: 40px;
  }
}

#new_home #services h2 {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #new_home #services h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#new_home #services h2 img {
  width: 28px;
  height: 28px;
}

#new_home #services h2 .green_text {
  color: #0B5A67;
}

#new_home #services .service_details {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  #new_home #services .service_details {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: justify;
  }
}

#new_home #services .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 30px;
  max-width: 1265px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#new_home #services .cards-grid:last-child {
  margin-bottom: 0;
}

#new_home #services .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

#new_home #services .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
}

#new_home #services .card-title {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 33px;
  line-height: 36px;
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}

@media screen and (max-width: 1320px) {
  #new_home #services .card-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #new_home #services .card-title {
    font-size: 22px;
    line-height: 28px;
  }
}

#new_home #services .card-description {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 24px;
  margin-bottom: 16px;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 1320px) {
  #new_home #services .card-description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  #new_home #services .card-description {
    font-size: 16px;
    line-height: 22px;
  }
}

#new_home #services .card-link {
  font-family: 'outfit', sans-serif;
  color: #F57354;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  align-self: center;
}

@media (max-width: 768px) {
  #new_home #services .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #new_home #services .card {
    padding: 30px 25px;
    min-height: 250px;
  }

  #new_home #services .card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #new_home #services .card-description {
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #new_home #services .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  #new_home #services .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#new_home #track-stats {
  background-color: #0a0a0a;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

@media (max-width: 768px) {
  #new_home #track-stats {
    padding: 64px 20px;
  }
}

#new_home #track-stats .container {
  max-width: 1100px;
  margin: 0 auto;
}

#new_home #track-stats .track-badge {
  display: table;
  padding: 8px 22px;
  border: 1px solid #2A3F35;
  border-radius: 50px;
  color: #41B883;
  font-family: 'outfit', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 auto 24px;
  background: transparent;
}

#new_home #track-stats .track-title {
  font-family: 'outfit', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  margin: 0 auto 20px;
}

@media (max-width: 1024px) {
  #new_home #track-stats .track-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  #new_home #track-stats .track-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  #new_home #track-stats .track-title {
    font-size: 26px;
  }
}

#new_home #track-stats .track-description {
  font-family: 'outfit', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

@media (max-width: 768px) {
  #new_home #track-stats .track-description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}

#new_home #track-stats .track-badge,
#new_home #track-stats .track-title,
#new_home #track-stats .track-description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#new_home #track-stats .track-title {
  transition-delay: 0.15s;
}

#new_home #track-stats .track-description {
  transition-delay: 0.3s;
}

#new_home #track-stats.in-view .track-badge,
#new_home #track-stats.in-view .track-title,
#new_home #track-stats.in-view .track-description {
  opacity: 1;
  transform: translateY(0);
}

#new_home #track-stats .stats-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

#new_home #track-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

#new_home #track-stats .stat-card {
  position: relative;
  background-color: #FFFFFF14;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 30px 55px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.06) inset;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

#new_home #track-stats .stat-card.visible {
  opacity: 1;
  transform: translateY(0);
}

#new_home #track-stats .stat-card:nth-child(1) {
  transition-delay: 0.05s;
}

#new_home #track-stats .stat-card:nth-child(2) {
  transition-delay: 0.15s;
}

#new_home #track-stats .stat-card:nth-child(3) {
  transition-delay: 0.25s;
}

#new_home #track-stats .stat-card:nth-child(4) {
  transition-delay: 0.35s;
}

#new_home #track-stats .stat-card.visible {
  transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

#new_home #track-stats .stat-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  filter: blur(0.5px);
  z-index: 1;
}

#new_home #track-stats .stat-card::before {
  background: linear-gradient(90deg, transparent 0%, rgba(46, 204, 113, 0.95) 50%, transparent 100%);
}

#new_home #track-stats .stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 204, 113, 0.25);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.06) inset, 0 12px 40px rgba(46, 204, 113, 0.08);
}

#new_home #track-stats .stat-number {
  font-family: 'outfit', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #new_home #track-stats .stat-card {
    padding: 40px 24px;
  }

  #new_home #track-stats .stat-number {
    font-size: 44px;
  }
}

@media (max-width: 480px) {
  #new_home #track-stats .stat-number {
    font-size: 36px;
  }
}

#new_home #track-stats .stat-label {
  font-family: 'outfit', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 2;
}

#new_home #track-stats .stats-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFFFFF08;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

#new_home #track-stats .stats-wrapper.visible .stats-center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#new_home #track-stats .stats-center span {
  font-family: 'outfit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  letter-spacing: 0.3px;
}

@media (max-width: 600px) {
  #new_home #track-stats .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #new_home #track-stats .stats-center {
    display: none;
  }
}

#new_home #teams {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 20px;
}

#new_home #teams h2 {
  font-family: 'outfit', sans-serif;
  font-size: 44px;
  line-height: 62px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #new_home #teams h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#new_home #teams h2 img {
  width: 28px;
  height: 28px;
}

#new_home #teams h2 .green_text {
  color: #0B5A67;
}

#new_home #teams .service_details {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #new_home #teams .service_details {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 48px;
  }
}

#new_home #teams h2,
#new_home #teams .service_details {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#new_home #teams .service_details {
  transition-delay: 0.15s;
}

#new_home #teams.in-view h2,
#new_home #teams.in-view .service_details {
  opacity: 1;
  transform: translateY(0);
}

#new_home #teams .teams-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(16px);
  animation: teamsTimelineEnter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

@keyframes teamsTimelineEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes teamsLineGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

@keyframes teamItemRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#new_home #teams .teams-timeline::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #E5E9EA;
  z-index: 0;
}

#new_home #teams .teams-timeline::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #0B5A67;
  z-index: 0;
  transform-origin: left center;
  animation: teamsLineGrow 2s linear 0.5s both;
}

#new_home #teams .team-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: teamItemRise 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: transform 0.35s ease;
}

#new_home #teams .team-item:nth-child(1) { animation-delay: 0.15s; }
#new_home #teams .team-item:nth-child(2) { animation-delay: 0.30s; }
#new_home #teams .team-item:nth-child(3) { animation-delay: 0.45s; }
#new_home #teams .team-item:nth-child(4) { animation-delay: 0.60s; }

#new_home #teams .team-item:hover {
  transform: translateY(-6px);
}

#new_home #teams .team-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #E5E9EA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

#new_home #teams .team-item:hover .team-icon {
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: currentColor;
  background-color: currentColor;
}

#new_home #teams .team-icon svg path {
  transition: stroke 0.4s ease;
}

#new_home #teams .team-item:hover .team-icon svg {
  transform: scale(1.08);
}

#new_home #teams .team-item:hover .team-icon svg path {
  stroke: #fff;
}

#new_home #teams .team-card {
  background: #fff;
  border: 1px solid #ECEFF0;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: -1px 10px 15px 0px #00000008, -1px -1px 0px 0px #14718726;
  flex: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

#new_home #teams .team-item:hover .team-card {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #DCE3E5;
}

@media (prefers-reduced-motion: reduce) {
  #new_home #teams .teams-timeline,
  #new_home #teams .teams-timeline::before,
  #new_home #teams .teams-timeline::after,
  #new_home #teams .team-item {
    animation: none;
    opacity: 1;
    transform: none;
  }
  #new_home #teams .teams-timeline::after {
    transform: scaleX(1);
  }
  #new_home #teams .team-item:hover,
  #new_home #teams .team-item:hover .team-icon,
  #new_home #teams .team-item:hover .team-icon svg,
  #new_home #teams .team-item:hover .team-card {
    transform: none;
  }
}

#new_home #teams .team-card h3 {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
  margin: 0 0 11px;
  line-height: 24px;
}

#new_home #teams .team-card p {
  font-family: 'SF Pro Display', sans-serif;
  color: #777777;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  #new_home #teams .teams-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  #new_home #teams .teams-timeline::before,
  #new_home #teams .teams-timeline::after {
    display: none;
  }
}

@media (max-width: 600px) {
  #new_home #teams .teams-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #new_home #teams .team-icon {
    margin-bottom: 20px;
  }

  #new_home #teams .team-card {
    padding: 24px 20px;
  }

  #new_home #teams .team-card h3 {
    font-size: 16px;
  }
}

#new_home #track_record {
  background-color: #F5FAFD;
  padding: 80px 50px 80px 100px;
}

#new_home #track_record .container {
  max-width: 1350px;
  margin: 0 auto;

}


@media (max-width: 1024px) {
  #new_home #track_record {
    padding: 60px 50px 60px 70px;
  }
}

@media (max-width: 640px) {
  #new_home #track_record {
    padding: 30px 20px 30px;
  }
}

#new_home #track_record .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

@media (max-width: 992px) {
  #new_home #track_record .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

#new_home #track_record .content .title {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1E1E1E;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #new_home #track_record .content .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  #new_home #track_record .content .description {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 30px;
  }
}

#new_home #track_record .content .description {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  margin-bottom: 20px;
}

#new_home #track_record .content .advisor-btn {
  font-family: 'SF Pro Display', sans-serif;
  background-color: #147187;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 28px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 40px;
}

#new_home #track_record .content .advisor-btn:hover {
  background-color: #084944;
  box-shadow: 0px 4px 15px rgba(20, 113, 135, 0.3);
  transform: translateY(-2px);

}

#new_home #track_record .image-wrapper {
  display: flex;
  justify-content: center;
}

#new_home #track_record .image-wrapper .image-container {
  position: relative;
  width: 100%;
  max-width: 650px;
}

#new_home #track_record .image-wrapper .image-container img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

#new_home #track_record .image-wrapper .image-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#new_home #track_record .image-wrapper .image-container .play-button span {
  color: #f43b22;
  font-size: 48px;
}

#new_home #track_record .image-wrapper .image-container .play-button:hover {
  background: rgba(255, 255, 255, 0.95);
}

#new_home #advisors-section {
  padding: 80px 20px;
  background-color: #191818;
}

@media (max-width: 768px) {
  #new_home #advisors-section {
    padding: 24px;
  }
}

#new_home #advisors-section .section-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#new_home #advisors-section.in-view .section-title {
  opacity: 1;
  transform: translateY(0);
}

#new_home .container {
  max-width: 1180px;
  margin: 0 auto;
}

#new_home .section-subtitle {
  font-family: 'outfit', sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 12px;
  text-align: center;
}

#new_home .section-title {
  font-family: 'outfit', sans-serif;
  text-align: center;
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  #new_home .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}


#new_home .advisors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  #new_home .advisors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  #new_home .advisors-grid {
    grid-template-columns: 1fr;
  }
}

#new_home .advisor-card {
  transition: transform 0.3s ease;
}

#new_home .advisor-card:hover {
  transform: translateY(-6px);
}

#new_home .advisor-image {
  width: 100%;
  background-color: #FFFFFF14;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #FFFFFF14;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#new_home .advisor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.5s ease;
}

#new_home .advisor-card:hover .advisor-image img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

#new_home .advisor-content {
  padding: 24px 0 0;
}

@media (max-width: 480px) {
  #new_home .advisor-content {
    padding: 20px 0 0;
  }
}

#new_home .advisor-bio {
  font-family: 'outfit', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF66;
  margin-bottom: 12px;
  font-weight: 400;
}

@media (max-width: 480px) {
  #new_home .advisor-bio {
    font-size: 14px;
  }
}

#new_home .view-more {
  font-family: 'outfit', sans-serif;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

#new_home .view-more:hover {
  opacity: 0.7;
}

#new_home .cta-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}



#new_home .contact-btn {
  font-family: 'SF Pro Display', sans-serif;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 500;
  color: white;
  background: transparent;
  border: 2px solid #C5C5C5;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  #new_home .cta-button-wrapper {
    margin-top: 40px;
    width: 100%;
  }
  #new_home .cta-button-wrapper .contact-btn{
    width: 218px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    border-width: 0.77px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

#new_home #about-us {
  margin-top: 80px;
  position: relative;
}
#new_home #about-us .about-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

#new_home #about-us .banner {
  font-family: 'SF Pro Display', sans-serif;
  padding: 12px 34px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #F5FAFD;
  font-size: 20px;
  font-weight: 700;
  color: #14425E;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #new_home #about-us .banner {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    margin-bottom: 16px;
  }

  #new_home #about-us h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  #new_home #about-us .service_details {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    padding: 0 24px;
    margin-bottom: 60px;
  }
}

#new_home #about-us h2 {
  font-family: 'outfit', sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}


#new_home #about-us .image {
  position: absolute;
  right: 100px;
  top: -3px;
}

#new_home #about-us h2 img {
  width: 28px;
  height: 28px;
}

#new_home #about-us h2 .green_text {
  color: #0B5A67;
}

#new_home #about-us .service_details {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

#new_home #about-us .testimonials-section {
  padding: 80px 20px;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  #new_home #about-us .testimonials-section {
    padding: 40px 16px;
  }
}

#new_home #about-us .container {
  max-width: 1313px;
  margin: 0 auto;
}

#new_home #about-us .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  #new_home #about-us .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  #new_home #about-us .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

#new_home #about-us .testimonial-card {
  background: #F5FAFD;
  border-radius: 12px;
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#new_home #about-us .testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  #new_home #about-us .testimonial-card {
    padding: 24px;
    text-align: justify;
  }
}

@media (max-width: 480px) {
  #new_home #about-us .testimonial-card {
    padding: 20px;
  }
}

#new_home #about-us .testimonial-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  #new_home #about-us .testimonial-header {
    gap: 10px;
  }
}

#new_home #about-us .avatar {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9ecef;
}

#new_home #about-us .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 480px) {
  #new_home #about-us .avatar {
    width: 52px;
    height: 52px;
  }
}

#new_home #about-us .user-info {
  flex: 1;
  min-width: 0;
}

#new_home #about-us .user-name {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  #new_home #about-us .user-name {
    font-size: 16px;
  }
}

#new_home #about-us .user-university {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #676767;
  line-height: 1.5;
}

@media (max-width: 480px) {
  #new_home #about-us .user-university {
    font-size: 12px;
  }
}

#new_home #about-us .rating {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

#new_home #about-us .rating .star {
  color: #ffc107;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 480px) {
  #new_home #about-us .rating .star {
    font-size: 18px;
  }
}

#new_home #about-us .testimonial-text {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
}

@media (max-width: 480px) {
  #new_home #about-us .testimonial-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

#new_home #advisor {
  margin-bottom: 88px;
  padding: 80px 20px;
}

#new_home #advisor h2 {
  font-family: 'outfit', sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}



#new_home #advisor h2 img {
  width: 28px;
  height: 28px;
}

#new_home #advisor h2 .green_text {
  color: #0B5A67;
}

#new_home #advisor .service_details {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

#new_home #advisor .advisor_container {
  max-width: 1205px;
  margin: 0 auto;
  margin-top: 100px;
}

#new_home #advisor .advisor_container .content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1205px;
  height: 588px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #new_home #advisor {
    margin-bottom: 20px;
    padding: 0 24px 57px;
  }

  #new_home #advisor h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px;
  }

  #new_home #advisor .service_details {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1024px) {
  #new_home #advisor .advisor_container .content {
    flex-direction: column;
    height: auto;
  }
}

#new_home #advisor .advisor_container .content .image-section {
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 36px;
  border: 10px solid rgba(233, 233, 233, 0.4);
  flex: 1;
  height: 100%;
  overflow: hidden;
}

#new_home #advisor .advisor_container .content .image-section img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
}

#new_home #advisor .advisor_container .content .text_sec {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;

}

#new_home #advisor .advisor_container .content .text_sec p {
  font-family: 'outfit', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #00000099;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #new_home #advisor .advisor_container{
    margin-top: 24px;
  }
  #new_home #advisor .advisor_container .content{
    gap: 24px;
  }
  #new_home #advisor .advisor_container .content .text_sec p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px;
    text-align: left;
  }
  #new_home #advisor .advisor_container .content .text_sec .more_btn {
    width: 100%;
    font-size: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
  }
}

#new_home #advisor .advisor_container .content .text_sec .more_btn {
  font-family: 'SF Pro Display', sans-serif;
  background-color: #147187;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 28px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

#new_home #advisor .advisor_container .content .form-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .form-container {
    padding: 24px;
    border-radius: 8px;
  }
}

#new_home #advisor .advisor_container .content .form-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

#new_home #advisor .advisor_container .content .form-header {
  margin-bottom: 24px;
}

#new_home #advisor .advisor_container .content .form-description {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .form-description {
    font-size: 13px;
  }
}

#new_home #advisor .advisor_container .content .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#new_home #advisor .advisor_container .content .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

#new_home #advisor .advisor_container .content .form-group {
  display: flex;
  flex-direction: column;
}

#new_home #advisor .advisor_container .content .form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .form-group label {
    font-size: 13px;
  }
}

#new_home #advisor .advisor_container .content .form-group input,
#new_home #advisor .advisor_container .content .form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #1f2937;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

#new_home #advisor .advisor_container .content .form-group input:focus,
#new_home #advisor .advisor_container .content .form-group select:focus {
  outline: none;
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

#new_home #advisor .advisor_container .content .form-group input::-moz-placeholder,
#new_home #advisor .advisor_container .content .form-group select::-moz-placeholder {
  color: #9ca3af;
}

#new_home #advisor .advisor_container .content .form-group input::placeholder,
#new_home #advisor .advisor_container .content .form-group select::placeholder {
  color: #9ca3af;
}

@media (max-width: 576px) {

  #new_home #advisor .advisor_container .content .form-group input,
  #new_home #advisor .advisor_container .content .form-group select {
    padding: 11px 12px;
    font-size: 13px;
  }
}

#new_home #advisor .advisor_container .content .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

#new_home #advisor .advisor_container .content .form-group select::-ms-expand {
  display: none;
}

#new_home #advisor .advisor_container .content .checkbox-group {
  margin-top: 4px;
}

#new_home #advisor .advisor_container .content .checkbox-group .checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

#new_home #advisor .advisor_container .content .checkbox-group .checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 10px 0 0;
  cursor: pointer;
  accent-color: #0d9488;
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .checkbox-group .checkbox-label input[type=checkbox] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
  }
}

#new_home #advisor .advisor_container .content .checkbox-group .checkbox-label .checkbox-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .checkbox-group .checkbox-label .checkbox-text {
    font-size: 12px;
  }
}

#new_home #advisor .advisor_container .content .checkbox-group .checkbox-label .terms-link {
  color: #0d9488;
  text-decoration: none;
  font-weight: 500;
}

#new_home #advisor .advisor_container .content .checkbox-group .checkbox-label .terms-link:hover {
  text-decoration: underline;
}

#new_home #advisor .advisor_container .content .submit-btn {
  width: 100%;
  padding: 12px 24px;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 40px;
  font-family: inherit;
}

#new_home #advisor .advisor_container .content .submit-btn:hover {
  background-color: #084944;
  box-shadow: 0px 4px 15px rgba(20, 113, 135, 0.3);
  transform: translateY(-2px);

}

#new_home #advisor .advisor_container .content .submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 576px) {
  #new_home #advisor .advisor_container .content .submit-btn {
    padding: 13px 20px;
    font-size: 14px;
  }
}

#new_home #faq-section {
  padding: 80px 20px;
  background: url("/v1/assets/images/FAQ.png") no-repeat center center;
  height: auto;
}

@media (max-width: 1024px) {
  #new_home #faq-section {
    background: #f9fafb;
    padding: 60px 20px;
  }
}

@media (max-width: 768px) {
  #new_home #faq-section {
    padding: 24px;
    background-color: #ffffff;
  }
  #new_home #faq-section .container {
    padding: 0 !important;
  }
}

#new_home .container {
  max-width: 1280px;
  margin: 0 auto;
}

#new_home .faq-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 1024px) {
  #new_home .faq-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 1024px) {
  #new_home .faq-left {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #new_home .faq-left {
    text-align: center;
  }
    #new_home .faq-content {
    gap: 24px;
  }
}

#new_home .faq-label {
  font-family: 'outfit', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border: 1px solid #E0E0E0;
  padding: 8px 16px;
  border-radius: 24px;
}

@media (max-width: 768px) {
  #new_home .faq-label {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
}

#new_home .faq-title {
  font-family: 'outfit', sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #000;
  line-height: 72px;
  margin-bottom: 40px;
}

#new_home .faq-title .highlight {
  color: #F57354;
}

@media (max-width: 1024px) {
  #new_home .faq-title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  #new_home .faq-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}


#new_home .faq-subtitle {
  font-family: 'outfit', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  #new_home .faq-subtitle {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
}

#new_home .ask-btn {
  font-family: 'SF Pro Display', sans-serif;
  padding: 18px 24px;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#new_home .ask-btn:hover {
  background-color: #084944;
  box-shadow: 0px 4px 15px rgba(20, 113, 135, 0.3);
  transform: translateY(-2px);
}

#new_home .ask-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  #new_home .ask-btn {
    padding: 12px 28px;
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
  }
}

#new_home .faq-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#new_home .faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  padding: 32px;
  padding-bottom: 20px;
}

#new_home .faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  #new_home .faq-item {
    border-radius: 24px;
  }
}

#new_home .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  margin-bottom: 12px;
}

#new_home .faq-question h3 {
  font-family: 'outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  flex: 1;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #new_home .faq-question {
    padding: 18px 20px;
  }

  #new_home .faq-question h3 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #new_home .faq-question {
    padding: 16px 18px;
  }

  #new_home .faq-question h3 {
    font-size: 14px;
  }
}

#new_home .toggle-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #6b7280;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

#new_home .toggle-btn svg {
  transition: transform 0.3s ease;
}

@media (max-width: 480px) {
  #new_home .toggle-btn {
    width: 28px;
    height: 28px;
  }

  #new_home .toggle-btn svg {
    width: 14px;
    height: 14px;
  }
}

#new_home .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

#new_home .faq-answer p {
  font-family: 'outfit', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 480px) {
  #new_home .faq-answer p {
    font-size: 13px;
  }
}

#new_home .faq-item.active {}

#new_home .faq-item.active .faq-question h3 {
  color: #0B5A67;
}

#new_home .faq-item.active .toggle-btn {
  color: #0d9488;
}

#new_home .faq-item.active .toggle-btn svg {
  transform: rotate(180deg);
}

#new_home .faq-item.active .faq-answer {
  max-height: 500px;
  /* padding: 0 24px 20px 24px; */
}

@media (max-width: 768px) {
  #new_home .faq-item.active .faq-answer {
    padding: 0 20px 18px 20px;
  }
}

@media (max-width: 480px) {
  #new_home .faq-item.active .faq-answer {
    padding: 0 18px 16px 18px;
  }
}

#new_home #resources {
  background-color: #F5FAFD;
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  #new_home #resources {
    padding: 40px 24px;
  }

  #new_home #resources .resources_container h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  #new_home #resources .resources_container .service_details {
    font-family: 'outfit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 60px;
  }
}

#new_home #resources .resources_container {
  max-width: 1220px;
  margin: 0 auto;
}

#new_home #resources .resources_container h2 {
  font-family: 'outfit', sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

#new_home #resources .resources_container h2 img {
  width: 28px;
  height: 28px;
}

#new_home #resources .resources_container h2 .green_text {
  color: #0B5A67;
}

#new_home #resources .resources_container .service_details {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #777777;
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#new_home #resources .resources_container .resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 120px;
}

@media (max-width: 1200px) {
  #new_home #resources .resources_container .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .resources-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 70px;
  }
}

#new_home #resources .resources_container .resource-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#new_home #resources .resources_container .resource-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .resource-card {
    border-radius: 12px;
  }
}

#new_home #resources .resources_container .card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

#new_home #resources .resources_container .card-image img {
  width: 100%;
  height: 100%;
  border: 10px solid #DCDCDC;
  overflow: hidden;
  border-radius: 24px;
  object-fit: contain;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .card-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-image {
    height: 180px;
  }
}

#new_home #resources .resources_container .card-content {
  padding: 14px 24px 33px 24px;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .card-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-content {
    padding: 18px;
  }
}

#new_home #resources .resources_container .card-title {
  font-family: 'outfit', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 12px;
  line-height: 1.4;
}

.ebook-desc{
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .card-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

#new_home #resources .resources_container .card-description {
  font-family: 'outfit', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-description {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

#new_home #resources .resources_container .watch-link {
  font-family: 'outfit', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #F57354;
  text-decoration: none;
  transition: color 0.2s ease;
}

#new_home #resources .resources_container .watch-link svg {
  transition: transform 0.2s ease;
}

#new_home #resources .resources_container .watch-link:hover {
  color: #dc2626;
}

#new_home #resources .resources_container .watch-link:hover svg {
  transform: translateX(3px);
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .watch-link {
    font-size: 13px;
  }
}

#new_home #resources .resources_container .ebook-section {
  padding: 80px 20px;
  position: relative;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .ebook-section {
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .ebook-section {
    padding: 40px 16px;
  }
}

#new_home #resources .resources_container .ebook-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 560px;
  border: 8px solid #ffffff;
  box-shadow: 0px 7px 15px 0px #0000001A, 0px 27px 27px 0px #00000017, 0px 61px 37px 0px #0000000D, 0px 109px 43px 0px #00000003, 0px 170px 48px 0px #00000000;
  background: #858585;

}


.back-layer {
  position: absolute;
  top: 50px;
  right: 45px;
  width: 75%;
  height: 75%;
  background: #858585;
  border-radius: 30px;
  z-index: 0;
  border: 8px solid #FFFFFF;
  transform: rotate(-3deg);
  box-shadow: 0px 7px 15px 0px #0000001A, 0px 27px 27px 0px #00000017, 0px 61px 37px 0px #0000000D, 0px 109px 43px 0px #00000003, 0px 170px 48px 0px #00000000;

}

@media (max-width: 1024px) {
  #new_home #resources .resources_container .ebook-card {
    height: 450px;
  }
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .ebook-card {
    height: 400px;
    border-radius: 20px;
  }
  .back-layer{
    display: none;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .ebook-card {
    height: 360px;
    border-radius: 16px;
  }
}

#new_home #resources .resources_container .card-background {
  /* background-color: #00000080; */
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}

#new_home #resources .resources_container .card-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#new_home #resources .resources_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

#new_home #resources .resources_container .ebook-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .ebook-card-content {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .ebook-card-content {
    padding: 24px 20px;
  }
}

#new_home #resources .resources_container .ebook-title {
  font-family: 'outfit', sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  #new_home #resources .resources_container .ebook-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .ebook-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .ebook-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

#new_home #resources .resources_container .ebook-description {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto 32px;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .ebook-description {
    font-size: 15px;
    margin-bottom: 28px;
    max-width: 600px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .ebook-description {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}

#new_home #resources .resources_container .download-btn {
  font-family: 'SF Pro Display', sans-serif;
  padding: 16px 24px;
  background-color: #ffffff;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#new_home #resources .resources_container .download-btn:hover {
  background-color: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#new_home #resources .resources_container .download-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .download-btn {
    padding: 14px 36px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .download-btn {
    padding: 13px 32px;
    font-size: 14px;
  }
}


#new_home .footer {
  background: url("/v1/assets/images/footer.png") no-repeat;
  width: 100%;
  color: #9ca3af;
  padding: 80px 60px 80px 100px;
  background-size: 100% 100%;

}

@media (max-width: 768px) {
  #new_home .footer {
    padding: 24px;
    background: #000000;
  }
}



#new_home .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 !important;
}

#new_home .footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 0.8fr;
  gap: 30px;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  #new_home .footer-content {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 992px) {
  #new_home .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

@media (max-width: 768px) {
  #new_home .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#new_home .footer-brand {
  max-width: 480px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  #new_home .footer-brand {
    max-width: 100%;
    grid-column: 1/-1;
  }
}

#new_home .logo {
  margin-bottom: 20px;

}

@media screen and (max-width: 768px) {
  #new_home .logo {
  margin-bottom: 24px;

}
}
#new_home .logo img {
  height: 50px;
  width: auto;
}

@media (max-width: 480px) {
  #new_home .logo img {
    height: 45px;
  }
}

#new_home .footer-tagline {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  #new_home .footer-tagline {
    font-size: 12px;
    line-height: 17px;
  }
}

#new_home .social-links {
  display: flex;
  gap: 20px;
}

#new_home .social-links a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #2A2A2A;
  border-radius: 50%;
  color: #9ca3af;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

#new_home .social-links a:hover {
  background-color: #1f2937;
  border-color: #4b5563;
  color: #ffffff;
  transform: translateY(-2px);
}

#new_home .social-links a svg {
  width: 20px;
  height: 20px;
}



@media (max-width: 1200px) {
  #new_home .footer-column:last-child {
    grid-column: 1/-1;
  }
}

@media (max-width: 576px) {
  #new_home .footer-column:last-child {
    grid-column: auto;
  }
}

#new_home .column-title {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #new_home .column-title {
    margin-bottom: 16px;
  }
}

#new_home .footer-links {
  list-style: none;
}

#new_home .footer-links li {
  margin-bottom: 12px;
}

#new_home .footer-links li:last-child {
  margin-bottom: 0;
}

#new_home .footer-links li a {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

#new_home .footer-links li a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  #new_home .footer-links li a {
    font-size: 13px;
  }
}

#new_home .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #1f2937;
  text-align: center;
}

@media (max-width: 768px) {
  #new_home .footer-bottom {
    padding-top: 28px;
  }
}

@media (max-width: 480px) {
  #new_home .footer-bottom {
    padding-top: 24px;
  }
}

#new_home .copyright {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}

@media (max-width: 480px) {
  #new_home .copyright {
    font-size: 13px;
  }
}

/* Advisor profile modal */
.advisor-modal {
  padding-right: 0 !important;
}

.advisor-modal .modal-dialog {
  max-width: 640px;
  margin: 0 auto;
}

.advisor-modal .modal-content {
  background: #1F1F1F;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.advisor-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 3;
  padding: 0;
}

.advisor-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

.advisor-modal-close:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.18);
}

.advisor-modal-body {
  padding: 32px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.advisor-modal-body::-webkit-scrollbar {
  width: 6px;
}

.advisor-modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.advisor-modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.advisor-modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

.advisor-modal-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  padding-right: 60px;
}

.advisor-modal-photo {
  width: 116px;
  height: 116px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.advisor-modal-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center top;
}

.advisor-modal-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.advisor-modal-name {
  font-family: 'outfit', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.advisor-modal-role {
  font-family: 'outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4ADE80;
  display: inline-block;
}

.advisor-modal-bio {
  font-family: 'outfit', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px;
  font-weight: 400;
}

.advisor-modal-achievements-title {
  font-family: 'outfit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.advisor-modal-achievements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advisor-modal-achievements-list li {
  position: relative;
  padding-left: 22px;
  font-family: 'outfit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}

.advisor-modal-achievements-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ADE80;
}

.advisor-modal-achievements-list li:last-child {
  margin-bottom: 0;
}

body.advisor-modal-open .modal-backdrop,
body.advisor-modal-open .modal-backdrop.show,
body.advisor-modal-open .modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .advisor-modal .modal-dialog {
    margin: 16px;
  }
  .advisor-modal .modal-content {
    border-radius: 18px;
  }
  .advisor-modal-body {
    padding: 28px 16px 28px 24px;
    max-height: calc(100vh - 32px);
  }
  .advisor-modal-close {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
  }
  .advisor-modal-head {
    gap: 16px;
    margin-bottom: 22px;
    padding-right: 44px;
  }
  .advisor-modal-photo {
    width: 88px;
    height: 88px;
    border-radius: 12px;
  }
  .advisor-modal-name {
    font-size: 22px;
  }
  .advisor-modal-role {
    font-size: 14px;
  }
  .advisor-modal-bio {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .advisor-modal-achievements-title {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .advisor-modal-achievements-list li {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 12px;
  }
  .advisor-modal-achievements-list li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 480px) {
  .advisor-modal-head {
    flex-direction: row;
    align-items: center;
    padding-right: 40px;
  }
  .advisor-modal-photo {
    width: 72px;
    height: 72px;
  }
  .advisor-modal-name {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* =========================================
   Students Feedback / Testimonials Section
   ========================================= */

/* Scroll-triggered entry animations */
#new_home #about-us h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

#new_home #about-us.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}

#new_home #about-us .feedback-card {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

#new_home #about-us.in-view .feedback-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

#new_home #about-us.in-view .feedback-card:nth-child(1) { transition-delay: 0.20s, 0.20s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(2) { transition-delay: 0.32s, 0.32s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(3) { transition-delay: 0.44s, 0.44s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(4) { transition-delay: 0.56s, 0.56s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(5) { transition-delay: 0.68s, 0.68s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(6) { transition-delay: 0.80s, 0.80s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(7) { transition-delay: 0.92s, 0.92s, 0s, 0s; }
#new_home #about-us.in-view .feedback-card:nth-child(8) { transition-delay: 1.04s, 1.04s, 0s, 0s; }


#new_home #about-us .feedback-slider {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}

#new_home #about-us .feedback-track {
  display: flex;
  gap: 24px;
  transition: transform 0.7s cubic-bezier(0.45, 0.05, 0.2, 1);
  will-change: transform;
}

#new_home #about-us .feedback-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #E8F4F8;
  border-radius: 16px;
  padding: 22px 20px;
  flex: 0 0 calc((100% - 48px) / 3);
  box-sizing: border-box;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0px 2px 12px 0px #0000000A;

}

#new_home #about-us .feedback-card:hover {
   box-shadow: 0px 8.24px 30.9px 0px #1471871F;
}

#new_home #about-us .feedback-card.is-active {
  border: 1.5px solid #147187;
  box-shadow: 0px 8.24px 30.9px 0px #1471871F;
  border-top:0;

}

#new_home #about-us .feedback-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

#new_home #about-us .feedback-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #F1F1F1;
}

#new_home #about-us .feedback-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#new_home #about-us .feedback-user {
  min-width: 0;
  flex: 1;
}

#new_home #about-us .feedback-name {
   font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 2px;
  line-height: 22px;
}

#new_home #about-us .feedback-uni {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  margin: 0;
  line-height: 18px;
}

#new_home #about-us .feedback-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

#new_home #about-us .feedback-rating .star {
  color: #FBAA1B;
  font-size: 12px;
  line-height: 1;
}

#new_home #about-us .feedback-text {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  margin: 0;
}

#new_home #about-us .feedback-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#new_home #about-us .feedback-cta-btn {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  background-color: #1A8E9D;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#new_home #about-us .feedback-cta-btn:hover {
  background-color: #157481;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(26, 142, 157, 0.25);
  color: #ffffff;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 1024px) {
  #new_home #about-us {
    padding: 60px 20px;
  }
  #new_home #about-us .feedback-track {
    gap: 20px;
  }
  #new_home #about-us .feedback-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  #new_home #about-us .feedback-slider {
    margin-bottom: 40px;
  }
  #new_home #about-us .section-heading {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #new_home #about-us {
    padding: 48px 16px;
  }
  #new_home #about-us .feedback-intro {
    margin-bottom: 40px;
  }
  #new_home #about-us .trust-badge {
    font-size: 12px;
    padding: 8px 20px;
    letter-spacing: 0.4px;
  }
  #new_home #about-us .section-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  #new_home #about-us .section-description {
    font-size: 15px;
    line-height: 22px;
  }
  #new_home #about-us .feedback-track {
    gap: 16px;
  }
  #new_home #about-us .feedback-card {
    flex: 0 0 100%;
    padding: 22px;
  }
  #new_home #about-us .feedback-card.is-active {
    padding: 22px;
  }
  #new_home #about-us .feedback-slider {
    margin-bottom: 32px;
  }
  #new_home #about-us .feedback-name {
    font-size: 16px;
  }
  #new_home #about-us .feedback-uni {
    font-size: 13px;
  }
  #new_home #about-us .feedback-text {
    font-size: 14px;
    line-height: 22px;
  }
  #new_home #about-us .feedback-rating .star {
    font-size: 18px;
  }
  #new_home #about-us .feedback-cta-btn {
    padding: 12px 36px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #new_home #about-us .feedback-avatar {
    width: 46px;
    height: 46px;
  }
}

/*# sourceMappingURL=index.css.map */