:root{
	--main-color:#4D49FE;
	--white-color:#fff;
	--montserrat-font:'Montserrat', sans-serif!important;

}
*{
	margin: 0;
	padding: 0;
	font-family: var(--montserrat-font);
}
ul li{
	list-style:none;
}
a{
	text-decoration: none !important;
}
.custom-column-gap {
    margin-right: 15px; /* Add your desired gap size here */
}

.custom-column-gap:last-child {
    margin-right: 0; /* Remove margin from the last column */
}
.card-right-img{
    height:300px;
    border-radius: 10px;
}
.card-left{
     width: 303px;
    /* height: 265px; */
    width: 100%;
    display: flex;
    justify-content: center;
    gap:10px;
    flex-direction: row;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.card-left-img{
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 20px;
    background: url("../img/card-img-left.png"), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-text>P{
    font-size: 14px;
    text-align: justify;
    word-break: keep-all;
}
.equal-height{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.click-button{
    letter-spacing: .5px;
    border-radius: 10px;
    background: #4D49FE;
    text-decoration: none;
    color:white;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 12px;
}
.click-button:hover{
    box-shadow: 0 4px 15px 0 rgb(77, 73, 254,.74);
}
.banner-img{
    /* height: calc(100% - 50%); */
    /* height: auto; */
    width: 100%;
    /* background-image: url('img/page1-banner.png'); */
    background-size: contain;
}
.text-card h3{
    color:#4D49FE;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 24px;
}
.card-text p{
    font-size: 12px;
    text-align: justify;
    word-break: keep-all;
}
.search-row input,.search-row select{
    max-width: 30%;
    margin-right: 5px
}
.member-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
/* .member-img{
    border-radius: 50%;
} */
.member-img img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.member-info{
    text-align: center;
}
.member-info span{
  color:gray;
  letter-spacing: 1px;
}




@media(max-width:576px){
    .card-left-img{
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    background: url("../img/card-img-left.png"), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}
}

