html{
    scroll-behavior: smooth;  
}

body{
    background-color: #F6E3D6;
    padding-top: 103px;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-family: var(--font-family-heading);
    color: var(--color-dark1);
}

.header_wrap header{
    border-bottom: 1px solid #DDD4CF;
}

.investor_sec{
    background-color: #F2DDCE;
    border-bottom: 1px solid #DDD4CF;
}

.main_page_wrap header, .annual_heading{
    background-color: #F6E3D6;
}

.header_wrap .nav_links_sec ul li a{
    color: var(--color-dark1);
}

.logo_text a svg * {
    fill: var(--color-dark1);
}

/* .annual_heading {
    padding: 85px 0;
} */
/* .annual_heading h2:before{
    content: "";
    clear: both;
    height: 138px;
    width: 138px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/csr_heading_flower.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.annual_heading h2 span {
    color: #4D3535;
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-xxl);
    letter-spacing: var(--letter-spacing-xl);
    text-transform: uppercase;
    opacity: 0.83;
} */

.years_wrap {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: baseline;
}

.years_wrap .left_years:has(ul:empty){
    display: none;
}

.right_years ul.years-wrap li h3 {
    line-height: 100px;
    padding: 0;
}

.investor_sec .container{
    width: 100%;
    max-width: calc(100% - 500px);
    margin: 0 auto;
    padding: 75px 0 125px;
}

.left_years{
    position: sticky;
    top: 103px;
}

.left_years ul li a:after{
    content: "";
    clear: both;
    height: 26px;
    width: 1px;
    background: #6A5350;
    opacity: 0.3;
    display: block;
    margin: 0 auto;
}

.left_years ul li:last-child a:after{
    content: none;
}

.left_years ul li a{
    color: #6A5350;
text-align: center;
font-family: var(    --fm-montserrat);
font-size: var(--font-size-journey-span);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 59px; /* 295% */
letter-spacing: -0.8px;
text-transform: uppercase;
display: inline-block;
opacity: 0.5;
transition: 0.2s;
}

.left_years ul li a.year_active{
    opacity: unset;
}

.right_years ul{
    border-left: 1px solid var(    --color-accent);
    padding-left: 25px;
    /* margin-bottom: 65px; */
}
.year_pdf{
    padding-top: 65px;
}
.year_pdf:first-child {
    padding-top: 0px;
}
.right_years ul li h3{
    color: var(--color-accent);
font-family: var(--fm-montserrat);
font-size: 40px;
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 50px;
letter-spacing: -2px;
/* text-transform: uppercase; */
padding-bottom: 27px;
}

.right_years ul li{
    border-bottom: 1px solid #D7BDAA;
}

.right_years ul li .download_icon p{
    color: #6E4843;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-journey-span);
    font-style: normal;
    font-weight: var(--font-weight-normal);
   
    letter-spacing: -0.8px;
    line-height: normal;
padding: 33px 0;
}

.download_icon{
    display: grid;
    grid-template-columns: 90% 10%;
align-items: center;
}

.years-wrap .download_icon:has(strong){
    grid-template-columns: 80% 20%;
}

.years-wrap .download_icon strong{
    color: var(--color-accent);
    font-family: var(--josefin-sans-font);
    font-weight: var(--font-weight-medium);
}

.download_icon a img{
    max-width: 25px;
    margin: 0 auto;
}


.year_filter_wrap{
    display: none;
}

@media screen and (max-width: 768px), screen and (max-device-width: 1024px){
    section.investor_sec .container{
        max-width: 100%;
        padding: 75px 15px;
    }

    .investors_wrap .years_wrap{
        grid-template-columns: auto;
    }

    .left_years{
        display: none;
    }

    .right_years ul li .download_icon p{    
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    .download_icon{
        display: grid;
        grid-template-columns: 80% 20%;
    
    }

    .select_year_filter{
        position: relative;
    }
    
    .year_filter_wrap{
        display: block;
        position: fixed;
        top: 50%;
        right: 15px;
        z-index: 99;
    }

   .dropdown-content{
        display: none;
    }

    .show_years{
        display: block;
    }
    .select_year_filter .dropbtn{
        color: #F8ECE4;
        text-align: center;
        font-family: var(--fm-montserrat);
        font-size: 12px;
        font-style: normal;
        font-weight: var(--font-weight-bold);
        line-height: normal;
        letter-spacing: 0.84px;
        border-radius: 40px;
        background: #6A5453;
        padding: 10px 13px;
        display: block;
        border: none;
        outline: none;
        min-width: 115px;
        width: 100%;

    }

    .dropdown-content{
        border-radius: 20px;
        background: #FFF1E7;
        box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.05);
        margin-bottom: 13px;
        position: absolute;
        bottom: 100%;
        width: 100%;
        padding: 10px 0;
        list-style: none;
    }

    .dropdown-content li a{
        color: #6A5350;
        text-align: center;
        font-family: var(--fm-montserrat);
        font-size: 20px;
        font-style: normal;
        font-weight: var(--font-weight-normal);
        line-height: 42px;
        letter-spacing: -0.8px;
        display: block;
        text-align: center;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape),  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .years_wrap{
        grid-template-columns: 20% 80%;
    }

    .investor_sec .container{
        max-width: calc(100% - 300px);
    }
}