/* =========================================
   SOCIAL MEDIA MARKETING - HERO
========================================= */

.social-hero {
    background: #eef7fc;
    padding: 90px 7%;
}

.social-hero-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.social-hero-content {
    max-width: 580px;
}

.social-tag {
    display: inline-block;
    color: #15577d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.social-hero-content h1 {
    color: #15577d;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 22px;
}

.social-hero-content p {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 30px;
}

.social-hero-image {
    width: 100%;
}

.social-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.social-btn {
    display: inline-block;
    background: #15577d;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
}

.social-btn:hover {
    background: #0d405d;
    transform: translateY(-2px);
}


/* =========================================
   SOCIAL MEDIA MARKETING - FEATURES
========================================= */

.social-features {
    padding: 100px 7%;
    background: #f7fafc;
}

.social-section-heading {
    max-width: 780px;
    margin: 0 auto 65px;
    text-align: center;
}

.social-section-heading span {
    display: inline-block;
    color: #15577d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.social-section-heading h2 {
    color: #122b3a;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 16px;
}

.social-section-heading p {
    color: #687782;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.social-feature-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 55px;
    row-gap: 55px;
}

.social-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 8px 0;
    transition: transform .3s ease;
}

.social-feature-item:hover {
    transform: translateY(-4px);
}

.social-feature-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #15577d;
    font-size: 27px;
    border: 1px solid #e4edf2;
    box-shadow: 0 8px 25px rgba(21, 87, 125, .10);
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.social-feature-item:hover .social-feature-icon {
    background: #15577d;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(21, 87, 125, .18);
}

.social-feature-content {
    padding-top: 2px;
}

.social-feature-content h3 {
    color: #122b3a;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 10px;
}

.social-feature-content p {
    color: #687782;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}


/* =========================================
   BENEFITS SECTION
   SAME SHARED STYLE AS MOBILE APP
========================================= */

.service-benefits {
    padding: 90px 7%;
    background: #fff;
}

.service-benefits-container {
    max-width: 1140px;
    height: 560px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: center;
}

.service-benefits-visual {
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: #17105f;
}

.service-benefits-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.service-benefits-content {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 42px 42px;
    margin-right: -70px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .09);
}

.service-benefits-label {
    display: block;
    color: #15577d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.service-benefits-content h2 {
    color: #173d63;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 25px;
}

.service-benefit-list p {
    color: #596875;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 13px;
}

.service-benefit-list p:last-child {
    margin-bottom: 0;
}

.service-benefit-list strong {
    color: #15519a;
    font-weight: 700;
}


/* =========================================
   CONTACT SECTION
========================================= */

.social-contact {
    padding: 90px 7%;
    background: #15577d;
}

.social-contact-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 250px;
    align-items: center;
    gap: 60px;
}

.social-contact-content span {
    color: #bfe4f5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.social-contact-content h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
    margin: 12px 0 20px;
}

.social-contact-content p {
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px;
}

.social-contact .social-btn {
    margin-top: 15px;
    background: #fff;
    color: #15577d;
}

.social-contact .social-btn:hover {
    background: #eaf5fa;
}

.social-contact-icon {
    width: 190px;
    height: 190px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .45);
    color: #fff;
    font-size: 75px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .social-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        row-gap: 45px;
    }

    .service-benefits-container {
        height: auto;
        grid-template-columns: 1fr;
    }

    .service-benefits-content {
        margin-right: 40px;
        margin-bottom: -50px;
    }

    .service-benefits-visual {
        height: 400px;
    }
}


@media (max-width: 900px) {

    .social-hero {
        padding: 70px 5%;
    }

    .social-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-hero-content {
        max-width: 700px;
        margin: auto;
    }

    .social-hero-content h1 {
        font-size: 40px;
    }

    .social-contact-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-contact-icon {
        margin: 20px auto 0;
    }
}


@media (max-width: 650px) {

    .social-hero {
        padding: 55px 5%;
    }

    .social-hero-content h1 {
        font-size: 32px;
    }

    .social-hero-content p {
        font-size: 15px;
    }

    .social-features {
        padding: 70px 5%;
    }

    .social-section-heading {
        margin-bottom: 45px;
    }

    .social-section-heading h2 {
        font-size: 29px;
    }

    .social-section-heading p {
        font-size: 15px;
    }

    .social-feature-grid {
        grid-template-columns: 1fr;
        row-gap: 35px;
    }

    .social-feature-icon {
        flex: 0 0 62px;
        width: 62px;
        height: 62px;
        font-size: 23px;
    }

    .social-feature-content h3 {
        font-size: 18px;
    }

    .social-feature-content p {
        font-size: 14px;
    }

    .service-benefits {
        padding: 55px 5%;
    }

    .service-benefits-container {
        height: auto;
    }

    .service-benefits-content {
        padding: 32px 25px;
        margin-right: 15px;
        margin-bottom: -30px;
    }

    .service-benefits-content h2 {
        font-size: 29px;
    }

    .service-benefit-list p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-benefits-visual {
        height: 300px;
    }

    .social-contact {
        padding: 70px 5%;
    }

    .social-contact-content h2 {
        font-size: 30px;
    }

    .social-contact-icon {
        width: 150px;
        height: 150px;
        font-size: 55px;
    }
}