a.live-chat,
a.button-7 {
    display: none !important;
}

.fusion-rollover {
    display: none !important; /* Completely removes hover effects */
}

.fusion-rollover-gallery,
.fusion-rollover-content {
    display: none !important; /* Disables gallery and rollover links */
}

.fusion-link-wrapper {
    display: none !important; /* Removes unnecessary wrapper links */
}

.fusion-image-wrapper {
    position: relative !important; /* Ensures proper layout */
}

.fusion-image-wrapper a.fusion-rollover-link {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Brings the link to the front */
    display: block !important; /* Ensures the link spans the entire image */
    text-indent: -9999px; /* Hides link text if visible */
    overflow: hidden; /* Prevents any visual overlap */
}

.fusion-read-more {
    font-size: 18px !important; /* Adjust the size as needed */
    font-weight: bold; /* Optional: Make the text bold */
}

