/*
Theme Name: MKJC Theme
Author: DESIGN HUB
Author URI: https://www.designhubnepal.com
Description: Custom theme for Mailung Khola Jal Vidhyut Company Limited
Version: 1.0
Text Domain: mkjc-theme
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

/* Fix for gap above slider if Elementor adds wrapper padding */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-top: 0 !important;
}

/* Force site main to top if needed */
.site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Layout */
.site-header {
    display: flex;
    justify_content: space-between;
    align_items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-branding .custom-logo-link img {
    max-height: 80px;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.site-footer {
    background: #222;
    color: #fff;
    padding: 40px 20px;
    margin-top: auto;
    display: flex;
    justify_content: space-between;
    flex-wrap: wrap;
}

.site-footer a {
    color: #fff;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
    gap: 15px;
}