.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-red {
    background-color: var(--primary-usareit-color) !important;
}

.bg-light {
    background-color: #F1F3F6 !important;
}

.text-yellow,
.text-yellowgreen {
    color: yellowgreen !important;
}

.text-forestgreen {
    color: forestgreen !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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;
}

.card,
.grid-card {
    position: relative;
    transition: transform 0.3s ease;
}

.card:hover,
.grid-card:hover {
    transform: translateY(-5px);
}

.card img.cross {
    right: 15px;
    bottom: 15px;
    width: 35px!important;
    height: 35px!important;
    position: absolute;
    object-fit: contain;
}

.regA {
    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: 5px;
            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;
    }
    h2 {
        text-align: center;
    }
    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: 400px;
        object-fit: cover;
    }
    .head_lets_left_col {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .regA_section_2.section-space {
        padding-top: 4rem;
        padding-bottom: 4rem;
        img {
            height: 380px;
            object-fit: cover;
        }
        .grid {
            gap: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }
        .grid-card {
            padding: 15px;
            text-align: center;
        }
        .grid-card img {
            margin: auto;
            width: 80px;
            height: 80px;
            object-fit: contain;
        }
        .grid-card h5 {
            font-size: 16px;
            margin-bottom: 0;
            text-align: center;
        }
        .grid-card p {
            width: 85%;
            margin: auto;
            line-height: 1.2;
        }
    }
    .section-space {
        padding-bottom: 4rem;
    }
    .custom-shadow {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .regA_section_3 {
        .grid {
            gap: 1rem;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
        .grid-card {
            padding: 15px;
            text-align: center;
            border: 10px double #fff;
        }
        .grid-card h5 {
            font-size: 18px;
            margin-bottom: 0;
            text-align: center;
        }
        .grid-card p {
            color: #fff;
            font-size: 16px;
            line-height: 1.2;
        }
    }
    .regA_section_4 {
        h2,
        p.fw-semibold,
        .card-heading {
            text-align: center;
        }
        .para-width {
            width: 80%;
            margin: auto;
            text-align: center;
        }
        .cardImage {
            width: 100%;
            height: 350px;
            object-fit: cover;
            object-position: bottom;
        }
    }
    .regA_section_5 {
        .custom-table {
            width: 80%;
            margin: auto;
        }
        .ctable {
            border: 1px solid #ddd;
            border-top: 0;
        }
        .ctable:first-child {
            border-top: 1px solid #ddd;
        }
        .ctable div {
            margin-top: 0;
            font-size: 16px;
        }
    }
    .regA_section_6 {
        img {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }
    }
    .regA_section_7 {
        padding-top: 3rem;
        img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
    }
    .regA_section_8 {
        .grid {
            gap: 1rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }
        .grid-card {
            padding: 15px;
            text-align: center;
            border: 10px double #fff;
        }
        .grid-card h5 {
            font-size: 16px;
            margin-bottom: 0;
            min-height: 45px;
            text-align: center;
        }
        .grid-card li {
            font-size: 14px;
            line-height: 1.2;
        }
        .grid-card p {
            font-size: 14px;
            min-height: 35px;
            line-height: 1.2;
        }
        img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
    }
    .regA_section_9 {
        h5 {
            min-height: 48px;
        }
        img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
    }
    .regA_section_10 {
        img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }
    }
    .regA_section_11 {
        img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: top;
        }
    }
    .regA_section_14 {
        li {
            font-size: 14px;
        }
    }
    .regA_section_cta {
        h5 {
            text-align: center;
        }
        img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }
        a {
            margin: 1rem 0 0 0;
            min-width: 300px;
        }
        .col-6:first-child {
            border-right: 1px solid #ccc;
        }
    }
}

@media only screen and (max-width: 767px) {
    .regA {
        .hero {
            padding: 25px 5px;
        }
        .hero_row_bg h1,
        h1 {
            font-size: 22px;
        }
        h2 {
            font-size: 20px;
            text-align: center;
        }
        h3 {
            font-size: 16px;
        }
        h4 {
            font-size: 16px;
        }
        h5 {
            font-size: 16px;
        }
        h6,
        p.fw-semibold,
        p,
        span.fs-4,
        li {
            font-size: 14px!important;
        }
        .container {
            padding: 0 20px;
        }
        .section-space {
            padding-bottom: 3rem;
        }
        .btnOuter {
            text-align: center;
            margin-bottom: 1rem;
        }
        .col-12,
        .col-lg-6.col-12,
        .col-md-6.col-12,
        .col-12.col-md-5,
        .col-12.col-md-7 {
            padding: 0;
        }
        .building_img_head img,
        .regA_section_4 .cardImage,
        .regA_section_7 img,
        .regA_section_11 img,
        .regA_section_8 img {
            height: 200px!important;
        }
        .regA_section_8 img {
            margin-bottom: 1rem;
        }
        .regA_section_2.section-space {
            .grid {
                gap: 15px;
                grid-template-columns: repeat(2, 1fr);
            }
        }
        .regA_section_3 {
            .grid-card {
                padding: 8px;
            }
            .grid-card h5 {
                font-size: 16px;
            }
            p.mt-5 {
                margin-top: 10px!important;
                margin-bottom: 3px!important;
            }
        }
        .regA_section_4 {
            .para-width {
                width: 100%;
            }
        }
        .regA_section_5 {
            .custom-table {
                width: 94%;
                margin: auto;
            }
        }
        p.my-3 {
            margin-top: 3px!important;
            margin-bottom: 3px!important;
        }
        .regA_section_6 {
            p {
                margin: 10px auto;
            }
            .card img {
                height: 200px;
            }
            .col-12:first-child {
                margin-bottom: 1rem;
            }
        }
        .regA_section_7 {
            padding-top: 1rem;
            .row:nth-child(even) {
                div.col-12:first-child {
                    order: 2;
                }
                div.col-12:last-child {
                    order: 1;
                }
            }
            .row:last-child {
                margin-bottom: 0!important;
            }
        }
        .regA_section_8 {
            .grid {
                gap: 1rem;
                grid-template-columns: repeat(1, 1fr);
            }
            .grid-card h5 {
                min-height: auto;
            }
        }
        .regA_section_12 {
            .bg-light {
                padding: 30px 15px!important;
            }
            a {
                margin: 1rem 0!important;
                min-width: fit-content!important;
            }
        }
        .regA_section_9 {
            h5 {
                min-height: auto;
            }
        }
        .grid-card,
        .card {
            height: auto !important;
        }
        .separator {
            display: none;
        }
        .regA_section_10 {
            .bg-light {
                padding: 25px 15x!important;
            }
            .d-flex {
                gap: 15px!important;
                flex-direction: column;
            }
            div.col-12 {
                margin-bottom: 1rem;
            }
        }
        .regA_section_10 {
            h2 {
                margin-bottom: 0;
            }
        }
        .card img.cross {
            width: 25px!important;
            height: 25px!important;
        }
    }
}


}

}

}