/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2025 | 16:30:08 */
.sub-menu a::before {
    content: none !important;
}

.ot-image-box .overlay {
    background: linear-gradient(
        rgba(76, 144, 192, 0.7),   /* #4c90c0 with lighter opacity */
		rgba(55, 78, 123, 0.9)   /* #374e7b with opacity */
      
    );
    color: #fff; /* makes sure text stays readable */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}