.hero-area {
  overflow: hidden;
}
.hero-area .hero-wrapper {
  overflow: initial;
}
.hero-area .hero-content .chat-ai-btn {
  box-shadow: 0px 12px 32px 0px rgba(168, 85, 247, 0.2);
  background: linear-gradient(183.09deg, #FFFFFF 32.2%, #F3E8FF 110.29%);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
}
.hero-area .hero-content .chat-ai-btn svg {
  width: 20px;
  height: 20px;
}
.hero-area .hero-content .chat-ai-btn span {
  color: #A855F7;
  font-weight: 600;
  font-size: 16px;
}
.hero-area .hero-content .hero-btn-wrapper {
  margin-bottom: 32px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .hero-area .hero-content .hero-btn-wrapper {
    max-width: 324px;
    margin-inline: 0;
  }
}
.hero-area .hero-content__title {
  margin-bottom: 20px;
}
.hero-area .hero-content__para {
  margin-bottom: 30px;
}
.hero-area .hero-content .list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748B;
  font-weight: 500;
  font-size: 18px;
}
.hero-area .hero-content .list li:not(:last-child) {
  margin-bottom: 20px;
}

.logo-area {
  background: #F8FAFC;
}
.logo-area.bg-style-light {
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}
.logo-area.bg-style-light .logo-text {
  color: #64748B;
}

.promo-list-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  gap: 10px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .promo-list-two {
    gap: 32px 16px;
    margin-bottom: 0;
  }
}
.promo-list-two li {
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 1.02px 12.72px 0px rgba(24, 33, 65, 0.0509803922);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.promo-list-two li img {
  width: 30px;
}
@media (min-width: 768px) {
  .promo-list-two li {
    width: 96px;
    height: 96px;
  }
  .promo-list-two li img {
    width: initial;
  }
}
.promo-list-two li p {
  color: #64748B;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
  margin-top: 2px;
  font-size: 8px;
}
@media (min-width: 768px) {
  .promo-list-two li p {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .promo-list-two {
    justify-content: center;
  }
}

.promo-content-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .promo-content-wrapper {
    gap: 92px;
    flex-wrap: nowrap;
  }
}

.promo-right-content {
  position: relative;
  max-width: 300px;
}
.promo-right-content::before {
  position: absolute;
  content: "";
  left: -40px;
  width: 1px;
  height: 150px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E2E8F0;
}
.promo-right-content h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 44px;
  margin: 0;
  margin-bottom: 10px;
}
.promo-right-content p {
  color: #F1F5F9;
  font-weight: 600;
}

@media (max-width: 575px) {
  .ulimate-tool-area.style-two {
    padding-block: 64px;
  }
  .ulimate-tool-area.style-two .top-ulimate-tool-content-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .ulimate-tool-area.style-two .ulimate-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ulimate-tool-area.style-two .ulimate-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ulimate-tool-area.style-two .ulimate-card {
  text-align: start;
}
@media (max-width: 991px) {
  .ulimate-tool-area.style-two .ulimate-card {
    width: 100%;
  }
}
.ulimate-tool-area.style-two .ulimate-card:nth-of-type(2) {
  background: linear-gradient(360deg, #000000 0%, #1E3A8A 100%);
}
.ulimate-tool-area.style-two .ulimate-card:nth-of-type(2) .ulimate-card__content h3 {
  color: #FFFFFF;
}
.ulimate-tool-area.style-two .ulimate-card:nth-of-type(2) .ulimate-card__content p {
  color: #CBD5E1;
}
.ulimate-tool-area.style-two .ulimate-card:nth-of-type(3) {
  background: linear-gradient(180deg, #DBEAFE 0%, #93C5FD 147.32%);
}
.ulimate-tool-area.style-two .ulimate-card__thumb video {
  height: 100%;
  display: block;
}
.ulimate-tool-area.style-two .ulimate-card__content {
  padding: 30px 40px 0;
}
.ulimate-tool-area.style-two .ulimate-card__content h3 {
  max-width: 100%;
  margin: 0;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .ulimate-tool-area.style-two .ulimate-card__content h3 {
    margin-bottom: 24px;
  }
}
.ulimate-tool-area.style-two .ulimate-card__content p {
  color: #334155;
  margin: 0;
}

.top-ulimate-tool-content-wrapper {
  max-width: 1240px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.top-ulimate-tool-content-wrapper .top-ulimate-tool-left-content .extension-button {
  margin-bottom: 12px;
  background: linear-gradient(183.09deg, rgba(219, 234, 254, 0.5) 32.2%, rgba(96, 165, 250, 0.5) 110.29%);
  box-shadow: 0px 20px 60px 0px rgba(27, 110, 255, 0.4);
}
.top-ulimate-tool-content-wrapper .top-ulimate-tool-left-content .extension-button span {
  color: #FFFFFF;
}
.top-ulimate-tool-content-wrapper .top-ulimate-tool-left-content .title {
  color: #FFFFFF;
  font-weight: 600;
  max-width: 700px;
  font-size: 28px;
}
@media (min-width: 576px) {
  .top-ulimate-tool-content-wrapper .top-ulimate-tool-left-content .title {
    font-size: 38px;
  }
}
.top-ulimate-tool-content-wrapper .top-ulimate-tool-right-content p {
  font-size: 18px;
  color: #E2E8F0;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}

.advanced-tool-area {
  padding-block: 100px;
}
.advanced-tool-area .advanced-tool-card.style-four {
  background: linear-gradient(180deg, #FFF7ED 0%, #FED7AA 100%);
}
@media (max-width: 575px) {
  .advanced-tool-area {
    padding-block: 64px;
  }
  .advanced-tool-area .advanced-tool-card.style-one p {
    max-width: 100%;
  }
  .advanced-tool-area .advanced-tool-card.style-two {
    min-height: 260px;
  }
  .advanced-tool-area .advanced-tool-card.style-two .card-content {
    padding-top: 0;
  }
  .advanced-tool-area .advanced-tool-card.style-three {
    min-height: 325px;
  }
  .advanced-tool-area .advanced-tool-card.style-three .card-content {
    width: 100%;
  }
  .advanced-tool-area .advanced-tool-card.style-three .card-thumb {
    width: 100%;
  }
  .advanced-tool-area .advanced-tool-card.style-four {
    min-height: 280px;
  }
  .advanced-tool-area .advanced-tool-card.style-four p {
    max-width: 100%;
  }
  .advanced-tool-area .advanced-tool-card.style-six p {
    max-width: 100%;
  }
}

.feature-area.style-two {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .feature-area.style-two .container {
    max-width: 1200px;
  }
}
.feature-area.style-two .feature-wrapper {
  max-width: 1150px;
  margin-inline: auto;
  margin: 0;
}
.feature-area.style-two .feature-wrapper:not(:last-child) {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .feature-area.style-two .feature-wrapper:not(:last-child) {
    padding-bottom: 160px;
  }
}
.feature-area.style-two .feature-wrapper .feature-thumb {
  width: 468;
  height: 456;
  border-radius: 32px;
}
.feature-area.style-two .feature-wrapper .feature-content {
  max-width: 485px;
  color: #1E293B;
}
.feature-area.style-two .feature-wrapper .feature-content .title {
  margin-bottom: 32px;
}
.feature-area.style-two .feature-wrapper .feature-content .subtitle {
  color: #1E293B;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-area.style-two .feature-wrapper .feature-content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 32px;
}
.feature-area.style-two .feature-wrapper .feature-content__bottom-content h4 {
  font-weight: 600;
}
.feature-area.style-two .feature-wrapper .feature-content__bottom-content p {
  color: #475569;
}
.feature-area .section-header {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .feature-area .section-header {
    padding-bottom: 64px;
  }
}
.feature-area .section-header h2 span {
  color: #3B82F6;
}

.logo-area .logo-slider-wrapper .logo-list img {
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* compare start */
.compares-area {
  background-color: #050A16;
  padding-block: 96px;
  position: relative;
}
.compares-area .college-tools-logo {
  position: absolute;
  left: 0;
  top: 93%;
  width: 100px;
}
@media (min-width: 992px) {
  .compares-area .college-tools-logo {
    top: 87%;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .compares-area .college-tools-logo {
    width: 241px;
  }
}
@media (min-width: 576px) {
  .compares-area {
    padding-block: 100px;
  }
}

.feature-table-wrapper {
  background: linear-gradient(360deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 24px 36px;
}
@media (min-width: 1200px) {
  .feature-table-wrapper {
    width: 780px;
  }
}
.feature-table-wrapper .feature-table {
  width: 100%;
  border-collapse: collapse;
}
.feature-table-wrapper .feature-table thead tr th {
  vertical-align: middle;
  background-color: transparent;
  padding: 15px 0;
  color: #94A3B8;
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.feature-table-wrapper .feature-table thead tr th:nth-child(1) {
  width: 350px;
}
.feature-table-wrapper .feature-table thead tr th:nth-child(2) {
  justify-content: center;
  width: 180px;
}
@media (max-width: 991px) {
  .feature-table-wrapper .feature-table thead tr th:nth-child(2) {
    width: 100px;
  }
  .feature-table-wrapper .feature-table thead tr th:nth-child(2) .th-college-content {
    width: 60px;
  }
}
.feature-table-wrapper .feature-table thead tr th:nth-child(3) {
  text-align: end;
  padding-left: 20px;
}
.feature-table-wrapper .feature-table tbody tr td {
  vertical-align: middle;
  background-color: transparent;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 500;
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.feature-table-wrapper .feature-table tbody tr td:nth-child(2) {
  background-color: #0162f5;
  text-align: center;
}
.feature-table-wrapper .feature-table tbody tr td:nth-child(1) {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .feature-table-wrapper .feature-table tbody tr td:nth-child(1) {
    font-size: 14px;
  }
}
.feature-table-wrapper .feature-table tbody tr td:nth-child(3) {
  text-align: center;
  padding-left: 20px;
}
.feature-table-wrapper .feature-table tbody tr:first-child td:nth-child(2) {
  border-radius: 11px 11px 0 0;
}
.feature-table-wrapper .feature-table tbody tr:last-child td:nth-child(2) {
  border-radius: 0px 0px 11px 11px;
}

.ai-logo-wrapper {
  width: 75px;
}
.ai-logo-wrapper div {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.ai-logo-wrapper div:last-child img {
  width: 20px;
}
.ai-logo-wrapper div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.compares-wrapper {
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .compares-wrapper {
    gap: 64px;
  }
}
@media (min-width: 992px) {
  .compares-wrapper .compares-left-content {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .compares-wrapper .compares-left-content {
    width: 415px;
  }
}
.compares-wrapper .compares-left-content .compares-content__title {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .compares-wrapper .compares-left-content .compares-content__title {
    font-size: 44px;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .compares-wrapper .compares-right-content {
    padding-left: 36px;
    width: calc(100% - 280px);
  }
}
@media (min-width: 1200px) {
  .compares-wrapper .compares-right-content {
    width: calc(100% - 415px);
  }
}

/* compare end */
.testimonial-style-two {
  -webkit-mask-image: none;
          mask-image: none;
}
@media (max-width: 991px) {
  .testimonial-style-two .testimonial-container {
    max-width: 100% !important;
    padding-inline: 0;
  }
}
@media (max-width: 575px) {
  .testimonial-style-two {
    padding-block: 64px;
  }
  .testimonial-style-two .testimonial-bottom-score-content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-style-two .container {
    padding-inline: 0;
  }
}
.testimonial-style-two .testimonial-card {
  padding-block: 18px;
}
.testimonial-style-two .testimonial-card .body-content {
  padding-top: 5px;
}
.testimonial-style-two .testimonial-card.card-style-two {
  min-height: auto;
}
.testimonial-style-two .testimonial-card .body-content p.client-say-text {
  margin-block: 12px;
}

@media (min-width: 992px) {
  .faq-area.new-update-faq {
    padding-bottom: 340px;
  }
}
@media (max-width: 575px) {
  .faq-area.new-update-faq {
    padding-bottom: 290px;
  }
}

.social-links {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .social-links {
    margin-top: 36px;
  }
}
.social-links li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links li a svg path {
  transition: all ease 0.3s;
}
.social-links li a:hover svg path {
  fill: #3B82F6;
}