.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;
}

.footer-payment-section {
    background: #000;
    padding: 40px 0;
}

/* ==========================
   Payment logo
========================== */
.pl-40 {
	padding-left:40px;
}
/*=========================
    PAYMENT SECTION
=========================*/

.payment-section{
    width:100%;
    max-width:1200px;
    text-align:center;
}

.payment-section .heading{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.payment-section .heading h2{
	margin-bottom:0;
}

.payment-section .heading i{
    color:#e63232;
    font-size:25px;
}

.payment-section .line{
    width:60px;
    height:1px;
    background:#8b7c79;
}

.payment-section .payment-methods {
    display: flex;
    gap: 15px;
    justify-content:center;
    margin: 0 auto;
	align-items:stretch;
	flex-wrap:nowrap;
}

.payment-section .item{
    max-width:160px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	height:85px;
}

.payment-section .icon-circle {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
	padding:5px;
}

.payment-section .card-box{
    background:#fff;
    border-radius:10px;
    padding:5px;
    display:inline-block;
}

.payment-section .card-box img{
    width:330px;
    max-width:100%;
}

.payment-section .icon-circle,
.payment-section .card-box,
.payment-section .cashapp,
.payment-section .zelle{
    flex-shrink:0;
}

.payment-section .cashapp,
.payment-section .zelle{
    width:45px;
    height:45px;
    border-radius:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
    font-weight:bold;
    margin:auto;
    color:#fff;
}

.payment-section .cashapp{
    background:#14d84d;
}

.payment-section .zelle{
    background:#6d2df6;
}

.payment-section .item p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

@media (max-width:1024px){
.title-area .sec-title { font-size: 36px;}
.payment-section .payment-methods{
    gap:7px;
}

.payment-section .item{
    max-width:100px;
}

	.payment-section .item p {
		font-size:12px;
	}
	
	.payment-section .icon-circle
	{
		width:35px;
		height:35px;
	}
	
	.payment-section .cashapp, 
	.payment-section .zelle {
		width:30px;
		height:30px;
	}
}

@media (max-width: 768px) {
	.title-area .sec-title { font-size: 32px;}
    .payment-section .item {
        max-width: 140px;
    }
}

@media (max-width: 576px) {
	.title-area .sec-title { font-size: 28px;}
    .payment-section .payment-methods {
        gap: 12px;
    }
	    .payment-section .item p {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .payment-section .item p {
        font-size: 12px;
    }
	.payment-section .item {
		height:88px;
	}
}

/* ==========================
   End Payment logo
========================== */

