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: 75%;
    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);
}
.mb-20{margin-top:20px;}
.content-with-feature-gallery .img-holder {
    width: 100%;
    height: 250px;
}
section.wpo-page-title {
    min-height: 300px;
    background-color: #caa756 !important;
    background-image: unset !important;
}
.wpo-page-title:before{background:unset !important;}
.wpo-breadcumb-wrap h1 {
    font-size: 55px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 900;
}
.single-post .img-holder {
    height: auto;
}

@media only screen and (min-width:991px) and (max-width:1100px){
	.navbar-header img {
    max-width: 80px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    font-size: 12px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    padding-left: 2px !important;
}
.header-right a {
    padding: 10px;
}
	
}
@media only screen and (max-width:1191px){
	.navbar-header img {
    max-width: 120px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    font-size: 12px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    padding-left: 2px !important;
}
.header-right a {
    padding: 10px;
}
	
}
@media only screen and (max-width:1600px){
	.navbar-header img {
    max-width: 150px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    font-size: 14px !important;
}

ul.nav.navbar-nav.mb-2.mb-lg-0 li a {
    padding-left: 2px !important;
}
.header-right a {
    padding: 10px;
}
	
}
.swiper-button-next,.swiper-button-prev {display:none;}
.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 10%);

    /* Always visible */
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    text-align: center;
    color: #fff;
}

.overlay-content h4 {
    margin-top: 10px;
    font-size: 24px;
}

i.ti-plus {
    display: none !important;
}
.img-holder h4 {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
}
.wpo-partners-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
	background-color:#caa756;
}
/*.wpo-partners-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: -1;
    opacity: 0.9;
}
*/
.wpo-section-title {
    margin-bottom: 18px;
    position: relative;
}

.wpo-partners-section ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}
.wpo-partners-section ul li {
    list-style: none;
}
.wpo-partners-section ul li i {
    font-size: 19px;
    color: #fff !important;
}
.wpo-partners-section ul li p {
    color: white;
}
/* =========================
   Perfect Masonry Gallery
========================= */

.gallery-masonry{
    column-count: 2;
    column-gap: 18px;
}

.gallery-item{
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    break-inside: avoid;
    overflow: hidden;
    /* border-radius: 12px; */
}

/* Image */
.gallery-item img{
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 12px; */
    transition: transform .3s ease;
}

/* Hover */
.gallery-item:hover img{
    transform: scale(1.02);
}

/* Remove overlay */
.hover-content{
    display: none !important;
}

/* Remove old theme effects */
.img-holder,
.grid,
.portfolio-grids,
.gallery-container{
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Remove pseudo overlays */
.img-holder::before,
.img-holder::after,
.grid::before,
.grid::after{
    display: none !important;
    content: none !important;
}

/* Anchor */
.gallery-item a{
    display: block;
    line-height: 0;
}

/* Mobile */
@media(max-width: 767px){

    .gallery-masonry{
        column-count: 1;
    }

}