/*
Theme Name: Code Core Solution Theme
Theme URI: http://example.com/code-core-solution/
Author: Antigravity
Author URI: http://example.com/
Description: A professional, modern, and scalable WordPress theme structure.
Version: 1.0.0
Text Domain: code-core-solution
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Core styles are loaded from assets/css/main.css */

/* Custom Spacing Fallbacks and Utility Classes */
.section-y {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 768px) {
    .section-y {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

/* Margin utilities that might be missing from compiled stylesheet */
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.mt-24 { margin-top: 6rem; }
.mt-28 { margin-top: 7rem; }
.mt-32 { margin-top: 8rem; }

.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mb-24 { margin-bottom: 6rem; }
.mb-28 { margin-bottom: 7rem; }
.mb-32 { margin-bottom: 8rem; }

.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }

/* Mobile menu breakpoint (991px) classes */
.desktop-nav {
    display: none !important;
}
@media (min-width: 992px) {
    .desktop-nav {
        display: flex !important;
    }
}

.mobile-nav-toggle {
    display: grid !important;
}
@media (min-width: 992px) {
    .mobile-nav-toggle {
        display: none !important;
    }
}

/* Mobile dropdown menu styles */
.mobile-menu {
    display: none;
}
.mobile-menu.active {
    display: block !important;
}
@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}


