/* Custom Fonts*/
/*Custom Fonts*/
/* ==========================================
   BREAKPOINTS
========================================== */
/* ==========================================
   SPACING
========================================== */
.common-margin {
  margin-block: clamp(50px, 8vw, 120px);
}
.top-margin {
  margin-top: clamp(32px, 3vw, 52px);
}
.mt-40 {
  margin-top: clamp(20px, 3vw, 40px);
}
.mt-64 {
  margin-block: clamp(32px, 3vw, 64px);
}
.inner-padding {
  padding-block: clamp(50px, 8vw, 100px);
}
.inner-margin {
  margin-block: clamp(50px, 8vw, 100px);
}
/* ==========================================
   TYPOGRAPHY
========================================== */
.primary-description {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.3;
}
.primary-description-lg {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  line-height: 1.3;
}
.primary-description-sm {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.3;
}
.primary-heading {
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.4vw, 40px);
  font-weight: 500;
  color: #0E163B;
  line-height: 1.3;
}
.secondary-heading {
  color: #fff;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.4vw, 32px);
  font-weight: 500;
  line-height: normal;
}
.gradient-text {
  background: var(--G1, linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-bg {
  background: var(--G1, linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%));
}
.btn-secondary-custom {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gradient-bg-image {
  background-image: url('https://hsaeduworld.com/wp-content/uploads/2026/02/bg-gradient-image.svg');
  background-repeat: repeat;
  background-size: cover;
}
.no-bg-strict {
  background: none !important;
  padding-block: 0px !important;
}
.sub-heading {
  color: #210e3b;
  font-family: "Instagram Sans", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.2;
}
.blue-heading {
  color: #24AAE1 !important;
}
.gray-font {
  color: #6F7681 !important;
}
.custom-blue {
  color: #315091;
}
.primary-color {
  color: #0E163B;
}
.secondary-color {
  color: #475569;
}
.hero-heading {
  color: #0E163B;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(30px, 3vw, 56px);
  font-weight: 500;
  line-height: 1.3;
}
.cursor-pointer {
  cursor: pointer;
}
/* ==========================================
   Fluent Global
========================================== */
.ff-message-success {
  border: 1px solid #ced4da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding: 15px;
  position: relative;
  color: #FFFFFFCC;
  text-align: center !important;
}
div#fluentform_6_success {
  color: #0E163B;
}
/* ==========================================
   BUTTONS
========================================== */
.custom-btn {
  border-radius: 6px;
  background: #FFD000;
  border: 1px solid #FFD000;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  transition: 0.3s ease;
}
.custom-btn:hover {
  background: transparent;
}
.custom-btn-outline {
  border-radius: 6px;
  background: transparent;
  border: 1px solid #FFD000;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  transition: 0.3s ease;
}
.custom-btn-text {
  color: #0e163b;
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
/* ==========================================
   GLOBAL
========================================== */
.whatsapp-float {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: greenGlow 1.5s ease-in-out infinite;
  border-radius: 100px;
  padding: 6px;
  background: #fff;
  z-index: 99999;
}
/* ==========================================
   HEADER
========================================== */
.header-main {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 99;
  height: 80px;
}
.header-main .container {
  border-radius: 6px;
  padding-top: 24px;
}
.header-main .container .sub-menu {
  display: none;
}
.main-navigation-top {
  border-radius: 6px;
}
.main-navigation-top .navbar {
  padding: 0px 35px !important;
}
@media (max-width: 575px) {
  .main-navigation-top .navbar {
    padding: 0px 15px !important;
  }
}
/* Navbar */
.navbar-nav {
  gap: 40px;
}
.navbar-nav .nav-link {
  color: rgba(14, 22, 59, 0.9);
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
/* Divider */
.header-button {
  width: fit-content;
}
/* Bottom Header */
.announcement-bar {
  max-width: 1162px;
  margin: 8px auto 0;
  background: #FFFFFFCC;
  backdrop-filter: blur(2px);
  box-shadow: inset 0 4px 6.6px rgba(54, 66, 76, 0.12);
  padding: 8px 0px 8px 6px;
  overflow: hidden;
  /* Left Fixed Label */
  /* Marquee Wrapper */
}
.announcement-bar .announcement-inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.announcement-bar .latest-news {
  flex-shrink: 0;
  white-space: nowrap;
}
.announcement-bar .marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.announcement-bar .marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.announcement-bar .marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.announcement-bar .primary-description, .announcement-bar .marquee-content span {
  font-size: 16px;
  white-space: nowrap;
  font-family: "Instagram Sans", serif;
}
.announcement-bar .dot {
  background: #475569;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 20px;
}
/* Infinite Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*Header Dark*/
.header-dark {
  position: relative;
  top: 0;
  height: 100%;
}
.header-dark .navbar {
  background: linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%);
}
.header-dark .custom-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
.header-dark .custom-btn:hover svg path {
  fill: #fff;
}
.header-dark .nav-link {
  color: #fff;
}
.header-dark .announcement-bar {
  background: #C2D1F21A;
}
/*Header Dark End*/
/*Home Hero*/
.home-hero .hero-media .hero-video {
  width: 100%;
  height: 85dvh;
  object-fit: cover;
}
.home-hero .hero-media .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 98;
}
.home-hero .hero-media .hero-content .flag-wrapper {
  border-radius: 63px;
  border: 1px solid #FFFF;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  padding: 9px 20px;
  margin-inline: 14px;
}
.home-hero .hero-media .hero-content .flag-wrapper .flags img {
  aspect-ratio: 1.5029166667;
}
.home-hero .hero-media .hero-content .button-container-hero .custom-btn:hover {
  color: #fff;
}
.home-hero .hero-media .hero-content .button-container-hero .custom-btn:hover svg path {
  fill: #fff;
}
.home-hero .hero-media .play-button {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  cursor: pointer;
}
.home-hero .hero-media .play-button .play, .home-hero .hero-media .play-button .pause {
  position: absolute;
  right: 33px;
  top: 32px;
}
.home-hero .hero-media .play-button .pause {
  right: 30px;
}
.home-hero .hero-media .play-button .rotate {
  animation: rotateCircle 10s linear infinite;
  transform-origin: center;
}
.home-hero .hero-media .play-button.paused .rotate {
  animation-play-state: paused;
}
.home-hero .hero-media .play-button.paused .play {
  display: none;
}
.home-hero .hero-media .play-button.paused .pause {
  display: block !important;
}
.home-hero .overlay {
  position: absolute;
  background: rgba(49, 80, 145, 0.51);
  width: 100%;
  height: 100%;
  top: -5px;
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Home Hero End*/
/* General Stats Home */
.home-general-stats {
  background: rgba(224, 238, 247, 0.4);
  padding-block: clamp(40px, 10vw, 80px);
}
.home-general-stats .card-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #475569B2;
}
.home-general-stats .card-head .dot {
  border-radius: 4.5px;
  width: 7px;
  height: 7px;
}
.home-general-stats .card-head .primary-description-sm {
  color: #475569B2;
}
.home-general-stats .card-content .stats-heading {
  font-size: clamp(35px, 3vw, 50px);
  background: var(--G1, linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.home-general-stats .card-content .primary-description {
  color: #475569B2;
  max-width: 220px;
}
/*General Stats Home End */
/* Latest News Badge */
.latest-news-text {
  border-radius: 80px;
  background: linear-gradient(135deg, #64a1fb 0%, #8400f5 100%);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px 4px 24px;
  position: relative;
}
.latest-news-text::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
.contact-header .border-in-between {
  top: -1px;
  padding-inline: 8px;
}
/* ==========================================
   DROPDOWN CUSTOMIZATION
========================================== */
/* Custom dropdown arrow */
.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 4px;
  background-image: url("https://hsaeduworld.com/wp-content/uploads/2026/02/header-dropdwon.svg");
  background-repeat: no-repeat;
  border: 0;
  transition: transform 0.3s ease;
}
.header-dark .dropdown-toggle:after {
  background-image: url("https://hsaeduworld.com/wp-content/uploads/2026/02/navbar-white-dropdown.svg");
}
/* Rotate arrow when open (Bootstrap adds .show to .dropdown) */
.dropdown-menu.show + .dropdown-toggle::after, .dropdown-toggle:has(+ .dropdown-menu.show)::after {
  transform: rotate(180deg);
}
/*Footer Design*/
.footer {
  padding-top: 100px;
  background: #0E163B;
}
.footer .main-footer-nav {
  margin-top: 36px;
  padding-block: 36px;
  border-top: 1px solid #FFFFFF4D;
}
.footer .main-footer-nav ul {
  gap: 40px;
}
.footer .study-footer-nav {
  padding-block: 36px;
  border-top: 1px solid #FFFFFF4D;
}
.footer .study-footer-nav .primary-description {
  color: #FFFFFFCC;
}
.footer .study-footer-nav .sm-sub-heading {
  color: #24AAE1;
  font-family: "Instagram Sans", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.footer .copyright-section {
  padding-top: 36px;
  border-top: 1px solid #FFFFFF4D;
}
.footer .copyright-section .border-in-between {
  border: 1px solid #fff;
  height: 18px;
  position: relative;
  top: 4px;
  margin-inline: 12px;
}
@media (min-width: 991px) {
  .footer .study-footer-nav .row > div:last-child {
    flex: 0 0 auto;
    width: 16.66666667%;
    white-space: nowrap;
  }
}
/* FAQ Design */
.faq-section .faq-main .accordion-item {
  border-bottom: 1px solid #0E163B29 !important;
  border-radius: 0px !important;
}
.faq-section .faq-main .accordion-item .accordion-button {
  padding-block: 24px;
}
.faq-section .faq-main .accordion-item .accordion-button::after {
  background-image: url("https://hsaeduworld.com/wp-content/uploads/2026/02/faqopen.svg");
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
}
.faq-section .faq-main .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("https://hsaeduworld.com/wp-content/uploads/2026/02/faqclose.svg");
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}
.faq-tabs .nav-item {
  flex: 0 0 auto;
  padding-bottom: 5px;
}
.faq-tabs .nav-item .nav-link {
  border-radius: 80px !important;
  border: 1px solid rgba(14, 22, 59, 0.8) !important;
  padding: clamp(10px, 1.5vw, 12px) clamp(16px, 3vw, 24px);
}
.faq-tabs .nav-item .nav-link.active {
  border: 1px solid #24AAE1 !important;
  background: #24AAE1 !important;
  color: #fff !important;
}
.faq-tabs .nav-item .nav-link:hover {
  color: #24AAE1;
}
/* Core Services */
.core-services {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
  padding-block: clamp(60px, 10vw, 120px);
}
.core-services .row .core-service-col {
  border-right: 1px solid #0E163B29;
  border-bottom: 1px solid #0E163B29;
}
.core-services .row .core-service-col:nth-child(4), .core-services .row .core-service-col:nth-child(5), .core-services .row .core-service-col:nth-child(6) {
  border-bottom: 0px;
  padding-top: 36px;
}
.core-services .row .core-service-col:nth-child(1), .core-services .row .core-service-col:nth-child(2), .core-services .row .core-service-col:nth-child(3) {
  padding-bottom: 36px;
}
.core-services .row .core-service-col:nth-child(3), .core-services .row .core-service-col:nth-child(6) {
  border-right: 0px;
}
.core-services .row .core-service-col .core-service-card {
  transition: all 0.3s ease;
}
.core-services .row .core-service-col .core-service-card .sub-heading {
  position: relative;
}
.core-services .row .core-service-col .core-service-card .sub-heading::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.core-services .row .core-service-col .core-service-card:hover img {
  filter: brightness(0) invert(1);
}
.core-services .row .core-service-col .core-service-card:hover .sub-heading::after {
  opacity: 1;
}
.core-services .row .core-service-col .core-service-card:hover .image-wrapper::before {
  opacity: 1;
}
.core-services .row .core-service-col .core-service-card .image-wrapper {
  position: relative;
  background: #3150910F;
  border-radius: 100%;
  height: 80px;
  margin-bottom: 28px;
  overflow: hidden;
}
.core-services .row .core-service-col .core-service-card .image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(274deg, #24AAE1 0.31%, #315091 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* University partners */
.university-partners .country-container {
  margin-block: 56px;
}
.university-partners .country-container .country-flag {
  border-radius: 33px;
  border: 1px solid rgba(14, 22, 59, 0.2);
  padding: 2px 16px 2px 2px;
  cursor: pointer;
  flex: 0 0 auto;
}
.university-partners .country-container .country-flag img {
  opacity: 0.7;
  filter: grayscale(100%);
}
.university-partners .country-container .country-flag.active {
  background: #24AAE1;
}
.university-partners .country-container .country-flag.active .primary-description {
  color: #fff;
}
.university-partners .country-container .country-flag.active img {
  filter: none;
  opacity: 1;
}
.university-partners .university-card {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: #fff;
}
.university-partners .university-card .divider {
  background: #0E163B29;
  height: 1px;
  margin-block: 16px;
}
.university-partners .university-card .programs-offered .primary-description {
  font-size: 16px;
}
.university-partners .university-card .programs-offered .program {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 80px;
  border: 1px solid rgba(36, 170, 225, 0.4);
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: 3px 12px;
}
.university-partners .floating-form {
  background: linear-gradient(0deg, #24AAE1 0%, #24AAE1 100%);
  padding: 40px 24px 20px 24px;
  border-radius: 6px;
}
.university-partners .floating-form .primary-description {
  color: #FFFFFFCC;
}
.university-partners .floating-form .secondary-heading {
  font-size: clamp(22px, 2vw, 32px);
}
.university-partners .floating-form .animated-words {
  height: 36px;
}
.university-partners .floating-form .animated-words .words-slide {
  height: 36px;
}
.university-partners .floating-form .animated-words .words-slide .word {
  height: 36px;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.floating-text {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 8px;
  background: #fff;
  padding: 10px 16px;
  color: #0E163B;
  font-family: "Instagram Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
/* Founder Section */
.founder-section .founder-container .founder-content {
  position: absolute;
  bottom: 30px;
  left: 0px;
  border-radius: 0 50px 50px 0;
  background: linear-gradient(92deg, #0E163B -18.62%, #24AAE1 101.69%);
  padding: 10px 30px 10px 10px;
}
.founder-section .founder-container .play-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.founder-section .founder-container .founder-img {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
.founder-section .founder-container .founder-name {
  color: #fff;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  line-height: normal;
}
.founder-section .founder-content-right .about-us-button {
  margin-top: 40px;
}
.founder-section .founder-video {
  z-index: 9999;
  position: absolute;
  inset: 0;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
/* Start Journey Section */
.start-journey-section {
  position: relative;
  margin-block: clamp(50px, 10vw, 200px);
}
.start-journey-section .start-journey-content {
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.start-journey-section .start-journey-content .start-journey-heading {
  color: #0E163B;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(35px, 5vw, 70px);
  font-weight: 500;
  padding-inline: 15px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.start-journey-section .start-journey-content .start-journey-heading .gradient-text {
  display: inline-block;
  background: linear-gradient(135deg, #64A1FB 0%, #8400F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.start-journey-section .marquee .marquee__group {
  white-space: nowrap;
  animation: scroll 50s linear infinite;
  gap: 40px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.start-journey-section .animated-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(14, 22, 59, 0.04);
  font-family: "Clash Grotesk", serif;
  font-size: 326px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
.start-journey-heading {
  line-height: 80px;
}
.animated-words {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  vertical-align: bottom;
}
.word {
  flex: 0 0 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.words-slide {
  height: 80px;
}
/* Start Journey Section End*/
/* Our Students Our Doctors */
.our-students-now-doctors {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
}
.our-students-now-doctors .image-container {
  margin-block: 32px;
}
.our-students-now-doctors .image-container .primary-description {
  margin-top: 32px;
  max-width: 1000px;
  margin-inline: auto;
}
/* Our Students Our Doctors End */
/* Form CTA */
.form-cta-section {
  background: linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%);
}
.form-cta-section .left-content {
  max-width: 443px;
}
.form-cta-section .left-content .button-container {
  margin-top: 32px;
}
/* Form CTA Setion */
/* Dual Gallery Marquee */
.dual-gallery-section .marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.dual-gallery-section .marquee-track-ltr {
  display: flex;
  width: max-content;
  animation: scrollRight 35s linear infinite;
  will-change: transform;
  gap: 1rem;
}
.dual-gallery-section .marquee-track-rtl {
  display: flex;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
  will-change: transform;
  gap: 1rem;
}
.dual-gallery-section .single-image, .dual-gallery-section .stacked-images {
  flex-shrink: 0;
}
.dual-gallery-section .stacked-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* ===== Animation ===== */
@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Dual Gallery Marquee End */
/* Student Journey */
.student-journey .play-button {
  bottom: 15px;
  left: 15px;
  width: 40px;
}
.student-journey .swiper .swiper-pagination-bullet {
  border-radius: 10px;
  width: 40px;
  height: 3px;
}
.student-journey .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #315091;
}
.student-journey .swiper .swiper-wrapper {
  margin-bottom: 60px;
}
/* Student Journey End */
.video-thumbnail-box {
  position: relative;
  cursor: pointer;
}
.video-thumbnail-box img {
  aspect-ratio: 0.5625;
}
.video-thumbnail-box .video-frame {
  display: none;
}
.video-thumbnail-box .video-frame iframe {
  width: 100%;
  aspect-ratio: 0.5625;
  border-radius: 6px;
}
.video-thumbnail-box.active .video-thumb {
  display: none;
}
.video-thumbnail-box.active .video-frame {
  display: block;
}
/* Home About */
.home-about .stats-container {
  background: linear-gradient(274deg, #24AAE1 0.31%, #315091 100%);
  padding: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: -1;
}
.home-about .stats-container .stats-row {
  gap: 90px;
}
/* Home About End */
/* Newly Placed */
.newly-placed .newlySwiper {
  border-radius: 6px;
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
}
.newly-placed .newlySwiper .swiper-wrapper .swiper-slide .left-image .float-content {
  border-radius: 0 50px 50px 0;
  background: linear-gradient(92deg, #0E163B -18.62%, #24AAE1 101.69%);
  padding: 9px 20px;
  max-width: 313px;
  bottom: 23px;
}
.newly-placed .newlySwiper .swiper-wrapper .swiper-slide .right-content {
  padding: clamp(20px, 3vw, 40px);
}
.newly-placed .newlySwiper .swiper-wrapper .swiper-slide .right-content .content .testimonial-heading {
  font-family: "Instagram Sans", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(274deg, #315091 0.31%, #24AAE1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newly-placed .newlySwiper .swiper-wrapper .swiper-slide .right-content .bottom-content {
  margin-top: 40px;
}
.newly-placed .newlySwiper .custom-swiper-arrows {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 99;
}
.newly-placed .newlySwiper .swiper-button-disabled {
  opacity: 0.5;
}
.slide-count {
  height: 33px;
  border-radius: 6px 0 0 6px;
  border: 1px solid rgba(36, 170, 225, 0.5);
  backdrop-filter: blur(45.2999992371px);
  padding: 4px 24px;
  color: #315091;
  font-family: "Clash Grotesk", serif;
  font-size: 20px;
  font-weight: 325;
  line-height: normal;
}
.slide-count .first-count {
  font-size: 16px;
}
.slide-count .slash {
  font-size: 18px;
}
.slide-count .total-count {
  font-size: 16px;
}
/* Newly Placed End */
/*Home Articles*/
.articles-container .article-content .primary-description-lg {
  width: 90%;
}
.articles-container .article-content .article-arrow img {
  width: 20px;
}
/*Home Articles End */
.whatsapp-cta .container {
  border-radius: 8px;
  padding: 50px 40px;
}
.whatsapp-cta .container .secondary-heading {
  max-width: 500px;
}
.whatsapp-cta .container .whatsapp-container {
  border-radius: 8px;
  border: 2px solid #29A71A;
  padding-right: 12px;
  animation: greenGlow 1.5s ease-in-out infinite;
}
@keyframes greenGlow {
  0% {
    box-shadow: 0 0 5px #29A71A;
  }
  50% {
    box-shadow: 0 0 5px #29A71A, 0 0 10px #29A71A, 0 0 15px #29A71A;
  }
  100% {
    box-shadow: 0 0 5px #29A71A;
  }
}
/*Home Newsletter */
.home-newsletter-section .newsletter-content {
  padding: clamp(30px, 3vw, 60px);
  border-radius: 8px 0 0 8px;
}
.home-newsletter-section .newsletter-content .newsletter-heading {
  font-size: clamp(25px, 3vw, 52px);
}
.home-newsletter-section .newsletter-content .newsletter-list li {
  border-bottom: 1px solid #FFFFFF33;
  padding-block: 20px;
}
.home-newsletter-section .newsletter-content .newsletter-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.home-newsletter-section .newsletter-form-container {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
}
.home-newsletter-section .newsletter-form-container .newsletter-form-wrapper {
  padding: clamp(40px, 6vw, 100px) clamp(20px, 4vw, 80px);
}
.home-newsletter-section .newsletter-form-container .newsletter-form-wrapper .students-wrapper {
  margin-bottom: 32px;
  border-radius: 32px;
  border: 1px solid #24AAE1;
  background: rgba(36, 170, 225, 0.1);
  width: fit-content;
  padding: 10px 20px 10px 10px;
}
.home-newsletter-section .newsletter-form-container .newsletter-form-wrapper .students-wrapper .students-images img:nth-child(2), .home-newsletter-section .newsletter-form-container .newsletter-form-wrapper .students-wrapper .students-images img:nth-child(3), .home-newsletter-section .newsletter-form-container .newsletter-form-wrapper .students-wrapper .students-images img:nth-child(4) {
  margin-left: -15px;
}
.home-newsletter-section .newsletter-form-container .newsletter-form-wrapper .unsubscribe-text {
  color: rgba(14, 22, 59, 0.5);
  font-family: "Instagram Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
/*Home Newsletter */
/* ==========================================
   About Us
========================================== */
.about-hero .page-heading-container {
  border-radius: 80px;
  border: 1px solid rgba(49, 80, 145, 0.3);
  background: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.08);
  width: fit-content;
  padding: 12px 24px;
  margin: auto;
}
.about-hero .page-content-container .hero-heading {
  max-width: 1000px;
  margin: auto;
}
.about-hero .stats-container {
  margin-block: 14px 40px;
}
.about-hero .stats-container .stat-box {
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  min-width: 200px;
}
/* vision behind*/
.vision-behind .custom-card .custom-card-image {
  filter: grayscale(1);
  transition: 0.3s ease;
}
.vision-behind .custom-card .custom-card-image:hover {
  filter: none;
}
.vision-behind .custom-card .linkedin-image {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
/* vision-behind-end*/
/*locate our offices*/
.locate-our-offices .map-cards-container .map-card {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: #fff;
}
.locate-our-offices .map-cards-container .map-card .map-iframe {
  height: 220px;
}
.locate-our-offices .map-cards-container .map-card .location-content {
  padding: 24px 16px;
}
.locate-our-offices .map-cards-container .map-card .location-content .offices .primary-description-sm {
  color: #315091;
}
.locate-our-offices .map-cards-container .map-card .location-content .custom-divider {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-block: 24px;
}
.locate-our-offices .map-cards-container .map-card .location-content .get-direction {
  margin-top: 40px;
}
.locate-our-offices .map-cards-container .map-card .location-content .get-direction .sub-heading {
  font-size: 18px;
}
/*locate our offices end */
/* About Video */
.about-video .video-container .play-button, .about-video .video-container .pause-button {
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
/* About Video End*/
/* What We Believe*/
.what-we-believe .video-container .poster-image, .what-we-believe .video-container .video-frame iframe {
  aspect-ratio: 0.85 !important;
}
.what-we-believe .video-container .play-button {
  bottom: 24px;
  left: 24px;
}
.what-we-believe .section-cards-container .section-card {
  border-radius: 6px;
  background: var(--G1, linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%));
  padding: 40px;
}
.what-we-believe .section-cards-container .section-card .section-card-image {
  max-width: 54px;
}
/* What We Believe End */
/* legacy Section */
.legacy-section .custom-legacy-slider-container::after {
  content: '';
  position: absolute;
  top: 55%;
  height: 4px;
  background: #FAFAFB;
  width: 100%;
  transform: translateY(-55%);
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .swiper-slide-active .custom-bullet {
  opacity: 1 !important;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .legacy-slider-content .sub-heading {
  max-width: 220px;
  min-height: 72px;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .legacy-slider-content .legacy-image {
  height: 62px;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .legacy-slider-content .year {
  font-size: 32px;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .legacy-slider-content .custom-bullet {
  opacity: 0.3;
  transition: 0.3s ease;
  line-height: 1.6;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .custom-swiper-arrows {
  margin-top: 40px;
}
.legacy-section .custom-legacy-slider-container .custom-legacy-slider .swiper-button-disabled {
  opacity: 0.5;
}
/* legacy section end */
/* 404 Page */
.page-404-wrapper .wrapper-404 {
  transform: rotate(-2deg);
  border-radius: 6px;
  border: 2px solid #FFD000;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
  max-width: 380px;
  margin: auto;
}
.page-404-wrapper .wrapper-404 .secondary-heading {
  color: #0E163B;
}
.page-404-wrapper .wrapper-404 .custom-divider {
  background: var(--Grad, linear-gradient(274deg, #24AAE1 0.31%, #315091 100%));
  height: 1px;
  display: block;
  width: 100%;
  margin-block: 10px 45px;
}
.page-404-wrapper .wrapper-404 .hero-heading {
  font-size: clamp(120px, 10vw, 160px);
  font-weight: 600;
  line-height: 85%;
}
.page-404-wrapper .error-page-container {
  margin-top: clamp(50px, 10vw, 80px);
}
.page-404-wrapper .error-page-container .dual-buttons {
  margin-top: 40px;
}
/* Contact Hero */
.contact-hero .contact-content .top-content {
  margin-top: 40px;
}
.contact-hero .contact-content .top-content .contact-box {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.06);
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: 24px;
}
.contact-hero .contact-content .bottom-content {
  margin-top: 40px;
  padding: 40px 20px;
}
.contact-hero .contact-content .bottom-content .button-container {
  margin-top: 40px;
}
.contact-hero .form-section {
  border-radius: 6px;
  background: linear-gradient(87deg, rgba(49, 80, 145, 0.04) 2.5%, rgba(36, 170, 225, 0.04) 97.9%);
  padding: 40px 24px;
}
.contact-hero .form-section .secondary-heading {
  color: #0E163B;
}
/* Contact Hero End */
/* ==========================================
   Programs Page
========================================== */
/*Programs Overview*/
.program-overview .list-content {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: 24px 35px;
}
.program-overview .list-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.program-overview .list-content ul li {
  max-width: 170px;
}
.programs-your-partner .image-wrapper .secondary-heading {
  color: #FFD000;
  font-weight: 600;
}
.programs-your-partner .image-wrapper .image-content {
  bottom: 24px;
  left: 24px;
}
.programs-your-partner .grids-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 3vw, 24px);
}
.programs-your-partner .grids-columns .col-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: rgba(255, 255, 255, 0.4);
  padding: clamp(20px, 3vw, 40px) clamp(16px, 3vw, 24px);
}
.programs-your-partner .grids-columns .col-wrapper img {
  width: 56px;
  height: 56px;
}
/*Programs Overview*/
/* Common CTA */
.common-cta {
  padding-block: 56px;
}
/* Common CTA End */
/*Programs Comparison Table */
.comparison-table .table-responsive table {
  border: #0E163B29;
  background: var(--asasa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
}
.comparison-table .table-responsive table thead th {
  padding: 12px 24px !important;
  white-space: nowrap;
  background: linear-gradient(274deg, #24AAE1 -48.87%, #315091 137.21%);
  overflow: hidden;
}
.comparison-table .table-responsive table td {
  padding: 24px !important;
  background: inherit;
}
.comparison-table .table-responsive table td.primary-description {
  color: #475569 !important;
}
.comparison-table .table-responsive table .flag-icon {
  width: 47px;
  height: 33px;
}
.curriculum-table {
  border-collapse: collapse;
  border: none;
}
.curriculum-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.curriculum-table th:not(:last-child), .curriculum-table td:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
/*Programs Comparison Table End */
/*list of documennts*/
.list-of-documents {
  background: var(--asasa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
}
.list-of-documents .main-wrapper .content-head {
  max-width: 800px;
}
.list-of-documents .main-wrapper .list-wrapper {
  margin-top: 32px;
}
.list-of-documents .main-wrapper .list-wrapper ul {
  column-count: 2;
  gap: 24px;
}
.list-of-documents .main-wrapper .list-wrapper ul li {
  border-radius: 5px;
  border: 1px solid rgba(34, 43, 83, 0.2);
  padding: 14px 16px;
  margin-bottom: 24px;
}
.list-of-documents .main-wrapper .image-wrapper img {
  height: clamp(250px, 25vw, 350px) !important;
}
@media (max-width: 575px) {
  .list-of-documents .list-wrapper ul li {
    height: 50px;
  }
}
/*list of documents */
/* Your Journey */
/* Your Journey */
.your-journey {
  /* Hide arrow ONLY on last swiper slide */
}
.your-journey .swiper-slide {
  height: auto;
}
.your-journey .swiper-slide .slide-parent {
  height: 100%;
}
.your-journey .swiper-slide .slide-parent .slide-wrapper {
  height: 100%;
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.12);
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.02) 1.95%, rgba(49, 80, 145, 0.02) 99.67%);
  padding: 24px;
  max-width: 380px;
  position: relative;
}
.your-journey .swiper-slide .slide-parent .slide-wrapper::after {
  content: '';
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/02/yellow-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.your-journey .swiper-slide .slide-parent .slide-wrapper .slide-count {
  padding: 12px 24px;
  height: auto;
  width: fit-content;
  margin-bottom: 36px;
}
.your-journey .swiper-slide .slide-parent .slide-wrapper .slide-count .steps {
  color: #315091;
}
.your-journey .swiper-wrapper .swiper-slide:last-child .slide-wrapper::after {
  display: none;
}
/* Your Journey End */
/* Custom Services */
.custom-services {
  background-image: url('https://hsaeduworld.com/wp-content/uploads/2026/02/bg-gradient-image.svg');
  background-repeat: repeat;
  background-size: cover;
}
.custom-services .row .core-service-col {
  border-right: 1px solid #0E163B29;
  border-bottom: 1px solid #0E163B29;
}
.custom-services .row .core-service-col:nth-child(5), .custom-services .row .core-service-col:nth-child(6), .custom-services .row .core-service-col:nth-child(7), .custom-services .row .core-service-col:nth-child(8) {
  border-bottom: 0px;
  padding-top: 36px;
}
.custom-services .row .core-service-col:nth-child(1), .custom-services .row .core-service-col:nth-child(2), .custom-services .row .core-service-col:nth-child(3), .custom-services .row .core-service-col:nth-child(4) {
  padding-bottom: 36px;
}
.custom-services .row .core-service-col:nth-child(4), .custom-services .row .core-service-col:nth-child(8) {
  border-right: 0px;
}
/* Custom Services End */
/*Georgia*/
.common-inner-hero .animated-flag {
  width: clamp(200px, 20vw, 400px);
  height: clamp(150px, 20vw, 300px);
  top: 100px;
  transform: rotate(-158.432deg) rotate(-60deg);
  right: -40px !important;
}
.gradient-image-bg {
  background-image: url('https://hsaeduworld.com/wp-content/uploads/2026/02/bg-gradient-image.svg');
  background-repeat: repeat;
  background-size: cover;
}
.no-hover .core-service-card:hover img {
  filter: none !important;
}
.no-hover .core-service-card:hover .sub-heading::after {
  opacity: 0 !important;
}
.no-hover .core-service-card:hover .image-wrapper::before {
  opacity: 0 !important;
}
/* Custom Pagination */
.custom-pagination {
  border-radius: 26px;
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  gap: 45px;
  padding: 14px 24px;
  width: fit-content;
  margin-inline: auto;
}
.custom-pagination .pagination-numbers a {
  text-decoration: none;
  color: #656565;
  font-weight: 500;
}
.custom-pagination .pagination-numbers li {
  font-size: 12px;
  cursor: pointer;
}
.custom-pagination .pagination-numbers li.active {
  background: #315091;
  padding: 6px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination .pagination-numbers li.active a {
  color: #fff;
}
/* About Georgia Country*/
.about-country-georgia .stat-box .gradient-text {
  font-size: clamp(26px, 3vw, 56px);
  font-weight: 700;
  font-family: "Instagram Sans", serif;
}
.about-country-georgia .box-separator {
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, #315393 0%, #F3F9FD 100%);
  width: clamp(20px, 5vw, 86px);
  height: 2px;
  transform: rotate(90deg);
}
.about-country-georgia .floating-form {
  top: 80px;
}
/* About Georgia Country End */
.top-universities-georgia .programs-cta .content-wrapper {
  padding: clamp(20px, 5vw, 36px) clamp(20px, 4vw, 20px);
}
/* Why Study Georgia*/
.why-study-georgia .tabs-col .stacked-tabs {
  gap: clamp(20px, 2vw, 40px);
}
.why-study-georgia .tabs-col .stacked-tabs .nav-link {
  position: relative;
  border: none !important;
  padding-left: 0;
  color: #475569B2;
  font-size: clamp(15px, 1.2vw, 20px);
}
.why-study-georgia .tabs-col .stacked-tabs .nav-link.active {
  color: #315091;
}
.why-study-georgia .tabs-col .stacked-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #475569B2;
}
.why-study-georgia .tabs-col .stacked-tabs .nav-link.active::after {
  background-color: #315091;
}
/* Why Study Georgia End */
.cultural-tabs-container {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
}
/* Featured Blogs */
.featured-blog-section .featuredSwiper {
  border-radius: 6px;
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
}
.featured-blog-section .featuredSwiper .right-content-wrapper {
  padding: 40px;
}
.featured-blog-section .featuredSwiper .right-content-wrapper .custom-separator {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-block: 40px 26px;
}
.featured-blog-section .featuredSwiper .custom-swiper-arrows {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
}
.swiper-button-disabled {
  opacity: 0.5;
}
.articles-grids-main .card-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
}
.articles-grids-main .card-wrapper .image-wrapper img {
  height: clamp(180px, 14vw, 250px);
  object-fit: cover;
}
.articles-grids-main .card-wrapper .floating-text-blogs {
  border-radius: 80px;
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: 10px 16px;
}
.articles-grids-main .card-wrapper .custom-separator {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-block: 24px;
}
.article-home-image {
  height: clamp(180px, 14vw, 250px);
  object-fit: cover;
}
/* Featured Blogs End */
/* ==========================================
   Blog Detail Page
========================================== */
.blog-details-hero .hero-heading {
  max-width: 100% !important;
}
.blog-details-hero .blog-banner .date-published {
  border-radius: 0 6px;
}
.blogs-table .table-responsive table thead th {
  white-space: normal;
}
.main-blog-content .single-post p {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.3;
}
.main-blog-content .single-post li, .main-blog-content .single-post ol {
  color: #315091;
  font-family: "Instagram Sans", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}
.main-blog-content .single-post b {
  font-weight: 500 !important;
}
.main-blog-content .single-post h2 {
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 500;
  color: #0E163B;
  line-height: 1.3;
  margin-top: clamp(32px, 3vw, 52px);
}
.main-blog-content .single-post h5 {
  color: #315091;
  font-family: "Instagram Sans", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 32px;
}
.main-blog-content .single-post h3 {
  color: #0E163B;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 500;
  line-height: normal;
  margin-top: clamp(32px, 3vw, 52px);
}
.main-blog-content .single-post img {
  margin-top: 14px;
}
.main-blog-content .single-post a {
  text-decoration: none;
  color: #24AAE1;
}
.main-blog-content .sidebar-wrapper {
  border-radius: 6px;
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: clamp(20px, 3vw, 40px) !important;
  position: sticky;
  top: 50px;
}
/* Policies */
.main-content-wrapper-policies p, .main-content-wrapper-policies li, .main-content-wrapper-policies ol {
  color: #475569;
  font-family: "Instagram Sans", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.3;
}
.main-content-wrapper-policies li, .main-content-wrapper-policies ol {
  margin-bottom: 16px;
}
.main-content-wrapper-policies h2 {
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 500;
  color: #0E163B;
  line-height: 1.3;
  margin-top: clamp(32px, 3vw, 52px);
}
.main-content-wrapper-policies h4 {
  color: #0E163B;
  font-family: "Instagram Sans", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 24px;
}
.main-content-wrapper-policies h3 {
  color: #475569;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 500;
  line-height: normal;
  margin-top: clamp(32px, 3vw, 52px);
  margin-bottom: 16px;
}
.main-content-wrapper-policies a {
  text-decoration: none;
  color: #24AAE1;
}
/* ==========================================
   Success Stories
========================================== */
.success-stories-wrapper .stories-content-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
}
.success-stories-wrapper .stories-content-wrapper .content-wrapper {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.success-stories-wrapper .stories-content-wrapper .content-wrapper .flag-image {
  width: 35px;
}
.success-stories-wrapper .stories-content-wrapper .content-wrapper .border-between {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-block: clamp(16px, 3vw, 24px) clamp(24px, 4vw, 40px);
}
/* ==========================================
   Become An Agent Page
========================================== */
.become-an-agent-custom-services .core-service-col {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
.faq-cta {
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/03/faq-cta-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-cta .content-wrapper {
  padding: clamp(30px, 5vw, 60px) clamp(20px, 5vw, 30px);
}
.become-partner-services .image-wrapper {
  height: 70px !important;
}
.our-expectations-partners .max {
  max-width: 425px;
}
.our-expectations-partners .steps-content-container .step-content {
  border-bottom: 1px solid rgba(14, 22, 59, 0.16);
}
.our-expectations-partners .steps-content-container .step-content:last-child {
  margin-bottom: 0px !important;
}
.our-expectations-partners .steps-content-container .step-gradient {
  background: linear-gradient(180deg, rgba(50, 62, 89, 0.09) 38.17%, rgba(50, 62, 89, 0) 130.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 500;
  line-height: 1;
  font-family: "Clash Grotesk", serif;
}
.our-expectations-partners .partner-step-cta {
  padding: clamp(25px, 5vw, 56px);
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/03/cta-bg-partner.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.our-expectations-partners .partner-step-cta .max {
  max-width: 750px;
  margin: auto;
}
.rewards-guidance .reward-box {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  padding: 24px 16px;
}
.gradient-border {
  border-radius: 10px;
  background: linear-gradient(90deg, #0B174B 0%, #FFF 100%);
  height: 2px;
  width: clamp(70px, 8vw, 125px);
}
.programs-regions .top-wrapper {
  margin-bottom: 36px;
}
.programs-regions .academic-box {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.12);
  padding: 24px;
}
.programs-regions .animated-images-destinations .main-image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  transform: scaleY(50%);
  transform-origin: bottom;
  transition: transform 0.45s ease;
  z-index: 1;
}
.programs-regions .animated-images-destinations .main-image-wrapper:hover::before {
  transform: scaleY(100%);
}
.programs-regions .animated-images-destinations .main-image-wrapper .image-wrapper img {
  transition: transform 0.6s ease;
}
.programs-regions .animated-images-destinations .main-image-wrapper .content-wrapper {
  bottom: 36px;
  left: 30px;
  z-index: 999;
}
.programs-regions .animated-images-destinations .main-image-wrapper .content-wrapper .country-wrapper {
  transform: translateY(40px);
  transition: transform 0.5s ease;
}
.programs-regions .animated-images-destinations .main-image-wrapper .content-wrapper .explore-universities {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.1s;
}
.programs-regions .animated-images-destinations .main-image-wrapper:hover .image-wrapper img {
  transform: scale(1.08);
}
.programs-regions .animated-images-destinations .main-image-wrapper:hover .country-wrapper {
  transform: translateY(0);
}
.programs-regions .animated-images-destinations .main-image-wrapper:hover .explore-universities {
  opacity: 1;
  transform: translateY(0);
}
/* Support System */
.support-section .phase-main-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: var(--asasa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: clamp(20px, 3vw, 40px);
}
/* ==========================================
   University Page
========================================== */
.university-hero .stats-container .marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 60s linear infinite;
  gap: 24px;
}
.university-hero .stats-container .marquee-track .stat-box {
  width: 144px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .university-hero .image-wrapper-universities img {
    max-width: 150px;
  }
}
.university-video .video-container, .university-video video {
  max-height: 790px;
}
.university-video .play-button, .university-video .pause-button {
  transform: translate(-50%, -50%);
  height: 60px;
  display: flex;
  justify-content: center;
}
.life-at-bau .grid-item-2 {
  display: grid;
  grid-template-column: repeat(1, 1fr);
  gap: 24px;
}
.life-at-bau .stat-box .gradient-text {
  font-size: clamp(26px, 3vw, 56px);
  font-weight: 700;
  font-family: "Instagram Sans", serif;
}
.life-at-bau .box-separator {
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, #315393 0%, #F3F9FD 100%);
  width: clamp(20px, 5vw, 86px);
  height: 2px;
  transform: rotate(90deg);
}
.scholarship-section .stack-slider {
  position: relative;
  height: clamp(360px, 30vw, 490px);
  overflow: hidden;
  margin-left: -30px;
}
.scholarship-section .stack-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-top: 30px;
  overflow: hidden;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease;
  will-change: transform, opacity;
}
.enrollment-section .table-responsive table td {
  padding: 16px !important;
  width: 20%;
  word-wrap: break-word;
  vertical-align: top;
}
.enrollment-section .table-responsive table td:last-child {
  width: 40%;
}
.enrollment-section .table-responsive table ul li::marker {
  color: #FFD000;
}
.trusted-partners .trusted-partner-cards-container .rotating-card {
  perspective: 1000px;
  height: 260px;
}
.trusted-partners .trusted-partner-cards-container .rotating-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.trusted-partners .trusted-partner-cards-container .rotating-card:hover .card-inner {
  transform: rotateY(180deg);
}
.trusted-partners .trusted-partner-cards-container .rotating-card .card-front, .trusted-partners .trusted-partner-cards-container .rotating-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 20px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trusted-partners .trusted-partner-cards-container .rotating-card .card-front {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
}
.trusted-partners .trusted-partner-cards-container .rotating-card .card-back {
  background-color: #315091;
  transform: rotateY(180deg);
}
.trusted-partners .trusted-partner-cards-container .rotating-card .card-back p {
  margin: 0;
}
.clinical-training-opportunities {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
}
.fmge-passouts .students-grid {
  gap: 40px;
}
.fmge-passouts .students-grid .student-name {
  width: 180px;
  position: relative;
  top: -12px;
}
.fmge-passouts .students-grid .students-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.fmge-passouts .students-grid .row-5, .fmge-passouts .students-grid .row-4 {
  justify-content: center;
}
@media (max-width: 1200px) {
  .fmge-passouts .students-grid {
    position: relative;
    flex-wrap: nowrap !Important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }
}
.program-highlights .years-tabs {
  border-bottom: 1px solid #D8D9DF !important;
  padding-bottom: 1px;
}
.program-highlights .years-tabs .nav-link {
  border: none;
  padding-left: 0px;
  font-weight: 300;
  padding-right: 30px;
}
.program-highlights .years-tabs .nav-link.active {
  color: #24AAE1;
  border: 0;
  font-weight: 500;
}
.program-highlights .years-tabs .nav-link:focus, .program-highlights .years-tabs .nav-link:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 0px !important;
}
.program-highlights .years-tabs .nav-link:hover {
  margin-bottom: 0px !important;
  color: #24AAE1;
}
.program-highlights .table-responsive {
  border-radius: 0 0 6px 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: var(--aaaa, linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%));
  padding: 40px 30px;
}
.program-highlights .table-responsive table td, .program-highlights .table-responsive table th, .program-highlights .table-responsive table tr {
  background: transparent !important;
  white-space: nowrap;
  padding: 24px;
  color: #475569CC;
}
.alumni-section {
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/03/alumni-frame.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.alumni-section .animating-cards-container {
  margin-top: 100px;
}
.alumni-section .animating-cards-container .row > .sliderCol:nth-of-type(2) {
  margin-top: 130px;
}
.alumni-section .animating-cards-container .row > .sliderCol:nth-of-type(1), .alumni-section .animating-cards-container .row > .sliderCol:nth-of-type(3) {
  transform: translateX(20px);
}
.alumni-section .animating-cards-container .row > .sliderCol:nth-of-type(4), .alumni-section .animating-cards-container .row > .sliderCol:nth-of-type(6) {
  transform: translateY(-30px);
}
.alumni-section .animating-cards-container .row > .sliderCol .card-wrapper {
  animation: float 3s ease-in-out infinite;
}
.alumni-section .animating-cards-container .row > .sliderCol .card-wrapper .content-wrapper {
  border-radius: 16px;
  border: 1px solid #F3F4F6;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 14px 10px;
  max-width: 236px;
}
@media (max-width: 1200px) {
  .alumni-section .animating-cards-container .content-wrapper {
    position: relative !important;
    top: -10px !important;
    box-shadow: none !important;
  }
}
@media (max-width: 991px) {
  .alumni-section .animating-cards-container .row > .sliderCol {
    margin-top: 50px !important;
    transform: none !important;
  }
  .alumni-section .animating-cards-container .row .image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .alumni-section .animating-cards-container .row .content-wrapper {
    max-width: 100% !important;
  }
}
.alumni-section .box-separator {
  width: clamp(20px, 5vw, 86px);
  height: 2px;
  transform: rotate(90deg);
  border-radius: 10px;
  background: linear-gradient(90deg, #0B174B 0%, #FFF 100%);
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
.article-section a {
  text-decoration: none !important;
}
/* ==========================================
   University Page
========================================== */
.upcoming-event-slider .main-content-wrapper {
  height: 500px;
  border-radius: 8px;
}
.upcoming-event-slider .main-content-wrapper .event-image {
  height: 500px;
}
.upcoming-event-slider .main-content-wrapper .upcoming-events-row {
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
.upcoming-event-slider .main-content-wrapper .upcoming-events-row .date-wrapper {
  border-radius: 6px;
  border: 1px solid #FFD000;
  width: fit-content;
  padding: 8px 16px;
  z-index: 99;
}
.upcoming-event-slider .main-content-wrapper .upcoming-events-row .secondary-heading {
  max-width: 550px;
}
.upcoming-event-slider .main-content-wrapper .custom-btn:hover {
  color: #fff;
}
.upcoming-event-slider .swiper-pagination {
  z-index: 99999;
  bottom: -60px !important;
}
.upcoming-event-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  background: rgba(49, 80, 145, 0.3);
  width: 40px;
  height: 3px;
}
.upcoming-event-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #315091;
}
.upcoming-event-slider .floating-text {
  top: 40px;
  left: 40px;
}
.upcoming-event-slider .overlay-effect {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 6px;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(49, 80, 145, 0) 0%, #315091 191%);
}
.upcoming-event-slider .custom-swiper-arrows {
  border-radius: 16px;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: -24px;
  padding: clamp(6px, 2vw, 8px) clamp(24px, 5vw, 48px);
  transform: translateX(-50%);
  z-index: 99;
}
.upcoming-event-slider .custom-swiper-arrows img {
  width: clamp(20px, 5vw, 35px);
  height: clamp(20px, 5vw, 35px);
}
@media (max-width: 991px) {
  .upcoming-event-slider .overlay-effect {
    background: linear-gradient(180deg, rgba(49, 80, 145, 0) 0%, #315091 111%);
  }
}
.webinar-seminar-tab-section .content-wrapper {
  border-radius: 0 0 6px 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
}
.webinar-seminar-tab-section .custom-separator {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-bottom: 24px;
}
.webinar-seminar-tab-section .floating-text {
  padding: 6px 16px;
}
.webinar-seminar-tab-section .image-wrapper img {
  height: clamp(180px, 14vw, 250px);
  object-fit: cover;
}
/* ==========================================
   University Tie Up Page
========================================== */
.advantage-gradient {
  background-image: url('https://hsaeduworld.com/wp-content/uploads/2026/03/collabrating-background-vector.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.who-we-are .content-wrapper {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: clamp(20px, 5vw, 40px);
}
.who-we-are .list-wrapper ul {
  column-count: 2;
  gap: 24px;
}
.who-we-are .list-wrapper ul li {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.12);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .who-we-are .list-wrapper ul li {
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .who-we-are .list-wrapper ul {
    column-count: 1;
  }
}
.key-highlights {
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/03/key-highlights-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.key-highlights .main-wrapper {
  max-width: 1083px;
  margin: auto;
  padding: clamp(30px, 3vw, 56px);
}
.key-highlights .main-wrapper .custom-gap {
  gap: clamp(30px, 3vw, 65px);
}
.partnering-value {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.08) 1.95%, rgba(75, 108, 177, 0.08) 99.67%);
}
.partnering-value .standards-wrapper .bottom-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.partnering-value .standards-wrapper .bottom-content > div {
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.partnering-value .standards-wrapper:hover .bottom-content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.partnering-value .standards-wrapper:hover .bottom-content > div {
  padding-top: 12px;
}
.partnership-form-section .main-wrapper {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
}
.partnership-form-section .form-container {
  padding-block: clamp(25px, 5vw, 40px);
}
/* ==========================================
  Event Detail
========================================== */
.about-event .main-wrapper {
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
}
.about-event .event-detail-card {
  border-bottom: 1px solid #0E163B29;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.about-event .event-detail-card:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.about-event .event-detail-card .title {
  color: rgba(33, 14, 59, 0.5);
  font-family: "Clash Grotesk", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.about-event .event-detail-card img {
  width: 45px;
}
.events-near-you .primary-heading {
  max-width: 790px;
  margin-inline: auto;
}
/* ==========================================
   Career Page
========================================== */
.career-tab-section .wrapper {
  gap: clamp(20px, 3vw, 40px);
}
.career-tab-section .wrapper .career-card-container {
  padding: clamp(20px, 5vw, 40px);
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.career-tab-section .wrapper .career-card-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.career-tab-section .wrapper .career-card-container:hover::before {
  opacity: 1;
}
.career-tab-section .wrapper .career-card-container:hover .content-wrapper .primary-description-sm {
  color: #FFD000;
}
.career-tab-section .wrapper .career-card-container:hover .content-wrapper .primary-description, .career-tab-section .wrapper .career-card-container:hover .content-wrapper .sub-heading {
  color: #fff;
}
.career-tab-section .wrapper .career-card-container:hover .floating-text-career {
  background: #fff;
}
.career-tab-section .wrapper .career-card-container .max {
  max-width: 800px;
}
.career-tab-section .wrapper .career-card-container .floating-text-career {
  border-radius: 80px;
  background: rgba(14, 22, 59, 0.05);
  width: fit-content;
  padding: 10px 16px;
  flex: 0 0 auto;
}
/* ==========================================
   Press Media
========================================== */
.newspaper-gallery {
  /* Marquee Wrapper */
}
.newspaper-gallery .marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.newspaper-gallery .marquee::before {
  content: '';
  width: 42.833px;
  height: 113px;
  background: #FFF;
  filter: blur(4.5500001907px);
  position: absolute;
  left: -20px;
  z-index: 999;
}
.newspaper-gallery .marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.newspaper-gallery .marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.newspaper-gallery .marquee-content img {
  padding: 14px 16px;
  object-fit: cover;
}
.newspaper-gallery .custom-divider {
  border-radius: 10px;
  background: radial-gradient(50% 50% at 50% 50%, #315393 0%, #F3F9FD 100%);
  width: clamp(20px, 5vw, 86px);
  height: 2px;
  transform: rotate(90deg);
}
@media (min-width: 991px) {
  .newspaper-gallery .content-wrapper {
    margin-left: 126px;
  }
}
.trusted-featured .featured-platform .inner-wrapper {
  padding: 45px 40px;
}
.trusted-featured .featured-platform .floating-text {
  border-radius: 80px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: 10px 16px;
}
@media (max-width: 575px) {
  .trusted-featured .featured-platform .inner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.education-columns-main .main-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.16);
  padding: 40px 24px;
}
.education-columns-main .custom-separator {
  background: rgba(14, 22, 59, 0.16);
  height: 1px;
  margin-block: 24px;
}
.interview-request .form-section {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: clamp(20px, 5vw, 35px);
}
.interview-request .icon-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(36, 170, 225, 0.1);
  background: #fff;
  padding: 12px 10px;
  height: 50px;
}
/* ==========================================
   NEET UG
========================================== */
.main-neet-ug-section .key-highlight-section .table {
  width: 100%;
  border: 1px solid #0E163B29;
  border-collapse: collapse;
}
.main-neet-ug-section .key-highlight-section .table td {
  padding: 24px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  white-space: nowrap;
}
.main-neet-ug-section .key-highlight-section .table thead, .main-neet-ug-section .key-highlight-section .table tbody {
  background: transparent;
}
.main-neet-ug-section .application-fee-structure-table .table-responsive .table {
  width: 100%;
  border: 1px solid #0E163B29;
  border-collapse: collapse;
}
.main-neet-ug-section .application-fee-structure-table .table-responsive .table td {
  padding: 24px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  white-space: nowrap;
}
.main-neet-ug-section .application-fee-structure-table .table-responsive .table thead, .main-neet-ug-section .application-fee-structure-table .table-responsive .table tbody {
  background: transparent;
}
.main-neet-ug-section .application-fee-structure-table .table-responsive .table-custom th {
  background: #0E163B !important;
  color: #fff;
  padding: 24px;
  white-space: nowrap;
}
.main-neet-ug-section .important-guidelines .guidelines-list {
  max-width: 634px;
}
.main-neet-ug-section .important-guidelines .guidelines-list .list-wrapper {
  margin-bottom: 32px;
}
.main-neet-ug-section .important-dates .document-wrapper {
  border-radius: 8px;
  border: 1px solid rgba(14, 22, 59, 0.2);
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: 24px;
}
.main-neet-ug-section .important-dates .document-wrapper .date {
  background: linear-gradient(274deg, #24AAE1 0.31%, #315091 100%);
  border-radius: 10px;
  padding: 6px 12px;
}
.main-neet-ug-section .important-dates .document-wrapper .date .date-gradient-text {
  font-family: "Clash Grotesk", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.main-neet-ug-section .important-dates .document-wrapper .date .day {
  font-family: "Clash Grotesk", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.main-neet-ug-section .important-dates .document-wrapper .status .confirmed {
  color: #158F06;
  border-radius: 8px;
  border: 1px solid #158F06;
  background: rgba(41, 167, 26, 0.2);
  font-family: "Instagram Sans", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 12px;
}
.main-neet-ug-section .important-dates .document-wrapper .status .tba {
  color: #BE9B00;
  border-radius: 8px;
  border: 1px solid #BE9B00;
  background: rgba(255, 208, 0, 0.2);
  font-family: "Instagram Sans", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 12px;
  text-decoration: uppercase;
}
.main-neet-ug-section .documents-required .document-wrapper {
  border-radius: 12px;
  border: 1px solid rgba(14, 22, 59, 0.2);
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: 24px;
}
.main-neet-ug-section .documents-required .document-wrapper ul li {
  margin-bottom: 10px;
}
.main-neet-ug-section .step-application .application-list-wrapper {
  max-width: 670px;
}
.main-neet-ug-section .step-application .application-list-wrapper .list-wrapper {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-neet-ug-section .step-application .application-list-wrapper .list-wrapper li {
  counter-increment: step;
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
}
.main-neet-ug-section .step-application .application-list-wrapper .list-wrapper li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #0E163B;
  padding: 20px;
  width: 52px;
  height: 52px;
  color: #fff;
  text-align: justify;
  font-family: "Instagram Sans", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.main-neet-ug-section .step-application .application-list-wrapper .list-wrapper li::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 45px;
  width: 2px;
  height: calc(100% - -20px);
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/04/dotted-connector.svg);
  background-repeat: repeat;
}
.main-neet-ug-section .step-application .application-list-wrapper .list-wrapper li:last-child::after {
  display: none;
}
.main-neet-ug-section .step-application .application-list-wrapper .key-highlights-list .highlight-text {
  color: #0E163B;
  font-family: "Instagram Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  border-radius: 6px;
  background: rgba(36, 170, 225, 0.3);
  padding: 6px 10px;
}
.main-neet-ug-section .neet-ug-form {
  background: #315091;
  padding: clamp(20px, 5vw, 40px);
  margin-bottom: 16px;
  border-radius: 6px;
}
.main-neet-ug-section .faq-cta {
  background: #24AAE1;
}
.main-neet-ug-section .faq-cta .content-wrapper {
  padding: 30px;
}
.main-neet-ug-section .sidebar-wrapper-parent {
  position: sticky;
  top: 100px;
}
/* ==========================================
   Pillar Page
========================================== */
.toc-pillar-content .blog-right-content {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: clamp(20px, 5vw, 40px);
  position: sticky;
  top: 100px;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper {
  margin-bottom: 35px;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper:last-child {
  margin-bottom: 0px;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper.active a {
  color: #315091 !important;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper.active a::after {
  background: #315091 !important;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper .toc-list-item::after {
  content: '';
  width: 90px;
  height: 1px;
  border-radius: 10px;
  background: rgba(71, 85, 105, 0.7);
  position: absolute;
  left: 0;
  bottom: -5px;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper .toc-list-item.active {
  color: #315091 !important;
}
.toc-pillar-content .blog-right-content .toc-list-item-wrapper .toc-list-item.active::after {
  background: #315091 !important;
}
.toc-pillar-content .pillar-main-content .content-list {
  padding-top: 10px;
}
.toc-pillar-content .pillar-main-content .content-list li::marker {
  color: #0E163B;
  font-weight: 500;
  font-family: "Clash Grotesk", serif;
  font-size: clamp(16px, 1.2vw, 20px);
}
.toc-pillar-content .pillar-main-content .content-list-with-image {
  list-style: none;
  padding-top: 10px;
}
.toc-pillar-content .pillar-main-content .content-list-with-image li {
  position: relative;
  padding-left: 15px;
}
.toc-pillar-content .pillar-main-content .content-list-with-image li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url('https://hsaeduworld.com/wp-content/uploads/2026/02/tick-icon.svg') no-repeat center;
  background-size: contain;
}
.toc-pillar-content .pillar-main-content .content-list-with-image .list-normal {
  list-style: disc;
}
.toc-pillar-content .pillar-main-content .content-list-with-image .list-normal li {
  margin-bottom: 24px;
}
.toc-pillar-content .pillar-main-content .content-list-with-image .list-normal li::before {
  content: none !important;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .list-wrapper {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .list-wrapper li {
  counter-increment: step;
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .list-wrapper li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 10px 11px;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: justify;
  font-family: "Instagram Sans", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  background: linear-gradient(274deg, #24AAE1 -48.87%, #315091 137.21%);
  overflow: hidden;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .list-wrapper li::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 45px;
  width: 2px;
  height: calc(100% - -20px);
  background: #0E163B1F;
  background-repeat: repeat;
  z-index: -1;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .list-wrapper li:last-child::after {
  display: none;
}
.toc-pillar-content .pillar-main-content .application-list-wrapper .key-highlights-list .highlight-text {
  color: #0E163B;
  font-family: "Instagram Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  border-radius: 6px;
  background: rgba(36, 170, 225, 0.3);
  padding: 6px 10px;
}
.toc-pillar-content .pillar-main-content .heading-unique {
  padding-top: clamp(50px, 8vw, 80px);
}
.toc-pillar-content .flag-fee-wrapper .wrapper {
  border-radius: 6px;
  border: 1px solid rgba(14, 22, 59, 0.12);
  padding: 16px;
}
.toc-pillar-content .primary-description ul {
  list-style: none;
}
/* ==========================================
   MBBS Lead Page
========================================== */
.welcome-to-hsa .stats-container {
  max-width: 585px;
  margin-inline: auto;
}
.abroad-destinations .destination-grids-wrapper {
  gap: clamp(20px, 5vw, 40px);
}
@media (max-width: 991px) {
  .abroad-destinations .destination-grids-wrapper {
    flex-wrap: wrap;
  }
  .abroad-destinations .destination-grids-wrapper .sliderCol {
    flex: 0 0 auto;
  }
}
.eduworld-stands-out .image-container {
  top: 100px;
}
.eduworld-stands-out .list-wrapper {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(36, 170, 225, 0.04) 1.95%, rgba(49, 80, 145, 0.04) 99.67%);
  padding: clamp(16px, 5vw, 24px);
}
@media (max-width: 767px) {
  .eduworld-stands-out .image-container {
    position: relative !important;
    top: 0;
  }
}
.mbbs-hero-custom {
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/04/mbbs-bg-image.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 180px 60px;
}
.mbbs-hero-custom .form-container {
  max-width: 480px;
  border-radius: 6px;
  background: #FFF;
  padding: clamp(20px, 3vw, 40px) clamp(12px, 3vw, 24px);
}
.mbbs-hero-custom .form-container .secondary-heading {
  font-size: clamp(25px, 2vw, 32px);
}
.mbbs-hero-custom .dark-yellow {
  color: #FFD000;
}
.mbbs-hero-custom .desc-custom {
  color: #FFDEA4 !important;
  position: relative;
  top: -30px;
}
.mbbs-hero-custom .floating-image {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mbbs-hero-custom .content-container .primary-description {
  max-width: 658px;
}
.mbbs-stories .stat-box {
  position: relative;
  padding-left: 16px;
}
.mbbs-stories .stat-box::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(https://hsaeduworld.com/wp-content/uploads/2026/04/gradient-separator.svg);
  width: 2px;
  height: 100%;
}
/* ==========================================
   Media Queries
========================================== */
@media (max-width: 1400px) {
  /* Home About */
  /* Home About End */
  .home-about .stats-container {
    bottom: 20px;
    z-index: -1;
  }
  .home-about .stats-container .stats-row {
    gap: 50px;
  }
  .university-partners .floating-form {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  /* Hover gap fix */
  /* Rotate on hover */
  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    border: none;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 38px;
    padding-left: 10px;
    border-radius: 0;
    background: #f8f8f8;
    width: max-content;
  }
  .navbar-nav .dropdown:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 38px;
  }
  .nav-item.dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  /* Home About */
  .home-about .about-image {
    height: 430px;
  }
  .home-about .about-image img {
    height: 430px;
  }
}
@media (max-width: 1200px) {
  /*University Partners*/
  /* Home About */
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("https://hsaeduworld.com/wp-content/uploads/2026/02/close-mobile.svg");
  }
  .navbar .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1050;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .navbar .header-button {
    padding-left: 16px;
    padding-bottom: 16px;
  }
  .navbar-collapse .navbar-nav {
    max-width: 960px;
    margin: auto;
    gap: 10px;
  }
  .navbar .nav-item {
    width: 100%;
  }
  .navbar .nav-item .dropdown-menu.show {
    border: none;
  }
  .navbar .nav-item .dropdown-menu.show li:last-child {
    border: 0;
  }
  .header-main .nav-item {
    border-bottom: 1px solid #0005110f;
    padding-block: 5px;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .header-dark .navbar-toggler {
    background: #fff;
  }
  .header-dark .navbar-collapse {
    background: linear-gradient(274deg, #315091 -0.68%, #24AAE1 137.21%);
    top: 65px;
  }
  .university-partners .univ-card-content .primary-description {
    font-size: 14px;
  }
  .university-partners .program {
    font-size: 14px !important;
  }
  .university-partners .arrow img {
    width: 14px;
  }
  .home-hero .hero-media .play-button {
    bottom: 50px;
    right: 50px;
  }
  .home-about .stats-container {
    position: relative;
    margin-top: 60px;
  }
  .home-about .stats-container .stats-row {
    gap: 50px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .custom-break {
    flex-wrap: wrap;
  }
  .custom-break .left-image {
    height: auto !important;
  }
  .what-we-believe .video-container .play-button {
    width: 40px;
  }
  .about-video .video-container .play-button, .about-video .video-container .pause-button {
    width: 40px;
  }
}
@media (max-width: 991px) {
  /* header */
  /* footer */
  /*Core Services*/
  /*Core Services*/
  /* What We Believe*/
  /* What We Believe End */
  /*featured Blog */
  /* TOC */
  .header-main .bottom-header .primary-description, .header-main .bottom-header .latest-news-text {
    font-size: 12px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .main-footer-nav ul {
    gap: 20px;
  }
  .core-services .row .core-service-col {
    border-right: 0px !important;
    border-bottom: 1px solid #0E163B29 !important;
    padding-block: 36px !important;
  }
  .core-services .row .core-service-col:nth-child(1), .core-services .row .core-service-col:nth-child(3), .core-services .row .core-service-col:nth-child(5) {
    border-right: 1px solid #0E163B29 !important;
  }
  .custom-services .row .core-service-col {
    border-right: 0px !important;
    border-bottom: 1px solid #0E163B29 !important;
    padding-block: 36px !important;
  }
  .custom-services .row .core-service-col:nth-child(1), .custom-services .row .core-service-col:nth-child(3), .custom-services .row .core-service-col:nth-child(5), .custom-services .row .core-service-col:nth-child(7) {
    border-right: 1px solid #0E163B29 !important;
  }
  .what-we-believe .section-cards-container .section-card {
    padding: 20px;
  }
  .why-study-georgia .stacked-tabs {
    gap: 20px;
    display: flex;
    flex-direction: row !important;
    white-space: nowrap;
  }
  .featured-blog-section .featured-blogs-wrapper {
    flex-wrap: wrap;
  }
  #blogToc {
    position: fixed;
    top: 0;
    right: -100%;
    width: 330px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: 0.4s ease;
    padding: 20px;
    margin-top: 0;
  }
  #blogToc.active {
    right: 0;
  }
  #openToc {
    position: fixed;
    bottom: 24px;
    left: 7%;
    width: fit-content !important;
    z-index: 1;
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 14px;
    background: #0E163B;
    border: 1px solid #0E163B;
  }
  .toc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .toc-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .mbbs-hero-custom {
    padding-block: 140px 60px;
  }
  .mbbs-hero-custom .custom-row {
    flex-direction: column-reverse;
  }
  .home-hero .play-button {
    bottom: 20px !important;
    right: 20px !important;
    width: 55px;
  }
  .home-hero .play-button .play {
    right: 22px !important;
    top: 20px !important;
    width: 12px;
  }
  .home-hero .play-button .pause {
    right: 20px !important;
    top: 20px !important;
    width: 12px;
  }
}
@media (max-width: 767px) {
  .what-we-believe .left-col {
    position: relative !important;
  }
  .home-newsletter-section .newsletter-content {
    border-radius: 0;
  }
  .founder-section .founder-container .founder-content {
    bottom: 20px;
  }
  .founder-section .founder-container .play-icon {
    right: 20px;
    bottom: 20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  /* Mobile Slider */
  /*Core Services*/
  /*Core Services*/
  /*Our Students*/
  /* Start Journey*/
  /* Home Hero */
  .mobile-slider {
    position: relative;
    flex-wrap: nowrap !Important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  .sliderCol {
    flex: 0 0 calc(100% - 60px);
    scroll-snap-align: start;
    padding-right: 16px;
  }
  .core-services .row .core-service-col {
    border-right: 0px !important;
    border-bottom: 0px solid #0E163B29 !important;
    padding-block: 0px !important;
  }
  .core-services .row .core-service-col:nth-child(1), .core-services .row .core-service-col:nth-child(3), .core-services .row .core-service-col:nth-child(5) {
    border-right: 0px solid #0E163B29 !important;
  }
  .custom-services .row .core-service-col {
    border-right: 1px solid #0E163B29 !important;
    border-bottom: 0px solid #0E163B29 !important;
    padding-block: 0px !important;
  }
  .custom-services .row .core-service-col:last-child {
    border-right: none !important;
  }
  .our-students-now-doctors .dual-buttons .custom-btn, .our-students-now-doctors .dual-buttons .custom-btn-outline {
    width: 100%;
    justify-content: center;
  }
  .start-journey-section .animated-words {
    position: absolute;
    top: 65%;
    height: 60px;
  }
  .start-journey-section .animated-words .gradient-text {
    width: 100%;
  }
  .home-hero .hero-content .flag-heading {
    font-size: 8px;
  }
  .home-hero .hero-content .flags {
    display: flex;
    gap: 4px;
  }
  .home-hero .hero-content .flags img {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .legacy-section .custom-legacy-slider-container::after {
    top: 55%;
  }
  .footer .study-menu-list .sub-heading, .footer .copyright-section .sub-heading {
    font-size: 14px;
  }
  .footer .study-menu-list a, .footer .study-menu-list .primary-description, .footer .copyright-section a, .footer .copyright-section .primary-description {
    font-size: 12px;
  }
}
