/* 
   Dakkapel Renovatie Modern (DRM)
   A clean, highly professional Elementor Widget stylesheet
*/

.drm-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #54595F;
    line-height: 1.7;
    font-size: 16px;
}

/* Core Typography */
.drm-wrapper h1, .drm-wrapper h2, .drm-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    color: #046569;
    margin-top: 0;
    line-height: 1.3;
}
.drm-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.drm-wrapper h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.drm-wrapper p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.drm-lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: #046569;
}
.drm-font-semibold { font-weight: 600; }
.drm-text-primary { color: #4EA7AB; }
.drm-text-lg { font-size: 1.125rem; }

/* Layout Utilities */
.drm-section { padding: 90px 20px; }
.drm-container { max-width: 1140px; margin: 0 auto; width: 100%; }
.drm-max-w-3xl { max-width: 800px; }
.drm-max-w-4xl { max-width: 900px; }
.drm-mx-auto { margin-left: auto; margin-right: auto; }
.drm-text-center { text-align: center; }
.drm-relative { position: relative; }
.drm-items-center { align-items: center; }

.drm-mt-6 { margin-top: 1.5rem; }
.drm-mt-8 { margin-top: 2rem; }
.drm-mb-10 { margin-bottom: 2.5rem; }
.drm-mb-12 { margin-bottom: 3rem; }

/* Backgrounds */
.drm-bg-light { background-color: #f8fafc; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.drm-bg-primary { background-color: #4EA7AB; color: #fff; }
.drm-bg-primary h2, .drm-bg-primary h3, .drm-bg-primary p { color: #fff !important; }

/* Buttons */
.drm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4EA7AB;
    color: #ffffff !important;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(78, 167, 171, 0.2), 0 2px 4px -1px rgba(78, 167, 171, 0.1);
}
.drm-btn:hover {
    background-color: #046569;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(4, 101, 105, 0.3), 0 4px 6px -2px rgba(4, 101, 105, 0.1);
}
.drm-btn-large {
    padding: 18px 36px;
    font-size: 1.125rem;
}

/* Grids */
.drm-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.drm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.drm-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* 1. Hero Section */
.drm-hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}
.drm-hero-no-bg {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.drm-hero-has-bg {
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Changed from fixed for better mobile support */
}
.drm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,101,105,0.95) 0%, rgba(4,101,105,0.6) 100%);
    z-index: 1;
    display: none;
}
.drm-hero-has-bg .drm-hero-overlay { display: block; }
.drm-hero-has-bg .drm-hero-content { color: #fff; }
.drm-hero-has-bg h1, 
.drm-hero-has-bg .drm-hero-subtitle, 
.drm-hero-has-bg .drm-hero-text, 
.drm-hero-has-bg span { color: #fff !important; }

.drm-hero-content {
    max-width: 700px;
    position: relative;
    z-index: 2;
}
.drm-badge {
    display: inline-block;
    background: rgba(78, 167, 171, 0.15);
    color: #4EA7AB;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}
.drm-hero-has-bg .drm-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(4px);
}
.drm-hero-title {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}
.drm-hero-subtitle {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.drm-hero-text {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* USPs Hero */
.drm-usps {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.drm-usp-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}
.drm-usp-item svg {
    width: 24px;
    height: 24px;
    color: #4EA7AB;
    margin-right: 12px;
    flex-shrink: 0;
}
.drm-hero-has-bg .drm-usp-item svg { color: #4EA7AB; background: #fff; border-radius: 50%; padding: 2px;}

/* Images */
.drm-image-fluid { max-width: 100%; height: auto; display: block; }
.drm-rounded-lg { border-radius: 12px; }
.drm-shadow-lg { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.drm-image-placeholder {
    background: #e2e8f0;
    border: 2px dashed #cbd5e1;
    height: 400px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    padding: 2rem;
    text-align: center;
}

/* Services / What we do */
.drm-service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.drm-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #4EA7AB;
}
.drm-service-icon {
    width: 64px;
    height: 64px;
    background: #f1f8f8;
    color: #4EA7AB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.drm-service-icon svg { width: 32px; height: 32px; }
.drm-service-card h3 { margin: 0; font-size: 1.1rem; }

/* Divider */
.drm-divider-center {
    width: 80px;
    height: 4px;
    background: #4EA7AB;
    margin: 1.5rem auto;
    border-radius: 2px;
}

/* Material Cards */
.drm-material-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    border-left: 6px solid #4EA7AB;
    transition: transform 0.3s ease;
}
.drm-material-card:hover {
    transform: translateY(-3px);
}
.drm-material-content {
    padding: 30px;
}
.drm-material-content h3 {
    margin-bottom: 0.5rem;
}
.drm-material-content p {
    margin-bottom: 0;
    color: #64748b;
}

/* Alert box */
.drm-alert-box {
    background-color: #f1f8f8;
    border: 1px solid #bce1e2;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #046569;
    font-weight: 500;
}
.drm-alert-box svg { color: #4EA7AB; flex-shrink: 0; }

/* Features / Why us */
.drm-feature-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: background 0.3s ease;
}
.drm-feature-box:hover {
    background: rgba(255, 255, 255, 0.15);
}
.drm-feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1.5rem;
    color: #fff;
}

/* FAQ */
.drm-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.drm-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4EA7AB;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.drm-faq-item h3 {
    margin-bottom: 0.75rem;
    color: #046569;
}
.drm-faq-item p { margin-bottom: 0; }

/* Final CTA */
.drm-cta-final {
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-top: 6px solid #4EA7AB;
}
.drm-cta-final h2 { margin-bottom: 1rem; }
.drm-cta-final p { font-size: 1.2rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .drm-hero-title { font-size: 3rem; }
    .drm-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .drm-hero { padding: 100px 20px 60px; min-height: auto; }
    .drm-hero-title { font-size: 2.25rem; }
    .drm-hero-subtitle { font-size: 1.15rem; }
    
    .drm-grid-2, .drm-grid-3, .drm-grid-4 { grid-template-columns: 1fr; gap: 24px; }
    
    .drm-section { padding: 60px 20px; }
    .drm-image-col { margin-top: 2rem; order: -1; }
    
    .drm-cta-final { padding: 40px 20px; }
}
