.dark {background:#f6f6f6;}
.pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}

.pagination-wrapper .page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pagination-wrapper .page-numbers li {
    margin: 0;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ececec;
    transition: all 0.35s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Hover Effect */
.pagination-wrapper .page-numbers a:hover {
    background: #841421;
    border-color: #841421;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(132, 20, 33, 0.35);
}

/* Active Page */
.pagination-wrapper .page-numbers .current {
    background: linear-gradient(135deg, #841421, #a51a2a);
    border-color: #841421;
    color: #fff;
    box-shadow: 0 10px 25px rgba(132, 20, 33, 0.4);
}

/* Previous / Next Buttons */
.pagination-wrapper .page-numbers .prev,
.pagination-wrapper .page-numbers .next {
    width: 52px;
    height: 52px;
    font-size: 18px;
}

/* Dots */
.pagination-wrapper .page-numbers .dots {
    background: transparent;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
}

/* Mobile */
@media (max-width: 576px) {
    .pagination-wrapper .page-numbers {
        gap: 8px;
    }

    .pagination-wrapper .page-numbers a,
    .pagination-wrapper .page-numbers span {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}
.blog-card .blog-img img
 {
    width: 100%;
    height: 400px;
    
}

.quote-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.quote-popup-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 8% auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}


.quote-btn {
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 9999;

    background: #7e0e1f;
    color: #fff;
    padding: 14px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.quote-btn:hover {
    background: #650b19;
    color: #fff;
    transform: translateX(3px);
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
    color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.title-area .sec-title { font-size: 45px;}
.single-services h3 {
    font-weight: 500;
}