:root {
  --bg-primary-soft: #FFFFFF;
	--bg-secondary-medium: #F9FAFB;
  --bg-neutral-secondary-medium: #F9FAFB;
  --bg-neutral-tertiary-medium: #F3F4F6;
  --bg-success-soft: #DCFFEF;
  --bg-white-08: rgba(255, 255, 255, 0.08);
  --border-base-medium: #E5E7EB;
  --text-body: #4A5565;
  --text-body-light: #6A7282;
  --text-heading: #101828;
  --text-success-strong: #006045;
  --color-white-30: rgba(255, 255, 255, 0.30);
  --color-white-45: rgba(255, 255, 255, 0.45);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-white-85: rgba(255, 255, 255, 0.85);
}

body.dark-theme,
[data-theme='dark'] {
  --bg-primary-soft: #1F2937;
	--bg-secondary-medium: #374151;
  --bg-neutral-secondary-medium: #374151;
  --bg-neutral-tertiary-medium: #4B5563;
  --bg-success-soft: #064E3B;
  --bg-white-08: rgba(255, 255, 255, 0.08);
  --border-base-medium: #4B5563;
  --text-body: #D1D5DB;
  --text-body-light: #9CA3AF;
  --text-heading: #F9FAFB;
  --text-success-strong: #DCFFEF;
  --color-white-30: rgba(255, 255, 255, 0.3);
  --color-white-45: rgba(255, 255, 255, 0.45);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-white-85: rgba(255, 255, 255, 0.85);
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueBlack.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueBlack.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueBold.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueBold.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueLight.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueLight.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueMedium.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueMedium.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueRoman.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueRoman.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueRoman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueThin.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueThin.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("../fonts/Helvetica/HelveticaNeueUltraLight.woff2") format("woff2"),
    url("../fonts/Helvetica/HelveticaNeueUltraLight.woff") format("woff"),
    url("../fonts/Helvetica/HelveticaNeueUltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Corda";
  src:
    url("../fonts/Corda/Corda-Bold.woff2") format("woff2"),
    url("../fonts/Corda/Corda-Bold.woff") format("woff"),
    url("../fonts/Corda/Corda-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.text-white-45 {
  color: var(--color-white-45) !important;
}
.text-white-60 {
  color: var(--color-white-60) !important;
}
.text-white-85 {
  color: var(--color-white-85) !important;
}
.border-top-white-30 {
  border-top: 1px solid var(--color-white-30) !important;
}


/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
body {
  font-family: "Helvetica Neue";
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  background: white!important;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus {
  text-decoration: none;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 100, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
input:focus,
button:focus {
  outline: none;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
button {
  outline: medium none;
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica Neue";
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
li {
  list-style: none;
}


/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}


.swiper {
  padding-block: 35px;
}

/* Partners slider */
.partners-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 35px;
  gap: 22px;
  z-index: 10;
}

.partners-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s;
}

.partners-slider .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #602970, #23709b);
  width: 24px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
/* button style */
/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel .owl-nav div {
  background: #f2fcff;
  height: 60px;
  left: 0px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
  font-size: 12px;
  color: #c7cfd2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 225, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 228, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #202e3b;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-85 {
  margin-bottom: 85px;
}
#carouselExampleControls {
  z-index: 0;
}
@media (max-width: 575.98px) {
  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 40px;
  }
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {
  /* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-65 {
    margin-bottom: 20px;
  }
}

/* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px;
}

/* line 260, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_12 {
  margin-bottom: 12px;
}

/* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 269, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_23 {
  margin-bottom: 23px;
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_24 {
  margin-bottom: 24px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_25 {
  margin-bottom: 25px;
}

/* line 278, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 281, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_35 {
  margin-bottom: 35px;
}

/* line 284, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_40 {
  margin-bottom: 40px;
}

/* line 287, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_45 {
  margin-bottom: 45px;
}

/* line 290, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_37 {
  margin-bottom: 37px;
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

/* line 296, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_55 {
  margin-bottom: 55px;
}

/* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_60 {
  margin-bottom: 60px;
}

/* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_70 {
  margin-bottom: 70px;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_76 {
  margin-bottom: 76px;
}

/* line 308, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_80 {
  margin-bottom: 80px;
}

/* line 312, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 318, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 321, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

/* line 324, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_24 {
  margin-top: 24px;
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 330, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

/* line 333, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

/* line 336, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_70 {
  margin-top: 70px;
}

/* line 340, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_27 {
  margin-bottom: 27px;
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_15 {
  margin-right: 15px;
}

/* line 347, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_20 {
  margin-right: 20px;
}

/* line 350, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_30 {
  margin-right: 30px;
}

/* line 353, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_40 {
  margin-right: 40px;
}

/* line 356, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_50 {
  margin-right: 50px;
}

/* line 359, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_10 {
  margin-right: 10px;
}

/* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  /* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .pt_70 {
    padding-top: 30px;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.xl_mb_60 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .xl_mb_60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1470px) {
  /* line 403, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .container {
    max-width: 1464px;
  }
}


/* line 502, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  grid-gap: 22px;
}

/* line 510, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot {
  margin: 0 5px;
}

/* line 512, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 30px;
  background: #676464;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}

/* line 521, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  left: -7px;
  top: -7px;
}

/* line 531, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span:hover {
  transform: scale(1.2);
}

/* line 536, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span {
  background: #642872;
}

/* line 539, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span::before {
  border-color: #642872;
}

/* line 547, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_10 {
  font-size: 10px;
}

/* line 550, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_14 {
  font-size: 14px;
}

/* line 553, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_15 {
  font-size: 15px;
}

/* line 556, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_16 {
  font-size: 16px !important;
}

/* line 559, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_18 {
  font-size: 18px;
}

/* line 562, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_20 {
  font-size: 20px;
}

/* line 565, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_22 {
  font-size: 22px;
}

/* line 568, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_24 {
  font-size: 24px;
}

/* line 571, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_25 {
  font-size: 25px;
}

/* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_30 {
  font-size: 30px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  /* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_30 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_40 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767.98px) {
  /* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_40 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 590, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_45 {
  font-size: 45px;
}

/* line 593, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_50 {
  font-size: 50px;
}

/* line 596, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_60 {
  font-size: 60px;
}

/* line 599, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_70 {
  font-size: 70px;
}

/* line 602, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_80 {
  font-size: 80px;
}

/* line 607, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_300 {
  font-weight: 300;
}

/* line 610, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_400 {
  font-weight: 400 !important;
}

/* line 613, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_500 {
  font-weight: 500;
}

/* line 616, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_600 {
  font-weight: 600;
}

/* line 619, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_700 {
  font-weight: 700;
}

/* line 622, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_800 {
  font-weight: 800;
}

/* line 626, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.dot_devide {
  display: inline-block !important;
}

/* line 645, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_1 {
  font-family: "Helvetica Neue";
}

/* line 648, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_2 {
  font-family: "Helvetica Neue";
}

/* line 653, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_24 {
  grid-gap: 24px;
}

/* line 656, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_12 {
  grid-gap: 12px;
}

/* line 659, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_14 {
  grid-gap: 14px;
}

/* line 662, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_20 {
  grid-gap: 20px;
}

/* line 665, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_30 {
  grid-gap: 30px;
}

/* line 669, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select::after {
  border-bottom: 1px solid #687083;
  border-right: 1px solid #687083;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}

/* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box {
  padding: 30px 30px 0 30px;
  max-width: 100%;
  border-radius: 5px !important;
  border: 1px solid #e9e7f7;
  border-bottom: 0;
  margin-top: 16px;
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  /* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select .nice-select-search-box {
    width: 100%;
  }
}

/* line 687, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::before {
  content: "";
  position: absolute;
  left: 25px;
  transform: translateX(0%) rotate(-130deg);
  width: 25px;
  height: 25px;
  background: #fff;
  border-bottom: 1px solid #eceef4;
  z-index: 1;
  top: -13px;
  border-right: 1px solid #eceef4;
}

/* line 700, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::after {
  content: "\e610";
  font-family: "Helvetica Neue";
  color: #ff5170;
  font-size: 18px;
  position: absolute;
  left: 50px;
  top: 32px;
}

/* line 709, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input {
  background: #f9f9fd;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  font-family: "Helvetica Neue";
  background: #f9f9fd;
  border-radius: 5px;
  height: 50px;
  padding-left: 48px;
  border: 0 !important;
}

/* line 720, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input::placeholder {
  color: #687083;
  font-weight: 500;
}

/* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list {
  max-width: 436px;
  border: 1px solid #e9e7f7;
  margin-top: 18px;
  overflow-y: auto !important;
  margin-top: 95px;
  box-shadow: none !important;
  padding: 15px 0 19px 0;
  border-radius: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 767.98px) {
  /* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select ul.list {
    width: 100%;
  }
}

/* line 739, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option {
  font-size: 16px;
  font-weight: 600;
  color: #202e3b;
  font-family: "Helvetica Neue";
  padding: 0px 30px;
  background: transparent;
}

/* line 746, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option.focus,
.nice-select ul.list li.option:hover,
.nice-select ul.list li.option.selected.focus {
  color: #ff5170;
  background: #fff;
}

/* line 804, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 30px;
  min-width: 95px;
  line-height: 30px;
}

/* line 809, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select::after {
  right: 20px;
  top: 6px;
}

/* line 813, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .current {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 500;
  color: #9f9f9f;
  line-height: 30px;
}

/* line 820, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list {
  width: 100%;
}

/* line 822, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

/* line 828, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select {
  border: solid 1px #e1e2e6 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background: #f8f8f8;
  border: 1px solid #eaeaea !important;
  border-radius: 8px;
}

/* line 836, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select.select_transparent {
  background: transparent !important;
}

/* line 839, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select::after {
  right: 25px;
  top: 13px;
  color: #2d3436;
  font-size: 12px;
}

/* line 845, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .current {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 50px;
}

/* line 852, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list {
  width: 100%;
}

/* line 854, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 898, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal {
  background-color: #f6f8fa;
}

/* line 900, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .form-control:focus {
  box-shadow: none;
}

/* line 903, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #fff;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 907, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 911, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 917, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 919, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body input,
.cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 931, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 933, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
  top: 35%;
  transform: translateY(-50%);
}

/* line 938, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 942, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 945, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 953, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 959, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #202e3b;
}

/* line 964, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 970, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  margin-top: 0;
}

/* line 975, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 978, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 984, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285f4;
  border: 1px solid #4285f4;
}

/* line 991, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 998, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #202e3b;
}

@media (min-width: 576px) {
  /* line 1007, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .instructor_cta .modal-dialog {
    max-width: 625px;
    margin: 1.75rem auto;
  }
}

/* line 1013, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.modal-header .close {
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}

/* line 1020, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  justify-content: center;
}

/* line 1026, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a {
  width: 48px;
  height: 48px;
  border-radius: 0%;
  border: 1px solid #d6d6d6;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue";
}

/* line 1038, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active,
.theme_pagination a:hover {
  background: #ff5170;
  color: #fff;
  border-color: #ff5170;
}

/* line 1043, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active i,
.theme_pagination a:hover i {
  color: #fff !important;
}

/* line 1047, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination {
  border-color: #ff5170;
}

/* line 1049, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination i {
  font-size: 20px;
  color: #ff5170;
}

/* line 1057, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.border_line {
  background: #392c7d;
  height: 2px;
  width: 80px;
  display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn {
  background: #ff5170;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn {
  padding: 16px 25px;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn3 {
  padding: 15px 20px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn4 {
  padding: 11px 21px;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn5 {
  padding: 13.5px 46px;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {
  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn {
    padding: 15px 16px;
  }
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover {
  color: #ff5170;
  border-color: #ff5170;
  background: transparent;
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover svg path {
  fill: none;
  stroke: #ff5170;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2 {
  background: #392c7d;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.large_btn {
  padding: 20px 28px;
  border-radius: 8px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn2 {
  padding: 16px 39px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn3 {
  padding: 15px 20px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn4 {
  padding: 11px 21px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn5 {
  padding: 13.5px 46px;
}

/* line 95, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {
  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn2 {
    padding: 15px 16px;
  }
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2:hover {
  color: #392c7d;
  border-color: #392c7d;
  background: transparent;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite {
  background: #fff0f2;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 14px;
  color: #ff5170;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite.round_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite:hover {
  color: #fff;
  border-color: #ff5170;
  background: #ff5170;
}

/* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn {
  background: transparent;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #ff5170;
  font-weight: 600;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  border-color: #ff5170;
}

@media (max-width: 575.98px) {
  /* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_line_btn {
    padding: 15px 16px;
  }
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn3 {
  padding: 12px 15px;
}

/* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn:hover {
  color: #fff;
  border-color: #ff5170;
  background: #ff5170;
}

/* line 176, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 13px 34px;
  text-transform: capitalize;
  display: inline-block;
}

/* line 188, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.fb_bg {
  background: #395799;
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Twitter_bg {
  background: #03abf0;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Pinterest_bg {
  background: #c92128;
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Linkedin_bg {
  background: #0477b5;
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn i {
  margin-right: 6px;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn:hover {
  color: #fff;
  background: #ff5170;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #202e3b;
  font-weight: 600;
  padding: 21px 28px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn:hover {
  color: #fff;
  border-color: #ff5170;
  background: #ff5170;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2 {
  background: rgba(251, 17, 89, 0.1);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #ff5170;
  font-weight: 600;
  padding: 13.5px 26px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2:hover {
  color: #fff;
  border-color: #ff5170;
  background: #ff5170;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link {
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica Neue";
  color: #202e3b;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link:hover {
  color: #202e3b;
}

/* line 271, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_200 {
  min-width: 200px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_150 {
  min-width: 150px;
}

/* line 280, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #ff5170;
}

/* line 286, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5170;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* line 297, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon:hover {
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 767.98px) {
  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title.mb_80 {
    margin-bottom: 50px;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title.white_text h3,
.section__title.white_text p {
  color: #fff;
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title > span {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #202e3b;
  margin-bottom: 17px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3.large_title {
  font-size: 60px;
  line-height: 76px;
}

@media (max-width: 575.98px) {
  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1700.98px) {
  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (max-width: 575.98px) {
  /* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue";
  color: #6b6b6b;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  /* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2.mb_76 {
    margin-bottom: 50px;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2.white_text h3,
.section__title2.white_text p {
  color: #fff;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 span {
  font-size: 14px;
  color: #373737;
  font-family: "Helvetica Neue";
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #202e3b;
}

@media (max-width: 767.98px) {
  /* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2 br {
    display: none;
  }
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 9px;
}

@media (max-width: 767.98px) {
  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  /* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin-50 {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin-50 {
    margin-bottom: 30px;
  }
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  /* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 145, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_40 {
    margin-bottom: 30px;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 .subheading_text {
  display: block;
  font-size: 16px;
  color: #ff5170;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 {
  font-size: 40px;
  font-weight: 800;
  color: #202e3b;
  margin-bottom: 9px;
  line-height: 1.38;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 span {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

/* line 175, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  /* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_52 {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {
  /* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_52 {
    margin-bottom: 30px;
  }
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  /* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 198, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_40 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1200px) {
  /* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 0.9s ease 5s;
  user-select: none;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }

  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: 0.8;
  }

  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: 0.6;
  }

  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: 0.85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.5;
  }

  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: 0.8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: 0.8;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: 0.9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 0.9;
  }

  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: 0.8;
  }

  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: 0.8;
  }

  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }

  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: 0.6;
  }

  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 0.7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: 0.7;
  }

  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: 0.8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: 0.9;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: 0.9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }

  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }

  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area {
  background: #392c7d;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
  display: flex;
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 767.98px) {
  /* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
    display: none !important;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  grid-gap: 8px;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_left
    p {
    font-size: 14px;
    grid-gap: 8px;
    white-space: nowrap;
  }
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_left
  p
  i {
  margin-right: 5px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
  display: flex;
  grid-gap: 26px;
  align-items: center;
}

@media (max-width: 767.98px) {
  /* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
    flex: 1 1 0;
    justify-content: center;
    justify-content: space-between;
    grid-gap: 15px;
  }

  .online_admission_text {
    margin-left: auto;
  }

  .online_admission_text a {
    font-size: 10px !important;
  }
}

/* line 88, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .header_topbar_social {
  display: flex;
  grid-gap: 20px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .header_topbar_social
  a {
  font-size: 17px;
  color: #fff;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .header_topbar_social
    a {
    font-size: 14px;
  }

  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .header_topbar_social {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .header_topbar_social
    a {
    font-size: 14px;
  }
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .header_topbar_social
  a:hover {
  color: #ff5170;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .login__regiter::before {
  position: relative;
  content: "";
  height: 24px;
  width: 1px;
  background: #3c4e56;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .login__regiter::before {
    display: none;
  }
}

/* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .login__regiter
  a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .login__regiter
    a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header_topbar_area
    .header_topbar_wrapper
    .header_topbar_right
    .login__regiter
    a {
    font-size: 14px;
  }
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header_topbar_area
  .header_topbar_wrapper
  .header_topbar_right
  .login__regiter
  a:hover {
  color: #ff5170;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991.98px) {
  /* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper {
    padding: 10px 0;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .logo_img {
  margin-right: 80px;
}

@media (max-width: 991.98px) {
  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1899.98px) {
  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header__wrapper
    .header__left
    .category_search
    .theme_search_field {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {
  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header__wrapper
    .header__left
    .category_search
    .theme_search_field {
    display: none !important;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399.98px) {
  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header__wrapper
    .header__left
    .category_search
    .theme_search_field {
    width: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499.98px) {
  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header__wrapper
    .header__left
    .category_search
    .theme_search_field {
    width: 300px;
  }
}

/* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .category_search .categories_menu {
  font-size: 16px;
  color: #687083;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  /* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area
    .header__wrapper
    .header__left
    .category_search
    .categories_menu {
    display: none !important;
  }
}

/* line 207, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area
  .header__wrapper
  .header__left
  .category_search
  .categories_menu
  i {
  font-weight: 900;
  margin-right: 10px;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu {
  margin-left: auto;
  margin-right: 0;
}

/* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li.submenu_active > a {
  color: #ff5170;
}

/* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a {
  color: #392c7d;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 19px;
  padding: 34px 0;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Helvetica Neue";
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background: #ff5170;
  transition: 0.3s;
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
  color: #ff5170;
}

/* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover::before,
.header_area .main_menu ul li a.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    font-size: 15px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 309, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: #202e3b;
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

/* line 323, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
  color: #ff5170;
}

/* line 328, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: #ff5170;
}

/* line 337, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover > a {
  color: #ff5170;
}

/* line 341, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Helvetica Neue";
}

/* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p span a {
  color: #392c7d;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

/* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

/* line 400, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543de;
}

/* line 406, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .contact_btn {
  margin-left: 48px;
}

/* line 411, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.navbar_fixed {
  background: #fff;
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition:
    transform 500ms ease,
    background 500ms ease;
  -webkit-transition:
    transform 500ms ease,
    background 500ms ease;
}

.student-form .card,
.agent-form .card,
.partner-form .card {
  margin: 60px auto;
  border-radius: 16px;
  border: 0;
  background-color: #f8f8f8;
  min-width: 800px;
}

.student-form.dashboard .card {
  margin: 30px auto 80px;
}

.student-form .card-header {
  background-color: #ddefeb;
  padding: 20px 40px;
  border-radius: 16px !important;
  margin-bottom: 25px;
  border: 0;
}

.partner-form .card-header {
  background-color: #e3f2fb;
  padding: 20px 40px;
  border-radius: 16px !important;
  margin-bottom: 25px;
  border: 0;
}

.agent-form .card-header {
  background-color: #ffe5d6;
  padding: 20px 40px;
  border-radius: 16px !important;
  margin-bottom: 25px;
  border: 0;
}

.student-form .card-header h3,
.agent-form .card-header h3,
.partner-form .card-header h3 {
  background: linear-gradient(90deg, #272727 0%, #602970 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.student-form .card-body,
.agent-form .card-body,
.partner-form .card-body {
  background-color: #f9f8f6;
  padding-top: 30px;
  padding-left: 40px;
  border: 0;
  border-radius: 16px;
  padding-right: 40px;
}



/* Language styles */
.language-dropdown {
  right: 0;
  z-index: 999;
  min-width: 160px;
}

.dropdown-item-option {
  margin : 0 10px;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  font-size: 14px!important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-body);
}

.dropdown-item-option:hover {
  background: var(--bg-neutral-tertiary-medium)!important;
}










.custom-validation-error {
  color: #ff4d4f;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .student-form .card,
  .agent-form .card,
  .partner-form .card {
    min-width: 100% !important;
  }


  .tabs-section-home h1 {
    padding-top: 30px !important;
  }

  .right-side-home {
    padding-top: 10%;
    padding-bottom: 10%;
  }



  #back-top {
    bottom: 60px !important;
  }
}

.inside-slide .mobile {
  display: none;
}

.inside-slide > div {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-35%, -50%);
}

.inside-slide > div > p {
  font-size: 45px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  max-width: 75%;
  line-height: 1.3;
  margin-bottom: 40px;
}

.inside-slide > div > a {
  font-size: 45px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
}

.inside-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 800px;
}

.privacy-policy {
  color: #272727;
  text-decoration: underline;
}

.privacy-policy:hover {
  color: #009e8f;
  text-decoration: underline;
}


.student-form .back-study-btn,
.agent-form .back-study-btn,
.partner-form .back-study-btn {
  background-color: #642872;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}

.student-form #extra-comment,
#comment-main {
  width: 100%;
  min-height: 75px;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ebe9e1;
  color: #555555;
  font-size: 14px;
  background-color: white;
}

#comment-main {
  min-height: 250px;
}

.row.special-gap {
  gap: 30px;
}

.mrg-top {
  margin-top: 50px !important;
}

.student-form textarea::placeholder {
  color: #555555;
  font-weight: 300;
  font-size: 14px;
}

.checkboxess {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ins-tit {
  color: #009e8f;
  margin: 20px 0;
}

.checkboxess label {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
  color: #676464;
}

.student-form input[type="checkbox"] {
  width: 20px;
  accent-color: #591E9D;
  height: 20px;
}

.agent-form input[type="checkbox"] {
  width: 12px;
  accent-color: #ffe5d6;
  height: 12px;
}

.header-newcarousel {
  color: #642872;
  font-size: 40px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 30px;
}
/*landing*/
.tabs-section-home h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(
    90deg,
    #602970 0%,
    #78458d 25%,
    #3c5e8e 75%,
    #23709b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 30px;
  padding-top: 50px;
}

.tabs-section-home .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: stretch;
  width: 100%;
  background-color: #ebe9e180;
  padding: 6px;
  border-radius: 50px;
}

.tabs-section-home .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.tabs-section-home .nav-tabs .nav-item {
  flex: 1 1 0;
  /* make each tab item equal width */
  text-align: center;
}

.tabs-section-home .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  border: none;
  /* background-color: #f5f4f0; */
  color: #333;
  font-weight: 600;
  padding: 14px 20px;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.tabs-section-home .nav-tabs .nav-link.active {
  background: #fff;
  color: #0a0a0a;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.tabs-section-home .accordion-button-new:not(.collapsed) {
  color: #0a0a0a;
  font-size: 18px;
  padding: 30px 30px 0px 30px;
}

div#infoTabsContent {
  margin-top: 41px;
}

.tabs-section-home .accordion-button-new {
  color: #0a0a0a;
  font-size: 18px;
  padding: 20px 30px 20px 30px;
  font-weight: 700;
}



.info-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -110px;
  left: 22%;
  transform: translateX(-50%);
}

.info-icon img {
  width: 40%;
  height: auto;
}

.info-body {
  margin-top: 20px;
}

.card-1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #602970 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.card-2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #0c413c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.card-3 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  background: linear-gradient(to right, #272727 0%, #5b2f11 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.info-body p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.info-link {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* space between text and icon */
  vertical-align: middle;
}

.info-link__icon {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.info-link__icon-header {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.info-link:hover {
  color: #23709b;
  border-color: #23709b;
}

.info-link:hover .info-link__icon {
  transform: translateX(3px);
}

.card-1 {
  background-color: #ddefeb;
  border-radius: 40px;
}

.card-2 {
  background-color: #ffe5d6;
  border-radius: 40px;
}

.card-3 {
  background-color: #e3f2fb;
  border-radius: 40px;
}

.right-front {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.partners-slider {
  margin: 0px auto;
  background: #f9fafb;
}

.partner-item {
  background: #f9fafb;
  border-radius: 16px;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  box-shadow: none;
  transition: all 0.3s ease;
}

.partner-item:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.partner-item:hover img {
  filter: none;
}

.partners-slider .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.partners-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.tabs-section-home .accordion-item {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.tabs-section-home .accordion-item:first-of-type{
  border-top-left-radius: 16px!important;
  border-top-right-radius: 16px!important;
}
.tabs-section-home .accordion-item:last-of-type{
  border-bottom-left-radius: 16px!important;
  border-bottom-right-radius: 16px!important;
}
.partners-slider .owl-dots .owl-dot.active span {
  background: linear-gradient(to right, #602970, #23709b);
  width: 24px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.partners-slider .owl-dots .owl-dot.active span::before {
  border-color: transparent;
}

/* ✅ Protect Owl dots from Bootstrap interference */
.partners-slider .owl-dot {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.partners-slider .owl-dots button.owl-dot span {
  pointer-events: none;
}

.partners-slider .owl-dots .owl-dot:hover span {
  transform: scale(1.1);
}

.partners-slider .owl-dots.disabled {
  display: block !important;
  /* force visible even if Owl disables */
  opacity: 1 !important;
  pointer-events: auto;
}

.faq-section .btn.active {
  background-color: #642872 !important;
  color: #fff !important;
}

.accordion-button {
  font-weight: 600;
  background-color: #f9f9fb;
  color: #333;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: #642872;
  background-color: #f3e8ff;
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}




.button-new-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  gap: 10px;
  border-radius: 20px;
  background-color: rgba(167, 164, 180, 0.2);
  /* #A7A4B4 at 20% opacity */
  color: #333;
  /* adjust as needed */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  width: fit-content;
  /* Hug width */
  height: auto;
  /* Hug height */
  top: -56px;
  /* from your Figma spec */
  border: none;
  cursor: default;
}

.education-section {
  background: #fff;
  padding: 30px 0 90px 0;
}

.education-section p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #272727;
  margin-bottom: 12px;
  background: transparent;
  /* remove white background from text */
  padding: 0;
}

.education-section h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #272727;
  margin-bottom: 4px;
  background: transparent;
  /* remove white background from text */
  padding: 0;
}

.edu-card {
  background: #ebe9e14d;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.edu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.edu-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

.edu-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.edu-card ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.edu-card ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  list-style: none;
}

.edu-card ul li strong {
  color: #111;
}

.read-more {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.read-more i {
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(4px);
}

.tabs-section-home .accordion-button-new {
  background-color: #FAFBFF;
  border-radius: 15px;
}

.tabs-section-home .accordion-body-new {
  width: 100%;
  padding: 0px 30px 20px 30px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  text-align: left;
  background-color: #FAFBFF;
  overflow-anchor: none;
  border: 0 !important;
  border-radius: 15px;
}

.tabs-section-home .accordion-button-new .icon {
  margin-left: auto;
  color: #0a0a0a;
}


.owl-carousel .item img {
  max-width: 120px;
  height: auto;
  margin: auto;
}

.owl-carousel {
  padding: 20px 0;
}




.accordion-body-new {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0 !important;
}

.accordion-button-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 40px;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #676464;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0 !important;
}

.accordion-button-new:not(.collapsed) {
  color: #642872;
  font-weight: bold;
}

.accordion-button-new .icon {
  margin-left: auto;
  color: #642872;
}

.accordion-button-new .icon i {
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.accordion-item {
  border-bottom: 1px solid #d5d3d0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.btn-primary-collapsed {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #642872 !important;
  line-height: 22px !important;
  text-decoration: underline !important;
  padding-top: 12px !important;
  padding-left: 0px !important;
}

.card-body-readmore {
  padding: 0px;
}

.card-readmore {
  font-size: 18px;
  font-weight: normal;
  color: #676464;
  line-height: 22px;
  border: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25);
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.footer-icon {
  width: 22px;
  height: 22px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.footer-icon:hover {
  opacity: 1;
}

.text-footer-center {
  flex: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .text-footer-center {
    order: 3;
  }
}

button.carousel-control-next,
button.carousel-control-prev {
  background-color: transparent;
  border: 0;
}

.agentform {
  color: #fa5f05;
  font-weight: bold;
  padding-bottom: 20px;
}

.input-group.different {
  flex-wrap: nowrap;
}

.prefiks {
  border: 1px solid #ebe9e1;
  border-top-left-radius: 15px;
  border-right-width: 0;
  border-bottom-left-radius: 15px;
  color: #676464;
  font-size: 16px;
  padding: 10px;
  background-color: white;
  min-height: 50px;
  display: flex;
  align-items: center;
}

#phoneid-error {
  width: 100%;
}

.succes-message h5 {
  font-size: 45px;
  line-height: 47px;
  color: #fa5f05;
  font-weight: bold;
  padding-top: 20px;
}

.success-partner h5 {
  font-size: 45px;
  line-height: 47px;
  color: #14b1e7;
  font-weight: bold;
  padding-top: 20px;
}

.succes-message h6,
.success-partner h6 {
  font-size: 24px;
  line-height: 47px;
  color: #676464;
  font-weight: 500;
  padding-bottom: 10px;
}

.submit-study-btn {
  color: #fff;
  background-color: #fa5f05;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}

.submit-study-btn:hover,
.submit-study-agent-btn:hover {
  color: #fff;
}

.submit-study-agent-btn {
  color: #fff;
  background-color: #14b1e7;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}

.application-dashboard .card-body h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

.application-dashboard .card-body {
  padding: 50px 30px;
}


.status-details {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin: 0 0 30px 0;
  min-height: 115px;
  column-gap: 35px;
}

.notes {
  border-top: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 0 !important;
  min-height: 120px;
}

.notes h5 {
  padding: 10px 0 10px 15px;
}

.notes ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 35px;
  row-gap: 15px;
}

.notes ul li {
  padding: 17px 15px;
  color: #676464;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  background: #ebe9e1;
  border-radius: 15px;
  width: 31%;
}

.notes ul li:last-child {
  border-bottom: 0;
}

.img-cove {
  min-height: 100%;
}

.img-cove img {
  object-fit: cover;
  min-height: 310px;
}

#extraData h5 {
  color: #642872;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: bold;
}

#extraData .modal-content {
  min-height: 305px;
}

#extraData .modal-header {
  border-bottom: 0;
  justify-content: center;
}

#extraData .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#extraData .next-btn {
  background-color: #009e8f;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}

.main-next h4 {
  color: #272727;
  font-size: 14px;
  margin-bottom: 0;
}

.main-next p {
  color: #555555;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}

#small-carrusel {
  padding: 50px 0 80px;
}

#small-ads {
  border-top: 0px solid white;
}

#small-ads .carousel-inner {
  border-radius: 15px;
}

#small-ads img {
  height: 100%;
  border-radius: 17px;
}

.event-response > h1 {
  font-size: 32px;
  font-weight: bold;
  color: #676464;
  margin-top: 60px;
}

.event-response > div {
  text-align: center;
  margin-bottom: 60px;
  border: 1px solid #642872;
  padding: 50px;
  border-radius: 12px;
  background: #e9dfec;
}

.event-response > div > h1 {
  color: #642872;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 32px;
}

.event-response a {
  color: #642872;
}

.calendar-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.student-step-label {
  font-size: 18px;
  color: #676464;
  font-weight: 500;
  font-family: "Helvetica Neue";
  margin-bottom: 5px;
}

.student-step-input {
  padding: 16px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  border-radius: 12px;
}

.student-step-title {
  font-size: 24px;
  color: #14b1e7;
  font-weight: 500;
  font-family: "Helvetica Neue";
}

.decline-submit {
  background-color: #14b1e7;
  border: none;
  padding: 5px 22px 5px 22px;
  border-radius: 12px;
  color: white;
}

.student-step-card {
  border: none;
  border-radius: 12px;
}

.student-step-card .card-body {
  padding: 10;
  z-index: 0;
}

.card.student-step-card.mb-30 {
  z-index: 1;
}

@page {
  margin: 50px;
}

.page {
  page-break-after: always;
}

.page:last-child {
  page-break-after: auto;
}

.footer-image-end {
  height: 70px;
}

.frontend-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.frontend-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uni-list {
  padding: 20px 50px 20px 20px;
  margin: 0;
  min-height: auto;
  border-bottom: 1px solid #d1d3d4;
}

.uni-list:last-of-type {
  border-bottom: 0;
}

.uni-list label {
  color: #676464;
  font-size: 24px;
  width: 100%;
}

.uni-list .form-check-input {
  float: right;
}

.more-unis-below {
  float: right;
  cursor: pointer;
}

.bg-light[readonly] {
  background-color: #e6edef !important;
}

.ot_fileUploader {
  display: flex;
  align-items: center;
  border-radius: 12px;
  min-height: 50px;
  background-color: white;
}

.ot_fileUploader input.form-control {
  border: 0;
  height: 40px;
  width: 100%;
  box-shadow: none !important;
  font-size: 16px;
  color: #676464;
}

.ot_fileUploader input.doc-upload {
  color: #7d858c !important;
}

.ot_fileUploader button {
  background: transparent;
}

.uload-button-document {
  color: white;
  padding: 7px 13px;
  background-color: #4d5170 !important;
  border-radius: 12px;
  font-size: 13px;
  margin: 6px;
}

.add-document-button,
.add-document-button:focus,
.add-document-button:hover {
  padding: 6px 12px;
  background-color: #642872;
  color: white;
  font-size: 16px;
}

.document-upload-table {
  overflow-x: hidden;
}

#documentsForm {
  width: 95%;
  margin: 0 auto 20px;
}

a.btn-view {
  font-size: 14px;
  color: #009e8f;
  margin-right: 10px;
}

.select-btn {
  background-color: #642872;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}


.main-un-list-same > div {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #e2e1da;
  border-radius: 15px;
  margin-bottom: 10px;
}

.main-un-list-same label {
  margin-bottom: 0px;
  font-size: 16px;
}

.main-un-list-same label .badge {
  background-color: #28a74570;
}

.box-button{
  width: 36px;
  height: 36px;
  border: 1px solid var(--text-body);
}
/* iOS-specific styles */
@supports (-webkit-touch-callout: none) {
  input[type="date"] {
    appearance: none;
    /* Hides the iOS native spinner */
    -webkit-appearance: none;
    background: url("calendar-icon.png") no-repeat right 15px center;
    background-size: 20px;
    padding-right: 45px;
    /* Extra padding for the icon */
  }
}

@media (max-width: 575.98px) {
  .inside-slide > div > p {
    font-size: 22px;
    max-width: 100%;
    line-height: 1;
    margin-bottom: 5px;
  }

  .inside-slide > div > a {
    font-size: 18px;
    line-height: 1;
  }

  #carouselExampleControls .carousel-inner img,
  .main-banner img {
    min-height: 250px;
    object-fit: cover;
  }

  .header-newback,
  .faq-container h3 {
    font-size: 22px;
    line-height: 22px;
  }


  .hero-section {
    font-size: 30px !important;
  }

  .faq-container {
    min-width: 100%;
  }

  .accordion-button-new {
    font-size: 16px;
  }

  .static-logo {
    max-width: 130px;
  }

  .right-front {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .menu-toggler {
    display: block;
  }

  .menu-toggler img {
    width: 25px;
  }

  .right-front .menu-toggler {
    padding: 0;
    border: 0;
    background-color: transparent;
  }

  #navbarNav {
    position: absolute;
    right: 15px;
    top: 55px;
    z-index: 9;
    background: white;
    border-radius: 12px;
    border: 1px solid #9a69a4;
    padding: 10px 0;
  }

  #navbarNav a {
    padding: 3px 15px;
  }

  .meet-team .row,
  .our-services .row {
    gap: 15px;
  }

  .team-card img {
    min-width: 100%;
    object-fit: cover;
  }

  .about .section {
    margin-bottom: 30px;
  }

  .about-faq {
    margin-bottom: 40px;
  }

  .our-services {
    padding: 30px !important;
  }

  .student-form .card-body,
  .agent-form .card-body,
  .partner-form .card-body {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  /* .student-form .card-body .row,
  .agent-form .card-body .row,
  .partner-form .card-body .row {
    margin-bottom: 0px
  } */

  .card-body > form > .row > div {
    margin-bottom: 15px;
  }

  .agent-form .card-body .col-12,
  .partner-form .card-body .col-12 {
    margin-bottom: 20px;
  }

  #agent-form .row > .col:first-child,
  #partner-form .row > .col:first-child,
  .mx-fifty .col-6:first-child,
  .student-form .row > .col-6:first-child {
    padding-right: 0 !important;
  }

  /* .student-form .card-body .col-12 {
    margin-top: 20px;
  } */

  .card-body .col-12.no-mg {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-body .mt-top {
    margin-top: 20px;
  }

  .agentform {
    padding-bottom: 0;
  }

  .fll-wdth .col {
    min-width: 100%;
  }

  .inside-slide .mobile {
    display: block;
  }

  .inside-slide .desktop {
    display: none;
  }

  .single-check {
    display: flex;
    gap: 10px;
  }

  .checkboxess {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .modal-dialog img {
    max-width: 100%;
  }

  .application-details,
  .status-details {
    margin-bottom: 15px;
  }

  .application-details,
  .status-details,
  .notes .row {
    flex-direction: column;
    gap: 15px;
  }

  .application-details .col,
  .status-details .col,
  .notes > .row > .col,
  .notes > .row > .col > .row > .col:first-child {
    border-right: 0px solid #fff;
  }

  #small-ads img {
    height: 200px !important;
  }



  .faq-container.mt-20 {
    margin-top: 30px;
  }

  .student-form .card,
  .agent-form .card,
  .partner-form .card {
    margin: 30px auto;
  }


  .header-newcarousel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .no-space .col-12 {
    margin-bottom: 15px;
  }

  .no-space .col-12:last-child {
    margin-bottom: 0px;
  }

  .mob-hide {
    display: none;
  }

  .next-steps {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .main-next {
    margin-bottom: 12px;
  }


  .notes ul{
    flex-direction: column;
  }

  .notes ul li{
    width: 100%;
  }

  #small-ads {
    padding: 0 15px;
  }

  .comment-form,
  .application-status {
    padding: 0;
  }

  #comment-main {
    min-height: auto;
  }

  .new-header-cta {
    padding: 9px 15px !important;
  }
}

/* ============================================================
   HOMEPAGE REDESIGN v4 - Figma Exact Match
   ============================================================ */

/* Inter font applied to all redesign sections */
.new-header,
.hero-section-new,
.applyboxes-new,
.steps-section,
.countries-section,
.countries-banner-wrap,
.testimonials-section,
.cta-banner-wrap,
.footer-new {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.section-badge {
  display: inline-block;
  background: #EFF6FF;
  color: #2B5FFF;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

/* ===== HEADER ===== */
nav.new-header {
  background: transparent;
  padding: 16px 0;
  border-bottom: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: transform 0.35s ease;
}
.new-header--hidden {
  transform: translateY(-100%);
}
.new-header--transparent {
  background: transparent;
}
.new-header--transparent .container {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
}
.new-header--transparent .logo-bold {
  color: #fff !important;
}
.new-header--transparent .logo-light {
  color: #fff !important;
}
.new-header--transparent .new-header-logo-icon {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.new-header--transparent .new-nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}
.new-header--transparent .new-nav-link:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.new-header--transparent .new-nav-link--active {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.new-header--transparent .new-header-signin {
  color: rgba(255, 255, 255, 0.9) !important;
}
.new-header--transparent .new-header-signin.login-text-black {
  color: #0f172a !important;
}
.new-header--transparent .new-header-signin:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.new-header--transparent .new-header-signin.login-text-black:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.06) !important;
}
.new-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background: #c3bbcb33 20%;
  backdrop-filter: blur(12px) !important;
  border-radius: 50px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(231, 231, 231, 1) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.new-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.new-header-logo-image {
  height: 38px;
  width: auto;
  object-fit: contain;
}
.new-header-logo-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}
.new-header-logo-text {
  font-size: 19px;
  letter-spacing: -0.3px;
}
.logo-bold {
  font-weight: 700;
  color: #7c3aed;
}
.logo-light {
  font-weight: 300;
  color: #0f172a;
}
.new-header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.new-nav-link {
  color: #374151 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none !important;
  transition:
    background 0.18s,
    color 0.18s;
  white-space: nowrap;
}
.new-nav-link:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0f172a !important;
}
.new-nav-link--active {
  background: #0f172a !important;
  color: #fff !important;
}
.new-nav-link--active:hover {
  background: #1e293b !important;
  color: #fff !important;
}
.new-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.new-header-signin {
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  padding: 10px 24px;
  border-radius: 14px;
  transition:
    color 0.18s,
    background 0.18s;
}
.new-header-signin:hover {
  color: #0f172a !important;
  background: rgba(0, 0, 0, 0.05);
}
.new-header-signin.login-text-black {
  color: #0f172a !important;
}
.new-header-signin.login-text-black:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.06);
}
.new-header-cta {
  background: #7B3FF2;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 14px;
  text-decoration: none !important;
  transition:
    opacity 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  border: none;
  white-space: nowrap;
}
.new-header-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.45);
  color: #fff !important;
}
.dropdown-item .fa-check {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.dropdown-item:hover .fa-check,
.dropdown-item:focus .fa-check {
  opacity: 1;
}
.new-header .frontend-language-selector .language-btn {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 10px;
  transition:
    background 0.18s,
    color 0.18s;
}
.new-header .frontend-language-selector .language-btn:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0f172a;
}
.new-header .frontend-language-selector .language-btn .arrow {
  border-top-color: #374151;
}
.new-header--transparent .frontend-language-selector .language-btn {
  color: rgba(255, 255, 255, 0.9) !important;
}
.new-header--transparent .frontend-language-selector .language-btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.new-header--transparent .frontend-language-selector .language-btn .arrow {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}
.new-header .language-dropdown {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 6px;
  min-width: 150px;
}
.new-header .dropdown-item-option {
  color: #374151;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}
.new-header .dropdown-item-option:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #0f172a;
}

/* ===== HEADER USER DROPDOWN ===== */
.hdr-user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  transition:
    background 0.18s,
    border-color 0.18s;
  outline: none;
}
.hdr-user-btn:hover,
.hdr-user-btn:focus {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
}
.hdr-user-btn::after {
  display: none !important; /* remove Bootstrap caret */
}
.hdr-user-avatar {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  padding: 5px;
}
.new-header:not(.new-header--transparent) .hdr-user-btn {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.14);
}
.new-header:not(.new-header--transparent) .hdr-user-btn:hover {
  background: rgba(0, 0, 0, 0.11);
  border-color: rgba(0, 0, 0, 0.25);
}
.hdr-dropdown-menu {
  min-width: 240px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13) !important;
  margin-top: 10px !important;
}
.hdr-dropdown-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 12px;
}
.hdr-dropdown-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #f0f0f5;
  padding: 5px;
}
.hdr-dropdown-user-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hdr-dropdown-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdr-dropdown-email {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdr-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.hdr-dropdown-item i {
  width: 16px;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  flex-shrink: 0;
  transition: color 0.15s;
}
.hdr-dropdown-item:hover {
  background: #f5f6fa;
  color: #111827;
}
.hdr-dropdown-item:hover i {
  color: #6d28d9;
}
.hdr-dropdown-item--logout {
  color: #ef4444;
}
.hdr-dropdown-item--logout i {
  color: #f87171;
}
.hdr-dropdown-item--logout:hover {
  background: #fff1f1;
  color: #dc2626;
}
.hdr-dropdown-item--logout:hover i {
  color: #dc2626;
}

/* ===== MOBILE HAMBURGER & DRAWER ===== */
.new-header-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.15s;
  flex-shrink: 0;
}
.new-header-burger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.burger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #374151;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.new-header--transparent .burger-bar {
  background: #fff;
}
.burger-bar.open:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-bar.open:nth-child(2) {
  opacity: 0;
}
.burger-bar.open:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  backdrop-filter: blur(2px);
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: none;
  overflow-y: auto;
}
.mobile-nav-drawer--open {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #f0f0f5;
}
.mobile-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}
.mobile-nav-logo-image {
  height: 34px;
  width: auto;
  object-fit: contain;
}
.mobile-nav-close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #374151;
  transition:
    background 0.15s,
    color 0.15s;
  flex-shrink: 0;
}
.mobile-nav-close:hover {
  background: rgba(0, 0, 0, 0.12);
  color: #0f172a;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 10px;
  transition:
    background 0.15s,
    color 0.15s;
}
.mobile-nav-link-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f8;
  border-radius: 8px;
  font-size: 14px;
  color: #6d28d9;
  flex-shrink: 0;
  transition: background 0.15s;
}
.mobile-nav-link span:not(.mobile-nav-link-icon) {
  flex: 1;
}
.mobile-nav-link:hover {
  background: #f8f8fc;
  color: #0f172a;
}
.mobile-nav-link:hover .mobile-nav-link-icon {
  background: #ede9fe;
}
.mobile-nav-link--active {
  background: #0f172a;
  color: #fff !important;
}
.mobile-nav-link--active .mobile-nav-link-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.mobile-nav-link--active:hover {
  background: #1e293b;
}

.mobile-nav-footer {
  padding: 14px 18px 20px;
  border-top: 1px solid #f0f0f5;
}
.mobile-nav-auth {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.mobile-nav-login {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.mobile-nav-login:hover {
  background: #f8f8fc;
  border-color: #d1d5db;
  color: #0f172a;
}
.mobile-nav-login.login-text-black {
  color: #0f172a;
  border-color: #cbd5e1;
}
.mobile-nav-register {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 10px 16px !important;
  white-space: nowrap;
}

/* Language selector in mobile drawer — same style as desktop */
.mobile-nav-footer .frontend-language-selector .language-btn {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 10px;
  transition:
    background 0.18s,
    color 0.18s;
}
.mobile-nav-footer .frontend-language-selector .language-btn:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0f172a;
}
.mobile-nav-footer .frontend-language-selector .language-btn .arrow {
  border-top-color: #374151;
}
.mobile-nav-footer .language-dropdown {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 6px;
  min-width: 150px;
  top: auto;
  bottom: 100%;
  margin-bottom: 6px;
  margin-top: 0;
  left: 0;
}
.mobile-nav-footer .dropdown-item-option {
  color: #374151;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}
.mobile-nav-footer .dropdown-item-option:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #0f172a;
}

@media (max-width: 991.98px) {
  nav.new-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .new-header-logo-image {
    height: 32px;
  }
}

/* ===== HERO ===== */
.hero-section-new {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: -88px;
  padding: 168px 0 70px;
  min-height: 580px;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-overlay {
  display: none;
  pointer-events: none;
}
.hero-section-new::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.hero-row {
  min-height: 420px;
}
.hero-left {
  padding-right: 32px;
}
.hero-badge-new {
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.88);
  padding: 7px 14px;
  border-radius: 40px;
  margin-bottom: 24px;
  max-width: fit-content;
  margin-top: 50px;
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}
.hero-title-new {
  font-size: 64px!important;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  max-width: 780px;
}
.hero-title-white {
  color: #fff;
}
.hero-title-highlight {
  background: linear-gradient(90deg, #f43f5e 0%, #fb7185 50%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-subtitle-new {
  font-size: 18px;
  color:rgba(255, 255, 255, 0.9);
  line-height: 27px;
  margin-bottom: 32px;
  max-width: 480px;
  font-weight: 400;
}
.hero-btn-primary {
  background: #232323 !important;
  color: #fff !important;
  border: none;
  padding: 12px 24px!important;
  border-radius: 14px!important;
  font-size: 14px!important;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  display: inline-block;
}
.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}

.hero-avatar {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  flex-shrink: 0;
}


.hero-float-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  animation: heroFloat 3s ease-in-out infinite alternate;
  min-width: 145px;
}
.hero-float-card--tl {
  top: 20px;
  left: -16px;
  animation-delay: 0s;
}
.hero-float-card--r {
  top: 45%;
  right: -16px;
  animation-delay: 1s;
}
.hero-float-card--bl {
  bottom: 20px;
  left: -16px;
  animation-delay: 2s;
}
.hero-float-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-float-value {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.hero-float-label {
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
  font-weight: 400;
}
@keyframes heroFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-7px);
  }
}
.hero-float-card--r {
  animation-name: heroFloatR;
}
@keyframes heroFloatR {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(calc(-50% - 7px));
  }
}

/* ===== HERO DECORATIVE STAR ===== */
.hero-deco-star {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

/* ===== STUDENT LANDING PAGE ===== */
.sa-landing-hero {
  padding: 130px 0 0;
}
.sa-landing-hero-content {
  max-width: 825px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.sa-landing-hero-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.sa-landing-features {
  padding: 48px 0 0px;
}
.sa-feature-card {
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  transition: box-shadow 0.2s;
}
.sa-feature-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}
.sa-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.sa-feature-body {
  flex: 1;
}
.sa-feature-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}
.sa-feature-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}
.sa-feature-link {
  font-size: 13px;
  font-weight: 600;
  color: #7c3aed;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-end;
  flex-shrink: 0;
}
.sa-feature-link:hover {
  text-decoration: underline;
}

/* ===== STUDENT LANDING — BEST CHANCES ===== */
.sa-best-chances {
  padding: 60px 0;
}
.sa-best-chances-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 12px 0 12px;
}
.sa-best-chances-sub {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}
.sa-uni-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sa-uni-logo-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.sa-uni-logo-item img {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
  filter: grayscale(0.2);
}

/* ===== STUDENT LANDING — PROMO CARD ===== */
.sa-promo-section {
  margin: 20px 0 64px;
}
.sa-promo-card {
  background: #0f172a;
  border-radius: 24px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 380px;
}
.sa-promo-img-wrap {
  flex: 0 0 42%;
  max-width: 42%;
  padding: 16px;
  display: flex;
}
.sa-promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.sa-promo-body {
  flex: 1;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.sa-promo-badge {
  display: inline-block;
  background: #EFF6FF;
  color: #2B5FFF;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  width: fit-content;
}
.sa-promo-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* ===== ABOUT OFFER SECTION ===== */

@media (max-width: 768px) {
  .sa-promo-card {
    flex-direction: column;
  }
  .sa-promo-img-wrap {
    flex: 0 0 220px;
    max-width: 100%;
    padding: 16px 16px 0;
  }

  .sa-promo-body {
    padding: 28px 24px;
  }
  .sa-uni-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== APPLY BOXES ===== */
.applyboxes-new {
  background: #f9fafb;
  padding: 80px 0;
}
.applyboxes-header {
  margin-bottom: 48px;
}
.main-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-heading);
  max-width: 820px;
  margin: 0 auto 10px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.main-subtitle {
  color: var(--text-body-light);
  margin: 0 auto;
  line-height: 28px;
}

.swiper {
  padding-block: 20px;
}

.applybox-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s, box-shadow 0.22s;
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0.06) !important;
}
.applybox-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 20px 56px rgba(0, 0, 0, 0.13);
}

.applybox-img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
  border-radius: 16px;
}
.applybox-card:hover .applybox-img {
  transform: scale(1.03);
}
.applybox-role-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


/* ===== STEPS ===== */
.steps-section {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}

.steps-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.steps-image {
  width: 100%;
  height: 445px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.steps-status-card {
  position: absolute;
  right: -28px;
  bottom: 48px;
  min-width: 206px;
  padding: 18px 18px 16px;
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}


.steps-status-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  line-height: 1.3;
  color: #49566b;
  font-weight: 600;
}

.steps-status-list li i {
  font-size: 14px;
}

.steps-status-list li.done i {
  color: #19a56f;
}

.steps-status-list li.pending {
  color: #4f6fff;
  font-weight: 800;
}

.steps-status-list li.pending i {
  color: #4f6fff;
}

.steps-status-list li.pending em {
  font-style: normal;
  font-size: 13px;
  color: #f5b316;
  margin-left: -2px;
}

.steps-content-col {
  padding-left: 42px;
}

.steps-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #eef3ff;
  color: #4f7cff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 18px;
}

.steps-title {
  letter-spacing: -0.6px;
  line-height:50px;
}

.steps-list-new {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 30px 0 34px;
  position: relative;
}

.step-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 118px;
}

.step-rail {
  position: relative;
  width: 32px;
  min-width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-icon-circle {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
  font-size: 13px;
  flex-shrink: 0;
}

.step-line {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 100px);
  opacity: 0.95;
}

.step-body {
  flex: 1 1 auto;
  padding: 2px 0 12px;
}

.step-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}


/* ===== COUNTRIES ===== */
.countries-section {
  padding: 80px 0;
  background: #f9fafb;
}
.countries-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}
.countries-title {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.countries-view-all {
  font-size: 14px;
  font-weight: 600;
  color: #7c3aed;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.18s;
}
.countries-view-all:hover {
  color: #6d28d9;
}
.country-card-new {
  border-radius: 16px;
  padding: 20px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.country-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}
.country-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.country-card-identity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.country-flag-new {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}
.country-name-new {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.country-unis {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}
.country-growth {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(249, 115, 22, 0.1);
  color: #ea580c;
  padding: 3px 8px;
  border-radius: 20px;
}
.country-card-bottom {
  padding-top: 12px;
  padding-right: 36px;
}
.country-program-label {
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.country-program-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.country-card-arrow {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 13px;
  transition:
    background 0.18s,
    color 0.18s;
}
.country-card-new:hover .country-card-arrow {
  background: #7c3aed;
  color: #fff;
}

/* ===== COUNTRIES BANNER ===== */
.countries-banner-wrap {
  padding: 0 0 60px;
  background: #f9fafb;
}
.countries-banner-card {
  background: linear-gradient(
    135deg,
    #0f0a1e 0%,
    #1e1040 40%,
    #2d1b69 70%,
    #0f0a1e 100%
  );
  border-radius: 22px;
  padding: 72px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.countries-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='450'%3E%3Ccircle cx='450' cy='225' r='200' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Ccircle cx='450' cy='225' r='155' fill='none' stroke='rgba(255,255,255,0.035)' stroke-width='1'/%3E%3Ccircle cx='450' cy='225' r='110' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.countries-banner-content {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
.countries-banner-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.18;
  letter-spacing: -0.5px;
}
.countries-banner-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  line-height: 1.7;
}
.countries-banner-btn {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff !important;
  border: none;
  padding: 13px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  display: inline-block;
}
.countries-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.5);
  color: #fff !important;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  padding: 80px 0;
  background: #fff;
}

.testimonial-card {
  background: #FAFBFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 29px;
  height: 100%;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  border-color: #ddd6fe;
}

.testimonial-text {
  font-size: 14px;
  color: #364153;
  line-height: 25px;
  margin-bottom: 22px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
}
.testimonial-initials {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial-name {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}
.testimonial-uni {
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.4;
}
.testimonials-stats-bar {
  background: #FAFBFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}
.testimonials-stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  color: #0f172a;
  padding: 6px 18px;
}

.tstat-value {
  font-weight: 700;
  color: #0f172a;
}
.tstat-label {
  color: #64748b;
  font-weight: 400;
}
.tstat-divider {
  color: #d1d5db;
  font-size: 18px;
  margin: 0 4px;
  font-weight: 300;
}

/* ===== CTA BANNER ===== */
.cta-banner-wrap {
  padding: 20px 0 80px;
  background: #f9fafb;
}
.cta-banner-card {
  background: #101828;
  border-radius: 24px;
  padding: 72px 40px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cta-banner-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 40px;
  margin-bottom: 24px;
  position: relative;
}
.cta-banner-title {
  font-size: 56px;
  letter-spacing: -0.8px;
}
.cta-banner-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 36px;
  line-height: 1.72;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-new {
  background: #07060f;
  padding: 64px 0 0;
  color: rgba(255, 255, 255, 0.55);
}
.footer-brand-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}
.footer-brand-name {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.footer-brand-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.72;
  margin-bottom: 22px;
  max-width: 270px;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: var(--bg-white-08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white-60) !important;
  font-size: 13px;
}
.social-link:hover {
  background: #7c3aed;
}


.footer-links-list a:hover {
  color: var(--color-white-85) !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
  .hero-title-new {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .hero-left {
    padding-right: 0;
    text-align: center;
  }

 
  .hero-title-new {
    font-size: 36px;
  }
  .hero-subtitle-new {
    margin: 20px 20px 20px 20px;
    line-height: 21px;
  }

  .hero-badge-new {
    margin: 130px auto 20px;
  }
  .hero-btn-primary {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 28px;
  }
  .main-title {
    font-size: 28px;
  }
  .steps-content-col {
    padding-left: 0;
    padding-top: 24px;
  }
  .steps-status-card {
    right: 0;
    bottom: 16px;
  }
  .steps-title {
    font-size: 28px;
    line-height: 30px;
  }
  .countries-title {
    font-size: 28px;
  }
  .countries-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner-title {
    font-size: 32px!important;
  }
  .countries-banner-title {
    font-size: 30px!important;
  }
}
@media (max-width: 767px) {
  .hero-title-new {
    font-size: 40px!important;
    letter-spacing: -0.5px;
  }
  .hero-section-new {
    padding: 60px 0 10px;
  }
  .applyboxes-new {
    padding: 20px 0;
  }

  .applyboxes-header {
    margin-bottom: 20px;
}
  .steps-section {
    padding: 56px 0;
    overflow-x: hidden;
  }
  .steps-section .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
 .steps-image-col {
  margin-top: 26px!important;
}

 .steps-content-col {
  margin-top: 0!important;
  padding-left: 0;
}
  .sa-best-chances {
    overflow-x: hidden;
  }
  .sa-best-chances .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .countries-section {
    padding: 30px 0;
  }
  .testimonials-section {
    padding: 30px 0;
  }
  .cta-banner-wrap {
    padding: 0 0 30px;
  }
  .cta-banner-card {
    padding: 48px 24px;
    border-radius: 18px;
  }
  .cta-banner-title {
    font-size: 26px;
  }
  .countries-banner-card {
    padding: 50px 24px;
    border-radius: 16px;
  }
  .countries-banner-title {
    font-size: 26px;
  }
  .hero-btn-primary {
    text-align: center;
  }
  .testimonials-stats-bar {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 16px;
  }
  .tstat-divider {
    display: none;
  }

  .steps-status-card {
    display: none;
  }
  .steps-subtitle {
    font-size: 15px;
    max-width: none;
  }
  .steps-image {
    height: 320px;
  }
}

/* ============================================================
   Student Apply – New 3-step registration design
   ============================================================ */

/* ---- Page wrapper ---- */
.sa-page {
  min-height: 100vh;
  background: linear-gradient(160deg, #ede9ff 0%, #ffffff 45%, #fff0f7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 24px 80px;
}

/* ---- Header ---- */
.sa-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 540px;
}

.sa-badge {
  display: inline-block;
  background: rgba(210, 205, 245, 0.3);
  border: 1px solid rgba(160, 140, 230, 0.2);
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 22px;
}

.sa-title {
  font-size: 42px;
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.sa-subtitle {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}

/* ---- Form area ---- */
.sa-form-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  position: relative;
}

/* ---- Decorative blobs ---- */
.sa-blob {
  width: 200px;
  height: 200px;
  background: linear-gradient(160deg, #ff6b2b 0%, #e8255a 55%, #8b1ab8 100%);
  clip-path: path(
    "M100,10 C115,10 132,30 132,55 C132,68 150,78 172,88 C185,94 185,106 172,112 C150,122 132,132 132,145 C132,170 115,190 100,190 C85,190 68,170 68,145 C68,132 50,122 28,112 C15,106 15,94 28,88 C50,78 68,68 68,55 C68,30 85,10 100,10 Z"
  );
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.sa-blob--left {
  left: -20px;
  bottom: 0;
  transform: translateY(50%) rotate(-20deg);
}

.sa-blob--right {
  right: -20px;
  bottom: 0;
  transform: translateY(50%) rotate(20deg);
}

/* ---- Decorative flower images ---- */
.sa-flower {
  width: 180px;
  height: 180px;
  object-fit: contain;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 50%;
}

/* card max-width=660px, flower width=180px
   center flower on card edge: calc(50% - 330px - 90px) = calc(50% - 420px) */
.sa-flower--left {
  left: calc(50% - 420px);
  transform: translateY(-50%);
}

.sa-flower--right {
  right: calc(50% - 420px);
  transform: translateY(-50%);
}


/* ---- Card ---- */
.sa-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 44px 48px;
  width: 100%;
  max-width: 660px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
}

/* ---- Step label ---- */
.sa-step-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4a6cf7;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sa-step-done {
  color: #22c55e !important;
}

/* ---- Step title ---- */
.sa-step-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 28px;
  line-height: 1.3;
}

.sa-step-subtitle {
  font-size: 13px;
  line-height: 1.55;
  color: #7a7d8c;
  margin: -14px 0 20px;
}

/* ---- Label ---- */
.sa-card label.form-label {
  font-size: 13px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 7px;
  display: block;
}

.sa-required-star {
  color: #ef4444;
  margin-left: 2px;
}

/* ---- Row spacing ---- */
.sa-card .row {
  margin-bottom: 0;
  row-gap: 18px;
}



.sa-page--compact {
  min-height: auto;
  padding: 110px 20px 56px;
  background:
    radial-gradient(
      circle at top left,
      rgba(121, 87, 255, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #f8f5ff 0%, #fdfcff 54%, #fff6fa 100%);
}

.sa-header--compact {
  max-width: 620px;
  margin-bottom: 28px;
}

.sa-badge--compact {
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sa-title--compact {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
  margin-bottom: 10px;
}

.sa-subtitle--compact {
  font-size: 14px;
  line-height: 1.6;
  color: #7c8092;
}

.sa-card--compact {
  max-width: 760px;
  padding: 24px 26px 22px;
  border-radius: 22px;
  box-shadow:
    0 18px 44px rgba(96, 68, 168, 0.08),
    0 2px 10px rgba(25, 25, 35, 0.04);
  border: 1px solid rgba(132, 112, 197, 0.12);
}

.sa-card--wizard {
  max-width: 820px;
}

.sa-step-label--compact {
  font-size: 11px;
  margin-bottom: 6px;
}

.sa-step-title--compact {
  font-size: 20px;
  margin-bottom: 16px;
}

.sa-mini-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 18px;
  padding: 4px 2px 18px;
  border-bottom: 1px solid #f0eafb;
}

.sa-mini-steps--single {
  justify-content: flex-start;
}

.sa-mini-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #7d7a8f;
  font-size: 12px;
  font-weight: 500;
  min-width: 0;
}

.sa-mini-step-marker {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
}

.sa-mini-step-dot {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #ddd9ea;
  box-shadow: 0 0 0 3px rgba(221, 217, 234, 0.15);
  flex-shrink: 0;
}

.sa-mini-step-line {
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  right: calc(-50% + 10px);
  height: 1px;
  background: #e6e2f0;
  transform: translateY(-50%);
  z-index: 1;
}

.sa-mini-step-text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.3;
}

.sa-mini-step.is-active {
  color: #6f38c5;
  font-weight: 600;
}

.sa-mini-step.is-active .sa-mini-step-dot {
  background: #7b3ff2;
  border-color: #7b3ff2;
  box-shadow: 0 0 0 3px rgba(123, 63, 242, 0.16);
}

.sa-mini-step.is-done {
  color: #6f38c5;
  font-weight: 600;
}

.sa-mini-step.is-done .sa-mini-step-dot {
  background: #7b3ff2;
  border-color: #7b3ff2;
  box-shadow: 0 0 0 3px rgba(123, 63, 242, 0.12);
}

.sa-mini-step.is-done .sa-mini-step-line {
  background: #e6e2f0;
}

.sa-card--compact .row {
  row-gap: 12px;
}

/* ---- Input with icon wrapper ---- */

/* ---- Footer checkbox ---- */
.sa-footer-field {
  margin-top: 20px;
}

.sa-footer-field .checkboxess {
  margin-bottom: 0;
}

.sa-footer-field .single-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sa-footer-field .single-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #4a6cf7;
  cursor: pointer;
  flex-shrink: 0;
}

.sa-footer-field .single-check label {
  font-size: 13px;
  color: #444;
  cursor: pointer;
  margin-bottom: 0;
}

/* ---- Navigation ---- */
.sa-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.sa-page--study-flow {
  background:
    radial-gradient(circle at top left, rgba(114, 64, 224, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 206, 231, 0.28), transparent 24%),
    linear-gradient(180deg, #fcfbff 0%, #f8f5ff 52%, #fff8fb 100%);
}

.sa-header--study-flow {
  max-width: 720px;
  margin-bottom: 22px;
}

.sa-header--study-flow .sa-title {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #16192c;
}

.sa-header--study-flow .sa-subtitle {
  color: #9aa0b5;
  font-size: 15px;
}

.sa-card--study-flow {
  max-width: 940px;
  padding: 30px 0 0;
  border-radius: 22px;
  border: 1px solid #ece7f8;
  box-shadow:
    0 12px 32px rgba(75, 55, 130, 0.08),
    0 2px 8px rgba(36, 26, 64, 0.05);
}

.sa-page--study-flow .sa-form-area {
  max-width: 940px;
  flex-direction: column;
  gap: 18px;
}

.sa-page--study-flow .sa-form-area > .w-100 {
  max-width: 560px;
}

.sa-card--study-flow .sa-mini-steps,
.sa-page--study-flow .sa-mini-steps {
  max-width: 560px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e2f1;
  padding-bottom: 10px;
}

.sa-card--study-flow .sa-mini-step {
  color: #4f5567;
  font-size: 14px;
}

.sa-card--study-flow .sa-mini-step.is-active,
.sa-card--study-flow .sa-mini-step.is-done {
  color: #6d33d6;
}

.sa-card--study-flow .sa-mini-step-dot {
  width: 12px;
  height: 12px;
}

.sa-study-step {
  padding: 6px 34px 0;
}

.sa-study-success {
  min-height: 74px;
  border-radius: 14px;
  border: 1px solid #bcf1de;
  background: #eafbf4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  color: #2d4a43;
  margin-bottom: 10px;
}

.sa-study-success strong {
  font-size: 18px;
  color: #1c2d37;
}

.sa-study-success span {
  font-size: 14px;
  color: #667085;
}

.sa-study-success--soft {
  border-color: #ece7f8;
  background: #fbf9ff;
}



.sa-study-step--budget .sa-study-success strong {
  font-size: 17px;
}

.sa-study-step .form-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2437;
}

.sa-study-step .sa-study-inline-help,
.sa-study-help {
  font-size: 12px;
  color: #8e93a8;
}

.sa-study-step .sa-study-help {
  margin-top: 6px;
}



.sa-location-picker__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.sa-location-picker__label {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #1f2437;
  font-size: 14px;
  font-weight: 600;
}

.sa-location-picker__label small {
  color: #7d8497;
  font-size: 12px;
  font-weight: 500;
}

.sa-location-picker__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sa-location-picker__row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}



.sa-location-picker__field .text-label-color,
.sa-location-picker__field .text-heading {
  display: none;
}

.sa-location-picker__field .position-relative {
  margin-bottom: 0;
}

.sa-location-picker__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 24px;
}

.sa-location-picker__remove {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #9aa1b3;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}






.sa-study-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sa-study-location-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 90px;
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid #e7e4ee;
  background: #fff;
  transition: all 0.18s ease;
}

.sa-study-location-card.is-active {
  border-color: #d6b8ff;
  background: #f8f2ff;
  box-shadow: inset 0 0 0 1px rgba(142, 84, 233, 0.08);
}

.sa-study-location-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f7;
  color: #7f8798;
  font-size: 16px;
  flex-shrink: 0;
}

.sa-study-location-card.is-active .sa-study-location-icon {
  background: #eadbff;
  color: #7a33e1;
}

.sa-study-location-copy {
  flex: 1 1 auto;
}

.sa-study-location-copy .small {
  margin-top: 4px;
}

.sa-study-location-radio {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1.5px solid #d7d9e4;
  position: relative;
  flex-shrink: 0;
}

.sa-study-location-card.is-active .sa-study-location-radio {
  border-color: #7a33e1;
}

.sa-study-location-card.is-active .sa-study-location-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #7a33e1;
}

.sa-card--study-flow .sa-nav {
  margin-top: 20px;
  padding: 18px 14px 18px;
  border-top: 1px solid #eee7f6;
}

.sa-continue-btn {
  min-width: 122px;
  min-height: 44px;
  border-radius: 14px !important;
  background: #171f33 !important;
  border-color: #171f33 !important;
  color: #fff !important;
  box-shadow: none !important;
}



.sa-matches-insight {
  min-height: 78px;
  margin: 14px 0;
  border-radius: 14px;
  border: 1px solid #c4f0e0;
  background: #ebfbf4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding: 14px 18px;
}

.sa-matches-insight strong {
  font-size: 18px;
  color: #1b2437;
}

.sa-matches-insight span {
  font-size: 13px;
  color: #6f778d;
}

.sa-matches-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  padding: 24px 0 16px;
}

.sa-matches-head-copy {
  width: 100%;
}

.sa-matches-title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b2035;
  margin: 0 0 8px;
}

.sa-matches-title-accent {
  color: #6d33d6;
}

.sa-matches-subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #71788e;
}

.sa-matches-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.sa-matches-filter-text {
  font-size: 14px;
  font-weight: 600;
  color: #1f2437;
  margin-right: 4px;
  min-width: 56px;
}

.sa-matches-filter-pill {
  min-height: 38px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #e5e8f1;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfe 100%);
  color: #474f67;
  font-size: 13px;
  outline: none;
  box-shadow: 0 1px 2px rgba(20, 24, 40, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  appearance: none;
  background-image:
    linear-gradient(180deg, #fff 0%, #fbfbfe 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.25L6 6.25L11 1.25' stroke='%23474f67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 14px center;
  background-size: auto, 12px 8px;
  padding-right: 38px;
  flex: 1 1 0;
  min-width: 0;
}

.sa-matches-filter-pill:hover,
.sa-matches-filter-pill:focus {
  border-color: #d7c8f6;
  box-shadow: 0 0 0 3px rgba(122, 51, 225, 0.08);
}

.sa-matches-filter-pill--ranking,
.sa-matches-filter-pill--level,
.sa-matches-filter-pill--field,
.sa-matches-filter-pill--price {
  min-width: 0;
}


.sa-matches-table-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 340px;
  border: 1px solid #ece7f5;
  border-radius: 18px;
  background: #fff;
}

.sa-matches-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.sa-matches-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #faf9fd;
  color: #7f8599;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 16px 14px;
  border-bottom: 1px solid #ece7f5;
  text-align: left;
}

.sa-matches-table tbody td {
  padding: 16px 14px;
  border-bottom: 1px solid #f1edf7;
  vertical-align: middle;
  color: #21263c;
  font-size: 14px;
  word-break: break-word;
}

.sa-matches-table tbody tr {
  transition: background-color 0.2s ease;
}

.sa-matches-table tbody tr:not(.is-blurred):hover {
  background: #fcfbff;
}

.sa-matches-table tbody tr:last-child td {
  border-bottom: 0;
}

.sa-match-university,
.sa-match-score,
.sa-match-fee,
.sa-match-deadline {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sa-match-university strong,
.sa-match-score strong,
.sa-match-fee strong,
.sa-match-deadline strong {
  font-size: 14px;
  color: #1a2036;
}

.sa-match-university-link {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: #1a2036;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: fit-content;
  cursor: pointer;
  transition: color 0.2s ease;
}

.sa-match-university-link:hover,
.sa-match-university-link:focus {
  color: #6d33d6;
}

.sa-match-university span,
.sa-match-score small,
.sa-match-fee span,
.sa-match-deadline span {
  font-size: 12px;
  color: #8f95a9;
}

.sa-match-pill,
.sa-match-fit,
.sa-match-deadline span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
}

.sa-match-pill {
  margin-top: 4px;
  background: #f1eff8;
  color: #6a7087;
}

.sa-match-pill.is-new {
  background: #eefcf3;
  color: #1d8f57;
}

.sa-match-fit {
  background: #eaf9ef;
  color: #18a15f;
  font-weight: 600;
}

.sa-match-deadline span {
  background: #fff1ea;
  color: #e16a2f;
}

.sa-match-actions {
  display: flex;
  gap: 8px;
}

.sa-match-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid #e4e7ef;
  background: #fff;
  color: #687087;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sa-match-icon-btn:hover,
.sa-match-icon-btn:focus {
  transform: translateY(-1px);
  border-color: #d8ddee;
  box-shadow: 0 8px 18px rgba(27, 32, 53, 0.08);
}

.sa-match-icon-btn.is-dark {
  background: #181f31;
  border-color: #181f31;
  color: #fff;
}

.sa-matches-table tbody tr.is-blurred {
  filter: blur(4px);
  opacity: 0.6;
  user-select: none;
}

.sa-matches-empty {
  text-align: center;
  color: #8890a6;
}

.empty-state-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 24px 16px;
  text-align: center;
}

.empty-state-component__image {
  width: min(220px, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.empty-state-component__text {
  margin: 0;
  color: #6f758a;
  font-size: 14px;
  font-weight: 500;
}

.sa-matches-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px 16px;
}

.sa-university-modal-dialog.modal-dialog {
  width: min(760px, calc(100vw - 32px));
  max-width: min(760px, calc(100vw - 32px)) !important;
  margin-left: auto;
  margin-right: auto;
}

.sa-university-modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(24, 31, 49, 0.22);
}

.sa-university-modal-header {
  padding: 18px 22px;
  border-bottom: 1px solid #efedf5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sa-university-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b2035;
}

.sa-university-modal-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f3f5f9;
  color: #495067;
  font-size: 18px;
  line-height: 1;
  text-transform: lowercase;
}

.sa-university-modal-body {
  padding: 16px 22px 12px;
  background: #fff;
}

.sa-university-modal-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sa-university-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #c7efdf;
  background: #ebfbf4;
  border-radius: 14px;
}

.sa-university-banner-icon,
.sa-university-panel-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4ecff;
  color: #6d33d6;
  flex-shrink: 0;
}

.sa-university-banner-icon svg,
.sa-university-panel-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-university-banner strong,
.sa-university-banner span {
  display: block;
}

.sa-university-banner strong {
  font-size: 14px;
  color: #1b2437;
  margin-bottom: 2px;
}

.sa-university-banner span {
  font-size: 13px;
  line-height: 1.5;
  color: #6d7388;
}

.sa-university-hero {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sa-university-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8ab4ff 0%, #5a7ef5 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.sa-university-hero-copy {
  flex: 1;
  min-width: 0;
}

.sa-university-name {
  margin: 0 0 4px;
  font-size: 13px;
  color: #6d33d6;
  font-weight: 600;
}

.sa-university-program {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  color: #171d31;
  font-weight: 700;
}

.sa-university-meta {
  margin: 8px 0 0;
  color: #7b8197;
  font-size: 13px;
}

.sa-university-fit-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf9ef;
  color: #18a15f;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.sa-university-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sa-university-primary-btn,
.sa-university-secondary-btn,
.sa-university-close-btn,
.sa-university-unlock-btn {
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.sa-university-primary-btn:hover,
.sa-university-secondary-btn:hover,
.sa-university-close-btn:hover,
.sa-university-unlock-btn:hover {
  transform: translateY(-1px);
}

.sa-university-primary-btn {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #171d31;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.sa-university-secondary-btn,
.sa-university-close-btn {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff;
  color: #4e566f;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #e6e8f0;
}

.sa-university-secondary-btn.is-active {
  border-color: #d7c8f6;
  background: #f7f2ff;
  color: #6d33d6;
}

.sa-university-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sa-university-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sa-university-panel {
  border: 1px solid #ece7f5;
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
}

.sa-university-panel--wide {
  grid-column: 1 / -1;
}

.sa-university-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.sa-university-panel-head h4 {
  margin: 0;
  font-size: 18px;
  color: #1b2035;
  font-weight: 600;
}

.sa-university-panel-list {
  margin: 0;
  padding-left: 18px;
  color: #6f758a;
  font-size: 14px;
  line-height: 1.6;
}

.sa-university-panel-list--two-col {
  columns: 2;
  column-gap: 24px;
}


.sa-university-detail-block {
  border: 1px solid #f0edf6;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fcfbff;
}

.sa-university-detail-block strong {
  display: block;
  margin-bottom: 6px;
  color: #1b2035;
  font-size: 13px;
}

.sa-university-detail-block p,
.sa-university-detail-text {
  margin: 0;
  color: #6f758a;
  font-size: 14px;
  line-height: 1.6;
}

.sa-university-detail-block ul {
  margin: 0;
  padding-left: 18px;
  color: #6f758a;
}

.sa-university-price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sa-university-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #f0edf6;
  border-radius: 12px;
  background: #fcfbff;
}

.sa-university-price-item strong {
  color: #1b2035;
  font-size: 13px;
}

.sa-university-price-item span {
  color: #6d33d6;
  font-size: 14px;
  font-weight: 700;
}

.sa-university-details-empty {
  border: 1px dashed #ddd6ee;
  border-radius: 16px;
  padding: 22px;
  background: #fcfbff;
  color: #6f758a;
  font-size: 14px;
  text-align: center;
}

.sa-university-modal-footer {
  border-top: 0;
  padding: 8px 22px 18px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sa-university-unlock-btn {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 12px;
  background: #6d33d6;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sa-university-unlock-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-matches-dots {
  display: flex;
  gap: 6px;
}

.sa-matches-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ddd9ea;
}

.sa-matches-dots span.is-active {
  width: 16px;
  background: #7a33e1;
}

.sa-matches-arrows {
  display: flex;
  gap: 6px;
}

.sa-matches-arrows button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #3f465d;
  font-size: 20px;
  line-height: 1;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .sa-title {
    font-size: 28px;
  }

  .sa-blob {
    display: none;
  }

  .sa-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .sa-page {
    padding: 40px 16px 60px;
  }

  .sa-page--compact {
    padding: 88px 14px 40px;
  }

  .sa-card--compact {
    padding: 20px 18px 18px;
  }

  .sa-mini-steps {
    justify-content: space-between;
    gap: 8px;
  }

  .sa-mini-step {
    min-width: 0;
  }

  .sa-mini-step-text {
    font-size: 11px;
  }

  .sa-mini-step-line {
    left: calc(50% + 8px);
    right: calc(-50% + 8px);
  }

  .sa-study-step {
    padding: 4px 4px 0;
  }

  .sa-study-location-grid {
    grid-template-columns: 1fr;
  }

  .sa-location-picker__header {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 10px;
  }

  .sa-location-picker__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sa-matches {
    margin: 8px 0 0;
  }

  .sa-matches-insight {
    margin: 12px 12px 0;
    padding: 12px 14px;
  }

  .sa-matches-head {
    padding: 18px 14px 12px;
    flex-direction: column;
  }

  .sa-matches-title {
    font-size: 22px;
  }

  .sa-matches-filter-row {
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }

  .sa-matches-filter-text {
    min-width: auto;
    width: 100%;
    margin-right: 0;
  }

  .sa-matches-filter-pill,
  .sa-matches-filter-pill--ranking,
  .sa-matches-filter-pill--level,
  .sa-matches-filter-pill--field,
  .sa-matches-filter-pill--price {
    min-width: 100%;
  }

  .sa-university-modal-body {
    padding: 14px;
  }

  .sa-university-program {
    font-size: 26px;
  }

  .sa-university-grid {
    grid-template-columns: 1fr;
  }

  .sa-university-details-grid {
    grid-template-columns: 1fr;
  }

  .sa-university-panel-list--two-col {
    columns: 1;
  }

  .sa-university-modal-footer {
    padding: 6px 14px 14px;
    flex-wrap: wrap;
  }
}

/* ── Hero Banner ── */
.aa-hero {
  padding-top: 130px;
  padding-bottom: 60px;
}
.aa-hero-text-wrap {
  text-align: center;
  padding-bottom: 40px;
}

/* ── Main Section (gradient bg, centered) ── */
.aa-main-section {
  background-color:#FAFBFF;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;

}
/* soft peach glow blob top-right */
.aa-bg-blob {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(255, 140, 60, 0.16) 0%,
    transparent 68%
  );
  border-radius: 50%;
  pointer-events: none;
}
/* centered content wrapper */
.aa-center-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.aa-main-heading {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin-bottom: 10px;

}
.aa-main-sub {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 40px;
  line-height: 1.65;

}

/* ── Agent form card — inherits sa-card, centered with left-aligned text ── */
.aa-agent-card {
  margin: 0 auto;
  text-align: left;
}
.aa-agent-card .react-select__menu {
  z-index: 9999 !important;
}

/* ── University form card — wider to fit 4-column layout ── */


/* ── FAQ Section ── */
.aa-faq-section {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
.aa-faq-heading {
  font-size: 44px;
  font-weight: 800;
  color: #101828;
  letter-spacing: -0.5px;
}

/* ── Success screen ── */
.aa-success-wrap {
  padding: 80px 0;
  background: #f9fafb;
}
.aa-success-img {
  max-width: 300px;
  margin-bottom: 28px;
}
.aa-success-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}
.aa-success-msg {
  font-size: 15px;
  color: #334155;
}
.aa-success-wait {
  font-size: 14px;
  color: #94a3b8;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .aa-main-heading {
    font-size: 30px;
  }
  .aa-main-section {
    padding: 52px 0 70px;
  }
  .aa-faq-heading {
    font-size: 28px;
  }
  .aa-agent-card {
    border-radius: 18px;
  }

  .applyboxes-grid .applyboxes-col--student {
    order: -1;
  }
  .aa-faq-section {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
  background: #fff;
}
}

/* ── Back to Top Button ── */
#back-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 9999;
}
#back-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #7531e3;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(117, 49, 227, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
#back-top a:hover {
  background: #6020cc;
  box-shadow: 0 8px 24px rgba(117, 49, 227, 0.45);
  transform: translateY(-2px);
}
