@charset "utf-8";

:root {
    --cm-templates-bp-tablet: 1250;
}

/* Local Fonts - Google Fonts (Oswald, Varela Round) */
/* Oswald */
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
         url('../fonts/Oswald-Regular.woff') format('woff'),
         url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
         url('../fonts/Oswald-SemiBold.woff') format('woff'),
         url('../fonts/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
         url('../fonts/Oswald-Bold.woff') format('woff'),
         url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Varela Round */
@font-face {
    font-family: 'Varela Round';
    src: url('../fonts/VarelaRound-Regular.woff2') format('woff2'),
         url('../fonts/VarelaRound-Regular.woff') format('woff'),
         url('../fonts/VarelaRound-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fallback zu System Fonts falls Fonts nicht verfügbar */

/* Background */
.cm-background {
    background-image: url("../img/rau-bg.jpg");
    background-position: 50% calc(100% + 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    max-width: 100%;
}

.cm-background-effects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    max-width: 100%;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    /* z-index wird dynamisch von JavaScript gesetzt basierend auf Configs.layerPosition */
    /* Standard: -1 (wie vorher) - über Hintergrundbild, aber unter Content */
    z-index: -1;
}

/* Reset */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    outline: 0;
}

.content_wrapper, .navigation_wrapper_mobile {
    word-wrap: break-word;
    position: relative;
    z-index: 1;
}
#mobile_cm_navigation {
    font-family: 'Oswald', sans-serif !important;
}

/* Typography */
.design_content, .cm-templates-container, .cm-templates-text, .cm-templates-footer {
    font-family: 'Oswald', sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}

h1, .cm-h1 {
    font-size: xx-large;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin-bottom: .7em;
}

h2 {
    font-size: x-large;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin-bottom: .7em;
}

h3 {
    font-size: large;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin-bottom: .7em;
}

h4, h5, h6 {
    font-size: large;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    margin-bottom: .7em;
}

.content_wrapper h1, .content_wrapper h2, .content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
    margin: 0 0 .7em 0;
}

.content_wrapper p, .content_wrapper code, .content_wrapper pre, .content_wrapper kbd {
    margin: 0 0 1em 0;
}

#title, .title_wrapper .title, .title_wrapper .bigtitle, .cm-templates-heading__title {
    font-family: 'Varela Round', sans-serif;
    font-size: x-large;
    font-weight: 700;
    font-style: normal;
    line-height: initial;
}

#subtitle {
    font-family: 'Varela Round', sans-serif;
    font-size: x-large;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.cm-templates-navigation, .navigation_wrapper a, .navigation a, .mobile_navigation a, .navigation>ul>li:after, .navigation li.cm_has_subnavigation>a:after {
    font-size: small;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
}

/* Layout */
#cm-template-logo-container {
    width: 100%;
    background-color: #FFFFFF;
}

.main_wrapper {
    width: 1150px;
    margin: 0 auto;
    padding: 0 30px;
}

#logo {
    height: 200px;
    width: 100%;
}

.title_wrapper {
    padding: 40px 4px 20px;
    text-align: center;
    background-color: #FFFFFF;
}

.title {
    margin: 0 15px 0 0;
    color: #222;
}

.title, .subtitle {
    display: inline-block;
    vertical-align: middle;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.title span, .subtitle span {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.subtitle {
    color: #222;
}

/* Navigation */
.navigation_wrapper {
    padding: 20px 0 35px;
    background-color: #FFFFFF;
}

/* Abgerundete Ecken für Navigation auf Desktop */
@media (min-width: 768px) {
    #cm_navigation {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }
    
    .table_wrapper {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
    }
}

.navigation_wrapper > ul {
    list-style: none;
    text-align: center;
    margin: 0;
    position: relative;
}

.navigation_wrapper > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .2s;
    transition: transform .2s;
}

.navigation_wrapper > ul > li:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.navigation_wrapper > ul > li > a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 13px 15px;
    height: auto;
    width: auto;
    z-index: 1;
    -webkit-transition: color .6s;
    transition: color .6s;
    color: #3f9639;
}

.navigation_wrapper > ul > li > a:before {
    content: "";
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .6;
    z-index: -1;
    margin: 21% 0 0 0;
    transform-origin: center;
    -webkit-transition: height .2s ease-in-out, opacity .2s ease-in-out, margin .2s ease-in-out, background-color .2s;
    transition: height .2s ease-in-out, opacity .2s ease-in-out, margin .2s ease-in-out, background-color .2s;
    background-color: #f1f1f1;
}

.navigation_wrapper > ul > li:hover > a:before, .navigation_wrapper > ul > li.cm_current > a:before {
    height: 100%;
    opacity: 1;
    margin: 0;
    -webkit-transition: height .3s cubic-bezier(.3,.02,.5,1.5), opacity .3s ease-in-out, margin .3s cubic-bezier(.3,.02,.5,1.5), background-color .2s;
    transition: height .3s cubic-bezier(.3,.02,.5,1.5), opacity .3s ease-in-out, margin .3s cubic-bezier(.3,.02,.5,1.5), background-color .2s;
}

.navigation_wrapper > ul li.cm_current > a, .navigation_wrapper > ul li:hover > a {
    color: #222;
}

.navigation_wrapper > ul > li:active > a:before {
    background-color: #3f9639;
}

/* Keyvisual */
#keyvisual, #keyvisual .cm-slides-addon {
    width: 100%;
    height: 340px;
    outline: 5px solid transparent;
    box-shadow: 0 8px 30px 0 transparent;
    position: relative;
}

.cm-template-keyvisual__media, .cm-slides-addon {
    background-repeat: no-repeat;
}

/* Content Layout */
.table_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.table_color_left {
    max-width: 280px;
    color: #222;
    background-color: #FFFFFF;
}

.table_color_right {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #222;
}

.design_content {
    padding: 55px 40px 85px 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.design_content a {
    text-decoration: underline;
    color: #222;
}

.design_content h1, .design_content .cm-h1, .design_content h2, .design_content h3 {
    color: #222;
}

.cm_column_wrapper {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.cm_column {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.cm_column_gap {
    flex-shrink: 0;
    display: inline-block;
    width: 12.5px;
}

.cm_column_gap_left, .cm_column_gap_right {
    flex-shrink: 0;
}

/* Footer */
.footer_wrapper {
    width: 100%;
    background-color: #222;
    color: #FFFFFF;
    border-top: 2px solid transparent;
}

.cm-templates-footer-container {
    background-color: #222;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
}

/* Verhindere Margin-Collapsing zwischen Footer-Container und Footer */
.cm-templates-footer-container + .cm-templates-footer {
    margin-top: 0;
}

/* Stelle sicher, dass der Footer-Container auf Desktop nicht nach oben verschoben wird */
@media (min-width: 768px) {
    .cm-templates-footer-container {
        margin-top: 0 !important;
        top: auto !important;
    }
    
    .cm-background {
        background-position: 50% calc(100% + 100px) !important;
    }
}

.footer_wrapper h1, .footer_wrapper .cm-h1, .footer_wrapper h2, .footer_wrapper h3 {
    color: #FFFFFF;
}

.footer_wrapper a {
    color: #FFFFFF;
}

.sidebar_wrapper {
    width: 990px;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    margin-bottom: -13px;
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(33.33% - 23.33px);
    width: calc(33.33% - 23.33px);
    margin: 0 35px 0 0;
    color: #FFFFFF;
}

.sidebar:last-child {
    margin: 0;
}

.sidebar h3 {
    color: #FFFFFF;
}

#footer {
    text-align: center;
    padding: 40px;
    background-color: #3f9639;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.cm-templates-footer {
    background-color: #3f9639;
    width: 100%;
    box-sizing: border-box;
}

#footer a {
    color: #ffffff;
}

/* Subnavigation */
.subnavigation_wrapper ul {
    list-style: none;
    padding: 55px 30px 85px 25px;
    width: 230px;
    position: relative;
}

.subnavigation_wrapper ul li {
    padding: 0;
    margin: 0 0 3px 0;
    position: relative;
}

.subnavigation_wrapper ul li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    height: auto;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    -webkit-transition: color .5s;
    transition: color .5s;
    color: #222;
}

.subnavigation_wrapper li.cm_has_subnavigation > a:after {
    content: "»";
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    margin-left: 6px;
    -webkit-transition: color .8s cubic-bezier(.19,1,.22,1), background-color .8s cubic-bezier(.19,1,.22,1);
    transition: color .8s cubic-bezier(.19,1,.22,1), background-color .8s cubic-bezier(.19,1,.22,1);
}

.subnavigation_wrapper ul li > a:before {
    content: "";
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    position: absolute;
    margin: 9% 0 0 0;
    transform-origin: center;
    z-index: -1;
    -webkit-transition: height .2s ease-in-out, opacity .2s ease-in-out, margin .2s ease-in-out;
    transition: height .2s ease-in-out, opacity .2s ease-in-out, margin .2s ease-in-out;
    background-color: #ffffff;
}

.subnavigation_wrapper ul li:hover > a:before, .subnavigation_wrapper ul li.cm_current > a:before {
    height: 100%;
    opacity: 1;
    margin: 0;
    -webkit-transition: height .3s cubic-bezier(.3,.02,.5,1.5), opacity .3s ease-in-out, margin .3s cubic-bezier(.3,.02,.5,1.5);
    transition: height .3s cubic-bezier(.3,.02,.5,1.5), opacity .3s ease-in-out, margin .3s cubic-bezier(.3,.02,.5,1.5);
}

.subnavigation_wrapper ul ul {
    display: none;
    padding: 3px 0 0 0;
}

.subnavigation_wrapper ul li:hover ul {
    display: block;
}

.subnavigation_wrapper ul ul li a {
    padding: 12px 15px 12px 35px;
}

.subnavigation_wrapper li:hover > a, .subnavigation_wrapper li.cm_current > a {
    color: #222;
}

/* Mobile Navigation */
.content_overlay {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
}

.navigation_wrapper_mobile,
#mobile_cm_navigation {
    display: none;
    position: fixed;
    left: -275px;
    top: 0;
    background-color: #FFFFFF;
}

.open_navigation .navigation_wrapper_mobile,
.open_navigation #mobile_cm_navigation {
    left: 0;
}

.navigation_wrapper_mobile a,
#mobile_cm_navigation a {
    color: #3f9639;
    font-family: 'Oswald', sans-serif;
}
#mobile_cm_navigation,
#mobile_cm_navigation *,
#mobile_cm_mainnavigation,
#mobile_cm_mainnavigation *,
#mobile_cm_mainnavigation a,
#mobile_cm_mainnavigation li,
#mobile_cm_mainnavigation ul {
    font-family: 'Oswald', sans-serif !important;
}

.navigation_wrapper_mobile li.cm_current > a {
    color: #222;
    background-color: #f1f1f1;
}

.toggle_navigation {
    display: none;
}

.toggle_navigation div[class^="burgerline"] {
    background-color: #222;
}

.open_navigation .toggle_navigation div[class^="burgerline"] {
    background-color: #3f9639;
}

/* Body */
body {
    background-color: #ffffff;
}

/* Empty */
.cm-templates-empty {
    display: none !important;
}

/* Utilities */
.cm_can_be_empty {
    /* Empty elements can be hidden - no styles needed */
    display: inherit;
}

select option {
    color: #333;
}

/* Modern Styles for Subpages */

/* Timeline (Über mich) */
.about-timeline {
    margin: 40px 0;
}

.timeline-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    padding-left: 80px;
}

.timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50px;
    bottom: -40px;
    width: 2px;
    background: linear-gradient(to bottom, #3f9639, rgba(63, 150, 57, 0.3));
}

.timeline-year {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #3f9639;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 4px 10px rgba(63, 150, 57, 0.3);
}

.timeline-content {
    flex: 1;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.timeline-content h2 {
    color: #3f9639;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.about-highlight {
    background: linear-gradient(135deg, #3f9639 0%, #2d7a2d 100%);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    box-shadow: 0 5px 15px rgba(63, 150, 57, 0.3);
}

.highlight-text {
    font-size: 1.2em;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.about-quote {
    background: #fff9e6;
    border-left: 5px solid #3f9639;
    padding: 25px;
    margin: 40px 0;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.quote-text {
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
    color: #222;
}

/* Service Cards (Leistungen) */
.services-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #3f9639;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3f9639, #2d7a2d);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(63, 150, 57, 0.2);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    font-size: 3em;
    margin-bottom: 20px;
    text-align: center;
}

.service-card h2 {
    color: #3f9639;
    margin-bottom: 15px;
    font-size: 1.3em;
    text-align: center;
}

.service-card p {
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Reference Cards (Referenzen) */
.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.reference-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.reference-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.reference-image-container {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, #3f9639 0%, #2d7a2d 100%);
}

.reference-image-gallery {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.reference-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Galerie-Icon (Piktogramm) */
.reference-gallery-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(63, 150, 57, 0.3);
    padding: 5px;
    box-sizing: border-box;
}

.reference-gallery-icon:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-color: #3f9639;
}

.reference-gallery-icon:active {
    transform: scale(0.95);
}

/* Dropdown-Menü für Galerie */
.reference-gallery-dropdown {
    position: absolute;
    top: 60px;
    left: 15px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    min-width: 64px;
    width: auto;
    max-width: 320px;
    border: 1px solid rgba(63, 150, 57, 0.2);
    animation: slideDown 0.3s ease;
    justify-content: flex-start;
    align-content: flex-start;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reference-gallery-dropdown.active {
    display: flex;
}

/* Thumbnail (rundes Piktogramm) */
.reference-gallery-thumbnail {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.reference-gallery-thumbnail:hover {
    border-color: #3f9639;
    transform: scale(1.1);
}

.reference-gallery-thumbnail.active {
    border-color: #3f9639;
    box-shadow: 0 0 0 2px rgba(63, 150, 57, 0.3);
}

.reference-gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reference-image-gallery:hover img {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.reference-image-gallery:hover img:hover {
    opacity: 1;
    z-index: 2;
}

.reference-placeholder {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.reference-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,0.1) 10px,
        rgba(255,255,255,0.1) 20px
    );
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.reference-content {
    padding: 25px;
}

.reference-content h2 {
    color: #3f9639;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.reference-content p {
    line-height: 1.7;
    color: #555;
    margin: 10px 0 0 0;
}

.reference-auftraggeber {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3f9639;
    font-size: 0.95em;
}

/* Contact Cards (Kontakt) */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(63, 150, 57, 0.2);
    border-color: #3f9639;
}

.contact-icon {
    font-size: 3.5em;
    margin-bottom: 20px;
}

.contact-card h2 {
    color: #3f9639;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.contact-card p {
    line-height: 1.8;
    color: #555;
    margin: 10px 0;
}

.contact-card address {
    font-style: normal;
    line-height: 1.8;
    color: #555;
}

.contact-card a {
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #2d7a2d;
    text-decoration: underline;
}

/* Recommend Button */
.recommend-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(37, 99, 235, 0.3);
    border: none;
    cursor: pointer;
}

.recommend-button:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.5);
    transform: translateY(-2px);
}

.recommend-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(37, 99, 235, 0.3);
}

.recommend-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}

.recommend-button span {
    vertical-align: middle;
}
