.event-block-one .inner-box{
background:#fff !important;
border-radius:18px !important;
overflow:hidden !important;
box-shadow:0 10px 30px rgba(0,0,0,0.10) !important;
transition:0.3s ease !important;
padding-bottom:15px !important;
}

.event-block-one .inner-box:hover{
transform:translateY(-8px) !important;
}

.event-block-one figure{
background:#fff !important;
min-height:220px !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
padding:25px !important;
}

.event-block-one figure img{
max-height:180px !important;
object-fit:contain !important;
}

.event-block-one .lower-content{
padding:15px 10px 20px !important;
text-align:center !important;
}

.event-block-one .lower-content h4 a{
font-size:18px !important;
font-weight:600 !important;
color:#10243f !important;
line-height:1.5 !important;
}
@media only screen and (max-width: 767px){

.event-block{
width:50% !important;
float:left !important;
padding:6px !important;
}

.event-block-one .inner-box{
height:205px !important;
padding-bottom:10px !important;
}

.event-block-one figure{
min-height:120px !important;
padding:10px !important;
margin:0 !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
}

.event-block-one figure img{
max-height:85px !important;
width:auto !important;
}

.event-block-one .lower-content{
padding:5px 5px 10px !important;
}

.event-block-one .lower-content h4{
margin:0 !important;
}

.event-block-one .lower-content h4 a{
font-size:14px !important;
line-height:1.4 !important;
display:block !important;
}

.single-item{
padding:15px 5px !important;
min-height:100px !important;
}

.single-item h4{
font-size:28px !important;
margin-bottom:5px !important;
}

.single-item p{
font-size:13px !important;
line-height:1.3 !important;
margin:0 !important;
}

}

.features-section .cards{
background:#fff !important;
border-radius:16px !important;
padding:25px 15px !important;
box-shadow:0 8px 24px rgba(0,0,0,0.08) !important;
margin-bottom:25px !important;
transition:0.3s ease !important;
}

.features-section .cards:hover{
transform:translateY(-5px) !important;
}

.features-section .cards h4{
font-size:18px !important;
font-weight:600 !important;
color:#10243f !important;
}

.single-item{
background:#fff !important;
padding:25px 10px !important;
border-radius:16px !important;
box-shadow:0 8px 24px rgba(0,0,0,0.08) !important;
}

.single-item h4{
font-size:34px !important;
font-weight:700 !important;
}
.banner-section{
position:relative;
}

.slide-item{
position:relative;
}

.slide-item img{
width:100%;
height:650px;
object-fit:cover;
}

.banner-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
display:flex;
align-items:center;
}

.banner-content{
max-width:650px;
margin-left:auto;
margin-right:80px;
padding-left:0;
color:#fff;
}

.banner-content h2{
font-size:52px;
font-weight:700;
line-height:1.2;
margin-bottom:20px;
color:#fff;
}

.banner-content p{
font-size:18px;
line-height:1.7;
margin-bottom:30px;
color:#fff;
}

.banner-content .theme-btn{
background:#00b8b0;
color:#fff;
padding:14px 34px;
border-radius:50px;
font-size:16px;
font-weight:600;
display:inline-block;
}

.banner-content .theme-btn:hover{
background:#10243f;
color:#fff;
}

@media(max-width:767px){

.slide-item img{
height:420px;
}

.banner-overlay{
align-items:center;
text-align:center;
}

.banner-content{
padding:20px;
max-width:100%;
}

.banner-content h2{
font-size:28px;
line-height:1.3;
margin-bottom:15px;
}

.banner-content p{
font-size:15px;
line-height:1.6;
margin-bottom:20px;
}

.banner-content .theme-btn{
padding:12px 24px;
font-size:14px;
}

}
.single-item h4{
font-size:34px !important;
font-weight:700 !important;
}

/* YAHA NICHE TRUST CSS PASTE KARO */

.trust-strip{
padding:45px 0 35px !important;
background:#f8fbfc !important;
margin-top:-10px !important;
}

.trust-grid{
display:grid !important;
grid-template-columns:repeat(5,1fr) !important;
gap:15px !important;
}

.trust-box{
background:#fff !important;
border-radius:18px !important;
padding:28px 18px !important;
text-align:center !important;
font-weight:600 !important;
color:#10243f !important;
box-shadow:0 8px 24px rgba(0,0,0,0.08) !important;
}

@media(max-width:767px){
.trust-grid{
grid-template-columns:repeat(2,1fr) !important;
gap:10px !important;
}

.trust-box{
font-size:14px !important;
padding:14px 8px !important;
}
}
.client-strip{
padding:70px 0 !important;
background:#fff !important;
}

.client-strip .sec-title{
margin-bottom:40px !important;
text-align:center !important;
}

.client-strip .sec-title h2{
font-size:42px !important;
font-weight:700 !important;
color:#16b4b0 !important;
margin-bottom:15px !important;
}

.client-strip .sec-title p{
font-size:18px !important;
color:#10243f !important;
max-width:900px !important;
margin:auto !important;
line-height:1.7 !important;
}

.client-grid{
display:grid !important;
grid-template-columns:repeat(4,1fr) !important;
gap:18px !important;
margin-top:35px !important;
}

.client-box{
background:#f8fbfc !important;
padding:24px 16px !important;
border-radius:16px !important;
text-align:center !important;
font-weight:600 !important;
color:#10243f !important;
box-shadow:0 8px 24px rgba(0,0,0,0.06) !important;
transition:0.3s ease !important;
}

.client-box:hover{
transform:translateY(-5px) !important;
background:#16b4b0 !important;
color:#fff !important;
}

.client-strip .theme-btn{
margin-top:40px !important;
background:#16b4b0 !important;
color:#fff !important;
padding:14px 32px !important;
border-radius:50px !important;
display:inline-block !important;
font-weight:600 !important;
}

@media(max-width:767px){

.client-grid{
grid-template-columns:repeat(2,1fr) !important;
gap:12px !important;
}

.client-strip{
padding:50px 0 !important;
}

.client-strip .sec-title h2{
font-size:32px !important;
line-height:1.3 !important;
}

.client-strip .sec-title p{
font-size:15px !important;
padding:0 10px !important;
}

.client-box{
padding:14px 8px !important;
font-size:14px !important;
line-height:1.5 !important;
min-height:90px !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
}

}
@media(min-width:992px){

.about-home .single-item{
height:135px !important;
padding:20px 10px !important;
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
}

.about-home .single-item p{
margin:0 !important;
line-height:1.3 !important;
}

}
@media(min-width:992px){

.about-image-box img{
width:100% !important;
height:540px !important;
object-fit:cover !important;
border-radius:20px !important;
}

}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item{
min-height:650px !important;
}
