@font-face {
  font-family: "DeliciousHandrawn";
  src: url(../fonts/Delicious_Handrawn/DeliciousHandrawn-Regular.ttf)
    format("truetype");
}

body,
html {
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

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

a {
  text-decoration: none;
}

h1 {
  text-transform: capitalize;
}

h2 {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: capitalize;
}

.gradient-text {
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Header styles */

.top-header-section {
  height: 2rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
}

.site-header {
  position: relative;
}

.header-inner {
  height: 4.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0 6.25rem;
}

.header-scallop {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
}

.header-logo {
  width: 7.5rem;
  height: auto;
}

.login-register-links {
  display: flex;
  gap: 0.5rem;
}

.login-link {
  display: flex;
  padding: 0.75013rem 1.5rem 0.81238rem 1.5625rem;
  justify-content: center;
  align-items: center;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.125rem;
}

.dashboard-link {
  display: flex;
  padding: 0.875rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #00c8b3;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
}

.main-navigation .menu {
  display: flex;
  gap: 1.88rem;
  list-style: none;
}

.main-navigation .menu li a {
  color: #4c4c4c;
  font-size: 1.125rem;
}

.current-menu-item {
  font-weight: 700;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.5rem;
  height: 2px;
  background: #333;
}

.mobile-menu {
  position: fixed;
  margin-top: 9rem;
  inset: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 2rem 2rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.mobile-menu-links a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.mobile-cta {
  margin-top: auto;
}

/* Auth pages styles */

.auth-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
      rgba(196, 246, 218, 0.85),
      rgba(196, 246, 218, 0.85)
    ),
    url("../images/shared/hero-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.auth-wrapper > * {
  position: relative;
  z-index: 1;
}

/* Home page styles */

.home-hero {
  background-image: linear-gradient(
      rgba(196, 246, 218, 0.85),
      rgba(196, 246, 218, 0.85)
    ),
    url("../images/shared/hero-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  place-items: center;
  padding-left: 6.25rem;
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.home-hero .text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
}

.home-hero .text-section .play-learn-shine {
  display: flex;
  padding: 0.75rem 1.25rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 2px 0 0 #000;
  backdrop-filter: blur(17px);
}

.green-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
}

.home-hero .text-section .play-learn-shine p {
  font-size: 0.875rem;
  text-transform: capitalize;
}

.home-hero h1 {
  font-size: 3.875rem;
  font-weight: 700;
  margin-top: 2.3rem;
  text-transform: capitalize;
}

.home-hero h1 span {
  width: 14.1875rem;
  height: 5.0625rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  transform: rotate(-4deg);
  border: 3px solid #00ce37;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  color: #00ce37;
  font-size: 2.875rem;
  position: relative;
  top: -0.5rem;
}

.home-hero .intro-text {
  margin-top: 1.5rem;
  color: #4c4c4c;
  line-height: 1.375;
}

.hero-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
}

.hero-links a i {
  margin-left: 0.5rem;
}

.home-hero .stats-container {
  margin: 5rem 0;
  display: flex;
  gap: 0.5rem;
}

.home-hero .stat-container {
  padding: 0.875rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
}

.home-hero .stat-container .title {
  color: #4c4c4c;
  text-align: center;
}

.home-hero .stat-container .figure {
  text-align: center;
  font-size: 1.625rem;
}

.home-hero-image {
  width: 100%;
}

.experimentation-section,
.teachers-section,
.latest-blogs-section {
  margin: 6.25rem 1.5rem 0;
  background: #f5f7fa;
  padding: 3.75rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.top-left-circle {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  opacity: 0.4;
  background-color: #00c8b3;
  filter: blur(150px);
  position: absolute;
  left: -6.25rem;
  top: -6.25rem;
}

.bottom-right-circle {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  opacity: 0.4;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  filter: blur(150px);
  position: absolute;
  right: -6.25rem;
  bottom: -11.62rem;
}

.experimentation-section h2,
.teachers-section h2,
.growing-smiling-section h2 {
  text-align: center;
  width: 30rem;
  max-width: calc(100%);
  margin: 0 2rem;
}

.green-squiggle {
  width: 21.875rem;
  margin-top: 1.25rem;
}

.experimentation-features-container,
.teachers-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3.75rem;
  width: 100%;
}

.experimentation-features-container .feature-container {
  border: 1px solid #00c8b3;
  background: #fff;
  box-shadow: 8px 8px 0 0 #34c759;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}

.experimentation-features-container .feature-container .image-container {
  position: relative;
  height: 5.5rem;
  width: 6.73163rem;
}

.experimentation-features-container
  .feature-container
  .image-container
  .bubble {
  width: 100%;
}

.experimentation-features-container
  .feature-container
  .image-container
  .character {
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 4.123rem / 2);
}

.experimentation-features-container .feature-container .title {
  margin-top: 1.25rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
}

.experimentation-features-container .feature-container .content {
  margin-top: 0.6rem;
  color: #7f7f7f;
  line-height: 1.375rem;
}

.experimentation-features-container .feature-container .button,
.blog-post-container .button {
  margin-top: 1rem;
  display: flex;
  padding: 0.4375rem 0.625rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #00c8b3;
  background: #fff;
  box-shadow: 2px 2px 0 0 rgba(52, 199, 89, 0.2);
  width: fit-content;
}

.experimentation-features-container .feature-container .button .read-more,
.blog-post-container .button .read-more {
  font-size: 0.875rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.experimentation-features-container .feature-container .button .green-caret,
.blog-post-container .button .green-caret {
  height: 0.625rem;
}

.how-to-enroll-section {
  margin: 6.25rem 1.5rem 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 20rem;
  gap: 2rem;
  padding: 1.5rem 5rem 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("../images/shared/hero-bg.jpg");
  background-size: cover;
  border: 1px solid #00c8b3;
  background: #fff;
  height: fit-content;
  box-shadow: 8px 8px 0 0 #00ce37;
}

.how-to-enroll-section .text-section {
  margin-bottom: 1.5rem;
}

.how-to-enroll-section .text-section a {
  width: fit-content;
  margin-top: 1.25rem;
}

.how-to-enroll-section img {
  width: 38%;
  justify-self: flex-end;
}

.society-section {
  margin: 6.25rem 1.5rem 0;
  padding: 3.75rem 5rem;
  border-radius: 1.25rem;
  background-color: #f5f7fa;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.society-section h2 {
  text-align: center;
  width: 55rem;
  max-width: 100%;
}

.society-section .grid-container {
  width: 100%;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.25rem;
  grid-template-areas: "criticism creative creative" "criticism lightbulb boy-girl" "inspiring confidence confidence";
}

.society-section .criticism-container {
  grid-area: criticism;
  padding-top: 2.5rem;
  background-color: #92d4f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
}

.society-section .criticism-container h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  font-family: DeliciousHandrawn;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  margin: 0 3rem;
  max-width: 100%;
}

.society-section .grid-container img {
  width: 100%;
}

.society-section .quote-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem 1.875rem 1rem;
}

.society-section .quote-container h3 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}

.society-section .quote-container .quote-content {
  color: #fff;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 2rem;
}

.society-section .quote-container .quote-author {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.society-section .creative-container {
  grid-area: creative;
  background-color: #e91e63;
}

.society-section .lightbulb-container {
  grid-area: lightbulb;
  background-color: #ffd237;
}

.society-section .boy-girl-container {
  grid-area: boy-girl;
}

.society-section .inspiring-container {
  grid-area: inspiring;
  background-color: #673ab7;
}

.society-section .confidence-container {
  grid-area: confidence;
  background-color: #ff5722;
}

.why-choose-section {
  position: relative;
  margin: 6.25rem 1.5rem 0;
  overflow: hidden;
  padding: 3.75rem 5rem;
  background-color: #f5f7fa85;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-section::before,
.footer-enroll-section::before,
.about-hero::before,
.blog-hero-section::before,
.single-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/shared/hero-bg.jpg") center / cover;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}

.why-choose-section h2 {
  text-align: center;
}

.self-reliant-section {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.self-reliant-container {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.6875rem 1.9375rem 2.6875rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #00c8b3;
  background: #fff;
  box-shadow: 8px 8px 0 0 #34c759;
  z-index: 2;
  position: relative;
}

.self-reliant-container img {
  width: 5rem;
  height: 5rem;
}

.self-reliant-container h4 {
  margin-top: 3.5rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.self-reliant-container p {
  margin-top: 1.25rem;
  color: #7f7f7f;
  text-align: center;
  line-height: 1.5;
}

.teachers-section .teachers-grid-container .teacher-image {
  width: 100%;
}

.teachers-section .teachers-grid-container .row-container {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teachers-section .teachers-grid-container .row-container h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.teachers-section .teachers-grid-container .row-container p {
  margin-top: 0.38rem;
  color: #7f7f7f;
}

.teachers-section .teachers-grid-container .row-container .world-icon {
  width: 2.25rem;
  cursor: pointer;
}

.growing-smiling-section {
  margin: 6.25rem 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blogs-articles {
  display: flex;
  padding: 0.75rem 1.25rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 0 #73cf4f inset;
  backdrop-filter: blur(17px);
}

.blogs-articles p {
  font-size: 0.875rem;
}

.growing-smiling-section h2 {
  margin-top: 1.25rem;
}

.blogs-grid-container {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  place-items: center;
}

.blog-post-container {
  display: flex;
  width: 18.4375rem;
  padding: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
  flex-direction: column;
  gap: 1.25rem;
  flex-shrink: 0;
  border: 1px solid #00c8b3;
  background: #fff;
}

.blog-post-container .wp-post-image {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.blog-post-container .text-container {
  margin: 0 0.87rem;
}

.blog-post-container .title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
}

.blog-post-container .button {
  margin-top: 1.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  position: relative;
}

footer .footer-enroll-section {
  margin: 0 5rem;
  position: relative;
  top: 12rem;
  border: 1px solid #00c8b3;
  box-shadow: 8px 8px 0 0 #34c759;
  padding: 2.5rem 0 2.5rem 3.75rem;
  background-color: white;
  z-index: -2;
}

footer .footer-enroll-section .text-section {
  width: 50%;
}

footer .footer-enroll-section .text-section .login-link {
  width: fit-content;
  margin-top: 1.25rem;
}

footer .footer-enroll-section .footer-enroll-hero {
  width: 28rem;
  position: absolute;
  bottom: 0;
  right: 2rem;
}

footer .main-footer-section .footer-grid-container {
  background: linear-gradient(156deg, #c2ffa6 -10.49%, #fff 70.16%);
  padding: 18.3125rem 5rem 12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "info links newsletter";
  gap: 5rem;
  z-index: -3;
  position: relative;
}

footer .main-footer-section .footer-grid-container .section-one {
  grid-area: info;
}

footer .main-footer-section .footer-grid-container .section-two {
  grid-area: links;
  justify-self: center;
}

footer .main-footer-section .footer-grid-container .section-three {
  grid-area: newsletter;
}

.footer-logo {
  width: 10rem;
  margin-bottom: 1rem;
}

footer .content,
footer ul li a {
  color: #333;
  font-size: 1.125rem;
}

footer .sm-icons-container {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

footer .sm-icons-container i {
  color: #333;
  cursor: pointer;
}

footer h4 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2.12rem;
}

footer .section-two ul {
  list-style: none;
}

footer .section-two li {
  margin-bottom: 1rem;
}

footer .input-container {
  margin-top: 1.88rem;
  display: flex;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.625rem;
  justify-content: flex-end;
  align-items: center;
  gap: 7.9375rem;
  border-radius: 2.3125rem;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0 4px 0 0 #000;
}

footer .input-container input {
  flex: 1;
  outline: none;
  border: none;
}

footer .input-container input::placeholder {
  color: #333;
  font-size: 1.125rem;
}

footer .input-container button {
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 2.3125rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  cursor: pointer;
}

footer .input-container button span {
  display: flex;
  gap: 0.75rem;
  color: #fff;
  font-size: 1.125rem;
}

.footer-bottom-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

/* About page styles */

.about-hero {
  background: linear-gradient(#00c8b310 0%, #00c8b340 100%);
  padding: 5rem;
  padding-bottom: 18.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 37rem;
}

.about-us-container {
  display: flex;
  padding: 0.625rem 1rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  border: 1px solid #00c8b3;
  background: #fff;
  box-shadow: 2px 2px 0 0 #26ce00;
  width: fit-content;
}

.about-us-container p {
  color: #b3b3b3;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.about-us-container p span {
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero h1 {
  color: #000;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  width: 52rem;
  max-width: 100%;
  margin-top: 1.25rem;
}

.about-hero .intro-text {
  margin-top: 1.25rem;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.5;
  width: 40rem;
  max-width: 100%;
}

.about-hero-image {
  position: relative;
  margin-top: 2.3rem;
  margin-bottom: -60%;
  border-radius: 1.25rem;
}

.little-about-us-section {
  margin: 0 1.5rem;
  padding: 3.75rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 1.25rem;
}

.little-about-us-section .intro-text {
  color: #4c4c4c;
  text-align: center;
  line-height: 1.5;
  width: 41rem;
  max-width: 100%;
  margin-top: 1.25rem;
}

.little-about-us-grid-container {
  margin-top: 4.35rem;
  display: grid;
  grid-template-columns: auto 31.25rem auto;

  gap: 2rem;
  grid-template-areas: "one img two" "three img four" "five img six";
  grid-template-rows: repeat(3, 1fr);
}

.little-about-us-grid-container .feature {
  display: flex;
  gap: 0.88rem;
  align-items: flex-start;
}

.little-about-us-grid-container .feature h4 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.little-about-us-grid-container .feature p {
  color: #4c4c4c;
  line-height: 1.25;
  margin-top: 0.62rem;
}

.little-about-us-grid-container .feature img {
  width: 3.75rem;
  height: 3.75rem;
}

.little-about-us-grid-container .feature-one {
  grid-area: one;
  text-align: right;
}

.little-about-us-grid-container .feature-two {
  grid-area: two;
  text-align: left;
  flex-direction: row-reverse;
}

.little-about-us-grid-container .feature-three {
  grid-area: three;
  text-align: right;
}

.little-about-us-grid-container .feature-four {
  grid-area: four;
  text-align: left;
  flex-direction: row-reverse;
}

.little-about-us-grid-container .feature-five {
  grid-area: five;
  text-align: right;
}

.little-about-us-grid-container .feature-six {
  grid-area: six;
  text-align: left;
  flex-direction: row-reverse;
}

.little-about-us-grid-container .about-little-hero {
  grid-area: img;
  width: 100%;
  border-radius: 1.25rem;
}

.stats-section {
  background: linear-gradient(
    96deg,
    rgba(0, 200, 179, 0.7) 0%,
    rgba(176, 210, 25, 0.7) 100%
  );
  margin: 6.25rem 1.5rem 0;
  padding: 7.5rem 5rem;
  border-radius: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.stats-section .stat-container {
  width: 16.25rem;
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3rem;
  aspect-ratio: 1 / 1;
}

.stats-section .stat-container .angle-top {
  position: absolute;
  width: 0.75rem;
  color: #fff;
  top: -0.75rem;
  right: -0.75rem;
  transform: rotate(-45deg);
}

.stats-section .stat-container .angle-bottom {
  position: absolute;
  width: 0.75rem;
  color: #fff;
  bottom: -0.75rem;
  left: -0.75rem;
  transform: rotate(135deg);
}

.stats-section .stat-container .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-section .stat-container img {
  width: 4.375rem;
}

.stats-section .stat-container h4 {
  margin-top: 1.88rem;
  color: #333;
  font-size: 1.375rem;
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
  text-align: center;
}

.stats-section .stat-container h3 {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: -0.0425rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.principal-message-section {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.5rem;
  padding: 0 5rem;
}

.principal-message-section .image-container {
  position: relative;
}

.principal-message-section .principal-hero {
  width: 100%;
}

.principal-message-section .principal-image {
  width: 11.25rem;
  position: absolute;
  top: -2.5rem;
  right: -0.75rem;
}

.principal-message-section .text-section {
  position: relative;
}

.principal-message-section h2 {
  color: #333;
  font-size: 3.125rem;
  font-weight: 700;
}

.principal-message-section .quote-text {
  margin-top: 1.88rem;
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
}

.principal-message-section h4 {
  margin-top: 3rem;
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
}

.principal-message-section .principal-text {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  background: linear-gradient(138deg, #638dfa 0%, #203aba 94.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.principal-message-section .top-quotes,
.principal-message-section .bottom-quotes {
  position: absolute;
  height: 3.65rem;
}

.principal-message-section .top-quotes {
  top: -1.5rem;
  left: -1.5rem;
  transform: rotate(180deg);
}

.principal-message-section .bottom-quotes {
  bottom: 0;
  right: 0;
}

.learning-comes-alive-section {
  margin-top: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
}

.learning-comes-alive-section h2 {
  width: 32rem;
  max-width: 100%;
  text-align: center;
}

.learning-comes-alive-section .learning-comes-alive-grid-container {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "one two" "one three";
  gap: 1.5rem;
}

.learning-comes-alive-section .learning-comes-alive-grid-container .grid-one {
  grid-area: one;
  width: 100%;
}

.learning-comes-alive-section .learning-comes-alive-grid-container .grid-two {
  grid-area: two;
  width: 100%;
}

.learning-comes-alive-section .learning-comes-alive-grid-container .grid-two {
  grid-area: three;
  width: 100%;
}

.faq-section {
  margin: 6.25rem 1.5rem 0;
  padding: 3.13rem;
  background: url(../images/about/school-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  height: 52.25rem;
}

.faq-section .faq-container {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 3.125rem;
  background: #fff;
  box-shadow: 0 0 10px 0 #1eca51 inset;
  width: fit-content;
}

.faq-section .faq-container p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}

.faq-section h2 {
  margin-top: 1.25rem;
  color: #000;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.375rem;
  width: 26rem;
  max-width: 100%;
}

.accordion {
  margin-top: 2.5rem;
  width: 35rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.accordion-item {
  border: 1px solid #00c8b3;
  border-radius: 0.625rem;
  background: #f5f7fa;
  padding: 0 1.25rem;
}

.accordion-item.active {
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
}

.accordion-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.accordion-item.active .accordion-title {
  color: #fff;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}

.accordion-icon {
  font-size: 1.875rem;
  line-height: 1;
  position: relative;
  margin-left: 1rem;
}

.accordion-icon .minus {
  display: none;
}

.accordion-item.active .plus {
  display: none;
}

.accordion-item.active .minus {
  display: inline;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 0 0 1rem;
  line-height: 1.5;
  color: #fff;
}

/* Blog page styles */

.blog-hero-section {
  background-color: #f5f7fa80;
  padding: 4rem 6.5rem 2.6rem;
  position: relative;
}

.blog-hero-section .top-section {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: center;
}

.blog-hero-section h1 {
  margin-top: 1.25rem;
  width: 53.3125rem;
  max-width: 100%;
  color: #000;
  font-size: 3.75rem;
  font-weight: 700;
}

.blog-hero-section .kms-circle {
  width: 11.25rem;
  height: 11.25rem;
}

.blog-hero-section .main-section {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 3rem;
}

.blog-hero-section .main-section .blog-hero-image {
  width: 100%;
  border-radius: 1.25rem;
}

.blog-hero-section .main-section .text-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-hero-section .main-section .text-section .intro-text {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.blog-hero-section .main-section .text-section .people-circles-image {
  margin-top: 3rem;
  height: 3.125rem;
}

.blog-hero-section .main-section .text-section a {
  padding: 0.9375rem 3.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.875rem;
  width: fit-content;
}

.latest-blogs-section h2 {
  text-align: center;
}

.latest-blogs-section .content {
  color: #4c4c4c;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  width: 40rem;
  max-width: 100%;
  margin-top: 0.88rem;
}

.latest-blogs-section .input-container {
  margin-top: 1.88rem;
  padding: 1.12rem;
  width: 31.25rem;
  max-width: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: 0.625rem;
  border: 1px solid #7f7f7f;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  color: #7f7f7f;
}

.latest-blogs-section .input-container input {
  flex: 1;
  outline: none;
  border: none;
}

.latest-blogs-section .input-container input::placeholder {
  color: #7f7f7f;
}

.featured-blogs-section {
  padding: 6.25rem 6.5rem 0;
}

.featured-blogs-section h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

/* Contact page styles */

.contact-hero {
  background-image: url(../images/about/about-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.about-us-container {
  align-self: flex-start;
}

.contact-form-container {
  display: inline-flex;
  height: 39.375rem;
  padding: 1.6875rem 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: 1.25rem;
  border: 2px solid #000;
  background: #f5f7fa;
  box-shadow: 8px 8px 0 0 #000;
}

.contact-form-container h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04rem;
}

.contact-form-container p {
  color: #4c4c4c;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.88rem;
  row-gap: 1.88rem;
  width: 100%;
}

.contact-form label {
  display: block;
  color: #333;
}

.contact-form input {
  display: block;
  border-radius: 0.625rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  height: 3.125rem;
  margin-top: 0.62rem;
}

.contact-form .message {
  grid-column: span 2;
  width: 100%;
}

.contact-form .message textarea {
  display: block;
  border-radius: 0.625rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  height: 6.25rem;
  margin-top: 0.62rem;
  resize: none;
}

.contact-form button {
  display: block;
  width: fit-content;
}

.contact-form button i {
  margin-right: 0.75rem;
  cursor: pointer;
}

.contact-details-section {
  margin: 6.25rem 1.5rem 0;
  padding: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-radius: 0.75rem;
  background-color: #f5f7fa;
}

.contact-detail {
  width: 100%;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #000;
}

.contact-detail img {
  width: 2.625rem;
}

.contact-detail h4 {
  margin-top: 1.25rem;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-detail p {
  margin-top: 0.65rem;
  color: #333;
  text-align: center;
}

.map-section {
  padding: 6.25rem 1.5rem 0;
}

/* Single blog post page styles */

.page-container {
  width: 100%;
}

.single-post-hero {
  background-color: #f5f7fa80;
  padding: 5rem;
  position: relative;
}

.single-post-hero hr {
  margin-top: 1.88rem;
  color: #b3b3b330;
  opacity: 0.7;
}

.single-post-hero h1 {
  margin-top: 2.5rem;
  color: #000;
  font-size: 4.375rem;
  font-weight: 700;
}

.single-post-hero .post-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3.5rem;
}

.single-post-hero .post-details .post-detail {
  display: flex;
  padding: 1rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 2px 2px 0 0 #000;
}

.single-post-hero .post-details .post-detail p {
  color: #000;
  font-size: 1.125rem;
}

.single-post-hero .post-details hr {
  flex: 1;
  margin-top: 0;
}

.single-post-hero .post-details .views-image {
  width: 2.75rem;
  height: 2.75rem;
}

.single-post-hero .post-details .views {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
}

.single-post-main-content {
  margin: 6.25rem 5rem 0;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 5rem;
}

.single-post-main-content .contents h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.single-post-main-content .blog-post-list {
  margin-top: 2.5rem;
  list-style: none;
}

.single-post-main-content .blog-post-item {
  margin-bottom: 1.88rem;
  padding-left: 1rem;
  position: relative;
}

.single-post-main-content .blog-post-item a {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.single-post-main-content .blog-post-item .current-post-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-post-main-content .blog-post-item.is-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
}

.single-post-main-content .share-text {
  margin-top: 2.5rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.single-post-main-content .share-icons {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.62rem;
}

.single-post-main-content .share-icons img {
  width: 3.125rem;
}

.single-post-main-content .stay-updated {
  margin-top: 2.5rem;
  padding: 1.88rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  border: 1px solid #000;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  box-shadow: 4px 4px 0 0 #000;
  aspect-ratio: 1;
}

.single-post-main-content .stay-updated h3 {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
}

.single-post-main-content .stay-updated p {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.single-post-main-content .stay-updated .input-container {
  border-radius: 6.25rem;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  height: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 0.2rem;
}

.single-post-main-content .stay-updated .input-container .fa-envelope {
  font-size: 1.5rem;
  color: #fff;
}

.single-post-main-content .stay-updated .input-container input {
  flex: 1;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: none;
}

.single-post-main-content .stay-updated .input-container input::placeholder {
  color: #fff;
}

.single-post-main-content .stay-updated .input-container button {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: none;
}

.single-post-main-content .stay-updated .input-container button i {
  font-size: 1.5rem;
  background: linear-gradient(96deg, #00c8b3 0%, #b0d219 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-post-main-content .right-section h2 {
  margin-top: 2rem;
}

.single-post-main-content .right-section p {
  margin-top: 1.5rem;
  color: #4c4c4c;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-post-main-content .right-section ul {
  list-style-type: none;
}

.single-post-main-content .right-section li {
  color: #4c4c4c;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-post-main-content .right-section img {
  margin-top: 2rem;
}

@media (max-width: 1350px) {
  .blogs-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1280px) {
  .experimentation-features-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 1024px) {
  /* GLOBAL PADDING REDUCTION */
  .header-inner,
  .home-hero,
  .experimentation-section,
  .teachers-section,
  .society-section,
  .why-choose-section,
  .growing-smiling-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  /* HERO */
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 3rem;
  }

  .home-hero .text-section {
    align-items: center;
  }

  .home-hero-image {
    max-width: 32rem;
    margin: 0 auto;
  }

  .home-hero h1 {
    font-size: 3rem;
    text-align: center;
  }

  .home-hero h1 span {
    font-size: 2.25rem;
    width: auto;
    height: fit-content;
    padding: 0.5rem;
  }

  .home-hero .intro-text {
    text-align: center;
  }

  .stats-container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  /* EXPERIMENTATION */
  .experimentation-features-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* SOCIETY GRID */
  .society-section .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas:
      "criticism criticism"
      "creative creative"
      "lightbulb boy-girl"
      "inspiring inspiring"
      "confidence confidence";
  }

  .society-section h2 {
    width: auto;
  }

  /* SELF RELIANT */
  .self-reliant-section {
    grid-template-columns: repeat(2, 1fr);
  }

  /* TEACHERS */
  .teachers-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  /* BLOGS */
  .blogs-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* TYPOGRAPHY */
  h2 {
    font-size: 2rem;
  }

  .home-hero h1 {
    font-size: 2.5rem;
  }

  /* HEADER */
  .header-inner {
    padding: 0 1.5rem;
  }

  /* HERO */
  .hero-links {
    flex-direction: column;
    width: 100%;
  }

  .hero-links a {
    width: 100%;
    justify-content: center;
  }

  .stats-container {
    flex-direction: column;
    width: 100%;
  }

  .stat-container {
    width: 100%;
  }

  /* EXPERIMENTATION */
  .experimentation-section,
  .why-choose-section,
  .teachers-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .growing-smiling-section {
    padding-left: 0;
    padding-right: 0;
  }

  .experimentation-features-container {
    grid-template-columns: 1fr;
  }

  /* ENROLL SECTION */
  .how-to-enroll-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    gap: 1rem;
    padding: 2.5rem 1.5rem 0;
  }

  .how-to-enroll-section img {
    width: 12rem;
    align-self: flex-end;
  }

  /* SOCIETY */
  .society-section {
    padding: 2.5rem 1.5rem;
  }

  .society-section .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    grid-template-areas:
      "criticism"
      "creative"
      "lightbulb"
      "boy-girl"
      "inspiring"
      "confidence";
  }

  .society-section .grid-container .criticism-container {
    height: fit-content;
  }

  .society-section .criticism-container h3 {
    font-size: 2rem;
  }

  /* SELF RELIANT */
  .self-reliant-section {
    grid-template-columns: 1fr;
  }

  .self-reliant-container {
    padding: 1.5rem;
  }

  /* TEACHERS */
  .teachers-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* BLOGS */
  .growing-smiling-section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .blogs-grid-container {
    grid-template-columns: 1fr;
  }

  .blog-post-container {
    width: 100%;
    max-width: 23rem;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.75rem;
  }

  .home-hero h1 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .home-hero h1 span {
    /* transform: none; */
    /* display: inline; */
    border-width: 2px;
    font-size: 1.7rem;
    padding: 0.25rem 0.5rem;
  }

  .green-squiggle {
    width: 14rem;
  }

  .society-section .criticism-container h3 {
    font-size: 1.5rem;
  }

  .teachers-grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  footer .footer-enroll-section {
    margin: 0 2.5rem;
    top: 8rem;
    padding: 2.5rem;
  }

  footer .footer-enroll-section .text-section {
    width: 60%;
  }

  footer .footer-enroll-section .footer-enroll-hero {
    width: 22rem;
    right: 1rem;
  }

  footer .main-footer-section .footer-grid-container {
    padding: 16rem 3rem 8rem;
    gap: 3rem;
  }
}

@media (max-width: 992px) {
  footer .footer-enroll-section {
    position: relative;
    top: 0;
    margin: 4rem 2rem 0;
    text-align: center;
  }

  footer .footer-enroll-section .text-section {
    width: 100%;
  }

  footer .footer-enroll-section .login-link {
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer-enroll-section .footer-enroll-hero {
    position: static;
    display: block;
    margin: 2rem auto 0;
    width: 20rem;
  }

  footer .main-footer-section .footer-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "info info"
      "links newsletter";
    padding: 6rem 2.5rem 6rem;
  }

  footer .section-two {
    justify-self: start;
  }
}

@media (max-width: 768px) {
  footer .main-footer-section .footer-grid-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "newsletter"
      "links";
    gap: 3rem;
    text-align: center;
  }

  footer .section-two,
  footer .section-three {
    justify-self: stretch;
  }

  footer .sm-icons-container {
    justify-content: center;
  }

  footer h4 {
    margin-bottom: 1.5rem;
  }

  footer .input-container {
    gap: 1rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  footer .footer-enroll-section {
    margin: 3rem 1rem 0;
    padding: 2rem 1.5rem;
  }

  footer .footer-enroll-section h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  footer .footer-enroll-section .footer-enroll-hero {
    width: 16rem;
  }

  footer .content,
  footer ul li a {
    font-size: 1rem;
  }

  footer .input-container input::placeholder {
    font-size: 1rem;
  }

  footer .main-footer-section .footer-grid-container {
    padding: 4rem 1.5rem 5rem;
  }

  footer .input-container {
    flex-direction: column;
  }

  footer .input-container input {
    align-self: flex-start;
  }

  footer .input-container button {
    width: 100%;
    display: grid;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .about-hero {
    padding: 4rem 3rem;
    padding-bottom: 14rem;
    margin-bottom: 28rem;
  }

  .about-hero h1 {
    font-size: 3rem;
    width: 100%;
  }

  .little-about-us-grid-container {
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas: "img one" "img two" "img three" "img four" "img five" "img six";
  }

  .little-about-us-grid-container .feature {
    flex-direction: row-reverse;
    text-align: left;
  }

  .principal-message-section {
    padding: 0 3rem;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media (max-width: 992px) {
  /* HERO */
  .about-hero {
    margin-bottom: 10rem;
  }

  .about-hero-image {
    margin-bottom: -40%;
    width: 100%;
  }

  /* LITTLE ABOUT US GRID */
  .little-about-us-grid-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "one"
      "two"
      "three"
      "four"
      "five"
      "six";
    grid-template-rows: repeat(7, auto);
    place-items: center;
  }

  .little-about-us-grid-container .feature {
    text-align: left;
    flex-direction: row-reverse;
  }

  .little-about-us-grid-container .about-little-hero {
    width: 100%;
    height: auto;
  }

  /* STATS */
  .stats-section {
    justify-content: center;
  }

  /* PRINCIPAL MESSAGE */
  .principal-message-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .principal-message-section h2 {
    font-size: 2.5rem;
  }

  /* LEARNING COMES ALIVE */
  .learning-comes-alive-section .learning-comes-alive-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas:
      "one"
      "two"
      "three";
  }

  /* FAQ */
  .faq-section {
    height: auto;
  }
}

@media (max-width: 768px) {
  section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero {
    padding: 3rem 1.5rem;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }

  .about-hero h1 {
    font-size: 2.25rem;
  }

  .about-hero .intro-text {
    font-size: 1rem;
  }

  .little-about-us-section {
    padding: 2.5rem 1.5rem;
  }

  .stats-section {
    padding: 4rem 1.5rem;
  }

  .stats-section .stat-container {
    width: 100%;
    max-width: 18rem;
  }

  .principal-message-section .quote-text {
    font-size: 1.25rem;
  }

  .accordion {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .about-us-container p {
    font-size: 1rem;
  }

  .about-hero {
    padding-bottom: 5rem;
    margin-bottom: 6.25rem;
  }

  .about-hero h1 {
    font-size: 1.9rem;
  }

  .little-about-us-section h2 {
    text-align: center;
  }

  .stats-section {
    gap: 2rem;
  }

  .stats-section .stat-container {
    padding: 2rem;
  }

  .principal-message-section h2 {
    font-size: 2rem;
  }

  .principal-message-section .principal-image {
    width: 8rem;
    top: -1.5rem;
  }

  .faq-section h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .accordion-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .main-navigation,
  .desktop-only {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .header-inner {
    padding: 0 1.5rem;
  }
}

@media (max-width: 1292px) {
  .blog-hero-section .top-section,
  .blog-hero-section .top-section .left-side {
    flex-direction: column;
    align-items: center;
  }

  .blog-hero-section .top-section .left-side {
    text-align: center;
  }

  .blog-hero-section .top-section .left-side .about-us-container {
    align-self: center;
  }
}

@media (max-width: 1200px) {
  .blog-hero-section {
    padding: 4rem 3rem 2.5rem;
  }

  .blog-hero-section h1 {
    font-size: 3.2rem;
    width: 100%;
  }

  .featured-blogs-section {
    padding: 5rem 1.5rem 0;
  }
}

@media (max-width: 992px) {
  /* HERO TOP */
  .blog-hero-section .top-section {
    flex-direction: column;
    text-align: center;
  }

  .blog-hero-section .kms-circle {
    margin-top: 1.5rem;
  }

  /* HERO MAIN */
  .blog-hero-section .main-section {
    grid-template-columns: 1fr;
  }

  .blog-hero-section .main-section .text-section {
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .blog-hero-section .main-section .text-section a {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .blog-hero-section {
    padding: 3rem 1.5rem 2rem;
  }

  .blog-hero-section h1 {
    font-size: 2.4rem;
  }

  .blog-hero-section .main-section .text-section .intro-text {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }

  .latest-blogs-section {
    padding: 1.5rem;
  }

  .latest-blogs-section .input-container {
    width: 100%;
  }

  .featured-blogs-section {
    padding: 4rem 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .blog-hero-section h1 {
    font-size: 2rem;
  }

  .blog-hero-section .kms-circle {
    width: 8rem;
    height: 8rem;
  }

  .blog-hero-section .main-section .text-section .people-circles-image {
    height: 2.5rem;
  }

  .blog-hero-section .main-section .text-section a {
    width: 100%;
    padding: 0.9rem 0;
  }

  .latest-blogs-section .content {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .featured-blogs-section h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .contact-hero {
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
  }

  .contact-form-container {
    height: auto;
  }

  .contact-details-section {
    padding: 4rem 3rem;
  }
}

@media (max-width: 992px) {
  .contact-hero {
    grid-template-columns: 1fr;
    background-position: center;
  }

  .about-us-container {
    margin-bottom: 2rem;
  }

  .contact-form-container {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }

  .contact-details-section {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 3rem 1.5rem;
  }

  .contact-form-container h2 {
    font-size: 1.75rem;
  }

  form {
    grid-template-columns: 1fr;
  }

  form .message {
    grid-column: span 1;
  }

  form button {
    width: 100%;
    justify-content: center;
  }

  .contact-details-section {
    padding: 3rem 1.5rem;
  }

  .map-section {
    padding: 4rem 1.5rem 0;
  }

  .contact-map {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 592px) {
  .contact-details-section {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .contact-form-container {
    padding: 1.5rem;
    box-shadow: 5px 5px 0 0 #000;
  }

  .contact-form-container p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .contact-detail h4 {
    font-size: 1.1rem;
  }

  .contact-detail p {
    font-size: 0.95rem;
  }
}

@media (max-width: 1200px) {
  .single-post-hero {
    padding: 4rem 3rem;
  }

  .single-post-hero h1 {
    font-size: 3.25rem;
  }

  .single-post-main-content {
    margin: 4rem 3rem 0;
    gap: 3rem;
  }
}

@media (max-width: 992px) {
  /* HERO */
  .single-post-hero h1 {
    font-size: 2.75rem;
  }

  .single-post-hero .post-details {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }

  .single-post-hero .post-details hr {
    display: none;
  }

  /* MAIN CONTENT */
  .single-post-main-content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .single-post-main-content .left-section {
    order: 2;
  }

  .single-post-main-content .right-section {
    order: 1;
  }

  .single-post-main-content .stay-updated {
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .single-post-hero {
    padding: 3rem 1.5rem;
  }

  .single-post-hero h1 {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .single-post-hero .post-details {
    margin-top: 2rem;
  }

  .single-post-hero .post-details .post-detail {
    padding: 0.75rem 1rem;
  }

  .single-post-main-content {
    margin: 3rem 1.5rem 0;
  }

  .single-post-main-content .share-icons img {
    width: 2.5rem;
  }

  .single-post-main-content .stay-updated h3 {
    font-size: 1.75rem;
  }

  .single-post-main-content .stay-updated p {
    font-size: 1rem;
  }

  .single-post-main-content .right-section h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .single-post-hero h1 {
    font-size: 1.9rem;
  }

  .single-post-hero .post-details {
    gap: 0.5rem;
  }

  .single-post-hero .post-details .views {
    font-size: 1.4rem;
  }

  .single-post-main-content {
    margin: 0;
  }

  .single-post-main-content .blog-post-item a,
  .single-post-main-content .blog-post-item .current-post-title {
    font-size: 1rem;
  }

  .single-post-main-content .stay-updated {
    padding: 1rem;
  }

  .single-post-main-content .stay-updated .input-container {
    height: auto;
    padding: 0.75rem;
  }

  .single-post-main-content .stay-updated .input-container button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .single-post-main-content .right-section p,
  .single-post-main-content .right-section li {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
