
.container-chairman{
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-image: url("../media/gallery/img-1.jpg");
    background-attachment: fixed;
}
.banner {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 0, 0, 0.8); /* Semi-transparent black overlay */
    display: flex;
    justify-content: center;
    align-items:end;
}
.path{
    margin-bottom: 5%;
}
.path h1 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.borders {
    display: flex;
    flex-direction: row; 
    align-items: flex-start;
    margin-top: 10px;
    justify-content: start;
}

.small-border {
    height: 4px;
    background: rgba(74, 74, 74, 1);
    width: 40px;
    margin-bottom: 5px; 
    margin-right: 5px;
    border-radius: 8%;
}

.large-border {
    height: 4px;
    background: rgba(74, 74, 74, 1);
    width: 180px; /* Larger line */
    border-radius: 8%;

}

.message-container{
    background-color: #ffffff;
}

.image{
    position: relative;
    height: auto; 
    min-height: 300px;
    overflow: hidden;
}
.image img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.chairman-message-header{
    background-color: #ffffff;
}



.heading h1 {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(74, 74, 74, 1);

}

.sub-heading h3 {
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(127, 127, 127, 1);
}

.sub-heading span {
    font-style: italic;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;

}


p{
    width: 100%;
    height: auto;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-align: justified;
    color: rgba(78, 73, 73, 1);
    text-align: justify;
    position: relative;
    margin-top: 10px;
}