.roadmap__item-header h3{
    color: #fff;
}
.roadmap__item-content p {
    color: #9AB5B9 !important;
}
.box-hover {
    transition: box-shadow 0.6s ease, transform 0.6s ease;
}

.box-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
    transform: scale(1.05);
}
.box-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
    transform: scale(1.1);
}
    .responsive-table {
        width: 75%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .responsive-table th {
        color: #fff;
    }
    .responsive-table th, .responsive-table td {
        padding: 8px;
        text-align: center;
        border: 1px solid #ddd;
    }
    .responsive-table th {
        background-color: #024751;
    }
    @media screen and (max-width: 600px) {
        .responsive-table th, .responsive-table td {
            padding: 2px;
        }
        /* .responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
            display: block;
        }
        .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        .responsive-table tr {
            border: 1px solid #ccc;
        }
        .responsive-table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            text-align: left;
        }
        .responsive-table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
        .responsive-table td:nth-of-type(1):before { content: "Company"; }
        .responsive-table td:nth-of-type(2):before { content: "Sector"; }
        .responsive-table td:nth-of-type(3):before { content: "Stock P/E"; }
        .responsive-table td:nth-of-type(4):before { content: "Rating"; }
        .responsive-table td:nth-of-type(4):before { content: "Current Price"; } */
    }

    /* .service__item-content h5 a:hover {
        color: #fff !important; 
    } */
    .star_review {
        color: white;
        display: flex;
        gap: 4px;
    }
    .mb-3 {
        margin-bottom: 1rem !important;
    }
    .star_review .star-active {
        color: #FCB650;
    }
    .bi-star-fill::before {
        content: "\f586";
    }
    .bi-star-half::before {
        content: "\f587";
    }
    .iccon {
        color: #000;
        border: 1px solid #000;
        padding: 10px;
        border-radius: 50%;
    } 
    .ft-contact {
        display: flex;
        gap: 10px;
        padding: 5px 0;
    }
    .presence  {
        background: linear-gradient(152deg, var(--bg-color-trans) 0%, var(--bg-color) 100%);
        border: 2px solid var(--service-item-border-color);
        text-align: center;
        border-radius: 20px;
    }
    .banner__content-heading {
        font-size: calc(1.5rem + 0.571429vw) !important;
    }

