html {
    --theme: #045477;
    --accent: #045477;
    --header-text: #045477;
    --text-hover: #045477;
    scroll-behavior: smooth;
}

.nav_item {
    color: #045477;
    font-weight: 500;
}

.nav_item:hover {
    color: #C94625;
}

.nav_active > .nav_item {
    color: #C94625;
}

.nav_close svg {
    fill: #045477;
}

.nav_close:hover svg {
    fill: #C94625;
}

a {
    color: #045477;
}

a:hover {
    color: #C94625;
}

.button {
    background-color: #045477;
    border-color: #045477;
}

.button:hover {
    background-color: #C94625;
    border-color: #C94625;
}

:root {
    --suncity-dark: #045477;
    --suncity-light: #84B4EB;
    --suncity-orange: #C94625;
}

/* Footer és header */

.nav_header {
    background: #ffffff;
}

.footer {
    background: #ffffff;
}

/* Menü */

.nav_item,
.nav_item:visited {
    color: var(--suncity-dark) !important;
}

.nav_item:hover,
.nav_item:focus {
    color: var(--suncity-orange) !important;
}

/* Aktív oldal */

.nav_parent.nav_active > .nav_item {
    color: var(--suncity-orange) !important;
}

/* Logo melletti hamburger */

.nav_close,
.nav_close svg,
.nav_close .icon {
    fill: var(--suncity-dark) !important;
    color: var(--suncity-dark) !important;
}

.nav_close:hover,
.nav_close:hover svg {
    fill: var(--suncity-orange) !important;
    color: var(--suncity-orange) !important;
}

/* Tartalom linkek */

main a,
.post a,
.content a,
.sidebar a {
    color: var(--suncity-dark);
}

main a:hover,
.post a:hover,
.content a:hover,
.sidebar a:hover {
    color: var(--suncity-orange);
}

/* Címek */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--suncity-dark);
}

/* Sidebar címek */

.sidebar h2,
.sidebar h3 {
    color: var(--suncity-dark);
}

/* Gombok */

.button {
    background: var(--suncity-dark) !important;
    border-color: var(--suncity-dark) !important;
}

.button:hover {
    background: var(--suncity-orange) !important;
    border-color: var(--suncity-orange) !important;
}

/*MOBIL*/
@media (max-width: 769px) {
    .nav_header {
        background: #ffffff !important;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav {
        background: #ffffff !important;
    }

    .nav_brand,
    .nav_brand:visited {
        color: var(--suncity-dark) !important;
        background: #ffffff !important;
    }

    .nav_body {
        background: #ffffff !important;
        color: var(--suncity-dark) !important;
    }

    .nav_body_left {
        background: #ffffff !important;
    }

    .nav_parent {
        background: #ffffff !important;
    }

    .nav_item,
    .nav_item:visited {
        color: var(--suncity-dark) !important;
        background: transparent !important;
    }

    .nav_item:hover,
    .nav_item:focus {
        color: var(--suncity-orange) !important;
        background: transparent !important;
    }

    .nav_parent.nav_active > .nav_item {
        color: var(--suncity-orange) !important;
    }

    .nav_close {
        color: var(--suncity-dark) !important;
        background: transparent !important;
    }

    .nav_close svg,
    .nav_close .icon {
        fill: var(--suncity-dark) !important;
        color: var(--suncity-dark) !important;
    }

    .nav_close:hover svg,
    .nav_close:hover .icon {
        fill: var(--suncity-orange) !important;
        color: var(--suncity-orange) !important;
    }

    .color_mode {
        color: var(--suncity-dark) !important;
    }

    .color_choice {
        background: var(--suncity-light) !important;
    }

    .color_choice::before,
    .color_choice::after {
        background-color: var(--suncity-dark) !important;
    }
}

/* theme selector hide*/    
.color_mode,
.follow {
    display: none !important;
}

/*footer*/
.footer {
    padding: 20px;
    text-align: center;
}

.footer-links {
    margin-top: 8px;
    font-size: 0.9rem;
}

.footer-links a {
    color: var(--suncity-dark);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--suncity-orange);
}

.footer-separator {
    margin: 0 8px;
    color: #999;
}


.suncity-home-page {
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 24px 96px 24px;
}

.suncity-home-content {
    max-width: 900px;
}

.suncity-home-content h1 {
    margin-top: 0;
    color: var(--suncity-dark);
    font-size: 2.4rem;
    line-height: 1.2;
}

.suncity-home-content h2 {
    margin-top: 2.5rem;
    color: var(--suncity-dark);
}

.suncity-home-content p,
.suncity-home-content li {
    font-size: 1.05rem;
    line-height: 1.7;
}

.suncity-home-content ul {
    /*padding-left: 1.4rem;*/
    list-style: disc !important;
    padding-left: 2rem !important;
}

.suncity-home-content li::marker {
    color: var(--suncity-orange);
}


/* linkedin footer */
.footer-linkedin {
    /* display: inline-flex;
     align-items: center;*/
    gap: 6px;
}

.footer-linkedin svg {
    width: 22px;
    height: 22px;
    color: var(--suncity-dark);
    transition: color .2s ease;
}

.footer-linkedin:hover svg {
    color: var(--suncity-orange);
}

/*homepage*/
.home-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.service-card-orange {
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    border-left: 4px solid var(--suncity-orange);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.service-card-dark {
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    border-left: 4px solid var(--suncity-dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.service-card-light {
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    border-left: 4px solid var(--suncity-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.service-card:hover {
    transform: translateY(-2px);
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--suncity-dark);
}

.service-card p {
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .home-services {
        grid-template-columns: 1fr;
    }
}

/* googlew map */
.contact-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    margin-top: 2rem;
    align-items: start;
}

.contact-info {
    padding: 1.5rem;
    background: #f8f8f8;
    border-radius: 8px;
}

.contact-info h3 {
    margin-top: 0;
    color: var(--suncity-dark);
}

.contact-map iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 8px;
}

#email-link {
    color: var(--suncity-dark);
    font-weight: 600;
}

#email-link:hover {
    color: var(--suncity-orange);
}

@media (max-width: 768px) {
    .contact-card {
        grid-template-columns: 1fr;
    }

    .contact-map iframe {
        height: 350px;
    }
}

/* partner logo*/
.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.partner-item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.partner-item img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.suncity-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
}

.suncity-content {
    max-width: 900px;
    margin: 0;
    padding-top: 2rem;
}

.suncity-content h1 {
    text-align: left;
    margin: 0 0 2rem 0;
}


.suncity-content ul {
    list-style: disc !important;
    padding-left: 2rem !important;
}

.suncity-content ol {
    list-style: decimal !important;
    padding-left: 2rem !important;
}

.suncity-content li {
    display: list-item !important;
}