:root {
    --clandestine-red: rgb(222,58,58);
}

.rotating-svg {
    animation: rotateY 10s infinite;
    transform-style: preserve-3d;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.imageclip {clip-path: polygon(0% 0%, 100% 0, 100% 75%, 85% 100%, 0% 100%);max-height: 230px;}
#itemid-101 #sp-header.full-header {position: absolute;background: none;}
#sp-header {box-shadow: none;}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #000;}

.com-content-category-blog__child {
    position: relative;
    margin-bottom: 2rem;
}

.com-content-category-blog__image {
    position: relative;
    overflow: hidden;
}

.com-content-category-blog__image img {
    display: block;
    width: 100%;
    height: auto;
}

.com-content-category-blog__child .page-header.item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    width: 100%;
    z-index: 10;
}

.com-content-category-blog__child .page-header.item-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.com-content-category-blog__child .page-header.item-title a:hover {
    color: #f0f0f0;
}