/*
Theme Name: Nonta
Theme URI: http://demo.bravisthemes.com/nonta
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description: Nonta is a modern and carefully designed theme geared specifically towards all charity and nonprofit organizations, as well as fundraising campaigns. It’s also fully compatible with Give plugin for easy donations right on your site; it’s simply what every charity or fundraising website needs.
Version: 1.0.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: nonta
Text Domain: nonta-child
Tags: causes, charity, charity agency, charity hub, church, donate, donations, foundation, fundraising, mosque, nonprofit, organization, social, volunteer, welfare.
*/

.pxl-item--featured {
    height: 350px;
}

/* Elementor Gallery Masonry Fix */
.e-gallery-masonry {
    column-count: 3 !important; /* Adjust the number of columns */
    column-gap: 15px !important;
}

/* Prevent breaking inside columns */
.elementor-gallery-item {
    display: inline-block;
    width: 100% !important;
    break-inside: avoid !important;
    margin-bottom: 15px !important;
}

/* Ensure images are displayed properly */
.e-gallery-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 10px !important; /* Optional: Adds rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

/* Hover effect */
.e-gallery-image img:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
}

