/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #ff6600;
    color: white;
}

.btn-primary:hover {
    background-color: #e65c00;
}

.btn-secondary {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

/* Header */
.top-bar {
    background-color: #003366;
    color: white;
    padding: 10px 0;
    font-size: 0.9em;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info span {
    margin-right: 20px;
}

.main-nav {
    background-color: white;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-nav ul li {
    margin-left: 2rem;
}

.main-nav ul li.btn-contact {
    background-color: #ff6b35;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

.main-nav ul li.btn-contact a {
    color: white !important;
    text-decoration: none;
}

.main-nav ul li.btn-contact a:hover {
    color: white !important;
}

.main-nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-nav ul li a:hover {
    color: #ff6b35;
}

/* Va.workflow-step img, .advantage-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    object-fit: contain;
}ection */
.hero {
    background: linear-gradient(to right, #003366, #ff6600);
    color: white;
    text-align: center;
    padding: 100px 0;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

.hero p {
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.hero-buttons .btn {
    margin: 0 10px;
}

/* Stats Section */
.stats {
    background-color: #f8f8f8;
    padding: 50px 0;
    text-align: center;
}

.stats .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 200px;
    margin: 20px;
}

.stat-item h3 {
    font-size: 2.5em;
    color: #ff6600;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 1.1em;
    color: #555;
}

/* Core Competencies */
.core-competencies {
    padding: 80px 0;
    text-align: center;
}

.core-competencies h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.core-competencies p {
    font-size: 1.1em;
    margin-bottom: 50px;
}

.competency-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.competency-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: left;
}

.compet.value-item img {
    height: 30px;
    margin-bottom: 8px;
    object-fit: contain;
}.competency-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #003366;
}

.competency-item p {
    font-size: 1em;
    color: #666;
}

/* Values Section */
.values {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.values h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.values p {
    font-size: 1.1em;
    margin-bottom: 50px;
}

.value-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.value-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: left;
}

.value-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #003366;
}

.value-item p {
    font-size: 1em;
    color: #666;
}

/* CTA Section */
.cta {
    background: linear-gradient(to right, #003366, #ff6600);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.cta h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.1em;
    margin-bottom: 40px;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    padding: 50px 0 20px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col img {
    height: 50px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-col h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #ff6600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: white;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ff6600;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 0.8em;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom a {
    color: white;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ff6600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .top-bar .container,
    .main-nav .container,
    .stats .container,
    .competency-grid,
    .value-grid,
    footer .container,
    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }

    .main-nav ul {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .main-nav ul li {
        margin: 10px 0;
    }

    .hero h1 {
        font-size: 2.5em;
    }

    .hero h2 {
        font-size: 1.2em;
    }

    .hero-buttons .btn {
        margin-bottom: 15px;
    }

    .stat-item,
    .competency-item,
    .value-item,
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
}

.content-section {
    padding: 60px 0;
    text-align: center; /* Center content within sections */
}

.content-section h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: #333;
}

.content-section p {
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.service-grid, .project-grid, .other-projects-grid, .value-grid, .certificate-grid, .team-grid, .stat-grid, .gewerke-grid, .workflow-grid, .advantages-grid, .partner-grid, .quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left; /* Reset text alignment for grid items */
}

.service-item, .project-item, .other-project-item, .value-item, .certificate-item, .team-member, .stat-item, .gewerke-item, .workflow-step, .advantage-item, .partner-item, .quality-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-item:hover, .project-item:hover, .other-project-item:hover, .value-item:hover, .certificate-item:hover, .team-member:hover, .stat-item:hover, .gewerke-item:hover, .workflow-step:hover, .advantage-item:hover, .partner-item:hover, .quality-item:hover {
    transform: translateY(-5px);
}

.service-item h3, .project-item h3, .other-project-item h3, .value-item h3, .certificate-item h3, .team-member h3, .stat-item h3, .gewerke-item h3, .workflow-step h3, .advantage-item h3, .partner-item h3, .quality-item h3 {
    color: #ff6b35;
    margin-bottom: 15px;
}

.service-item ul, .project-item ul, .gewerke-item ul, .partner-item ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.service-item ul li, .project-item ul li, .gewerke-item ul li, .partner-item ul li {
    margin-bottom: 8px;
    color: #555;
}

.service-item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.about-content .about-text {
    flex: 1;
}

.about-content .about-image {
    flex: 1;
}

.about-content .about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.legal-content {
    text-align: left;
}

.legal-content h1, .legal-content h2, .legal-content h3 {
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p, .legal-content li {
    font-size: 0.9em;
    line-height: 1.5;
}

.legal-content h1 {
    font-size: 1.8em;
}

.legal-content h2 {
    font-size: 1.5em;
}

.legal-content h3 {
    font-size: 1.2em;
}

.contact-section .container {
    display: flex;
    gap: 40px;
    text-align: left;
}

.contact-info-section, .contact-form-section {
    flex: 1;
}

.contact-info-section h2, .contact-form-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h3 {
    color: #ff6b35;
    margin-bottom: 5px;
}

.contact-item p a {
    color: #555;
    text-decoration: none;
}

.contact-item p a:hover {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group textarea {
    resize: vertical;
}

.btn-primary {
    display: inline-block;
    background-color: #ff6b35;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #e05a2e;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .top-bar .container,
    .main-nav .container,
    .stats .container,
    .competency-grid,
    .value-grid,
    footer .container,
    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }

    .main-nav ul {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .main-nav ul li {
        margin: 10px 0;
    }

    .hero h1 {
        font-size: 2.5em;
    }

    .hero h2 {
        font-size: 1.2em;
    }

    .hero-buttons .btn {
        margin-bottom: 15px;
    }

    .stat-item,
    .competency-item,
    .value-item,
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
}




.contact-content-top {
    display: flex;
    gap: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.contact-info-section {
    flex: 1;
}

.contact-form-section {
    flex: 1;
}

.contact-map-section {
    width: 100%;
}

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

@media (max-width: 768px) {
    .contact-content-top {
        flex-direction: column;
    }
}



.legal-content p, .legal-content li {
    font-size: 0.8em; /* Adjusted font size */
    line-height: 1.5;
}

.legal-content h1 {
    font-size: 1.6em; /* Adjusted font size */
}

.legal-content h2 {
    font-size: 1.3em; /* Adjusted font size */
}

.legal-content h3 {
    font-size: 1.0em; /* Adjusted font size */
}

.workflow-step img, .advantage-item img {
    width: 30px; /* Smaller size for icons */
    height: 30px; /* Smaller size for icons */
    margin-bottom: 8px;
    object-fit: contain;
}




/* Cookie Consent Banner - Centered in Middle of Page */
.cookie-consent-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(51, 51, 51, 0.95);
    color: white;
    padding: 30px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    backdrop-filter: blur(5px);
}

.cookie-consent-banner p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.cookie-consent-banner a {
    color: #ff6b35;
    text-decoration: underline;
}

.cookie-consent-banner a:hover {
    color: #e05a2e;
}

.cookie-consent-banner button {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cookie-consent-banner button:hover {
    background-color: #e05a2e;
}

@media (max-width: 768px) {
    .cookie-consent-banner {
        width: 95%;
        padding: 25px;
    }
    
    .cookie-consent-banner p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .cookie-consent-banner button {
        font-size: 14px;
        padding: 10px 20px;
    }
}



/* Google Translate Flags */
.goog-te-gadget {
    font-family: Roboto, sans-serif;
    font-size: 10pt;
    color: #666;
    white-space: nowrap;
}

.goog-te-gadget a {
    color: #666;
}

.goog-te-gadget .goog-te-combo {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-size: 10pt;
}

.goog-te-gadget .goog-te-combo option {
    color: #333;
}

.goog-te-gadget img {
    display: none; /* Hide default Google Translate flag */
}

.goog-te-gadget .goog-te-combo {
    background-image: url('https://www.google.com/images/cleardot.gif'); /* Placeholder */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px; /* Space for flag */
}

/* Specific flags - you would need to host these flag images */
/* Example for German flag */
.goog-te-gadget .goog-te-combo option[value="de"] {
    background-image: url('images/flags/de.png');
}

/* Example for English flag */
.goog-te-gadget .goog-te-combo option[value="en"] {
    background-image: url('images/flags/en.png');
}

/* Add more for other languages */




.language-switcher {
    display: flex;
    gap: 5px;
    align-items: center;
}

.language-switcher img {
    width: 24px; /* Adjust size as needed */
    height: 16px; /* Adjust size as needed */
    border: 1px solid #ccc;
    cursor: pointer;
}

/* Hide the default Google Translate branding */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
    text-decoration: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value::before {
    content: "Language" !important;
    display: inline-block !important;
}
.goog-te-gadget-simple .goog-te-menu-value::after {
    content: "" !important;
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.goog-te-combo {
    width: auto !important;
    border: none !important;
    background-color: transparent !important;
    color: #fff !important;
}
.goog-te-combo:focus {
    outline: none !important;
}
.goog-te-combo option {
    color: #333 !important;
    background-color: #fff !important;
}




/* GTranslate Flags */
.goog-te-gadget .goog-te-combo {
    background-image: none !important;
    padding-left: 0 !important;
}

.goog-te-gadget .goog-te-combo option {
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px; /* Space for flag */
}

.goog-te-gadget .goog-te-combo option[value="de"] {
    background-image: url("../images/flags/de.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="en"] {
    background-image: url("../images/flags/en.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="sq"] {
    background-image: url("../images/flags/sq.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="bs"] {
    background-image: url("../images/flags/bs.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="tr"] {
    background-image: url("../images/flags/tr.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="ru"] {
    background-image: url("../images/flags/ru.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="ar"] {
    background-image: url("../images/flags/ar.png") !important;
}




.goog-te-gadget .goog-te-combo option[value="sq"] {
    background-image: url("../images/flags/sq.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="bs"] {
    background-image: url("../images/flags/bs.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="tr"] {
    background-image: url("../images/flags/tr.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="ru"] {
    background-image: url("../images/flags/ru.png") !important;
}

.goog-te-gadget .goog-te-combo option[value="ar"] {
    background-image: url("../images/flags/ar.png") !important;
}



/* Image Preview Styles */
.service-item {
    position: relative;
}

.image-preview {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 200px;
    height: 150px;
    background: white;
    border: 2px solid #ff6600;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    overflow: hidden;
    margin-left: 10px;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

#cleaning-service:hover .image-preview {
    display: block;
}

/* Responsive adjustments for image preview */
@media (max-width: 768px) {
    .image-preview {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        margin-left: 0;
        margin-top: 10px;
    }
}



.image-preview {
    border: 2px solid #003366; /* Dark blue border */
}

