.text-red {
    color: var(--primary-usareit-color) !important;
}

.text-blue {
    color: var(--secondary-usareit-color) !important;
}

.bg-blue {
    background-color: var(--secondary-usareit-color) !important;
}

.bg-light {
    background-color: #F1F3F6 !important;
}

.text-yellow,
.text-yellowgreen {
    color: yellowgreen !important;
}

.text-forestgreen {
    color: forestgreen !important;
}

.btn-primary-custom {
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, var(--primary-usareit-color), var(--primary-usareit-color));

    &:hover {
        color: #fff;
        transform: translateY(-5px) scale(1.05);
        background: linear-gradient(45deg, var(--primary-usareit-color), var(--secondary-usareit-color));
    }
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.seedRound {
    padding: 2rem 0;

    ul:not(.competitive-list1):not(.competitive-list2) {
        padding-left: 0;
        margin-bottom: 1rem;
        list-style-type: none;

        li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            list-style: none;

            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
                width: 18px;
                height: 18px;
                background-image: url('../images/arrow-right-blue-marker.png');
                background-size: contain;
                background-repeat: no-repeat;
            }
        }
    }

    .hero {
        width: 95%;
        margin: auto;
        line-height: 1;
        color: #363636;
        font-size: 52px;
        border-radius: 36px;
        padding: 50px 20px;
        background-color: #f1f3f6;
    }

    .hero small {
        line-height: 1.5;
    }

    .hero_row_bg h1 {
        line-height: 1;
        font-size: 52px;
        color: #363636;
    }

    p,
    li {
        font-size: 16px;
        color: #363636;
        font-weight: 500;
        line-height: 22px;
    }

    p {
        margin-bottom: 0px;
    }

    .hero p {
        font-weight: 600;
    }

    .building_img_head img {
        width: 100%;
        height: 320px;
        object-fit: fill;
    }

    .head_lets_left_col {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .commercial-real-estate-investment {
        width: 100%;
        height: 550px;
        border-radius: 20px;
        background-size: cover;
        background-position: -37em 0em;
    }

    .investment-text {
        z-index: 1;
        width: 90%;
        top: 79px;
        right: -45%;
        display: flex;
        min-height: 392px;
        padding: 15px 30px;
        align-items: start;
        border-radius: 20px;
        flex-direction: column;
        justify-content: center;
        background-color: white;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

        .subHead {
            margin: .5rem 0;
            font-size: 18px;
            color: #000000;
        }

        p {
            font-size: 15px;
        }

        li {
            font-size: 15px;
        }
    }

    .bubble1 {
        z-index: 0;
        bottom: 1em;
        right: -26rem;
        position: absolute;
    }

    .opportunity_head {
        color: #fff;
        padding: 30px;
        display: flex;
        position: relative;
        border-radius: 20px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background-color: var(--secondary-usareit-color);

        img:first-child {
            position: absolute;
            left: 15px;
            top: 15px;
        }

        img:last-child {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }
    }

    .uniqueValue {

        ul {
            padding-left: 10px;

            li{
                font-size: 14px;  
            }
        }

        .card {
            border: none;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            background-color: #fff;
            justify-content: space-between;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }

        .card img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }
    }

    .conservative,
    .perpetual,
    .win {
        .redBubble {
            z-index: -1;
            right: -50px;
            width: 200px;
            bottom: -50px;
            height: 200px;
            object-fit: cover;
            position: absolute;
            border-radius: 50%;
        }

        table {
            margin: 1rem auto;
            box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.5);

            th {
                color: #fff;
                font-size: 18px;
                padding: 10px 25px;
                background-color: var(--secondary-usareit-color);
            }

            thead tr th:first-child {
                border-top-left-radius: 10px;
            }

            thead tr th:last-child {
                border-top-right-radius: 10px;
            }

            tr td {
                font-size: 18px;
                padding: 10px 25px;
                border-bottom: none;
                background-color: #F1F3F6;
                color: var(--secondary-usareit-color);
            }

            tbody tr {
                border-bottom: 1px solid var(--primary-usareit-color);
            }

            tbody tr:last-child {
                border-bottom: none;
            }

            tbody tr td:first-child {
                font-weight: 700;
                white-space: nowrap;
            }

            tbody tr:last-child td:first-child {
                border-bottom-left-radius: 10px;
            }

            tbody tr:last-child td:last-child {
                border-bottom-right-radius: 10px;
            }
        }
        .financial-projections-table thead th img {
            width: 130px;
            height: 30px;
            object-fit: contain;
        }
        .financial-projections-table tbody tr td.second {
            color: forestgreen
        }
    }

    .massive-market {
        .card {
            border: none;
            padding: 20px;
            position: relative;
            margin-bottom: 0px;
            border-radius: 10px;
            background-color: #fff;
            justify-content: space-between;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }


        .card img {
            width: 70px;
            height: 70px;
            align-self: center;
            object-fit: contain;
        }

        .card img.cross {
            right: 15px;
            bottom: 15px;
            width: 35px;
            height: 35px;
            position: absolute;
            object-fit: contain;
        }

        .card-body {
            padding: 0;
            display: flex;
            flex-direction: column;
        }

        h6 {
            font-size: 18px;
        }
    }

    .investment-round {
        .shadowBox {
            width: 98%;
            border-radius: 10px;
            margin: auto !important;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

            .col-12 {
                height: 400px;
                min-height: 400px;
            }
        }

        img {
            height: 100%;
            border-radius: 10px 0 0 10px;
        }

        .seeder {
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            border-radius: 0;
            position: absolute;
            object-fit: contain;
        }
    }

    .competitive {
        li {
            gap: 10px;
            display: flex;
            list-style: none;
            margin-bottom: 10px;
            align-items: center;
        }

        .badge {
            padding: 15px;
        }

        i {
            font-size: 30px;
        }

        ul.competitive-list1,
        ul.competitive-list2 {
            padding-left: 0;
        }

        .competitive-list1 li {
            padding: 10px 15px;
            border-radius: 12px;
            background: #228b220f;
            border: 2px solid #228b224a;

            i {
                color: forestgreen;
            }
        }

        .competitive-list2 li {
            padding: 10px 15px;
            border-radius: 12px;
            background: #fff5f5;
            border: 2px solid #fed7d7;

            i {
                color: var(--primary-usareit-color);
            }
        }
    }

    .leaders {
        padding-bottom: 2rem;

        .row {
            padding: 15px 100px;
        }

        .card img {
            width: 150px;
            height: 150px;
            object-fit: contain;
            border-left: 1px solid #eee;
            border-top: 1px solid #eee;
            transition: filter 0.3s ease, transform 0.3s ease;
            box-shadow: 6px 6px 3px var(--secondary-usareit-color);
        }

        .card {
            border: none;
            padding: 20px;
            overflow: hidden;
            position: relative;
            margin-bottom: 0px;
            border-radius: 10px;
            background-color: #fff;
            justify-content: space-between;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }

        li {
            margin-bottom: 10px;

            i {
                font-size: 20px;
                min-width: 20px;
                margin-right: 10px;
                color: var(--primary-usareit-color);
            }

            &::before {
                background-image: unset !important;
            }
        }

        li:last-child i {
            color: var(--secondary-usareit-color);
        }

        .card:hover {
            background-color: #eee;

            img {
                filter: grayscale(100%);
                transform: scale(1.05);
            }

            i {
                color: #333;
            }

            h5.text-blue {
                color: #333 !important;
            }

            li::before {
                filter: grayscale(100%);
            }
        }
    }

    .problem_solution_bg {
        padding: 2rem;
        color: white;
        min-height: 400px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        &::before {
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 20px;
            background-color: rgb(28 54 100 / 90%);
        }

        .ps_heading {
            font-size: 22px;
            margin-bottom: 10px;
        }

        p {
            color: #fff;
        }

        span {
            color: #fff;
            font-size: 30px;
            font-weight: 600;
        }

        .d-flex b {
            font-size: 22px;
        }

        .d-flex p {
            width: 90%;
            font-size: 20px;
            min-height: 45px;
        }
    }

    .problem_solution_bg>* {
        z-index: 1;
        position: relative;
    }

    .borderRight {
        position: relative;

        &::after {
            content: "";
            position: absolute;
            top: 8%;
            right: 2rem;
            width: 2px;
            height: 90%;
            background-color: var(--primary-usareit-color);
        }
    }

    .partedHr {
        width: 50%;
        margin: 0px auto;
    }

    .win h3 span,
    .momentum h3 span {
        font-weight: 700;
        font-size: 1.75rem;
        font-family: 'GeneralSans-Bold';
    }
    .win th, .win td{
        text-align: center;
    }

    .mem {
        padding: 0;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .mem2 {
        li {
            color: #fff;
        }

        ul li::before {
            background-image: url('../images/arrow-right-marker.png') !important;
        }
    }

    .mem {
        display: flex;
        flex-wrap: wrap;
        min-height: 400px;
        background-color: #FFF;
        border-radius: 10px;
    }

    .mem1,
    .mem2 {
        flex: 0 0 50%;
        padding: 60px 40px;
        color: #fff;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .mem1 {
        background: #FFF;
        justify-content: center;
        border-radius: 10px 0 0 10px;

        h3 {
            color: var(--secondary-usareit-color);
        }
    }

    .mem2 {
        z-index: 2;
        position: relative;
        justify-content: center;
        border-radius: 0 10px 10px 0;
        background: var(--secondary-usareit-color);
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .mem h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mem ul {
        padding-left: 20px;
    }

    .mem ul li {
        margin-bottom: 10px;
        list-style-type: disc;
    }

    .technology_bg {
        border-radius: 10px;
        background-color: var(--secondary-usareit-color);

        .imagebg {
            background-size: cover;
            background-position: top;
            border-radius: 0 10px 10px 0;
        }

        .technology-content {
            padding: 2rem;
        }

        ul li::before {
            background-image: url('../images/arrow-right-marker.png') !important;
        }

        li,
        li b,
        li span,
        h4 {
            color: #fff;
        }

        h4 {
            margin: 1rem 0;
        }

        b {
            width: 100%;
            display: block;
        }

        li:not(:last-child) {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--primary-usareit-color);
        }
    }

    .credibility {
        .card {
            border: none;
            padding: 20px;
            position: relative;
            border-radius: 10px;
            margin-bottom: 20px;
            background-color: #fff;
            justify-content: space-between;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }

        .card-header {
            color: #fff;
            padding: 25px;
            text-align: center;
            border-radius: 10px;
            background-color: var(--secondary-usareit-color);
        }

        img {
            width: 60px;
            right: 15px;
            height: 40px;
            bottom: 15px;
            object-fit: contain;
            position: absolute;
        }
    }

    .timeline {
        .timeline-card {
            border: none;
            padding: 20px;
            position: relative;
            border-radius: 10px;
            margin-bottom: 20px;
            justify-content: center;
            background-color: #fff;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }

        .timeline-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .fund-legend {
            padding-left: 20px;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .legend-color {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            border-radius: 5%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
        }

        .text-blue {
            color: #2E5AAE;
        }

        #myChart {
            max-width: 100%;
            max-height: 300px;
        }

        .use-of-funds {
            .card {
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            }

            .card-body {
                padding: 30px;
            }
        }
    }

    .raising-goals {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 30px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

        p {
            margin: 5px 0;
            font-size: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--primary-usareit-color);
        }

        p:last-child {
            border-bottom: none;
        }
    }

    .offering-details-section {
        margin: 0;
        padding: 60px 0;
        background-color: #F1F3F6;
    }

    .offering-details-section .container {
        color: #fff;
        border-radius: 10px;
        padding: 50px 30px 30px 30px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: var(--secondary-usareit-color);
    }

    .offering-content {
        padding: 0 20px;

        p {
            color: #fff;
        }

        .subtitle {
            font-size: 20px;
        }

        .investment-details {
            width: 400px;
            margin: 15px 0;
            padding: 5px 0;
        }

        .detail-item .bi {
            font-size: 20px;
            margin-right: 10px;
        }

        .detail-item .value {
            font-weight: 600;
        }

        .detail-item {
            color: #fff;
            padding: 5px 15px;
            font-size: 18px;
            margin-bottom: 5px;
            border-radius: 0 30px 30px 0;
            background-color: var(--primary-usareit-color);
        }

        .btn-primary-custom {
            margin-top: 0;
            background: #fff;
            color: var(--secondary-usareit-color);
        }
    }
}

@media (max-width: 800px) {
    .seedRound {
        .hero_row_bg h1 {
            font-size: 22px;
        }

        h3 {
            font-size: 20px;
        }

        p,
        .investment-text p,
        li {
            line-height: 1.5;
            font-size: 14px !important;
        }

        .btn-primary-custom {
            font-size: 14px;
            padding: 15px;
        }

        .col-md-12.col-12.btnOuter {
            text-align: center;
        }

        .building_img_head img {
            height: auto;
            margin-top: 1.5rem;
        }

        .mem {
            flex-direction: column;
        }

        .mem1,
        .mem2 {
            clip-path: none;
            margin-left: 0;
            flex: 100%;
        }

        .commercial-real-estate-investment {
            width: 100%;
            height: auto;
            background-image: unset !important;
        }

        .investment-text {
            position: unset !important;
            width: 100%;
            border: none;
        }

        .container h3,
        .container h3 span {
            font-size: 20px;
        }

        .opportunity_head {

            img:first-child,
            img:last-child {
                width: 30px;
                height: 30px;
            }
        }

        .offering-details-section .container {
            width: 94%;
            padding: 30px 0;
            margin: auto !important;

            h2 {
                font-size: 20px;
            }
        }

        .partedHr {
            margin: 0 auto 1rem auto;
        }

        .offering-content {
            .investment-details {
                width: 100%;
            }

            .detail-item .bi,
            .detail-item {
                font-size: 14px;
            }

            .detail-item .value,
            .detail-item .label {
                font-size: 12px;
            }
        }

        small.fs-12.text-yellow {
            display: block;
            margin-bottom: 10px;
        }

        .conservative,
        & .perpetual,
        & .win {
            .redBubble {
                right: 0;
                bottom: 0px;
                width: 100px;
                height: 100px;
            }
        }

        .offering-details-section .container .row {
            margin: 0;
        }

        .problem_solution_bg {
            margin: 0;
            padding: 15px;

            .d-flex p {
                width: 100%;
            }
        }

        .borderRight {
            margin-bottom: 1rem;
            border-bottom: 1px solid var(--primary-usareit-color);

            &::after {
                content: unset;
            }
        }

        small {
            font-size: 12px;
        }

        .problem_solution_bg {
            span {
                color: #fff;
                font-size: 14px;
            }

            .d-flex p {
                font-size: 12px;
                min-height: auto;
            }

            .d-flex b {
                font-size: 14px;
            }

            .col-12 {
                padding: 0;
            }
        }

        .mem1,
        .mem2 {
            padding: 15px;

            h3 {
                text-align: center;
            }
        }

        .mem1 {
            border-radius: 10px 10px 0 0;
        }

        .mem2 {
            justify-content: start;
            border-radius: 0 0 10px 10px;
        }

        .conservative,
        & .perpetual,
        & .win {
            & table {

                tr td,
                th {
                    padding: 10px;
                    font-size: 14px;
                    white-space: nowrap;
                }
            }
        }

        .win {
            .redBubble {
                bottom: -10px;
            }
        }

        .bubble1 {
            right: 10px;
            width: 50px;
        }

        .offering-details-section {
            padding: 40px 0 !important;
        }

        .competitive {
            .badge {
                font-size: 14px !important;
                padding: 10px;
            }
        }

        .competitive {

            ul.competitive-list1,
            ul.competitive-list2 {
                li {
                    min-height: 76px;
                    padding: 10px !important;
                    font-size: 12px !important;
                }

                i {
                    font-size: 14px;
                }
            }
        }

        .investment-round {
            & .shadowBox {
                .col-12 {
                    height: auto;
                    min-height: auto;
                }
            }

            img {
                height: auto;
                border-radius: 10px 10px 0 0;
            }

            .seeder {
                display: none;
            }
        }

        .technology_bg {
            margin: 0;

            .technology-content {
                padding: 0 15px;
            }

            h4 {
                font-size: 18px;
            }
        }

        .credibility {
            .card-header {
                h5 {
                    font-size: 18px;
                }
            }

            .col-12 {
                margin-bottom: 20px;
            }
        }

        .timeline {
            .timeline-card {
                padding: 10px;
            }
        }

        .raising-goals {
            width: 100%;
            padding: 10px;
        }

        .leaders {
            padding-bottom: 0rem;

            .row {
                padding: 15px;
            }

            .col-12 {
                margin-bottom: 20px;
            }

            p.text-muted {
                padding: 0 50px;
                font-size: 12px !important;
            }

            ul:not(.competitive-list1):not(.competitive-list2) {
                li {
                    padding-left: 0px;
                    font-size: 12px !important;
                }
            }

            li {
                i {
                    font-size: 14px;
                }
            }
        }

        .timeline {
            .fund-legend {
                padding-top: 1rem;
            }

            & .use-of-funds {
                .card-body {
                    padding: 15px;
                }
            }
        }
        .offering-details-section{
            iframe{
                height: 730px!important;
            }
        }
    }
}