 .csew-card {
	border: none !important;
	border-radius: 0px !important;
 }

.csew-image-wrap {
	width: 100%;
	line-height: 0;
}

.csew-image-wrap .csew-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.csew-body h3{
     font-size: 20px !important;
}

.csew-title {
	font-family: "Open Sans", Sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #1D1D1D;
}

.csew-city {
	font-family: "Open Sans", Sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    color: #616161 !important;
}
.csew-stat span{
	color: #FF982E !important;
    font-size: 33px !important;
}
.csew-stat p {
	font-family: "Open Sans", Sans-serif !important;
	margin-bottom: 0px !important;

}

.csew-stat {
	font-family: "Open Sans", Sans-serif;
    font-size: 20px !important; 
    font-weight: 700 !important;
    color: #1D1D1D;
	line-height: 30px;
	margin-top: 10px;
}

.csew-stat strong,
.csew-stat b {
	color: #f7931e;
}

.csew-desc {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 18px !important;
	color: #1d1d1d;
	
}

/* .csew-button {
	display: inline-block;
	padding: 10px 22px;
	background: #1a1a2e;
	color: #ffffff;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s ease;
} */

/* .csew-button:hover {
	opacity: 0.85;
	color: #ffffff;
} */
.csew-slider{
    overflow: hidden;
    position: relative;
}

.csew-slider .swiper-slide{
    width:520px;
}

.csew-card{
    height:100%;
}

.csew-prev,
.csew-next{

    width:48px;
    height:48px;

    position:absolute;
    top:-20%;
    transform:translateY(-50%);

    background:#fff;
    padding: 12px;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    z-index:99;
	z-index: 99;
    border: 1px solid #616161;
}

.csew-prev{
    right:100px;
}

.csew-next{
    right:10px;
}
.csew-card {
    position: relative;
    overflow: hidden;
}

.csew-image-wrap {
    position: relative;
    overflow: hidden;
}

.csew-image-wrap .csew-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.csew-card:hover .csew-image-wrap .csew-image {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.csew-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
    white-space: nowrap;
	background-color: #FF982E !important;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px;
    padding: 25px !important;
	
}

.csew-card:hover .csew-button {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.csew-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}

.csew-grid-item {
    width: 100%;
}
.csew-card a:hover{
    color: #fff !important;
}
@media (max-width: 767px) {
    .csew-grid {
         grid-template-columns: repeat(1, 1fr) !important;
         margin: 50px 20px !important;
    }
     .page-id-60 .csew-grid{
     margin: 0px !important;
 }
 .csew-stat span{
    font-size : 28px !important;
 }
 .csew-stat , .csew-body h3{
    font-size: 18px !important;
 }
 .csew-city, .csew-desc{
     font-size: 16px !important;
 }
.csew-title{
    font-size: 18px !important;
}
    footer.site-footer .footer1 , footer.site-footer .footer2{
                width: 100%  !important;
    }
        .footer-adv-widget-4 {
            width: 50% !important;
        }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .csew-grid {
         grid-template-columns: repeat(2, 1fr) !important;
          margin: 80px 20px !important;

    }
}
