html {
  scroll-behavior: smooth;
}


:root {
  --Primary: #0070EA;
  --On-Primary: #FFFFFF;
  --Primary-Container:#BECDE2;
  --On-Primary-Container:#334156;
  --Surface:#FFFFFF;
  --Outline: #d1d5db;
  --On-Surface-Variant: #333333;
  --On-Surface: #333333;
  --Surface-Variant:#EDEDED;
  --Conner-8: 8px;
  --Conner-12: 12px;
  --Conner-1000: 1000px;
  --Error:#c91717;
  --On-Error:#e29292;
  --Error-Container:#e0b7b7;
  --On-Error-Container:#2c0b0b;
}

body {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--On-Surface, #333);
    background: var(--Surface-Variant) !important;
}

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

a:hover, .nav-links a:hover { text-decoration: none;}

ol, ul {
    margin-left: 15px;
    margin-bottom: 25px;
}

ol li, ul li{
    line-height: 32px;
}


.container {
  max-width:1440px !important;
}

/*------- Button------------- */
.custom-btn {
  min-width: 150px !important;
    border-radius: 8px !important;
    background:var(--Primary-Container) !important;
    color: var(--On-Primary-Container) !important;
    border:1px solid var(--On-Primary-Container) !important;
}

/* makes sure image fills the container */
.image-container {  
  overflow: hidden;
  border-radius: 20px;
}
.image-container img {
  transition: transform 0.4s ease;
}

.image-container:hover img {
  transform: scale(1.1); /* zoom in */
}


.common-pages {
  font-family: Poppins, -apple-system, Poppins, Helvetica, sans-serif;
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 650px;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: start;
  padding: 0px 10px 529px;
  font: 16px/2 Poppins, Helvetica, sans-serif;
}

h2 { font:76px  Poppins, -apple-system, Poppins, Helvetica, sans-serif !important;
  line-height: 80px !important;
  font-weight: bold !important;
}



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

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

.main-header {
  position: fixed;
  z-index: 999;
  min-width: 362px;
  max-width: 1440px;
  width:100%;
  align-items: stretch;
  border-radius: var(--Conner-8, 8px);
  border-bottom: 1px solid var(--Outline, #d1d5db);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
  transition: all 0.3s ease; /* smooth shrink effect */
  margin-top: 30px;
  
  
}


.header-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.shrink {
    min-height: 60px;
}

@media (max-width: 991px) {
  .main-header {
    padding: 0 20px;
  }
}



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

.navigation {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 32px;
  justify-content: end;
  margin: auto 0;
}

.nav-links {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  padding-top: 6px;
  align-items: center;
  color: var(--On-Surface-Variant, #575757);
  font-weight: 400;
  justify-content: center;
  margin: auto 0;
  list-style: none;
  gap:20px;
}

.nav-links li {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: auto 0;
}

.nav-links a {
  text-decoration: none;
  color: inherit;
}

.register-button {
  justify-content: center;
  align-items: center;
  border-radius: var(--Conner-1000, 1000px);
  background-color: var(--Primary);
  align-self: stretch;
  display: flex;
  gap: 10px;
  color: var(--On-Primary, #e5e5e5);
  font-weight: 500;
  white-space: nowrap;
  margin: auto 0;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

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

.button-label {
  align-self: stretch;
  margin: auto 0;
}

.community-section {
  background-color: rgba(237, 237, 237, 1);
  position: relative;
  display: flex;
  min-height: 713px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  color: var(--On-Surface, #333);
  justify-content: center;
  padding: 100px 30px;
}

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

.community-background {
  aspect-ratio: 1.27;
  object-fit: contain;
  object-position: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  max-width: 772px;
  right: 35px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 606px;
}

.community-content {
  align-items: stretch;
  border-radius: var(--Conner-12, 12px);
  background-color: #fff;
  z-index: 1;
  display: flex;
  width: 681px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .community-content {
    padding: 0 20px;
  }
}

.content-wrapper {
  width: 100%;
}

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

.community-title {
  color: var(--On-Surface, #333);
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.5px;
}

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

.community-description {
  margin-top: 32px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.intro-text {
  color: var(--On-Surface, #333);
}

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

.detail-text {
  color: var(--On-Surface, #333);
  margin-top: 24px;
}

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

.call-to-action {
  color: #333333;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .call-to-action {
    max-width: 100%;
  }
}

.subscribe-link {
  color: rgba(17, 24, 39, 1);
}

.about-section {
  background:var(--Primary-Container);  
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: var(--On-Primary-Container);
  justify-content: center;
  padding: 80px 30px;
}

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

.about-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  align-items: center;
  gap: 40px 60px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.about-header {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 30px;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 76px;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .about-header {
    max-width: 100%;
    font-size: 40px;
    line-height: 45px;
  }
}

.about-title {
  align-self: stretch;
  width: 336px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .about-title {
    font-size: 40px;
    line-height: 45px;
  }
}


.about-image {
  aspect-ratio: 0.74;
  object-fit: cover;
  max-width: 401px;
  object-position: center;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}



.about-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  justify-content: start;
  width: 506px;
  margin: auto 0;
}

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

.about-text {
  width: 466px;
  max-width: 100%;
}



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

.mission-statement {
  margin-top: 24px;
}

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



/* Kickoff Section */
.kickoff-section {
    align-items: stretch;
    display: flex;
    min-height: 850px;
    width: 100%;
    flex-direction: column;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--On-Surface, #333);
    text-align: center;
    justify-content: center;
    background: url(../images/common/line\ patter\ blue.png) var(--Surface, #fff);  
    background-position: right top;
    background-repeat: no-repeat;
    padding: 72px 274px;
}

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

.kickoff-content {
    display: flex;
    max-width: 100%;
    width: 892px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.hero-image {
    aspect-ratio: 1.77;
    object-fit: contain;
    object-position: center;
    width: 99%;
}

.kickoff-text {
    display: flex;
    margin-top: 20px;
    width: 846px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.kickoff-title {
    color: var(--On-Surface, #333);
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .kickoff-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.kickoff-description-wrapper {
    display: flex;
    margin-top: 15px;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    justify-content: start;
}

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

.kickoff-description {
    color: var(--On-Surface, #333);
}

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

/* Growth Section */
.growth-section {
    background-color: var(--Primary-Container);
    color: var(--On-Primary-Container);
    display: flex;
    min-height: 741px;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 100px 30px;
}

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

.growth-container {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1380px;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

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

.growth-wrapper {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1350px;
    align-items: center;
    gap: 30px;
    justify-content: end;
    margin: auto 0;
}

.growth-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1350px;
    align-items: center;
    gap: 30px 58px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto 0;
}

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

.growth-text {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    justify-content: center;
    width: 456px;
    margin: auto 0;
}

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

.growth-title {

    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .growth-title {
        font-size: 40px;
        line-height: 45px;
    }
}

.growth-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
}

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

.growth-images {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
    margin: auto 0;
}

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

.growth-image-left {
    aspect-ratio: 0.74;
    object-fit: contain;
    object-position: center;
    width: 402px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

.growth-image-right {
    aspect-ratio: 0.74;
    object-fit: contain;
    object-position: center;
    width: 402px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

/* Barriers Section */
.barriers-section {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    background: url(../images/common/line\ patter\ grey.png) var(--Surface, #fff);;   
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 100px 68px;
}

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

.barriers-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

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

.barriers-images-grid {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .barriers-images-grid {
        max-width: 100%;
    }
}

.barriers-left-column {
    align-self: stretch;
    min-width: 240px;
    width: 305px;
    margin: auto 0;
}

.barriers-small-image {
    aspect-ratio: 302/201;
    object-fit: contain;
    object-position: center;
    max-width:304px;
}

.barriers-small-image:nth-child(2) {
    margin-top: 24px;
}

.barriers-main-image {
    aspect-ratio: 1.5;
    object-fit: contain;
    object-position: center;
    width: 646px;
    border-radius: 0px 0px 0px 0px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

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

.barriers-right-column {
    align-self: stretch;
    min-width: 240px;
    width: 305px;
    margin: auto 0;
}

.barriers-text {
    margin-top: 30px;
    width: 934px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: var(--On-Surface, #333);
    text-align: center;
}

.barriers-title {
    color: var(--On-Surface, #333);
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .barriers-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.barriers-description-wrapper {
    display: flex;
    margin-top: 20px;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    justify-content: center;
}

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

.barriers-description {
    color: var(--On-Surface, #333);
    align-self: stretch;
    width: 924px;
    margin: auto 0;
}

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

/* Pioneers Section */
.pioneers-section {
   background: url(../images/common/line\ patter\ blue.png) var(--Primary-Container);   
    background-position: right top;
    background-repeat: no-repeat;
    color: var(--On-Primary-Container);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 100px 30px;
}


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

.pioneers-content {
    display: flex;
    align-items: center;
    gap: 40px 60px;
    justify-content: start;
    flex-wrap: wrap;
}

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

.pioneers-text-content {
    align-self: stretch;
    min-width: 240px;
    width: 559px;
    margin: auto 0;
}

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

.pioneers-title {
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    margin: 0;
}

@media (max-width: 991px) {
    .pioneers-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.pioneers-details {
    margin-top: 15px;
    width: 100%;
}

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

.pioneers-names {
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.5px;
    margin: 0;
}

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

.pioneers-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0 0;
}

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

.pioneers-image {
    aspect-ratio: 1.06;
    object-fit: contain;
    object-position: center;
    width: 613px;
    border-radius: 24px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

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

/* Organisers Section */
.organisers-section {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 497px;
    width: 100%;
    flex-direction: column;
    padding: 89px 52px;
    background: url(../images/common/cocopattern\ top.png), url(../images/common/cocopattern\ bottom.png) var(--Surface, #fff);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

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

.organisers-content {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

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

.organisers-logo-container {
    align-items: stretch;
    border-radius: var(--Conner-1000, 1000px);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
    padding: 17px 33px;
}

@media (max-width: 991px) {
    .organisers-logo-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

.logo-wrapper {
    display: flex;
    max-width: 100%;
    width: 358px;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    padding: 100px 41px 0;
}

@media (max-width: 991px) {
    .logo-wrapper {
        padding: 0 20px;
    }
}

.logo-icon-1 {
    aspect-ratio: 0.96;
    object-fit: contain;
    object-position: center;
    width: 100%;
    fill: var(--On-Surface, #333);
    flex-shrink: 0;
}

.logo-icon-2 {
    aspect-ratio: 0.92;
    object-fit: contain;
    object-position: center;
    width: 23px;
    fill: var(--On-Surface, #333);
    flex-shrink: 0;
}

.logo-divider {
    background-color: rgba(51, 51, 51, 1);
    display: flex;
    width: 6px;
    flex-shrink: 0;
    height: 25px;
    fill: var(--On-Surface, #333);
}

.logo-icon-3 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 25px;
    fill: var(--On-Surface, #333);
    flex-shrink: 0;
}

.organisers-text-content {
    align-self: stretch;
    min-width: 240px;
    width: 790px;
    margin: auto 0;
}

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

.organisers-title {
    color: var(--On-Surface, #333);
    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 0.5px;
    margin: 0;
}

@media (max-width: 991px) {
    .organisers-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 45px;
    }
}

.organisers-description {
    color: var(--On-Surface, #333);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 17px 0 0 0;
}

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

/* Committee Section */
.committee-section {
    background-color: rgba(237, 237, 237, 1);
    display: flex;
    min-height: 741px;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 100px 30px;
}

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

.committee-container {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1380px;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

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

.committee-wrapper {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1350px;
    align-items: center;
    gap: 30px;
    justify-content: end;
    margin: auto 0;
}

.committee-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 1350px;
    align-items: center;
    gap: 30px 95px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto 0;
}

.committee-text-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 456px;
    margin: auto 0;
}

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

.committee-title {
    color: var(--On-Surface, #333);
    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 0.5px;
    margin: 0;
}

@media (max-width: 991px) {
    .committee-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 45px;
    }
}

.committee-description {
    color: var(--On-Surface, #333);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 0 0;
}

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

.committee-image {
    aspect-ratio: 1.47;
    object-fit: contain;
    object-position: center;
    width: 797px;
    border-radius: 0px 0px 0px 0px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

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

.footer-section {
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 250px;
  width: 100%;
  gap: 10px;
  color: var(--Primary-Container);
  text-align: center;
  letter-spacing: 0.95px;
  background-color: var(--On-Primary-Container);
  padding: 65px 236px;
}

/*-------------------- Future Home Page Styles --------------------*/

.hero-title {
  font: 400 144px/1 Praise, -apple-system, Roboto, Helvetica, sans-serif;
  align-self: stretch;
  margin: auto 0;
}

.Future-section {
  background-image: url(../images/common/future-back-left-bottom.png), url(../images/common/future-back-right-top.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--On-Primary-Container);
}

.future-image {
  background-image: url(../images/common/futures.jpg);
  background-position: center top;
  background-repeat: no-repeat;
 min-height: 600px;
  flex-wrap: wrap;
  align-content: flex-end;
  color: var(--Surface-Variant);
  
}

.future-content {
  color: var(--Primary-Container);
  min-height: 150px;
}

.future-content p {
  max-width: 60%;
}

@media (max-width: 991px) {
  .footer-section {
    max-width: 100%;
    font-size: 40px;
    padding: 0 20px;
  }

  .footer-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.main-footer {
  background-color: var(--Surface);
  align-self: end;
  display: flex;
  min-width: 362px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 32px 40px 16px;
}

@media (max-width: 991px) {
  .main-footer {
    max-width: 100%;
    padding: 0 20px;
  }
}

.footer-content {
  width: 100%;
}

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

.footer-columns {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.company-description {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  color: var(--On-Surface-Variant, #575757);
  letter-spacing: 0.5px;
  justify-content: center;
  width: 340px;
  font: 400 16px Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.description-text {
  color: var(--On-Surface-Variant, #575757);
  flex: 1;
}

.site-navigation {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  justify-content: start;
  width: 340px;
}

.section-title {
  color: var(--On-Surface, #333);
  font-family: Unbounded, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  align-items: stretch;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--On-Surface-Variant, #575757);
  font-weight: 400;
  justify-content: center;
  list-style: none;
}

ul.footer-nav-links li a {
    padding: 1px;
}

.nav-link {
  color: var(--On-Surface-Variant, #575757);
  text-decoration: none;
  margin-top: 10px;
}

.nav-link:first-child {
  margin-top: 0;
}

.nav-link:hover {
  color: var(--On-Surface, #333);
}

.events-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 340px;
}

.events-content {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.events-link {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  text-decoration: none;
}

.link-text {
  color: var(--On-Surface-Variant, #575757);
  align-self: stretch;
  margin: auto 0;
  font: 400 16px/2 Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.arrow-icon {
  align-self: stretch;
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 24px;
  margin: auto 0;
  aspect-ratio: 7.4/12;
  object-fit: contain;
  object-position: center;
  width: 7px;
  fill: var(--On-Surface-Variant, #575757);
}

.contact-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 340px;
}

.contact-info {
  display: flex;
  width: 286px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.contact-details {
  align-self: start;
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--On-Surface-Variant, #575757);
  font-weight: 400;
}

.phone-number {
  color: var(--On-Surface-Variant, #575757);
}

.email-address {
  color: var(--On-Surface-Variant, #575757);
  margin-top: 10px;
}

.social-media-section {
  display: flex;
  margin-top: 24px;
  width: 100%;
  max-width: 286px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.social-title {
  color: var(--On-Surface, #333);
  letter-spacing: 0.8px;
  font: 500 16px/1 Unbounded, -apple-system, Roboto, Helvetica, sans-serif;
  width: 100%;
  text-align: left;
}

.social-icons {
  display: flex;
  margin-top: 16px;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: start;
}

.social-icon {
  align-self: stretch;
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: start;
  width: 38px;
  margin: auto 0;
}

.blue-circle {
  border-radius: 50px;
  background-color: rgba(0, 112, 234, 1);
  display: flex;
  min-height: 38px;
  width: 38px;
  height: 38px;
}

.social-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 38px;
  border-radius: 50px;
  align-self: stretch;
  margin: auto 0;
}

.copyright-section {
  display: flex;
  margin-top: 43px;
  width: 100%;
  align-items: center;
  gap: 10px;
  color: var(--On-Surface-Variant, #575757);
  letter-spacing: 0.6px;
  justify-content: center;
  font: 400 12px/24px Manrope, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.copyright-text {
  color: var(--On-Surface, #575757);
  align-self: stretch;
  margin: auto 0;
}

/*------------------ Form Field ------------*/
.input-field {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 3px 5px;
}

/*------------------ Inner Pages ------------*/
section.inner-content-section {
    margin-top: 140px;
}

.inner-content h1 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 600;
    color: var(--On-Surface);
}

.container.inner-content {
    min-height: 800px;
    background: var(--Surface);
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 20px;
    color: var(--On-Surface-Variant);
}

/*------------------ Contact Pages ------------*/
.contact-page label {
    display: block;
}

.error-message {
    font-size: 13px;
    color: var(--Error);
}

/*------------------ Term Pages ------------*/

.terms-page ol > li {
    margin-bottom: 20px;
}

.terms-page ol > li ol li {
    margin-bottom: 2px;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) and (orientation: landscape ){
  .community-background {max-width:580px;}
  .about-header {gap: 10px;}
  .about-header {flex-wrap: nowrap }
  .growth-content, .growth-images, .barriers-images-grid, .organisers-content, .committee-content, .footer-columns {flex-wrap: nowrap }
  .hero-title {font: 300 126px / 1 Praise, -apple-system, Roboto, Helvetica, sans-serif;}
  .main-header {left: 0px;}
  
}

@media (max-width: 767px) {
  section {
    padding: 20px 0px !important;
  }
  h2 {
      font: 42px Poppins, -apple-system, Poppins, Helvetica, sans-serif !important;
      line-height: 38px !important;
      font-weight: 600 !important;
  }
  .main-header, .community-section {
        padding:15px;
        margin-top: 0px;
    }
    .nav-links {
      flex-direction: column;
    }
    .navigation {
      justify-content: center;
  }
  .hero-title {
      font: 400 54px / 1 Praise, -apple-system, Roboto, Helvetica, sans-serif;
  }
  .logo-icon-1 {
    aspect-ratio: auto;
  }
  .barriers-small-image {
    width: 100%;
    max-width: 100%;
  }

  .barriers-images-grid {
    flex-direction: column;
    width: 100%;
}

.barriers-left-column, .barriers-right-column {
   width: 100%;
}

.community-background {
    aspect-ratio: inherit;
    object-fit: contain;
    object-position: center;
    width: 100%;
    position: static;
    z-index: inherit;
    max-width: 772px;
    right: inherit;
    top: inherit;
    transform: inherit;
    height: auto;
    padding: 10px;
}

.container.inner-content, .kickoff-section {
  min-height: auto;
}

p {
    font-size: 16px !important;
    text-align: left;
}

.events-section, .site-navigation, .contact-section {
  align-items: start;
}
.events-section ul, .site-navigation ul, .contact-section ul {
  margin-left:0;
 
}
}

.toast-notification {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ededed; 
  padding: 1rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.4s ease;
  z-index: 9999;
}
.toast-success{
  color: green;
}
.toast-error{
  color: red;
}

.toast-notification.show {
  opacity: 1;
  visibility: visible;
}

.error-message {
  display: none;
  color: red;
  font-size: 0.9rem;
  margin-top: 4px;
}
