@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 {
  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: 300px 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 {
  animation: slideUp 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;
  overflow: hidden;

}

#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 slideUp {
  0% {
    transform: translateY(0);
  }

  33.33% {
    transform: translateY(-120px);
  }

  66.66% {
    transform: translateY(-240px);
  }

  100% {
    transform: translateY(0);
  }
}

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




#new_home .hero .content .hero-title {
  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-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

@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 {
  padding: 16px 24px;
  background-color: #147187;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

#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 {
  color: #000000;
  font-size: 24px;
  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: all 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-size: 48px;
  line-height: 60px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 500;
  max-width: 1030px;
  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-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1194px;
  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: 1320px;
  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: 10px 30px 50px 0px rgba(0, 0, 0, 0.0509803922);
  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: 0 4px 16px rgba(0, 0, 0, 0.12);
}

#new_home #services .card-title {
  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-size: 20px;
  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 {
  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 #teams {
  margin-top: 100px;
  padding: 0 20px;
}

#new_home #teams h2 {
  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;
}

@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-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

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

#new_home #teams .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  overflow: hidden;
  padding: 0 20px;
}

#new_home #teams .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

#new_home #teams .carousel-container .card {
  flex: 0 0 25%;
  background: #fff;
  border-radius: 24px;
  box-shadow: -1px 10px 15px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 40px 30px;
  margin-right: 20px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #new_home #teams .carousel-container .card {
    padding: 30px 20px;
  }
  #new_home #teams .carousel-container .card h3 {
  font-size: 16px;
  line-height: 22px;
}
}

#new_home #teams .carousel-container .card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 20px;
  margin-top: 0;
}

#new_home #teams .carousel-container .card p {
  color: #1E1E1E;
  font-size: 20px;
  line-height: 1.5;
  font-size: 400;
  margin-bottom: 48px;
  flex-grow: 1;
}

#new_home #teams .carousel-container .card .learn-btn {
  background: #147187;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
  transition: background 0.3s ease;
}

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

#new_home #teams .carousel-container .card .icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new_home #teams .carousel-container .carousel-controls {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

#new_home #teams .carousel-container .carousel-controls button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #B8B5B5;
  background: white;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #new_home #teams .carousel-container .carousel-controls button {
    width: 36px;
    height: 36px;
  }
}

#new_home #teams .carousel-container .carousel-controls button:hover {
  border-color: #000;
}

#new_home #teams .carousel-container .carousel-controls button.next {
  border-color: #000;
}

@media (max-width: 1024px) {
  #new_home #teams .carousel-container .card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  #new_home #teams .carousel-container .card {
    flex: 0 0 100%;
  }
}

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

#new_home #track_record .container {
  max-width: 1360px;
  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-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-size: 20px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 20px;
}

#new_home #track_record .content .advisor-btn {
  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: 60px 20px;
  }
}

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

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

#new_home .section-title {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

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

@media (max-width: 480px) {
  #new_home .section-title {
    font-size: 28px;
  }
}

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

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

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

#new_home .advisor-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

#new_home .advisor-card:hover .advisor-image img {
  transform: scale(1.05);
}

#new_home .advisor-card.featured .advisor-image {
  height: 340px;
}

@media (max-width: 1200px) {
  #new_home .advisor-card.featured .advisor-image {
    height: 250px;
  }
}

#new_home .advisor-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.0784313725);
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}

#new_home .advisor-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(100%);
  border-radius: 24px;
  overflow: hidden;
}

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

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

#new_home .advisor-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: white;
}

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

#new_home .advisor-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
  font-weight: 400;
}

#new_home .advisor-bio {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
  font-weight: 400;
}

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

#new_home .view-more {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

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

#new_home .advisor-content .advisor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

#new_home .social-links a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

@media (max-width: 768px) {
  #new_home .cta-button-wrapper {
    margin-top: 40px;
  }
}

#new_home .contact-btn {
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 500;
  color: white;
  background: transparent;
  border: 2px solid #C5C5C5;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

#new_home #about-us {
  margin-top: 80px;
}

#new_home #about-us .banner {
  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-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 h2 img {
  width: 28px;
  height: 28px;
}

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

#new_home #about-us .service_details {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

#new_home #about-us .testimonials-section {
  padding: 80px 20px;
}

@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 32px;
  transition: all 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-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-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-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-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-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1194px;
  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;
}

@media screen and (max-width: 767px) {
  #new_home #advisor {
  margin-bottom: 20px;
  padding: 40px 20px;
}
  #new_home #advisor h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #new_home #advisor .service_details {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 60px;
}
}

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

#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);
  max-width: 680px;
  width: 100%;
}

#new_home #advisor .advisor_container .content .image-section img {
  width: 100%;
  border-radius: 36px;
  height: auto;
}

#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-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #00000099;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #new_home #advisor .advisor_container .content .text_sec p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

#new_home #advisor .advisor_container .content .text_sec .more_btn {
  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;
  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: all 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: all 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;
  background-size: 50% 50%;
  height: auto;
}

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

@media (max-width: 768px) {
  #new_home #faq-section {
    padding: 40px 16px;
  }
}

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

#new_home .faq-label {
  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: 14px;
    padding: 6px 12px;
  }
}

#new_home .faq-title {
  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: 36px;
    line-height: 42px;
  }
}

@media (max-width: 480px) {
  #new_home .faq-title {
    font-size: 28px;
    line-height: 34px;
  }
}

#new_home .faq-subtitle {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  #new_home .faq-subtitle {
    font-size: 15px;
  }
}

#new_home .ask-btn {
  padding: 18px 24px;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

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

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

#new_home .faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#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: 8px;
  }
}

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

#new_home .faq-question h3 {
  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: all 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-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 {
  border-color: #0d9488;
  box-shadow: 0 2px 12px rgba(13, 148, 136, 0.1);
}

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

#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-size: 16px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 60px;
  }
}

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

#new_home #resources .resources_container h2 {
  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-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

#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: 20px;
    margin-top: 70px;
  }
}

#new_home #resources .resources_container .resource-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  transition: all 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;
}

@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-size: 24px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 12px;
  line-height: 1.4;
}

@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-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 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #F57354;
  text-decoration: none;
  transition: all 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;
}

@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;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  height: 560px;
}

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

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

#new_home #resources .resources_container .card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#new_home #resources .resources_container .card-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(30%) brightness(0.7);
  border: 8px solid #fff;
  overflow: hidden;
  border-radius: 32px;
}

#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-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-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 {
  padding: 16px 24px;
  background-color: #ffffff;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: inherit;
}

#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 #resources .resources_container .card-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  pointer-events: none;
}

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

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

#new_home #resources .resources_container .card-layer.layer-1 {
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
  z-index: -1;
  opacity: 0.8;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .card-layer.layer-1 {
    top: -6px;
    right: -6px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-layer.layer-1 {
    top: -5px;
    right: -5px;
  }
}

#new_home #resources .resources_container .card-layer.layer-2 {
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%);
  z-index: -2;
  opacity: 0.6;
}

@media (max-width: 768px) {
  #new_home #resources .resources_container .card-layer.layer-2 {
    top: -12px;
    right: -12px;
  }
}

@media (max-width: 480px) {
  #new_home #resources .resources_container .card-layer.layer-2 {
    top: -10px;
    right: -10px;
  }
}

#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: 50px 20px 30px;
    background: #000000;
  }
}

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

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

#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: 576px) {
  #new_home .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

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

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

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

#new_home .footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 24px;
}

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

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

#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: all 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: 480px) {
  #new_home .social-links a {
    width: 36px;
    height: 36px;
  }

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

@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-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #new_home .column-title {
    font-size: 15px;
    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-size: 14px;
  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: 480px) {
  #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-size: 14px;
  color: #6b7280;
}

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

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