body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    /* color: #0051FD; */
}

footer {
    background-color: #f8f8f8;
    padding: 40px 40px;
    color: #333;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    height: 24px;
    margin-right: 10px;
}

.footer-links a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}

.footer-address, .footer-notice {
    margin-bottom: 20px;
    color: #666;
}

.footer-services {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.footer-services h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services ul li {
    margin: 5px 0;
}

.footer-services ul li a {
    color: #333;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer-bottom-links a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social button {
    background: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
}

.footer-social a img {
    width: 24px;
    height: 24px;
}

.footer-social>a {
    height: 38px;
    width: 38px;
}
.footer-social>a>svg {
    height: 38px;
    width: 38px;
}
.navbar-logo{
    height: 50px;
}
.navbar-logo>img{
    height: 50px;

}
.w-restricted{
    max-width: 1500px;
    width: 100%;
}

.exam__detail__img {
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px);
    content-visibility: visible;
    object-fit: cover;
    object-position: top;
}

.exam__category__img__wrap {
    overflow: hidden;
}
.exam__category__img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.offer-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    max-width: 400px;
    width: 100%;
}
.offer-container .members-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}
.offer-container .take-free-text {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.offer-container .mock-test-text {
    font-size: 32px;
    font-weight: bold;
    color: #2c7be5;
    margin: 15px 0;
}
.offer-container .signup-btn {
    background-color: #2c7be5;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
    text-decoration: none;
}
.offer-container .signup-btn:hover {
    background-color: #1a68d1;
}

.pagination {
    margin-top: 2rem;
    gap: 0.5rem;
}

.page-item .page-link {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.3s ease;
}

.page-item.active .page-link {
    background-color: #4f46e5;
    border-color: #4f46e5;
    color: white;
}

.page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: #f1f5f9;
    border-color: #cbd5e0;
}

.page-item.disabled .page-link {
    color: #cbd5e0;
    border-color: #e2e8f0;
    background-color: #f8fafc;
}

.page-item .page-link i {
    font-size: 1.1rem;
}
