
.image-frame {
    width: 100%;        
    height: 150px;     
    overflow: hidden;  
    border-radius: 5px; 
    position: relative;
}
.card-img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    top: 0;
    left: 0;
}

.line{
    height: 5px;
    width:20%;
    background-color: #337ab7;
}
li,h3{
    margin: 0;
}
h3 + p {
    margin-top: 5px;
}
.causes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}   
.cause-list, .cause-img{
    width: 50%;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}
.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}
.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}
.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
    .causes{
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .cause-list{
        width: 100%;
    }
}


.hero-section {
    display: flex;
    min-height: 90vh;
    align-items: center;   
}
.hero-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1170px !important;
    align-items: center;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hero-content{
    width: 50%;
}
.hero-img{
    width: 50%;
    justify-content: end;
    text-align: end;
}
.card-img{
    height:150px;
    width:100%; 
}
ul, li {
    list-style-type: disclosure-closed;
}
.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #337ab7;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 50%;
}
.button-9:disabled {
    cursor: default;
}
.button-9:hover{
    background-color: #7040f5;
    color: #f5f5ff;
}
.button-9:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
    background-color: #428fd3;
}
.card-title{
    text-transform: uppercase;
}
.service-card{
    transition:0.5s;
    cursor:pointer;
    padding: 20px;
    margin-top: 5%;
}
.choose-card{
    transition:0.5s;
    cursor:pointer;
    padding: 20px;
    margin-top: 5%;
    border-radius: 25px;
    border: 1px solid wheat;
}
.card-title{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
}
.card-title i{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
}
.card-title i:hover{
    transform: scale(1.25) rotate(100deg); 
    color:#18d4ca;
}
.service-card:hover{
    transform: scale(1.05);
}
.card-text{
    height:100%;  
}
.service-card::before, .service-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}
.service-card::before {
    transform-origin: left top;
}
.service-card::after {
    transform-origin: right bottom;
}
.service-card:hover::before, .service-card:hover::after, .service-card:focus::before, .service-card:focus::after {
    transform: scale3d(1, 1, 1);
}
@media (max-width: 800px) {
    .hero-container{
        flex-direction: column;
        margin-top: 15%;
    }
    .hero-content{  
        width: 100%;
    }
    .hero-img{
        width: 100%;
        justify-content: end;
    }
}
.hero-container {
    display: flex;
    flex-direction: row; /* Keep content and image side by side on desktop */
    align-items: center; /* Center align items vertically */
}
.hero-content {
    flex: 1; /* Allow content to take available space */
    margin-right: 20px; /* Add spacing between content and image */
}
.hero-img {
    flex-shrink: 0; /* Prevent the image from shrinking */
}
@media (max-width: 768px) {
    .hero-container {
        flex-direction: column-reverse; /* Reverse order on mobile devices */
    }
    .hero-content {
        margin-right: 0; /* Remove margin on mobile */
    }
}