#gac .hero-section {
  background: url("/v1/assets/images/serviceHerobg.png") no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 240px 40px 80px 40px;
  text-align: center;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1024px) {
  #gac .hero-section {
    padding: 180px 20px 60px 20px;
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  #gac .hero-section {
    padding: 100px 20px 30px 20px;
    border-radius: 0 0 16px 16px;
  }
}
#gac .hero-section .hero-content {
  max-width: 1185px;
  margin: 0 auto;
}
#gac .hero-section .hero-content h1 {
  font-family: "outfit", sans-serif;
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 72px;
  color: white;
}
@media screen and (max-width: 1024px) {
  #gac .hero-section .hero-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #gac .hero-section .hero-content h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
#gac .hero-section .hero-content p {
  font-family: "SF Pro Display", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #dedede;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #gac .hero-section .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #gac .hero-section .hero-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
#gac .scholarship-section {
  padding: 80px 20px;
}
@media screen and (max-width: 1024px) {
  #gac .scholarship-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #gac .scholarship-section {
    padding: 24px;
  }
}
#gac .scholarship-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 !important;
}
#gac .scholarship-section .title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #gac .scholarship-section .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #gac .scholarship-section .title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
  }
}
#gac .scholarship-section .descrition {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #gac .scholarship-section .descrition {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
    text-align: center;
  }
}
#gac .scholarship-section .list {
  max-width: 500px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
#gac .scholarship-section .list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
#gac .scholarship-section .list li p {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  color: #777777;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #gac .scholarship-section .list li p {
    font-size: 14px;
    line-height: 18px;
  }
}
#gac .advisor-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1024px) {
  #gac .advisor-section {
    padding: 60px 20px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  #gac .advisor-section {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
}
#gac .advisor-section .wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  #gac .advisor-section .wrapper {
    gap: 60px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #gac .advisor-section .wrapper {
    gap: 0px;
  }
  #gac .advisor-section .wrapper .content-left {
    display: contents;
  }
}
#gac .advisor-section .wrapper .content-left {
  flex: 1;
  max-width: 600px;
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .content-left {
    max-width: 100%;
  }
}
#gac .advisor-section .wrapper .content-left .label {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #dcdcdc;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .content-left .label {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
#gac .advisor-section .wrapper .content-left .heading {
  font-family: "outfit", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  #gac .advisor-section .wrapper .content-left .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .content-left .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
#gac .advisor-section .wrapper .content-left .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #777777;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .content-left .description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: left;
  }
}
#gac .advisor-section .wrapper .content-left .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #147187;
  color: #f6f6f6;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#gac .advisor-section .wrapper .content-left .cta-button:hover {
  background-color: #156070;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 123, 142, 0.3);
}
#gac .advisor-section .wrapper .content-left .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .content-left .cta-button {
    padding: 12px 20px;
    order: 5;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
}
#gac .advisor-section .wrapper .images-right {
  flex-shrink: 0;
  width: 525px;
  position: relative;
}
@media (max-width: 1024px) {
  #gac .advisor-section .wrapper .images-right {
    width: 350px;
  }
}
@media (max-width: 768px) {
  #gac .advisor-section .wrapper .images-right {
    width: 100%;
    order: 4;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 15px;
}
@media only screen and (max-width: 400px) {
  #gac .advisor-section .wrapper .images-right .image-grid {
    grid-template-columns: 1fr !important;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #e0e0e0;
  position: relative;
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item.image1 {
  max-width: 200px;
  min-width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  #gac .advisor-section .wrapper .images-right .image-grid .image-item.image1 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item.image2 {
  max-width: 240px;
  min-width: 240px;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  #gac .advisor-section .wrapper .images-right .image-grid .image-item.image2 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item.image3 {
  max-width: 260px;
  min-width: 260px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (max-width: 768px) {
  #gac .advisor-section .wrapper .images-right .image-grid .image-item.image3 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item.image4 {
  max-width: 280px;
  min-width: 280px;
  height: 240px;
}
@media only screen and (max-width: 768px) {
  #gac .advisor-section .wrapper .images-right .image-grid .image-item.image4 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
#gac .advisor-section .wrapper .images-right .image-grid .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#gac .info-cards-section {
  max-width: 1390px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  #gac .info-cards-section {
    padding: 0 24px;
  }
}
#gac .info-cards-section .info-card {
  display: flex;
  align-items: center;
  gap: 130px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #gac .info-cards-section .info-card {
    gap: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }
  #gac .info-cards-section .info-card .card-content {
    display: contents;
  }
}
#gac .info-cards-section .info-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card.nd-card {
    margin-top: 90px;
  }
  #gac .info-cards-section .info-card.nd-card .heading {
    order: 5;
  }
  #gac .info-cards-section .info-card.nd-card .description {
    order: 6;
  }
  #gac .info-cards-section .info-card.nd-card .card-visual {
    order: 7;
  }
  #gac .info-cards-section .info-card.nd-card .cta-button {
    order: 8;
    margin-top: 24px;
  }
}
#gac .info-cards-section .info-card .card-visual {
  flex: 1;
  max-width: 540px;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual {
    order: 3;
  }
}
#gac .info-cards-section .info-card .card-visual.testimonial-card {
  background: #004a5a;
  border-radius: 24px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card {
    padding: 30px;
  }
}
@media screen and (max-width: 460px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card {
    padding: 24px 24px 48px 24px;
  }
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .profile-section .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0e0e0;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .profile-section .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .profile-section .profile-info .name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .profile-section .profile-info .location {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ababab;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 40px;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .stars .star {
  color: #fbaa1b;
  font-size: 24px;
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .quote-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card .quote-icon {
    display: none;
  }
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  padding: 0 24px 21px;
}
@media screen and (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card .testimonial-text {
    font-size: 14px;
    line-height: 18px;
  }
}
#gac .info-cards-section .info-card .card-visual.testimonial-card .quote-icon-end {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card .quote-icon-end {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.testimonial-card .testimonial-btn {
    order: 4;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual {
    height: 250px;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport {
  position: absolute;
  width: 180px;
  height: 240px;
  background-color: #2c4a6e;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 25px;
  color: #ffffff;
  transform: rotate(-8deg);
  z-index: 2;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .passport {
    width: 160px;
    height: 220px;
    padding: 20px;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport .passport-header {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .passport .passport-header {
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport .globe-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .passport .globe-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport .visa-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport .visa-section .photo {
  width: 40px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .passport .visa-section .photo {
    width: 35px;
    height: 45px;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .passport .visa-section .visa-text {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .passport .visa-section .visa-text {
    font-size: 1.1rem;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .approved-stamp {
  position: absolute;
  width: 160px;
  height: 140px;
  background-color: #ffffff;
  border: 4px solid #2ecc71;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 3;
  right: 20px;
  top: 50%;
  margin-top: -70px;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .approved-stamp {
    width: 140px;
    height: 120px;
    right: 10px;
  }
}
#gac .info-cards-section .info-card .card-visual.passport-visual .approved-stamp .stamp-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2ecc71;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-visual.passport-visual .approved-stamp .stamp-text {
    font-size: 1.5rem;
  }
}
#gac .info-cards-section .info-card .card-content {
  flex: 1;
}
#gac .info-cards-section .info-card .card-content .heading {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #gac .info-cards-section .info-card .card-content .heading {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-content .heading {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
    order: 1;
  }
}
@media (max-width: 480px) {
  #gac .info-cards-section .info-card .card-content .heading {
    font-size: 24px;
    line-height: 30px;
  }
}
#gac .info-cards-section .info-card .card-content .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-content .description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    order: 2;
  }
}
#gac .info-cards-section .info-card .card-content .description:last-of-type {
  margin-bottom: 30px;
}
#gac .info-cards-section .info-card .card-content .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #1a7b8e;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#gac .info-cards-section .info-card .card-content .cta-button:hover {
  background-color: #156070;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 123, 142, 0.3);
}
#gac .info-cards-section .info-card .card-content .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #gac .info-cards-section .info-card .card-content .cta-button {
    padding: 12px 26px;
    width: 100%;
    text-align: center;
  }
}
#gac .cv-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  #gac .cv-section {
    padding: 60px 20px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #gac .cv-section {
    flex-direction: column;
    padding: 24px;
    gap: 30px;
  }
}
#gac .cv-section .left-content {
  flex: 1;
  max-width: 550px;
}
@media (max-width: 768px) {
  #gac .cv-section .left-content {
    max-width: 100%;
  }
}
#gac .cv-section .left-content .main-heading {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #gac .cv-section .left-content .main-heading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #gac .cv-section .left-content .main-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
#gac .cv-section .left-content .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #gac .cv-section .left-content .description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    text-align: center;
  }
}
#gac .cv-section .left-content .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #147187;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
  margin-top: 10px;
}
#gac .cv-section .left-content .cta-button:hover {
  background-color: #156070;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 123, 142, 0.3);
}
#gac .cv-section .left-content .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #gac .cv-section .left-content .cta-button {
    padding: 12px 24px;
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
  }
}
#gac .cv-section .right-features {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  #gac .cv-section .right-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
#gac .cv-section .right-features .feature-card {
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 24px;
  transition: all 0.3s ease;
}
#gac .cv-section .right-features .feature-card:nth-child(2), #gac .cv-section .right-features .feature-card:nth-child(4) {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  #gac .cv-section .right-features .feature-card:nth-child(2), #gac .cv-section .right-features .feature-card:nth-child(4) {
    top: 0;
  }
}
#gac .cv-section .right-features .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  #gac .cv-section .right-features .feature-card {
    padding: 24px 72px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
#gac .cv-section .right-features .feature-card .icon-wrapper {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
#gac .cv-section .right-features .feature-card .feature-title {
  font-family: "outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
  line-height: 30px;
}
@media (max-width: 768px) {
  #gac .cv-section .right-features .feature-card .feature-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
}
#gac .cv-section .right-features .feature-card .feature-description {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  #gac .cv-section .right-features .feature-card .feature-description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
#gac .pricing-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media (max-width: 768px) {
  #gac .pricing-section {
    padding: 24px;
  }
}
#gac .pricing-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #gac .pricing-section .section-header {
    margin-bottom: 24px;
  }
}
#gac .pricing-section .section-header .label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  #gac .pricing-section .section-header .label {
    font-size: 12px;
  }
}
#gac .pricing-section .section-header .main-title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #gac .pricing-section .section-header .main-title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  #gac .pricing-section .section-header .main-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
  }
}
#gac .pricing-section .section-header .subtitle {
  font-family: "outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
@media (max-width: 768px) {
  #gac .pricing-section .section-header .subtitle {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
#gac .pricing-section .pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  #gac .pricing-section .pricing-cards {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card.scholar-pro {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card.scholar-pro {
    margin: 0 !important;
  }
}
#gac .pricing-section .pricing-cards .pricing-card {
  border-radius: 20px;
  padding: 32px 20px 40px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card {
    padding: 26px 20px 32px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
#gac .pricing-section .pricing-cards .pricing-card .student-card-head {
  background-color: #ffffff;
}
#gac .pricing-section .pricing-cards .pricing-card.essentials-card {
  padding: 0 !important;
}
#gac .pricing-section .pricing-cards .pricing-card .pro-body {
  padding: 32px 20px 32px;
}
#gac .pricing-section .pricing-cards .pricing-card .essential-head {
  background: linear-gradient(130.35deg, #ffffff -51.85%, #ffdace 100.16%);
  padding: 32px 20px 32px;
}
#gac .pricing-section .pricing-cards .pricing-card .essential-head .popular {
  font-family: "outfit", sans-serif;
  position: absolute;
  top: -1px;
  right: -6px;
  background-color: #fa5238;
  color: #ffffff;
  padding: 8px 16px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#gac .pricing-section .pricing-cards .pricing-card .essential-body {
  padding: 32px 20px 32px;
}
#gac .pricing-section .pricing-cards .pricing-card .popular-card-head {
  background: #effaf5;
  padding: 32px 20px 24px;
  position: relative;
}
#gac .pricing-section .pricing-cards .pricing-card .essential-card-head {
  background: #ffffff;
  position: relative;
}
#gac .pricing-section .pricing-cards .pricing-card.student-plan {
  border: 1px solid #dcdcdc;
}
#gac .pricing-section .pricing-cards .pricing-card.scholar-pro {
  border: 1px solid #147187;
  margin: 18px 0;
}
#gac .pricing-section .pricing-cards .pricing-card.scholar-plan {
  border: 1px solid #dcdcdc;
}
#gac .pricing-section .pricing-cards .pricing-card .icon-wrapper {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
#gac .pricing-section .pricing-cards .pricing-card .icon-wrapper.essentials {
  color: #fa5238;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
#gac .pricing-section .pricing-cards .pricing-card .icon-wrapper.gray span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #454545;
  text-transform: uppercase;
}
#gac .pricing-section .pricing-cards .pricing-card .icon-wrapper.teal .premium {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #147187;
  text-transform: uppercase;
}
#gac .pricing-section .pricing-cards .pricing-card .plan-name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .plan-name {
    font-size: 15px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .plan-description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  color: #7c818f;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .plan-description {
    font-size: 14px;
    line-height: 18px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .price {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .price {
    margin-bottom: 12px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .price .amount {
  font-family: "outfit", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .price .amount {
    font-size: 32px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .price .period {
  font-size: 24px;
  color: #939393;
  margin-left: 3px;
}
#gac .pricing-section .pricing-cards .pricing-card .features-list {
  list-style: none;
  margin-bottom: 35px;
}
#gac .pricing-section .pricing-cards .pricing-card .features-list li {
  font-family: "SF Pro Display", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #7c818f;
  line-height: 20px;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .features-list li {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .features-list li:last-child {
  margin-bottom: 0;
}
#gac .pricing-section .pricing-cards .pricing-card .features-list li .feature-text {
  font-size: 16px;
  line-height: 20px;
}
#gac .pricing-section .pricing-cards .pricing-card .features-list li .check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f57354;
  border: 1px solid #f57354;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button {
  font-family: "SF Pro Display", sans-serif;
  width: 100%;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  #gac .pricing-section .pricing-cards .pricing-card .cta-button {
    padding: 14px 28px;
    font-size: 14px;
  }
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.outline {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  color: #6c757d;
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.outline:hover {
  background-color: #f5f5f5;
  border-color: #b0b0b0;
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.teal {
  background-color: #147187;
  color: #f6f6f6;
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.teal:hover {
  background-color: #156070;
  box-shadow: 0 6px 20px rgba(26, 123, 142, 0.3);
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.orange {
  background-color: #fa5238;
  color: #f6f6f6;
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button.orange:hover {
  background-color: #ff5436;
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.3);
}
#gac .pricing-section .pricing-cards .pricing-card .cta-button:active {
  transform: translateY(1px);
}
#gac .video-section {
  text-align: center;
  padding: 80px 20px;
}
@media screen and (max-width: 1024px) {
  #gac .video-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #gac .video-section {
    padding: 24px;
  }
}
#gac .video-section .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 !important;
}
#gac .video-section .video-heading {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #gac .video-section .video-heading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #gac .video-section .video-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
#gac .video-section .video-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #gac .video-section .video-wrapper {
    width: 100%;
  }
}
#gac .video-section .video-wrapper video {
  min-width: 1120px;
  max-width: 1120px;
  height: 426px;
  border-radius: 24px;
  display: block;
  object-fit: cover;
  background-color: #000;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  #gac .video-section .video-wrapper video {
    width: 100%;
    height: auto;
    min-width: initial;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #gac .video-section .video-wrapper video {
    height: 150px;
  }
}
#gac .video-section .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: transform 0.2s ease;
}
#gac .video-section .video-wrapper .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
#gac .video-section .video-wrapper .play-btn svg {
  width: 80px;
  height: 80px;
}
#gac .success-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #gac .success-section {
    padding: 24px;
  }
}
#gac .success-section .section-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #gac .success-section .section-header {
    margin-bottom: 24px;
  }
}
#gac .success-section .section-header .main-title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #gac .success-section .section-header .main-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #gac .success-section .section-header .main-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
#gac .success-section .section-header .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #777777;
}
@media (max-width: 768px) {
  #gac .success-section .section-header .description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
#gac .success-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #gac .success-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}
#gac .success-section .testimonials-grid .testimonial-card {
  background-color: #f5fafd;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: -1px -1px 0px 0px rgba(0, 156, 249, 0.5019607843);
}
#gac .success-section .testimonials-grid .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#gac .success-section .testimonials-grid .testimonial-card .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#gac .success-section .testimonials-grid .testimonial-card .profile-section .avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#gac .success-section .testimonials-grid .testimonial-card .profile-section .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gac .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
#gac .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .university {
  font-size: 14px;
  font-weight: 500;
  color: #676767;
  line-height: 1.4;
}
#gac .success-section .testimonials-grid .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
#gac .success-section .testimonials-grid .testimonial-card .stars .star {
  color: #fbaa1b;
  font-size: 16px;
}
#gac .success-section .testimonials-grid .testimonial-card .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  #gac .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 14px;
    line-height: 18px;
  }
}
#gac .success-section .see-more-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000000;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#gac .success-section .see-more-button:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#gac .success-section .see-more-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #gac .success-section .see-more-button {
    padding: 12px 20px;
    background-color: #147187;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    border: transparent;
  }
}
#gac .ebook-section {
  padding: 80px 20px;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #gac .ebook-section {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section {
    padding: 40px 16px;
  }
}
#gac .ebook-section .ebook-container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
#gac .ebook-section .back-layer {
  position: absolute;
  top: 50px;
  right: 64px;
  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 rgba(0, 0, 0, 0.1019607843), 0px 27px 27px 0px rgba(0, 0, 0, 0.0901960784), 0px 61px 37px 0px rgba(0, 0, 0, 0.0509803922), 0px 109px 43px 0px rgba(0, 0, 0, 0.0117647059), 0px 170px 48px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  #gac .ebook-section .back-layer {
    display: none;
  }
}
#gac .ebook-section .ebook-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  height: 560px;
  border: 8px solid #ffffff;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1019607843), 0px 27px 27px 0px rgba(0, 0, 0, 0.0901960784), 0px 61px 37px 0px rgba(0, 0, 0, 0.0509803922), 0px 109px 43px 0px rgba(0, 0, 0, 0.0117647059), 0px 170px 48px 0px rgba(0, 0, 0, 0);
  background: #858585;
}
@media (max-width: 1024px) {
  #gac .ebook-section .ebook-card {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #gac .ebook-section .ebook-card {
    height: 400px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section .ebook-card {
    height: 360px;
    border-radius: 16px;
  }
}
#gac .ebook-section .card-background {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}
#gac .ebook-section .card-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gac .ebook-section .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%);
}
#gac .ebook-section .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) {
  #gac .ebook-section .ebook-card-content {
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section .ebook-card-content {
    padding: 24px 20px;
  }
}
#gac .ebook-section .ebook-title {
  font-family: "outfit", sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #gac .ebook-section .ebook-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #gac .ebook-section .ebook-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section .ebook-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
#gac .ebook-section .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) {
  #gac .ebook-section .ebook-description {
    font-size: 15px;
    margin-bottom: 28px;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section .ebook-description {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
#gac .ebook-section .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);
}
#gac .ebook-section .download-btn:hover {
  background-color: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
#gac .ebook-section .download-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #gac .ebook-section .download-btn {
    padding: 14px 36px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #gac .ebook-section .download-btn {
    padding: 13px 32px;
    font-size: 14px;
  }
}
