/*
Theme Name: Ducatibox Child
Theme URI: http://demo.bravisthemes.com/ducatibox/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Ducatibox child theme with Crepy Auto Services customizations.
Version: 2.0.0
Requires PHP: 7.0
Tested up to: 6.6
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: ducatibox
Text Domain: ducatibox-child
Tags: automotive, car, car repair, car service, dark, elementor, repair, vehicle.
*/

/* ============================================================
   CRÉPY AUTO SERVICES — Mobile Menu Customizations
   ============================================================ */

/* ---- 1. Logo mobile : 60px ---- */
#pxl-header-mobile .pxl-logo-mobile img,
#pxl-header-mobile .pxl-header-branding img {
    max-height: 60px !important;
    height: 60px !important;
    width: auto !important;
    object-fit: contain;
}

/* ---- 2. Boutons CTA Phone / Email en bas du menu mobile ---- */
.pxl-mobile-cta-wrapper {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.pxl-mobile-cta-wrapper::before,
.pxl-mobile-cta-wrapper::after {
    display: none !important;
    content: none !important;
}

.pxl-mobile-cta-buttons {
    margin-top: 30px;
    padding: 20px 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pxl-mobile-cta-buttons .pxl-mobile-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: #d91415 !important;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(217, 20, 21, 0.25);
    transition: all 0.25s ease;
    border: none;
}

.pxl-mobile-cta-buttons .pxl-mobile-cta:hover,
.pxl-mobile-cta-buttons .pxl-mobile-cta:focus {
    background: #b50f10 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(217, 20, 21, 0.4);
}

.pxl-mobile-cta-buttons .pxl-mobile-cta i {
    font-size: 16px;
    line-height: 1;
    color: #ffffff !important;
}

.pxl-mobile-cta-buttons .pxl-mobile-cta .pxl-cta-text {
    color: #ffffff !important;
}

/* Cacher les boutons sur desktop */
@media (min-width: 1200px) {
    .pxl-mobile-cta-wrapper,
    .pxl-mobile-cta-buttons {
        display: none !important;
    }
}
