/* Modern style for L JOZI PROJECTS */
body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #F5F5F5;
    color: #333333;
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}

/* Shift section h3 titles to the right by 17% */
.section h3 {
    margin-left: 50%;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Site wrapper for centering all content */
.site-wrapper {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 0 1.5rem;
}

.testimonial-card {
    max-width: 98vw;
    padding: 1.2rem 1.2rem 1.7rem 1.2rem;
    background: #f8fafc;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.10);
    border: 1.5px solid #B0BEC5;
    position: relative;
    margin-bottom: 2rem;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    left: 2.5rem;
    bottom: -18px;
    width: 32px;
    height: 18px;
    background: #f8fafc;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.10);
    border-left: 1.5px solid #B0BEC5;
    border-bottom: 1.5px solid #B0BEC5;
    z-index: 1;
}

/* Navbar and logo desktop styles */
.navbar-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-left: 1rem;
    z-index: 1001;
}

.hamburger-bar {
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.navbar-links.show-menu {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #0D2040 0%, #007C91 100%);
    box-shadow: 0 4px 24px rgba(13, 32, 64, 0.18);
    border-radius: 1.2rem;
    padding: 1.2rem 2rem;
    z-index: 1000;
    width: 90vw;
    max-width: 400px;
    align-items: center;
    gap: 1.2rem;
}

.main-navbar {
    width: 90%;
    background: linear-gradient(90deg, #0D2040 0%, #007C91 100%);
    box-shadow: 0 2px 12px rgba(13, 32, 64, 0.08);
    padding: 0.5rem 0;
    position: relative;
    z-index: 10;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Roboto', Arial, sans-serif;
}

.logo-circle {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(30, 41, 59, 0.10);
    margin-right: 0.5rem;
}

.logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 50%;
}

.brand-title {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.nav-link:hover {
    background: #007C91;
    color: #fff;
    transform: scale(1.08);
}

.hero {
    background: linear-gradient(90deg, #0D2040 0%, #1E3A5F 100%);
    color: #FFFFFF;
    padding: 4rem 2rem 3rem 2rem;
    text-align: center;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 4px 24px rgba(13, 32, 64, 0.08);
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.hero .btn-primary {
    background: #E53935;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.12);
    transition: background 0.2s;
}

.hero .btn-primary:hover {
    background: #B71C1C;
}

.section {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.07);
    background: #fff;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #E53935;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 2.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E53935;
    display: inline-block;
    background: linear-gradient(90deg, #E53935 0%, #007C91 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; removed invalid property */
}

.divider {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background: linear-gradient(90deg, #E53935 0%, #007C91 100%);
    margin: 2.5rem 0;
    border-radius: 1rem;
    opacity: 0.18;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.service-card {
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.15);
    border: 1px solid #B0BEC5;
    padding: 2rem 1.5rem;
    flex: 1 1 300px;
    max-width: 340px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 12px 32px rgba(30, 41, 59, 0.18);
    border-color: #007C91;
    background: linear-gradient(90deg, #F5F5F5 60%, #B0BEC5 100%);
}

.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 1rem;
    box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.12);
    transition: box-shadow 0.3s;
}

.service-card:hover::after {
    box-shadow: 0 0 0 6px rgba(229, 57, 53, 0.08);
}

.service-card i {
    font-size: 2.5rem;
    color: #007C91;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-card p {
    font-size: 1rem;
    color: #555;
}

.contact-form {
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.15);
    border: 1px solid #B0BEC5;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form label {
    font-weight: 500;
}

.contact-form .btn {
    background: #E53935;
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.7rem 2rem;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.12);
    transition: background 0.2s;
}

.contact-form .btn:hover {
    background: #B71C1C;
}

footer {
    background: #0D2040;
    color: #FFFFFF;
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin-top: 3rem;
    border-radius: 2rem 2rem 0 0;
}

.footer-upgraded {
    position: relative;
    background: linear-gradient(120deg, #0D2040 0%, #007C91 100%);
    color: #fff;
    padding: 2.5rem 0 1.2rem 0;
    margin-top: 3rem;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0 4px 24px rgba(13, 32, 64, 0.10);
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, #E53935 0%, transparent 60%), radial-gradient(circle at 80% 20%, #007C91 0%, transparent 60%);
    opacity: 0.18;
    z-index: 1;
    pointer-events: none;
    animation: footerBgMove 12s linear infinite alternate;
}

@keyframes footerBgMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.footer-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 1.2rem;
}

.footer-section {
    min-width: 220px;
    flex: 1 1 220px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 1rem;
    padding: 1.2rem 1rem;
    box-shadow: 0 2px 12px rgba(30, 41, 59, 0.07);
}

.footer-section h4 {
    color: #E53935;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-list a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
}

.footer-list a:hover {
    color: #E53935;
}

.footer-list .fa-whatsapp {
    color: #25D366;
}

.footer-social {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.footer-social-icon {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(30, 41, 59, 0.10);
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.footer-social-icon:hover {
    background: #E53935;
    color: #fff;
    transform: scale(1.12);
}

.footer-copyright {
    position: relative;
    z-index: 2;
    color: #B0BEC5;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@keyframes heroGradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: 2px;
    animation: fadeInDown 1.2s;
}

.hero-desc {
    font-size: 1.35rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1.5s;
}

.hero-highlight {
    background: linear-gradient(90deg, #fff 0%, #B0BEC5 100%);
    color: #E53935;
    padding: 0.1em 0.3em;
    border-radius: 0.5em;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.10);
}

.hero-cta {
    font-size: 1.25rem;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(229, 57, 53, 0.15);
    animation: fadeIn 2s;
}

.btn-primary,
.hero-cta {
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn-primary:hover,
.hero-cta:hover {
    background: linear-gradient(90deg, #007C91 60%, #E53935 100%);
    box-shadow: 0 6px 24px rgba(13, 32, 64, 0.18);
    transform: scale(1.05);
}

.nav-link {
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.nav-link:hover {
    background: #007C91;
    color: #fff;
    transform: scale(1.08);
}

.announcement-bar {
    width: 100%;
    background: linear-gradient(90deg, #E53935 0%, #007C91 100%);
    color: #fff;
    text-align: center;
    padding: 0.7rem 0.5rem;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.10);
    position: relative;
    z-index: 100;
}

.announcement-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 0.5rem;
    transition: color 0.2s;
}

.announcement-link:hover {
    color: #B0BEC5;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.upgraded-gallery {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.10);
    padding: 2.5rem 1.5rem;
}

.gallery-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #E53935;
    margin-bottom: 2rem;
}

.gallery-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 0;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-img {
    height: 220px;
    width: auto;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(176, 190, 197, 0.15);
    max-width: 90vw;
    object-fit: contain;
    transition: transform 0.3s;
    background: #F5F5F5;
    border: 1.5px solid #B0BEC5;
}

@media (max-width: 900px) {
    .navbar-hamburger {
        display: flex;
    }

    .navbar-links {
        display: none !important;
    }

    .navbar-links.show-menu {
        display: flex !important;
    }

    .navbar-container {
        position: relative;
    }

    .site-wrapper {
        max-width: 100vw;
        width: 100vw;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.5rem;
    }

    .section {
        max-width: 100vw;
        width: 100vw;
        border-radius: 0.7rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .main-navbar {
        max-width: 100vw;
        width: 100vw;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-links {
        flex-direction: column;
        gap: 0.7rem;
        width: 100vw;
        align-items: flex-start;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .footer-upgraded {
        max-width: 100vw;
        width: 100vw;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .footer-list {
        flex-direction: column;
        gap: 0.7rem;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-section {
        min-width: 0;
        width: 100vw;
        box-sizing: border-box;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .contact-form {
        max-width: 100vw;
        width: 100vw;
        padding: 1rem 0.5rem;
    }

    .section-title {
        font-size: 1.3rem;
        padding-bottom: 0.3rem;
        margin-bottom: 1.2rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .main-navbar {
        max-width: 100vw;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-upgraded {
        max-width: 100vw;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    body {
        overflow-x: hidden;
    }

    .site-wrapper {
        max-width: 100vw;
        width: 100vw;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.5rem;
    }

    .main-navbar,
    .navbar-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
    }

    .navbar-links {
        flex-direction: column;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .brand-title {
        font-size: 1.1rem;
        color: #fff !important;
        font-family: 'Roboto', Arial, sans-serif;
    }

    .gallery-section {
        padding: 1.2rem 0;
    }

    .gallery-carousel {
        flex-direction: column;
        gap: 0.7rem;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        align-items: center;
    }

    .gallery-img {
        height: 140px;
        max-width: 98vw;
        width: auto;
    }

    .main-navbar {
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        padding: 0.5rem 0;
    }

    .navbar-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .navbar-links {
        flex-direction: column;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        gap: 0.5rem;
        margin-top: 0.5rem;
        align-items: flex-start;
    }

    .brand-title {
        font-size: 1.1rem;
        color: #fff !important;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 700;
    }

    .logo-circle {
        width: 40px;
        height: 40px;
        margin-right: 0.5rem;
    }

    .logo-img {
        width: 32px;
        height: 32px;
    }

    .navbar-brand {
        font-size: 1.05rem;
        color: #fff;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 700;
    }

    /* Removed misplaced selectors and stray braces from media query */

    /* Mobile menu overlay styles */
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(13, 32, 64, 0.92);
        z-index: 2000;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s;
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        background: linear-gradient(120deg, #0D2040 0%, #007C91 100%);
        border-radius: 1.5rem;
        box-shadow: 0 4px 24px rgba(13, 32, 64, 0.18);
        padding: 2.5rem 2rem;
        min-width: 220px;
        max-width: 90vw;
    }

    .mobile-menu-content .nav-link {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 700;
        text-decoration: none;
        padding: 0.7rem 2rem;
        border-radius: 2rem;
        background: none;
        transition: background 0.3s, color 0.3s, transform 0.3s;
    }

    .mobile-menu-content .nav-link:hover {
        background: #007C91;
        color: #fff;
        transform: scale(1.08);
    }

    @media (max-width: 900px) {
        .mobile-menu-overlay {
            display: none;
            flex-direction: column;
        }

        .mobile-menu-overlay[style*="display: flex"] {
            display: flex !important;
        }
    }
}