/* Services Section Light Theme Styling */

.menu-one {
    padding: 100px 0 !important;
    background-color: #ffffff !important;
    color: #1c1a17 !important;
}

.menu-one .title-box h2 {
    font-family: var(--font-family-Forum) !important;
    font-size: 50px !important;
    color: #1c1a17 !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    text-align: center;
}

.menu-one .content-wrapper {
    padding-left: 30px;
    text-align: left !important;
}

/* Force Zigzag Layout on Desktop */
@media only screen and (min-width: 992px) {
    .zigzag-flip .row {
        flex-direction: row-reverse !important;
        display: flex !important;
    }

    .zigzag-flip .content-wrapper {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
}

.menu-one .content-wrapper p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555555 !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

.menu-highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start !important;
}

.menu-highlights li {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #b38e4a;
    background: rgba(179, 142, 74, 0.1);
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid rgba(179, 142, 74, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.menu-one .btn-box {
    margin-top: 30px !important;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
}

.menu-one .btn-box .theme-btn {
    margin-left: 0 !important;
    margin-right: auto !important;
    display: inline-block !important;
}

.menu-one .image-wrapper img {
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.5s ease-out !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}

.menu-one .image-wrapper:hover img {
    transform: scale(1.02) !important;
}

.menu-one .pattern-image img {
    filter: invert(1) brightness(0.2);
    width: 80px !important;
    margin-bottom: 20px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Alternate section background for better flow */
.menu-one:nth-of-type(even) {
    background-color: #fafafa !important;
}

@media only screen and (max-width: 991px) {
    .menu-one {
        padding: 60px 0 !important;
    }

    .menu-one .title-box h2 {
        font-size: 35px !important;
    }

    .menu-one .image-wrapper {
        margin-bottom: 30px;
    }

    .menu-one .content-wrapper {
        padding-left: 0;
    }
}