/*
Theme Name:   Go Global Conference (Elementor)
Theme URI:    https://goglobalconference.com/
Author:       MalachiLabs
Author URI:   https://malachilabs.com/
Description:  Go Global Conference theme — Elementor-compatible version. Built on Hello Elementor base with all original GGC styles preserved.
Version:      2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ggc-elementor
Template:     hello-elementor
Tags:         responsive, custom-header, featured-images, elementor
*/

/* ============================================================
   GGC GLOBAL OVERRIDES
   These styles sit on top of Hello Elementor + your assets/css/style.css
   ============================================================ */

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    position: relative;
}

/* Ensure Elementor sections have proper stacking */
.site-main,
.elementor-section-wrap {
    min-height: 50vh;
    position: relative;
    z-index: 1;
}

/* ============================================================
   FOOTER WIDGET STYLES (preserved from original)
   ============================================================ */
.footer-widget-box.about-us .footer-logo h3 {
    color: white;
    margin-bottom: 20px;
}

.footer-newsletter .subscribe-form .form-group {
    position: relative;
}

/* ============================================================
   POPUP STYLES (preserved from original)
   ============================================================ */
.popup-content ul {
    list-style: none;
    padding-left: 0;
}

.popup-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.popup-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

.popup-button .theme-btn {
    color: #000 !important;
}

.popup-button .theme-btn:hover {
    color: #fff !important;
}

/* ============================================================
   NAVBAR OVERRIDES (for header built in Elementor)
   ============================================================ */
.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'Font Awesome 6 Free';
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: var(--color-white);
}

/* ============================================================
   MOBILE NAV MEMBER BUTTONS
   ============================================================ */
.mobile-nav-member {
    display: none;
}

@media all and (max-width: 991px) {
    .mobile-nav-member {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 84px;
    }

    .mobile-nav-member a {
        z-index: 2;
    }
}

/* ============================================================
   ELEMENTOR COMPATIBILITY FIXES
   ============================================================ */

/* Prevent Elementor from conflicting with Bootstrap grid */
.elementor-section .elementor-container {
    max-width: 100%;
}

/* Allow Elementor full-width sections */
.elementor-section.elementor-section-full_width .elementor-container {
    max-width: 100%;
    padding: 0;
}

/* Fix z-index for sticky header with Elementor */
#site-header.elementor-sticky--active {
    z-index: 9999;
}

/* Ensure Elementor popups work with theme */
.elementor-popup-modal {
    z-index: 99999;
}

/* Profile heading compatibility */
.profile-heading .session-item {
    min-height: 240px;
}

.mborder {
    border: 1px solid #01054c;
}

/* ============================================================
   HELLO ELEMENTOR BASE OVERRIDES
   (Hello Elementor strips everything — add back what you need)
   ============================================================ */

/* Restore body font from original theme */
body {
    font-family: inherit;
}

/* Make sure page content areas render correctly */
.page-content img {
    max-width: 100%;
    height: auto;
}
