/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
:root {
    --default-color: #a68664;
}


#top-bar {
    border-color: var(--default-color) !important;
}

#masthead .header-icons a {
    color: var(--default-color) !important;
}

.nav-wrapper .root-item:hover>a:after,
.nav-wrapper .root-item.current-menu-ancestor>a:after,
.nav-wrapper .root-item.current-menu-item>a:after {
    border-color: var(--default-color) !important;
}

#top-bar .topbar-menu-container>ul>li>a:hover {
    color: var(--default-color) !important;
}

#SR7_8_1 .custom .sr7-bullet,
#SR7_8_1 .custom.sr7-arrows {
    background-color: rgba(166, 134, 100, 0.8) !important;
}

#SR7_8_1 .custom .sr7-bullet.sr7-touchhover,
#SR7_8_1 .custom .sr7-bullet.selected,
#SR7_8_1 .custom.sr7-arrows:hover {
    background-color: var(--default-color) !important;
}

#nasa-footer>.footer-light-2 {
    background-color: #f2e2c1;
}

#nasa-footer .nasa-footer-bottom {
    border-color: var(--default-color) !important;
    background-color: #ffe8bb;
}

.product-item .product-img-wrap {
    border: 1px solid var(--default-color) !important;
}

.footer-logo {
    max-width: 250px;
}

.contact-form .wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px;
}

#nasa-footer .nasa-nav-sc-menu {
    margin-top: 10px;
}

#top-bar .wmc-currency-wrapper {
    margin-top: 6px;
}

/* =========================
   Working Hours (only)
   ========================= */

/* Reset card look */
.hours-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

/* 2-column, table-like layout */
.hours-grid {
    display: grid;
    grid-template-columns: 1fr 170px;
    /* day | time */
    gap: 0 22px;
    align-items: start;
}

/* Use subtle row dividers */
.hours-day,
.hours-times {
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

/* remove top border on first row */
.hours-grid>.hours-day:first-child,
.hours-grid>.hours-times:nth-child(2) {
    border-top: none;
}

/* hide the manual divider element */
.hours-divider {
    display: none;
}

.hours-day {
    font-size: 14px;
    line-height: 1.35;
}

/* Right aligned times */
.hours-times {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    text-align: right;
}

.hours-time {
    font-size: 14px;
    font-weight: 500;
    opacity: .85;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

/* Mobile: stack */
@media (max-width:600px) {
    .hours-grid {
        grid-template-columns: 1fr;
    }

    .hours-times {
        align-items: flex-start;
        text-align: left;
    }
}

/* Promotion Bar */
.nasa-promotion-news .nasa-content-promotion-news {
    background: #e74c4c !important;
    background-image: none !important;
    height: 50px;
}
.nasa-promotion-news .nasa-content-promotion-custom {
    color: #fff !important;
    overflow-y: hidden !important;
    font-weight: 600;
}
.nasa-promotion-news .nasa-stclose {
    background: transparent !important;
    color: #fff !important;
}

/* Floating Buttons */
.nasa-static-group-btn {
    right: 24px !important;
    bottom: 94px !important;
    z-index: 9998 !important;
}
.nasa-static-group-btn a {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
    margin-bottom: 10px !important;
}
.concorde-whatsapp-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    text-decoration: none;
    transition: transform 0.3s ease;
}
.concorde-whatsapp-btn:hover {
    transform: scale(1.1);
}