/* public_html/static/themes/css/style.css */

/* General styles */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
    font-weight: bold;
}
h7 {
    font-size: 14pt;
}
h8 {
    font-size: 16pt;
}
h9 {
    font-size: 12pt;

}

a {
    color: #2c3e50;
}

.btn-outline-primary
{
    color: #2c3e50;
    border-color: #2c3e50;
}
.review {
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}
.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.review-rating {
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.container-nav {
    max-width: 1100px;
    margin: 0 auto; /* Simplified margin */
    padding: 0 2rem;
    display: flex;
    align-items: flex-start; /* Align to the top */
    justify-content: flex-start; /* Align to the left */
}
.navbar-dark.bg-dark {
    background-color: #000000 !important;
}
.navbar-brand {
    margin-right: 10px; /* Space between logo and Home */
    padding: 0; /* Reset default padding */
}
.navbar-black {
    background-color: black !important;
}

.navbar-nav {
    padding-left: 0; /* Reset default padding */
    margin-left: 0; /* Reset default margin */
}

.navbar-nav .nav-item {
    margin-right: 10px; /* Space between nav items if needed */
}

.navbar-brand img {
    width: auto; /* Let the image's intrinsic size determine width, or set a specific width */
    height: auto; /* Maintain aspect ratio */
    max-height: 50px; /* Optional: Set a maximum height for the logo */
}

.btn-primary {
    background-color: #363636;
    border-color: #2c3e50;
}
.btn-primary:hover {
    background-color: #000;
    border-color: #2c3e50;
}

/* Announcement bar */
.announcement-bar {
    background-color: #f5ef42;
    color: black;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.enlarge-image {
    transform: scale(1.15);
}
.mobile-image {
        width: 100%;
        height: auto;
        }
@media (max-width: 768px) {
   .mobile-image {
        margin-top: 2rem;
    }
    }

.scaled-image {
    width: 15%;
    height: auto;
    padding-right: 10px;
}
.padding-image {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.telephone {
    color: white !important;
    font-weight: normal;
}
/* Page styling */
.page-title {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f5ef42;
}

/* Price cards */
.price-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.price-card:hover {
    transform: translateY(-5px);
}

.price-header {
    background-color: #363636;
    color: white;
    padding: 15px 20px;
}

.price-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

.price-body {
    padding: 20px;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-list li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.price-list li:last-child {
    border-bottom: none;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service {
    flex-grow: 1;
}

.price {
    font-weight: bold;
    color: #2c3e50;
    white-space: nowrap;
    margin-left: 15px;
}

/* Info section */
.info-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.info-section h3 {
    color: #2c3e50;
    margin-top: 0;
}

.region-list {
    list-style: none;
    padding-left: 0;
}

.region-list li {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}

.region-list li:last-child {
    border-bottom: none;
}

/* Call to action */
.contact-cta {
    background-color: #e9f7fe;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid #2c3e50;
}

.contact-cta h3 {
    color: #2c3e50;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .price-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .price {
        margin-left: 0;
        margin-top: 5px;
    }
}
/* explanation-section */

.explanation-section h2 {
    color: #2c3e50;
    margin-top: 0;
}

/* Hero Section */
.hero-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;


}
/* Hero Section */
.hero-section-index {
    padding: 2rem 0 4rem 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
    .hero-section-index {
        padding: 1rem 0 4rem 0px;
    }
}
.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}


.hero-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.hero-features {
    margin-bottom: 2rem;
}

.feature-item {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.feature-item i {
    color: #f5ef42;
    background-color: #2c3e50;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-cta .btn {
    padding: 0.75rem 1.5rem;
}

/* Services Section */
.section-title {
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #f5ef42;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service-card {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 70px;
    height: 70px;
    background-color: #f5ef42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.service-icon i {
    font-size: 30px;
    color: #2c3e50;
}

.service-icon-left {
    width: 70px;
    height: 70px;
    background-color: #f5ef42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.service-icon-left i {
    font-size: 30px;
    color: #2c3e50;
}

.service-card h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}
/* Pricing Section */
.price-list-section {
    background-color: none;
}

/* Emergency Section */
.emergency-section {
    background-color: #f8f9fa;
    margin-bottom: 10px;
}

.emergency-banner {
    background-color: #363636;
    color: white;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.emergency-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #f5ef42;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.emergency-banner h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

/* Why Choose Us Section */
.feature-box {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #2c3e50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 24px;
    color: #f5ef42;
}

.feature-box h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Testimonials Section */
.testimonial-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
}

.testimonial-card:before {
    content: """;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 60px;
    color: #f5ef42;
    opacity: 0.3;
    line-height: 1;
}

.rating {
    margin-bottom: 15px;
    color: #ffc107;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: bold;
    color: #2c3e50;
}

/* Service Areas Section */
.region-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.region-box h4 {
    color: #2c3e50;
    border-bottom: 2px solid #f5ef42;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.region-list {
    list-style: none;
    padding-left: 0;
}

.region-list li {
    padding: 5px 0;
    border-bottom: 1px dashed #e9ecef;
}

.region-list li:last-child {
    border-bottom: none;
}

/* CTA Section */
.cta-section {
    background-color: #f8f9fa;
}

.cta-container {
    background-color: #363636;
    color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-container h2 {
    margin-bottom: 15px;
}

.btn-primary-light {
    background-color: #f5ef42; /* Light background color */
    color: #000; /* Primary text color */

}

.btn-primary-light:hover {
    background-color: #e2e6ea; /* Slightly darker background on hover */
    color: #000; /* Darker text color on hover */
 /* Darker border color on hover */
}
/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-section {
        text-align: center;
        padding: 3rem 0;
        margin-bottom: 10px;
    }

    .hero-image {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .emergency-banner {
        text-align: center;
    }
}


/* Diensten */
.services-hero-section {
    background-color: #2c3e50;
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.dienst-section {
    position: relative;
}

.section-title-diensten {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.section-title-diensten::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f5ef42;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-list li::before {
    content: "✓ ";
    color: #f5ef42;
    font-weight: bold;
    margin-right: 10px;
}

.object-cover {
    object-fit: cover;
    height: 100%;
}

.services-hero-section {
    background-color: #f8f9fa; /* Or your desired background */
    color: #2c3e50; /* Or your desired text color */
    padding: 3rem 0;
}

/* bericht pagina */

  .contact-cta {
        border-left-width: 5px;
        border-left-style: solid;
    }
    .border-success {
        border-left-color: #28a745;
    }
    .border-danger {
        border-left-color: #dc3545;
    }

    /* index bullit align */
    .hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .hero-features-bullit {
        justify-content: flex-start;
    }
    .feature-item {
        width: 100%;
        text-align: left;
    }
}

/* privacy policy */
    .page-title {
        color: #2c3e50;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #f5ef42;
    }

    .privacy-content {
        background-color: #f8f9fa;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .privacy-content h2 {
        color: #2c3e50;
        margin-top: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .privacy-content ul {
        padding-left: 20px;
    }

    .contact-info {
        background-color: #e9f7fe;
        padding: 20px;
        border-radius: 8px;
        border-left: 5px solid #2c3e50;
        margin-top: 30px;
    }
.hero-title-city {
  font-size: clamp(1.8rem, 4vw, 2.5rem); /* Fluid scaling */
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  padding-right: 10px; /* Ensure 10px space from the right */
  box-sizing: border-box; /* Include padding in the element's width */
}

/* Ensure text wraps within each span */
.hero-title-city > span {
  white-space: normal; /* Allow text wrapping within the span */
  overflow-wrap: break-word; /* Break long words if necessary */
  word-break: break-word; /* Fallback for older browsers */
}

/* Specifically target the brand-name span to keep "in" with "Slotenmaker Slotalarm" */
.brand-name {
  white-space: nowrap; /* Prevent "in" from breaking to the next line */
}

@media (max-width: 576px) {
  .hero-title-city {
    gap: 0.25rem; /* Reduce spacing between elements */
    font-size: clamp(1.25rem, 4.5vw, 1.8rem); /* More aggressive mobile scaling */
    line-height: 1.3; /* Tighter line height */
  }

  /* Optional: Stack elements vertically if needed */
  .hero-title-city {
    flex-direction: column;
    align-items: flex-start; /* Align text to the left */
  }
}
.brand-name {
    white-space: nowrap;
}

.location-name {
    white-space: nowrap;
}

/* blog */
.blog-section {
    position: relative;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

 /* Cookie Consent Banner Styles */
        #cookie-consent-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #363636; /* Dark background */
            color: white; /* Text color */
            padding: 20px;
            text-align: center;
            z-index: 1000;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
        }

        #cookie-consent-banner p {
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        #cookie-consent-banner button {
            margin: 0 10px;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
        }

        #accept-cookies {
            background-color: #f5ef42; /* Yellow button */
            color: #000; /* Black text */
        }

        #accept-cookies:hover {
            background-color: #e2e6ea; /* Slightly darker on hover */
        }

        #reject-cookies {
            background-color: #2c3e50; /* Dark blue button */
            color: white; /* White text */
        }

        #reject-cookies:hover {
            background-color: #1a2a36; /* Slightly darker on hover */
        }

        /* Cookie Consent Banner Styles */
 .modal-dialog-bottom {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
}

.modal-content {
    border-radius: 0;
}

.modal-footer .btn-outline-light {
    border-color: #fff;
}