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

body {
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .facilities-cta-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
.nlp{width: 100% ! important;}
.nrp{width: 100% ! important;}
}
@media (min-width: 991px) {
.nlp{width: 71% ! important;}
.nrp{width: 29% ! important;}
}
.school-landing-page {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

/* Header styles */
.top-header {
  background-color: #ffffff;
  align-self: stretch;
  display: flex;
  width: 100%;
  padding: 25px 70px;
  flex-direction: column;
  align-items: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  color: #383838;
  justify-content: center;
}

@media (max-width: 991px) {
	.phone-numbers, .email-text{font-size: 16px;}
	.school-logo{    margin: auto;}
  .top-header {
    max-width: 100%;
    padding: 25px 10px;
  }
}

.header-container {
  display: flex;
  width: 1197px;
  max-width: 100%;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.school-logo {
  aspect-ratio: 2.21;
  object-fit: contain;
  object-position: center;
  width: 223px;
  flex-shrink: 0;
  max-width: 100%;
}

.contact-info {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: stretch;
}

.phone-numbers {
  font-weight: 600;
  align-self: start;
}

.email-address {
  font-weight: 400;
  margin-top: 15px;
}

.email-text {
  font-weight: 600;
  color: #383838;
}
.top-header .contact-info img{
	    width: auto ! important;
    margin-right: 6px;
    background: #00a86b;
    border-radius: 20px;
    padding: 5px;
    position: relative;
    top: 12px;
}
/* Hero section styles */
.hero-section {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  min-height: 620px;
  width: 100%;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
  }
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 620px;
  width: 100%;
  padding: 49px 70px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
    padding: 69px 20px;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1344px;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .hero-container {
    max-width: 100%;
  }
}

.welcome-text {
  align-self: start;
}

@media (max-width: 991px) {
  .welcome-text {
    max-width: 100%;
  }
}

.welcome-heading {
  color: #ffd600;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

@media (max-width: 991px) {
  .welcome-heading {
    max-width: 100%;
  }
}

.welcome-description {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 9px;
  width: 490px;
}

@media (max-width: 991px) {
  .welcome-description {
    max-width: 100%;
  }
}

.admission-form {
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  margin-top: 9px;
  padding: 28px 40px 50px;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  color: #828282;
  font-weight: 500;
}

@media (max-width: 991px) {
  .admission-form {
    max-width: 100%;
    padding: 28px 20px 50px;
  }
}

.admission-title {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin: 0 10px;
}

.enquire-heading {
  color: #00a86b;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  align-self: center;
  margin-top: 5px;
}

.form-field {
  margin-top: 17px;
  width: 100%;
}

.input-field {
  width: 375px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  max-width: 100%;
  padding: 12px 16px;
  gap: 8px;
}

.input-field-email {
  width: 375px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  max-width: 100%;
  padding: 12px 16px;
  gap: 8px;
}

@media (max-width: 991px) {
  .input-field-email {
    white-space: initial;
  }
}

.submit-button {
  align-self: start;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #00a86b;
  margin-top: 30px;
  min-height: 48px;
  padding: 11px 24px;
  gap: 8px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .submit-button {
    padding: 11px 20px;
    white-space: initial;
  }
}

/* Milestones section styles */
.milestones-section {
  display: flex;
  margin-top: 93px;
  width: 516px;
  max-width: 100%;
  align-items: center;
  gap: 49px 40px;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  color: #00a86b;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.6px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .milestones-section {
    margin-top: 40px;
  }
}

.decorative-line {
  aspect-ratio: 7.14;
  object-fit: contain;
  object-position: center;
  width: 100px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
  max-width: 100%;
}

.milestones-heading {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  width: 193px;
}

/* Achievements section styles */
.achievements-row {
  margin-top: 56px;
  width: 100%;
  max-width: 1344px;
}

@media (max-width: 991px) {
  .achievements-row {
    max-width: 100%;
    margin-top: 0px;
  }
  .milestones-section{    gap: 19px 10px ! important;}
  .decorative-line{width: 70px;}
}

.achievements-container {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .achievements-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.achievement-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .achievement-card {
    width: 100%;
	    padding:10px 20px;
  }
  .achievement-icon-container{margin-left: 0px ! important;}
}

.achievement-content {
  border-radius: 10px;
  background-color: #f3f5fd;
  flex-grow: 1;
  padding: 37px 53px;
  width: 100%;
  align-items: center ! important;
    display: flex;
}

@media (max-width: 991px) {
  .achievement-content {
    max-width: 100%;
    margin-top: 10px;
    padding: 37px 20px;
  }
}

.achievement-info {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .achievement-info {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.achievement-text {
  margin-top: auto;
  margin-bottom: auto;
  align-self: stretch;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .achievement-text {
    margin-top: 0px;
  }
  .courses-list-container{display: block ! important;}
  .course-item{margin-bottom: 1rem ! important;}
}

.achievement-title {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}

.achievement-description {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .achievement-description {
    margin-right: 6px;
  }
}

.achievement-icon-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 34%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .achievement-icon-container {
    width: 100%;
  }
}

.achievement-icon-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 34px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 172px;
}

@media (max-width: 991px) {
  .achievement-icon-wrapper {
    margin-top: 40px;
    padding: 20px;
  }
}

.achievement-icon {
  aspect-ratio: 0.74;
  object-fit: contain;
  object-position: center;
  width: 92px;
}

/* Courses section styles */
.courses-section {
  background-color: #00a86b;
  align-self: stretch;
  display: flex;
  margin-top: 111px;
  width: 100%;
  padding: 1px 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .courses-section {
    max-width: 100%;
    padding: 1px 20px;
    margin-top: 40px;
  }
}

.courses-container {
  z-index: 10;
  margin-bottom: -11px;
  width: 100%;
  max-width: 1352px;
}

@media (max-width: 991px) {
  .courses-container {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.courses-content {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .courses-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.courses-left-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 62%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .courses-left-column {
    width: 100%;
  }
}

.courses-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  align-self: stretch;
}

@media (max-width: 991px) {
  .courses-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}

.courses-inner {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .courses-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.courses-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 82%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .courses-header {
    width: 100%;
  }
}

.courses-header-content {
  width: 100%;
}

@media (max-width: 991px) {
  .courses-header-content {
    max-width: 100%;
    margin-top: 20px;
  }
}

.courses-header-wrapper {
}

@media (max-width: 991px) {
  .courses-header-wrapper {
    max-width: 100%;
  }
}

.courses-header-inner {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .courses-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.courses-header-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 52%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .courses-header-main {
    width: 100%;
  }
}

.courses-title-container {
  align-self: start;
  display: flex;
  align-items: stretch;
  gap: 24px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.courses-icon {
  aspect-ratio: 10;
  object-fit: contain;
  object-position: center;
  width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.courses-title {
  flex-basis: auto;
      font-size: 25px;
}

.courses-list-container {
  display: flex;
  margin-top: 46px;
  align-items: stretch;
  gap: 20px;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.4px;
}

@media (max-width: 991px) {
  .courses-list-container {
    margin-top: 40px;
    white-space: initial;
  }
}

.course-item {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 12px 46px;
  display: inline-block;
}

@media (max-width: 991px) {
  .course-item {
    padding: 12px 20px;
    white-space: initial;
  }
}

.course-item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 24%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .course-item-container {
    width: 100%;
  }
}

.course-item-container .course-item {
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: 82px;
  flex-grow: 1;
  padding: 12px 37px;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .course-item-container .course-item {
    margin-top: 40px;
    padding: 12px 20px;
    white-space: initial;
  }
}

.courses-description {
  color: #ffffff;
  font-size: 20px;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.4px;  
  margin-top: 33px;
}

@media (max-width: 991px) {
  .courses-description {
    max-width: 100%;
  }
}

.course-item-container-last {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 18%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .course-item-container-last {
    width: 100%;
  }
}

.course-item-container-last .course-item {
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 48px;
  align-self: stretch;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .course-item-container-last .course-item {
    margin-top: 40px;
    padding: 12px 20px;
    white-space: initial;
  }
}

.courses-right-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 38%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .courses-right-column {
    width: 100%;
  }
}

.courses-image {
  aspect-ratio: 1.49;
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .courses-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

/* Specialized programs section styles */
.specialized-programs-section {
  margin-top: 98px;
  width: 100%;
  max-width: 1344px;
}

@media (max-width: 991px) {
  .specialized-programs-section {
    max-width: 100%;
    margin-top: 40px;
  }
}

.specialized-programs-container {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .specialized-programs-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.specialized-programs-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .specialized-programs-content {
    width: 100%;
	    padding: 0 15px;
  }
}

.specialized-programs-info {
  border-radius: 16px;
  background-color: #f3f5fd;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 63px 39px;
  flex-direction: column;
  align-items: start;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
	.competitive-exams-image{    position: relative ! important;}
  .specialized-programs-info {
    max-width: 100%;
    margin-top: 0px;
    padding: 63px 20px;
  }
}

.specialized-programs-title {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: center;
  margin-left: 43px;
}

@media (max-width: 991px) {
  .specialized-programs-title {
    margin-left: 10px;
  }
}

.program-item {
  display: flex;
  margin-top: 43px;
  align-items: stretch;
  gap: 18px;
  font-size: 22px;
  color: #2b2b2b;
  letter-spacing: -0.44px;
}

@media (max-width: 991px) {
  .program-item {
    margin-top: 40px;
  }
}

.program-indicator {
  border-color: #00a86b;
  border-style: solid;
  border-width: 2px;
  margin-top: auto;
  margin-bottom: auto;
  width: 21px;
  flex-shrink: 0;
  height: 2px;
}

.program-title {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 22px;
  font-weight: 500;
}

.program-description {
  color: #5b5b5b;
  font-size: 20px;
  letter-spacing: -0.4px;
  align-self: stretch;
  margin-top: 9px;
  margin-left: 39px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .program-description {
    max-width: 100%;
    margin-right: 10px;
  }
}

.program-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: fit-content;
}

@media (max-width: 991px) {
  .program-content {
    max-width: 100%;
  }
}

.program-content .program-title {
  color: #2a2a2a;
  font-size: 22px;
  letter-spacing: -0.44px;
  align-self: start;
}

.program-content .program-description {
  color: #5b5b5b;
  font-size: 20px;
  letter-spacing: -0.4px;
  margin-top: 9px;
  margin-left: 0;
}

@media (max-width: 991px) {
  .program-content .program-description {
    max-width: 100%;
  }
}

.specialized-programs-image-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .specialized-programs-image-container {
    width: 100%;
	    padding: 20px;
    margin-left: 0px;
  }
}

.specialized-programs-image {
  aspect-ratio: 1.23;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 16px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .specialized-programs-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

/* Competitive exams section styles */
.competitive-exams-section {
  z-index: 10;
  margin-top: 59px;
  width: 1210px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .competitive-exams-section {
    margin-top: 40px;
  }
}

.competitive-exams-container {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .competitive-exams-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.competitive-exams-image-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .competitive-exams-image-column {
    width: 100%;
  }
  .exam-item{width: 170px ! important;}
}

.competitive-exams-image-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  position:relative;
}

@media (max-width: 991px) {
  .competitive-exams-image-wrapper {
    max-width: 100%;
    margin-top: 0px;
  }
}

.competitive-exams-image {
  
  object-fit: contain;
  object-position: center;
  
  align-self: center;
  z-index: 10;
  max-width: 100%;
      position: absolute;
    bottom: 0;
}

.image-overlay {
  background-color: #00a86b;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 691px;
}

@media (max-width: 991px) {
	.achievement-content{
		display: block ! important;
    text-align: center ! important;
	}
  .image-overlay {
    max-width: 100%;
  }
}

.competitive-exams-content-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .competitive-exams-content-column {
    width: 100%;
	    margin-left: 0;
    padding: 0 15px;
  }
}

.competitive-exams-content {
  display: flex;
    margin-top: 54px;
    margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
}

@media (max-width: 991px) {
  .competitive-exams-content {
    margin-top: 40px;
  }
}

.competitive-exams-title {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  width: 313px;
}

.exams-list-container {
  border-color: #ccea c7;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  display: flex;
  margin-top: 35px;
  width: 303px;
  max-width: 100%;
  padding: 7px;
  flex-direction: column;
  align-items: stretch;
  color: #cceac7;
  font-weight: 600;
  white-space: nowrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .exams-list-container {
    white-space: initial;
  }
}

.exams-list-wrapper {
  border-color: #ccea c7;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  display: flex;
  padding: 7px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 991px) {
  .exams-list-wrapper {
    white-space: initial;
  }
}

.exams-list {
  border-color: #ccea c7;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  background:#cceac7;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 991px) {
  .exams-list {
    white-space: initial;
  }
}

.exams-grid {
  background-color: #ccea c7;
  border-radius: 50%;
  display: flex;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 53px;
  flex-direction: column;
  align-items: stretch;
      margin-left: -50px;
}

@media (max-width: 991px) {
  .exams-grid {
    white-space: initial;
  }
}

.exams-row {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .exams-row {
    white-space: initial;
  }
}

.exam-item {
     margin-top: 20px;
    /* background: #fff; */
    width: 174px;
    /* height: 61px; */
    flex-shrink: 0;
    padding: 18px 20px;
	box-shadow: 0 4px 0 0 #00a86b;
    color: #2f2f2f;
    border-radius: 10px;
    border-radius: 16px;
    border: 1px solid #000;
    background: #FFF;
    color: #2B2B2B;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.exams-grid .exam-item:nth-child(3) {
  align-self: end;
  margin-top: 50px;
  margin-right: 24px;
}

@media (max-width: 991px) {
  .exams-grid .exam-item:nth-child(3) {
    margin-right: 10px;
    margin-top: 40px;
  }
}

.exams-grid .exam-item:nth-child(4) {
  align-self: start;
  margin-top: 7px;
}

.competitive-exams-description {
  color: #5b5b5b;
  font-weight: 500;
  align-self: stretch;
  margin-top: 25px;
}

/* Facilities section styles */
.facilities-section {
  background-color: #ddf3eb;
  align-self: stretch;
  display: flex;
  width: 100%;
  padding: 91px 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .facilities-section {
    max-width: 100%;
        padding: 15px 20px;
  }
}

.facilities-container {
  width: 100%;
  max-width: 1344px;
}

@media (max-width: 991px) {
  .facilities-container {
    max-width: 100%;
  }
}

.facilities-content {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .facilities-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.facilities-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .facilities-info {
    width: 100%;
  }
}

.facilities-text {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  flex-direction: column;
  align-self: stretch;
  align-items: start;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 500;
  letter-spacing: -0.4px;
}

@media (max-width: 991px) {
  .facilities-text {
    max-width: 100%;
    margin-top: 40px;
  }
}

.facilities-title {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: center;
}

.facilities-description {
  color: #2a2a2a;
  margin-top: 26px;
}

@media (max-width: 991px) {
  .facilities-description {
    max-width: 100%;
  }
}

.facility-item {
  display: flex;
  margin-top: 30px;
  align-items: stretch;
  gap: 18px;
  flex-wrap: wrap;
}

.facility-item:not(:first-of-type) {
  margin-top: 19px;
}

.facility-indicator {
  border-color: #00a86b;
  border-style: solid;
  border-width: 2px;
  margin-top: auto;
  margin-bottom: auto;
  width: 21px;
  flex-shrink: 0;
  height: 2px;
}

.facility-text {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 991px) {
  .facility-text {
    max-width: 100%;
  }
}

.facilities-image-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .facilities-image-container {
    width: 100%;
	margin-left: 0;
  }
}

.facilities-image {
  aspect-ratio: 1.55;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 16px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .facilities-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

/* Facilities gallery styles */
.facilities-gallery {
  margin-top: 87px;
  width: 100%;
  max-width: 1344px;
}

@media (max-width: 991px) {
  .facilities-gallery {
    max-width: 100%;
    margin-top: 40px;
	    padding: 0 20px;
  }
}

.gallery-row {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .gallery-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}

.gallery-item:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .gallery-item {
    width: 100%;
    margin-left: 0 !important;
  }
}

.gallery-item-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 991px) {
  .gallery-item-content {
    margin-top: 40px;
    white-space: initial;
  }
}

.gallery-image {
  aspect-ratio: 1.82;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 16px;
}

.gallery-item-title {
  align-self: center;
  margin-top: 29px;
  font-size: 20px;
  font-weight: 600;
}

/* Facilities CTA styles */
.facilities-cta {
  border-radius: 16px;
  background-color: #f3f5fd;
  margin-top: 71px;
  width: 788px;
  max-width: 100%;
  padding: 39px 70px;
}

@media (max-width: 991px) {
  .facilities-cta {
    padding: 39px 20px;
       margin: 40px 10px 20px 10px;
	width: auto;
  }
  .footer-content{
	      gap: 0px 40px ! important;
  }
}
.facilities-cta-container{
  gap: 20px;
  display: flex;
}


.facilities-cta-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 77%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .facilities-cta-text {
    width: 100%;
  }
}

.facilities-cta-message {
  color: #2a2a2a;
  font-size: 25px;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  align-self: stretch;
}

@media (max-width: 991px) {
  .facilities-cta-message {
    max-width: 100%;
    margin-top: 0px;
  }
}

.facilities-cta-button-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 23%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .facilities-cta-button-container {
    width: 100%;
	margin-left: 0px;
  }
}

.facilities-cta-button {
  align-self: stretch;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: #00a86b;
  min-height: 48px;
  flex-grow: 1;
  padding: 11px 24px;
  gap: 8px;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .facilities-cta-button {    
    padding: 11px 20px;
    white-space: initial;
	    margin: 20px auto 0px auto;
  }
}

/* Footer styles */
.footer {
  background-color: #00a86b;
  align-self: stretch;
  display: flex;
  margin-top: 72px;
  width: 100%;
  padding: 27px 80px;
  flex-direction: column;
  align-items: center;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  color: #ffffff;
  justify-content: center;
}

@media (max-width: 991px) {
  .footer {
    max-width: 100%;
    padding: 27px 20px;
    margin-top: 40px;
  }
}

.footer-container {
  width: 100%;
  max-width: 1344px;
}

@media (max-width: 991px) {
  .footer-container {
    max-width: 100%;
  }
}

.footer-content {
  display: flex;
  align-items: stretch;
  gap: 100px 40px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-content {
    max-width: 100%;
    margin-right: 9px;
  }
}

.footer-address-container {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  flex: 1;
}

.footer-logo {
  aspect-ratio: 2.18;
  object-fit: contain;
  object-position: center;
  width: 227px;
  max-width: 100%;
}

.footer-address {
  margin-top: 21px;
  font-style: normal;
}

.footer-contact {
  align-self: end;
  display: flex;
  margin-top: 66px;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  flex: 1;
}

@media (max-width: 991px) {
  .footer-contact {
    margin-top: 40px;
  }
}

.footer-phone {
  align-self: start;
  display: flex;
  align-items: stretch;
  gap: 17px;
  font-weight: 600;
}

.phone-icon {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  display: flex;
  width: 37px;
  flex-shrink: 0;
  height: 38px;
}

.footer-phone-numbers {
  margin-top: auto;
  margin-bottom: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer-email {
  display: flex;
  margin-top: 18px;
  align-items: stretch;
  gap: 17px;
  font-weight: 400;
}

.email-icon {
  aspect-ratio: 0.97;
  object-fit: contain;
  object-position: center;
  width: 37px;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-email-address {
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 1;
  flex-shrink: 1;
  width: 335px;
  flex-basis: auto;
}

.footer-email-text {
  font-weight: 600;
  color: #ffffff;
}

.footer-divider {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  margin-top: 38px;
  flex-shrink: 0;
  height: 1px;
}

@media (max-width: 991px) {
  .footer-divider {
    max-width: 100%;
  }
}

.footer-copyright {
  display: flex;
  margin-top: 24px;
  align-items: stretch;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-copyright {
    max-width: 100%;
  }
}

.created-by {
  text-align: right;
}
