.rts-hosting-banner.rts-hosting-banner-bg {
    min-height: 0px !important;
    max-height: 0px !important;
    padding: 200px 0 130px 0 !important;
}

.gcsc-find-more-on-google,
#adBlock,
.gsc-orderby-container,
.gsc-search-box {
    display: none !important;
}

.gsc-expansionArea {
}

.snippet-text {
    font-size: 18px;
}
.sticky-top-search {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    background-color: white;
    top: 60px;
    z-index: 1000;
    /* Ensures it stays above other content */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  Optional: adds a slight shadow */
}
.user-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user-info {
    margin-left: 15px;
}

.user-details {
    display: flex;
    align-items: center;
}

.user-details h5 {
    margin: 0;
}

.user-details p {
    margin: 0;
}

.company-info {
    margin-top: 15px;
}
/* For select filter homepage */

.select-scroll ul {
    overflow-y: auto !important;
    max-height: 300px;
}

.rts-hosting-banner,
.banner-area {
    justify-content: center !important;
}

/* premium search bar  */
.custom-btn {
    background-color: #0007bff;
    /* Primary blue */
    border-color: #007bff;
    /* Border color */
    color: white;
    /* Text color */
    padding: 10px 20px;
    /* Padding for size */
    font-size: 16px;
    /* Font size */
    border-radius: 4px;
    /* Rounded corners */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    /* Smooth transition for hover effect */
}

.custom-btn:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
    color: white;

    border-color: #0056b3;
    /* Darker border on hover */
}

.custom-btn:active {
    color: white;

    background-color: #004085;
    /* Even darker blue when active */
    border-color: #004085;
    /* Even darker border when active */
}
/* premium search bar  */
