/*
Theme Name: ROS Research
Theme URI: https://www.rosresearch.com
Description: This is a custom theme I have created.
Author: Smruti
Author URI: https://www.elancesoftech.com
Version: 0.1
*/
.demo_input{background: #fff !important;}
.ros-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.ros-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ros-page-item {
    display: inline-flex;
}

.ros-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ros-page-link:hover {
    background: #0d3a7b; /* change to your theme color */
    border-color: #0d3a7b;
    color: #fff;
}

.ros-page-item.active .ros-page-link,
.ros-page-link.current {
    background: #0d3a7b; /* active color */
    border-color: #0d3a7b;
    color: #fff;
}

.ros-page-item.dots .ros-page-link {
    border: none;
    background: transparent;
    color: #888;
    min-width: auto;
    padding: 0 8px;
    pointer-events: none;
}
.ros-field-error {
    display: none;
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 4px;
}
.form-control.ros-invalid {
    border-color: #dc3545 !important;
}
#ros-contact-response{margin-top: 15px;}

@media (max-width: 576px) {
    .ros-page-link {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
        padding: 0 10px;
    }

    .ros-pagination {
        gap: 8px;
    }
}
@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
    .esomar-table table {
    min-width: auto;
}
}