/* fonts */
:root {
    /* color */
    --white: #ffffff;
    --black: #000000;
    --blue: #4D9DED;
    --blue-dark-2: #064881;
    --blue-dark: #426CC1;
    --blue-light: #92CDFF;
    --blue-light-3: #388DCA;
    --blue-dark-3: #3464B5;
    --blue-dark-4: #054F90;
    --yellow: #ffb112;
    --yellow-light : #FFF1D1;
    --yellow-light-2 : #FEDA87;
    --yellow-light-popup : #FFE3A3;
    --yellow-dark : #FFCC2F;
    --gray : #838383;
    --gray-light : #D9D9D9;
    --gray-dark : #231F20;
    
    --peach-orange: #FF9D79;
    --peach-light: #FFD1C1;
    --orange:#F1602D;
    --orange-dark:#C25637;
    --green:#068B50;
    --green-light:#B0E1BD;
    --green-light-2:#63CA64;
    --green-light-3:#E2F0D4;
    --dark-orange:#F15A25;
    --pink:#B0164E;
    --pink-light:#FFCAD4;
    --tealish-blue:#0695AD;
    --blue-light-2:#6FACE9;
    --blue-light-5:#2B4883;
    --orange-light-1:#FF9659;
    --orange-dark-2:#7F0F10;
    --blue-light-6:#53BFF2;
    --blue-dark-5:#065AAD;
    --navy-blue:#274398;
    --pink-light-2:#F9CEE1;

    --light-pink-01:#C66C68;
    --light-pink-02:#C56B67;
    --red :#9B4646;
    --f0 : transparent;
    --secondary: #CAC4D0;
    --opacity-50 : rgb(202 196 208 / 50%);    
    
    /* fonts */
    --body-font: "Inter", sans-serif;
    
    /* validation color */
    --g1: #508946;
    --g2: #C0D7BC;
    --r1: #ff4500;
    --r2: #ffc8c8;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
*:not(.slick-track):not(.slick-list):not(#cursor):not(#cursor1):not(svg):not(svg *):not(svg path):not(.page-loader):not(.loader-curtain-out):not(.nicescroll-cursors) { transition: all 0.3s ease-in-out; }
body { background-color: var(--white) !important; color: var(--black); font-family: var(--body-font) !important; font-size: 20px; line-height:1.5;}
 body {
            touch-action: manipulation;
            -webkit-user-select: none;
            -webkit-touch-callout: none;
        }
a { display: inline-block;text-decoration: none; }
.widget>*:last-child { margin-block: 0; }
li { list-style: none; line-height: unset; }
img { max-width: 100%; height: auto; user-select: none; }
img:focus-visible, a:focus, .btn:focus, a:focus-visible, div:focus-visible { outline: none; box-shadow: none; }
.btn-green:focus, .social-icons a:focus { background-color: var(--blue) !important; }
.site-main>* { margin: 0; }
.site-main { padding: 0; }

.form-control:focus{box-shadow: none;}
:focus-visible { outline: 0; }

p, h1, h2, h3, h4, h5, h6, ul { margin: 0; padding: 0; }

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus { outline: none; }

/* ============================= =========================== Common style ===================================== =================== */
.container{max-width: 1064px;margin: 0 auto;}
.heading-style-1{font-size: 52px;line-height: 1.2; font-weight: 700;}
.heading-style-2{font-size: 48px;line-height: 1.05; font-weight: 600;}
.heading-style-3{font-size: 40px;line-height: 1.5; font-weight: 600;}
.heading-style-4{font-size: 36px;line-height: 1.2; font-weight: 600;}
.heading-style-5{font-size: 34px;line-height: 34px; font-weight: 600;}
.heading-style-6{font-size: 32px;line-height: 1; font-weight: 600;}
.heading-style-7{font-size: 28px;line-height: 28px; font-weight: 600;}
.heading-style-8{font-size: 24px;line-height: 1.34; font-weight: 600;}
.heading-style-9{font-size: 20px;line-height: 1.4; font-weight: 400;}
.heading-style-10{font-size: 18px;line-height: 22px; font-weight: 400;}
.p-big{font-size:16px;line-height: 22px; font-weight: 400;}
.p-small{font-size: 14px;line-height: 22px; font-weight: 400;}
.p-small-2{font-size: 12px;line-height: 18px; font-weight: 400;}
.bold-font-span{font-weight: 700;}
.light-font-span{font-weight: 300;}
.font-normal{font-weight: 400;}
.font-italic{font-style: italic;}

/* button style */
.comman-btn{padding: 7px 20px;font-size: 16px;line-height: 24px; font-weight: 300; min-width: 130px;text-align: center; border-radius: 10px; text-transform: capitalize;text-decoration: none;overflow: hidden;background-color: transparent;border: 1px solid var(--black);color: var(--black);}
.theme-fill-btn{background-color: var(--secondary);border: 1px solid var(--f0);color: var(--black);}
.comman-btn:hover{background-color: var(--black); color: var(--white);}
.comman-btn span{padding-right: 14px;line-height: 20px; width: 100px;min-height: 0;display: inline-flex;align-items: center;justify-content: center;}
.comman-btn:last-child span{padding:0 0 0 7px;}
.big-button .comman-btn span{ width: 200px;min-height: 48px;}

.ul-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.ul-list li {
    line-height: 1.5;
    list-style: disc;
    color: var(--black);
    margin: 0 0 20px 0;
}
.ol-list li {
    list-style: decimal;
}


.bg-peach-orange { background-color: var(--peach-orange) !important;}
.bg-blue { background-color: var(--blue) !important;}
.bg-yellow-light { background-color: var(--yellow-light-2) !important; }
.bg-yellow { background-color: var(--yellow) !important; }
.bg-yellow-light-popup { background-color: var(--yellow-light-popup) !important; }
.bg-orange { background-color: var(--orange) !important; }
.bg-orange-dark { background-color: var(--orange-dark) !important; }
.bg-green { background-color: var(--green) !important; }
.bg-green-light { background-color: var(--green-light) !important; }
.bg-blue-dark-2 { background-color: var(--blue-dark-2) !important;}
.bg-blue-light { background-color: var(--blue-light) !important;}
.bg-blue-light-3 { background-color: var(--blue-light-3) !important;}
.bg-blue-light-popup { background-color: #BFE2F3 !important;}
.bg-peach-light { background-color: var(--peach-light) !important;}
.bg-pink { background-color: var(--pink) !important;}
.bg-pink-light { background-color: var(--pink-light) !important;}
.bg-blue-light-2 { background-color: var(--blue-light-2) !important;}
.bg-green-light-2 { background-color: var(--green-light-2) !important;}
.bg-yellow-dark { background-color: var(--yellow-dark) !important;}
.bg-orange-light-1 { background-color: var(--orange-light-1) !important;}
.bg-blue-light-6 { background-color: var(--blue-light-6) !important;}
.profile-bg-blue { background-color: #7FB5EB !important;}

.text-dark-orange { color: var(--dark-orange) !important; }
.text-blue { color: var(--blue-dark) !important; }
.text-blue-dark { color: var(--blue-dark-3) !important; }
.text-blue-dark-4 { color: #606B90 !important; }
.text-blue-dark-5 { color: var(--blue-dark-4) !important; }
.text-blue-light-5 { color: var(--blue-light-5) !important; }
.text-green-light-3 { color: var(--green-light-3) !important; }
.text-orange-dark-2 { color: var(--orange-dark-2) !important; }
.text-blue-dark-6 { color: var(--blue-dark-5) !important; }
.text-navy-blue { color: var(--navy-blue) !important; }

@keyframes rotate-animation {
    to {
      transform: rotate(360deg);
    }
}
/* ============================= =========================== Landing page ===================================== =================== */

.loader-hide {
    display: none !important;
}

/* Vertical curtain animation for loader */
.loader-curtain-out {
    animation: curtainOut 0.7s ease-in-out forwards;
    position: relative;
    overflow: hidden;
}

@keyframes curtainOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }   
    100% {
        transform: translateY(-100%);
        opacity: 1;
    }
}

/* @keyframes curtainBottom {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(30%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 1;
    }
}

@keyframes curtainTop {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-30%);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
} */

.loader-curtain-out .loader-container {
    animation: fadeOutContent 0.1s ease-in-out forwards;
    position: relative;
    z-index: 15;
}

@keyframes fadeOutContent {
    0% {
        opacity: 1;
    }    
    100% {
        opacity: 0;        
    }
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 15;
}

.loading {
    margin-top: 20px;
}

.loading__letter {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}


.intro-video-section {
    margin: 0;
    width: 100%;
    height: calc(100svh - 85px);
    position: relative;
}
.intro-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.video-intro-text {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.video-intro-text h1{
    text-shadow: 0px 0px 10px #ffffff;
}


.video-control-btn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-control-btn:hover {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 22%); 
}

.video-control-btn img {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.video-control-btn .play-icon {
    display: none;
}

.video-control-btn.paused .pause-icon {
    display: none;
}

.video-control-btn.paused .play-icon {
    display: block;
}

/* Video Speed Control Styles */
.video-speed-btn {
    position: absolute;
    bottom: 50px;
    right: 100px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 10px;
    width: 65px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.video-speed-btn:hover {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 22%);
}

.video-speed-btn .speed-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.speed-dropdown {
    position: absolute;
    bottom: 100px;
    right: 100px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 8px 0;
    min-width: 65px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 3;
}

.speed-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.speed-option {
    padding: 8px 14px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    transition: background-color 0.2s ease;
    text-align: center;
}

.speed-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.speed-option.active {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.impact-report-section {
    margin: 0;
    padding: 30px 50px;
    background-color: var(--white);
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.impact-report-section a {
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    text-shadow: 0px 0px 10px #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.impact-report-section .arrow {
    display: block;
    animation: bounce 1s infinite;
    margin: -5px 0 0 0;
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
  }


/* HEADER CSS  */
.header {
    background-color: var(--white);
    margin: 0;
    padding: 8px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.header .logo {
    width: 147px;
}
.header-left {
    gap: 95px;
}
.impact-report {
    width: 55px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: solid 1px var(--black);
    font-size: 9px;
    line-height: normal;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}
.navigation {
    margin: 0;
    padding: 0;
}
.navigation ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.navigation ul li a {
    font-size: 12px;
    color: var(--black);
    text-transform: uppercase;
}
.navigation ul li a:hover, .navigation ul li a.active {
    color: var(--orange);
}

.menu-toggle {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.menu-toggle .line {
    width: 30px;
    height: 3px;
    background-color: var(--black);
    margin: 5px 0;
    border-radius: 5px;
    display: block;
}
.side-menu {
    position: fixed;
    top: 0;
    right:-100%;
    width: 420px;
    height: 100%;
    background-color:#FAB14B;
    z-index: 20;
    transition: all 0.3s ease;
}
.side-menu.open-menu {
    right: 0;
}
.side-menu-content {
    padding: 30px;

}
.side-menu-content ul {
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center;
}
.side-menu-content ul li {
    margin-bottom: 70px;
}
.side-menu-content ul li a {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display:inline-block;
    transition: all 0.3s ease;
}
.side-menu-content ul li a:hover {
 color: var(--gray);
}
.side-menu-content ul li a.active {
 color: var(--orange);
}
.side-menu-content .side-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}
.side-menu-content .side-menu-social a:hover {
    opacity: 0.7;
}


/* HOME BANNER */

.home-banner-section {
    margin: 0;
    padding: 70px 0 30px;
    background-color: #FFC91B;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home-banner-section .banner-title {
    /* max-width: 698px; */
    margin: 0 auto 30px;
}
.title-img img {
    width: 100%;
}
.home-banner-section  .content-text {
     color: var(--gray);
    margin-bottom: 30px;
    line-height: 1.6;
}
.main-content {
    margin: 70px 0 0 0;
    padding: 0;
}
.home-banner-section .content-text {
    margin: 34px 0 0 0;
}
.home-banner-section  .content-text .highlight {
    color: var(--gray-dark);
    font-weight: 600;
}
.inspiring-text {
    margin: 30px 0 30px 0;
}
.main-content .p-small .click-at{
    display: none;
}

.inspiring-label {
    position: absolute;
    top: -100%;
    height: 30px;
    display: block;
    width: 140px;
    transform: translateX(-50%) rotate(-4deg) translateY(-10px);
}
.moments-text-image {
    position: relative;
    display: inline-block;
    margin: 0 -5px;
    transform: translateY(10px);
}

.inspiring-label .word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
    font-size: 20px;
    line-height:28px;
    visibility: hidden;
}

.inspiring-label .word.active {
    opacity: 1;
    visibility: visible;
}

.inspiring-label .word.inactive {
    opacity: 0;
    visibility: hidden;
}

/* Initial state for first word */
.inspiring-label .word:first-child {
    opacity: 0;
    visibility: hidden;
}
/* Animation states */
.animate-text .inspiring-label .word {
    transition: all 0.5s ease;
}
.animate-text .inspiring-label .word.active {
    opacity: 1;
    visibility: visible;
}


.celebrating-section {
    margin: 120px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.celebrating-section .celebrating-logo p{
    font-weight: 600;
    font-style: italic;
    color: #F1602D;
    margin: 14px 0 0 0;
}
.celebrating-section .celebrating-logo::after {
    content: '';
    position: absolute;
    top: -115%;
    left: -30px;
    width: 48%;
    aspect-ratio: 1 / 0.7;
    background: url(../images/arrow-icon.svg) no-repeat center center;
}
.celebrating-logo {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.home-celebrating-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.home-celebrating-image.show {
    opacity: 1;
    visibility: visible;
}

.home-celebrating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (hover: none) {
    .celebrating-logo {
        -webkit-tap-highlight-color: transparent;
    }
}

/* LEADER SECTION CSS START */
.leader-section {
    margin: 0;
    padding: 100px 0;
    overflow: hidden;
}
.leader-block-wrap {
    margin: 110px 0 0 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
.leader-block-wrap .slide{
    flex: 1;
}
.profile-card {
    border-radius: 50px;
    padding: 50px 30px;
    position: relative;
    flex: 1;
    text-align: center;
    background-color: #F18962;
    height: 100%;
}

.profile-card .profile-image {
    width: 166px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-bottom: 20px;
    margin: 0 auto 15px;
}

.profile-card .profile-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.profile-card p {
    margin: 0 0 15px 0;
}


.custom-button {
    border: 0;
    background: none;    
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.custom-button::after {
    content: '';
    position: absolute;
    top: 0;
    left:0 ;
    width: 32px;
    height: 32px;
    background: url(../images/button-shape.svg) no-repeat center center;
    background-size: cover;
    transition: all ease-in-out 0.3s;
}
.custom-button:hover::after, .stories-card:hover .custom-button::after{
    transform: rotate(90deg);
}
.profile-card .custom-button {
    position: absolute;
    right:30px;
    bottom: 30px;
}

.profile-detail {
    margin: 0;
    padding: 0px 0;
    display: flex;
    gap: 50px;
    overflow: hidden !important;
}
.profile-detail .profile-left {
    margin: 0px 0 0 0;
    padding: 0;
    min-width: 38%;
    text-align: center;
    position: sticky;
    top: 0;
}
.profile-detail .profile-left p {
    margin: 15px 0 40px 0;
}
.profile-detail .profile-left p:last-child {
    margin-bottom: 0;
}
.profile-detail .profile-img {
    width: 220px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    margin: 0 auto 30px auto;
}
.profile-detail .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.profile-content {
    padding-right: 30px;
    /* max-height: calc(100dvh - 210px);
    overflow: auto; */
    padding-block: 40px;
}
.profile-content p {
    font-size: 20px;
    line-height: 1.56;
}
.modal-content {
    border-radius: 30px;
    padding:50px 60px 50px;
    box-shadow: 50px 50px 60px 0px #00000066;
}
.modal-content p {
    margin-bottom: 20px;
}
/* .modal-backdrop.fade {
    background-color: transparent;
} */
.modal-dialog-scrollable .modal-body {
    padding: 0;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    background-color: #4A4A4A;
    width: 44px;
    height: 44px;
    z-index: 1100;
}
.close-btn::after {
    left: 6px;
    top: 6px;
    filter: brightness(100);
}
.modal-open {
    overflow: visible !important;
    padding-right: 0 !important; 
}


/* STORIES SECTION CSS START */
.stories-section {
    margin: 0;
    padding:120px 0;
    background-color: var(--yellow-light);
    overflow: hidden;
}
.stories-description {
    padding:0 ;
    margin: 50px auto 0;
    max-width: 90%;
}

.stories-wrap {
    margin: 120px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}
.stories-card {
    border-radius: 24px;
    padding: 30px 50px 15px 20px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-end;
    background-color: #D9D9D9;
    aspect-ratio: 1/1;
}
.stories-card:nth-child(3n - 1) {
    transform: translateY(50px);
}
.stories-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;  
}
.stories-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: var(--black);
    border-radius: 24px;
    z-index: -1;
}
.stories-card:hover .stories-img {
    opacity: 0.3;
}
.stories-card .stories-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0; 
    z-index: -1;   
    opacity: 1;
}

/* .stories-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 165, 0, 0.3);
} */

.stories-card .stories-text {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-shadow: 0px 4px 4px #00000099;
    /* border-bottom: solid 1px transparent; */
}
/* .stories-card:hover .stories-text {
    border-color: var(--black);
} */
.stories-card .stories-arrow {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    padding: 15px 0 0 15px;
    background: var(--yellow-light);
    border-radius: 24px 0 0 0;
}
.stories-card .stories-arrow::after, .stories-card .stories-arrow::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -100%;
    right: 1px;
    padding: 0;
    width: 47px;
    height: 47px;
    border-radius: 0px 0 24px 0;
    background: transparent;
    box-shadow: 22px 22px 0 0px var(--yellow-light);
    z-index: -1;
}
.stories-card .stories-arrow::before {
    left: -100%;
    right: auto;
    top: auto;
    bottom: 1px;
}
.more-stories-section {
    margin: 100px 0 0 0;
    padding: 0;
    text-align: center;
    min-height: 44px;
    position: relative;
}
.back-to-top {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: var(--black);
    margin-top: 5px;
}
.stories-popup-wrap {
    padding: 0px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    gap: 30px;
    overflow: hidden !important;
}
.stories-popup-wrap h2 {
    font-weight: 700;
    line-height: 1.15;
}
.stories-slider-wrap {
    width: 41.85%;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}
.stories-slider-wrap .slide{
    display: none;
    visibility: hidden;
}
.stories-slider-wrap .slick-initialized .slide{
    display: block;
    visibility: visible;
}
.stories-slider-wrap .slick-list {
    border-radius: 24px;
    margin-bottom: 15px;
}
.stories-slider-wrap .slide-image {
    width: 100%;
    /* aspect-ratio: 1/1.3; */
    border-radius: 24px;
    overflow: hidden;
    /* margin-bottom: 20px; */
}
.stories-slider-wrap .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.stories-slider-img {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.stories-popup-content {
    padding:0px 0 0 0px;
    display: flex;
    gap: 50px;
    align-items: flex-start;
    overflow:hidden;
}
.stories-popup-content .story-description {
    /* max-height: 600px;
    overflow: auto; */
    padding-right: 15px;
}
.stories-modal .modal-dialog-scrollable .modal-body{
    overflow: visible;
}
.stories-popup-content p a, .stories-popup-content li a{
    color: var(--blue-dark-4);
    text-decoration: underline;
    display: inline;
}
.stories-popup-content p a:hover, .stories-popup-content li a:hover{
    text-decoration: none;
}
.stories-category {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 0px;
}
.story-description p {
    font-size: 18px;
    line-height: 1.33;
    color: var(--black);
    margin-bottom: 20px;
}
.story-description p.p-small {
    font-size: 14px;
}
.story-description .ul-list li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.33;
}
.slick-dots {
    position: relative;
    bottom: 0;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--white);
}
.slick-dots li.slick-active button {
    background-color: #4A4A4A;
}
.slick-dots li button:before{
    display: none;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
    top: auto;
    bottom: -10px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: var(--gray-light);
    z-index: 1;
}
.slick-prev:hover, .slick-next:hover {
    background-color: var(--white);
}
.slick-prev::before, .slick-next::before {
    background-image: url(../images/slider-arrow.svg);
    content: '';
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.slick-prev {
    left: 0; 
}
.slick-prev::before {
    transform: rotate(180deg);
}
.slick-next {
    right: 0;
}
/* Stories section styles */
.stories-wrap .stories-card.hidden {
    display: none !important;
}
.sora-quote {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-style: dotted;
    line-height: 1.12;
    text-decoration-thickness: from-font;
}

/* ============================ home content section ============================ */
.footer-main{ background-repeat: no-repeat;background-size: cover;background-position: center center;}


/* ======================================================== footer ======================================================== */
/* top footer */
.top-footer{padding-bottom: 25px; padding-top: 50px; border-top: solid 1px var(--gray-light); margin-top:50px;}
.top-footer a{border: none;}
.top-footer .row{row-gap: 15px;}
.top-footer .footer-logo{width: 190px;height: auto;}
.top-footer .footer-logo img{height: 100%;width: 100%;}

/* footer-block */
.footer-address-wrap {
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    gap: 60px;
}
.footer-block{display: flex;align-items: center;gap: 5px;}
.footer-block img{height: auto;width: 16px;}
.footer-block span{color: var(--black);font-size: 14px;line-height: 18px; border-bottom: solid 1px transparent;}
a.footer-call:hover span{color: var(--orange); border-bottom-color: var(--orange);}

/* bottom footer */
footer,.bottom-footer{padding-block: 20px; background-color: var(--white) !important;}
/* .bottom-footer{padding-bottom: 0 !important;} */
.bottom-footer p:first-child{margin-bottom: 4px;}
.bottom-footer a,.bottom-footer p{color: var(--black);font-size: 12px;line-height: 18px;}
.bottom-footer a{border-bottom: 1px solid transparent;}
.bottom-footer a:hover{color: var(--orange); border-bottom-color:var(--orange);}
.bottom-footer ul{gap: 50px;}
.bottom-footer ul a{border: 1px solid var(--f0);}
.bottom-footer ul a:hover{border-bottom:1px solid;}


/* INNER PAGE CSS START */
.inner-page-section-top {
    margin: 0;
    padding: 0;
    background: var(--theme-color);
}
.inner-page-section-top .stories-title {
    margin: 0 auto;
    padding: 100px 0 50px;
    max-width: 800px;
}
.inner-banner-slider {
    margin: 0 0 100px 0;
    padding: 0;
}
.inner-banner-slider img {
    width: 100%;
}
.inner-banner-slider .slider-caption {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-style: italic;
    font-weight: 300;
    z-index: 5;
    padding: 0 20px;
}
.slick-slide {
    position: relative;
}
.inner-description {
    max-width: 800px;
    margin-inline: auto;
    padding-bottom: 20px;
}
.inner-description .heading-style-7 {
    line-height: 1.2;
}
.inner-description p {
    margin-bottom: 20px;
}
.inner-content-2 {
    text-align: center;
    margin: 80px auto 0 ;
    max-width: 946px;
}
.inner-content-2 h2 {
    /* padding: 0 60px; */
}
.inner-content-2 .content-image {
    margin: 80px 0 -90px 0;
}
.inner-content-2 .content-image p {
    text-align: left;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}
.inner-page-section-bottom {
    margin: 0;
    padding: 20px 0 0 0;
    background: var(--white);
}

.more-stories-read {
    margin: 100px 0 50px 0;
}
.more-stories-wrap {
    display: flex;
    gap: 15px;
    margin: 20px 0 0 0;
}
.more-stories-wrap .stories-card {
    flex: 1;
    padding-right: 30px;
}
.more-stories-wrap .stories-card:nth-child(3n - 1) {
    transform: translateY(0px);
}
.more-stories-wrap .stories-card .stories-text{
    line-height: 24px;
}
.more-stories-wrap .stories-card .view-all-stories{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    
}
.more-stories-wrap .stories-card .stories-arrow {
    transform: scale(0.7);
    transform-origin: right bottom;
    background-color: var(--white);
}
.more-stories-wrap .stories-card .stories-arrow::after, .more-stories-wrap .stories-card .stories-arrow::before {
    box-shadow: 22px 22px 0 0px var(--white);
}

.inner-banner-img {
    margin: 0 0 60px 0;
}
.inner-banner-img img {
    width: 100%;
}
.prescribes-movement-page .heading-style-1{
    color: var(--tealish-blue);
}
.prescribes-movement-page .heading-style-7{
    color: var(--tealish-blue);
    line-height: 1.2;
    margin: 0 0 30px 0;
}
.social-prescription-wrap {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 0 0 30px 0;
}
.social-prescription-wrap .social-prescription-img{
    margin-left: -120px;
}
.social-prescription-wrap .social-prescription-img img {
    width: 100%;
}
.social-prescription-wrap .social-prescription-content {
    flex: 1;
    margin-right: -70px;
}
.dr-fadzil-wrap {
    display: flex;
    gap: 50px;
    margin: 0 0 30px 0;
}
.dr-fadzil-wrap .heading-style-3 {
    color: var(--tealish-blue);
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.dr-fadzil-wrap .dr-fadzil-content {
    flex: 1;
}
.cgh-environmental-page .inner-page-section-top .inner-description { margin-bottom: 230px;}
.cgh-environmental-page .inner-banner-img {
    margin: 30px 0 20px 0;
}
.environmental-champions-wrap {
    display: flex;
    align-items: center;
    gap:25px;
    margin: 0 0 0px 0;
}
.environmental-champions-wrap .environmental-champions-content {
    flex: 1;
}
.environmental-champions-wrap .environmental-champions-content p {
    margin: 0;
}
.environmental-champions-wrap .environmental-champions-img {
    width: 46%;
}
.environmental-champions-wrap .gif-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.environmental-champions-img-2 {
    margin: 20px 0 -240px 0;
}
.environmental-champions-img-2 img {
    width: 100%;
}
.environmental-champions-wrap-2 {
    display: flex;
    align-items: center;
    gap:60px;
}
.environmental-champions-wrap-2 .environmental-champions-content {
    flex: 1;
}
.environmental-champions-wrap-2 .environmental-champions-img {
    width: 40.5%;
}
.environmental-champions-wrap-3 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding:60px 0;
}
.environmental-champions-content-3 {
    background-color: #E2F0D4;
    padding: 30px;
    border-radius: 30px;
    right: -95px;
    position: relative;
    width: 100%;
}
.environmental-champions-content-3 p {
    margin: 0 0 0 auto;
    max-width: 70%;
    line-height: 1.2;
}
.environmental-champions-img-3 {
    position: absolute;
    top: -10%;
    left: -20%;    
    z-index: 1;
    width: 61.5%;
}
.reusing-aa-batteries {
    display: flex;
    gap: 30px;
    padding:20px 0 25px;
}
.reusing-aa-batteries .heading-style-7 {
    line-height: 1.2;
}
.reusing-aa-batteries-content { 
    width: 85%;
}
.reusing-aa-batteries-content p:first-child {
    width: 75%;
}
.reusing-aa-batteries-img {
    width: 15%;
    position: relative;

}
.reusing-aa-batteries-img img {
    position: absolute;
    top: -50px;
    left:0px;
    z-index: 1;
    max-width: 35vw;
    transform: translateX(-160px);
   
}
.reusing-aa-batteries-quote .heading-style-3 {
    text-decoration: underline;
    text-decoration-style: dotted;
    line-height: 1.25;
    margin: 0 0 30px 0 ;
}

.our-staff-wellness-img {
    margin: 30px 0 50px 0;
}
.our-staff-wellness-img svg {
    width: 100%;
    height: auto;
}
.our-staff-wellness-img svg path:not(.popup-cursor), .our-staff-wellness-img svg g{
    pointer-events: none;
}
.our-staff-wellness-img .plus-icon:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.popup-cursor {
    cursor: pointer !important;
}

.culture-wellness-popup {
    padding:0px 10px 0 45px;
}
.culture-wellness-popup h2 {
    margin: 0 0 25px 0;
    position: relative;
}
.culture-wellness-popup h2::before {
    content: attr(data-title-number) '.';
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -45px;
}
.culture-wellness-popup ul {
    padding: 0;
    margin: 0;
}
.culture-wellness-popup li {
    font-size: 20px;
    margin: 0 0 15px 0;
}
.culture-and-values-wrap {
    display: flex;
}
.culture-and-values-content {
    width: 44%;
}
.culture-and-values-img {
    width: 56%;
}
.community-and-people-img img {
    width: 100%;
}

/* TIMELINE CSS  */
.timeline-wrap {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
}
.timeline-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid var(--navy-blue);
}
.timeline-wrap .timeline-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    transition: all 0.6s ease-out;
}
.timeline-wrap .timeline-item.reverse {
    flex-direction: row-reverse;
}
.timeline-wrap .timeline-item>* {
    flex-basis: 44%;
}

.timeline-wrap .timeline-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 13px;
    background:var(--navy-blue);
    transform: scale(0);
    -webkit-transition: all 300ms cubic-bezier(.345,.6,.87,1.65);
    -moz-transition: all 300ms cubic-bezier(.345,.6,.87,1.65);
    -o-transition: all 300ms cubic-bezier(.345,.6,.87,1.65);
    transition: all 300ms cubic-bezier(.345,.6,.87,1.65);
    -webkit-transition-timing-function: cubic-bezier(.345,.6,.87,1.65);
    -moz-transition-timing-function: cubic-bezier(.345,.6,.87,1.65);
    -o-transition-timing-function: cubic-bezier(.345,.6,.87,1.65);
    transition-timing-function: cubic-bezier(.345,.6,.87,1.65);
}
.timeline-wrap .timeline-item.active:before {
    transform: scale(1);
}

/* Enhanced active state for timeline items */

.timeline-wrap .timeline-item .timeline-year {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    color: var(--white);
    margin: 0 0 15px 0;
    background-color: var(--navy-blue);
    padding: 0px 20px;
    border-radius: 0px 40px 40px 40px;
    height: 40px;
    line-height: 40px;
}
.deepening-the-clinician-page .timeline-wrap .timeline-item .timeline-year {
    color: var(--yellow-light);
}
.timeline-wrap .timeline-item .timeline-content p {
    font-size: 18px;
    line-height: 1.33;
}
.timeline-wrap .timeline-item .timeline-content p .bold-font-span {
    color: var(--navy-blue);
}
.timeline-wrap .timeline-item .timeline-content p a {
    color: var(--black); text-decoration: underline;
    display: inline;
}
.timeline-wrap .timeline-item .timeline-content p a:hover {
    color: var(--navy-blue);
    text-decoration: none;
}
.timeline-wrap .timeline-item .timeline-content p .bold-font-span a {
    color: var(--navy-blue);
}
.timeline-wrap .timeline-item .timeline-content .ul-list li {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}
.timeline-wrap .timeline-item .timeline-img-wrap {
    text-align: right;
}
.timeline-wrap .timeline-item.reverse .timeline-img-wrap {
    text-align: left;
}
.timeline-wrap .timeline-item .timeline-img-wrap .timeline-img-caption {
    font-size: 12px;
    margin: 10px 0 0 0;
    font-style: italic;
}
.timeline-wrap .timeline-item.reverse .timeline-year {
    border-radius: 40px 0px 40px 40px;
}
.timeline-wrap .timeline-item.reverse .timeline-content {
    text-align: right;
}
.story-video-wrap {
    margin: 0 0 50px 0;
}
.story-video-wrap img {
    width: 100%;
    height: auto;
}
.milestones-title {
    padding: 80px 0 20px 0;
}
.where-science-meets-page .timeline-wrap .timeline-item .timeline-year {
    background-color: var(--blue-dark-4);
}
.where-science-meets-page .timeline-wrap .timeline-item .timeline-content p .bold-font-span {
    color: var(--blue-dark-4);
} 
.where-science-meets-page .timeline-wrap .timeline-item .timeline-content p .bold-font-span a {
    color: var(--blue-dark-4);
}
.support-for-singaporeans-page .timeline-wrap .timeline-item .timeline-year {
    background-color: var(--blue-dark);
}
.support-for-singaporeans-page .timeline-wrap .timeline-item .timeline-content p .bold-font-span {
    color: var(--blue-dark);
} 
.support-for-singaporeans-page .timeline-wrap .timeline-item .timeline-content p .bold-font-span a {
    color: var(--blue-dark);
}
.support-for-singaporeans-page .left-bullet-list {
    text-align: left;
    max-width: 80%;
    margin-left: auto;
}
.support-for-singaporeans-page .left-bullet-list li {
    margin-bottom: 10px !important;
}
.timeline-wrap .timeline-item .ol-list {
    margin: 0;
}
.timeline-wrap .timeline-item .ol-list li {
    font-size: 18px;
    line-height: 1.33;
}
.modal{
     padding: 0 !important;   
}
.sora-quote-author { margin: 0 0 0 10px;}

.prescribes-movement-page .inner-page-section-top { overflow: hidden;}
.prescribes-movement-page .inner-page-section-bottom { overflow: hidden;}
.cgh-environmental-page { overflow: hidden;}

/* ===================================== media quiery  ===================================== */
@media screen and (min-width:575px) {
    /* .modal {
        --bs-modal-margin: 3rem;
    } */
}
@media screen and (max-width:1365px) {
    /* .reusing-aa-batteries-img img {
        transform: translateX(35%);
    } */
}
@media screen and (max-width:1199px) {
    .container{max-width: 920px;}
        
    .heading-style-1{font-size: 48px;}
    .heading-style-2{font-size: 44px;}
    .heading-style-3{font-size: 38px;}
    .heading-style-4{font-size: 34px;}
    .heading-style-5{font-size: 32px;}
    .heading-style-6{font-size: 30px;}
    .heading-style-7{font-size: 26px;}
    .heading-style-8{font-size: 22px;}
    .heading-style-9{font-size: 18px;}
    .heading-style-10{font-size: 16px;}
    /* .p-big{line-height: 22px;}
    .p-small{line-height: 22px;} */

    /* button style */
    /* .comman-btn{line-height: 22px;min-width: 128px;font-weight: 600;}
    .comman-btn span{width: 95px;min-height: 0;}
    .big-button .comman-btn span{ width: 190px;min-height: 48px;} */
    /* left arrow btn */
    /* .left-arrow-btn,.right-arrow-btn{border-radius: 28px !important;}
    .left-arrow-btn img,.right-arrow-btn img{width: 28px;height: 28px;}
    
    .icon-button{width: 36px !important;height: 36px !important;}
    .icon-button img{width: 22px;height: 22px;} */

    .main-content {
        margin: 60px 0 0 0;
     
    }
    .main-content .p-small .click-at{
        display: inline-block;
    }
    .main-content .p-small .point-at{
        display: none;
    }
    .celebrating-section {
        margin: 100px 0 0 0;
    }
    .celebrating-section .celebrating-logo::after{
        top: -100%;
        left: 30px;
    }

    .profile-card {
        padding:40px 20px;
        border-radius: 40px;
    }
    .profile-card .custom-button {
        right: 20px;
        bottom: 20px;
    }
    
    .stories-section {
        padding: 100px 0;
    }    
    .stories-wrap {
        margin: 100px 0 0 0;       
    }
    .stories-card .stories-text {
        font-size: 19px;
    }
   
    .modal-dialog {
        max-width: 90% !important;
    }
    .modal-content {
        padding: 30px 40px;
    }
    .profile-detail {
        gap: 30px;
        padding: 0px 0;
    }
    .profile-content {
        padding: 20px 20px 20px 0;
    }
    .profile-detail .profile-left {
        margin: 0px 0 0 0;
    }
    .stories-popup-content {
        gap: 30px;
    }

    .reusing-aa-batteries-img img {
        /* transform: translateX(15%); */
        max-width: 41vw;
    }

    .environmental-champions-img-3 {
        top: -3%;
        left: -16%;
        width: 56.5%;
    }
    .environmental-champions-content-3 p {
        margin: 0 0 0 auto;
        max-width: 74%;
        line-height: 1.2;
    }

    .timeline-wrap .timeline-item .timeline-year {
        font-size: 34px;
    }

    .cgh-environmental-page .inner-page-section-bottom {
        overflow: hidden;
    }

}
@media screen and (max-width:991px) {
    .container{max-width: 740px;}
    body {
        font-size: 18px;
        line-height: 1.33;
    }
    .ul-list li {
        line-height: 1.33;
    }
     
    .heading-style-1{font-size: 44px;}
    .heading-style-2{font-size: 40px;}
    .heading-style-3{font-size: 34px;}
    .heading-style-4{font-size: 32px;}
    .heading-style-5{font-size: 30px;}
    .heading-style-6{font-size: 28px;}
    .heading-style-7{font-size: 24px;}
    .heading-style-8{font-size: 20px;}
    .heading-style-9{font-size: 16px;}
    .heading-style-10{font-size: 14px;}

    .title-img {
        width: 130%;
        margin-left:-15% !important;
    }

    .header-left {
        gap: 20px;
    }
    .navigation ul {
        gap: 20px;
    }

    .impact-report-section {
        padding: 25px 30px;
    }

    .celebrating-section .celebrating-logo::after {
        width: 50%;
        top: -90%;
        left: 30px;
    }

    .leader-section {
        padding: 80px 0;
    }
    .leader-block-wrap {
        display: block;
        margin: 80px 0 0 0;
    }
    .leader-block-wrap .slick-list {
        overflow: visible;
    }
    .leader-block-wrap .slick-track {
        display: flex;
    }
    .leader-block-wrap .slide {
        min-height: 100%;
        height: auto;
    }
    .profile-card {
        margin-right: 15px;
    }
    .profile-detail .profile-img {
        width: 180px;
    }
    .profile-content p {
        font-size: 18px;
    }

    .stories-section {
        padding: 80px 0;
    }
    .stories-wrap {
        gap: 16px;
        margin: 80px 0 0 0;
        
    }
    .stories-card {
        padding: 30px 40px 15px 15px;
    }
    .stories-card .stories-text {
        font-size: 16px;
    }
    .stories-card .stories-arrow {
        padding: 10px 0 0 10px;
        border-radius: 18px 0 0 0;
    }
    .stories-card .stories-arrow::after, .stories-card .stories-arrow::before {
        width: 42px;
        height: 42px;
        border-radius: 0px 0 18px 0;
    }

    .profile-card .custom-button {
        right: 50%;
        transform: translateX(50%);
        bottom: 20px;
        margin-right: -10px;
    }
    .more-stories-wrap .stories-card {
        padding-right: 20px;
    }
    .more-stories-wrap .stories-card .stories-text {
        line-height: 20px !important;
        /* line-clamp: 4;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; */
        display: -webkit-box;
    }
    .more-stories-wrap .stories-card .view-all-stories {
        font-size: 30px;
        line-height: 1.1 !important;
    }
    /* .more-stories-wrap .stories-card .stories-content {
        padding: 0 0 0 20px;
    } */

    .video-control-btn { 
        bottom: 20px;
        right: 20px;
    }
    .video-speed-btn {
        bottom: 20px;
        right: 70px;
    }
    
    .speed-dropdown {
        bottom: 65px;
        right: 70px;
        min-width: 55px;
    }

    .inner-page-section-top .stories-title {
        max-width: 620px;
        padding: 80px 0 40px;
    }
    .inner-description {
        max-width: 620px;     
    }
    .social-prescription-wrap {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }
    .social-prescription-wrap .social-prescription-img {
        margin-left: 0;
    }
    .social-prescription-wrap .social-prescription-content {
        margin-right: 0;
    }

    .environmental-champions-img-3 { left: -12%;top: 50px;    }
    .environmental-champions-content-3 {
        right: -40px;
    }
    .environmental-champions-content-3 p {
        max-width: 64%;
    }
    .reusing-aa-batteries-img img {
        /* transform: translateX(23%); */
        max-width: 45vw;
    }

    .culture-wellness-popup li {
        font-size: 18px;
    }

    .timeline-wrap .timeline-item .timeline-year {
        font-size: 30px;
    }
    .milestones-title {
        padding: 50px 0 20px 0;
    }

    .timeline-wrap .timeline-item .timeline-content p {
        font-size: 16px;     
    }
    .timeline-wrap .timeline-item .timeline-content .ul-list li {
        font-size: 16px;
    }
    .timeline-wrap .timeline-item .ol-list li {
        font-size: 16px;
    }
    .support-for-singaporeans-page .left-bullet-list {
        max-width: 95%;
    }

}
@media screen and (max-width:767px) {
    /* .modal { height: 100dvh !important; min-height: 100svh !important;} */
    /* .modal-open { height: 100dvh !important;}
    html.overflow-hidden { height:100dvh !important;} */
    .modal-open {
        overflow: hidden !important;   
    }


    .container{max-width: 100%; padding: 0 20px;}
    /* body{font-size: 16px;} */
    .heading-style-1{font-size: 24px;}
    .heading-style-2{font-size: 28px;}
    .heading-style-3{font-size: 24px;}
    .heading-style-4{font-size: 35px;}
    .heading-style-5{font-size: 26px;}
    .heading-style-6{font-size: 26px;}
    .heading-style-7{font-size: 20px; line-height: 1.2;}
    .moments-text{font-size: 27px; line-height: 1.2;}
    .heading-style-8{font-size: 19px; line-height: 1.4;}
    .heading-style-9{font-size: 16px; line-height: 1.5;}
    .heading-style-10{font-size: 12px;}
    .p-small { font-size: 10px;}

    .title-img {
        width: 180%;
        margin-left:-40% !important;
    }


    .header {
        padding: 5px 0;
    }
    .logo {
        max-width: 100px;
    }
    .navigation {
        display: none;
    }
    .impact-report {
        font-size: 7px;
        width: 47px;
    }

    .intro-video-section {
        height: calc(100svh - 58px);
    }
    .video-intro-text {
        width: 100%;
        bottom: 80px;
        padding: 0 30px;
    }
    /* .video-speed-btn {
        bottom: 20px;
        right: 70px;
        width: 45px;
        height: 35px;
        font-size: 11px;
    }
    
    .speed-dropdown {
        bottom: 65px;
        right: 70px;
        min-width: 55px;
    } */


    .impact-report-section {
        flex-direction: column;
        align-items: center;
    }
    .impact-report-section h1{
        font-size: 24px;
        text-align: center;
    }
    .inspiring-label {
        transform: translateX(-50%) rotate(-4deg) translateY(0px);
    }
    .inspiring-label .word {
        line-height: 24px;
    }

    .content-text p br{
        display: none;
    }

    .inspiring-text {
        margin: 60px 0 20px 0;
    }
    .celebrating-section {
        margin: 50px 0 0 0;
        flex-direction: column-reverse;
    }
    .celebrating-logo {
        margin: 0 auto 0px;
    }
    .celebrating-section img {
        max-width: 150px;
    }
    .celebrating-section .celebrating-logo::after {
        width: 23%;
        top: -68%;
        left: 70px;
    }

    .leader-section {
        padding: 70px 0;
    }
    .leader-block-wrap {
        margin: 40px 0 0 0;
    }
    .profile-card .profile-image {
        width: 105px;
    }
    .profile-detail .profile-left p {
        margin: 5px 0 30px 0;
    }
    .profile-card p {
        font-size: 14px;
    }
    .profile-content {
        max-height: none;
        padding: 0;
    }

    .stories-wrap {
        grid-template-columns: 1fr;
    }
    .stories-section {
        padding: 50px 0;
    }
    .stories-wrap {
        margin: 40px 0 0 0;
    }
    .stories-slider-wrap .slick-list {
        border-radius: 0px;
    }
    .stories-slider-img {
        border-radius: 0px;
        margin: 0 0 20px 0;
    }
    .stories-slider-img img {
        width: 100%;
    }
    .stories-card {
        padding: 0;
        aspect-ratio: unset;
        align-items: center;
        border-radius: 15px;
        min-height: 80px;
    }
    .stories-card .stories-img {
        position: relative;
        opacity: 1;
        width: 121px;
        opacity:1 !important;
        border-radius: 15px 0 0 15px;
        /* aspect-ratio: 1 / 0.8; */
    }
    .stories-content {
        padding:10px  20px;
    }
    .stories-card:nth-child(3n - 1) {
        transform: translateY(0px);
    }
    .stories-card .stories-arrow {
        display: none;
    }
    .more-stories-section {
        margin: 40px 0 0 0;     
    }
    .more-stories-section .back-to-top {
        display: none;
    }
    .stories-card .stories-text {
        font-size: 16px;
        line-height: 18px !important;
        line-clamp: 4;
        display: -webkit-box;
        text-shadow: 0px 1px 10px #0000005e;
        /* text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; */
    }

    footer{
        padding-block: 0px;     
    }
    .top-footer .footer-logo {
        margin: 0 auto;
    }
    .footer-address-wrap {
        flex-direction: column;
        align-items:center;
        gap: 14px;
        margin-top: 40px;
    }
    .section-institution-logos {
        margin-top: 30px;
    }
    .copy-right-msg {
        text-align: center;
        margin: 0 0 20px 0;
    }
    /* button style */
   
    .modal-dialog {
        max-width: 100% !important;
        margin: 0;
        min-height: 100%;
    }
    .modal-content{
        border-radius: 0;
        padding: 30px 0px;
    }
    .profile-detail {
        flex-direction: column;
        padding: 0 20px !important;
    }
    .profile-detail .profile-img {
        width: 148px;
    }
    .profile-detail .profile-left {
        margin: 0;
        position: relative;
    }

    .stories-popup-wrap {
        /* display: block; */
    }
    .stories-popup-content {
        flex-direction: column;
        gap: 0px;
    }
    .stories-slider-wrap {
        width: 100%;
        position: relative;
    }
    .stories-slider-wrap p.p-small-2 {
        margin-left: 20px;
    }
    .stories-slider-wrap .slide-image  {
        aspect-ratio: 1 / 1.1;
        border-radius: 0;
    }
    .story-description {
        padding: 0 20px 10px;
    }
    .stories-popup-content .story-description {
        padding-right: 20px;
    }
    .stories-popup-wrap h2 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }
    .close-btn {
        right: 10px;
        top: 10px;
    }
    .sora-quote-author {
        margin: 8px 0 0 0px;
        display: block;
    }

    .inner-banner-slider .slick-list{
        margin-bottom: 20px;
    }
    .inner-banner-slider img {
        aspect-ratio: 1 / 1;
    }
    .inner-page-section-top .stories-title {
        padding: 30px 0 30px;
        max-width: 100%;
    }
    .inner-description {
        max-width: 100%;
    }
    .inner-content-2 {
        flex-direction: column-reverse;
        display: flex;
        margin: 20px -20px 0 -20px;
        background-color: var(--white);
    }
    .inner-content-2 .content-image {
        margin: 0px 0px 0px 0px;
    }
    .inner-content-2 .content-image p {
        padding: 0 20px;
    }
    .inner-content-2 h2 {
        padding: 30px 20px;
    }
    .inner-page-section-bottom {
        padding: 30px 0;
        /* background-color: var(--theme-color); */
    }
    .inner-page-section-bottom .more-stories-section {
        display: none;
    }
    .more-stories-read {
        /* padding: 30px 0; */
        margin: 0;
        /* background-color: var(--theme-color); */
    }
    .more-stories-read h2 {
        font-size: 24px;
    }
    .more-stories-wrap {
        flex-direction: column;
    }
    .more-stories-wrap .stories-card:nth-child(3n - 1) {
        transform: translateY(0px);
    }
    .view-all-stories-card {
        background-color: var(--gray-light) !important;
        justify-content: center;
        padding-right: 0 !important;
    }
    .more-stories-wrap .stories-card {
        padding-right: 0;
    }
    .more-stories-wrap .stories-card .view-all-stories {
        font-size: 24px;
        color: var(--black);
    }

    .slick-prev {
        left: 20px;
    }
    .slick-next {
        right: 20px;
    }
    .inner-banner-img {
        margin: 0 0 0px 0;
    }

    .dr-fadzil-wrap {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .cgh-environmental-page .inner-page-section-top .inner-description {
        margin-bottom: 110px;
    }
    .environmental-champions-img-2 {
        margin: 20px 0 -130px 0;
    }
    .environmental-champions-wrap-3 {
        flex-direction: column;
        gap: 0;
        padding: 30px 0 15px;
    }
    .environmental-champions-img-3 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .environmental-champions-content-3 {
        right: 0;
        width: 100%;
    }
    .environmental-champions-content-3 p {
        max-width: 100%;
    }
    .environmental-champions-wrap {
        flex-direction: column;
    }
    .environmental-champions-wrap .environmental-champions-img {
        width: auto;
    }
    .environmental-champions-wrap-2 {
        flex-direction: column;
        gap: 20px;
    }
    .environmental-champions-wrap-2 .environmental-champions-img {
        width: auto;
    }
    .reusing-aa-batteries {
        flex-direction: column;
        gap: 20px;
    }
    .reusing-aa-batteries .reusing-aa-batteries-img {
        width: auto;
        text-align: center;
    }
    .reusing-aa-batteries-content {
        width: 100%;
    }
    .reusing-aa-batteries-content p:first-child {
        width: 100%;
    }
    .reusing-aa-batteries-img img {
        max-width: 100%;
        position: relative;
        top: 0;
        transform: translateX(0);
    }

    .culture-wellness-popup {
        margin: 0 30px;
        padding-left: 30px;
    }
    .culture-wellness-popup h2::before {
        left: -30px;
    }
    .culture-and-values-wrap {
        flex-direction: column;
    }
    .culture-and-values-content {
        width: 100%;
    }
    .culture-and-values-img {
        width: 100%;
    }
    .culture-wellness-popup li {
        font-size: 16px;
    }
    .culture-of-wellness-page .inner-description {
        margin-bottom: 40px;
    }

    .story-video-wrap {
        margin: 0 0 30px 0;
    }
    .milestones-title {
        padding: 40px 0 0 0;
    }

    .stories-modal .modal-dialog-scrollable .modal-body{
        overflow-y: auto;
    }
    .stories-popup-content .story-description {
        max-height: none;     
    }
    .deepening-the-clinician-page .inner-page-section-top {
        margin-bottom: 50px;
    }

}
@media screen and (max-width:575px) {
    .side-menu {
        width: 100%;
    } 
    .leader-block-wrap .slick-list {
        /* padding-right: 50px; */
    }

    .main-content .heading-style-6{
        padding: 0 40px;
    }

    .timeline-wrap .timeline-item {
        /* display: block; */
        padding-left: 30px;
        flex-direction: column-reverse;
    }
    .timeline-wrap .timeline-item.reverse {
        flex-direction: column-reverse;
    }
    .timeline-wrap:before {
        left: 8px;
    }
    .timeline-wrap .timeline-item:before {
        left: 0px;
    }
    .timeline-wrap .timeline-item.reverse .timeline-content {
        text-align: left;
    }
    .timeline-wrap .timeline-item .timeline-img-wrap {
        margin: 25px 0 0px 0;
        text-align: left;
    }
    .timeline-wrap .timeline-item .timeline-img-wrap:empty {
        display: none;
    }
    .timeline-wrap .timeline-item .timeline-year {
        font-size: 24px;
        height: 34px;
        line-height: 34px;
        padding: 0px 15px;
    }
    .timeline-wrap .timeline-item.reverse .timeline-year {
        border-radius: 0px 40px 40px 40px;
    }
    
}


