/*
Theme Name: photoeditlab
Author: Monir
Description: A fresh custom theme for digital solutions.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: photoeditlab
*/

/* Remove gap between Elementor containers/sections */
.elementor-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.e-con {
    --gap: 0px !important;
    gap: 0px !important;
}
.elementor-widget-wrap {
    gap: 0px !important;
}


/* Remove margin between Elementor containers */
.e-con {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.elementor-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Comprehensive CSS to remove gaps between all containers */
body .elementor-section { margin-top: 0 !important; margin-bottom: 0 !important; }
body .e-con { margin-top: 0 !important; margin-bottom: 0 !important; gap: 0 !important; }
body .e-container { margin-top: 0 !important; margin-bottom: 0 !important; gap: 0 !important; }
body .elementor-widget-wrap { align-content: flex-start; gap: 0 !important; }
body .e-con-inner { gap: 0 !important; }


/* Remove margin-bottom from all widgets */
body .elementor-widget {
    margin-bottom: 0 !important;
}
body .elementor-widget-wrap > .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

