* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero {
  position: relative;
  height: calc(100vh - 100px);
  background-image: url("/pix/hopeful-student-bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end; /* push content to bottom */
}


.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,   
    rgba(0, 0, 0, 0.7) 30%,  
    rgba(0, 0, 0, 0) 60%     
  );
  z-index: 1;
} 

/* Text content */
.hero-content {
  position: relative;
  z-index: 2; /* above overlay */
  padding: 2rem 2rem 4rem 2rem;
  width: 100%;
}

.hero-content h1 {
  font-size: clamp(2rem, 6vw, 4.6rem); /* responsive font size */
  font-weight: 700;
  color: white;
  max-width: 1200px;
  line-height: 1;
	margin: 0;
	padding: 0;
}

.hero-content h1 span {
  font-size: clamp(1.8rem, 4vw, 4rem); /* responsive font size */
  font-weight: 400;
}

.hero-content p {     
	color: #fff;
    font-size: 1.3rem;
	max-width: 900px;
	margin: 0;
	padding: 1rem 0 0;
}

.hero-content a.more-link {     
	color: #37b6be;
    text-decoration: none;
    margin: 1rem 2rem 2rem 0;
    font-size: 1.3rem;
}

.hero-content .fa {
    margin-left:10px;
    text-decoration: none;
} 

.hero-content a.more-link:hover {     
	color: #fff;
	text-decoration: underline;
}

.chevronDown {
    width: 60px;
    position: absolute;
    bottom: 30px;
    right: 50%;
	z-index: 5;
    margin-right: -30px;
}


@media screen and (max-width: 1850px) {
	.chevronDown { display: none; }
}

@media screen and (max-width: 720px) {
	.hero { height:65vh; }
}

@media (max-width: 600px) {
	.hero-content { padding: 1.5rem 1.5rem 4rem 1.5rem; }
	.hero-content a.more-link { font-size: 1rem; }
	.hero-content a.more-link .fa { display: none; }
	.hero-content p { font-size: 1rem; }
}

.resits-lander .flexible .ImageSide img { object-position: center; }
.resits-lander .flexible .TextSide .btn-wrap {    }
.resits-lander .flexible .TextSide .btn-wrap a.btn-brick { font-size: 1.3rem; margin-right: 1rem; margin-top: 1rem; }
.resits-lander .flexible { position: relative; }


.resits-lander .how-work { padding-bottom: 0; }
.resits-lander .usp-area2 .flex-container .stat-box { text-align: center; }
.resits-lander .usp-area2 .flex-container .stat-box .ico-wrap { margin: 0 auto 1.8rem; }
.resits-lander .usp-area2 { padding-bottom: 6rem; }


.resits-lander .exam-dates { padding:3rem 0 5rem; }
.resits-lander .exam-dates h2 { text-align: center; font-size: 3rem; color: red; }
.resits-lander .exam-dates .flex-container { justify-content: center; flex-wrap: nowrap; }
.resits-lander .exam-dates .flex-container .clock {  }
.resits-lander .exam-dates .flex-container .clock h2 { font-size: 2.2rem; padding-bottom: 0; font-weight: 500; margin-bottom: 1rem; color: var(--theme-color1); }
.resits-lander .exam-dates .flex-container .clock.TileOne { width: auto; float: none; padding: 1rem 2.4rem 1rem 0; }
.resits-lander .exam-dates .flex-container .clock.TileTwo { border-right: none; width: auto; float: none; padding: 1rem 0 1rem 2.4rem; }

@media screen and (max-width: 765px) {
	.resits-lander .exam-dates .flex-container { flex-wrap: wrap; }
	.resits-lander .exam-dates .flex-container .clock.TileOne { border-right: none; width:100%; padding: 1rem 0 1rem 0; }
	.resits-lander .exam-dates .flex-container .clock.TileTwo { border-right: none; width:100%; padding: 1rem 0 1rem 0; }
}

#scroll-point { position: absolute; margin-top: -70px; } 

.btn-wrap a.btn-brick { font-size: 1.3rem; margin-right: 1rem; margin-top: 1rem; color:#fff;  }

.resits-lander .cta {
    padding: 4rem 0;
    background: #e8e8e8;
    text-align: center;
	margin-bottom:0;
}

@media screen and (max-width: 980px) {
    .flexible .ImageSide { margin-top: 2rem; }
}


.resits-lander .flexible p, .resits-lander .how-work p { font-size: 1.3rem; }

@media screen and (max-width: 1200px) {
	.resits-lander .flexible p, .resits-lander .how-work p { font-size: 1.1rem; }
}

@media screen and (max-width: 700px) {
	.resits-lander .flexible p, .resits-lander .how-work p { font-size: 1rem; }
}


.trustpilot-widget {
    margin: 0!important;
}