.trustee-img-container {
    margin: 0 1vw 1vw 0;
    /* display: inline-block; */
    float: left;
    width: 15%;
    color: var(--light-blue);
    text-align: center;
    background: var(--white);
}

.trustee-img {
    width: 100%;
}

.content-text-container {
    width: 90%;
    display: inline-block;
    font-size: 1vw;
    line-height: 1.5;
    position: relative;
}

.aboutus-text-container {
    width: 70%;
    display: inline;
}

.content-text-wrapper {
    margin-bottom: 2vw;
}

.aboutus-text-container .content-text-wrapper {
    width: 90%;
    display: block;
}

.content-text-wrapper ul {
    padding-inline-start: 40px;
}

.management-details {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: sticky;
    top: 6vh;
}

.management-name {
    color: var(--logo-color);
    width: 90%;
}

.management-address {
    color: var(--light-blue);
    font-weight: 400;
    width: 80%;
}

.management-desc {
    display: inline;
    width: 100%;
}

.work-img-container {
    float: left;
    /* vertical-align: top; */
    width: 35vw;
    height: max-content;
    margin: 0vw 1vw 0vw 0vw;
}

.work-img {
    width: 100%;
}

table {
    width: 100%;
    text-align: left;
}

th {
    background: var(--logo-color);
    border-radius: 5px;
    padding: 0 1vw;
}

td {
    padding: 0 1vw;
}

tr:nth-child(even) {
    background: var(--light-blue);
}


/* -------------------Buttons------------- */

button {
    border: none;
    padding: 1vw 2vw;
    border-radius: 50px;
    margin: 1vw;
    cursor: pointer;
}

.pdf-button {
    background: var(--logo-color);
}

.modal-button {
    background: var(--light-blue);
}


/* --------------Modal---------------- */

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 5;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    padding: 1vw;
    padding-top: 2vw;
    box-shadow: 0px 0px 2px 0px var(--logo-color);
}

.modal-close {
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    cursor: pointer;
}

.modal-close:hover {
    opacity: 0.5;
}

.Vaiyavachh_Places_Teams {
    list-style: none;
    column-count: 4;
    margin-bottom: 2vh;
}

.Places_Title {
    padding: 1vh;
    color: var(--blue);
    font-size: 1.50vw;
    font-weight: 600;
    top: 0;
    margin-bottom: 0.5vw;
}

h4 {
    color: var(--blue);
    padding: 1vh;
    font-size: 1.50vw;
}

.OurWork_h4 {
    color: var(--logo-color);
}

h5 {
    padding: 1vw;
    font-size: 1.5rem;
}

#AReports .management-desc {
    display: block;
    columns: 4;
}

.overlay-scrollbar::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.scrollbar-hover::-webkit-scrollbar {
    display: none;
}

.scrollbar-hover:hover::-webkit-scrollbar {
    display: block;
}

.overlay-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10rem;
    border: 1px solid var(--main-bg-color);
}

.overlay-scrollbar::-webkit-scrollbar-track-piece:start {
    background: transparent;
}

.overlay-scrollbar::-webkit-scrollbar-track-piece:end {
    background: transparent;
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-align: center;
}