.aboutus-content {
    display: flex;
    justify-content: space-between;
}

.about-content-l {
    width: 48%;
    z-index: 1;
}

.about-content-r {
    width: 48%;
}

.about-content-r p {
    padding: 7px 0;
}

.aboutus-supporting-text {
    padding: 25px 20px;
}

.fa-chevron-down:before {
    content: "\f078";
    font-size: 16px;
}

/* Expandable text container styling */
.extra-text.hidden-text {
    display: none;
}

.aboutus-supporting-text.expanded .extra-text.hidden-text {
    display: block;
}

.aboutus-supporting-text.expanded .read-more i {
    transform: rotate(180deg);
}

.fa-chevron-up:before {
    content: "\f077";
    font-size: 16px;
    position: relative;
    top: 0;

}

.about-circle-img {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 33%;
    animation: rotate360 20s linear infinite;
}

@keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.mission-vision-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.mvs-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mvs-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left top;
}

.mv-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 70px;
}

.event-heading h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.event-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.members-section {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.members-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.members-bg img {
    object-fit: cover;
    height: 100%;
    object-position: left bottom;
}

.m-l,
.m-r {
    color: #FE6E014D;
    transition: color 0.3s ease;
}

.m-l:hover {
    color: #FE6E01;
}

.m-r:hover {
    color: #FE6E01;
}

.mem {
    padding: 5px;
    border: 2px solid #FE6E0133;
}

.mem:hover {
    border: 2px solid #FE6E01;
}

#members {
    align-items: center;
    top: 30px;
}

#mb {
    margin-bottom: 20px;
    top: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbtn {
    font-size: 12px;
    padding: 14px 20px;
    border: none;
    border-radius: 40px;
    background-color: #FE6E01;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease; /* Smooth scaling */
}

.mbtn:hover {
    transform: scale(1.05); /* Slightly scales up the button */
}


.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a";
    font-size: 32px;
    cursor: pointer;
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359";
    font-size: 32px;
    cursor: pointer;
}
.member-circlebg{
    width: 25%;
    position: absolute;
    z-index: 0;
    top: 250px;
}
.blackbox{
    position: relative;
    width: 100%;
    z-index: 1;
    top: -60px;
    height: auto;
}
.blackbox-bg{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.blackbox-bg img{
    padding: 0 20px;
    height: 100%;  
}
.blackbox-content{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.blackbox-content p{
    color: white;
}
.bank-info{

    display: flex;
    align-items: center;
    border: 2px solid #FE6E01 ;
    border-radius: 15px;

}
.donate-row{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.blackbox-lc{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.blackbox-rc{
    width: 35%;
    padding-top: 40px;
}
#black-p-text{
    padding: 10px 0;
}
#or{
    padding: 10px;
}
#footer-donate{
    padding: 30px 18px;
    border: none;
    border-radius: 15px;
    color: white;
    background: #FE6E01;
}
.footer-about-content{
    position: relative;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
}
