header{
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.banner-sec{
    background:url("../image/aboutbanner.png");
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}
.lifestyle-heading{
    margin: 0 auto;
}
.lifestyle-heading > .title2{
    text-align:center;
}
.lifestyle-heading > .desc{
    text-align:center;
    color:#FFFFFF;
    margin-bottom:60px;
}
.banner-content{
    position:relative;
    z-index:2;
    /*padding: 120px 0;*/
    text-align:center;
}
.banner-content > .title1{
    font-size:84px;
    font-weight:bold;
    font-family:var(--rajdhani-txt);
    color:var(--white-txt);
    margin-bottom:30px;
}
.banner-content > .sub-txt{
    font-size:30px;
    font-weight:500;
}
.contineous-slider{
    margin-bottom:60px;
}
.blog-box{
    max-width:540px;
    background:#202737;
    border-radius:20px;
    border:2px solid #ACBF3C;
}
.content-box{
    padding:20px 20px;
}
.blog-image{
    max-width:500px;
    margin-bottom:20px;
}
.blog-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.blog-box {
  transition: all 0.4s ease;
  border-radius: 12px;
}

/* Hover effect on single card */
.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Fade other cards when hovering inside row */
.blog-row:hover .blog-box {
  opacity: 0.5;
}

/* Keep hovered card fully visible */
.blog-row .blog-box:hover {
  opacity: 1;
}
.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #D7FB00;
}
