/* BMB Despre Noi Page Styles */

/* Hero Section */
.bmb-about-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

.hero-images-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero-models {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.model-image {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.model-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.model-image:hover img {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(71, 44, 168, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text h1 {
    font-family: "Barlow", sans-serif !important;
    font-size: 4rem !important;
    font-weight: 300 !important;
    color: white !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    margin: 0 !important;
    text-align: center !important;
}

/* Features Section */
.bmb-features-section {
    padding: 80px 0 !important;
    background: white !important;
}

.bmb-features-section .elementor-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    padding: 0 20px !important;
}

.bmb-features-section .elementor-column {
    display: block !important;
}

.bmb-features-section .elementor-image-box-wrapper {
    text-align: center !important;
    padding: 30px 20px !important;
}

.bmb-features-section .elementor-image-box-img {
    margin-bottom: 25px !important;
}

.bmb-features-section .elementor-image-box-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    opacity: 0.8 !important;
    margin: 0 auto !important;
    display: block !important;
}

.bmb-features-section .elementor-image-box-title {
    font-family: "Barlow", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.bmb-features-section .elementor-image-box-description {
    font-family: "Barlow", sans-serif !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Content Section */
.bmb-about-content {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
}

.about-content-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 60px !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.content-image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.content-text h2 {
    font-family: "Barlow", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 300 !important;
    color: #333 !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
}

.content-text p {
    font-family: "Barlow", sans-serif !important;
    color: #666 !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
    font-size: 1.05rem !important;
}

.cta-button {
    margin-top: 30px !important;
}

.btn-primary {
    background: #472ca8 !important;
    color: white !important;
    padding: 15px 30px !important;
    text-decoration: none !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    transition: background 0.3s ease !important;
}

.btn-primary:hover {
    background: #3a2186 !important;
    color: white !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Force single row layout for benefits */
    .elementor-container.elementor-column-gap-no {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    .elementor-column.elementor-col-33 {
        flex: 1 !important;
        width: 33.333% !important;
        max-width: 33.333% !important;
        margin: 0 !important;
    }
}
    .hero-text h1 {
        font-size: 2.5rem !important;
    }

    .bmb-features-section .elementor-container {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
        display: grid !important;
    }

    .bmb-features-section .elementor-column {
        display: block !important;
        width: auto !important;
        flex: 1 !important;
    }

    .bmb-features-section .elementor-col-33 {
        width: auto !important;
        flex: 1 !important;
    }

    .bmb-features-section .elementor-image-box-img img {
        width: 50px !important;
        height: 50px !important;
    }

    .bmb-features-section .elementor-image-box-title {
        font-size: 0.9rem !important;
        margin-bottom: 8px !important;
    }

    .bmb-features-section .elementor-image-box-description {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }

    .bmb-features-section .elementor-image-box-wrapper {
        padding: 20px 10px !important;
    }

    .about-content-wrapper {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .content-text h2 {
        font-size: 1.8rem !important;
    }

    .bmb-features-section {
        padding: 60px 0 !important;
    }

    .bmb-about-content {
        padding: 60px 0 !important;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem !important;
    }

    .content-text h2 {
        font-size: 1.5rem !important;
    }
}