* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	list-style: none;
}
html, body {
    overflow-x: hidden;
}


/* Herosection video  */

.video-section {
  height: 100vh;
}
.mobile-hero-video {
  height: 100vh;
  display:none;
}


/* <!-- ------------------- About Banner ------------------  -->  */
 
/* .about-banner {
  background-image: url('https://simplileapdigital.com/maia7/assets/Aboutbanner.webp'); 
  background-size: cover;
  background-position: center;
  height: 80vh; 
  position: relative;
}

.banner-overlay {
  background: #125451D4;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-content {
  color: #ffffff;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.banner-content h1 {
    font-size: 70px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.35px;
}

.banner-content p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.7em;
    color: #ffffff;
    letter-spacing: 1px;
} */

/* <!-- ------------------- About story ------------------  -->  */

.abtStory{
    width: 100%;
    background: #fff;
    padding: 150px 0;
}

.abtStoryinfo{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.abtstoryimg img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 6px;
}
.abtstoryright{
    display: grid;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    grid-template-columns: 60% 1fr;
    align-items: center;
}
.abtstory-col{
    display: flex;
    flex-direction: column;
    gap:15px;
}
.abtstoryright span{
    font-size: 18px;
    font-weight: 500;
    color: #7D5E38;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.abtstoryright h2{
    font-size: 54px;
    letter-spacing: -1.62px;
    font-weight: 400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: 1px;
    color: #125451;

}

.abtstoryright p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
}
.abtstoryright p a{
color: #000000;
text-decoration: underline;
text-underline-offset:4px;
}

/* <!-- ------------------- Our values ------------------  -->*/
 .abt-values-main {
      background-color:#0C3634;
      padding: 150px 0px;
    }
    .abtValues-info {
      display: flex;
      gap: 25px;
      flex-direction: column;
      margin-bottom: 70px;
    }
    .abtValues-info span {
      font-size: 18px;
      letter-spacing: 1px;
      color: #ffffff;
      font-weight: 500;
      margin: 0;
          background: linear-gradient(180deg, #B38D39 0%, #F4E199 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;

    }
    .abtValues-info h2 {
      font-size: 64px;
      color: #ffffff;
      font-weight: 400;
      margin: 0;
      font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
          letter-spacing: -1.62px;
              width: 85%;
    }
    .our-values-section {
      background: #0b2f26;
      padding: 120px 0;
      color: #fff;
    }

    .our-values-container {
      width: 90%;
      margin-left: auto;
    }

    .our-values-item {
      padding-right: 100px;
      position: relative;
    }

    .our-values-item::after {
      content: "";
      position: absolute;
      top: 0;
      right: 40px; /* aligns with padding-right */
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.15);
    }

    .our-values-carousel .is-last-slide::after {
      display: none !important;
    }
    .our-values-item img {
      width: 30px;
      height: 30px;
    }
    .our-values-item h3 {
      font-size: 28px;
      margin-bottom: 45px;
      font-weight: 400;
      color: #f2f1eb;
      margin-top: 25px;
      font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
          height: 60px;
      
    }
.ov-card-title{
       font-size: 28px;
      margin-bottom: 45px;
      font-weight: 400;
      color: #f2f1eb;
      margin-top: 25px;
      font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
}
    .our-values-item p {
      font-size: 16px;
      line-height: 1.7;
      color: #c8c8c8;
    }

    .our-values-nav {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-top: 60px;
      justify-content: center;
    }

    .our-values-prev,
    .our-values-next {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      font-size: 18px;
    }
    .our-values-next img {
      width: 13px;
      height: 13px;
    }
    .our-values-prev img {
      width: 13px;
      height: 13px;
    }
    .our-values-prev.is-disabled,
    .our-values-next.is-disabled {
      opacity: 0.3;
      pointer-events: none;
    }

    .our-values-progress {
      width: 350px;
      height: 2px;
      background: rgba(255, 255, 255, 0.2);
      position: relative;
    }

    .our-values-progress-bar {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      transition: width 0.4s ease;
    }

    .our-values-carousel .slick-list {
      overflow: hidden;
        padding-right: 10% !important;
  clip-path: inset(0 -100vw 0 0);
    }

    .our-values-carousel .slick-track {
      display: flex;
    }

    .our-values-carousel .slick-slide {
      height: auto;
    }
    .horizontal-line {
      width: 100%;
      height: 1px;
      background-color: #ffffff1f;
      margin-top: 70px;
    }
   
/* <!-- ------------------- About team ------------------  -->  */
.abtTeamsection{
    padding: 100px 0px;
}
.abtTeaminfo{
    text-align: center;
    padding-bottom: 60px;
}
.abtTeaminfo span{
    font-size: 16px;
    font-weight: 500;
    color: #7D5E38;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.abtTeaminfo h2{
    font-size: 54px;
    font-weight: 400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: 1px;
    color: #125451;
    margin-top: 10px;
    letter-spacing: -1.62px;
}

.abtCeo{
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 50px;
    background-color: #EAE8E1;
    border-radius: 12px;
    padding: 30px;
}

.abtceoimg img{
    width: 100%;
}

.abtceoinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
}

.abtceoinfo h5{
font-family: 'Conqueror Sans', sans-serif;  
font-weight: 700;
font-size: 24px;
color: #125451;
}
.abtceoinfo span{
font-family: 'Conqueror Sans', sans-serif;
font-weight: 400;
font-size: 16px;
color: #000000;
 
}

.abtceoinfo p{
margin-top: 1em;
font-weight: 400;
font-size: 16px;
color: #000000;
line-height: 1.7em;
}

.abtceoinfo p a{
color: #000000;
text-decoration: underline;
text-underline-offset:4px; 
}


/* ---------- About team  ---------- */

.abtTeam {
    margin: 50px auto;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px 10px;
    padding: 20px 0;
}

.team-card {
    position: relative;
    /* aspect-ratio: 3/4; */
    /* overflow: hidden; */
    cursor: pointer;
}

.team-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EAE9E3;
    padding: 20px;
    text-align: center;
    border-top: 9px solid #125451;
    width: 80%;
    min-height: 120px;
    margin: auto;
    margin-bottom: -50px;
}

.team-name {
    font-size: 18px;
    font-weight: 700;
    color: #125451;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-role {
    font-size: 13.85px;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
}

.team-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e8e6e1;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    margin-bottom: -50px;
}

.team-card:hover .team-details {
    opacity: 1;
    visibility: visible;
}

.team-details .team-name {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}

.team-details .team-role {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: normal;
    text-align: center;
}

.team-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #125451;
}

.team-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
    text-align: center;
    font-weight: 400;
    overflow: scroll;
}



/* ---------- About Explore section  ---------- */

:root {
  --card-height: 43vw;
  --card-margin: 4vw;
  --card-top-offset: 1em;
  --numcards: 5;
  --outline-width: 0px;
}

.abt-explore{
    padding:100px 0px;
}
.cards-section{
  width: 85vw;
  margin: 0 auto;
}

.abt-exp{
  text-align: center;
}

.abt-exp span{
    font-size: 16px;
    font-weight: 500;
    color: #7D5E38;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.abt-exp h2{
    font-size: 54px;
    font-weight: 400;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: 1px;
    color: #125451;
    margin-top: 15px;
    margin-bottom: 25px;
    letter-spacing: -1.62px;
}

#cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

#card-1 {
  --index: 1;
}


#card-2 {
  --index: 2;
}

#card-3 {
  --index: 3;
}

#card-4 {
  --index: 4;
}
#card-5 {
  --index: 5;
}

#card-1 .card-content{
  background: url(./assets/27-summit-img.webp);
  background-repeat: no-repeat;
  background-size: cover;

}

#card-2 .card-content{
  background: url(./assets/pelican-garden-img.webp);
  background-repeat: no-repeat;
  background-size: cover;

}
#card-3 .card-content{
  background: url(./assets/pelican-groove-img.webp);
  background-repeat: no-repeat;
  background-size: cover;

}
#card-4 .card-content{
  background: url(./assets/The-beacon.png);
  background-repeat: no-repeat;
  background-size: cover;

}
#card-5 .card-content{
  background: url(./assets/casa-sia-img.webp);
  background-repeat: no-repeat;
  background-size: cover;

}
.card {
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

.card-content {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.card-content > div {
  max-width: 500px;
  text-align: left;
  position: absolute;
  bottom: 15%;
  left: 5%;
}


.card-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "FONTSPRING DEMO - The Seasons", sans-serif;

}

.card-content span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.card-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 20px;
      width: 71%;
}

/* Animation */
@supports (animation-timeline: works) {
  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }

  .card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }

  .card__content {
    transform-origin: 50% 0%;
    will-change: transform;

    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);

    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }

  @keyframes scale {
    to {
      transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
    }
  }
}


/* ---------- About sustainability section  ---------- */


.sustainability-section {
    padding: 150px 0px;
    margin: 0 auto;
    background: #125451;
    padding-left: 7.5%;
}

.section-header {
    margin-bottom: 60px;
}

.section-label {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.section-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
   font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
   color: #ffffff;
   letter-spacing: 1px;

}

.section-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    max-width: 80%;
}

.sustainability-slider {
    margin-top: 60px;
}

.sustainability-card {
    background: #B1FFFB0D;
    border-radius: 4px;
    padding: 30px 20px;
    margin: 0;
    min-height: 280px !important;
    transition: all 0.3s ease;
    margin-right: 15px;

}

.card-icon {
    width: 48px;
    height: 48px;
    opacity: 0.9;
}

.card-icon svg {
    width: 100%;
    height: 100%;
}

.card-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.3;
    color: #ffffff;
}

.card-description {
    font-size: 14px;
    line-height: 1.6;
    color: #EAE9E3;
}


.sustainability-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    bottom: -50px !important;
}

.sustainability-slider .slick-dots li {
    width: unset !important;
    height: unset !important;
    margin: 0 4px;
}

.sustainability-slider .slick-dots li button {
    width: 120px !important;
    height: 7px !important;
    padding: 0 !important;
    background: #1a5d5a !important;
    border-radius: 2px;
    border-radius: 3px;
}

.sustainability-slider .slick-dots li button:before {
    display: none;
}

.sustainability-slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.8) !important;
}
.sustainability-slider .slick-track{
margin-left: -25% !important;
}

/* <!-- ------------------- The Maia Way ------------------  -->*/

    .abt-maia-way-main {
      background-color: #0C3634;
      padding: 150px 30px;
    }

    .abtMaiaWay-info {
      display: flex;
      gap: 15px;
      flex-direction: column;
      margin-bottom: 70px;
    }

    .abtMaiaWay-info span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(180deg, #B38D39 0%, #F4E199 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
    }

    .abtMaiaWay-info h2 {
    font-size: 54px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
    letter-spacing: -1.62px;
    }
    .abtMaiaWay-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.7px;
    color:white;
    text-align: justify;
        width: 88%;
    }
    .maia-way-item {
      padding-right: 100px;
      position: relative;
    }

    .maia-way-item::after {
      content: "";
      position: absolute;
      top: 0;
      right: 40px;
      width: 1px;
      height: 100%;
      background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.031) 0%,
        rgba(204, 204, 204, 0.1953) 50%,
        rgba(153, 153, 153, 0.1209) 100%
      );
    }

    /* remove divider from real last slide */
    .maia-way-carousel .is-last-slide::after {
      display: none !important;
    }

    .maia-way-item h3 {
      font-size: 28px;
    margin-bottom: 45px;
    font-weight: 400;
    color: #f2f1eb;
    margin-top: 25px;
    font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
}

    .maia-way-item p {
       font-size: 16px;
    line-height: 1.7;
    color: #c8c8c8;
    }

    .maia-way-nav {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-top: 60px;
      justify-content: center;
    }

    .maia-way-prev,
    .maia-way-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    }

    .maia-way-prev.is-disabled,
    .maia-way-next.is-disabled {
      opacity: 0.3;
      pointer-events: none;
    }

    .maia-way-prev img {
    width: 13px;
    height: 13px;
}
  .maia-way-next img {
    width: 13px;
    height: 13px;
}
    .maia-way-progress {
      width: 420px;
      height: 2px;
      background: #ffffff30;
      position: relative;
    }

    .maia-way-progress-bar {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      background: #fff;
      transition: width 0.4s ease;
    }

 
    .maia-way-carousel .slick-list {
      overflow: visible;
      padding-right: 10%;
    }

    .maia-way-carousel .slick-track {
      display: flex;
    }

    /* MOBILE ONLY – contain slick overflow inside section */
    @media (max-width: 768px) {
      .abt-values-main,
      .abt-maia-way-main {
        overflow: hidden;
      }

      /* Allow slick peek INSIDE, not outside page */
      .our-values-carousel .slick-list,
      .maia-way-carousel .slick-list {
        overflow: visible;
      }
      .our-values-item {
        padding-right: 40px;
      }
      .our-values-item h3 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 10px;
      }
      .our-values-item p {
        font-size: 15px;
        padding-right: 20px;
      }
    }

/* ---------- About News section  ---------- */

.news-section {
margin: 0 auto;
background: #EAE9E3;
padding: 100px 0;
}

.news-section-header {
text-align: center;
margin-bottom: 50px;
}

.news-section-label {
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
color:#7D5E38;
margin-bottom: 15px;
}

.news-section-title {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
   font-family: "FONTSPRING DEMO - The Seasons", sans-serif;
   color:#125451;
    letter-spacing: -1.62px;

}

.news-carousel {
    padding: 0px;
    margin: 0 -15px;
}

.news-card {
    padding: 0 10px;
    outline: none;
}

.news-card-inner {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.news-card-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news-card-content {
    padding: 30px 30px 22px;
}

.news-card-title {
    font-size: 18px;
    color: #125451;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.news-read-more {
    color: #97989F;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}


/* Slick Dots Customization */
.news-carousel .slick-dots {
    bottom: -64px;
}



/* Slick Arrows Customization */
.news-carousel .slick-prev,
.news-carousel .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.news-carousel .slick-prev {
    left: -50px;
}

.news-carousel .slick-next {
    right: -50px;
}

.news-carousel .slick-prev:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('./left-i.svg') center/contain no-repeat;
}

.news-carousel .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('./right-i.svg') center/contain no-repeat;
}

.news-carousel .slick-dots li button:before {
    display: none;
}

.news-carousel .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: -64px !important;
}

.news-carousel .slick-dots li {
    width: unset !important;
    height: unset !important;
    margin: 0 4px;
}

.news-carousel .slick-dots li button {
    width: 180px !important;
    height: 5px !important;
    padding: 0 !important;
    background: #FFFFFF !important;
    border-radius: 2px;
    border-radius: 3px;
}

.news-carousel .slick-dots li.slick-active button {
    background:#125451 !important;
}

.newsbtn{
    text-align: center;
    margin-top: 8em;
}
.newsbtn a{
    background: #125451;
    padding: 20px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius:50px ;
    letter-spacing: 1px;
}
button.coming-soonBtn {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #867C5F;
    font-family: "Conqueror Sans";
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* ------------------------- Tablet version start -------------------------  */

@media (min-width: 768px) and (max-width: 1024px) {
    .team-grid{
      grid-template-columns: 1fr 1fr !important;
    }

 .sustainability-slider .slick-track{
    margin-left: 0 !important;
}

    .news-section-title {
        font-size: 36px;
    }

    .news-carousel .slick-prev {
        left: -30px;
    }

    .news-carousel .slick-next {
        right: -30px;
    }
    .abtstoryright {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.abtstoryright h2 {
    font-size: 36px;
}
.abtstoryimg img {
    width: 100%;
    height: 100%;
}
.abtStory {
    padding: 100px 0px;
}
.abtValues-info h2 {
    font-size: 36px;
}
.abt-values-main {
    padding: 100px 0px;
}
    .our-values-item h3 {
        font-size: 25px;

}
.abtTeaminfo h2 {
    font-size: 36px;
}
.abtCeo {
    padding: 25px 30px 25px 20px;
    overflow: scroll;
    height: 100%;
    gap: 30px;
}
.abtceoimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtceoinfo h5 {
    font-size: 18px;
}
.abtceoinfo p {
    font-size: 14px;
}
.team-name {
    font-size: 15px;
}
.card-content h2 {
    font-size: 30px;
}
.card-content span {
    font-size: 16px;
}

.abtMaiaWay-info h2 {
    font-size: 36px;
}
}


@media (min-width: 1024px) and (max-width: 1440px) {
    .sustainability-slider .slick-track{
    margin-left: -25% !important;
}
}



/* ------------------------- mobile version start -------------------------  */


@media(max-width:767px){

 .video-section{
      display:none;
  }
    .mobile-hero-video {
  height: 90vh;
  display:block;
}

    .abtStoryinfo {
  grid-template-columns: 1fr;  
  
}
.abtstoryimg{
    order: 2;
}

.abtStory{
    padding: 70px 0px;
}
.abtCeo {
    grid-template-columns: 1fr; 
        padding: 25px;
}


.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 100px;
}

.sustainability-slider .slick-track{
    margin-left: 0 !important;
}

.sustainability-slider .slick-dots {
 gap: 12px;
}
.sustainability-slider .slick-dots li button{
    width: 30px !important;   
}

.news-carousel .slick-dots li button{
    width: 20px !important;   
    height: 4px !important;
}
.news-carousel .slick-dots {
 gap: 0px;
}
.news-section-label {
    font-size: 13px;
}
.news-section-title {
    font-size: 26px;
    letter-spacing: -0.35px;
}

.news-carousel .slick-prev,
.news-carousel .slick-next {
    display: none !important;
}

.abt-explore{
    padding: 0px 0px 60px 0px;
}

.cards-section{
    width: 90vw;
}

  :root {
    --card-height: 60vh;
    --card-margin: 20px;
    --card-top-offset: 12px;
  }


  #cards {
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  }

  .card {
    top: 0;
    padding-top: calc(var(--index) * var(--card-top-offset));
  }

  .card-content {
    height: 60vh;
    border-radius: 14px;
    position: relative;
  }

  .card-content > div {
    max-width: 100%;
    left: 6%;
    right: 6%;
    bottom: 12%;
  }
    .card-content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .card-content span{
    font-size: 16px;
  }
.card-content p {
    font-size: 15px;
}
.our-values-prev, .our-values-next{
    display: none;
}
.abtstoryright{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.abtstoryright h2 {
    font-size: 26px;
}
.abtstoryright p{
    font-size:15px;
}
.abtstoryimg img {
    height: 45vh;
}
.abtValues-info {
    margin-bottom: 50px;
}
.abtValues-info span {
    font-size: 13px;
}
.abtValues-info h2 {
    font-size: 26px;
    letter-spacing: -0.62px;
}
.abt-values-main {
    padding: 100px 0px;
}
.our-values-carousel .slick-list {
    overflow: hidden;
}
.abtstoryright span{
    font-size:13px;
}
.our-values-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.abtTeaminfo h2{
    font-size:26px;
    letter-spacing: -0.35px;
}
.abtceoinfo h5 {
    font-size: 18px;
}
.abtceoinfo p {
    font-size: 15px;
}
.team-info {
    min-height: 80px;
    margin-bottom: -35px;
}
.team-name {
    font-size: 15px;
}
.newsbtn a {
    padding: 15px 35px;
    font-size: 14px;
}
.news-card-title {
    font-size: 17px;
    min-height: 50px;
}
.abt-exp h2 {
            font-size: 26px;
        letter-spacing: -0.35px;
}
.abt-exp span {
    font-size: 13px;
}
.team-details {
    overflow: scroll;
}
.our-values-item img {
    width: 25px;
    height: 25px;
}
.abtTeaminfo span{
        font-size: 13px;
}
.abtMaiaWay-info h2 {
    font-size: 26px;
    letter-spacing: -0.35px;
}
.abtMaiaWay-info span {
    font-size: 13px;
}
.maia-way-item h3 {
    font-size: 20px;
    margin-bottom: 33px;
    margin-top: 15px;
    line-height: 25px;
}
.maiaway-icons{
    width:28px;
    height:28px;
}
.maia-way-prev, .maia-way-next{
    display: none;
}
.maia-way-carousel .slick-slide[data-slick-index="4"] 
.maia-way-item::after {
  display: none;
}
.maia-way-item {
    padding-right: 75px;
}
.abtMaiaWay-info p {
    font-size: 15px;
    width: 100%;
}
}