@charset "UTF-8";
*{
    padding: 0;
    margin: 0;
}
html,body{
    padding: 0;
    margin: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}
main{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: auto;
}
.base-section-sizing{
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.grecaptcha-badge{
    z-index:6;
    bottom: 55px !important;
}
.text-style p,.text-style span,.text-style h1,.text-style h2,
.text-style h3,.text-style h4,.text-style h5,.text-style h6,
.text-style a,.text-style strong,.text-style em,.text-style li, .text-style div{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}
.orange{
    color: #F07452;
}
.green{
    color: #213B36;
}
.light{
    color: #ECE6DB;
}
.grey{
    color: #A49E93;
}
.brown{
    color: #94711e;
    font-weight: 900;
}
.white{
    color: white;
}
.background-color-1{
    background-color: #ECE6DB;
}
.background-color-2{
    background-color: #213B36;
}
.background-color-2-gradient{
background: linear-gradient(to right, #14221F, #213B36, #2F4F48);
}
.background-color-2-gradient-varient{
    background: linear-gradient(to top, #172c27 0%, #2b645a 100%);
}
.background-color-3{
    background-color: white;
}
.txt-color-1-green-paragraph{
    color: #213B36;
    font-size: 1.35vw;
}
.txt-color-1-light-paragraph{
    color: #ECE6DB;
    font-size: 1.35vw;
}
.txt-color-1-green-heading{
    color: #213B36;
    font-size: 3.25vw;
    font-weight: bold;
}
.txt-color-2-gold-heading{
    background: linear-gradient(120deg, #462523 , #cb9b51 , #e7d371,#e7d88f, #cb9b51,#462523 );
    background-size: 200% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shine 20s linear infinite;
    position: relative;
    font-size: 3.25vw;
    font-weight: bold;
}
.txt-color-2-gold-paragraph{
    background: linear-gradient(120deg, rgb(121, 105, 63) , #cb9b51 , #e7d371,#e7d88f, #cb9b51,rgb(121, 105, 63) );
    background-size: 200% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shine 15s linear infinite;
    position: relative;
    font-size: 1.35vw;
    font-weight: bold;
}
.txt-color-3-white-heading{
    color: white;
    font-size: 3.25vw;
    font-weight: bold;
}
.txt-color-3-grey-subheading{
    color: #A49E93;
    font-size: 1.75vw;
}
.border-gradient-gold {
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    z-index: 0;
}
.border-gradient-gold::before {
    content: "";
    position: absolute;
    top: -5px; 
    left: -5px; 
    right: -5px; 
    bottom: -5px;
    background: linear-gradient(120deg, #462523, #cb9b51, #e7d371, #e7d88f, #cb9b51, #462523);
    background-size: 200% auto;
    z-index: -1;
    border-radius: 50%;
    animation: shine 50s linear infinite;
    mask: 
    radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 4px));
    -webkit-mask: 
    radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 4px));
}
@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
/* --------------------------------- */
/*   About Us Section (Our Journey)  */
/*  -------------------------------- */
.abt-section{
    display: flex;
    flex-direction: column;
}
.abt-container{
    display: inherit;
    flex-direction: row;
    padding: 9vw 7vw 7vw 7vw;
    width: 70%;
    margin: 0 auto;
}
.abt-container-left{
    display: flex;
    width: 50%;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 10px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
}
.abt-container-right{
    display: flex;
    width: 50%;
    margin-top: 3vw;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: inline;
            margin-bottom: 25px;
        }
    }
}
/* --------------------------------- */
/*   About Us Section (Timeline)     */
/*  -------------------------------- */
.abt-timeline{
    display: flex;
    flex-direction: column;
}
.abt-timeline-container{
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    padding-bottom:1vw ;
}
.abt-timeline-arrow{
    position: absolute;
    z-index: 1;
    .default-arrow{
        display: block;
        width: 81%;
    }
    .mobile-arrow{
        display: none;
    }
}
.abt-timeline-marker{
    display: inherit;
    flex-direction: column;
    width: 25%;
    z-index: 2;
    transform: translateY(-0.85vw);
    margin: 0 0 0 1vw;
    img{
        width: 1.5vw;
    }
}
.abt-timeline-marker-info{
    display: flex;
    flex-direction: column;
    width: 75%;
    span{
        display: inline;
        font-size: 1vw;
        transform: translateX(-1vw);
        margin-bottom: 0.5vw;
    }
    span:first-child{
        font-size: 1.75vw;
        transform: translateX(-1vw);
        margin-bottom: 1vw;
        font-weight: 600;
    }
    .mobile-marker-text{
        display: none;
    }
}
.abt-timeline-mobile-link{
    display: none;
}
/* --------------------------------- */
/*   About Us Section (Divider 1)     */
/*  -------------------------------- */
.abt-divider-1{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
}
.custom-shape-divider-top-1747706293 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1747706293 svg {
    position: relative;
    display: block;
    width: calc(169% + 1.3px);
    height: 4vw;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1747706293 .shape-fill {
    fill: #ECE6DB;
}
/* --------------------------------- */
/*   About Us Section (Values)       */
/*  -------------------------------- */
.abt-values{
    display: flex;
    flex-direction: column;
    transform: translateY(1px);
}
.abt-values-container {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding: 8vw 0 10vw 0;
    z-index: 1;
}
.abt-values-grid-layout-left {
    display: grid;
    grid-template-columns: repeat(3,33%);
    grid-template-rows: repeat(3, 10vw);
    gap: 10px;
    position: relative;
    width: 50%;
    transform: translateX(3vw);
}
.circle {
    display: flex;
    height: var(--size);
    width: var(--size);
    transform: translate(var(--tx, 0), var(--ty, 0));
    border-radius: 50%;
    background-color: #213B36; 
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    box-shadow: var(--shadow, none);
    transition: 
        box-shadow 0.5s ease,    
        width 0.3s ease,
        height 0.3s ease;
}
.circle-inner {
    display: inherit;
    position: relative;
    width: calc(var(--size) - 1.5vw);
    height: calc(var(--size) - 1.5vw);
    justify-content: center;
    align-items: center;
    transition: font-size 0.3s ease;
    border-radius: 50%;
    padding: 2px;
    background: #213B36;
    z-index: 2;
    pointer-events: none;
    span{
        z-index: 3;
        font-size: var(--font-size);
        transition: font-size 0.7s ease;
        text-align: center;
        line-height: 1.5em;
    }
}
.circle-left-middle {
    transform: translate(-6vw,-4vw);
    --size: 15vw;
    --font-size: 1.45vw;
    --font-size-selected: calc(var(--font-size) + 0.5vw);
    --shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    --selected-shadow: 1.25vw 0.15vw 0.45vw rgba(0, 0, 0, 0.5);
}
.circle-left-bottom {
    transform: translate(4vw,2vw); 
    --size: 13vw;
    --font-size: 1.15vw;
    --font-size-selected: calc(var(--font-size) + 0.25vw);
    --shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    --selected-shadow: 0.5vw -0.8vw 0.45vw rgba(0, 0, 0, 0.5);
}
.circle-right-bottom {
    transform: translate(-3.5vw,-0.5vw); 
    --size: 11vw;
    --font-size: 1.35vw;
    --font-size-selected: calc(var(--font-size) + 0.5vw);
    --shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    --selected-shadow: -0.75vw -0.75vw 0.45vw rgba(0, 0, 0, 0.5);
}
.circle-right-middle {
    transform: translate(0,-2.5vw); 
    --size: 9vw;
    --font-size: 1.15vw;
    --font-size-selected: calc(var(--font-size) + 0.3vw);
    --shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    --selected-shadow: -1vw 0.3vw 0.45vw rgba(0, 0, 0, 0.5);
}
.circle-top {
    transform: translate(1vw,1vw); 
    --size: 7vw;
    --font-size: 1vw;
    --font-size-selected: calc(var(--font-size) + 0.5vw);
    --shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    --selected-shadow: 0 1vw 0.45vw rgba(0, 0, 0, 0.5);
}
.circle {
     transition: width 0.6s ease, height 0.6s ease, box-shadow 0.7s ease; 
    } 
.circle-inner { 
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out; 
} 
.circle:hover{
    width: calc(var(--size) + 2.5vw); 
    height: calc(var(--size) + 2.5vw); 
    box-shadow: var(--selected-shadow, var(--shadow));
}
.circle:hover .circle-inner{
    width: calc(var(--size) + 0.75vw); 
    height: calc(var(--size) + 0.75vw); 
    span{
        font-size: var(--font-size-selected);
    }
}
.circle.selected { 
    width: calc(var(--size) + 2.5vw); 
    height: calc(var(--size) + 2.5vw); 
    box-shadow: var(--selected-shadow, var(--shadow));
} 
.circle.selected .circle-inner { 
    width: calc(var(--size) + 0.75vw); 
    height: calc(var(--size) + 0.75vw); 
    span{
        font-size: var(--font-size-selected);
    }
}
.abt-values-right{
    display: flex;
    justify-content: right;
    width: 50%;
    padding-top: 4vw;
    > div{
        display: inherit;
        flex-direction: column;
        width: inherit;
        span{
            display: block;
            margin-bottom: 0px;
        }
    }
}
.line-between{
    flex-grow: 1;
    height: 5px;
    width: 100%;
}
.abt-values-info{
    margin-top: 5vw;
    width: auto;
    span:nth-child(2){
        font-size: 1.25vw;
    }
    span:nth-child(1){
        font-size: 1.5vw;
        font-weight: 600;
        margin-bottom: 1vw;
        &::after {
            content: "";
            display: flex;
            justify-self: flex-start;
            margin-top: 0.5vw;
            width: 100%;
            height: 3px;
            border-radius: 25%;
            left: 0;
            background: linear-gradient(
                to right,
                transparent 0%,
                #A49E93 10%,
                #A49E93 30%,
                #A49E93 70%,
                #A49E93 90%,
                transparent 100%
            );
            background-size: 200% 100%;
            background-position: 100% 0;
            position: relative;
            animation: moveLine 15s linear infinite;
        }
    }
}
@keyframes moveLine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
/* --------------------------------- */
/*   About Us Section (Divider 2)     */
/*  -------------------------------- */
.abt-divider-2{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
    /* transform: scaleX(-1); */
}
.custom-shape-divider-top-1747706293 .shape-fill-2 {
    fill: white;
}
/* --------------------------------- */
/*   About Us Section (Founder)     */
/*  -------------------------------- */
.abt-founder{    
    display: flex;
    flex-direction: column;
    transform: translateY(1px);}
.abt-founder-container{    
    display: inherit;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 8vw 0 10vw 0;
    gap: 3vw;
    z-index: 1;
}
.abt-founder-container-left{
    display: inherit;
    flex-direction: column;
    width: 50%;
    margin-top: 3vw;
}
.abt-founder-title{
    display: inherit;
    flex-direction: column;
    width: 100%;
    span{
        display: block;
        margin-bottom: 40px;
    }
    span:first-child{
        margin-bottom: 0;
    }
}
.abt-founder-info{
    display: inherit;
    flex-direction: column;
    span{
        display: inline;
        margin-bottom: 30px;
    }
}
.abt-founder-achievments{
    div{
        margin-top: 1vw;
        font-size: 1.35vw;
        color: #213B36;
    }
}
.abt-founder-achievment-info{
    display: flex;
    flex-direction: row;
    svg{
        width: 3vw;
        height: auto;
        path{
            fill:#94711e ;
        }
    }
    span{
        width: 90%;
        margin-left: 1vw;
        margin-top: 2px;
        font-size: 1.15vw;
    }
}
.abt-founder-container-right{
    display: flex;
    position: relative;
    width: 40%;
    justify-content: center;
    align-items: center;
    padding: 9vw 0 0 3vw;
    z-index: 2;
    img{
        position: relative;
        height: auto;
        width: 25vw;
        z-index: 2;
        object-fit: cover;  
        box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
    }
}
.abt-founder-container-left-mobile-image{
    display: none;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3vw 0 5vw 0vw;
    z-index: 2;
    img{
        position: relative;
        height: auto;
        width: 95%;
        z-index: 2;
        object-fit: cover;  
        box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
    }
}
/* --------------------------------- */
/*       About Us Section (seal)     */
/*  -------------------------------- */
.abt-seal{
    display: flex;
    flex-direction: column;
}
.abt-seal-container{
    display: inherit;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 5vw 0;
    gap: 3vw;
    z-index: 1;
}
.abt-seal-container-left{
    display: inherit;
    width: 40%;
    justify-content: center;
}
.abt-seal-circle {
    display: flex;
    height: var(--size);
    width: var(--size);
    transform: translate(var(--tx, 0), var(--ty, 0));
    border-radius: 50%;
    background-color: #213B36; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    z-index: 1;
    box-shadow: var(--shadow, none);
}
.abt-seal-circle .circle-inner{
    padding: 0px;
    background: #1B3030;
    img{
        z-index: 3;
        width: calc(var(--size) - 2.5vw);
        height: auto;
        transition: font-size 0.7s ease;
        text-align: center;
        line-height: 1.5em;
    }
}
.abt-seal-circle-top {
    --size: 15vw;
    --font-size: 1vw;
    --font-size-selected: calc(var(--font-size) + 0.5vw);
    --shadow: 0vw 0vw 0.5vw rgba(0, 0, 0, 0.596);
}
.abt-seal-container-right{
    display: inherit;
    width: 60%;
    margin-left: 2vw;
    span{
        width: 90%;
        line-height: 1.75vw;
    }
}
/* --------------------------------- */
/*           News Section            */
/*  -------------------------------- */
.news-section {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: transparent;
    text-align: center;
}
.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
    transition: transform 0.1s ease-out;
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0b1311b9;
        z-index: 2;
    }
}
.news-section-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    margin: 6vw 0;
    span:first-child{
        font-size: 3vw;
        font-style: italic;
        font-weight: 500;
        letter-spacing: 1px;
    }
    a{
        text-decoration: none !important;
    }
}
.news-cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    border: 2px solid rgb(153, 153, 153);
    background: rgba(255, 255, 255, 0.2);
    margin-top: 1vw;
    padding: 0.5vw 2.75vw;
    backdrop-filter: blur(4px);
    cursor: pointer;
    text-decoration: none;
    border-radius: 1rem;
    transition: border 0.4s ease;
    background-clip: padding-box;
    z-index: 3;
    svg {
        position: absolute;
        left: 1vw;
        opacity: 0;
        transform: translateX(-1vw);
        transition: opacity 0.4s ease, transform 0.4s ease;
        width: 2vw;
        height: auto;
        flex-shrink: 0;
    }
    span {
        color: white;
        font-size: 1.3vw;
        letter-spacing: 1px;
        font-weight: 400;
        transition: transform 0.4s ease;
        text-align: center;
        white-space: nowrap;
    }
    &:hover {
        border: 2px solid rgb(194, 193, 193);;
        svg {
            opacity: 1;
            transform: translateX(0);
        }
        span {
            transform: translateX(1.5vw);
        }
    }   
}
/* --------------------------------- */
/*          Partners Section         */
/*  -------------------------------- */
.partners-section{
    display: flex;
    flex-direction: column;
}
.partners-section-container{
    display: inherit;
    flex-direction: column;
    width: 100%;
}
.partners-section-container-top{
    display: inherit;
    flex-direction: row;
    width: 70%;
    margin: 6vw auto 0 auto;
}
.partners-section-container-top-left{
    width: 50%;
}
.partners-title{
    display: inherit;
    flex-direction: column;
    span{
        display: block;
        margin-bottom: 40px;
    }
    span:first-child{
        margin-bottom: 0;
    }
}
.partners-section-container-top-right{
    display: flex;
    flex-direction: column;
    width: 50%;
    span{
        width: 100%;
        margin-bottom: 1vw;
    }
}
.partners-section-container-bottom{
    display: inherit;
    flex-direction: row;
    margin: 4vw auto 3vw auto;
    width: 70%;
    span{
        font-size: 1.15vw;
        width: 15%;
        margin-right: 2vw;
    }
}
.partners-section-logos{
    display: inherit;
    justify-content: center;
    justify-content: space-between;
        user-select: none;
    width: 85%;
    a{
        img{
            width: 5vw;
            height: auto;
        }
    }
    a:nth-child(1){
        margin-left: 0;
    }
    a:nth-child(5){
        margin-right: 0;
    }
}
/* --------------------------------- */
/*         Testimonials Section      */
/*  -------------------------------- */
.testimonials-section{
    display: flex;
    flex-direction: column;
}
.testimonials-section-container{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 2vw auto 4vw auto;
    padding: 0;
    z-index: 1;
}
.testimonials-title{
    display: inherit;
    flex-direction: column;
    width: 60%;
    margin-bottom: 1vw;
    span{
        display: block;
        margin-bottom: 40px;
        font-size: 1.15vw;
    }
    span:last-child{
        margin-left: 0.25vw;
    }
    span:first-child{
        margin-bottom: 5px;
        font-size: 2vw;
    }
}
#tns1 > .tns-item {
    margin: 0 0 0 0.35vw;
} 
.carousel-container {
    position: relative;
    overflow: unset;
}
.tns-carousel{
    display: flex;
    width: 100%;
}
.carousel-track {
    display: flex;
}
.testimonial-slide {
    color: #213B36;
    background: #ECE6DB;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 1rem;
    padding: 2vw 2vw 1vw 2vw;
    user-select: none;
    text-align: center;
}
.testimonial-slide-review{
    margin-bottom: 1vw;
}
.review{
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;   
    font-size: 0.85vw;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.review.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;       
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 5.5em;           
}
.review.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset; 
    max-height: none;
    overflow: visible;
    max-height: 10vw;
}
.read-more-toggle {
    display: inline-block;
    margin-top: 0.25vw;
    font-size: 0.75vw;
    color: #0077cc;
    cursor: pointer;
    user-select: none;
}
.slide-reviewer{
    span{
        display: block;
        margin-bottom: 0px;
        font-size: 1.15vw;
    }
    span:nth-child(3){
        font-size: 0.85vw;
    }
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #213b3649;
    backdrop-filter: blur(1px);
    height: 110%;
    width: auto;
    color: white;
    border: none;
    font-size: 3vw;
    cursor: pointer;
    user-select: none;
    &:nth-child(1){
        background: #213b3649;    
    }
}
.carousel-btn.left {
    left: -2.5vw;
}
.carousel-btn.right {
    right: -2.5vw;
}
/* --------------------------------- */
/*   Partners Section (Divider 3)     */
/*  -------------------------------- */
.abt-divider-3{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
    /* transform: scaleX(-1); */
    transform: translateY(-1px);
}
.custom-shape-divider-top-1747706293 .shape-fill-3 {
    fill: #213B36;
}
/* --------------------------------- */
/*   Community Section (impact)      */
/*  -------------------------------- */
.community-section{
    display: flex;
    flex-direction: column;
}
.community-impact-wrapper{
    display: inherit;
    flex-direction: column;
    width: 100%;
    z-index: 0;
}
.community-impact-section-container{
    display: inherit;
    flex-direction: row;
    padding: 9vw 7vw 4vw 7vw;
    width: 70%;
    margin: 0 auto;
    z-index: 1;
}
.community-impact-container-left{
    display: flex;
    width: 50%;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 10px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
}
.community-impact-container-right{
    display: flex;
    width: 50%;
    margin-top: 3vw;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: inline;
            margin-bottom: 25px;
        }
    }
}
.community-impact-stats{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3vw;
}
.community-impact-stat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    > span{
        font-size: 1.75vw;
    }
}
.community-impact-stat-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vw;
    width: 9vw;
    padding: 1px;
    background: #21423c;
    border-radius: 50%;
    margin-bottom: 1vw;
    box-shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.5);
    transition: all 0.3s ease-in;
    user-select: none;
}
.community-impact-stat-circle-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 2;
    height: 8vw;
    width: 8vw;
    background: transparent;
    transition: all 0.3s ease-in;
    span{
        margin-bottom: 0 !important;
        font-size: 1.5vw !important;
        transition: font-size 0.3s ease-in;
    }
}
.community-impact-stat-circle:hover {
    width: 11vw;
    height: 11vw;
    transform: translateY(-1vw);
    box-shadow: 0vw 1vw 0.35vw rgba(0,0,0,0.5);
}
.community-impact-stat-circle:hover .community-impact-stat-circle-inner{
    width: 10vw;
    height: 10vw;
    background-color: #213B36;
    span{
        font-size: 2vw !important;
        transition: font-size 0.3s ease-in;
    }
}
/* --------------------------------- */
/*   Testimonials Section (Divider 4)     */
/*  -------------------------------- */
.abt-divider-4{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
    /* transform: scaleX(-1); */
    transform: translateY(-1px);
}
.custom-shape-divider-top-1747706293 .shape-fill-4 {
    fill: #ECE6DB;
}
/* ------------------------------------ */
/* Community Section (Mission & Vision) */
/*  ----------------------------------- */
.community-mission-vision-container{
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    margin: 0 auto;
    padding: 11vw 7vw 6vw 7vw;
    z-index: 1;
}
.community-mission-vision-container-right{
    display: flex;
    width: 50%;
    justify-content: left;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 10px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
}
.community-mission-vision-container-left{
    display: flex;
    width: 50%;
    margin-top: 3vw;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: inline;
            margin-bottom: 25px;
        }
    }
}
/* ------------------------------------ */
/* Mission & Vision Section (Divider 5) */
/*  ----------------------------------- */
.abt-divider-5{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
    /* transform: scaleX(-1); */
    transform: translateY(-1px);
}
.custom-shape-divider-top-1747706293 .shape-fill-5 {
    fill: #213B36;
}
/*--------------------------------- */
/*   Community Section (engagement) */
/* -------------------------------- */

.community-engagement-container{
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    padding: 11vw 7vw 6vw 7vw;
}
.community-engagement-container-left{
    display: flex;
    width: 50%;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 10px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
}
.community-engagement-container-right{
    display: flex;
    width: 50%;
    margin-top: 3vw;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: inline;
        }
    }
}
.community-engagement-services{
    display: inherit;
    flex-direction: column;
    margin-top: 25px;
}
.community-engagement-service{
    span:nth-child(1){
        font-size: 1.15vw;
    }
    margin-bottom: 1vw;
    user-select: none;
}
.community-engagement-service-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b9b9b9;
    padding: 7px;
    font-size: 1.15vw;
    cursor: pointer;
}
.community-engagement-dropdown-dot{
    margin-right: 5px;
    justify-content: right;
}
.community-engagement-service-info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin:0 0 0 1vw;
}
.community-engagement-service-info.active {
    max-height: 100%; 
    opacity: 1;
    padding: 0.35vw;
}
.community-engagement-dropdown-btn{
    transition: transform 0.2s ease-in;
    background: transparent;
    border: none;
    font-size: 0.85vw;
    pointer-events: none;
    margin-right: 15px;
    padding: 2px 9.5px 3px 9.5px;
}
.community-engagement-dropdown-btn.rotate {
    transition: transform 0.2s ease-in,background-color 0.1s ease 0.19s;
    background: #e6e6e6;
    transform: rotate(90deg);
}
/* ---------------------------------------- */
/* Community Events Section (Divider 6) */
/*  --------------------------------------- */
.abt-divider-6{
    display: block;
    position: relative;
    height: auto;
    z-index: 2;
    /* transform: scaleX(-1); */
    transform: translateY(-1px);
}
.custom-shape-divider-top-1747706293 .shape-fill-6 {
    fill: #ECE6DB;
}
/* --------------------------- */
/* Community Section (Events)  */
/*  -------------------------- */
.community-events-container-wrapper{
    display: flex;
    flex-direction: column;
}
.community-events-container-top{
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    margin: 0 auto;
    padding: 9vw 7vw 5vw 7vw;
}
.community-events-container-right{
    display: flex;
    width: 50%;
    justify-content: left;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 10px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
}
.community-events-container-left{
    display: flex;
    width: 50%;
    margin-top: 3vw;
    > div{
        display: inherit;
        flex-direction: column;
        span{
            display: inline;
            margin-bottom: 25px;
        }
    }
}
.community-events-container-bottom{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 7vw;
    flex-wrap: wrap;
    align-content: center;
}
.community-events{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5vw;
}
.community-event{
    display: flex;
    justify-content: unset;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 1vw;
    a{
        width: 20vw; 
        text-decoration: none !important;
    }
    span{
        font-size: 1.4vw;
    }
    span:nth-child(2){
        font-size: 0.85vw;
        margin-top: 0.75vw;
    }
    img{
        object-fit: cover;
        border: 1px solid #ece6db9d;
        box-shadow: 0vw 0vw 0.5vw rgba(0, 0, 0, 0.308);
        width: 100%;
        height: auto;
    }
}
.community-event-info{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    margin-top: 1.5vw;
}
.events-cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25%;
    gap: 1vw;
    border: 2px solid rgb(153, 153, 153);
    background: rgba(255, 255, 255, 0.2);
    margin-top: 1.5vw;
    padding: 0.5vw 2.5vw;
    backdrop-filter: blur(4px);
    cursor: pointer;
    text-decoration: none;
    transition: border 0.4s ease;
    background-clip: padding-box;
    svg {
        position: absolute;
        left: 1vw;
        opacity: 0;
        transform: translateX(-1vw);
        transition: opacity 0.4s ease, transform 0.4s ease;
        width: 1.25vw;
        height: auto;
        flex-shrink: 0;
    }
    span {
        color: white;
        font-size: 1vw;
        letter-spacing: 1px;
        font-weight: 400;
        transition: transform 0.4s ease;
        text-align: center;
        white-space: nowrap;
    }
    &:hover {
        border: 2px solid rgb(194, 193, 193);;
        svg {
            opacity: 1;
            transform: translateX(0);
        }
        span {
            transform: translateX(0.75vw);
        }
    }   
}
/* ----------------------- */
/*     Careers Section     */
/*  ---------------------- */
.careers-section {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: transparent;
    text-align: center;
}
.careers-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
    transition: transform 0.1s ease-out;
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #0b131170 0%, #020a18e5 100%);
        z-index: 2;
    }
}
.careers-section-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    margin: 6vw 0;
    span:first-child{
        font-size: 3vw;
        font-style: italic;
        font-weight: 500;
        letter-spacing: 1px;
    }
    a{
        text-decoration: none !important;
    }
}
.careers-cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    border: 2px solid rgb(153, 153, 153);
    background: rgba(255, 255, 255, 0.2);
    margin-top: 1vw;
    padding: 0.5vw 2.75vw;
    backdrop-filter: blur(4px);
    cursor: pointer;
    text-decoration: none;
    border-radius: 2rem;
    transition: border 0.4s ease;
    background-clip: padding-box;
    z-index: 3;
    svg {
        position: absolute;
        left: 1vw;
        opacity: 0;
        transform: translateX(-1vw);
        transition: opacity 0.4s ease, transform 0.4s ease;
        width: 2vw;
        height: auto;
        flex-shrink: 0;
    }
    span {
        color: white;
        font-size: 1.3vw;
        letter-spacing: 1px;
        font-weight: 400;
        transition: transform 0.4s ease;
        text-align: center;
        white-space: nowrap;
    }
    &:hover {
        border: 2px solid rgb(194, 193, 193);;
        svg {
            opacity: 1;
            transform: translateX(0);
        }
        span {
            transform: translateX(1.5vw);
        }
    }   
}
/*  */
/* Floating buttons */
/*  */
.floating-buttons {
    position: fixed;
    bottom: 55px;
    right: 4.5vw;
    display: flex;
    flex-direction: row-reverse;
    gap: 0.75vw;
    z-index: 5;
width: fit-content;
}

.cta-button,
.scroll-top-button {
    background: #1b303091;
    backdrop-filter: blur(4px);
    color: white;
    border: none;
    padding: 0.75vw 1vw;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2rem;
    border: 2px solid white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    text-align: center;
    text-decoration: none;
    justify-content: center;
}
.cta-button:hover,
.scroll-top-button:hover {
    background-color: rgba(163, 163, 163, 0.74);
    transform: translateY(-2px);
}
.scroll-top-button {
    font-size: 1.5rem;
    padding: 0.75vw;
    width: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* --------------------- */
/*  DESKTOP BREAKPOINTS  */
/* --------------------- */
/* Small Desktops and Laptops */
@media (min-width: 1201px) and (max-width: 1680px) {
    .txt-color-1-green-paragraph{
        font-size: 1.5rem;
    }
    .txt-color-1-light-paragraph{
        font-size: 1.5rem;
    }
    .txt-color-1-green-heading{
        font-size: 3.25vw;
    }
    .txt-color-2-gold-heading{
        font-size: 3.5rem;
    }
    .txt-color-2-gold-paragraph{
        font-size: 1.5rem;
    }
    .txt-color-3-white-heading{
        font-size: 3.25vw;
    }
    .txt-color-3-grey-subheading{
        font-size: 2rem;
    }
    .border-gradient-gold::before {
        mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
        -webkit-mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
    }
    /* --------------------------------- */
    /*   About Us Section (Our Journey)  */
    /*  -------------------------------- */
    .abt-container {
        padding: 6vw 7vw 5vw 7vw;
    }
    .abt-container-right {
        margin-top: 4vw;
    }
    /* --------------------------------- */
    /*   About Us Section (Timeline)     */
    /*  -------------------------------- */
    .abt-timeline-container {
        padding-bottom: 1.5vw;
    }
    .abt-timeline-arrow {
        .default-arrow {
            width: 81%;
        }
    }
    .abt-timeline-marker {
        transform: translate(5vw, -1.85vw);
        margin: 0 0 0 1vw;
        img {
            width: 1.75vw;
        }
    }
    .abt-timeline-marker-info {
        span {
            font-size: 1.25rem;
            transform: translateX(-4vw);
            margin-bottom: 0.5vw;
        }
        span:first-child {
            font-size: 2.25rem;
            transform: translateX(-1.5vw);
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Values)       */
    /*  -------------------------------- */
    .abt-values-container {
        padding: 7vw 0 9vw 0;
    }
    .abt-values-grid-layout-left {
        width: 49%;
        transform: translateX(2vw);
    }
    .abt-values-right {
        width: 55%;
        padding-top: 5vw;
    }
    .abt-values-info {
        span:nth-child(1) {
            font-size: 1.65rem;
            margin-bottom: 1vw;
            width: fit-content;
            &::after{
                margin-top: 0.25vw;
            }
        }
    }
    .circle-left-middle {
        --font-size: 1.7vw;
        --font-size-selected: calc(var(--font-size) + 0.4vw);
    }
    .circle-right-bottom {
        --font-size: 1.5vw;
        --font-size-selected: calc(var(--font-size) + 0.4vw);
    }
    .circle-right-middle {
        --font-size: 1.15vw;
        --font-size-selected: calc(var(--font-size) + 0.4vw);
    }
    .circle-top {
        --font-size: 1.1vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
    }
    /* --------------------------------- */
    /*   About Us Section (Founder)     */
    /*  -------------------------------- */
    .abt-founder-container {
        padding: 6vw 0 7vw 0;
        gap: 4vw;
    }
    .abt-founder-container-right{
        padding: 13vw 0 0 3vw;
    }
    .abt-founder-container-right {
        img {
            width: 30vw;
            box-shadow: 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.5);
        }
    }
    .abt-founder-achievment-info {
        span {
            font-size: 1.25rem;
        }
    }
    /* --------------------------------- */
    /*       About Us Section (seal)     */
    /*  -------------------------------- */
    .abt-seal-circle .circle-inner {
        img {
            width: calc(var(--size) - 2vw);
        }
    }
    /* --------------------------------- */
    /*           News Section            */
    /*  -------------------------------- */
    .news-cta-button {
        svg {
            width: 2.25vw;
        }
    }
    /* --------------------------------- */
    /*          Partners Section         */
    /*  -------------------------------- */
    .partners-section-container-top {
        margin: 5vw auto 0 auto;
    }
    .partners-section-container-top-right {
        margin-top: 4vw;
    }
    .partners-section-container-bottom {
        margin: 5vw auto 3vw auto;
        span{
            font-size: 1.5rem;
        }
    }
    .partners-section-logos {
        & a {
            img {
                width: 6.5vw;
                height: auto;
            }
        }
    }
    /* --------------------------------- */
    /*         Testimonials Section      */
    /*  -------------------------------- */
    
    .testimonials-section-container {
        width: 70%;
        margin: 2vw auto 6vw auto;
    }
    .testimonials-title {
        margin-bottom: 1vw;
        span{
            font-size: 1.35rem;
            margin-bottom: 35px;
        }
        span:first-child {
            margin-bottom: 20px;
            font-size: 2.25rem;
        }
    }
    .review {
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.15vw;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .review.expanded {
        max-height: 100%;
    }
    .slide-reviewer {
        span {
            font-size: 1.15rem;
        }
        span:nth-child(3){
            font-size: 0.95rem;
        }
    }
    .read-more-toggle {
        margin-top: 0.15vw;
        font-size: 0.85vw;
    }
    /* --------------------------------- */
    /*   Community Section (impact)      */
    /*  -------------------------------- */
    .community-impact-section-container {
        padding: 8vw 7vw 4vw 7vw;
        width: 70%;
    }
    .community-impact-stat {
        > span {
            font-size: 1.35rem;
        }
    }
    .community-impact-stat-circle {
        height: 10vw;
        width: 10vw;
    }
    .community-impact-stat-circle-inner {
        height: 8.5vw;
        width: 8.5vw;
        span{
            font-size: 1.7vw !important;
        }
    }
    /* ------------------------------------ */
    /* Community Section (Mission & Vision) */
    /*  ----------------------------------- */
    .community-mission-vision-container {
        width: 70%;
        padding: 9vw 7vw 5vw 7vw;
    }
    .community-mission-vision-container-left {
        width: 50%;
        margin-top: 4vw;
    }
    .community-mission-vision-container-right {
        width: 50%;
        > div {
            display: inherit;
            flex-direction: column;
            span{
                width: max-content;
            }
        }
    }
    /*--------------------------------- */
    /*   Community Section (engagement) */
    /* -------------------------------- */
    .community-engagement-container {
        padding: 9vw 7vw 4vw 7vw;
    }
    .community-engagement-service {
        span:nth-child(1) {
            font-size: 1.35rem;
        }
    }
    .community-engagement-dropdown-btn {
        font-size: 1.5rem;
        padding: 2px 10.5px 3px 10.5px;
    }
    /* --------------------------- */
    /* Community Section (Events)  */
    /*  -------------------------- */
    .community-events-container-left {
        margin-top: 4vw;
    }
    .community-events-container-bottom {
        padding-bottom: 6vw;
    }
    .community-event {
        span {
            font-size: 1.5rem;
        }
    }
    .community-event {
        span:nth-child(2) {
            font-size: 1.05rem;
            margin-top: 1vw;
        }
    }
    .events-cta-button {
        padding: 0.75vw 2.5vw;
        span {
            font-size: 1.25rem;
        }
    }
    /* ----------------------- */
    /*     Careers Section     */
    /*  ---------------------- */
    .careers-cta-button {
        svg {
            width: 2.25vw;
        }
    }
    /* Floating Buttons */
    .floating-buttons {
        bottom: 40px;
        right: 85px;
        gap: 10px;
    }
    .cta-button,
    .scroll-top-button {
        font-size: 1.25rem;
        padding: 1vw 1.5vw;
    }
    .scroll-top-button {
        width: auto;
        height: auto;
    }
    .grecaptcha-badge{
        bottom: 40px !important;
    }
}
/* --------------------- */
/*   TABLET BREAKPOINTS  */
/* --------------------- */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
    .txt-color-1-green-paragraph{
        font-size: 1.75rem;
    }
    .txt-color-1-light-paragraph{
        font-size: 1.5rem;
    }
    .txt-color-1-green-heading{
        font-size: 3.25vw;
    }
    .txt-color-2-gold-heading{
        font-size: 3.25rem;
    }
    .txt-color-2-gold-paragraph{
        font-size: 1.5rem;
    }
    .txt-color-3-white-heading{
        font-size: 3.25vw;
    }
    .txt-color-3-grey-subheading{
        font-size: 1.5rem;
    }
    .border-gradient-gold::before {
        mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
        -webkit-mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
    }
    /* --------------------------------- */
    /*             (Divider)             */
    /*  -------------------------------- */
    .custom-shape-divider-top-1747706293 svg {
        height: 6vw;
    }
    /* --------------------------------- */
    /*   About Us Section (Our Journey)  */
    /*  -------------------------------- */
    .abt-container{
        flex-direction: column;
        padding: 9vw 7vw 7vw 7vw;
        width: 75%;
        align-items: center;
    }
    .abt-container-left{
        width: 100%;
        align-items: center;
        > div{
            span{
                margin-bottom: 40px;
            }
        }
    }
    .abt-container-right{
        display: flex;
        width: 100%;
        margin-top: 0;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Timeline)     */
    /*  -------------------------------- */
    .abt-timeline-container{
        width: 80%;
        margin: 0 auto;
        padding: 0vw 0 5vw 2vw;
    }
    .abt-timeline-arrow{
        .default-arrow{
            display: none;
        }
        .mobile-arrow{
            display: block;
            width: 90%;
        }
    }
    .abt-timeline-marker{
        transform: translateY(-2vw);
        margin: 0 0 0 1vw;
        img{
            width: 3vw;
            margin-left: 5vw;
        }
    }
    .abt-timeline-marker-info{
        transform: translateX(1vw);
        width: 95%;
        span{
            display: none;
        }
        span:first-child{
            display: inline;
            font-size: 2.25rem;
            transform: translateX(1vw);
            margin-bottom: 1vw;
        }
        .mobile-marker-text{
            display: inline;
            font-size: 1.2rem;
            transform: translateX(0vw);
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Values)       */
    /*  -------------------------------- */
    .abt-values-container {
        display: flex;
        flex-direction: column-reverse;
        width: 75%;
        justify-content: center;
        align-items: center;
        padding: 9vw 7vw 7vw 7vw;
        z-index: 1;
    }
    .abt-values-grid-layout-left {
        grid-template-rows: repeat(3, 20vw);
        margin: 5vw 0 0vw 0;
        width: 100%;
        transform: translateX(2vw);
    }
    .circle-inner {
        width: calc(var(--size) - 5vw);
        height: calc(var(--size) - 5vw);
        padding: 9px;
        span{
            letter-spacing: 0.25px;
            line-height: 1.5em;
        }
    }
    .circle-left-middle {
        transform: translate(-2vw,-12vw);
        --size: 26.5vw;
        --font-size: 3vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 2.5vw 0.15vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-left-bottom {
        transform: translate(16vw,-4vw); 
        --size: 23vw;
        --font-size: 2vw;
        --font-size-selected: calc(var(--font-size) + 0.35vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0.5vw -2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-bottom {
        transform: translate(-9.5vw,-10.5vw); 
        --size: 20vw;
        --font-size: 2.5vw;
        --font-size-selected: calc(var(--font-size) + 0.6vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -1.75vw -1.75vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-middle {
        transform: translate(-11vw,-13.5vw); 
        --size: 17vw;
        --font-size: 2vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -2vw 0.3vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-top {
        transform: translate(-2vw,-2vw); 
        --size: 14vw;
        --font-size: 2.15vw;
        --font-size-selected: calc(var(--font-size) + 0.65vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0 2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle:hover{
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    }
    .circle:hover .circle-inner{
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .circle.selected { 
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    } 
    .circle.selected .circle-inner { 
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .abt-values-right{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        width: 100%;
        padding-top: 4vw;
        > div{
            display: inherit;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            span{
                display: block;
                margin-bottom: 0px;
            }
        }
    }
    .abt-values-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 6vw;
        width: 100%;
        text-align: center;

        span:nth-child(2){
            font-size: 1.5rem;
        }
        span:nth-child(1){
            font-size: 2rem;
            margin-bottom: 1vw;
            width: fit-content;
            &::after {
                justify-self: flex-start;
                width: 100%;
                height: 3px;
                margin: 0.5vw auto 0 auto;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Founder)     */
    /*  -------------------------------- */
    .abt-founder-container{    
        display: inherit;
        flex-direction: column;
        width: 75%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;  
        padding: 12vw 7vw 12vw 7vw;
        gap: 3vw;
        z-index: 1;
    }
    .abt-founder-container-left{
        display: inherit;
        flex-direction: column;
        width: 100%;
        margin-top: 3vw;
    }
    .abt-founder-title{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 40px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .abt-founder-info{
        display: inherit;
        flex-direction: column;
        margin-top: 0;
        span{
            display: inline;
            margin-bottom: 40px;
        }
    }
    .abt-founder-achievments{
        div{
            margin-top: 2vw;
            font-size: 1.5rem;
        }
    }
    .abt-founder-achievment-info{
        display: flex;
        flex-direction: row;
        margin-left: 1vw;
        span{
            width: 100%;
            margin-left: 2vw;
            margin-top: 3px;
            font-size: 1.35rem;
        }
    }
    .abt-founder-container-right{
        display: none;
    }
    .abt-founder-container-left-mobile-image{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0vw 0 40px 0vw;
        z-index: 2;
        img{
            position: relative;
            height: auto;
            width: 90%;
            z-index: 2;
            object-fit: cover;  
            box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
        }
    }
    /* --------------------------------- */
    /*       About Us Section (seal)     */
    /*  -------------------------------- */
    .abt-seal-container{
        flex-direction: row;
        width: 85%;
        padding: 7vw 7vw;
        gap: 6vw;
    }
    .abt-seal-container-left{
        width: auto;
    }
    .abt-seal-circle {
        display: flex;
        margin-right: 0;
        box-shadow: var(--shadow, none);
    }
    .abt-seal-circle .circle-inner{
        padding: 10px;
        img{
            width: calc(var(--size) - 4vw);
            height: auto;
        }
    }
    .abt-seal-circle-top {
        --size: 23vw;
        --shadow: 0vw 0vw 2.5vw rgba(0, 0, 0, 0.596);
    }
    .abt-seal-container-right{
        width: 70%;
        margin-left: 0;
        span{
            width: 100%;
            line-height: normal;
        }
    }
    /* --------------------------------- */
    /*           News Section            */
    /*  -------------------------------- */
    .news-overlay {
        width: 100%;
        height: 125%;
    }
    .news-section-container {
        gap: 3vw;
        margin: 9vw 0 9vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .news-cta-button {
        padding: 2vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 5vw;
        }
        span {
            font-size: 1.5rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* --------------------------------- */
    /*          Partners Section         */
    /*  -------------------------------- */
    .partners-section-container-top{
        flex-direction: column;
        width: 75%;
        margin: 9vw auto 0 auto;
    }
    .partners-section-container-top-left{
        width: 100%;
    }
    .partners-title{
        margin-bottom: 40px;
        span{
            margin-bottom: 0px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .partners-section-container-top-right{
        width: 100%;
        margin-bottom: 2vw;
        span{
            margin-bottom: 3vw;
        }
    }
    .partners-section-container-bottom{
        flex-direction: column;
        margin: 2vw auto 2vw auto;
        width: 75%;
        span{
            font-size: 1.5rem;
            width: 70%;
            margin-right: 0;
        }
    }
    .partners-section-logos{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1vw;
        a{
            margin-top: 2vw;
            img{
                width: 75px;
                height: auto;
                filter: invert(1);
            }
        }
        a:nth-child(1){
            margin-left: 0;
        }
        a:nth-child(5){
            margin-right: 0;
        }
    }
    /* --------------------------------- */
    /*         Testimonials Section      */
    /*  -------------------------------- */
    .testimonials-section-container{
        width: 75%;
        margin: 4vw auto 12vw auto;
    }
    .testimonials-title{
        width: 100%;
        margin-bottom: 1vw;
        span{
            margin-bottom: 30px;
            font-size: 1.5rem;
        }
        span:last-child{
            margin-left: 0.25vw;
            margin-top: 2vw;
        }
        span:first-child{
            margin-bottom: 5px;
            width: 90%;
            font-size: 2.25rem;
        }
    }
    :root {
        --slide-gap: 1vw;
    }
    #tns1 > .tns-item {
        width: calc(9%) !important;
    }
    #tns1{
        width: calc(1000%) !important;
        transition-duration: 0.3s;
    }
    .carousel-container {
        overflow: unset;
    }
    .carousel-track {
        display: flex;
        gap: var(--slide-gap);
    }
    .testimonial-slide {
        color: #213B36;
        background: #ECE6DB;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        border-radius: 1rem;
        padding: 5vw 5vw 3vw 5vw;
        user-select: none;
        text-align: center;
        scroll-snap-align: center;
    }
    .testimonial-slide-review{
        margin-bottom: 1vw;
    }
    .review{
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;   
        font-size: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .review.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;       
        line-clamp: 3; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 5.5rem;           
    }
    .review.expanded {
        -webkit-line-clamp: unset;
        line-clamp: unset; 
        max-height: none;
        overflow: visible;
        max-height: max-content;
    }
    .read-more-toggle {
        margin-top: 0.5vw;
        font-size: 1.5rem;
    }
    .slide-reviewer{
        span{
            display: block;
            margin-bottom: 0px;
            font-size: 1.75rem;
        }
        span:nth-child(3){
            font-size: 1.5rem;
        }
    }
    .carousel-btn {
        height: 75%;
        width: auto;
        font-size: 8vw;
    }
    .carousel-btn.left {
        left: -7.5vw;
    }
    .carousel-btn.right {
        right: -5vw;
    }
    /* --------------------------------- */
    /*   Community Section (impact)      */
    /*  -------------------------------- */
    .community-impact-section-container{
        flex-direction: column;
        padding: 15vw 7vw 10vw 7vw;
        width: 75%;
    }
    .community-impact-container-left{
        width: 100%;
    }
    .community-impact-container-right{
        width: 100%;
        margin-top: 3vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    .community-impact-stats{
        margin-top: 3vw;
    }
    .community-impact-stat{
        > span{
            font-size: 1.75rem;
        }
    }
    .community-impact-stat-circle{
        height: 20vw;
        width: 20vw;
        margin-bottom: 3vw;
        box-shadow: 0vw 0vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle-inner{
        height: 17.5vw;
        width: 17.5vw;
        span{
            font-size: 1.65rem !important;
        }
    }
    .community-impact-stat-circle:hover {
        width: 22vw;
        height: 22vw;
        box-shadow: 0vw 1.5vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle:hover .community-impact-stat-circle-inner{
        width: 19vw;
        height: 19vw;
        span{
            font-size: 1.85rem !important;
        }
    }
    /* ------------------------------------ */
    /* Community Section (Mission & Vision) */
    /*  ----------------------------------- */
    .community-mission-vision-container{
        flex-direction: column-reverse;
        width: 75%;
        padding: 15vw 7vw 8vw 7vw;
    }
    .community-mission-vision-container-right{
        width: 75%;
        justify-content: unset;
    }
    .community-mission-vision-container-left{
        width: 100%;
        margin-top: 3vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /*--------------------------------- */
    /*   Community Section (engagement) */
    /* -------------------------------- */
    .community-engagement-container{
        flex-direction: column;
        width: 75%;
        padding: 15vw 7vw 8vw 7vw;
    }
    .community-engagement-container-left{
        width: 100%;
    }
    .community-engagement-container-right{
        width: 100%;
        margin-top: 3vw;
    }
    .community-engagement-service{
        margin-bottom: 3vw;
        span:nth-child(1){
            font-size: 1.75rem;
        }
    }
    .community-engagement-service-toggle {
        padding: 20px;
        font-size: unset;
    }
    .community-engagement-dropdown-dot{
        margin-right: 5px;
        font-size: 1.5rem !important;
    }
    .community-engagement-service-info {
        margin:3vw 0 0 3vw;
        span{
            font-size: 1.75rem !important;
        }
    }
    .community-engagement-service-info.active {
        padding: 0;
        margin: 2vw 0 0 3vw;
    }
    .community-engagement-dropdown-btn{
        font-size: 1.5rem;
        margin-right: 0px;
        padding: 1px 11.5px 5px 11.5px;
        color:black;
    }
    /* --------------------------- */
    /* Community Section (Events)  */
    /*  -------------------------- */
    .community-events-container-top{
        flex-direction: column-reverse;
        width: 75%;
        padding: 16vw 7vw 0vw 7vw;
    }
    .community-events-container-right{
        width: 100%;
        justify-content: start;
    }
    .community-events-container-left{
        width: 100%;
        margin-top: 3vw;
        > div{
            display: inherit;
            flex-direction: column;
            span{
                display: inline;
                margin-bottom: 25px;
            }
        }
    }
    .community-events-container-bottom{
        flex-direction: column;
        width: 80%;
        padding-bottom: 12vw;
        padding-top: 2vw;
    }
    .community-events{
        flex-direction: row;
        gap: 4vw;
    }
    .community-event{
        padding-bottom: 1vw;
        justify-content: start;
        a{
            width: 23vw; 
        }
        span{
            font-size: 1.5rem;
        }
        span:nth-child(2){
            font-size: 1.2rem;
            margin-top: 3vw;
            margin-bottom: 1vw;
        }
        img{
            box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.308);
        }
    }
    .community-event-info{
        width: 100%;
        margin-top: 3vw;
    }
    .events-cta-button {
        width: 40%;
        gap: 1vw;
        border: 3px solid rgb(153, 153, 153);
        margin-top: 1.5vw;
        padding: 1.5vw 3.5vw;
        text-decoration: none;
        svg {
            display: none;
        }
        span {
            font-size: 1.4rem;
            font-weight: 500;
        }
        &:hover {
            border: 3px solid rgb(212, 212, 212);;
            span {
                transform: translateX(0vw);
            }
        }   
    }
    /* ----------------------- */
    /*     Careers Section     */
    /*  ---------------------- */
    .careers-overlay {
        width: 100%;
        height: 125%;
    }
    .careers-section-container {
        gap: 3vw;
        margin: 12vw 0 12vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .careers-cta-button {
        padding: 2vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 5vw;
        }
        span {
            font-size: 1.5rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* Floating Buttons */
    .floating-buttons {
        flex-direction: row;
        bottom: 10px;
        left: 10px;
        gap: 10px;
    }
    .cta-button,
    .scroll-top-button {
        font-size: 1.5rem;
        padding: 1.5vw 2.5vw;
    }
    .scroll-top-button {
        width: auto;
        height: auto;
    }
    .grecaptcha-badge{
        bottom: 10px !important;
    }
}
  
@media (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
    .txt-color-1-green-paragraph{
        font-size: 2rem;
    }
    .txt-color-1-light-paragraph{
        font-size: 2rem;
    }
    .txt-color-1-green-heading{
        font-size: 3.25vw;
    }
    .txt-color-2-gold-heading{
        font-size: 4rem;
    }
    .txt-color-2-gold-paragraph{
        font-size: 2rem;
    }
    .txt-color-3-white-heading{
        font-size: 3.25vw;
    }
    .txt-color-3-grey-subheading{
        font-size: 2.15rem;
    }
    .border-gradient-gold::before {
        mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
        -webkit-mask: 
        radial-gradient(farthest-side, transparent calc(100% - 5px), white calc(100% - 3px));
    }
    /* --------------------------------- */
    /*             (Divider)             */
    /*  -------------------------------- */
    .custom-shape-divider-top-1747706293 svg {
        height: 6vw;
    }
    /* --------------------------------- */
    /*   About Us Section (Our Journey)  */
    /*  -------------------------------- */
    .abt-container{
        flex-direction: column;
        padding: 7vw 7vw 7vw 7vw;
        width: 75%;
        align-items: center;
    }
    .abt-container-left{
        width: 100%;
        align-items: center;
        > div{
            span{
                margin-bottom: 40px;
            }
        }
    }
    .abt-container-right{
        display: flex;
        width: 100%;
        margin-top: 0;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Timeline)     */
    /*  -------------------------------- */
    .abt-timeline-container{
        width: 80%;
        margin: 0 auto;
        padding: 0vw 0 5vw 2vw;
    }
    .abt-timeline-arrow{
        .default-arrow{
            display: none;
        }
        .mobile-arrow{
            display: block;
            width: 90%;
        }
    }
    .abt-timeline-marker{
        transform: translateY(-2vw);
        margin: 0 0 0 1vw;
        img{
            width: 2.1vw;
            margin-left: 5vw;
        }
    }
    .abt-timeline-marker-info{
        transform: translateX(1vw);
        width: 95%;
        span{
            display: none;
        }
        span:first-child{
            display: inline;
            font-size: 3rem;
            transform: translateX(1vw);
            margin-bottom: 1vw;
        }
        .mobile-marker-text{
            display: inline;
            font-size: 1.75rem;
            transform: translateX(-2vw);
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Values)       */
    /*  -------------------------------- */
    .abt-values-container {
        display: flex;
        flex-direction: column-reverse;
        width: 75%;
        justify-content: center;
        align-items: center;
        padding: 7vw 7vw 7vw 7vw;
        z-index: 1;
    }
    .abt-values-grid-layout-left {
        grid-template-rows: repeat(3, 15vw);
        margin: 5vw 0 0vw 0;
        width: 100%;
        transform: translateX(2vw);
    }
    .circle-inner {
        width: calc(var(--size) - 4.5vw);
        height: calc(var(--size) - 4.5vw);
        padding: 8px;
        span{
            letter-spacing: 0.25px;
            line-height: 1.5em;
        }
    }
    .circle-left-middle {
        transform: translate(-1vw,-15vw);
        --size: 23.5vw;
        --font-size: 2.6vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 2.5vw 0.15vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-left-bottom {
        transform: translate(15vw,-5vw); 
        --size: 21vw;
        --font-size: 1.85vw;
        --font-size-selected: calc(var(--font-size) + 0.35vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0.5vw -2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-bottom {
        transform: translate(-10.5vw,-13.5vw); 
        --size: 18vw;
        --font-size: 2.35vw;
        --font-size-selected: calc(var(--font-size) + 0.6vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -1.75vw -1.75vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-middle {
        transform: translate(-13vw,-15.5vw); 
        --size: 15vw;
        --font-size: 1.85vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -2vw 0.3vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-top {
        transform: translate(-4vw,-4vw); 
        --size: 12vw;
        --font-size: 2vw;
        --font-size-selected: calc(var(--font-size) + 0.65vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0 2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle:hover{
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    }
    .circle:hover .circle-inner{
        width: calc(var(--size) - 1vw); 
        height: calc(var(--size) - 1vw); 
    }
    .circle.selected { 
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    } 
    .circle.selected .circle-inner { 
        width: calc(var(--size) - 1vw); 
        height: calc(var(--size) - 1vw); 
    }
    .abt-values-right{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        width: 100%;
        padding-top: 4vw;
        > div{
            display: inherit;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            span{
                display: block;
                margin-bottom: 0px;
            }
        }
    }
    .abt-values-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5vw;
        width: 100%;
        text-align: center;

        span:nth-child(2){
            font-size: 1.85rem;
        }
        span:nth-child(1){
            font-size: 2.35rem;
            margin-bottom: 1vw;
            width: fit-content;
            &::after {
                justify-self: flex-start;
                width: 100%;
                height: 3px;
                margin: 0.5vw auto 0 auto;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Founder)     */
    /*  -------------------------------- */
    .abt-founder-container{    
        display: inherit;
        flex-direction: column;
        width: 75%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;  
        padding: 10vw 7vw 10vw 7vw;
        gap: 3vw;
        z-index: 1;
    }
    .abt-founder-container-left{
        display: inherit;
        flex-direction: column;
        width: 100%;
        margin-top: 3vw;
    }
    .abt-founder-title{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 50px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .abt-founder-info{
        display: inherit;
        flex-direction: column;
        margin-top: 0;
        span{
            display: inline;
            margin-bottom: 40px;
        }
    }
    .abt-founder-achievments{
        div{
            margin-top: 2vw;
            font-size: 1.75rem;
        }
    }
    .abt-founder-achievment-info{
        display: flex;
        flex-direction: row;
        margin-left: 1vw;
        span{
            width: 100%;
            margin-left: 2vw;
            margin-top: 3px;
            font-size: 1.5rem;
        }
    }
    .abt-founder-container-right{
        display: none;
    }
    .abt-founder-container-left-mobile-image{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0vw 0 40px 0vw;
        z-index: 2;
        img{
            position: relative;
            height: auto;
            width: 90%;
            z-index: 2;
            object-fit: cover;  
            box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
        }
    }
    /* --------------------------------- */
    /*       About Us Section (seal)     */
    /*  -------------------------------- */
    .abt-seal-container{
        flex-direction: row;
        width: 85%;
        padding: 7vw 7vw;
        gap: 6vw;
    }
    .abt-seal-container-left{
        width: auto;
    }
    .abt-seal-circle {
        display: flex;
        margin-right: 0;
        box-shadow: var(--shadow, none);
    }
    .abt-seal-circle .circle-inner{
        padding: 10px;
        img{
            width: calc(var(--size) - 3vw);
            height: auto;
        }
    }
    .abt-seal-circle-top {
        --size: 23vw;
        --shadow: 0vw 0vw 2.5vw rgba(0, 0, 0, 0.596);
    }
    .abt-seal-container-right{
        width: 70%;
        margin-left: 0;
        span{
            width: 100%;
            line-height: normal;
        }
    }
    /* --------------------------------- */
    /*           News Section            */
    /*  -------------------------------- */
    .news-overlay {
        width: 100%;
        height: 125%;
    }
    .news-section-container {
        gap: 3vw;
        margin: 9vw 0 9vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .news-cta-button {
        padding: 1.75vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 4.5vw;
        }
        span {
            font-size: 1.75rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* --------------------------------- */
    /*          Partners Section         */
    /*  -------------------------------- */
    .partners-section-container-top{
        flex-direction: column;
        width: 75%;
        margin: 8vw auto 0 auto;
    }
    .partners-section-container-top-left{
        width: 100%;
    }
    .partners-title{
        margin-bottom: 50px;
        span{
            margin-bottom: 0px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .partners-section-container-top-right{
        width: 100%;
        margin-bottom: 2vw;
        span{
            margin-bottom: 3vw;
        }
    }
    .partners-section-container-bottom{
        flex-direction: column;
        margin: 2vw auto 2vw auto;
        width: 75%;
        span{
            font-size: 2rem;
            width: 70%;
            margin-right: 0;
        }
    }
    .partners-section-logos{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1vw;
        a{
            margin-top: 2vw;
            img{
                width: 100px;
                height: auto;
                filter: invert(1);
            }
        }
        a:nth-child(1){
            margin-left: 0;
        }
        a:nth-child(5){
            margin-right: 0;
        }
    }
    /* --------------------------------- */
    /*         Testimonials Section      */
    /*  -------------------------------- */
    .testimonials-section-container{
        width: 75%;
        margin: 4vw auto 8vw auto;
    }
    .testimonials-title{
        width: 100%;
        margin-bottom: 1vw;
        span{
            margin-bottom: 30px;
            font-size: 2rem;
        }
        span:last-child{
            margin-left: 0.25vw;
            margin-top: 2vw;
        }
        span:first-child{
            margin-bottom: 5px;
            width: 90%;
            font-size: 2.75rem;
        }
    }
    :root {
        --slide-gap: 1vw;
    }
    #tns1 > .tns-item {
        width: calc(9%) !important;
    }
    #tns1{
        width: calc(1000%) !important;
        transition-duration: 0.3s;
    }
    .carousel-container {
        overflow: unset;
    }
    .carousel-track {
        display: flex;
        gap: var(--slide-gap);
        /* scroll-snap-type: x mandatory; */
    }
    .testimonial-slide {
        color: #213B36;
        background: #ECE6DB;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        border-radius: 1rem;
        padding: 5vw 5vw 3vw 5vw;
        user-select: none;
        text-align: center;
        scroll-snap-align: center;
    }
    .testimonial-slide-review{
        margin-bottom: 1vw;
    }
    .review{
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;   
        font-size: 1.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .review.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;       
        line-clamp: 3; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 5.5rem;           
    }
    .review.expanded {
        -webkit-line-clamp: unset;
        line-clamp: unset; 
        max-height: none;
        overflow: visible;
        max-height: max-content;
    }
    .read-more-toggle {
        margin-top: 1vw;
        font-size: 1.75rem;
    }
    .slide-reviewer{
        span{
            display: block;
            margin-bottom: 0px;
            font-size: 2.25rem;
        }
        span:nth-child(3){
            font-size: 1.75rem;
        }
    }
    .carousel-btn {
        height: 75%;
        width: auto;
        font-size: 7vw;
    }
    .carousel-btn.left {
        left: -7.5vw;
    }
    .carousel-btn.right {
        right: -5vw;
    }
    /* --------------------------------- */
    /*   Community Section (impact)      */
    /*  -------------------------------- */
    .community-impact-section-container{
        flex-direction: column;
        padding: 13vw 7vw 7vw 7vw;
        width: 75%;
    }
    .community-impact-container-left{
        width: 100%;
    }
    .community-impact-container-right{
        width: 100%;
        margin-top: 4vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    .community-impact-stats{
        margin-top: 4vw;
    }
    .community-impact-stat{
        > span{
            font-size: 2.25rem;
        }
    }
    .community-impact-stat-circle{
        height: 20vw;
        width: 20vw;
        margin-bottom: 3vw;
        box-shadow: 0vw 0vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle-inner{
        height: 18vw;
        width: 18vw;
        span{
            font-size: 2.5rem !important;
        }
    }
    .community-impact-stat-circle:hover {
        width: 22vw;
        height: 22vw;
        box-shadow: 0vw 1.5vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle:hover .community-impact-stat-circle-inner{
        width: 19vw;
        height: 19vw;
        span{
            font-size: 1.85rem !important;
        }
    }
    /* ------------------------------------ */
    /* Community Section (Mission & Vision) */
    /*  ----------------------------------- */
    .community-mission-vision-container{
        flex-direction: column-reverse;
        width: 75%;
        padding: 13vw 7vw 3vw 7vw;
    }
    .community-mission-vision-container-right{
        width: 75%;
        justify-content: unset;
    }
    .community-mission-vision-container-left{
        width: 100%;
        margin-top: 4vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /*--------------------------------- */
    /*   Community Section (engagement) */
    /* -------------------------------- */
    .community-engagement-container{
        flex-direction: column;
        width: 75%;
        padding: 13vw 7vw 4vw 7vw;
    }
    .community-engagement-container-left{
        width: 100%;
    }
    .community-engagement-container-right{
        width: 100%;
        margin-top: 3vw;
    }
    .community-engagement-services{
        margin-top: 40px;
    }
    .community-engagement-service{
        margin-bottom: 2vw;
        span:nth-child(1){
            font-size: 2.25rem;
        }
    }
    .community-engagement-service-toggle {
        padding: 20px;
        font-size: unset;
    }
    .community-engagement-dropdown-dot{
        margin-right: 5px;
        font-size: 2.25rem !important;
    }
    .community-engagement-service-info {
        margin:3vw 0 0 3vw;
        span{
            font-size: 1.95rem !important;
        }
    }
    .community-engagement-service-info.active {
        padding: 0;
        margin: 2vw 0 1vw 3vw;
    }
    .community-engagement-dropdown-btn{
        font-size: 2.25rem;
        margin-right: 0px;
        padding: 2px 15.5px 5px 15.5px;
        color:black;
    }
    /* --------------------------- */
    /* Community Section (Events)  */
    /*  -------------------------- */
    .community-events-container-top{
        flex-direction: column-reverse;
        width: 80%;
        padding: 13vw 7vw 0vw 7vw;
    }
    .community-events-container-right{
        width: 100%;
        justify-content: start;
    }
    .community-events-container-left{
        width: 100%;
        margin-top: 3.5vw;
        > div{
            display: inherit;
            flex-direction: column;
            span{
                display: inline;
                margin-bottom: 25px;
            }
        }
    }
    .community-events-container-bottom{
        flex-direction: column;
        width: 80%;
        padding-bottom: 9vw;
        padding-top: 3vw;
    }
    .community-events{
        flex-direction: row;
        gap: 4vw;
    }
    .community-event{
        padding-bottom: 1vw;
        justify-content: start;
        a{
            width: 23vw; 
        }
        span{
            font-size: 1.95rem;
        }
        span:nth-child(2){
            font-size: 1.5rem;
            margin-top: 3vw;
            margin-bottom: 1vw;
        }
        img{
            box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.308);
        }
    }
    .community-event-info{
        width: 100%;
        margin-top: 3vw;
    }
    .events-cta-button {
        width: 40%;
        gap: 1vw;
        border: 3px solid rgb(153, 153, 153);
        margin-top: 1.5vw;
        padding: 1.5vw 3.5vw;
        text-decoration: none;
        svg {
            display: none;
        }
        span {
            font-size: 1.5rem;
            font-weight: 500;
        }
        &:hover {
            border: 3px solid rgb(212, 212, 212);;
            span {
                transform: translateX(0vw);
            }
        }   
    }
    /* ----------------------- */
    /*     Careers Section     */
    /*  ---------------------- */
    .careers-overlay {
        width: 100%;
        height: 125%;
    }
    .careers-section-container {
        gap: 3vw;
        margin: 12vw 0 12vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .careers-cta-button {
        padding: 2vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 5vw;
        }
        span {
            font-size: 1.5rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* Floating Buttons */
    .floating-buttons {
        flex-direction: row;
        bottom: 40px;
        left: 20px;
        gap: 15px;
    }
    .cta-button,
    .scroll-top-button {
        font-size: 1.25rem;
        padding: 1.25vw 2vw;
    }
    .scroll-top-button {
        width: auto;
        height: auto;
    }
    .grecaptcha-badge{
        bottom: 25px !important;
    }
}
/* -------------------- */
/*  MOBILE BREAKPOINTS  */
/* -------------------- */
@media (max-width: 767px) and (orientation: portrait) {
    .txt-color-1-green-paragraph{
        font-size: 1.35rem;
    }
    .txt-color-1-light-paragraph{
        font-size: 1.25rem;
    }
    .txt-color-1-green-heading{
        font-size: 3.25vw;
    }
    .txt-color-2-gold-heading{
        font-size: 2.75rem;
    }
    .txt-color-2-gold-paragraph{
        font-size: 1.35rem;
    }
    .txt-color-3-white-heading{
        font-size: 3.25vw;
    }
    .txt-color-3-grey-subheading{
        font-size: 1.25rem;
    }
    .border-gradient-gold::before {
        mask: 
        radial-gradient(farthest-side, transparent calc(100% - 3px), white calc(100% - 2px));
        -webkit-mask: 
        radial-gradient(farthest-side, transparent calc(100% - 3px), white calc(100% - 2px));
    }
    /* --------------------------------- */
    /*             (Divider)             */
    /*  -------------------------------- */
    .custom-shape-divider-top-1747706293 svg {
        height: 6vw;
    }
    /* --------------------------------- */
    /*   About Us Section (Our Journey)  */
    /*  -------------------------------- */
    .abt-container{
        flex-direction: column;
        padding: 12vw 7vw 7vw 7vw;
        width: 80%;
        align-items: center;
    }
    .abt-container-left{
        width: 100%;
        align-items: center;
        > div{
            span{
                margin-bottom: 20px;
            }
        }
    }
    .abt-container-right{
        display: flex;
        width: 100%;
        margin-top: 0;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Timeline)     */
    /*  -------------------------------- */
    .abt-timeline-container{
        width: 85%;
        margin: 0 auto;
        padding: 5vw 0 7vw 2vw;
    }
    .abt-timeline-arrow{
        .default-arrow{
            display: none;
        }
        .mobile-arrow{
            display: block;
            width: 95%;
        }
    }
    .abt-timeline-marker{
        transform: translateY(-3vw);
        margin: 0 0 0 1vw;
        img{
            width: 3vw;
            margin-left: 5vw;
        }
    }
    .abt-timeline-marker-info{
        transform: translateX(1vw);
        width: 95%;
        span{
            display: none;
        }
        span:first-child{
            display: inline;
            font-size: 1.3rem;
            transform: translateX(0.5vw);
            margin-bottom: 1vw;
        }
        .mobile-marker-text{
            display: inline;
            font-size: 0.9rem;
            transform: translateX(-1vw);
        }
    }
    .abt-timeline-mobile-link{
        
    }
    /* --------------------------------- */
    /*   About Us Section (Values)       */
    /*  -------------------------------- */
    .abt-values-container {
        display: flex;
        flex-direction: column-reverse;
        width: 80%;
        justify-content: center;
        align-items: center;
        padding: 15vw 7vw 15vw 7vw;
        z-index: 1;
    }
    .abt-values-grid-layout-left {
        grid-template-rows: repeat(3, 25vw);
        margin: 5vw 0;
        width: 85%;
        transform: translateX(0vw);
    }
    .circle-inner {
        width: calc(var(--size) - 5vw);
        height: calc(var(--size) - 5vw);
        padding: 2px;
        span{
            letter-spacing: 0.25px;
            line-height: 1.5em;
        }
    }
    .circle-left-middle {
        transform: translate(-6vw,-4vw);
        --size: 32.5vw;
        --font-size: 3.5vw;
        --font-size-selected: calc(var(--font-size) + 0.6vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 2.5vw 0.15vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-left-bottom {
        transform: translate(15vw,4vw); 
        --size: 28vw;
        --font-size: 2.4vw;
        --font-size-selected: calc(var(--font-size) + 0.45vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0.5vw -2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-bottom {
        transform: translate(-2.5vw,-3.5vw); 
        --size: 24vw;
        --font-size: 2.8vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -1.75vw -1.75vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-middle {
        transform: translate(0,-6.5vw); 
        --size: 21vw;
        --font-size: 2.75vw;
        --font-size-selected: calc(var(--font-size) + 0.3vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -2vw 0.3vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-top {
        transform: translate(6vw,3vw); 
        --size: 18vw;
        --font-size: 3vw;
        --font-size-selected: calc(var(--font-size) + 0.65vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0 2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle:hover{
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    }
    .circle:hover .circle-inner{
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .circle.selected { 
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    } 
    .circle.selected .circle-inner { 
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .abt-values-right{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        width: 100%;
        padding-top: 4vw;
        > div{
            display: inherit;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            span{
                display: block;
                margin-bottom: 0px;
            }
        }
    }
    .abt-values-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10vw;
        width: 100%;
        text-align: center;

        span:nth-child(2){
            font-size: 1.25rem;
        }
        span:nth-child(1){
            font-size: 1.75rem;
            margin-bottom: 1vw;
            width: fit-content;
            &::after {
                justify-self: flex-start;
                width: 100%;
                height: 3px;
                margin: 0.5vw auto 0 auto;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Founder)     */
    /*  -------------------------------- */
    .abt-founder-container{    
        display: inherit;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;  
        padding: 15vw 7vw 15vw 7vw;
        gap: 3vw;
        z-index: 1;
    }
    .abt-founder-container-left{
        display: inherit;
        flex-direction: column;
        width: 100%;
        margin-top: 3vw;
    }
    .abt-founder-title{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 40px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .abt-founder-info{
        display: inherit;
        flex-direction: column;
        margin-top: 5vw;
        span{
            display: inline;
            margin-bottom: 30px;
        }
    }
    .abt-founder-achievments{
        div{
            margin-top: 1vw;
            font-size: 1rem;
        }
    }
    .abt-founder-achievment-info{
        display: flex;
        flex-direction: row;
        margin-left: 1vw;
        span{
            width: 100%;
            margin-left: 2vw;
            margin-top: 3px;
            font-size: 1.15rem;
        }
    }
    .abt-founder-container-right{
        display: none;
    }
    .abt-founder-container-left-mobile-image{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0vw 0 7vw 0vw;
        z-index: 2;
        img{
            position: relative;
            height: auto;
            width: 100%;
            z-index: 2;
            object-fit: cover;  
            box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
        }
    }
    /* --------------------------------- */
    /*       About Us Section (seal)     */
    /*  -------------------------------- */
    .abt-seal-container{
        flex-direction: column;
        width: 80%;
        padding: 12vw 7vw;
        gap: 3vw;
    }
    .abt-seal-container-left{
        width: 100%;
    }
    .abt-seal-circle {
        display: flex;
        margin-right: 0;
        box-shadow: var(--shadow, none);
    }
    .abt-seal-circle .circle-inner{
        padding: 0px;
        img{
            width: calc(var(--size) - 5vw);
            height: auto;
        }
    }
    .abt-seal-circle-top {
        --size: 45vw;
        --shadow: 0vw 0vw 2.5vw rgba(0, 0, 0, 0.596);
    }
    .abt-seal-container-right{
        width: 100%;
        margin-left: 0;
        span{
            width: 100%;
            line-height: normal;
        }
    }
    /* --------------------------------- */
    /*           News Section            */
    /*  -------------------------------- */
    .news-overlay {
        width: 100%;
        height: 125%;
    }
    .news-section-container {
        gap: 5vw;
        margin: 15vw 0 15vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 2rem;
        }
    }
    .news-cta-button {
        padding: 2vw 8vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 6vw;
        }
        span {
            font-size: 1rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* --------------------------------- */
    /*          Partners Section         */
    /*  -------------------------------- */
    .partners-section-container-top{
        flex-direction: column;
        width: 80%;
        margin: 15vw auto 0 auto;
    }
    .partners-section-container-top-left{
        width: 100%;
    }
    .partners-title{
        margin-bottom: 40px;
        span{
            margin-bottom: 0px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .partners-section-container-top-right{
        width: 100%;
        margin-bottom: 3vw;
        span{
            margin-bottom: 4vw;
        }
    }
    .partners-section-container-bottom{
        flex-direction: column;
        margin: 4vw auto 5vw auto;
        width: 80%;
        span{
            font-size: 1.25rem;
            width: 70%;
            margin-right: 0;
        }
    }
    .partners-section-logos{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 3vw;
        a{
            margin-top: 3vw;
            img{
                width: 50px;
                height: auto;
                filter: invert(1);
            }
        }
        a:nth-child(1){
            margin-left: 0;
        }
        a:nth-child(5){
            margin-right: 0;
        }
    }
    /* --------------------------------- */
    /*         Testimonials Section      */
    /*  -------------------------------- */
    .testimonials-section-container{
        width: 80%;
        margin: 6vw auto 18vw auto;
    }
    .testimonials-title{
        width: 100%;
        margin-bottom: 1vw;
        span{
            margin-bottom: 20px;
            font-size: 1.25rem;
        }
        span:last-child{
            margin-left: 0.25vw;
            margin-top: 3vw;
        }
        span:first-child{
            margin-bottom: 5px;
            width: 90%;
            font-size: 2rem;
        }
    }
    :root {
        --slide-gap: 1vw;
    }
    #tns1 > .tns-item {
        width: calc(9%) !important;
    }
    #tns1{
        width: calc(2000%) !important;
        transition-duration: 0.3s;
    }
    .carousel-container {
        overflow: unset;
    }
    .carousel-track {
        display: flex;
    }
    .testimonial-slide {
        color: #213B36;
        background: #ECE6DB;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        border-radius: 1rem;
        padding: 5vw 5vw 3vw 5vw;
        user-select: none;
        text-align: center;
        scroll-snap-align: center;
    }
    .testimonial-slide-review{
        margin-bottom: 1vw;
    }
    .review{
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;   
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .review.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;       
        line-clamp: 3; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 5.5rem;           
    }
    .review.expanded {
        -webkit-line-clamp: unset;
        line-clamp: unset; 
        max-height: none;
        overflow: visible;
        max-height: max-content;
    }
    .read-more-toggle {
        margin-top: 0.25vw;
        font-size: 1rem;
    }
    .slide-reviewer{
        span{
            display: block;
            margin-bottom: 0px;
            font-size: 1.25rem;
        }
        span:nth-child(3){
            font-size: 1.15rem;
        }
    }
    .carousel-btn {
        height: 75%;
        width: auto;
        font-size: 9vw;
    }
    .carousel-btn.left {
        left: -7.5vw;
    }
    .carousel-btn.right {
        right: -6vw;
    }
    /* --------------------------------- */
    /*   Community Section (impact)      */
    /*  -------------------------------- */
    .community-impact-section-container{
        flex-direction: column;
        padding: 18vw 7vw 12vw 7vw;
        width: 80%;
    }
    .community-impact-container-left{
        width: 100%;
    }
    .community-impact-container-right{
        width: 100%;
        margin-top: 7vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    .community-impact-stats{
        margin-top: 5vw;
    }
    .community-impact-stat{
        > span{
            font-size: 1.15rem;
        }
    }
    .community-impact-stat-circle{
        height: 25vw;
        width: 25vw;
        margin-bottom: 3vw;
        box-shadow: 0vw 0vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle-inner{
        height: 21vw;
        width: 21vw;
        span{
            font-size: 0.95rem !important;
        }
    }
    .community-impact-stat-circle:hover {
        width: 27vw;
        height: 27vw;
        box-shadow: 0vw 1.5vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle:hover .community-impact-stat-circle-inner{
        width: 23vw;
        height: 23vw;
        span{
            font-size: 1.1rem !important;
        }
    }
    /* ------------------------------------ */
    /* Community Section (Mission & Vision) */
    /*  ----------------------------------- */
    .community-mission-vision-container{
        flex-direction: column-reverse;
        width: 80%;
        padding: 20vw 7vw 10vw 7vw;
    }
    .community-mission-vision-container-right{
        width: 75%;
        justify-content: unset;
    }
    .community-mission-vision-container-left{
        width: 100%;
        margin-top: 6vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /*--------------------------------- */
    /*   Community Section (engagement) */
    /* -------------------------------- */
    .community-engagement-container{
        flex-direction: column;
        width: 80%;
        padding: 18vw 7vw 10vw 7vw;
    }
    .community-engagement-container-left{
        width: 100%;
    }
    .community-engagement-container-right{
        width: 100%;
        margin-top: 6vw;
    }
    .community-engagement-service{
        margin-bottom: 5vw;
        span:nth-child(1){
            font-size: 1.1rem;
        }
    }
    .community-engagement-service-toggle {
        padding: 10px;
        font-size: unset;
    }
    .community-engagement-dropdown-dot{
        margin-right: 5px;
        font-size: 1.15rem !important;
    }
    .community-engagement-service-info {
        margin:3vw 0 0 3vw;
        span{
            font-size: 1.25rem !important;
        }
    }
    .community-engagement-service-info.active {
        padding:0;
    }
    .community-engagement-dropdown-btn{
        font-size: 1rem;
        margin-right: 0px;
        padding: 5px 11.5px 5px 11.5px;
        color:black;
    }
    /* --------------------------- */
    /* Community Section (Events)  */
    /*  -------------------------- */
    .community-events-container-top{
        flex-direction: column-reverse;
        width: 80%;
        padding: 20vw 7vw 0vw 7vw;
    }
    .community-events-container-right{
        width: 100%;
        justify-content: start;
    }
    .community-events-container-left{
        width: 100%;
        margin-top: 6vw;
        > div{
            display: inherit;
            flex-direction: column;
            span{
                display: inline;
                margin-bottom: 25px;
            }
        }
    }
    .community-events-container-bottom{
        flex-direction: column;
        width: 80%;
        padding-bottom: 25vw;
        padding-top: 2vw;
    }
    .community-events{
        flex-direction: column;
        gap: 5vw;
    }
    .community-event{
        padding-bottom: 1vw;
        a{
            width: 95%; 
        }
        span{
            font-size: 1.35rem;
        }
        span:nth-child(2){
            font-size: 1rem;
            margin-top: 5vw;
            margin-bottom: 2vw;
        }
        img{
            box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.308);
        }
    }
    .community-event-info{
        width: 100%;
        margin-top: 3vw;
    }
    .events-cta-button {
        width: 40%;
        gap: 1vw;
        border: 3px solid rgb(153, 153, 153);
        margin-top: 1.5vw;
        padding: 2.5vw 2.5vw;
        text-decoration: none;
        svg {
            display: none;
        }
        span {
            font-size: 1rem;
            font-weight: 500;
        }
        &:hover {
            border: 3px solid rgb(212, 212, 212);;
            span {
                transform: translateX(0vw);
            }
        }   
    }
    /* ----------------------- */
    /*     Careers Section     */
    /*  ---------------------- */
    .careers-overlay {
        width: 100%;
        height: 125%;
    }
    .careers-section-container {
        gap: 5vw;
        margin: 15vw 0 15vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 2rem;
        }
    }
    .careers-cta-button {
        padding: 2vw 8vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 6vw;
        }
        span {
            font-size: 1rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* Floating Buttons */
    .floating-buttons {
        flex-direction: row;
        bottom: 10px;
        left: 10px;
        gap: 10px;
    }
    .cta-button,
    .scroll-top-button {
        font-size: 1rem;
        padding: 2vh 2.5vh;
    }
    .scroll-top-button {
        width: auto;
        height: auto;
    }
    .grecaptcha-badge{
        bottom: 10px !important;
    }
} 
@media (max-width: 767px) and (orientation: landscape) {
    .txt-color-1-green-paragraph{
        font-size: 1.35rem;
    }
    .txt-color-1-light-paragraph{
        font-size: 1.25rem;
    }
    .txt-color-1-green-heading{
        font-size: 3.25vw;
    }
    .txt-color-2-gold-heading{
        font-size: 2.75rem;
    }
    .txt-color-2-gold-paragraph{
        font-size: 1.35rem;
    }
    .txt-color-3-white-heading{
        font-size: 3.25vw;
    }
    .txt-color-3-grey-subheading{
        font-size: 1.25rem;
    }
    .border-gradient-gold::before {
        mask: 
        radial-gradient(farthest-side, transparent calc(100% - 3px), white calc(100% - 2px));
        -webkit-mask: 
        radial-gradient(farthest-side, transparent calc(100% - 3px), white calc(100% - 2px));
    }
    /* --------------------------------- */
    /*             (Divider)             */
    /*  -------------------------------- */
    .custom-shape-divider-top-1747706293 svg {
        height: 6vw;
    }
    /* --------------------------------- */
    /*   About Us Section (Our Journey)  */
    /*  -------------------------------- */
    .abt-container{
        flex-direction: column;
        padding: 7vw 7vw 7vw 7vw;
        width: 70%;
        align-items: center;
    }
    .abt-container-left{
        width: 100%;
        align-items: center;
        > div{
            span{
                margin-bottom: 20px;
            }
        }
    }
    .abt-container-right{
        display: flex;
        width: 100%;
        margin-top: 0;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Timeline)     */
    /*  -------------------------------- */
    .abt-timeline-container{
        width: 80%;
        margin: 0 auto;
        padding: 0vw 0 5vw 2vw;
    }
    .abt-timeline-arrow{
        .default-arrow{
            display: none;
        }
        .mobile-arrow{
            display: block;
            width: 90%;
        }
    }
    .abt-timeline-marker{
        transform: translateY(-2vw);
        margin: 0 0 0 1vw;
        img{
            width: 3vw;
            margin-left: 5vw;
        }
    }
    .abt-timeline-marker-info{
        transform: translateX(1vw);
        width: 95%;
        span{
            display: none;
        }
        span:first-child{
            display: inline;
            font-size: 2rem;
            transform: translateX(1vw);
            margin-bottom: 1vw;
        }
        .mobile-marker-text{
            display: inline;
            font-size: 1.1rem;
            transform: translateX(0vw);
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Values)       */
    /*  -------------------------------- */
    .abt-values-container {
        display: flex;
        flex-direction: column-reverse;
        width: 70%;
        justify-content: center;
        align-items: center;
        padding: 9vw 7vw 7vw 7vw;
        z-index: 1;
    }
    .abt-values-grid-layout-left {
        grid-template-rows: repeat(3, 15vw);
        margin: 5vw 0 0vw 0;
        width: 100%;
        transform: translateX(0vw);
    }
    .circle-inner {
        width: calc(var(--size) - 5vw);
        height: calc(var(--size) - 5vw);
        padding: 9px;
        span{
            letter-spacing: 0.25px;
            line-height: 1.5em;
        }
    }
    .circle-left-middle {
        transform: translate(-2vw,-12vw);
        --size: 21.5vw;
        --font-size: 2.5vw;
        --font-size-selected: calc(var(--font-size) + 0.3vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 2.5vw 0.15vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-left-bottom {
        transform: translate(12vw,-4vw); 
        --size: 19vw;
        --font-size: 1.6vw;
        --font-size-selected: calc(var(--font-size) + 0.45vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0.5vw -2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-bottom {
        transform: translate(-8.5vw,-8.5vw); 
        --size: 16vw;
        --font-size: 2.15vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -1.75vw -1.75vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-right-middle {
        transform: translate(-8vw,-10.5vw); 
        --size: 14vw;
        --font-size: 1.75vw;
        --font-size-selected: calc(var(--font-size) + 0.5vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: -2vw 0.3vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle-top {
        transform: translate(-1vw,-4vw); 
        --size: 12vw;
        --font-size: 2vw;
        --font-size-selected: calc(var(--font-size) + 0.65vw);
        --shadow: 0vw 0vw 2vw rgba(0,0,0,0.5);
        --selected-shadow: 0 2vw 0.45vw rgba(0, 0, 0, 0.5);
    }
    .circle:hover{
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    }
    .circle:hover .circle-inner{
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .circle.selected { 
        width: calc(var(--size) + 3vw); 
        height: calc(var(--size) + 3vw); 
    } 
    .circle.selected .circle-inner { 
        width: calc(var(--size) - 2vw); 
        height: calc(var(--size) - 2vw); 
    }
    .abt-values-right{
        display: flex;
        justify-content: left;
        align-items: flex-end;
        width: 100%;
        padding-top: 4vw;
        > div{
            display: inherit;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            span{
                display: block;
                margin-bottom: 0px;
            }
        }
    }
    .abt-values-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 4vw;
        width: 100%;
        text-align: center;

        span:nth-child(2){
            font-size: 1.15rem;
        }
        span:nth-child(1){
            font-size: 1.75rem;
            margin-bottom: 1vw;
            width: fit-content;
            &::after {
                justify-self: flex-start;
                width: 100%;
                height: 3px;
                margin: 0.5vw auto 0 auto;
            }
        }
    }
    /* --------------------------------- */
    /*   About Us Section (Founder)     */
    /*  -------------------------------- */
    .abt-founder-container{    
        display: inherit;
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;  
        padding: 10vw 7vw 10vw 7vw;
        gap: 3vw;
        z-index: 1;
    }
    .abt-founder-container-left{
        display: inherit;
        flex-direction: column;
        width: 100%;
        margin-top: 3vw;
    }
    .abt-founder-title{
        display: inherit;
        flex-direction: column;
        span{
            display: block;
            margin-bottom: 30px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .abt-founder-info{
        display: inherit;
        flex-direction: column;
        margin-top: 0;
        span{
            display: inline;
            margin-bottom: 30px;
        }
    }
    .abt-founder-achievments{
        div{
            margin-top: 1vw;
            font-size: 1rem;
        }
    }
    .abt-founder-achievment-info{
        display: flex;
        flex-direction: row;
        margin-left: 1vw;
        span{
            width: 100%;
            margin-left: 2vw;
            margin-top: 3px;
            font-size: 1.15rem;
        }
    }
    .abt-founder-container-right{
        display: none;
    }
    .abt-founder-container-left-mobile-image{
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0vw 0 30px 0vw;
        z-index: 2;
        img{
            position: relative;
            height: auto;
            width: 85%;
            z-index: 2;
            object-fit: cover;  
            box-shadow: 0.15vw 0.15vw 0.4vw rgba(0,0,0,0.5);
        }
    }
    /* --------------------------------- */
    /*       About Us Section (seal)     */
    /*  -------------------------------- */
    .abt-seal-container{
        flex-direction: row;
        width: 86%;
        padding: 7vw 7vw;
        gap: 6vw;
    }
    .abt-seal-container-left{
        width: auto;
    }
    .abt-seal-circle {
        display: flex;
        margin-right: 0;
        box-shadow: var(--shadow, none);
    }
    .abt-seal-circle .circle-inner{
        padding: 8px;
        img{
            width: calc(var(--size) - 5vw);
            height: auto;
        }
    }
    .abt-seal-circle-top {
        --size: 23vw;
        --shadow: 0vw 0vw 2.5vw rgba(0, 0, 0, 0.596);
    }
    .abt-seal-container-right{
        width: 70%;
        margin-left: 0;
        span{
            width: 100%;
            line-height: normal;
        }
    }
    /* --------------------------------- */
    /*           News Section            */
    /*  -------------------------------- */
    .news-overlay {
        width: 100%;
        height: 125%;
    }
    .news-section-container {
        gap: 3vw;
        margin: 9vw 0 9vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .news-cta-button {
        padding: 2vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 5vw;
        }
        span {
            font-size: 1.5rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* --------------------------------- */
    /*          Partners Section         */
    /*  -------------------------------- */
    .partners-section-container-top{
        flex-direction: column;
        width: 70%;
        margin: 8vw auto 0 auto;
    }
    .partners-section-container-top-left{
        width: 100%;
    }
    .partners-title{
        margin-bottom: 30px;
        span{
            margin-bottom: 0px;
        }
        span:first-child{
            margin-bottom: 0;
        }
    }
    .partners-section-container-top-right{
        width: 100%;
        margin-bottom: 2vw;
        span{
            margin-bottom: 2vw;
        }
    }
    .partners-section-container-bottom{
        flex-direction: column;
        margin: 2vw auto 2vw auto;
        width: 70%;
        span{
            font-size: 1.25rem;
            width: 70%;
            margin-right: 0;
        }
    }
    .partners-section-logos{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1vw;
        a{
            margin-top: 2vw;
            img{
                width: 75px;
                height: auto;
                filter: invert(1);
            }
        }
        a:nth-child(1){
            margin-left: 0;
        }
        a:nth-child(5){
            margin-right: 0;
        }
    }
    /* --------------------------------- */
    /*         Testimonials Section      */
    /*  -------------------------------- */
    .testimonials-section-container{
        width: 75%;
        margin: 1vw auto 10vw auto;
    }
    .testimonials-title{
        width: 100%;
        margin-bottom: 1vw;
        span{
            margin-bottom: 20px;
            font-size: 1.25rem;
        }
        span:last-child{
            margin-left: 0.25vw;
            margin-top: 3vw;
        }
        span:first-child{
            margin-bottom: 5px;
            width: 90%;
            font-size: 2rem;
        }
    }
    :root {
        --slide-gap: 1vw;
    }
    #tns1 > .tns-item {
        width: calc(6%);
    }
    #tns1{
        width: calc(1000%);
        transition-duration: 0.3s;
    }
    .carousel-container {
        overflow: unset;
    }
    .carousel-track-wrapper{
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .carousel-track {
        display: flex;
        gap: var(--slide-gap);
        /* scroll-snap-type: x mandatory; */
    }
    .testimonial-slide {
        color: #213B36;
        background: #ECE6DB;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        border-radius: 1rem;
        padding: 5vw 5vw 3vw 5vw;
        user-select: none;
        text-align: center;
        scroll-snap-align: center;
    }
    .testimonial-slide-review{
        margin-bottom: 1vw;
    }
    .review{
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;   
        font-size: 1.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .review.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;       
        line-clamp: 3; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 5.5rem;           
    }
    .review.expanded {
        -webkit-line-clamp: unset;
        line-clamp: unset; 
        max-height: none;
        overflow: visible;
        max-height: max-content;
    }
    .read-more-toggle {
        margin-top: 0.25vw;
        font-size: 1rem;
    }
    .slide-reviewer{
        span{
            display: block;
            margin-bottom: 0px;
            font-size: 1.5rem;
        }
        span:nth-child(3){
            font-size: 1.15rem;
        }
    }
    .carousel-btn {
        height: 75%;
        width: auto;
        font-size: 9vw;
    }
    .carousel-btn.left {
        left: -7.5vw;
    }
    .carousel-btn.right {
        right: -6vw;
    }
    /* --------------------------------- */
    /*   Community Section (impact)      */
    /*  -------------------------------- */
    .community-impact-section-container{
        flex-direction: column;
        padding: 13vw 7vw 3vw 7vw;
        width: 75%;
    }
    .community-impact-container-left{
        width: 100%;
    }
    .community-impact-container-right{
        width: 100%;
        margin-top: 3vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    .community-impact-stats{
        margin-top: 2vw;
    }
    .community-impact-stat{
        > span{
            font-size: 1.15rem;
        }
    }
    .community-impact-stat-circle{
        height: 20vw;
        width: 20vw;
        margin-bottom: 3vw;
        box-shadow: 0vw 0vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle-inner{
        height: 17vw;
        width: 17vw;
        span{
            font-size: 0.95rem !important;
        }
    }
    .community-impact-stat-circle:hover {
        width: 22vw;
        height: 22vw;
        box-shadow: 0vw 1.5vw 1vw rgba(0,0,0,0.5);
    }
    .community-impact-stat-circle:hover .community-impact-stat-circle-inner{
        width: 19vw;
        height: 19vw;
        span{
            font-size: 1.1rem !important;
        }
    }
    /* ------------------------------------ */
    /* Community Section (Mission & Vision) */
    /*  ----------------------------------- */
    .community-mission-vision-container{
        flex-direction: column-reverse;
        width: 75%;
        padding: 13vw 7vw 5vw 7vw;
    }
    .community-mission-vision-container-right{
        width: 75%;
        justify-content: unset;
    }
    .community-mission-vision-container-left{
        width: 100%;
        margin-top: 3vw;
        > div{
            span{
                margin-bottom: 15px;
            }
        }
    }
    /*--------------------------------- */
    /*   Community Section (engagement) */
    /* -------------------------------- */
    .community-engagement-container{
        flex-direction: column;
        width: 75%;
        padding: 13vw 7vw 5vw 7vw;
    }
    .community-engagement-container-left{
        width: 100%;
    }
    .community-engagement-container-right{
        width: 100%;
        margin-top: 3vw;
    }
    .community-engagement-service{
        margin-bottom: 3vw;
        span:nth-child(1){
            font-size: 1.5rem;
        }
    }
    .community-engagement-service-toggle {
        padding: 20px;
        font-size: unset;
    }
    .community-engagement-dropdown-dot{
        margin-right: 5px;
        font-size: 1.5rem !important;
    }
    .community-engagement-service-info {
        margin:3vw 0 0 3vw;
        span{
            font-size: 1.25rem !important;
        }
    }
    .community-engagement-service-info.active {
        padding: 0;
        margin: 2vw 0 0 3vw;
    }
    .community-engagement-dropdown-btn{
        font-size: 1.5rem;
        margin-right: 0px;
        padding: 1px 11.5px 5px 11.5px;
        color:black;
    }
    /* --------------------------- */
    /* Community Section (Events)  */
    /*  -------------------------- */
    .community-events-container-top{
        flex-direction: column-reverse;
        width: 75%;
        padding: 13vw 7vw 0vw 7vw;
    }
    .community-events-container-right{
        width: 100%;
        justify-content: start;
    }
    .community-events-container-left{
        width: 100%;
        margin-top: 3vw;
        > div{
            display: inherit;
            flex-direction: column;
            span{
                display: inline;
                margin-bottom: 25px;
            }
        }
    }
    .community-events-container-bottom{
        flex-direction: column;
        width: 80%;
        padding-bottom: 10vw;
        padding-top: 2vw;
    }
    .community-events{
        flex-direction: row;
        gap: 4vw;
    }
    .community-event{
        padding-bottom: 1vw;
        justify-content: start;
        a{
            width: 23vw; 
        }
        span{
            font-size: 1.35rem;
        }
        span:nth-child(2){
            font-size: 1rem;
            margin-top: 2vw;
            margin-bottom: 1vw;
        }
        img{
            box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.308);
        }
    }
    .community-event-info{
        width: 100%;
        margin-top: 3vw;
    }
    .events-cta-button {
        width: 40%;
        gap: 1vw;
        border: 3px solid rgb(153, 153, 153);
        margin-top: 1.5vw;
        padding: 2.5vw 2.5vw;
        text-decoration: none;
        svg {
            display: none;
        }
        span {
            font-size: 1rem;
            font-weight: 500;
        }
        &:hover {
            border: 3px solid rgb(212, 212, 212);;
            span {
                transform: translateX(0vw);
            }
        }   
    }
    /* ----------------------- */
    /*     Careers Section     */
    /*  ---------------------- */
    .careers-overlay {
        width: 100%;
        height: 125%;
    }
    .careers-section-container {
        gap: 3vw;
        margin: 12vw 0 12vw 0;
        width: 100%;
        span:first-child{
            width: 80%;
            font-size: 3rem;
        }
    }
    .careers-cta-button {
        padding: 2vw 6vw;
        border-radius: 2rem;
        svg {
            left: 3vw;
            transform: translateX(-4vw);
            width: 5vw;
        }
        span {
            font-size: 1.5rem;
            letter-spacing: 1px;
        }
        &:hover {
            border: 2px solid rgb(194, 193, 193);;
            svg {
                transform: translateX(0);
            }
            span {
                transform: translateX(3vw);
            }
        }   
    }
    /* Floating Buttons */
    .floating-buttons {
        flex-direction: row;
        bottom: 20px;
        left: 10px;
        gap: 10px;
    }
    .cta-button,
    .scroll-top-button {
        font-size: 1.15rem;
        padding: 1.25vw 2.25vw;
    }
    .scroll-top-button {
        width: auto;
        height: auto;
    }
    .grecaptcha-badge{
        bottom: 10px !important;
    }
}