.about-section {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    border: none;
}

#about-section .about-section {
    margin-bottom: 0;
    margin-top: 80px;
    gap: 32px;
}

.about-section h1 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-top: 20px;
}

.about-section h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.head-section {
    padding: 80px 32px;
}

.about-signature span {
    color: #8e8e8e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-signature {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-inner-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-signature img {
    width: 160px;
    height: 58px;
    aspect-ratio: 80/29;
}

.report-section-main {
    background: #fbfbfa;
    padding-top: 80px;
}

.reports-section.about {
    grid-template-columns: 1fr 1fr;


    margin-top: 0;
    padding: 0;
    border-top: 1px solid #F0F1E9;
}

.report-section-main .reports-left {
    position: static;
}

.reports-section.about .report-item {
    gap: 40px;
    justify-content: start;
    background-color: transparent;
    border-right: 1px solid #F0F1E9;
}

.reports-bottom .report-item:first-child {
    border-right: 1px solid #F0F1E9;

}

.reports-bottom {
    border-top: 1px solid #F0F1E9;
}

.reports-section.about .report-item h4 {
    margin-bottom: 0;
}

#about-section .about-section .about-right {
    padding: 60px;
}

.reports-section.about h3 {
    padding: 24px 32px;
}

.about-section.about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    /* padding: 0 60px; */
    margin-top: 0 !important;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;

    background-color: white;
    position: relative;
}

.about-section.about-grid:last-child {
    border-bottom: none;
}


.about-section.about-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #f3f3f3;
}

.about-grid-main {
    margin-top: 80px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}

.about-grid-main .about-content {
    padding: 60px;
}

.about-section.about-grid:first-child {
    margin-top: 100px;
}

.about-section.about-grid .about-right > div {
    padding: 0;
}

/* ABOUT ITEM BANNER START */
.banner-content {
    height: 510px;
}

.banner-content p {
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.banner-content .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 620px;
    width: 100%;
}

#item-section .banner-content .content {
    max-width: 50%;
}

.banner-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.head-bottom .content h1 {
    color: #fff;

    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
}

.head-bottom .content.item-inner h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

#item-inner-section .head-bottom {
    grid-template-columns: 1fr;
}

#item-inner-section .banner-content .content {
    max-width: 100%;
}

/* ABOUT ITEM BANNER END */

.tabs-container {
    display: grid;
    grid-template-columns:  1fr 3fr;


    border: 1px solid #f3f3f3;

    z-index: 2;
    position: relative;
    margin-top: 80px;
    background-color: #fff;

}

.tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    position: sticky;
    top: 100px;
    height: fit-content;
    padding: 32px;
}

.tabs a {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    transition: background-color 0.3s;
    color: #919191;
    font-weight: 400;
}

.tabcontent {
    flex: 2;
    border-left: 1px solid #f3f3f3;

}

.tabs a.active {
    color: #000;
    font-weight: 500;
}

.tab-guidance img {
    padding: 32px;
    width: 100%;
}

.tab-guidance .tab-item-bottom img {
    border: none;
    padding: 0;
}

.tab-guidance .tab-item {
    border-right: 1px solid #f3f3f3;
}

.tab-guidance .tab-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #f3f3f3;
}

.tab-guidance .tab-item-bottom .text {
    padding-left: 31px;
}

.tab-guidance .tab-item-bottom p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.tab-guidance .tab-item-bottom span {
    color: #919191;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.tab-guidance .tab-item-bottom button {
    display: flex;
    width: 81px;
    height: 81px;
    padding: 32px 31px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-left: 1px solid #f3f3f3;
    background-color: white;

}

.about-activity .activity-item {
    padding: 31px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid #f3f3f3;

    transition: all 0.4s ease;
    cursor: pointer;
}

.about-activity .activity-item:hover {
    background-color: #fbfbfa;
}

.about-activity .activity-item h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.about-activity .activity-item p {
    color: #887322;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-activity .activity-item span,
.about-activity .activity-item small {
    color: #aaa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.about-activity .activity-item small {
    padding-left: 12px;
    position: relative;
}

.about-activity .activity-item img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.about-activity .activity-item small::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 3px;
    top: 7px;
    background: #aaa;
    border-radius: 50%;
}

.about-projects .project-item h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.about-projects .project-item p {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-projects .project-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.about-projects {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid #f3f3f3;
}

.about-projects:first-child {
    border-top: none;
}

.about-projects .project-item:first-child {
    border-right: 1px solid #f3f3f3;

}

.year-history {
    display: flex;
    flex-direction: column;
}

.year-history .years-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}

.year-history .years-wrapper .year-item {
    display: flex;
}

.year-history .years-wrapper button {

    width: 100%;
    border-left: 1px solid #f3f3f3;
    display: flex;
    justify-content: center;
    height: 96px;
    align-items: center;
    transition: all 0.4s ease;
}

.year-history .years-wrapper button:hover {
    background: #fbfbfa;
}

.year-history .years-wrapper button img {
    transition: all 0.4s ease;
}

.year-history .years-wrapper button:hover img {
    filter: invert(48%) sepia(34%) saturate(509%) hue-rotate(24deg) brightness(94%) contrast(92%);
}

.year-history .years-wrapper .year-item a {
    padding: 0 32px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-right: 1px solid #f3f3f3;

    transition: all 0.4s ease;
    cursor: pointer;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-history .years-wrapper .year-item a:hover {
    background: #fbfbfa;
    color: #887322;
}

.year-history .years-wrapper .year-item .active {
    background: #fbfbfa;
    color: #887322;
}

.year-history .year-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #f3f3f3;


}

.year-history .year-content h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.year-history .year-content p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.year-history {
    background-color: white;
}

.years-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.arrow-buttons {
    flex: 0 0 auto;
    z-index: 2;
    display: flex;
    justify-content: end;
}


.year-slider-container {
    overflow: hidden;
    flex: 1;
    position: relative;
}

.year-item {
    display: flex;
    transition: transform 0.3s ease;
}

.item-inner-section {
    width: 100%;
    max-width: 1040px;
    padding: 0 32px 32px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;

}

.item-inner-grid {
    margin-top: 80px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;


}

.item-inner-section .inner-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
}

.item-inner-section .inner-content h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
}

.item-inner-section .inner-content p,
.item-inner-section .inner-content ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.item-inner-section .inner-content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-inner-section .inner-content ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
}

.item-inner-section .inner-content ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    left: 8px;
    top: 11px;
}

.banner-overlay {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(
            270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.05) 100%
    );

    backdrop-filter: blur(2px);
    position: absolute;
    z-index: 1;
}

#activityGrid, #reports, #reports-filter {
    position: relative;
}

.activity-item, #reports .report-item {
    position: relative;
    background-color: transparent;
}

#reports .report-item {
    border-bottom: 1px solid #f3f3f3;
}

#activityGrid::before, #reports::before, #reports-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
    box-sizing: border-box;
}

#activityGrid::after, #reports::after, #reports-filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 66.666%;
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
    box-sizing: border-box;
}
