    .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;
    }
    
    .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;
        height: 35px;
        position: absolute;
        object-fit: contain;
    }
    
    .brokerDealer {
        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;
        }
        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;
        }
        .brokerDealer_section_2.section-space {
            padding-top: 4rem;
            padding-bottom: 4rem;
            img {
                height: 380px;
                object-fit: cover;
            }
        }
        .section-space {
            padding-bottom: 4rem;
        }
        .custom-shadow {
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        }
        .brokerDealer_section_3 {
            h2,
            p.fw-semibold,
            .card-heading {
                text-align: center;
            }
            .card img.cross {
                width: 20px;
                height: 20px;
            }
        }
        .brokerDealer_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;
            }
        }
        .brokerDealer_section_5 {
            img {
                height: 310px;
                object-fit: cover;
            }
        }
        .brokerDealer_section_6 {
            .grid {
                gap: 15px;
                display: grid;
                grid-template-columns: repeat(5, 1fr);
            }
            .grid-card {
                padding: 15px;
                text-align: center;
            }
            .grid-card img {
                margin: auto;
                width: 200px;
                height: 150px;
                object-fit: contain;
            }
            .grid-card h3 {
                font-size: 14px;
                min-height: 45px;
                margin-bottom: 0;
                text-align: center;
            }
            .grid-card p {
                font-size: 14px;
                text-align: left;
                line-height: 1.2;
            }
        }
        .brokerDealer_section_9,
        .brokerDealer_section_10 {
            h5 {
                text-align: center;
            }
            img {
                width: 100%;
                height: 200px;
                object-fit: contain;
            }
            a {
                margin: 0;
                min-width: 300px;
            }
        }
    }
    
    @media only screen and (max-width: 767px) {
        .brokerDealer {
            .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,
            li {
                font-size: 14px!important;
            }
            .btnOuter {
                text-align: center;
                margin-bottom: 1rem;
            }
            .building_img_head img,
            .brokerDealer_section_4 .cardImage,
            .brokerDealer_section_7 img,
            .brokerDealer_section_8 img {
                height: 250px!important;
            }
            .brokerDealer_section_8 img {
                margin-bottom: 1rem;
            }
            .brokerDealer_section_2.section-space {
                img {
                    height: 250px;
                    margin-bottom: 1rem;
                }
            }
            .brokerDealer_section_3 {
                .card img.cross {
                    width: 16px;
                    height: 16px;
                }
            }
            .brokerDealer_section_4 {
                .para-width {
                    width: 100%;
                }
            }
            .brokerDealer_section_5 {
                img {
                    height: 250px;
                }
            }
            .brokerDealer_section_6 {
                .grid {
                    grid-template-columns: repeat(2, 1fr);
                }
                .grid-card img {
                    width: 100px;
                    height: 75px;
                }
            }
            .brokerDealer_section_9 {
                img {
                    height: 150px;
                }
            }
            .separator {
                display: none;
            }
            .brokerDealer_section_10 {
                .bg-light {
                    padding: 25px 15x!important;
                }
                .d-flex {
                    flex-direction: column;
                }
            }
        }
    }