.heros-section .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 16.33%, rgb(195 195 195 / 80%) 100%), linear-gradient(360deg, rgba(255, 13, 25, 0) 87.52%, #ffffff 101.14%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.heros-section .swiper-slide::after {
    content: "";
    height: 99px;
    width: 100%;
    background: url("https://codevisual.in/demo/codevista/wp-content/uploads/2025/08/shape-1.png");
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
}
.swipper-inner {
    position: absolute;
    z-index: 999;
    top: 0;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.4rem 1.5rem;
}
.heros-section h1 {
    margin-bottom: 25px !important;
}
.heros-section p {
    margin-bottom:40px !important;
}
.heros-section .swiper-button-next, .heros-section .swiper-button-prev {
    width: 60px;
    height: 60px;
}
.heros-section .swiper-button-next:after, .heros-section .swiper-button-prev:after{
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: #000;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.heros-section .swiper-pagination-bullet-active {
    background: linear-gradient(84.25deg, #FFAE2F 0%, #EF721F 100%) !important;
}
.heros-section .swiper-slide img {
    height: calc(100vh - 130px);
    object-fit:cover;
    width:100%;
}
.heros-section .subheading {
    display: flex;
    align-self: start;
    margin-bottom: 15px !important;
}

@media (max-width:1340px) {
.heros-section .swiper-button-next, .heros-section .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.heros-section .swiper-button-next:after, .heros-section .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
}
@media (min-width:1025px) {
  .heros-section .swiper-pagination {
    display:none;
} 
}
@media (max-width:1024px) {
.heros-section .swiper-slide img {
    height: 550px;

}
.swiper-button-next, .swiper-button-prev {
display:none;    
}
}
@media (max-width:767px) { 
 .heros-section {
    text-align: center;
}  
.heros-section .subheading {
    align-self: center;
}
}
@media (max-width:549px) {
.news-card {
    width: 100%;
    text-align: center;
    max-width: 350px;
    padding: 10px;
}
.news-card a.news-card-readmore {
 justify-content: center;
}
}

