/*
Theme Name: Masry Tours
Theme URI: https://masrytours.de
Author: Masry Tours
Author URI: https://masrytours.de
Description: A lightweight, responsive WordPress theme for authentic Egypt travel experiences, retreats and small-group tours.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masry-tours
Tags: travel, tourism, custom-logo, custom-menu, featured-images, responsive-layout, translation-ready
*/
.hero-actions .btn-ghost {
    background: rgba(0, 0, 0, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: translateY(0);
    transition: all 0.25s ease;
}

.hero-actions .btn-ghost:hover {
    background: rgba(0, 0, 0, 0.72);
    border-color: #f2c300;
    color: #f2c300;
    transform: translateY(-3px);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.hero-actions .btn-primary {
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: translateY(0);
    transition: all 0.25s ease;
}


.hero-actions .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.hero-subtext-bg {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 14px;
    line-height: 1.7;
    max-width: 760px;
}
@media (max-width: 850px) {
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(380px, 88vw);
        height: 100vh;
        background: #0b0b0b;
        padding: 110px 32px 40px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 9998;
        overflow-y: auto;
        box-shadow: -12px 0 30px rgba(0, 0, 0, 0.45);
    }

    .main-nav.is-open {
        display: block;
        transform: translateX(0);
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .main-nav li {
        width: 100%;
        padding: 0;
    }

    .main-nav a {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .menu-toggle {
        position: relative;
        z-index: 9999;
        margin-left: auto;
    }
}
.menu-toggle {
    font-size: 52px;
    line-height: 1;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-inner .btn-dark {
    background: #111111;
    color: #ffffff;
    border: 2px solid #111111;
    border-bottom: 8px solid #555555;
    transform: translateY(0);
    transition: all 0.2s ease;
    box-shadow: none;
}

.cta-inner .btn-dark:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
    border-bottom-color: #bdbdbd;
    transform: translateY(-2px);
    box-shadow: none;
}

.cta-inner .btn-dark:active {
    transform: translateY(6px);
    border-bottom-width: 2px;
    box-shadow: none;
}
.main-nav a {
    position: relative;
    display: inline-block;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #f2c300;
    transform: translateX(-50%);
    transition: width 0.25s ease;
}

@media (hover: hover) {
    .main-nav a:hover {
        color: #f2c300;
        transform: translateY(-3px);
    }

    .main-nav a:hover::after {
        width: 100%;
    }
}

.main-nav .current-menu-item > a {
    color: #f2c300;
}

.main-nav .current-menu-item > a::after {
    width: 100%;
}
.brand-wrap .custom-logo-link,
.brand-wrap .site-title {
    display: inline-block;
    transform: translateY(0) scale(1);
    transform-origin: center;
    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

@media (hover: hover) {
    .brand-wrap .custom-logo-link:hover,
    .brand-wrap .site-title:hover {
        transform: translateY(-4px) scale(1.08);
        filter: brightness(1.2);
    }
}

.brand-wrap .custom-logo-link:active,
.brand-wrap .site-title:active {
    transform: translateY(1px) scale(0.96);
}
.footer-grid a {
    position: relative;
    display: inline-block;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-grid a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #f2c300;
    transition: width 0.25s ease;
}

@media (hover: hover) {
    .footer-grid a:hover {
        color: #f2c300;
        transform: translateY(-3px);
    }

    .footer-grid a:hover::after {
        width: 100%;
    }
}
/* Sternenhimmel page only: light facts bar and gallery */
body.postid-683 .ge-facts,
body.postid-683 .ge-gallery-section {
  background: #E8DFCC;
  color: #000000;
}

/* Facts labels */
body.postid-683 .ge-facts-grid span {
  color: #725A00;
  font-weight: 800;
}

/* Facts values */
body.postid-683 .ge-facts-grid strong {
  color: #000000;
}

/* Subtle separators on the light background */
body.postid-683 .ge-facts-grid > div {
  border-color: rgba(0, 0, 0, 0.16);
}

/* Gallery heading */
body.postid-683 .ge-gallery-section > .container > h2 {
  color: #000000;
}

/* Homepage hero secondary buttons */
.hero-actions-redesigned .btn-ghost {
    background: #0b0b0b;
}