/* Background Zoom Effect */
.hover-card {
    background-size: 115% !important;
    background-position: center center !important;
    transition: background-size 0.3s ease-in-out !important;
}
.hover-card:hover {
    background-size: 130% !important;
}

/* Icon Fill Effect */
.hover-card .elementor-icon {
    transition: all 0.3s ease-in-out !important;
}

.hover-card:hover .elementor-icon i,
.hover-card:hover .elementor-icon svg {
    color: #d8ff4c !important; 
    fill: #d8ff4c !important;
}


/* Marquee-section */
.marquee-track {
    display: flex;
}
.marquee-track span {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 25px;
    margin-right: 30px;
    color: #206D47;
    letter-spacing: 1px;
}
.marquee-track span::before {
    content: "✦";
    padding-right: 28px !important;
}
/* Marquee-section */