/* Whitespace Fix */
* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
}

.navtext {
    font-size: 1.2rem;
    font-weight: 500;
}

.bodytag {
	font-family: 'Helvetica', !important; 
	overflow-x: hidden;
}

.link {
	color: #a1d362;
	text-decoration: none;
}

.link:hover {
	color: #a1d362;
	text-decoration: none;
}

.bigertext {
	font-size: 25px;
}

.text-kkonzept{
	color: #a1d362;
}

.carousel-caption {
	top: 20%;
	max-width: 65%;
	right: 17.5%;
	left: 17.5%;
	bottom: auto;
}

.bg-kkonzept{
	background: #a1d362;
	color: white;
}

.bg-opacity{
	background: silver;
	color: #414041;
	opacity: 0.8;
}


.btn-kkonzept {
	color: white;
	background-color: #a1d362;
	border-color: #a1d362;
}
	
.btn-kkonzept:hover {
	color: white;
	background-color: #a1d362;
	border-color: #a1d362;
}
	
.btn-check:focus + .btn-kkonzept, .btn-kkonzept:focus {
	color: white;
	background-color: #a1d362;
	border-color: #a1d362;
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
	
	.btn-check:checked + .btn-kkonzept,
	.btn-check:active + .btn-kkonzept, .btn-kkonzept:active, .btn-kkonzept.active,
	.show > .btn-kkonzept.dropdown-toggle {
	  color: white;
	  background-color: #a1d362;
	  border-color: #a1d362;
	}
	
	.btn-check:checked + .btn-kkonzept:focus,
	.btn-check:active + .btn-kkonzept:focus, .btn-kkonzept:active:focus, .btn-kkonzept.active:focus,
	.show > .btn-kkonzept.dropdown-toggle:focus {
	  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
	}
	
	.btn-kkonzept:disabled, .btn-kkonzept.disabled {
	  color: white;
	  background-color: #a1d362;
	  border-color: #a1d362;
	}

	.btn-outline-kkonzept {
		  color: #a1d362;
		  border-color: #a1d362;
	}
		
	.btn-outline-kkonzept:hover {
	    color: white;
		background-color: #a1d362;
		border-color: #a1d362;
	}
		
		.btn-check:focus + .btn-outline-kkonzept, .btn-outline-kkonzept:focus {
		  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
		}
		
		.btn-check:checked + .btn-outline-kkonzept,
		.btn-check:active + .btn-outline-kkonzept, .btn-outline-kkonzept:active, .btn-outline-kkonzept.active, .btn-outline-kkonzept.dropdown-toggle.show {
		  color: white;
		  background-color: #a1d362;
		  border-color: #a1d362;
		}
		
		.btn-check:checked + .btn-outline-kkonzept:focus,
		.btn-check:active + .btn-outline-kkonzept:focus, .btn-outline-kkonzept:active:focus, .btn-outline-kkonzept.active:focus, .btn-outline-kkonzept.dropdown-toggle.show:focus {
		  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
		}
		
		.btn-outline-kkonzept:disabled, .btn-outline-kkonzept.disabled {
		  color: #f8f9fa;
		  background-color: transparent;
		}
	
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	  color: white;
	  background-color: #a1d362;
	  border-color: #dee2e6 #dee2e6 #fff;
	}
	


/* ===================================
   PROJECT RESPONSIVE STYLES (CLEANED)
=================================== */


/* Project Detail Header */
.project-header-image {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
}

.project-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 60px 20px 30px 20px;
}

.project-info-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.project-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.detail-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.95);
}

.detail-item i {
    color: #a1d362;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .project-header-image {
        height: 50vh;
        min-height: 300px;
    }
    
    .project-info-content h2 {
        font-size: 1.8rem;
    }
    
    .project-details {
        flex-direction: column;
        gap: 1rem;
    }
    
    .detail-item {
        font-size: 1rem;
    }
}

/* Project Detail Swiper - Edge to Edge */
.single-image-gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.project-swiper {
    width: 100%;
    height: 70vh;
    min-height: 400px;
}

.project-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.project-swiper .image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.project-swiper .project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper Navigation Buttons */
.project-swiper .swiper-button-next,
.project-swiper .swiper-button-prev {
    color: #a1d362 !important;
    background: rgba(161, 211, 98, 0.3) !important;
    border: 2px solid #a1d362 !important;
}

.project-swiper .swiper-button-next:hover,
.project-swiper .swiper-button-prev:hover {
    background: rgba(161, 211, 98, 0.6) !important;
    color: white !important;
}

.project-swiper .swiper-button-next:focus,
.project-swiper .swiper-button-prev:focus {
    outline: 2px solid #a1d362 !important;
    outline-offset: 2px !important;
}

/* Swiper Pagination */
.project-swiper .swiper-pagination {
    bottom: 20px;
}

.project-swiper .swiper-pagination-bullet {
    background: rgba(161, 211, 98, 0.4) !important;
    border: 1px solid #a1d362 !important;
}

.project-swiper .swiper-pagination-bullet-active {
    background: #a1d362 !important;
    border: 2px solid #a1d362 !important;
    box-shadow: 0 0 0 2px rgba(161, 211, 98, 0.3) !important;
}

/* Image Counter */
.image-counter {
    background: rgba(255,255,255,0.95);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #a1d362 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.image-counter .current-image {
    color: #a1d362 !important;
    font-weight: 700 !important;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .project-swiper {
        height: 50vh;
        min-height: 300px;
    }
    
    .project-swiper .swiper-button-next,
    .project-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .project-swiper .swiper-button-next::after,
    .project-swiper .swiper-button-prev::after {
        font-size: 16px;
    }
}

/* Beautiful Footer Design */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a1d362, transparent);
}

/* Contact Links */
.contact-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.contact-link:hover {
    color: #a1d362;
    transform: translateX(5px);
}

/* Service Items */
.service-item {
    color: #e0e0e0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.service-item:hover {
    color: white;
}

.service-item:hover i {
    transform: scale(1.1);
}

.service-item i {
    transition: transform 0.3s ease;
}

/* Social Buttons */
.btn-social {
    background: linear-gradient(135deg, #a1d362 0%, #8bc34a 100%);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-social:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
    color: white;
}

.btn-social i {
    font-size: 1.1em;
}

/* Quick Links */
.quick-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid transparent;
}

.quick-link:hover {
    color: #a1d362;
    background: rgba(161, 211, 98, 0.1);
    border-color: rgba(161, 211, 98, 0.3);
}

/* Designer Link */
.designer-link {
    color: #a1d362;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.designer-link:hover {
    color: #8bc34a;
    text-shadow: 0 0 8px rgba(161, 211, 98, 0.5);
}

/* Footer Bottom */
footer .border-top {
    border-color: rgba(255,255,255,0.1) !important;
}

/* Text Colors */
.text-kkonzept {
    color: #a1d362 !important;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-buttons {
        text-align: center;
    }
    
    .btn-social {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .quick-links {
        text-align: center;
        margin-top: 20px;
    }
    
    .quick-link {
        display: block;
        margin-bottom: 10px;
    }
}

/* Subtle animations on load */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .col-lg-4 {
    animation: slideInUp 0.8s ease-out;
}

footer .col-lg-4:nth-child(1) { animation-delay: 0.1s; }
footer .col-lg-4:nth-child(2) { animation-delay: 0.2s; }
footer .col-lg-4:nth-child(3) { animation-delay: 0.3s; }

/* ==============================================
   TEAM PAGE STYLES
   ============================================== */

/* Team Hero Section */
.team-hero {
    background: linear-gradient(135deg, #a1d362 0%, #7cb342 50%, #689F38 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.team-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="team-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23team-pattern)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Team Members Section */
.team-members {
    background: #f8f9fa;
    position: relative;
}

.team-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(161, 211, 98, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.team-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

/* Für größere Monitore: Teambilder nicht verzerren */
@media (min-width: 1200px) {
    .team-image-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
    background: #f8f9fa;
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(161, 211, 98, 0.9), rgba(124, 179, 66, 0.9));
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1d362;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    background: #a1d362;
    color: white;
}

.team-content {
    padding: 30px 25px;
    text-align: center;
}

.team-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.team-position {
    color: #a1d362;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #6c757d;
}

.info-item i {
    font-size: 16px;
}

.team-description {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Empty State */
.empty-state {
    padding: 80px 20px;
}

.empty-state i {
    opacity: 0.3;
    margin-bottom: 20px;
}

/* Call to Action */
.team-cta {
    background: white;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
    margin: 40px 0;
    border: 1px solid rgba(161, 211, 98, 0.1);
}

.team-cta h3 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 2rem;
}

.team-cta .lead {
    color: #6c757d;
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-kkonzept {
    background: #a1d362;
    border-color: #a1d362;
    color: white;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-kkonzept:hover {
    background: #7cb342;
    border-color: #7cb342;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
}

.btn-outline-kkonzept {
    border: 2px solid #a1d362;
    color: #a1d362;
    background: transparent;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline-kkonzept:hover {
    background: #a1d362;
    border-color: #a1d362;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-hero {
        min-height: 50vh;
    }
    
    .hero-content {
        padding: 40px 15px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        gap: 40px;
    }
    
    .team-cta {
        padding: 40px 25px;
        margin: 20px 10px;
    }
    
    .team-cta h3 {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-lg {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .team-image-wrapper {
        height: 250px;
    }
    
    .team-content {
        padding: 25px 20px;
    }
    
    .team-name {
        font-size: 1.3rem;
    }
}

/* Animation Enhancement */
@media (prefers-reduced-motion: no-preference) {
    .team-card {
        animation: fadeInUp 0.6s ease-out;
        animation-fill-mode: both;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add staggered animation delays */
.team-card:nth-child(1) { animation-delay: 0.1s; }
.team-card:nth-child(2) { animation-delay: 0.2s; }
.team-card:nth-child(3) { animation-delay: 0.3s; }
.team-card:nth-child(4) { animation-delay: 0.4s; }
.team-card:nth-child(5) { animation-delay: 0.5s; }
.team-card:nth-child(6) { animation-delay: 0.6s; }

/* Accessibility improvements */
.team-card:focus-within {
    outline: 2px solid #a1d362;
    outline-offset: 4px;
}

.social-icon:focus {
    outline: 2px solid #2c3e50;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .team-hero {
        background: #a1d362 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .team-overlay,
    .team-cta {
        display: none;
    }
}

/* ==============================================
   CONTACT PAGE STYLES
   ============================================== */

/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #a1d362 0%, #7cb342 50%, #689F38 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" x="0" y="0" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="23" cy="23" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
    opacity: 0.3;
}

.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.hero-cta .btn {
    min-width: 180px;
}

.btn-white {
    background: white;
    border: 2px solid white;
    color: #a1d362;
    font-weight: 600;
}

.btn-white:hover {
    background: transparent;
    border-color: white;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

.btn-outline-white {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
}

.btn-outline-white:hover {
    background: white;
    border-color: white;
    color: #a1d362;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

/* Contact Main Section */
.contact-main {
    background: #f8f9fa;
}


/* Contact Cards */
.contact-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(161, 211, 98, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.contact-title {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-title i {
    color: #a1d362;
    font-size: 1.3rem;
}

.contact-subtitle {
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Contact Information */
.company-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.company-subtitle {
    color: #a1d362;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info {
    width: 100%;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #a1d362;
    height: 100%;
}

.info-item i {
    color: #a1d362;
    font-size: 18px;
    margin-top: 2px;
    min-width: 20px;
}

.info-item strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 5px;
}

.info-item a {
    color: #a1d362;
    text-decoration: none;
    font-weight: 500;
}

.info-item a:hover {
    color: #7cb342;
    text-decoration: underline;
}

/* Opening Hours */
.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-item span:first-child {
    font-weight: 500;
    color: #2c3e50;
}

.hours-item span:last-child {
    color: #6c757d;
    font-weight: 400;
}

/* Quick Actions */
.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-action-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quick-action-btn:hover {
    background: #a1d362;
    color: white;
    border-color: #a1d362;
    transform: translateX(5px);
}

.quick-action-btn i {
    color: #a1d362;
    font-size: 16px;
    transition: color 0.3s ease;
}

.quick-action-btn:hover i {
    color: white;
}

/* Services List */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #a1d362;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #e9f7e9;
    transform: translateX(5px);
}

.service-item i {
    color: #a1d362;
    font-size: 18px;
    min-width: 20px;
}

.service-item span {
    color: #2c3e50;
    font-weight: 500;
}

/* Contact Actions */
.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-action-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 15px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-action-btn.primary {
    background: linear-gradient(135deg, #a1d362, #7cb342);
    color: white;
    border-color: #a1d362;
}

.contact-action-btn.primary i {
    color: white;
}

.contact-action-btn:hover {
    background: #a1d362;
    color: white;
    border-color: #a1d362;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.3);
}

.contact-action-btn i {
    color: #a1d362;
    font-size: 24px;
    min-width: 30px;
    transition: color 0.3s ease;
}

.contact-action-btn:hover i {
    color: white;
}

.action-title {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.action-subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Map Section */
.map-wrapper {
    text-align: center;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
       box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(161, 211, 98, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero {
        min-height: 50vh;
    }
    
    .contact-hero .hero-content {
        padding: 40px 15px;
    }
    
    .hero-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-cta .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .contact-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .contact-title {
        font-size: 1.3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .contact-card {
        padding: 25px 15px;
    }
    
    .form-control, .form-select {
        padding: 10px 12px;
    }
    
    .quick-action-btn {
        padding: 12px 15px;
    }
    
    .map-container iframe {
        height: 250px;
    }
}



/* ===================================
   PROJECT CARD STYLES
=================================== */

.project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease !important;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important;
}

.projects-section .project-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
}

/* Only apply grayscale to project cards in the projects overview */
.projects-section .project-card .project-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.projects-section .project-card:hover .project-image {
    transform: scale(1.1) !important;
    filter: grayscale(0%) !important;
}


.projects-section .project-info {
    color: white;
    width: 100%;
}

.projects-section .project-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    line-height: 1.2;
}

.projects-section .project-meta {
    font-size: 0.9rem;
    opacity: 1;
    margin: 0;
    color: #a1d362;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    font-weight: 600;
}



.btn-outline-kkonzept {
    color: #a1d362;
    background-color: transparent;
    border-color: #a1d362;
}

.btn-outline-kkonzept:hover {
    color: white;
    background-color: #a1d362;
    border-color: #a1d362;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .projects-section .project-image-wrapper {
        padding-bottom: 100%;
        aspect-ratio: 1/1;
    }
    
    .projects-section .project-overlay {
        padding: 15px;
    }
    
    .projects-section .project-title {
        font-size: 1.1rem;
    }
    
    .projects-section .project-meta {
        font-size: 0.8rem;
    }
    
}

/* Additional spacing for project cards */
@media (max-width: 576px) {
    .projects-section .project-image-wrapper {
        padding-bottom: 100%;
        aspect-ratio: 1/1;
    }
    
    .project-card {
        margin-bottom: 1rem;
    }
}

/* Responsive Team-Bild Höhen für alle Bildschirmgrößen */
@media (max-width: 575px) {
    .team-image-wrapper {
        height: 250px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .team-image-wrapper {
        height: 260px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-image-wrapper {
        height: 270px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-image-wrapper {
        height: 280px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .team-image-wrapper {
        height: 300px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }
}

/* Für XXL-Bildschirme: Kleinere Höhe für 6 Karten pro Zeile */
@media (min-width: 1400px) {
    .team-image-wrapper {
        height: 220px !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

/* ===================================
   FOOTER STYLES
=================================== */

footer {
    margin-top: auto;
}


/* Footer Links */
.contact-link {
    color: #e9ecef;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #a1d362;
    text-decoration: none;
}

/* Social Buttons */
.btn-social {
    background: linear-gradient(45deg, #a1d362, #7cb342);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-social:hover {
    background: linear-gradient(45deg, #7cb342, #689f38);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Quick Links */
.quick-link {
    color: #e9ecef;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    margin-bottom: 10px;
}

.quick-link:hover {
    color: #a1d362;
    text-decoration: none;
}

/* Designer Link */
.designer-link {
    color: #a1d362;
    text-decoration: none;
    font-weight: 500;
}

.designer-link:hover {
    color: #7cb342;
    text-decoration: underline;
}

/* Footer Responsive Adjustments */
@media (max-width: 768px) {
    footer .py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    footer h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem !important;
    }
    
    .social-buttons {
        margin-bottom: 1.5rem !important;
    }
    
    .btn-social {
        padding: 8px 16px;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    
    .social-buttons a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    
    .quick-links {
        text-align: center;
    }
    
    .quick-link {
        display: block;
        margin-bottom: 8px;
    }
}

/* ===================================
   PROJECTS PAGE SPECIFIC STYLES
=================================== */

/* ===================================
   PROJECT CONTAINER OVERRIDE
=================================== */



/* PROJEKT OVERLAYS - NUR FÜR PROJEKT-CARDS */
.projects-section .project-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 999;
    opacity: 1;
}

.projects-section .project-card:hover .project-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4), rgba(0,0,0,0.8));
}

/* ===================================
   PROJECT DISPLAY STYLES (CLEANED)
=================================== */

/* HEADER/CAROUSEL PROTECTION - NO OVERLAYS */
.carousel img,
.masthead img,
#carouselExampleCaptions img,
header img {
    filter: none !important;
    position: static !important;
}

.carousel .project-overlay,
.masthead .project-overlay,
#carouselExampleCaptions .project-overlay,
header .project-overlay {
    display: none !important;
}

/* NO GRAYSCALE ON HEADER IMAGES */
.carousel img,
.masthead img,
#carouselExampleCaptions img,
header img {
    filter: none !important;
    position: relative !important;
}

/* ===================================
   PROJECT RESPONSIVE STYLES (CLEANED)
=================================== */

/* Old legacy styles removed - using new project-card structure */

/* Project Detail Header */
.project-header-image {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
}

.project-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 60px 20px 30px 20px;
}

.project-info-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.project-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.detail-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.95);
}

.detail-item i {
    color: #a1d362;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .project-header-image {
        height: 50vh;
        min-height: 300px;
    }
    
    .project-info-content h2 {
        font-size: 1.8rem;
    }
    
    .project-details {
        flex-direction: column;
        gap: 1rem;
    }
    
    .detail-item {
        font-size: 1rem;
    }
}

/* Project Detail Swiper - Edge to Edge */
.single-image-gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.project-swiper {
    width: 100%;
    height: 70vh;
    min-height: 400px;
}

.project-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.project-swiper .image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.project-swiper .project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper Navigation Buttons */
.project-swiper .swiper-button-next,
.project-swiper .swiper-button-prev {
    color: #a1d362 !important;
    background: rgba(161, 211, 98, 0.3) !important;
    border: 2px solid #a1d362 !important;
}

.project-swiper .swiper-button-next:hover,
.project-swiper .swiper-button-prev:hover {
    background: rgba(161, 211, 98, 0.6) !important;
    color: white !important;
}

.project-swiper .swiper-button-next:focus,
.project-swiper .swiper-button-prev:focus {
    outline: 2px solid #a1d362 !important;
    outline-offset: 2px !important;
}

/* Swiper Pagination */
.project-swiper .swiper-pagination {
    bottom: 20px;
}

.project-swiper .swiper-pagination-bullet {
    background: rgba(161, 211, 98, 0.4) !important;
    border: 1px solid #a1d362 !important;
}

.project-swiper .swiper-pagination-bullet-active {
    background: #a1d362 !important;
    border: 2px solid #a1d362 !important;
    box-shadow: 0 0 0 2px rgba(161, 211, 98, 0.3) !important;
}

/* Image Counter */
.image-counter {
    background: rgba(255,255,255,0.95);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #a1d362 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.image-counter .current-image {
    color: #a1d362 !important;
    font-weight: 700 !important;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .project-swiper {
        height: 50vh;
        min-height: 300px;
    }
    
    .project-swiper .swiper-button-next,
    .project-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .project-swiper .swiper-button-next::after,
    .project-swiper .swiper-button-prev::after {
        font-size: 16px;
    }
}

/* Beautiful Footer Design */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a1d362, transparent);
}

/* Contact Links */
.contact-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.contact-link:hover {
    color: #a1d362;
    transform: translateX(5px);
}

/* Service Items */
.service-item {
    color: #e0e0e0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.service-item:hover {
    color: white;
}

.service-item:hover i {
    transform: scale(1.1);
}

.service-item i {
    transition: transform 0.3s ease;
}

/* Social Buttons */
.btn-social {
    background: linear-gradient(135deg, #a1d362 0%, #8bc34a 100%);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-social:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
    color: white;
}

.btn-social i {
    font-size: 1.1em;
}

/* Quick Links */
.quick-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid transparent;
}

.quick-link:hover {
    color: #a1d362;
    background: rgba(161, 211, 98, 0.1);
    border-color: rgba(161, 211, 98, 0.3);
}

/* Designer Link */
.designer-link {
    color: #a1d362;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.designer-link:hover {
    color: #8bc34a;
    text-shadow: 0 0 8px rgba(161, 211, 98, 0.5);
}

/* Footer Bottom */
footer .border-top {
    border-color: rgba(255,255,255,0.1) !important;
}

/* Text Colors */
.text-kkonzept {
    color: #a1d362 !important;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-buttons {
        text-align: center;
    }
    
    .btn-social {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .quick-links {
        text-align: center;
        margin-top: 20px;
    }
    
    .quick-link {
        display: block;
        margin-bottom: 10px;
    }
}

/* Subtle animations on load */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .col-lg-4 {
    animation: slideInUp 0.8s ease-out;
}

footer .col-lg-4:nth-child(1) { animation-delay: 0.1s; }
footer .col-lg-4:nth-child(2) { animation-delay: 0.2s; }
footer .col-lg-4:nth-child(3) { animation-delay: 0.3s; }

/* ==============================================
   TEAM PAGE STYLES
   ============================================== */

/* Team Hero Section */
.team-hero {
    background: linear-gradient(135deg, #a1d362 0%, #7cb342 50%, #689F38 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.team-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="team-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23team-pattern)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Team Members Section */
.team-members {
    background: #f8f9fa;
    position: relative;
}

.team-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(161, 211, 98, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.team-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

/* Für größere Monitore: Teambilder nicht verzerren */
@media (min-width: 1200px) {
    .team-image-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
    background: #f8f9fa;
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(161, 211, 98, 0.9), rgba(124, 179, 66, 0.9));
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1d362;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    background: #a1d362;
    color: white;
}

.team-content {
    padding: 30px 25px;
    text-align: center;
}

.team-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.team-position {
    color: #a1d362;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #6c757d;
}

.info-item i {
    font-size: 16px;
}

.team-description {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Empty State */
.empty-state {
    padding: 80px 20px;
}

.empty-state i {
    opacity: 0.3;
    margin-bottom: 20px;
}

/* Call to Action */
.team-cta {
    background: white;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
    margin: 40px 0;
    border: 1px solid rgba(161, 211, 98, 0.1);
}

.team-cta h3 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 2rem;
}

.team-cta .lead {
    color: #6c757d;
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-kkonzept {
    background: #a1d362;
    border-color: #a1d362;
    color: white;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-kkonzept:hover {
    background: #7cb342;
    border-color: #7cb342;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
}

.btn-outline-kkonzept {
    border: 2px solid #a1d362;
    color: #a1d362;
    background: transparent;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline-kkonzept:hover {
    background: #a1d362;
    border-color: #a1d362;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-hero {
        min-height: 50vh;
    }
    
    .hero-content {
        padding: 40px 15px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        gap: 40px;
    }
    
    .team-cta {
        padding: 40px 25px;
        margin: 20px 10px;
    }
    
    .team-cta h3 {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-lg {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .team-image-wrapper {
        height: 250px;
    }
    
    .team-content {
        padding: 25px 20px;
    }
    
    .team-name {
        font-size: 1.3rem;
    }
}

/* Animation Enhancement */
@media (prefers-reduced-motion: no-preference) {
    .team-card {
        animation: fadeInUp 0.6s ease-out;
        animation-fill-mode: both;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add staggered animation delays */
.team-card:nth-child(1) { animation-delay: 0.1s; }
.team-card:nth-child(2) { animation-delay: 0.2s; }
.team-card:nth-child(3) { animation-delay: 0.3s; }
.team-card:nth-child(4) { animation-delay: 0.4s; }
.team-card:nth-child(5) { animation-delay: 0.5s; }
.team-card:nth-child(6) { animation-delay: 0.6s; }

/* Accessibility improvements */
.team-card:focus-within {
    outline: 2px solid #a1d362;
    outline-offset: 4px;
}

.social-icon:focus {
    outline: 2px solid #2c3e50;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .team-hero {
        background: #a1d362 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .team-overlay,
    .team-cta {
        display: none;
    }
}

/* ==============================================
   CONTACT PAGE STYLES
   ============================================== */

/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #a1d362 0%, #7cb342 50%, #689F38 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" x="0" y="0" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="23" cy="23" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
    opacity: 0.3;
}

.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.hero-cta .btn {
    min-width: 180px;
}

.btn-white {
    background: white;
    border: 2px solid white;
    color: #a1d362;
    font-weight: 600;
}

.btn-white:hover {
    background: transparent;
    border-color: white;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

.btn-outline-white {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
}

.btn-outline-white:hover {
    background: white;
    border-color: white;
    color: #a1d362;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

/* Contact Main Section */
.contact-main {
    background: #f8f9fa;
}


/* Contact Cards */
.contact-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(161, 211, 98, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.contact-title {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-title i {
    color: #a1d362;
    font-size: 1.3rem;
}

.contact-subtitle {
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Contact Information */
.company-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.company-subtitle {
    color: #a1d362;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info {
    width: 100%;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #a1d362;
    height: 100%;
}

.info-item i {
    color: #a1d362;
    font-size: 18px;
    margin-top: 2px;
    min-width: 20px;
}

.info-item strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 5px;
}

.info-item a {
    color: #a1d362;
    text-decoration: none;
    font-weight: 500;
}

.info-item a:hover {
    color: #7cb342;
    text-decoration: underline;
}

/* Opening Hours */
.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-item span:first-child {
    font-weight: 500;
    color: #2c3e50;
}

.hours-item span:last-child {
    color: #6c757d;
    font-weight: 400;
}

/* Quick Actions */
.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-action-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quick-action-btn:hover {
    background: #a1d362;
    color: white;
    border-color: #a1d362;
    transform: translateX(5px);
}

.quick-action-btn i {
    color: #a1d362;
    font-size: 16px;
    transition: color 0.3s ease;
}

.quick-action-btn:hover i {
    color: white;
}

/* Services List */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #a1d362;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #e9f7e9;
    transform: translateX(5px);
}

.service-item i {
    color: #a1d362;
    font-size: 18px;
    min-width: 20px;
}

.service-item span {
    color: #2c3e50;
    font-weight: 500;
}

/* Contact Actions */
.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-action-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 15px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-action-btn.primary {
    background: linear-gradient(135deg, #a1d362, #7cb342);
    color: white;
    border-color: #a1d362;
}

.contact-action-btn.primary i {
    color: white;
}

.contact-action-btn:hover {
    background: #a1d362;
    color: white;
    border-color: #a1d362;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(161, 211, 98, 0.3);
}

.contact-action-btn i {
    color: #a1d362;
    font-size: 24px;
    min-width: 30px;
    transition: color 0.3s ease;
}

.contact-action-btn:hover i {
    color: white;
}

.action-title {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.action-subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Map Section */
.map-wrapper {
    text-align: center;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
       box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(161, 211, 98, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero {
        min-height: 50vh;
    }
    
    .contact-hero .hero-content {
        padding: 40px 15px;
    }
    
    .hero-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-cta .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .contact-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .contact-title {
        font-size: 1.3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .contact-card {
        padding: 25px 15px;
    }
    
    .form-control, .form-select {
        padding: 10px 12px;
    }
    
    .quick-action-btn {
        padding: 12px 15px;
    }
    
    .map-container iframe {
        height: 250px;
    }
}



/* ===================================
   PROJECT CARD STYLES
=================================== */

.project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease !important;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important;
}

.projects-section .project-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
}

/* Only apply grayscale to project cards in the projects overview */
.projects-section .project-card .project-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.projects-section .project-card:hover .project-image {
    transform: scale(1.1) !important;
    filter: grayscale(0%) !important;
}


.projects-section .project-info {
    color: white;
    width: 100%;
}

.projects-section .project-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
    line-height: 1.2;
}

.projects-section .project-meta {
    font-size: 0.9rem;
    opacity: 1;
    margin: 0;
    color: #a1d362;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    font-weight: 600;
}
