/*
Theme Name: GeneratePress CPE Custom Premium Child
Theme URI: https://clippingpathexperts.com/
Description: Ultra-lightweight, utility-first performance child theme for Clipping Path Experts. Integrates native SEO, custom Before/After sliders, and advanced conversion layouts.
Author: Sadi Chowdhury
Template: generatepress
Version: 1.0.0
*/

/* CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Mega Menu Override */
.cpe-mega-menu {
    position: static !important;
}