/* =========================================
   MOBILE APP DEVELOPMENT PAGE
========================================= */


/* =========================================
   HERO
========================================= */

.mobile-hero {
    background: #eef7fc;
    padding: 90px 7%;
}

.mobile-hero-container {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    gap: 60px;
}

.mobile-hero-content {
    max-width: 580px;
}

.mobile-tag {
    display: inline-block;

    color: #15577d;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;
}

.mobile-hero-content h1 {
    color: #15577d;

    font-size: 48px;
    line-height: 1.15;

    margin: 0 0 22px;
}

.mobile-hero-content p {
    color: #555;

    font-size: 17px;
    line-height: 1.8;

    margin: 0 0 30px;
}

.mobile-hero-image {
    width: 100%;
}

.mobile-hero-image img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;
}

.mobile-btn {
    display: inline-block;

    background: #15577d;
    color: #fff;

    padding: 14px 30px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition: all .3s ease;
}

.mobile-btn:hover {
    background: #0d405d;

    transform: translateY(-2px);
}


/* =========================================
   COMMON SECTION HEADING
========================================= */

.mobile-section-heading {
    max-width: 780px;

    margin: 0 auto 65px;

    text-align: center;
}

.mobile-section-heading span {
    display: inline-block;

    color: #15577d;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 12px;
}

.mobile-section-heading h2 {
    color: #122b3a;

    font-size: 38px;
    line-height: 1.25;

    font-weight: 700;

    margin: 0 0 16px;
}

.mobile-section-heading p {
    color: #687782;

    font-size: 16px;
    line-height: 1.8;

    margin: 0;
}


/* =========================================
   FEATURES
========================================= */

.mobile-features {
    padding: 100px 7%;

    background: #f7fafc;
}

.mobile-feature-grid {
    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 55px;
    row-gap: 55px;
}


/* =========================================
   FEATURE ITEM
========================================= */

.mobile-feature-item {
    display: flex;

    align-items: flex-start;

    gap: 22px;

    padding: 8px 0;

    transition: transform .3s ease;
}

.mobile-feature-item:hover {
    transform: translateY(-4px);
}


/* =========================================
   FEATURE ICON
========================================= */

.mobile-feature-icon {
    flex: 0 0 72px;

    width: 72px;
    height: 72px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    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;
}

.mobile-feature-item:hover .mobile-feature-icon {
    background: #15577d;

    color: #ffffff;

    transform: scale(1.06);

    box-shadow:
        0 12px 28px rgba(21, 87, 125, .18);
}


/* =========================================
   FEATURE CONTENT
========================================= */

.mobile-feature-content {
    padding-top: 2px;
}

.mobile-feature-content h3 {
    color: #122b3a;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 10px;
}

.mobile-feature-content p {
    color: #687782;

    font-size: 14px;

    line-height: 1.75;

    margin: 0;
}


/* =========================================
   SERVICES BENEFITS
========================================= */

.service-benefits {
    padding: 90px 7%;

    background: #ffffff;
}

.service-benefits-container {
    max-width: 1140px;

    min-height: 560px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    position: relative;
}


/* =========================================
   BENEFITS IMAGE
========================================= */

.service-benefits-visual {
    min-height: 560px;

    overflow: hidden;

    background: #17105f;
}

.service-benefits-visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================
   BENEFITS WHITE CARD
========================================= */

.service-benefits-content {
    background: #ffffff;

    position: relative;

    z-index: 2;

    align-self: center;

    padding: 55px 45px;

    margin-right: -60px;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .08);
}


/* =========================================
   BENEFITS LABEL
========================================= */

.service-benefits-label {
    display: block;

    color: #15577d;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 12px;
}


/* =========================================
   BENEFITS HEADING
========================================= */

.service-benefits-content h2 {
    color: #173d63;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 700;

    margin: 0 0 32px;
}


/* =========================================
   BENEFIT TEXT
========================================= */

.service-benefit-list p {
    color: #596875;

    font-size: 15px;

    line-height: 1.6;

    margin: 0 0 17px;
}

.service-benefit-list p:last-child {
    margin-bottom: 0;
}

.service-benefit-list strong {
    color: #15519a;

    font-weight: 700;
}


/* =========================================
   CONTACT
========================================= */

.mobile-contact {
    padding: 90px 7%;

    background: #15577d;
}

.mobile-contact-container {
    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr 250px;

    align-items: center;

    gap: 60px;
}

.mobile-contact-content span {
    color: #bfe4f5;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.mobile-contact-content h2 {
    color: #ffffff;

    font-size: 38px;

    line-height: 1.25;

    margin: 12px 0 20px;
}

.mobile-contact-content p {
    color: rgba(255, 255, 255, .9);

    font-size: 16px;

    line-height: 1.8;

    margin: 0 0 15px;
}

.mobile-contact .mobile-btn {
    margin-top: 15px;

    background: #ffffff;

    color: #15577d;
}

.mobile-contact .mobile-btn:hover {
    background: #eaf5fa;
}

.mobile-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: #ffffff;

    font-size: 75px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .mobile-feature-grid {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 40px;

        row-gap: 45px;
    }


    .service-benefits-container {
        grid-template-columns: 1fr;
    }

    .service-benefits-content {
        margin-right: 40px;

        margin-bottom: -50px;
    }

    .service-benefits-visual {
        min-height: 400px;
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 900px) {

    .mobile-hero {
        padding: 70px 5%;
    }

    .mobile-hero-container {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .mobile-hero-content {
        max-width: 100%;

        text-align: center;

        margin: auto;
    }

    .mobile-hero-content h1 {
        font-size: 40px;
    }

    .mobile-contact-container {
        grid-template-columns: 1fr;

        text-align: center;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .mobile-hero {
        padding: 55px 5%;
    }

    .mobile-hero-content h1 {
        font-size: 32px;
    }

    .mobile-hero-content p {
        font-size: 15px;
    }


    .mobile-features {
        padding: 70px 5%;
    }

    .mobile-section-heading {
        margin-bottom: 45px;
    }

    .mobile-section-heading h2 {
        font-size: 29px;
    }

    .mobile-section-heading p {
        font-size: 15px;
    }


    .mobile-feature-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .mobile-feature-icon {
        flex-basis: 62px;

        width: 62px;
        height: 62px;

        font-size: 23px;
    }

    .mobile-feature-content h3 {
        font-size: 18px;
    }

    .mobile-feature-content p {
        font-size: 14px;
    }


    /* Benefits */

    .service-benefits {
        padding: 55px 5%;
    }

    .service-benefits-content {
        padding: 35px 25px;

        margin-right: 15px;

        margin-bottom: -30px;
    }

    .service-benefits-content h2 {
        font-size: 29px;
    }

    .service-benefit-list p {
        font-size: 14px;

        line-height: 1.65;
    }

    .service-benefits-visual {
        min-height: 300px;
    }


    /* Contact */

    .mobile-contact {
        padding: 70px 5%;
    }

    .mobile-contact-content h2 {
        font-size: 30px;
    }

    .mobile-contact-icon {
        width: 150px;
        height: 150px;

        font-size: 55px;
    }

}