/*
 Theme Name:   Mahitab Developer Child
 Theme URI:    https://mahitabdeveloper.com
 Description:  Child theme لـ Hello Elementor - ستايل نيون ذهبي/أسود/بيج لمنصة كورسات مهيتاب طه
 Author:       Mahitab Taha
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  mahitab-child
*/

:root{
    --mhtb-gold:#BF9B4F;
    --mhtb-gold-light:#E4C989;
    --mhtb-black:#0d0d0d;
    --mhtb-black-2:#151515;
    --mhtb-beige:#EFE7D8;
}

body{
    background-color: var(--mhtb-black);
    color: var(--mhtb-beige);
}

a{ color: var(--mhtb-gold); }
a:hover{ color: var(--mhtb-gold-light); }

/* عناوين */
h1,h2,h3,h4{ color: var(--mhtb-gold); }

/* أزرار Elementor العادية - نيون جولد */
.elementor-button, .mhtb-btn{
    background: linear-gradient(135deg, var(--mhtb-gold), var(--mhtb-gold-light));
    color: #000 !important;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(191,155,79,.55);
    transition: all .25s ease;
    border: none;
}
.elementor-button:hover, .mhtb-btn:hover{
    box-shadow: 0 0 28px rgba(191,155,79,.9);
    transform: translateY(-2px);
}

/* بوكسات (خدمات / كورسات / فيتشرز) بستايل نيون */
.mhtb-neon-box, .elementor-widget-icon-box .elementor-icon-box-wrapper{
    background: var(--mhtb-black-2);
    border: 1px solid var(--mhtb-gold);
    border-radius: 14px;
    transition: all .3s ease;
}
.mhtb-neon-box:hover, .elementor-widget-icon-box:hover .elementor-icon-box-wrapper{
    box-shadow: 0 0 25px rgba(191,155,79,.6);
    transform: translateY(-4px);
}

/* الهيدر */
.site-header, header.elementor-location-header{
    background: var(--mhtb-black) !important;
    border-bottom: 1px solid rgba(191,155,79,.35);
}

/* شريط الأزرار السفلي (Home / Courses / Contact / Profile) */
.mhtb-bottom-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: var(--mhtb-black);
    border-top: 1px solid var(--mhtb-gold);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,.5);
}
.mhtb-bottom-bar a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--mhtb-beige);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
.mhtb-bottom-bar a svg{ width: 20px; height: 20px; fill: var(--mhtb-beige); }
.mhtb-bottom-bar a:hover,
.mhtb-bottom-bar a.active{ color: var(--mhtb-gold); }
.mhtb-bottom-bar a:hover svg,
.mhtb-bottom-bar a.active svg{ fill: var(--mhtb-gold); filter: drop-shadow(0 0 6px var(--mhtb-gold)); }

body{ padding-bottom: 70px; } /* مساحة عشان المحتوى ميتغطاش بشريط الأزرار */

@media (min-width: 1025px){
    /* على الديسكتوب اخفي الشريط السفلي لو عايزة تستخدمي المنيو العادي بدل منه */
    /* .mhtb-bottom-bar{ display:none; } */
}

/* أنيميشن دخول العناصر (fade + slide up) */
.mhtb-animate{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .7s ease;
}
.mhtb-animate.mhtb-in-view{
    opacity: 1;
    transform: translateY(0);
}

/* توهج ذهبي خفيف حوالين صور الكورسات */
.mhtb-course-box img, .elementor-widget-image img{
    border-radius: 12px;
}
