/*
CTC Separate Stylesheet
Updated: 2026-01-23 07:56:48
*/

.card-text-padding .elementor-image-box-content {
    padding: 10px 10px 25px 10px;
}

.button-greip:hover::before {
    transition-duration: 0.3s;
    clip-path: polygon(0px 0px, 100% 0px, 0px 0px, 0% 100%);
}

.button-greip::before {
    content: "";
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
    background: rgb(0, 0, 0);
    transition: clip-path 0.2s cubic-bezier(0.7, 0, 0.2, 1), -webkit-clip-path 0.2s;
}

svg
{
	display: block;
}



