/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 10:26:19 */
.blog_similer_carousel button.owl-prev {
    left: 90% !important;
    top: 100% !important;
    margin-top: 25px !important;
}

.blog_similer_carousel button.owl-prev span {
    background: url(/wp-content/uploads/2024/11/Left-Arrow-White.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
}

.blog_similer_carousel button.owl-next {
    right: 2% !important;
    top: 100% !important;
    margin-top: 25px !important;
}

.blog_similer_carousel button.owl-next span {
    background: url(/wp-content/uploads/2024/11/Right-Arrow-White.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
}

.blog_similer_carousel button.owl-prev svg {
    display: none;
}

.blog_similer_carousel button.owl-next svg {
    display: none;
}

.blog_similer_carousel .pp-post-featured-img img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16/8;
}

.blog_description_customs a {
	text-decoration: underline !important;
    color: #348c4e !important;
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white !important;
    font-size: 60px !important;
    font-weight: bold !important;
    padding: 20px 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    max-height: 80%;
}

.video-popup iframe {
    width: 100%;
    height: 500px;
    pointer-events: auto;
}

.video-popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    color: black;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px 13px;
}

.video-open {
    overflow: hidden;
}

.video-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 5;
}

.post_details_category_module_customs {
	display: none;
}