/*
 Theme Name:   Zellkraft Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Zellkraft Child Theme
 Author:       Antigravity
 Author URI:   https://google.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  zellkraft-child
*/

/* ============================================
   Scroll Behavior - Fix for Fixed Header
   ============================================ */
html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 100px !important;
}

/* Anchor targets - offset for fixed header */
[id] {
    scroll-margin-top: 100px !important;
}

/* ============================================
   Header Navigation - Montserrat Light
   ============================================ */
.elementor-nav-menu .elementor-item {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
    color: #2D2D2D !important;
}

.elementor-nav-menu--main .elementor-item {
    font-weight: 300 !important;
    color: #2D2D2D !important;
}

/* Fix hover color - prevent white on white */
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item:focus,
.elementor-nav-menu .elementor-item.highlighted,
.elementor-nav-menu .elementor-item:active {
    color: #D65A5A !important;
}

.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item:focus,
.elementor-nav-menu--main .elementor-item.highlighted {
    color: #D65A5A !important;
}

/* ============================================
   Hero Section - Mobile Layout
   ============================================ */
@media (max-width: 767px) {
    /* Container setup - remove background, stack vertically */
    .elementor-element-hero01,
    .elementor-element-hero01.e-con {
        background-image: none !important;
        background: #4A4A4A !important;
        min-height: auto !important;
        flex-direction: column !important;
        display: flex !important;
    }

    /* Mobile hero image - full width at top */
    .zk-mobile-hero-img {
        width: 100% !important;
        height: auto !important;
        max-height: 350px !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        flex-shrink: 0 !important;
    }

    /* Content container with gray background */
    .elementor-element-hero-content,
    .elementor-element-hero-content.e-con {
        width: 100% !important;
        min-height: auto !important;
        background-color: #4A4A4A !important;
        padding: 40px 24px 50px !important;
        text-align: center;
    }

    /* Center all text */
    .elementor-element-hero-content .elementor-heading-title,
    .elementor-element-hero-content .elementor-text-editor {
        text-align: center !important;
    }

    /* White text for visibility on gray */
    .elementor-element-hero-content h1,
    .elementor-element-hero-content h2,
    .elementor-element-hero-content p {
        color: #FFFFFF !important;
    }

    /* Title sizing for mobile */
    .elementor-element-hero-title1 .elementor-heading-title,
    .elementor-element-hero-title2 .elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }

    /* Description text styling */
    .elementor-element-hero-desc {
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }

    .elementor-element-hero-desc p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: rgba(255,255,255,0.9) !important;
    }

    /* Buttons container - styling handled by JavaScript for visibility */
    .elementor-element-hero-buttons {
        gap: 15px !important;
    }

    /* Primary CTA button (Termin buchen) - base styling */
    .elementor-element-hero-btn1 .elementor-button {
        padding: 15px 30px !important;
    }

    /* Secondary button (Mehr erfahren) - white outline style */
    .elementor-element-hero-btn2 .elementor-button {
        width: 100% !important;
        max-width: 280px !important;
        padding: 15px 30px !important;
        background: transparent !important;
        border: 2px solid #FFFFFF !important;
        color: #FFFFFF !important;
    }

    .elementor-element-hero-btn2 .elementor-button:hover {
        background: rgba(255,255,255,0.1) !important;
    }
}

/* ============================================
   Contact Form 7 Styling
   ============================================ */
.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

.zk-contact-form {
    width: 100%;
}

.zk-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.zk-form-row-full {
    flex-direction: column;
}

.zk-form-field {
    flex: 1;
}

.zk-form-field label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2D2D2D;
    margin-bottom: 8px;
}

.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 12px 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #FFFFFF;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #D65A5A;
    box-shadow: 0 0 0 3px rgba(214, 90, 90, 0.1);
}

.wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #D65A5A;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
}

.wpcf7-acceptance a {
    color: #D65A5A;
    text-decoration: none;
}

.wpcf7-acceptance a:hover {
    text-decoration: underline;
}

.zk-form-submit {
    margin-top: 30px;
    text-align: center;
}

.wpcf7-submit {
    display: inline-block;
    padding: 15px 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #D65A5A;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7-submit:hover {
    background-color: #c04848;
    transform: translateY(-2px);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Form validation messages */
.wpcf7-not-valid-tip {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #D65A5A;
    margin-top: 5px;
}

.wpcf7-response-output {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .zk-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .wpcf7-submit {
        width: 100%;
    }
}

/* ============================================
   Global Typography - Montserrat Font Family
   ============================================ */

/* Base font for entire site */
body,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-button,
.elementor-button span,
h1, h2, h3, h4, h5, h6,
p, span, a, li {
    font-family: "Montserrat", sans-serif !important;
}

/* Light weight (300) for body text and descriptions */
body,
p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-icon-list .elementor-icon-list-text {
    font-weight: 300 !important;
}

/* Medium weight (500) for buttons */
.elementor-button,
.elementor-button span {
    font-weight: 500 !important;
}

/* Semi-bold (600) for sub-headings */
h3, h4, h5, h6,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title {
    font-weight: 600 !important;
}

/* Bold (700) for main headings */
h1, h2,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
    font-weight: 700 !important;
}

/* ============================================
   About/Doctor Section - Clean Professional Style
   ============================================ */
.elementor-element-about02 .elementor-widget-image img {
    border-radius: 8px !important;
}

@media (max-width: 991px) {
    .elementor-element-about02,
    .elementor-element-about04 {
        width: 100% !important;
    }

    .elementor-element-about04 {
        padding-top: 20px !important;
        text-align: center !important;
    }
}

/* ============================================
   Studio Gallery - Proper Image Sizing
   ============================================ */
.elementor-element-studio04 {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 20px !important;
}

.elementor-element-stimg1 {
    width: 50% !important;
    flex: 0 0 calc(50% - 10px) !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

.elementor-element-stgrid {
    width: 50% !important;
    flex: 0 0 calc(50% - 10px) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    height: 400px !important;
}

.elementor-element-stimg2,
.elementor-element-stimg3,
.elementor-element-stimg4,
.elementor-element-stimg5 {
    width: calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px) !important;
    height: calc(50% - 10px) !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

.elementor-element-stimg1 img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}

.elementor-element-stimg2 img,
.elementor-element-stimg3 img,
.elementor-element-stimg4 img,
.elementor-element-stimg5 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 991px) {
    .elementor-element-studio04 {
        flex-direction: column !important;
    }

    .elementor-element-stimg1,
    .elementor-element-stgrid {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .elementor-element-stgrid {
        height: auto !important;
    }

    .elementor-element-stimg2,
    .elementor-element-stimg3,
    .elementor-element-stimg4,
    .elementor-element-stimg5 {
        height: 150px !important;
    }

    .elementor-element-stimg1 img {
        height: 250px !important;
    }

    .elementor-element-stimg2 img,
    .elementor-element-stimg3 img,
    .elementor-element-stimg4 img,
    .elementor-element-stimg5 img {
        height: 150px !important;
    }
}

/* ============================================
   Mobile Process/Steps Section - Sticky Image
   ============================================ */
@media (max-width: 991px) {
    html.zk-process-active,
    body.zk-process-active,
    .zk-process-active .elementor,
    .zk-process-active .elementor-inner,
    .zk-process-active .elementor-section-wrap,
    .zk-process-active [data-elementor-type="wp-page"],
    .zk-process-wrapper,
    .zk-process-wrapper * {
        overflow: visible !important;
    }

    .zk-process-wrapper {
        display: block !important;
        position: relative !important;
        min-height: auto !important;
    }

    .zk-process-left {
        width: 100% !important;
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        height: 40vh !important;
        min-height: 220px !important;
        max-height: 300px !important;
        z-index: 90 !important; /* Below header z-index */
        padding: 10px 15px !important;
        background: #2D2D2D !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Crop white border from chalkboard images */
    .zk-process-images {
        overflow: hidden !important;
        border-radius: 8px !important;
    }

    .zk-process-left img,
    .zk-process-img,
    .zk-process-images img {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: #2D2D2D !important;
        /* Scale up slightly and use object-fit to crop the white border */
        transform: scale(1.08) !important;
        object-fit: cover !important;
    }

    .zk-process-left.zk-hidden {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .zk-process-images {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        position: relative !important;
    }

    .zk-process-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
        display: block !important;
        border-radius: 8px !important;
    }

    .zk-process-img.active {
        opacity: 1 !important;
    }

    .zk-process-img:first-child {
        opacity: 1 !important;
    }

    .zk-process-right {
        width: 100% !important;
        padding: 0 24px 40px !important;
        position: relative !important;
        z-index: 2 !important;
        background: #2D2D2D !important;
        margin-top: calc(40vh + 20px) !important;
    }

    .zk-process-step {
        min-height: 60vh !important;
        padding: 40px 0 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: #2D2D2D !important;
    }

    .zk-process-step:first-child {
        padding-top: 20px !important;
    }

    .zk-step-number {
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }

    .zk-step-title {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    .zk-step-text {
        font-size: 15px !important;
        max-width: 100% !important;
        line-height: 1.7 !important;
    }

    .zk-step-highlight {
        padding: 3px 10px !important;
        font-size: 14px !important;
    }
}

/* ============================================
   Mobile Responsiveness
   ============================================ */
@media (max-width: 1024px) {
    html,
    body {
        overflow-x: hidden;
    }

    .elementor-section-wrap .elementor-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor-column {
        width: 100% !important;
        margin-bottom: 20px;
    }

    h1.elementor-heading-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    h2.elementor-heading-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    h3.elementor-heading-title {
        font-size: 22px !important;
    }

    .elementor-image img {
        max-width: 100% !important;
        height: auto !important;
    }

    .elementor-button {
        width: 100%;
        max-width: 300px;
    }

    /* Header Navigation */
    .elementor-location-header .elementor-section .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .elementor-location-header .elementor-column {
        width: auto !important;
        margin-bottom: 0 !important;
    }

    .elementor-widget-nav-menu,
    .elementor-location-header .elementor-section,
    .elementor-location-header .elementor-container,
    .elementor-location-header .elementor-column {
        overflow: visible !important;
    }

    .elementor-location-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999999 !important;
        background: #fff !important;
    }

    .elementor-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.8) !important;
        color: #000000 !important;
        border: 1px solid #ddd !important;
        padding: 10px !important;
        margin-top: 5px;
        z-index: 999999 !important;
        width: 45px !important;
        height: 45px !important;
        border-radius: 4px;
        position: relative !important;
        flex-direction: column;
    }

    .elementor-menu-toggle i,
    .elementor-menu-toggle svg {
        display: none !important;
    }

    .elementor-menu-toggle::before,
    .elementor-menu-toggle::after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background-color: #000;
        transition: all 0.3s ease;
        position: absolute;
    }

    .elementor-menu-toggle:not(.elementor-active)::before {
        top: 14px;
        box-shadow: 0 8px 0 #000, 0 16px 0 #000;
    }

    .elementor-menu-toggle:not(.elementor-active)::after {
        display: none;
    }

    .elementor-menu-toggle.elementor-active::before {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        box-shadow: none;
    }

    .elementor-menu-toggle.elementor-active::after {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        display: block;
    }

    /* Mobile dropdown menu - positioned below header */
    .elementor-nav-menu--dropdown {
        background-color: #ffffff !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        padding: 15px 0 !important;
        z-index: 99998 !important;
        position: fixed !important;
        width: 100% !important;
        left: 0 !important;
        top: 70px !important; /* Below header */
        max-height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
        border-top: 1px solid #eee !important;
        display: none;
        transition: opacity 0.3s ease;
    }

    .elementor-nav-menu--dropdown[style*="display: block"],
    .elementor-nav-menu--dropdown.custom-mobile-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .elementor-nav-menu--dropdown .elementor-item {
        color: #2D2D2D !important;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        padding: 15px 25px !important;
        text-align: center !important;
        border-bottom: 1px solid #f0f0f0 !important;
        display: block !important;
    }

    .elementor-nav-menu--dropdown .elementor-item:last-child {
        border-bottom: none !important;
    }

    .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-nav-menu--dropdown .elementor-item:focus,
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
        background-color: #f9f9f9 !important;
        color: #D65A5A !important;
    }
}

/* ============================================
   Footer Styling (HFE Footer)
   ============================================ */
/* Footer container */
.elementor-element-ft001 {
    margin-top: 0 !important;
}

/* Footer text styling */
.elementor-element-ft001 .elementor-text-editor p,
.elementor-element-ft001 .elementor-widget-text-editor p {
    color: #CCCCCC !important;
    margin-bottom: 0 !important;
}

/* Footer heading - red accent */
.elementor-element-ft003 .elementor-heading-title {
    color: #D65A5A !important;
    margin-bottom: 15px !important;
}

/* Footer heading - white */
.elementor-element-ft006 .elementor-heading-title {
    color: #FFFFFF !important;
    margin-bottom: 15px !important;
}

/* Socket/Copyright area */
.elementor-element-ft010 .elementor-text-editor p {
    color: #888888 !important;
    margin: 0 !important;
}

/* Footer links */
.elementor-element-ft013 a,
.elementor-element-ft014 a {
    color: #888888 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-element-ft013 a:hover,
.elementor-element-ft014 a:hover {
    color: #FFFFFF !important;
}

/* Mobile footer adjustments */
@media (max-width: 767px) {
    .elementor-element-ft001 {
        text-align: center;
    }

    .elementor-element-ft002,
    .elementor-element-ft005,
    .elementor-element-ft008 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .elementor-element-ft008 {
        align-items: center !important;
    }

    .elementor-element-ft010 {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }

    .elementor-element-ft012 {
        justify-content: center !important;
    }
}

/* ============================================
   Header CTA "Termin Buchen" - Style as Nav Item
   ============================================ */
.elementor-element-header-cta .elementor-button,
[data-id="header-cta"] .elementor-button,
.header-cta-btn .elementor-button,
.header-cta-btn.elementor-button {
    background-color: transparent !important;
    background: transparent !important;
    color: #2D2D2D !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.elementor-element-header-cta .elementor-button:hover,
.elementor-element-header-cta .elementor-button:focus,
[data-id="header-cta"] .elementor-button:hover,
[data-id="header-cta"] .elementor-button:focus,
.header-cta-btn .elementor-button:hover,
.header-cta-btn.elementor-button:hover {
    background-color: transparent !important;
    background: transparent !important;
    color: #D65A5A !important;
    transform: none !important;
    box-shadow: none !important;
}

.elementor-element-header-cta .elementor-button span,
[data-id="header-cta"] .elementor-button span,
.header-cta-btn .elementor-button span,
.header-cta-btn.elementor-button span {
    font-weight: 300 !important;
}

/* Hide header CTA button on mobile/tablet */
@media (max-width: 1024px) {
    /* Target header button - hide on mobile with multiple specific selectors */
    /* Include .elementor-57 which is the header template post ID */
    .elementor-57 .elementor-element.elementor-element-60c4466,
    .elementor-57 .elementor-widget-button,
    .elementor-location-header .elementor-widget-button,
    .elementor-location-header .elementor-element-60c4466,
    .elementor-location-header [data-id="60c4466"],
    body .elementor-element-60c4466,
    div.elementor-element-60c4466,
    .elementor-element-60c4466,
    [data-id="60c4466"],
    .elementor-element-header-cta,
    [data-id="header-cta"],
    .header-cta-btn,
    /* Additional ultra-specific selectors */
    .elementor-widget-button.elementor-element-60c4466,
    .elementor .elementor-element-60c4466,
    body.elementor-page .elementor-element-60c4466,
    #masthead .elementor-widget-button,
    header .elementor-widget-button,
    .site-header .elementor-widget-button,
    .hfe-header .elementor-widget-button,
    .ehf-header .elementor-widget-button {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        max-width: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        clip: rect(0,0,0,0) !important;
    }
}

/* ============================================
   Mobile Menu - Termin buchen CTA Item
   ============================================ */
/* Hide mobile-only menu item on desktop */
.mobile-only-menu-item {
    display: none !important;
}

/* Desktop nav - hide mobile CTA item */
.elementor-nav-menu--main .mobile-only-menu-item {
    display: none !important;
}

@media (max-width: 1024px) {
    /* Show in mobile dropdown */
    .elementor-nav-menu--dropdown .mobile-only-menu-item {
        display: block !important;
    }

    /* Style as CTA button in dropdown */
    .elementor-nav-menu--dropdown .menu-cta-item {
        padding: 10px 20px !important;
    }

    .elementor-nav-menu--dropdown .menu-cta-item a,
    .elementor-nav-menu--dropdown .menu-cta-item .elementor-item {
        background-color: #D65A5A !important;
        color: #FFFFFF !important;
        border-radius: 5px !important;
        padding: 12px 20px !important;
        text-align: center !important;
        display: block !important;
        border-bottom: none !important;
    }

    .elementor-nav-menu--dropdown .menu-cta-item a:hover,
    .elementor-nav-menu--dropdown .menu-cta-item .elementor-item:hover {
        background-color: #c94d4d !important;
        color: #FFFFFF !important;
    }
}

/* ============================================
   Legal Pages (Datenschutz, Impressum) - Elementor
   ============================================ */
/* Text editor h3 headings */
.elementor-element-ds005 h3,
.elementor-element-im005 h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #2D2D2D !important;
    margin-top: 40px !important;
    margin-bottom: 15px !important;
}

.elementor-element-ds005 h3:first-child,
.elementor-element-im005 h3:first-child {
    margin-top: 0 !important;
}

/* Lists */
.elementor-element-ds005 ul,
.elementor-element-im005 ul {
    margin: 15px 0 20px 25px !important;
    list-style-type: disc !important;
}

.elementor-element-ds005 li,
.elementor-element-im005 li {
    margin-bottom: 8px !important;
    color: #2D2D2D !important;
}

/* Paragraphs */
.elementor-element-ds005 p,
.elementor-element-im005 p {
    margin-bottom: 15px !important;
}

/* Strong text */
.elementor-element-ds005 strong,
.elementor-element-im005 strong {
    font-weight: 600 !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .elementor-element-ds005 h3,
    .elementor-element-im005 h3 {
        font-size: 18px !important;
        margin-top: 30px !important;
    }
}
