/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

* {
	font-family: Inter;
}

body {
	margin: 0;
}

header {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  margin: 0;
  border: solid 1px #D9D9D9;
  border-radius: 20px;
  padding: 10px 10px 10px 30px;
  z-index: 4;
  background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#logo, #menu {
	display: inline-block;
}

#menu {
	position: absolute;
	right: 40px;
	top: 34px;
	font-size: 18px;
	font-weight: 300;
}

.label {
	margin: 0 10px;
}

#logo img {
	max-width: 200px;
}

#home {
	background-image: url(images/bg-top.webp);
	background-size: 100%;
	background-position: right;
	background-repeat: no-repeat;
	padding: 180px 40px 40px 40px;
	margin: auto;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
  overflow: hidden;
  text-align: center;
}

#home h1 {
	font-size: 34px;
  margin-bottom: 28px;
}

.brandGreen {
	color: #89C42E;
}

#homePara {
	font-weight: 300;
	margin-bottom: 40px;
}

#stats {
	max-width: 500px;
}

.statBox {
	width: calc(33% - 2px);
	display: inline-block;
	text-align: center;
}

.statBox p {
	font-size: 18px;
	font-weight: 300;
}

.statBox span {
	font-size: 38px;
	font-weight: 800;
}

.statCenterBox {
  position: relative;
}

.statCenterBox::before,
.statCenterBox::after {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #D9D9D9;
}

.statCenterBox::before {
  left: 0;
}

.statCenterBox::after {
  right: 0;
}

#stats {
	border: solid 1px #D9D9D9;
	border-radius: 20px;
	background: #fff;
  margin-top: 60px;
}

.areaSecOne {
	display: inline-block;
    /*width: calc(50% - 4px);*/
}

.form-box {
  max-width: 300px;
  background: #fff;
  padding: 25px;
  padding-top: 32px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border: solid 1px #E5E5E5;
}

.form-box p {
	margin: 0;
	font-size: 20px;
	margin-bottom: 14px;
}

.form-box .highlight {
  color: #89C42E;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-box input,
.form-box select {
  width: 100%;
  margin: 8px 0;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 16px;
}

.form-box input {
	max-width: 270px;
}

.form-box input::placeholder,
.form-box select::placeholder {
	color: #D9D9D9;
}

select {
	color: #D9D9D9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('images/icon-arrow-down.webp') no-repeat right 16px center;
  background-color: #fff;
  background-size: 24px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 25px;
}

select:valid {
  color: #000!Important;
}

select option {
  color: #000;
}

.form-box button {
  width: 100%;
  background: #89C42E;
  color: white;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 18px;
  font-weight: bold;
  cursor: pointer;
  font-size: 22px;
}

#areaOne {
	text-align: left;
	width: 48%;
  padding-top: 50px;
  vertical-align: top;
}

.iti--separate-dial-code .iti__selected-flag {
	border-radius: 20px 0 0 20px;
	background-color: rgba(0, 0, 0, .05);
}

#phone {
  max-width: 300px;
  padding-left: 85px!Important;
}

.iti {
	margin: 8px 0;
}

#approvals,
#universities {
	text-align: center;
	padding: 20px;
  border: solid #D9D9D9;
  border-width: 1px 0 1px 0;
}

#approvals h2,
#universities h2 {
	font-size: 30px;
	color: #89C42E;
	margin-bottom: 15px;
}

#approvals p,
#universities p {
	font-style: italic;
	color: #8B8B8B;
	margin: 0 0 40px 0;
}

.carousel {
  width: 100%;
  max-width: 1000px; /* optional max width */
  margin: auto;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-track img {
  height: 110px;
  width: auto;
  flex-shrink: 0;
	margin: 0 20px;
}

/*.dots {
  text-align: center;
  margin-top: 20px;
}*/

/*.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}*/

/*.dot.active {
  background: #000;
}*/

#courses {
	background: #F4FAEB;
}

#chooseCriteria {
  width: 25%;
  padding: 60px 20px 40px 40px;
  display: inline-block;
  vertical-align: top;
}

#chooseCriteria select {
  font-size: 16px;
	width: 100%;
  padding: 10px 20px;
  margin: 12px 0;
	border: solid 1px #D9D9D9;
	color: #000!Important;
}

#coursesCart {
  display: inline-block;
  padding: 50px 20px 40px 20px;
  position: relative;
  width: 67%;
  text-align: center;
}

.cart-area {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 20px 0 20px;
  border-left: solid 1px #D9D9D9;
  transition: transform 0.4s ease;
}

.cart-area::-webkit-scrollbar {
  display: none;
}

.cart-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 88px;
}

.cart-content {
  padding: 0 0 18px 0;
}

.tag {
  text-align: center;
  max-width: max-content;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  position: relative;
  margin-left: 10px;
}

.tagOnline {
  background: #89C42E;  
}

.tagDistance {
  background: #277EB9;
}

.tagRegular {
  background: #100E09;
}

.cart {
  display: inline-block;
  width: 50%;
  max-width: 320px;
  flex: 0 0 auto;
  text-align: center;
  margin: 0 20px;
  background: #fff;
  border: solid 1px #D9D9D9;
  padding: 10px 0 0 0;
  border-radius: 20px;
  box-sizing: border-box;
  max-height: max-content;
}

.cart img {
  max-width: 100%;
  margin: -35px 0 0 0;
}

.cart-content h3 {
  margin: 0 0 10px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.UAP {
  margin: 14px 0;
}

.UAP h4, .UAP p {
  margin: auto;
  width: 90%;
  padding: 5px 0;
  font-size: 14px;
}

.UAP h4 {
  background: #bed8e9;
  border-radius: 20px 20px 0 0;
}

.UAP p {
  background: #277EB9;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  font-size: 14px;
  text-align: left;
  margin: 0 0 0 20px;
}

.info-box div {
  line-height: 1.4;
  font-weight: 700;
}

.info-box span {
  color: green;
  font-weight: bold;
}

.approvals img {
  max-width: 60px;
  margin: 0 4px;
  vertical-align: top;
}

.cart-content button {
  width: 90%;
}

.gow {
  margin: 14px 0;
  background: #89C42E;
  border: none;
  color: #fff;
  padding: 5px 0 8px 0;
  border-radius: 25px;
  font-weight: 200;
  font-size: 15px;
}

.gow img {
  margin: 0 0 -7px -4px;
}

.apply {
  background: #277EB9;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 7px 0;
  border-radius: 25px;
}

.filterBlocks {
  height: 100%;
}

.arrow {
  position: absolute;
  background: #fff;
  border-radius: 25px;
  padding: 8px 8px 2px 6px;
  border: solid 1px #D9D9D9;
  margin-left: 35px;
  top: 50%;
  transform: translateY(-20px);
}

.arrowright {
  right: 50px;
  padding-left: 8px;
}

.notShow {
  display: none;
}

#helpStudents {
  text-align: center;
  font-size: 20px;
  background: #F4FAEB;
  border-top: solid 1px #D9D9D9;
  padding: 60px 80px;
  position: relative;
  background-image: url(images/bg-steps.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#helpStudents h2 {
  margin: 0;
}

.beneCart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-content: center;
}

.beneCart div {
  width: 280px;
  border: solid 1px #D9D9D9;
  border-radius: 14px;
  margin: 20px;
  text-align: left;
  padding: 0 25px 55px 25px;
  background: #fff;
}

.beneCart p {
  font-size: 14px;
  margin-top: 0;
}

.beneCart img {
  background: #89C42E;
  padding: 18px 14px;
  width: 40px;
  border-radius: 0 0 4px 4px;
}

.section-benefits {
  margin-top: 30px;
}

.border-left,
.border-right {
  position: absolute;
  top: 0;
  height: 35%;
  width: 2px;
  background: linear-gradient(to bottom, #d9d9d9, transparent);
  z-index: 1;
}

.border-left {
  left: 0;
}

.border-right {
  right: 0;
}

.beneCart h3 {
  margin-bottom: 14px;
}

.carousel-track-univ img {
  height: 90px;
  width: auto;
  margin: 0 20px;
}

#areaBenefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 80px 60px;
  border-radius: 20px;
}

#benefits {
  padding: 40px;
  background: #f3f9ff;
  text-align: center;
}

#benefits h2 {
  color: #33465E;
  font-size: 32px;
  margin-bottom: 35px;
}

.beneBox {
  position: relative;
  padding: 20px 28px;
  border-bottom: solid 2px #277EB9;
  border-radius: 0 0 14px 14px;
}

.beneBox p {
  text-align: left;
  font-weight: 500;
  margin-top: 28px;
}

.beneBox .border-right,
.beneBox .border-left {
  top: auto;
  bottom: 8px;
  background: linear-gradient(to top, #277EB9, transparent);
  height: 65%;
  width: 1px;
}

.bene-cart-img {
  background-color: #2387BF;
  width: 40px;
  margin: auto;
  padding: 12px;
  border-radius: 50px;
}

.bene-cart-img img {
  max-width: 35px;
}

#googleReviews {
  text-align: center;
  background-image: url(images/bg-reviews.webp);
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  border: solid #D9D9D9;
  border-width: 1px 0 1px 0;
}

#googleReviews h2 {
  margin: 0;
  color: #33465E;
  font-size: 32px;
}

.review {
  flex: 0 0 auto;
  width: 400px;
  text-align: left;
  border-radius: 20px 20px 0 0;
  padding: 20px 28px;
  background: linear-gradient(to bottom, white, transparent);
  position: relative;
  border-top: solid 2px #277EB9;
}

.review p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.reviews-container {
  /*display: flex;*/
  /*overflow-x: scroll;*/
  scroll-behavior: auto; /* important for manual scroll */
  scrollbar-width: none;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 40px 60px;
  overflow-x: auto;
  max-width: 1100px;
  margin: 50px auto 0 auto;
}

.reviews-container::-webkit-scrollbar {
  display: none;
}

.review .border-left, .review .border-right {
  top: 12px;
  height: 90%;
  background: linear-gradient(to bottom, #277EB9, transparent);
}

footer {
  background-color: #f5f0f1;
  padding-top: 40px;
}

#footerArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  max-width: 1100px;
  margin: auto;
}

.footer-bullets {
  list-style-image: url('images/icon-arrow-double.webp');
  padding-left: 22px;
}

.areaFooter h3 {
  margin-bottom: 15px;
}

.areaFooter {
  border-top: solid 2px #000;
  padding: 0 20px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.areaFooter .border-left, .areaFooter .border-right {
  top: 12px;
  height: 95%;
  background: linear-gradient(to bottom, #000, transparent);
}

#about {
  background-color: #797979;
  margin-top: 45px;
}

.bBar {
  display: flex;
  align-items: center;
}

#bottomBarUp {
  max-width: 1100px;
  margin: auto;
  padding: 25px 20px;
  position: relative;
}

#callBar {
  position: absolute;
  right: 0;
  top: 17px;
  background-color: #d9d9d9;
  color: #414141;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#bottomBarUp img {
  margin-right: 14px;
}

#addressBar {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#addressBar img {
  max-width: 32px;
}

#callBar img {
  max-width: 24px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 40px;
}

.carousel-track-univ,
.carousel-track-app {
  display: flex;
  animation: scroll-left 10s linear infinite;
  width: max-content;
  gap: 40px;
}

.carousel-track-univ:hover,
.carousel-track-app:hover {
  animation-play-state: paused;
}

.carousel-track-univ img,
.carousel-track-app img {
  height: 95px;
  object-fit: contain;
  flex-shrink: 0;
}

.carousel-track-univ img {
  height: 75px;
}

.carousel-track-univ {
  gap: 20px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

.multi-select {
  position: relative;
  width: 100%;
  font-family: sans-serif;
  margin: 10px 0;
}

.select-box {
  padding: 10px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: white;
  border-radius: 22px;
}

.options {
  position: absolute;
  /*top: 100%;*/
  width: max-content;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #0000008f;
  background: #fff;
  display: none;
  z-index: 10;
}

.options label {
  display: block;
  padding: 5px 10px;
}

.options input {
  margin-right: 8px;
}

#selectionDown {
  max-height: 24px;
  position: absolute;
  right: 18px;
  top: 10px;
}

#chatIcon {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #8bd21d; /* WhatsApp green */
  color: white;
  font-family: sans-serif;
  padding: 14px 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#chatIcon img {
  width: 22px;
}

#chatIcon span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 24px;
}

#chatText {
  transform: rotate(180deg);
}

/* Popup */
/* Modal container */
.form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 24;
  justify-content: center;
  align-items: center;
}

#thanksModal {
  z-index: 28;
}

/* Form content box */
.form-modal-content {
  background: white;
  border-radius: 12px;
  position: relative;
  max-width: max-content;
  width: 90%;
}

/* Close button */
.form-close,
.thanksform-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
}

a {
  color: initial;
  text-decoration: initial;
}

.nav-link.active .label {
  color: #89C42E;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

#mobileMenu {
  display: none;
}

#mobileMenu img {
  max-width: 70%;
}

#thankYou {
  text-align: center;
  padding: 45px 55px;
}

#thankYou p {
  font-size: 14px;
}

#thankYou h2 {
  color: #33465e;
  margin: 0;
}

#thanksImg {
  background-color: #89c42e;
  border-radius: 80px;
  padding: 20px 20px 15px 20px;
  max-width: 50px;
  margin: auto;
  border: #daf1b5 18px solid;
  margin-bottom: 15px;
}

#thanksImg img {
  max-width: inherit;
}

#thanksBox {
  border-radius: 28px;
  border: solid 1px #D9D9D9;
}

/* For Mobile */
@media screen and (max-width: 1310px) {
  html {
    background-color: #000;
  }
  body {
    max-width: 425px;
    margin: auto;
    background-color: #fff;
    position: relative;
  }
  #menu {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: 40px;
    border: solid 1px #D9D9D9;
    border-radius: 14px;
    padding: 8px 0;
    background-image: url(images/bg-menu.webp);
    background-size: 225px;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #mobileMenu {
    display: block;
    margin-bottom: -4px;
    text-align: right;
    margin-right: 8px;
  }
  header {
    width: 85%;
    top: 20px;
    padding: 8px 8px 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    position: fixed;
  }
  #home {
    padding: 80px 25px 20px 25px;
  }
  #areaOne {
    width: 100%;
    padding-top: 20px;
  }
  #logo img {
    max-width: 135px;
  }
  #home h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  #stats {
    margin-top: 32px;
  }
  .statBox span {
    font-size: 28px;
  }
  .statBox p {
    font-size: 16px;
  }
  .areaSecOne {
    margin: 20px 0 18px 0;
  }
  #approvals h2, #universities h2 {
    font-size: 22px;
  }
  #approvals p, #universities p {
    font-size: 14px;
    max-width: 324px;
    margin: auto;
    margin-bottom: 25px;
  }
  .carousel-wrapper {
    padding-bottom: 20px;
  }
  .fade-left,
  .fade-right {
    display: none;
  }
  #carouselApp .fade-left,
  #carouselApp .fade-right {
    display: block;
  }
  #carouselUniv .fade-left,
  #carouselUniv .fade-right {
    display: block;
  }
  #chooseCriteria {
    width: -webkit-fill-available;
    padding: 28px 20px 20px 20px;
  }
  .options {
    width: 100%;
  }
  #coursesCart {
    padding: 0 0 25px 0;
    width: 100%;
  }
  .cart-area {
    padding-left: 20px;
  }
  .arrow {
    margin: 0;
    display: none;
  }
  .arrowright {
    right: 20px;
  }
  .arrowleft {
    left: 20px;
  }
  .cart {
    width: auto;
    margin: 0 20px 0 0;
  }
  .beneCart {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 15px;
  }
  .beneCart div {
    width: auto;
    margin: 0;
    padding: 0 20px 8px 20px;
  }
  #helpStudents {
    padding: 35px 0 20px 0;
  }
  .beneCart h3 {
    font-size: 14px;
  }
  .beneCart p {
    font-size: 12px;
  }
  #helpStudents h2 {
    font-size: larger;
    max-width: 250px;
    margin: auto;
  }
  .beneCart img {
    padding: 14px 12px;
    width: 35px;
  }
  .mobileDisplay {
    display: block;
  }
  #benefits {
    padding: 40px 20px;
  }
  #benefits h2,
  #googleReviews h2 {
    font-size: 26px;
    margin: 0;
  }
  #areaBenefits {
    background: none;
    gap: 15px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .beneBox {
    border-radius: 18px;
    background-color: #fff;
    padding: 0 18px 0 18px;
    margin: 55px 0 0 0;
  }
  .beneBox p {
    font-size: 14px;
  }
  .bene-cart-img {
    margin-top: -32px;
  }
  #home {
    background-size: cover;
    background-position: center;
  }
  #areaBenefits .border-left,
  #areaBenefits .border-right {
    bottom: 12px;
  }
  #googleReviews {
    padding: 40px 0px;
  }
  .reviews-container {
    gap: 25px 32px;
    margin: 40px auto 0 auto;
  }
  .review {
    width: 265px;
  }
  #footerArea {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
    padding: 0 35px;
  }
  #bottomBarUp {
    padding: 14px 18px;
  }
  #callBar {
    top: 12px;
    right: 12px;
    padding: 12px;
    font-size: 14px;
  }
  #callBar img {
    max-width: 16px;
  }
  #bottomBarUp img {
    margin-right: 8px;
  }
  #addressBar {
    font-size: 14px;
  }
  #addressBar span {
    max-width: 48%;
  }
  #chatIcon span {
    font-size: 22px;
  }
  #chatIcon img {
    width: 20px;
  }
  #chatIcon {
    padding: 12px 10px;
  }
  .statBox {
    width: calc(33% - 4px);
  }
  .nav-link {
    margin: 8px 8px;
  }
  #thankYou {
    padding: 25px;
  }
  #thanksLineBreak {
    display: none;
  }
}