﻿/* navbar icones and images */

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.main {
    height: auto;
}*/

/* body of about */

/*.about-body-containers {
    display: flex;
    flex-direction: column;
    height: auto;*/
/* row-gap: 4rem; */
/*}

.main-container1 {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.sub-container1 {*/
/* max-width: 73rem;*/
/*width: 100%;
    margin: auto;
    margin-top: 2rem;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    row-gap: 1rem;
}

.container-first-head h2 {
    font-weight: 200;
    color: #0056b3e6;
}

h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

h1 {
    color: #0056b3;
    font-size: 2.5rem;
}

h2 {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
}

.container-about-para p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 2rem;
}

.container-img1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .container-img1 img {*/
/* width: 55%;*/
/*width:100%;
        height: 40%;
        margin-bottom: 8rem;
    }*/

/* seconde container */

/*.main-container2 {
    background-color: #70707029;
    height: 18rem;
    width: 100%;
    margin-bottom: 5rem;
}

.container2-about-list ul li {
    list-style-type: circle;
    margin-bottom: 6px;
}

    .container2-about-list ul li::marker {
        font-size: 6px;
    }*/

/* third container */
/*.main-container3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-container3 img {*/
/*width: 60%;*/
/*width:100%;
    }*/

/* fourth container */
/*.main-container4 {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-around;
    padding-top: -10rem;
    color: rgb(255, 255, 255);
    width:100%;
}

.main-container4-left {
    width: 50% !important;
    height: 22rem !important;
    background-color: #175BA7 !important;
    
}

.main-container4-right {
    width: 50% !important;
    height: 22rem !important;
    background-color: #1C8ECE !important;
}

.container4-first-head h2 {
    color: #FFFFFF;
    font-weight: 100;
}

.container4-second-head h1 {
    color: #FFFFFF;
}

.sub-container4-left {
    margin: 2rem 0px 0px 6rem
}

.sub-container4-right {
    margin: 2rem 0 0 4rem;
}*/

/* fifth container */
/*.main-container5 {
    width: 100%;
    height: auto;
}

.sub-div-container5 {*/
/* width: 49%;*/
/*width:100%;
    padding-left: 92px;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-container5 div h2 {
    font-weight: 100;
    color: #0056b3;
}

.sub-container5 div h1 {
    color: #0056b3;
}

.sub-container5 div p {
    width: 100%;
}

.sub-container5 {
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
}*/

/* animation using timeline */

/*.main-timeline {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;*/
/*width: 72%;*/
/*width:100%;
    background-color: #f8f9fa;
    display: flex;
    justify-content: start;
    position: relative;
    align-items: center;
    height: 20rem;
}*/

/* .timeline-container {
    width: 69%;
    position: relative;
    margin: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline {
    position: relative;
    height: 2px;
    background: #dcdcdc !important; 
    z-index: 0; 
}

.timeline-progress {
    position: absolute;
    height: 100%;
    background: #3D5AF1;
    width: 10rem;
    z-index: 1;
    animation: timeline-animation 7s linear forwards; 
}

@keyframes timeline-animation {
    0% { width: 0; }
    100% { width: 100%; }
} */

/* Add these corrected styles */
/*.timeline-container {*/
/*width: 93%;*/
/*width:100%;
    position: relative;
    margin: 100px 0;
}

.timeline {
    position: relative;
    height: 2px;
    background: #F8F9FA !important;*/ /* Visible track color */
/*z-index: 0;
    width: 100%;*/ /* Add this */
/*}

.timeline-progress {
    position: absolute;
    height: 100%;
    background: #3D5AF1;*/ /* Progress bar color */
/*width: 0;
    z-index: 1;*/ /* Above track but below circles */
/*animation: timeline-animation 7s linear forwards;
}

@keyframes timeline-animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }*/
/* Full width animation */
/*}*/

/* Ensure circles stay on top */
/*.circle {
    z-index: 2;*/ /* Higher than timeline elements */
/* rest of your circle styles */
/*}

.event {
    position: relative;
    text-align: center;
    width: 150px;
    opacity: 0;*/
/* Initially hidden */
/*transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #22D1EE;
    border-radius: 50%;
    margin: -4px auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insidecircle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f6f6f6;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.subinsidecircle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #22D1EE;
}

.iconarrow img {
    z-index: 0;
}

.year {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

.desc {
    font-size: 14px;
    color: #7f8c8d;
}

.iconarrow img {
    height: 60px;
}*/

/* sub container images */
/*.sub-container5-img {
    height: 35rem;
    display: flex;
    align-items: center;
}

.sub-container5-img-key {
    width: 85%;
    height: 25rem;
}

.main-container6 {
    height: 10rem;
    background-color: #70707029;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

.sub-container6-text {
    margin: 0rem 0 0 6rem;
    width: 80%;
    height: 15rem;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 2rem;
}

    .sub-container6-text h1 {
        color: #0056b3;
        font-family: 'Montserrat', sans-serif;
    }

    .sub-container6-text h2 {
        color: #0056b3;
        font-weight: 100;
        font-family: 'Montserrat', sans-serif;
    }

    .sub-container6-text p {
        width: 100%;
    }

.main-container7 {
    width: 100%;
    margin: 3rem 0 0 0;
    display: flex;
    gap: 6rem;
    justify-content: center;
}

    .main-container7 video {
        width: 100%;
        height: 20rem;
    }

        .main-container7 video source {
            width: 100%;
            height: 30rem;
        }

.circle-percentage {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #0056b3;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .circle-percentage::before {
    }

.circle-inner {
    width: 70%;
    background-color: rgb(255, 255, 255);
    height: 70%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: larger;
    font-family: 'Montserrat', sans-serif;
}

.circle-percentage::after {
}*/

/* eight container */

/*.main-container8 {
    margin: 6rem 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-container8 img {
        width: 50%;
        height: 30%
    }*/

/* nineth container */
/*.main-container9 {
    background-color: #1C8ECE;
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 100%;
    height: 22rem;
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-container9 div {
        margin: 01rem 0 0 0rem;
        width: 80%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.main-container10 {
    width: 100%;
    min-height: 7rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sub-container10 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 3rem;
    align-items: center;
}

.sub-container10-text {
    font-size: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0056b3;
}

.sub-container10-image {*/
/* width: 6rem; */
/*height: 3rem;
    position: relative;
    display: inline-block;
}

    .sub-container10-image img {
        width: 22rem;
        height: 58px;*/
/* z-index: 3; */
/*}

.sub-container10-img-inner-text {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 20rem;
    transform: translate(-50%, -50%);*/ /* Center the div */

/*color: white;*/
/* padding: 20px; */
/*text-align: center;*/ /* Center the text within the div */
/*border-radius: 10px;*/
/* z-index: 1; */

/*position: absolute;
    top: 56%;
    left: 11rem;
}

#footer {
    width: 100%;
    height: 21rem;
    background-color: #175BA7;
}

.timeline-alignment {
    display: flex;
}

.timeline-direction-col {
    flex-direction: column;
}

.timeline-direction-rev-col {
    flex-direction: column-reverse;
}

.timeline-position {
    position: absolute;
}

.left0 {
    left: 0rem;
}

.left10 {
    left: 10rem;
}

.left20 {
    left: 20rem;
}

.left30 {
    left: 30rem;
}

.left40 {
    left: 40rem;
}

@media screen and (max-width: 768px) {
    .sub-container10 {
        display: block;
        padding-left: 0;
    }

    .sub-container5 {
        display: block;
    }

    .sub-div-container5 {
        width: 100%;
    }

    .main-timeline {
        width: 100%;
        height: 100%;
    }

    .timeline-container {
        width: 100%;
    }

    .timeline-position {
        height: 7rem;
        position: static;
    }

    .timeline-direction-rev-col {
        flex-direction: column;
    }

    .left0 {
        left: 0rem;
    }

    .left10 {
        left: 0rem;
    }

    .left20 {
        left: 0rem;
    }

    .left30 {
        left: 0rem;
    }

    .left40 {
        left: 0rem;
    }

    .timeline {
    }

    .timeline-progress {
    }*/

/* @keyframes timeline-animation {
        0% { height: 0; }
        100% { height: 100%; }
    } */

/*.event {
        width: 100%;
    }

        .event .year {
            order: 1;
        }

    .circle {
        order: 2;
    }

    .iconarrow {
        order: 5;
    }

    .event .desc {
        order: 4;
    }

    .timeline-direction-rev-col .iconarrow img {
        transform: rotate(180deg);
    }
}*/
/* Default styles for desktop */
/*.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.box {
    width: 30%;*/ /* Adjusted for three columns */
/*margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    text-align: center;
}

    .box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}*/

/* Responsive Design */

/* For tablets (max-width: 1024px) */
/*@media (max-width: 1024px) {
    .box {
        width: 45%;*/ /* Two columns */
/*}

    h1 {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }
}*/

/* For mobile screens (max-width: 768px) */
/*@media (max-width: 768px) {
    .box {
        width: 100%;*/ /* Single column */
/*}

    h1 {
        font-size: 20px;
    }

    p {
        font-size: 13px;
    }

    .container {
        padding: 10px;
    }
}*/

/* For very small screens (max-width: 480px) */
/*@media (max-width: 480px) {
    h1 {
        font-size: 18px;
    }

    p {
        font-size: 12px;
    }
}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.main {
    height: auto;
    width: 100%;
}

/* General typography */
h1 {
    color: #0056b3;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.container-first-head h2 {
    color: #0056b3;
    font-weight: 400;
    font-size:3rem;
}

p {
    font-size: 17px;
    line-height: 1.6;
}

/* Main containers structure */
.about-body-containers {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 50px;
}

/* First section - About */
.main-container1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 0 20px;
}

.sub-container1 {
    width: 100%;
    max-width:1448px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 20px 0;
}

.container-about-para p {
    margin: 15px 0;
    /* max-width: 800px;*/
  /*  max-width: 1000px;*/
    max-width: 1030px;
}


.container-img1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 40px 0;
}

    .container-img1 img {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

/* Second section - Specialize in */
.main-container2 {
    background-color: #70707029;
    padding: 40px 20px;
    margin-bottom: 60px;
}

.container2-about-list ul {
    padding-left: 20px;
    margin-top: 20px;
}

    .container2-about-list ul li {
        list-style-type: disc;
        margin-bottom: 10px;
        font-size: 16px;
    }

/* Third section - Image */
.main-container3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 60px;*/
    padding: 0 20px;
}

    .main-container3 img {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

/* Fourth section - Vision and Mission */
.main-container4 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 60px;
}

.main-container4-left {
    width: 50%;
    background-color: #175BA7;
    padding: 40px;
    color: white;
}

.main-container4-right {
    width: 50%;
    background-color: #1C8ECE;
    padding: 40px;
    color: white;
}

.container4-first-head h2,
.container4-second-head h1 {
    color: white;
}

.sub-container4-left,
.sub-container4-right {
    max-width: 500px;
    margin: 0 auto;
}

.mission-list ul {
    color: white;
    margin-top: 15px;
}

    .mission-list ul li {
        list-style-type: disc;
        margin-bottom: 8px;
    }


.main-container5 {
    padding: 60px 20px;
    margin-bottom: 40px;
}

.sub-container5 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* History section with timeline layout */
.history-container {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.sub-div-container5 {
    flex: 0 0 30%;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0; /* Ensure no left padding */
    margin-left: 0; /* Ensure no left margin */
}

    .sub-div-container5 h1 {
        color: #0063b3;
        font-size: 38px;
        margin: 0;
        font-weight: 700;
    }

    .sub-div-container5 h2 {
        color: #0063b3;
        font-weight: 300;
        font-size: 30px;
        margin: 0;
    }

    .sub-div-container5 p {
        max-width: 700px;
        margin-top: 15px;
        color: #333;
        font-size: 16px;
        line-height: 1.5;
    }

.timeline-wrapper {
    flex: 0 0 65%;
    position: relative;
}

/* Horizontal timeline design */
.horizontal-timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

/* Timeline years container */
.timeline-years {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    z-index: 2;
}

/* Year marker positioning */
.year-marker {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 50px;
    margin-left: -25px; /* Center the marker */
}

    .year-marker[data-year="2012"] {
        left: 0%;
    }

    .year-marker[data-year="2017"] {
        left: 25%;
    }

    .year-marker[data-year="2019"] {
        left: 50%;
    }

    .year-marker[data-year="2021"] {
        left: 75%;
    }

    .year-marker[data-year="2024"] {
        left: 100%;
    }

    .year-marker.visible {
        opacity: 1;
        transform: translateY(0);
    }

.year {
    font-size: 18px;
    font-weight: bold;
    color: #0063b3;
}

.timeline-line-container {
    position: relative;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-progress {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #22D1EE;
    transition: width 0.5s linear;
}

.circle-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .circle.active {
        background-color: #22D1EE;
        border-color: #22D1EE;
    }

.insidecircle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

/* Timeline descriptions - Top */
.timeline-top-descriptions {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.top-description {
    position: absolute;
    text-align: center;
    width: 120px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .top-description[data-year="2017"] {
        left: 25%;
        transform: translateX(-50%) translateY(-20px);
    }

    .top-description[data-year="2021"] {
        left: 75%;
        transform: translateX(-50%) translateY(-20px);
    }

    .top-description.visible {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .top-description::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #ddd;
    }

/* Timeline descriptions - Bottom */
.timeline-bottom-descriptions {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.bottom-description {
    position: absolute;
    text-align: center;
    width: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .bottom-description[data-year="2012"] {
        left: 0%;
        /*margin-left: -10px;*/ /* Fine-tune alignment */
        transform: translateX(0) translateY(20px);
    }

    .bottom-description[data-year="2019"] {
        left: 50%;
        transform: translateX(-50%) translateY(20px);
    }

    .bottom-description[data-year="2024"] {
        left: 100%;
        transform: translateX(-100%) translateY(20px);
    }

    .bottom-description.visible {
        opacity: 1;
    }

    .bottom-description[data-year="2012"].visible {
        transform: translateX(0) translateY(0);
    }

    .bottom-description[data-year="2019"].visible {
        transform: translateX(-50%) translateY(0);
    }

    .bottom-description[data-year="2024"].visible {
        transform: translateX(-100%) translateY(0);
    }

    .bottom-description::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #ddd;
    }

.desc-text {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

/* Reload button */
.reload-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.reload-btn {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

    .reload-btn:hover {
        background-color: #f5f5f5;
    }

/* Make timeline responsive */
@media (max-width: 768px) {
    .history-container {
        flex-direction: column;
    }

    .sub-div-container5, .timeline-wrapper {
        flex: 0 0 100%;
    }
}


/* Sixth section - Values */
.main-container6 {
    background-color: #f8f9fa;
    padding: 40px 20px;
    margin-bottom: 40px;
}

.sub-container6-text {
    max-width: 1000px;
    margin: 0 auto;
}

    .sub-container6-text h2 {
        color: #0056b3;
        font-weight: 300;
    }

    .sub-container6-text p {
        margin-top: 15px;
        max-width: 800px;
    }

/* Seventh section - Video */
.main-container7 {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 20px;
}

    .main-container7 video {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

/* Eighth section - Image */
.main-container8 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 60px;*/
    padding: 0 20px;
}

    .main-container8 img {
        max-width: 100%;
        height: auto;
    }

/* Ninth section - Blue box */
.main-container9 {
    background-color: #1C8ECE;
    padding: 60px 20px;
    color: white;
    margin-bottom: 60px;
}

    .main-container9 div {
        max-width: 1000px;
        margin: 0 auto;
    }

    .main-container9 p {
        margin-bottom: 20px;
    }

/* Tenth section - Profile link */
.main-container10 {
    padding: 40px 20px;
    /*  margin-bottom: 60px;*/
    background-color: #D9D9D9;
}
/*to remove gap between check our company profile and footer*/
/* bottom container */
.pb-3, .py-3 {
    padding-bottom: 0 !important;
}


.sub-container10 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D9D9D9;
}

.sub-container10-text {
    font-size: 34px;
    color: #0056b3;
    margin-bottom: 20px;
}

.sub-container10-image {
    position: relative;
    margin-bottom: 20px;
}

    .sub-container10-image img {
        max-width: 100%;
        height: auto;
    }

.sub-container10-img-inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    text-align: center;
    width: 80%;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .main-container4 {
        flex-direction: column;
    }

    .main-container4-left,
    .main-container4-right {
        width: 100%;
    }

    .sub-container10 {
        flex-direction: column;
        text-align: center;
    }

    .sub-container10-text {
        margin-bottom: 30px;
    }

    .history-container {
        flex-direction: column;
    }

    .sub-div-container5, .timeline-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .timeline-year-markers, .timeline-descriptions {
        flex-direction: column;
        align-items: flex-start;
    }

    .year-marker, .description {
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
    }

    .timeline-line {
        display: none;
    }

    #desc-2017, #desc-2021 {
        margin-top: 0;
    }

        #desc-2017::after, #desc-2021::after,
        #desc-2012::before, #desc-2019::before, #desc-2024::before {
            display: none;
        }

    .container-img1 img,
    .main-container3 img,
    .sub-container5-img-key {
        width: 100%;
    }

    .main-container4-left,
    .main-container4-right {
        padding: 30px 20px;
    }

    .sub-container10-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .container-img1 img,
    .main-container3 img,
    .sub-container5-img-key {
        width: 100%;
    }

    .main-container4-left,
    .main-container4-right {
        padding: 30px 20px;
    }

    .sub-container10-text {
        font-size: 18px;
    }
}
/* Add these styles to your about.css file */

/* History image container styling */
.history-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

    .history-image img {
        max-width: 100%;
        height: auto;
    }

/* Responsive adjustments for history section */
@media screen and (max-width: 992px) {
    .history-container {
        flex-direction: column;
    }

    .sub-div-container5,
    .timeline-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }

    .history-image {
        margin-top: 30px;
        order: -1; /* This will move the image above the timeline on smaller screens */
    }
}

@media screen and (max-width: 768px) {
    .history-image img {
        width: 100%;
        max-width: 500px; /* Limit the maximum width on smaller screens */
    }
}

@media screen and (max-width: 576px) {
    .history-image {
        margin-top: 20px;
    }

        .history-image img {
            max-width: 100%; /* Full width on very small screens */
        }
}