/*
Theme Name: Hello Elementor Child - Hayat
Template: hello-elementor
Description: Custom child theme for Hayat Events
Version: 1.0
*/

/* ===== NAVBAR STYLING ===== */
header.site-header {
    background: transparent !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px 40px !important;
    transition: all 0.3s ease;
    border-bottom: none;
}

/* Scrolled state - white background */
header.site-header.scrolled {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0 40px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

body {
    padding-top: 0 !important;
}

/* Logo styling */
.site-branding .site-title {
    display: none !important;
}
.site-branding .site-description {
    display: none !important;
}
.site-branding .custom-logo {
    max-height: 55px !important;
    width: auto !important;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
header.site-header.scrolled .site-branding .custom-logo {
    filter: none;
    max-height: 50px !important;
}
.site-branding .custom-logo-link {
    display: flex;
    align-items: center;
}

/* Nav container - 3-column layout like original */
.site-header .site-header-inner,
.site-header > div {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    height: 70px;
}

/* Nav menu links - centered */
nav.site-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}
nav.site-navigation ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav.site-navigation ul li a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

nav.site-navigation ul li a:hover {
    color: #FFFFFF !important;
    background: rgba(232, 101, 26, 0.15);
}

nav.site-navigation ul li.current-menu-item a,
nav.site-navigation ul li.current_page_item a {
    color: #FFFFFF !important;
    background: rgba(232, 101, 26, 0.15);
}

/* Scrolled state - dark text */
header.site-header.scrolled nav.site-navigation ul li a {
    color: #333 !important;
}
header.site-header.scrolled nav.site-navigation ul li a:hover {
    color: #e8651a !important;
    background: transparent;
}
header.site-header.scrolled nav.site-navigation ul li.current-menu-item a,
header.site-header.scrolled nav.site-navigation ul li.current_page_item a {
    color: #e8651a !important;
    background: transparent;
}

/* Get a Quote button - always orange with white text */
nav.site-navigation ul li.menu-item-cta a,
header.site-header.scrolled nav.site-navigation ul li.menu-item-cta a {
    background: #e8651a !important;
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    margin-left: 10px;
}
nav.site-navigation ul li.menu-item-cta a:hover,
header.site-header.scrolled nav.site-navigation ul li.menu-item-cta a:hover {
    background: #d45a15 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 101, 26, 0.4);
}

/* ===== HIDE DEFAULT PAGE TITLE & FOOTER ===== */
.page .entry-header,
.page-header {
    display: none !important;
}
footer.site-footer {
    display: none !important;
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 99999;
    transition: all 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.whatsapp-float i {
    color: #FFFFFF;
    font-size: 28px;
}

/* ===== HERO CTA BUTTONS - side by side ===== */
.hayat-hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.hayat-hero-buttons .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8651a;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hayat-hero-buttons .btn-primary:hover {
    background: #d45a15;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 101, 26, 0.4);
}
.hayat-hero-buttons .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}
.hayat-hero-buttons .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
}

/* ===== HERO BADGE (Premium Event Management) ===== */
.hayat-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 101, 26, 0.15);
    border: 1px solid rgba(232, 101, 26, 0.3);
    color: #e8651a;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hayat-hero-badge i {
    font-size: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    nav.site-navigation ul li a {
        font-size: 13px;
        padding: 6px 10px;
    }
}
@media (max-width: 767px) {
    header.site-header {
        padding: 0 15px !important;
    }
    nav.site-navigation ul {
        gap: 2px;
        flex-wrap: wrap;
        justify-content: center;
    }
    nav.site-navigation ul li a {
        font-size: 12px;
        padding: 6px 8px;
    }
    .hayat-hero-buttons {
        flex-direction: column;
    }
}

/* ===== HERO OVERLAY - exact match from original site ===== */
.elementor-37 .elementor-element.elementor-element-0706b3cf > .elementor-background-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(135deg, rgba(26, 22, 20, 0.92) 0%, rgba(45, 40, 36, 0.85) 50%, rgba(255, 107, 0, 0.3) 100%) !important;
    opacity: 1 !important;
}

/* ===== ELEMENTOR OVERRIDES ===== */
html {
    scroll-behavior: smooth;
}
.elementor-widget-image-gallery .gallery {
    gap: 10px;
}
.elementor-widget-image-gallery .gallery-item img {
    border-radius: 8px;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-family: 'Poppins', sans-serif;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.elementor-section[data-settings*="f8f9fa"] .elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
