
/* ++++++++++++++++++++++++++++++++++++ HERO SECTION 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.more-pages-hero-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more-pages-hero-left{
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 500px;
    /* background-color: #EAEAEC; */
    background-color: #212529;
    /* background: linear-gradient(135deg, #ECF2FE, #D0E9ED);  */
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.more-pages-hero-left h3{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: white;
    line-height: 35px;
    /* color: rgb(0, 49, 68); */
}
.more-pages-hero-left p{
    color: white!important;
}
.more-pages-hero-right{
    width: 50%;
    min-height: 500px;
    /* background-image: url('/images/bg-images/5.jpg'); */
    background-image: url('/images/bg-images/hard money example 2.jpg');
    background-size: cover;
    background-position: center;
}
@media (max-width: 926px) {
    .more-pages-hero-left h3{
        font-size: 20px;
    }
}
@media (max-width: 881px) {
    .more-pages-hero-left{
        min-height: 360px;
    }
    .more-pages-hero-left h3{
        font-size: 17px;
    }
    .more-pages-hero-right{
        min-height: 360px;
    }
}
@media (max-width: 666px) {
    .more-pages-hero-left{
        min-height: 320px;
        padding: 0 20px;
    }
    .more-pages-hero-right{
        min-height: 320px;
    }
}
@media (max-width: 561px) {
    .more-pages-hero-left{
        min-height: 350px;
        padding: 0 8px;
        padding-right: 1px;
    }
    .more-pages-hero-right{
        min-height: 350px;
    }
    .more-pages-hero-left h3{
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width: 398px) {
    .more-pages-hero-left{
        width: 60%;
    }
    .more-pages-hero-right{
        width: 40%;
    }
}
@media (max-width: 314px) {
    .more-pages-hero-left{
        width: 62%;
    }
    .more-pages-hero-right{
        width: 38%;
    }
    .more-pages-hero-left h3{
        font-size: 12px;
    }
    .more-pages-hero-left p{
        font-size: 12px!important;
    }
}


/* ++++++++++++++++++++++++++++++++++++ HERO SECTION 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++ HERO SECTION 2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#other-pages-extends h2{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #303C3D;
}
#other-pages-extends h2 span{
    font-weight: bold;
    color: #121616;
}
#other-pages-extends p{
    color: #303C3D;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 696px) {
    #other-pages-extends p{
        color: #303C3D;
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 500;
    }
}
.other-pages-hero {
    position: relative;
    background-image: url('/images/bg-images/why_banner.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    min-height: 400px; 
    width: 100%; 
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px
}

.other-pages-hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000 25%, transparent 100%);
    opacity: 0.2;
    z-index: 1;
}

#other-pages-hero-container{
    background: linear-gradient(135deg, #ECF2FE, #D0E9ED); 
    opacity: 0.9;
    position: relative;
    z-index: 10!important;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 8px;
    padding: 10px 0;
    border-radius: 0 10px 10px 0;
    width: 75%;
}

.other-pages-hero-content{
    width: 85%;
}


@media (max-width: 686px) {
    #other-pages-hero-container{
        width: 90%;
    }
    .other-pages-hero-content{
        width: 95%;
    }
}


@media (max-width: 686px) {
    #other-pages-hero-container{
        width: 96%;
    }
    .other-pages-hero-content{
        width: 95%;
    }
}

/* ++++++++++++++++++++++++++++++++++++ HERO SECTION 2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */









/* ++++++++++++++++++++++++++++++++++++ CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* content */
.other-pages-content{
    margin: 50px 0;
}

.other-pages-content-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.other-pages-content-head{
    display: grid;
    width: 60%;
    place-items: center;
    margin-top: 50px;
}

.other-pages-content-head h3{
    font-size: 27px;
    font-weight: bold;
    color: #303C3D;
    font-family: "Roboto", Sans-serif;
    text-align: center;

}
.other-pages-content-head p{

}

.other-pages-content-head h2,
.other-pages-content-head p{
    text-align: center;
}

.our-mission-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.our-mission-left{
    background-image: url('/images/bg-images/123.jpg');
    background-size: cover;
    background-position: center;
    min-height: 280px;
    width: 40%;
}
.img-2-for-sm{
    display: none;
}
.our-mission-right{
    width: 40%;
}

.our-mission-right p{
    line-height: 25px;
}
.our-mission-right h2 span{
    font-weight: bold;
    color: #121616;
}

.our-story-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.our-story-left{
    width: 40%;
}

.our-story-right{
    width: 40%;
    background-image: url('/images/bg-images/hard money example 3.jpg');
    background-size: cover;
    background-position: center;
    min-height: 280px;
}
.our-story-left p{
    line-height: 25px;
}





@media (max-width: 896px) {
    .other-pages-content-head{
        width: 80%;
    }
    .our-mission-left{
        width: 43%;
    }
    .our-mission-right{
        width: 43%;
    }

    .our-story-left{
        width: 43%;
    }
    .our-story-right{
        width: 43%;
    }
}

@media (max-width: 543px) {
    
    .our-mission-section, .our-story-section{
        flex-direction: column;
    }
    .our-mission-left,
    .our-story-right,
    .our-mission-right,
    .our-story-left{
        width: 80%;
    }
    .img-1-for-lg{
        display: none;
    }
    .img-2-for-sm{
        display: block;
    }
    .our-mission-left,
    .our-story-right{
        min-height: 200px;
    }
}

@media (max-width: 420px) {
    .other-pages-content-head{
        width: 95%;
    }
    .our-mission-left,
    .our-story-right,
    .our-mission-right,
    .our-story-left{
        width: 95%;
    }
}
/* content */




/* +++++++++++++++++++++++++++++++++++++ BACKED BY SECTION +++++++++++++++++++++++++++++++++++ */
.backed-by{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 300px;
    border-radius: 10px;
    background-color: #F4F8F8;
}
.backed-by h2{
    font-size: 40px!important;
}
.backed-by-logos-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 655px) {
    .backed-by h2{
        font-size: 25px!important;
    }
    .backed-by-logos-container img{
        width: 80px;
    }

}
/* +++++++++++++++++++++++++++++++++++++ BACKED BY SECTION ENDS +++++++++++++++++++++++++++++++++++ */





/* +++++++++++++++++++++++++++++++++++++ OUR VALUES SECTION ENDS +++++++++++++++++++++++++++++++++++ */
.our-values{
    display: grid;
    place-items: center;
    margin: 90px 0;
}
.our-values h3{
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
}
.our-values-container{
    display: grid;
    place-items: center;
    margin-top: 40px;
    width: 100%;
}

.each-our-values-flex{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.each-our-values-box{
    width: 46%;
    display: flex;
    gap: 20px;
}
.each-our-values-box h4{ 
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #303C3D;
}
.each-our-values-box-left{
    width: 20%;
    background-image: url('/images/svg/new-svg/our-values1.svg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 100px;
}
.each-our-values-box-right{
    width: 70%;
}

@media (max-width:  906px) {
    .each-our-values-box{
        gap: 10px;
    }
    .each-our-values-box{
        width: 50%;
    }
}
@media (max-width:  865px) {
    .each-our-values-box-left{
        height: 70px;
    }
    .our-values h3{
        font-size: 38px;
    }
}
@media (max-width:  605px) {
    .each-our-values-flex{
        flex-direction: column;
    }
    .each-our-values-box-left{
        width: 25%;
        height: 90px;
    }
    .each-our-values-box{
        width: 90%;
        gap: 20px;
    }
    
}
/* +++++++++++++++++++++++++++++++++++++ OUR VALUES SECTION ENDS +++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++++++ TEAM SECTION ENDS +++++++++++++++++++++++++++++++++++ */
.team-section {
    background: #f9f9f9;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.section-header p {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.team-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


/* +++++++++++++++++++++++++++++++++++++ TEAM SECTION ENDS +++++++++++++++++++++++++++++++++++ */





/* ++++++++++++++++++++++++++++++++++++ CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++ funded Deals page  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* styling for funded page */
.funded-top{
    margin-top: 30px;
}
#funded-header{
    margin: 20px 0!important;
}
#funded-header h2{
   color: #203346!important;
   margin-bottom: 0.5em;
   font-size: 2.75rem!important;
   font-weight: bold!important;
}
.funded-boxes-container{
    display: grid;
    place-items: center;
}
.funded-boxes{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 40px 14px ;
    width: 80%;
}

.each-funded-box{
    width: 32%;
    min-height: 300px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
}

.inner-fund-image{
    position: relative;
    height: 160px;
    border-radius: 5px 5px 0 0;
    background-position: center;
    background-size: cover;
}


.inner-fund-image #absolute-user-img{
    position: absolute;
    width: 70px;
    border-radius: 40px;
    right: 10px;
    bottom: -30px;
    border: 2px solid white;
}

.inner-fund-content{
    padding: 2px 15px;
    margin-bottom: 14px;
}

.inner-fund-content h3{
    color: #203346!important;
    margin: 0.5em 0;
    font-size: 1.0rem!important;
    font-weight: bold!important;
}

.inner-fund-content h4{
    color: rgb(37, 205, 153);
    margin: 0.5em 0;
    font-size: 14px;
}
.inner-fund-content span{
    font-size: 12px;
}

.inner-fund-content .fund-city-location{
    font-weight: bold;
    color: rgb(136, 136, 136);
}


@media (max-width: 944px) {

    .funded-boxes{
        width: 100%;
        gap: 40px 5px ;
    }

}

/* Media query for screens smaller than 480px (mobile) */
@media (max-width: 693px) {
    
    .funded-boxes{
        justify-content: space-between;
    }
    .each-funded-box{
        width: 49%;
        min-height: 300px;
    }
}

@media (max-width: 466px) {
        
    .inner-fund-image #absolute-user-img{
        width: 50px;
        border-radius: 40px;
        bottom: -10px;
    }
    .each-funded-box{
        min-height: 200px;
    }
    .inner-fund-content{
        padding: 2px 5px;
    }
    
    .inner-fund-image{
        height: 110px;
    }
        
    .inner-fund-content h3{
        font-size: 0.8rem!important;
        font-weight: bold!important;
    }

    .inner-fund-content h4{
        font-size: 12px;
        margin: 4px 0;
    }
    
    .inner-fund-content .fund-city-location , .inner-fund-content span{
        font-size: 12px;
    }
}

@media (max-width: 330px) {
    .funded-boxes{
        gap: 20px 2px ;
    }

    .inner-fund-content .fund-city-location , .inner-fund-content span{
        font-size: 10px;
    }
}
/* styling for funded page ends */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++  funded Deals page  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */