span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid,input.is-invalid {
	border-bottom: 2px solid #c62523 !important;
}

.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;
}
/* Common Style for Links & Current */
.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	transition: all 0.3s ease;
}

/* Hover Effect */
.page-numbers:hover {
	background-color: #caa756;
	color: #fff;
	border-color: #caa756;
}

/* Current Page */
.page-numbers.current {
	background-color: #caa756;
	color: #fff;
	border-color: #caa756;
	cursor: default;
}

/* Next Button Icon Center */
.page-numbers i {
	font-size: 14px;
}

/* Remove underline */
.page-numbers:focus,
.page-numbers:active {
	outline: none;
	box-shadow: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn-s4 {
    background: var(--themeColorBtn);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    transition: all 0.3s;
    border-radius: 30px;
    width: fit-content;
}
.dark{background-color:#F6F4F2;}
.wpo-pricing-bottom-text li:before {
    content: "✔";
    margin-right: 8px;
    color: #000;
}
.recent-post .img-holder img {
    width: 100% ;
    height: 80px;
    object-fit: cover ; /* prevents distortion */
}
ul.dual_btn {
    margin: 20px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: c;
    padding: 0px !important;
}

ul.dual_btn li {
    margin-right: 10px;
}
.page-id-175 .img-holder h4 {
    color: #fff;
}
/* Card link */
.gallery-card {
    display: block;
    text-decoration: none;
    position: relative;
}

/* Fixed image size */
.img-holder {
    position: relative;
    width: 100%;
    height: 400px; /* adjust height if needed */
    overflow: hidden;
}

/* Image fit */
.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 176 196 / 22%); /* light blue */
    opacity: 0;
    transition: all 0.3s ease;
}

/* Center content */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
}

.overlay-content i {
    font-size: 26px;
    margin-bottom: 8px;
    display: block;
}

.overlay-content h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Hover effects */
.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card:hover .overlay-content {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-card:hover img {
    transform: scale(1.05);
}