
.cmp-chairman-banner {
    /* <!-- background-color: #fbf9f4; */
    /* padding: 19rem 1rem; --> */
    padding-top: 152px;
    background: radial-gradient(circle at top center, #edf39d 0%, transparent 19%), linear-gradient(182deg, #e7ef9a 18%, #d7f0af 52%, #c2f1c0 65%, #acefce 100%);
}

.cmp-chairman-banner__container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}
.cmp-chairman-banner__container--right {
    flex-direction: row-reverse;
}

.cmp-chairman-banner__image-wrapper {
    flex: 1 1 40%;
    text-align: center;
}

.cmp-chairman-banner__image {
    max-width: 100%;
    height: auto;
    max-height: 452px;
    object-fit: contain;
}

.cmp-chairman-banner__content {
    flex: 1 1 50%;
}

.cmp-chairman-banner__main-heading {
    color: #1c823f;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cmp-chairman-banner__text-box {
    border-left: 3px solid #1c823f;
    padding-left: 1.4rem;
}

.cmp-chairman-banner__name {
    color: #1c823f;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.cmp-chairman-banner__name--bottom {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.cmp-chairman-banner__designation {
    color: #666;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cmp-chairman-banner__description {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    max-height: 185px;
    overflow-x: auto;
	text-align: justify;
	padding-right:15px;
}

/* Social Link Section */
.cmp-chairman-banner__social {
    display: flex;
    align-items: center;
    margin-top: 1.8rem;
}

.cmp-chairman-banner__social-text {
    color: #555;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 1px solid #777;
    padding-bottom: 2px;
    margin-right: 10px;
}

.cmp-chairman-banner__social-icon {
    width: 25px;
    display: block;
}

/* Mobile Responsiveness */
/* @media (max-width: 768px) {
    .cmp-chairman-banner__container,
    .cmp-chairman-banner__container--right {
        flex-direction: column; 
        gap: 2rem;
        padding: 10px;
    }
}
/* scrollbar css */
/* .cmp-chairman-banner__description {
  overflow-x: auto;
  scrollbar-width: thin;          
  scrollbar-color: transparent transparent;
}  */
*/

/* Chrome, Edge, Safari */
.cmp-chairman-banner__description::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}
@media (max-width: 700px) {
.cmp-chairman-banner {
padding: 226px 10px 10px 10px;
}
.cmp-chairman-banner__image {
max-height: 300px;
object-fit: contain;
}
.cmp-chairman-banner__container {
display:flex;
flex-direction: column;
}
}
