.culture-slider img {
    width: 100%;
}
 .video-slider-wrap .elementor-swiper:last-child .swiper-slide .elementor-carousel-image:after {
    content: '';
    height: 37px;
    width: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('/wp-content/uploads/2025/04/youtube.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.culture-action-section .blog-post-slider-wrap .elementor-posts-container .elementor-post {
   height: auto !important;
} 
.culture-slider .slick-arrow {
    width: 64px;
    height: 64px;
    background-color: #DBE6F9 !important;
    position: absolute;
    top: -90px;
    right: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: none;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 50%;
}
.culture-slider .slick-arrow:hover svg path {
    fill: #ffffff !important;
}
.culture-slider .slick-next.slick-arrow svg path {
    fill: #2067DA;
}
.culture-slider .slick-next.slick-arrow {
    right: 10px;
}
.culture-action-section .blog-slider-wrapper .slick-arrow {
   width: 64px;
    height: 64px;
}
.culture-slider .slick-arrow {
    right: 90px;
    height: 64px;
    width: 64px;
    top: -100px;
}
.culture-slider .slick-slide {
    margin: 0 10px;
}
    .culture-slider .slick-list {
    margin: 0 auto;
}
.culture-slider .slick-arrow:hover {
    background-color: #2067DA !important;
}
.elementor-video-container>div {
    width: 100% !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 850px) {
    .mobile-section img {
        min-height: 240px;
        object-fit: cover;
    }
}
@media only screen and (min-device-width: 851px) and (max-device-width: 880px) {
    .mobile-section img {
        height: 245px;
        object-fit: cover;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .culture-action-section .blog-slider-wrapper .slick-prev.slick-arrow {
        right: 95px !important;
    }
    .culture-action-section .blog-slider-wrapper .slick-arrow {
      top: -80px;
    }
    .culture-slider .slick-arrow {
        top: -85px; 
    }
}
@media only screen and (max-width: 991px) {
    .culture-slider .slick-arrow:hover {
        background-color: #2067DA !important;
    }
    .culture-slider .slick-arrow {
        top: -85px;
    }
}

@media only screen and (max-width: 767px) {
    .culture-slider img {
        width: 100%;
        min-height: 300px;
        height: 400px;
        object-fit: cover;
    }
    .culture-action-section .blog-post-slider-wrap .elementor-posts-container .elementor-post {
      box-shadow: 0px 3.43px 8.44px 0px rgba(0, 0, 0, 0.10196078431372549);
    }
    .video-slider-wrap .elementor-swiper:last-child .swiper-slide .elementor-carousel-image:after {
        height: 31px;
        width: 45px;
    }
    .culture-action-section .blog-slider-wrapper .slick-arrow {
        height: 64px;
        width: 64px;
        top: -85px;
    }
    .culture-slider .slick-arrow {
        right: 50%;
    }
    .culture-slider .slick-next.slick-arrow {
        right: calc(50% - 80px);
    }
    .culture-action-section .blog-slider-wrapper .slick-prev.slick-arrow {
        right: 50% !important;
    }
    .culture-action-section .blog-slider-wrapper .slick-next.slick-arrow {
        right: calc(50% - 80px) !important;
    }
    .elementor-video-container{
        width: calc(100% - 100px) !important;
    }
}
@media only screen and (max-width: 425px) {
    .video-slider-wrap .elementor-swiper:last-child .swiper-slide .elementor-carousel-image:after {
        height: 25px;
        width: 35px;
    }
}