/*
Theme Name: OMAP Multiactivities Theme
Theme URI: https://omapmultiactivities.com
Author: OMAP for Multiactivities Co. Ltd
Author URI: https://omabgroup.com
Description: Custom WordPress theme for OMAP for Multiactivities Co. Ltd - A professional corporate theme designed for Elementor page builder with navy blue and green color scheme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omap-theme
Tags: elementor, corporate, business, custom-colors, custom-logo, featured-images, full-width-template, rtl-language-support

OMAP for Multiactivities Co. Ltd - Sound of the Future
Established 2007 in Khartoum, Sudan
*/

/* ============================================
   OMAP THEME - CSS VARIABLES & GLOBAL STYLES
   ============================================ */

:root {
    /* Primary Colors - Based on OMAP Logo */
    --omap-navy: #1a2b5f;
    --omap-navy-dark: #0f1a3d;
    --omap-navy-light: #2a4080;
    --omap-green: #2eb82e;
    --omap-green-dark: #1f8c1f;
    --omap-green-light: #4fce4f;
    
    /* Neutral Colors */
    --omap-white: #ffffff;
    --omap-light-gray: #f8f9fa;
    --omap-gray: #6c757d;
    --omap-dark-gray: #343a40;
    --omap-black: #1a1a1a;
    
    /* Typography */
    --omap-font-primary: 'Montserrat', sans-serif;
    --omap-font-secondary: 'Open Sans', sans-serif;
    --omap-font-arabic: 'Noto Sans Arabic', 'Cairo', sans-serif;
    
    /* Spacing */
    --omap-section-padding: 80px;
    --omap-container-width: 1200px;
    
    /* Transitions */
    --omap-transition: all 0.3s ease-in-out;
    
    /* Shadows */
    --omap-shadow-light: 0 2px 10px rgba(26, 43, 95, 0.08);
    --omap-shadow-medium: 0 5px 25px rgba(26, 43, 95, 0.12);
    --omap-shadow-heavy: 0 10px 40px rgba(26, 43, 95, 0.18);
}

/* ------------------------------------------------------------
   Global: remove icon glyphs inside circular icon containers
   (keep the circle backgrounds, but hide <i>/<svg>/<img> icons)
------------------------------------------------------------- */
#backToTop i,
#backToTop svg,
#backToTop img,
#back-to-top i,
#back-to-top svg,
#back-to-top img,
.back-to-top i,
.back-to-top svg,
.back-to-top img,
.stat-icon i,
.stat-icon svg,
.stat-icon img,
.division-icon i,
.division-icon svg,
.division-icon img,
.omap-division-card-icon i,
.omap-division-card-icon svg,
.omap-division-card-icon img,
.mv-icon i,
.mv-icon svg,
.mv-icon img,
.value-icon i,
.value-icon svg,
.value-icon img,
.contact-icon i,
.contact-icon svg,
.contact-icon img,
.feature-icon i,
.feature-icon svg,
.feature-icon img,
.service-icon i,
.service-icon svg,
.service-icon img {
    display: none !important;
}

/* Also disable common pseudo-element icon glyphs used with circles */
.division-icon::before,
.omap-division-card-icon::before,
.mv-icon::before,
.value-icon::before,
.contact-icon::before,
.feature-icon::before,
.service-icon::before,
.stat-icon::before,
.back-to-top::before {
    content: none !important;
}

/* ============================================
   GLOBAL RESET & BASE STYLES
   ============================================ */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--omap-font-secondary);
    color: var(--omap-dark-gray);
    line-height: 1.7;
    background-color: var(--omap-white);
    overflow-x: hidden;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--omap-font-primary);
    color: var(--omap-navy);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: var(--omap-gray);
}

a {
    color: var(--omap-green);
    text-decoration: none;
    transition: var(--omap-transition);
}

a:hover {
    color: var(--omap-green-dark);
}

/* ============================================
   TOP STRIP NAVIGATION (OMAB Group Entities)
   ============================================ */

.omap-top-strip {
    background: var(--omap-navy-dark);
    padding: 8px 0;
    font-size: 13px;
}

.omap-top-strip ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.omap-top-strip li a {
    color: rgba(255, 255, 255, 0.7);
    transition: var(--omap-transition);
    padding: 5px 10px;
    border-radius: 3px;
}

.omap-top-strip li a:hover {
    color: var(--omap-white);
    background: rgba(255, 255, 255, 0.1);
}

.omap-top-strip li.active a {
    color: var(--omap-white);
    background: var(--omap-green);
    font-weight: 600;
}

/* ============================================
   MAIN HEADER & NAVIGATION
   ============================================ */

.omap-header {
    background: var(--omap-white);
    box-shadow: var(--omap-shadow-light);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.omap-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.omap-nav-menu li a {
    color: var(--omap-navy);
    font-weight: 600;
    font-family: var(--omap-font-primary);
    padding: 10px 0;
    position: relative;
    font-size: 15px;
}

.omap-nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--omap-green);
    transition: var(--omap-transition);
}

.omap-nav-menu li a:hover::after,
.omap-nav-menu li.current-menu-item a::after {
    width: 100%;
}

/* ============================================
   HERO SECTION
   ============================================ */

.omap-hero {
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.omap-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 43, 95, 0.9) 0%, rgba(26, 43, 95, 0.7) 50%, rgba(46, 184, 46, 0.3) 100%);
}

.omap-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--omap-white);
    max-width: 900px;
    padding: 40px;
}

.omap-hero h1 {
    color: var(--omap-white);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.omap-hero .tagline {
    font-size: 1.5rem;
    color: var(--omap-green-light);
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ============================================
   BUTTONS
   ============================================ */

.omap-btn {
    display: inline-block;
    padding: 14px 35px;
    font-family: var(--omap-font-primary);
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    transition: var(--omap-transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: 2px solid transparent;
}

.omap-btn-primary {
    background: var(--omap-green);
    color: var(--omap-white);
    border-color: var(--omap-green);
}

.omap-btn-primary:hover {
    background: var(--omap-green-dark);
    border-color: var(--omap-green-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 184, 46, 0.3);
}

.omap-btn-secondary {
    background: transparent;
    color: var(--omap-white);
    border-color: var(--omap-white);
}

.omap-btn-secondary:hover {
    background: var(--omap-white);
    color: var(--omap-navy);
    transform: translateY(-3px);
}

.omap-btn-outline {
    background: transparent;
    color: var(--omap-green);
    border-color: var(--omap-green);
}

.omap-btn-outline:hover {
    background: var(--omap-green);
    color: var(--omap-white);
}

/* ============================================
   SECTIONS
   ============================================ */

.omap-section {
    padding: var(--omap-section-padding) 0;
    position: relative;
}

.omap-section-light {
    background: var(--omap-light-gray);
}

.omap-section-navy {
    background: var(--omap-navy);
    color: var(--omap-white);
}

.omap-section-navy h2,
.omap-section-navy h3,
.omap-section-navy h4 {
    color: var(--omap-white);
}

.omap-section-navy p {
    color: rgba(255, 255, 255, 0.85);
}

.omap-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.omap-section-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.omap-section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--omap-green);
    border-radius: 2px;
}

.omap-section-title p {
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 1.1rem;
}

/* ============================================
   WAVE DIVIDERS
   ============================================ */

.omap-wave-divider {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    line-height: 0;
}

.omap-wave-divider-top {
    top: 0;
}

.omap-wave-divider-bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.omap-wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.omap-wave-divider .shape-fill {
    fill: var(--omap-white);
}

.omap-wave-divider-green .shape-fill {
    fill: var(--omap-green);
}

.omap-wave-divider-navy .shape-fill {
    fill: var(--omap-navy);
}

/* ============================================
   DIVISION CARDS
   ============================================ */

.omap-division-card {
    background: var(--omap-white);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--omap-shadow-light);
    transition: var(--omap-transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.omap-division-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--omap-navy) 0%, var(--omap-green) 100%);
    transform: scaleX(0);
    transition: var(--omap-transition);
}

.omap-division-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--omap-shadow-heavy);
}

.omap-division-card:hover::before {
    transform: scaleX(1);
}

.omap-division-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--omap-navy) 0%, var(--omap-navy-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--omap-white);
    font-size: 32px;
    transition: var(--omap-transition);
}

.omap-division-card:hover .omap-division-card-icon {
    background: linear-gradient(135deg, var(--omap-green) 0%, var(--omap-green-dark) 100%);
    transform: scale(1.1);
}

.omap-division-card h4 {
    margin-bottom: 15px;
}

.omap-division-card p {
    font-size: 0.95rem;
    margin-bottom: 20px;
}

/* ============================================
   VALUE CARDS
   ============================================ */

.omap-value-card {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.omap-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.omap-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(46, 184, 46, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--omap-green);
    font-size: 28px;
    transition: all 0.3s ease;
}

.omap-value-card:hover .omap-value-icon {
    background: var(--omap-green);
    color: var(--omap-white);
    transform: scale(1.1);
}

/* Value cards in navy section */
.omap-section-navy .omap-value-card {
    text-align: left;
}

.omap-section-navy .omap-value-icon {
    margin: 0 0 25px 0;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
}

.omap-section-navy .omap-value-card:hover {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(46, 184, 46, 0.3) !important;
}

.omap-section-navy .omap-value-card:hover .omap-value-icon {
    background: transparent;
    transform: scale(1.1);
}

/* ============================================
   MISSION/VISION BLOCKS
   ============================================ */

.omap-mv-block {
    background: var(--omap-white);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: var(--omap-shadow-medium);
    position: relative;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
}

.omap-mv-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
}

.omap-mv-mission::before {
    background: var(--omap-green);
}

.omap-mv-vision::before {
    background: var(--omap-navy);
}

.omap-mv-block h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.omap-mv-block h3 i {
    color: var(--omap-green);
}

/* Mission/Vision Section Container - Control Width */
.omap-section-light .container .row {
    max-width: 1100px;
    margin: 0 auto;
}

/* ============================================
   CONTACT CARDS
   ============================================ */

.omap-contact-card {
    background: var(--omap-white);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: var(--omap-shadow-light);
    transition: var(--omap-transition);
    height: 100%;
}

.omap-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--omap-shadow-medium);
}

.omap-contact-card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--omap-green) 0%, var(--omap-green-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--omap-white);
    font-size: 28px;
}

.omap-contact-card h5 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.omap-contact-card p,
.omap-contact-card a {
    font-size: 0.95rem;
    color: var(--omap-gray);
}

.omap-contact-card a:hover {
    color: var(--omap-green);
}

/* ============================================
   CONTACT FORM
   ============================================ */

.omap-contact-form .form-group {
    margin-bottom: 25px;
}

.omap-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--omap-navy);
    font-family: var(--omap-font-primary);
}

.omap-contact-form input,
.omap-contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: var(--omap-font-secondary);
    font-size: 1rem;
    transition: var(--omap-transition);
    background: var(--omap-white);
}

.omap-contact-form input:focus,
.omap-contact-form textarea:focus {
    outline: none;
    border-color: var(--omap-green);
    box-shadow: 0 0 0 4px rgba(46, 184, 46, 0.1);
}

.omap-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* ============================================
   GOOGLE MAP
   ============================================ */

.omap-map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--omap-shadow-medium);
}

.omap-map-container iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

/* ============================================
   FOOTER
   ============================================ */

.omap-footer {
    background: var(--omap-navy);
    color: var(--omap-white);
    padding: 60px 0;
}

.omap-footer-widgets .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.omap-footer-widgets .row > div {
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 992px) {
    .omap-footer-widgets .row {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .omap-footer-widgets .row > div {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.omap-footer h5 {
    color: var(--omap-white);
    font-size: 1.1rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.omap-footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--omap-green);
}

.omap-footer .footer-contact-info {
    display: block;
}

.omap-footer .footer-contact-info p {
    margin-bottom: 10px;
}

.omap-footer .footer-links {
    display: block;
    list-style: none;
    padding: 0;
}

.omap-footer .footer-links li {
    margin-bottom: 10px;
}

.omap-footer p,
.omap-footer ul li a {
    color: var(--omap-white);
}

.omap-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 25px 0;
    text-align: center;
    font-size: 0.9rem;
}

.omap-footer-bottom a {
    color: var(--omap-green);
}

/* ============================================
   PAGE HEADER (Internal Pages)
   ============================================ */

.omap-page-header {
    background: linear-gradient(135deg, var(--omap-navy) 0%, var(--omap-navy-dark) 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.omap-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(46, 184, 46, 0.1) 100%);
    transform: rotate(-15deg);
}

.omap-page-header h1 {
    color: var(--omap-white);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.omap-page-header .breadcrumb {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
}

.omap-page-header .breadcrumb a {
    color: var(--omap-green-light);
}

/* ============================================
   SERVICES GRID
   ============================================ */

.omap-service-card {
    background: var(--omap-white);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: var(--omap-shadow-light);
    transition: var(--omap-transition);
    border: 1px solid transparent;
}

.omap-service-card:hover {
    border-color: var(--omap-green);
    transform: translateY(-5px);
}

.omap-service-card i {
    font-size: 40px;
    color: var(--omap-green);
    margin-bottom: 20px;
}

/* ============================================
   CAPABILITIES LIST
   ============================================ */

.omap-capabilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.omap-capabilities-list li {
    padding: 15px 0 15px 45px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.omap-capabilities-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 30px;
    background: var(--omap-green);
    color: var(--omap-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 992px) {
    :root {
        --omap-section-padding: 60px;
    }
    
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.75rem; }
    
    .omap-hero h1 {
        font-size: 2.5rem;
    }
    
    .omap-hero .tagline {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    :root {
        --omap-section-padding: 50px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    
    .omap-hero {
        min-height: 70vh;
    }
    
    .omap-hero h1 {
        font-size: 2rem;
    }
    
    .omap-top-strip {
        display: none;
    }
    
    .omap-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .omap-mv-block {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .omap-hero-content {
        padding: 20px;
    }
    
    .omap-section-title {
        margin-bottom: 40px;
    }
    
    .omap-division-card,
    .omap-contact-card {
        padding: 30px 20px;
    }
}

/* ============================================
   RTL SUPPORT (Arabic Ready)
   ============================================ */

html[dir="rtl"] body {
    font-family: var(--omap-font-arabic);
}

html[dir="rtl"] .omap-mv-block::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .omap-footer h5::after {
    left: auto;
    right: 0;
}

html[dir="rtl"] .omap-footer ul li a:hover {
    padding-left: 0;
    padding-right: 5px;
}

html[dir="rtl"] .omap-capabilities-list li {
    padding-left: 0;
    padding-right: 45px;
}

html[dir="rtl"] .omap-capabilities-list li::before {
    left: auto;
    right: 0;
}

/* ============================================
   ELEMENTOR OVERRIDES
   ============================================ */

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--omap-font-primary);
}

.elementor-widget-text-editor {
    font-family: var(--omap-font-secondary);
}

.elementor-button {
    font-family: var(--omap-font-primary);
}

/* Elementor Section Styling */
.elementor-section.omap-navy-section {
    background-color: var(--omap-navy) !important;
}

.elementor-section.omap-light-section {
    background-color: var(--omap-light-gray) !important;
}

/* Smooth Animations for Elementor */
.elementor-widget {
    transition: var(--omap-transition);
}

/* ============================================
   ANIMATION CLASSES
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-fade-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.animate-fade-left {
    animation: fadeInLeft 0.6s ease-out forwards;
}

.animate-fade-right {
    animation: fadeInRight 0.6s ease-out forwards;
}

/* Staggered Animation Delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

