.history-wrapper {
    width: 100%;
    margin-top: 116px;
    display: flex;
    justify-content: center;
    background-image: url('/assets/images/our-team-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-position: center center;
}

.history-inner-wrapper {
    width: 1300px;
    padding: 115px 0px;
}

.history-inner-wrapper p {
    font-size: 60px;
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    z-index: 1 !important;
}

.our-history-description p {
    font-size: 21px;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); */
    font-weight: 200;
    /* width: 40%; */
    width: 55%;
    margin-top: 20px;
}

.m-history-h {
    font-size: 60px !important;
    font-weight: 600;
    color: white;
    line-height: 75px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.history-wrapper-common {
    width: 100%;
    padding: 60px 0px;
    display: flex;
    justify-content: center;
}

.our-history-sec2 {
    width: 1300px;
    display: flex;
    gap: 46px;
    justify-content: space-between;
}


.our-history-sec2 img {
    height: 100%;
    object-fit: contain;
}

.sec2-desc-wrapper {
    padding-top: 70px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: fit-content;
}

.sec2-desc-wrapper img {
    height: 41px;
}

.o-h-h1 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 20px;
}

.o-h-txt {
    font-size: 24px;
    margin-top: 20px;
}

.o-h-mid {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

.divider {
    width: 0;
    height: 6px;
    background: linear-gradient(to right, rgba(0, 115, 63, 1), rgba(2, 185, 103, 0.281));
    box-shadow: 0 2px 6px rgba(0, 115, 63, 0.15);
    margin: 50px auto;
    transition: width 1s ease;
    opacity: 0;
    border-radius: 100px;
}

.divider.visible {
    width: 20%;
    /* Adjust as needed */
    opacity: 1;
}


.o-banner {
    width: 50%;
}




/* sttylish Drawing */

.stylish-drawing-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;

}

.stylish-drawing-inner-wrapper {
    width: 1300px;
    display: flex;
}

.stylish-drawing-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.stylish-drawing-left .st-d-head {
    font-size: 36px;
    font-weight: 700;
}

.stylish-drawing-left .st-d-txt {
    font-size: 24px;
    font-weight: 400;
    width: 85%;
    margin-top: 20px;
}

.stylish-drawing-right {
    width: 60%;
    height: auto;
    /* or a fixed height if needed */
    display: block;
}

.stylish-drawing-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Optional, depending on how you want the image to fill */
}


/* ATWS */



.ATWS-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}

.ATWS-inner-wrapper {
    width: 1300px;
}

.ATWS-top-banner {
    width: 100%;
}

.ATWS-top-banner img {
    width: 100%;
    height: 100%;
}

.ATWS-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 40px;
}

.st-d-head {
    font-size: 36px;
    font-weight: 700;
}

.ATWS-txt {
    font-size: 24px;
    font-weight: 400;
    width: 84%;
    margin-top: 10px;
}

.ATWS-bottom-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    gap: 69px;
}

.ATWS-bottom-images img {
    width: 385px;
    cursor: pointer;
    border-radius: 22px;
    object-fit: cover;
}


/* then and now */



.then-and-now {
    width: 1300px;
    border: 2px solid red;
}

.team-wrp {
    justify-content: unset !important;
}

.team-wrp-txt {
    width: 83% !important;
}


.cent-team {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.names-team-wrp {
    font-size: 24px;
    font-weight: 700;
}

.names-team-wrp span {
    font-weight: 300;
}

.quality-goal-wrap {
    width: 1300px;
    background-color: #00733F;
    padding: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white !important;
}




.quality-goal-wrap ul {
    list-style-type: disc;
    padding-left: 20px;
    /* adjust this to control bullet-text gap */
    margin: 0;
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
    list-style-type: disc;
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
    width: 100%;
}

.quality-goal-wrap ul li {
    text-align: left;
    /* optional, in case you want it left-aligned */
    padding-left: 0;
    margin-left: 0;
    text-align: center;

}




.seit1881 {
    font-size: 30px;
    padding: 10px 20px;
    border-radius: 20px;
    /* This makes it rounded */
    display: inline-block;
}




.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}