/*
Theme Name: FinPath Child
Theme URI: https://finpath.keydesign.xyz/
Description: Finance & Consulting Elementor WordPress theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: finpath
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: finpath-child
*/

.mega-content-box {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.mega-content-box .clip-shape {
    width: 100%;
    height: 38px;
    background: #f7f7f7;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 12px 12px 0 0;
    display: none; /* hidden by default */
}

.mega-content-box .mega-inner {
    max-height: 0;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 0 0 16px 16px;
    padding: 0 30px;
    transition: max-height 0.45s ease-in-out, padding 0.3s ease-in-out;
}

.mega-content-box.active .mega-inner {
    padding: 25px 30px;
}
