.elementor-1968 .elementor-element.elementor-element-752ab07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1968 .elementor-element.elementor-element-fbfc499{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1968 .elementor-element.elementor-element-f48f53b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1968 .container{max-width:1360px;}body.elementor-page-1968 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1360px;}body.elementor-page-1968 .e-con {--container-max-width:1360px;}@media(max-width:767px){.elementor-1968 .elementor-element.elementor-element-fbfc499{--width:1600px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1968 .elementor-element.elementor-element-fbfc499{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-2a47ac6 *//* General section styling */
.about-us {
    position: relative;
    background: url('https://dcifimls.com.twdesignmarine.com/wp-content/uploads/2026/01/shutterstock_1461697349.webp') no-repeat center center;
    background-attachment: fixed; /* Parallax effect */
    background-size: cover;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

/* Desenfoque solo en el fondo */
.about-us::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Black overlay with almost full opacity */
    z-index: 1;
    filter: blur(0px); /* Apply blur effect only on the background image */
    pointer-events: none; /* Ensure the overlay doesn't interfere with content */
}

/* Container for content */
.container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2; /* Ensure content is above the image */
}

/* Content styling */
.about-us-content {
    text-align: left;
    padding: 20px;
    z-index: 2;
}

/* Main title styling */
.about-us-content h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

/* Product categories styling */
.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category {
    background-color: #2c2f3f;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 30%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.category img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.category h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.category p {
    font-size: 16px;
    color: #bbb;
    line-height: 1.6;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fb8bae *//* General section styling */
.window-film-section {
    position: relative;
    background: url('https://dcifimls.com.twdesignmarine.com/wp-content/uploads/2026/01/Headlight-Tints-2-scaled-1.webp') no-repeat center center;
    background-attachment: fixed; /* Parallax effect */
    background-size: cover;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

/* Overlay effect (without blur) */
.window-film-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9); /* Black overlay with almost full opacity */
    z-index: 1;
}

/* Container for content */
.container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2; /* Ensure content is above the image */
}

/* Content styling */
.content {
    text-align: left;
    padding: 20px;
    z-index: 2;
}

/* Main title styling */
.content h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

/* Card Layout */
.card {
    display: flex;
    justify-content: space-between;
    background-color: #2c2f3f;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Left section of the card (text) */
.card-left {
    width: 60%;
}

/* Right section of the card (image and badge) */
.card-right {
    width: 35%;
    position: relative;
}

/* Image inside the card */
.card-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Badge inside the card */
.card-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
}

/* Heading inside the card */
.card h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

/* Paragraph text inside the card */
.card-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #bbb;
}

/* Adjust the font size for the badge */
.card-badge {
    font-size: 14px;
}

/* Media Queries for Mobile Devices */
@media (max-width: 768px) {
    /* Adjust the container to use full width on smaller screens */
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* Title font size adjustment */
    .content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Stack cards vertically on smaller screens */
    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
    }

    .card-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .card-right {
        width: 100%;
        margin-bottom: 15px;
    }

    /* Image adjustment inside the cards */
    .card-img {
        width: 80%;
        margin: 0 auto;
    }

    /* Adjust card text size for better readability on mobile */
    .card-left p {
        font-size: 14px;
    }

    /* Smaller badge font size */
    .card-badge {
        font-size: 12px;
        padding: 4px 10px;
    }
}

/* For extra small devices (mobile landscape, small tablets) */
@media (max-width: 480px) {
    /* Title font size for smaller screens */
    .content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* Adjust card layout for even smaller screens */
    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .card-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .card-right {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Adjust image size inside cards */
    .card-img {
        width: 90%;
        margin: 0 auto;
    }

    /* Adjust text size for mobile devices */
    .card-left p {
        font-size: 13px;
    }

    /* Adjust badge for mobile */
    .card-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
}/* End custom CSS */