/* =========================================================
   SERVICE 2
   PAPIER FILM D'EMBALLAGE INDUSTRIEL
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.service2-hero {

    min-height: 520px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 80px 25px;

    background:
        linear-gradient(
            rgba(11, 45, 107, 0.80),
            rgba(11, 45, 107, 0.80)
        ),
        url("../images/film-emballage-bg.jpg")
        center center / cover no-repeat;
}


.service2-hero-content {

    max-width: 850px;

    margin: auto;

}


.service2-label {

    display: inline-block;

    margin-bottom: 18px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 3px;

}


.service2-hero h1 {

    margin-bottom: 22px;

    color: #ffffff;

    font-size: 58px;

    line-height: 1.15;

    font-weight: 700;

}


.service2-hero p {

    max-width: 750px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,0.92);

    font-size: 18px;

    line-height: 1.8;

}


.service2-hero-button {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 14px 28px;

    background: #2F6FC5;

    color: #ffffff;

    border-radius: 7px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: all 0.3s ease;

}


.service2-hero-button:hover {

    background: #ffffff;

    color: #0B2D6B;

    transform: translateY(-3px);

}



/* =========================================================
   CONTAINER
   ========================================================= */

.service2-container {

    width: 100%;

    max-width: 1200px;

    margin: auto;

}



/* =========================================================
   LABEL
   ========================================================= */

.service2-section-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #2F6FC5;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

}



/* =========================================================
   INTRO
   ========================================================= */

.service2-intro {

    padding: 100px 30px;

    background: #ffffff;

}


.service2-intro-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 65px;

    align-items: center;

}


.service2-intro-content h2 {

    margin-bottom: 22px;

    color: #0B2D6B;

    font-size: 40px;

    line-height: 1.25;

    font-weight: 700;

}


.service2-intro-content p {

    margin-bottom: 18px;

    color: #707070;

    font-size: 16px;

    line-height: 1.9;

}


.service2-button {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 15px;

    padding: 13px 24px;

    background: #0B2D6B;

    color: #ffffff;

    border-radius: 7px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: all 0.3s ease;

}


.service2-button:hover {

    background: #2F6FC5;

    color: #ffffff;

    transform: translateY(-2px);

}


.service2-intro-image img {

    width: 100%;

    height: 470px;

    object-fit: cover;

    display: block;

    border-radius: 14px;

    box-shadow:
        0 20px 50px rgba(11,45,107,0.15);

}



/* =========================================================
   HEADING
   ========================================================= */

.service2-heading {

    max-width: 750px;

    margin: 0 auto 55px;

    text-align: center;

}


.service2-heading > span {

    color: #2F6FC5;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

}


.service2-heading h2 {

    margin: 12px 0 15px;

    color: #0B2D6B;

    font-size: 38px;

    line-height: 1.3;

}


.service2-heading p {

    margin: 0;

    color: #777;

    font-size: 16px;

    line-height: 1.8;

}



/* =========================================================
   FEATURES
   ========================================================= */

.service2-features {

    padding: 100px 30px;

    background: #f5f8fc;

}


.service2-feature-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


.service2-feature-card {

    padding: 35px 25px;

    background: #ffffff;

    border-radius: 12px;

    text-align: center;

    border: 1px solid #e5ebf3;

    transition: all 0.3s ease;

}


.service2-feature-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(11,45,107,0.10);

}


.service2-feature-icon {

    width: 68px;

    height: 68px;

    margin: 0 auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #0B2D6B;

    color: #ffffff;

    font-size: 24px;

}


.service2-feature-card h3 {

    margin-bottom: 12px;

    color: #0B2D6B;

    font-size: 20px;

}


.service2-feature-card p {

    margin: 0;

    color: #777;

    font-size: 14px;

    line-height: 1.8;

}



/* =========================================================
   SHOWCASE
   ========================================================= */

.service2-showcase {

    padding: 100px 30px;

    background: #ffffff;

}


.service2-showcase-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}


.service2-showcase-image img {

    width: 100%;

    height: 470px;

    object-fit: cover;

    display: block;

    border-radius: 14px;

}


.service2-showcase-content h2 {

    margin-bottom: 20px;

    color: #0B2D6B;

    font-size: 38px;

    line-height: 1.3;

}


.service2-showcase-content p {

    color: #707070;

    font-size: 16px;

    line-height: 1.9;

}


.service2-showcase-content ul {

    margin: 25px 0 0;

    padding: 0;

    list-style: none;

}


.service2-showcase-content li {

    margin-bottom: 15px;

    color: #555;

    font-size: 15px;

}


.service2-showcase-content li i {

    margin-right: 10px;

    color: #2F6FC5;

}



/* =========================================================
   VIDEO
   ========================================================= */

.service2-video-section {

    padding: 100px 30px;

    background: #f5f8fc;

}


.service2-video-wrapper {

    max-width: 950px;

    margin: auto;

    padding: 12px;

    background: #ffffff;

    border-radius: 15px;

    box-shadow:
        0 20px 50px rgba(11,45,107,0.12);

}


.service2-video-wrapper video {

    width: 100%;

    display: block;

    border-radius: 10px;

    background: #000000;

}



/* =========================================================
   GALLERY
   ========================================================= */

.service2-gallery {

    padding: 100px 30px;

    background: #ffffff;

}


.service2-gallery-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}


.service2-gallery-item {

    overflow: hidden;

    border-radius: 12px;

    background: #f5f8fc;

}


.service2-gallery-item img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    display: block;

    transition: transform 0.5s ease;

}


.service2-gallery-item:hover img {

    transform: scale(1.06);

}



/* =========================================================
   BENEFITS
   ========================================================= */

.service2-benefits {

    padding: 100px 30px;

    background: #0B2D6B;

}


.service2-benefits-grid {

    display: grid;

    grid-template-columns:
        1.3fr 1fr 1fr;

    gap: 35px;

    align-items: center;

}


.service2-benefits-title span {

    color: #8eb8ed;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

}


.service2-benefits-title h2 {

    margin-top: 12px;

    color: #ffffff;

    font-size: 35px;

    line-height: 1.3;

}


.service2-benefit {

    display: flex;

    gap: 18px;

    padding: 25px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 10px;

}


.service2-benefit > i {

    flex-shrink: 0;

    font-size: 28px;

    color: #ffffff;

}


.service2-benefit h3 {

    margin-bottom: 8px;

    color: #ffffff;

    font-size: 18px;

}


.service2-benefit p {

    margin: 0;

    color: rgba(255,255,255,0.75);

    font-size: 13px;

    line-height: 1.7;

}



/* =========================================================
   CTA
   ========================================================= */

.service2-cta {

    padding: 90px 30px;

    background: #ffffff;

}


.service2-cta-content {

    max-width: 1000px;

    margin: auto;

    padding: 60px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #0B2D6B,
            #2F6FC5
        );

    border-radius: 15px;

    box-shadow:
        0 20px 50px rgba(11,45,107,0.18);

}


.service2-cta-content span {

    color: rgba(255,255,255,0.75);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

}


.service2-cta-content h2 {

    margin: 10px 0 15px;

    color: #ffffff;

    font-size: 35px;

}


.service2-cta-content p {

    max-width: 650px;

    margin: 0 auto 25px;

    color: rgba(255,255,255,0.85);

    line-height: 1.8;

}


.service2-cta-content a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 25px;

    background: #ffffff;

    color: #0B2D6B;

    border-radius: 7px;

    text-decoration: none;

    font-weight: 700;

    transition: 0.3s ease;

}


.service2-cta-content a:hover {

    background: #eaf2fc;

    transform: translateY(-2px);

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .service2-hero h1 {

        font-size: 46px;

    }


    .service2-feature-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .service2-benefits-grid {

        grid-template-columns:
            1fr 1fr;

    }


    .service2-benefits-title {

        grid-column: 1 / -1;

    }

}


@media (max-width: 767px) {

    .service2-hero {

        min-height: 450px;

        padding: 60px 20px;

    }


    .service2-hero h1 {

        font-size: 34px;

    }


    .service2-hero p {

        font-size: 15px;

    }


    .service2-intro {

        padding: 65px 20px;

    }


    .service2-intro-grid {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .service2-intro-content h2 {

        font-size: 30px;

    }


    .service2-intro-image img {

        height: 300px;

    }


    .service2-features {

        padding: 65px 20px;

    }


    .service2-heading h2 {

        font-size: 29px;

    }


    .service2-feature-grid {

        grid-template-columns: 1fr;

    }


    .service2-showcase {

        padding: 65px 20px;

    }


    .service2-showcase-grid {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .service2-showcase-image img {

        height: 300px;

    }


    .service2-showcase-content h2 {

        font-size: 29px;

    }


    .service2-video-section {

        padding: 65px 20px;

    }


    .service2-gallery {

        padding: 65px 20px;

    }


    .service2-gallery-grid {

        grid-template-columns: 1fr;

    }


    .service2-gallery-item img {

        height: 260px;

    }


    .service2-benefits {

        padding: 65px 20px;

    }


    .service2-benefits-grid {

        grid-template-columns: 1fr;

    }


    .service2-benefits-title {

        grid-column: auto;

    }


    .service2-benefits-title h2 {

        font-size: 29px;

    }


    .service2-cta {

        padding: 65px 20px;

    }


    .service2-cta-content {

        padding: 40px 25px;

    }


    .service2-cta-content h2 {

        font-size: 28px;

    }

}
/* =========================================================
   LANGUAGE SELECTOR
   ========================================================= */

.language-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 25px;
    flex-shrink: 0;
}

.language-selector button {
    border: 1px solid #0B2D6B;
    background: #ffffff;
    color: #0B2D6B;

    padding: 5px 8px;

    border-radius: 4px;

    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.language-selector button:hover {
    background: #0B2D6B;
    color: #ffffff;
}

.language-selector button:focus {
    outline: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

    .language-selector {
        margin-left: 0;
        margin-top: 15px;
        justify-content: center;
        width: 100%;
    }

    .language-selector button {
        padding: 6px 10px;
        font-size: 11px;
    }

}


/* =========================================================
   ARABIC / RTL
   ========================================================= */

html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body {
    text-align: right;
}

html[dir="rtl"] .language-selector {
    margin-left: 0;
    margin-right: 25px;
}