.hero {
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    color: var(--cream-color);
    padding-top: 8rem;
    padding-block: 1rem;
    position: relative;
    padding: 140px 0px;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/Smartmobility/hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;

}

.smartmobility-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;

    padding: 0px 100px;
    gap: 50px 0px;
}

.smartmobility-insight {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;

}

.smartmobility-insight h1 {
    color: var(--dark-blue-color);
    font-size: 30px;
    margin-bottom: 15px;
}

.smartmobility-insight p {

    font-size: 18px;
    margin-bottom: 15px;


}

.smartmobility-insight .flex-left,
.smartmobility-insight .flex-right {
    width: 45%;
    min-width: 500px;
}

.smartmobility-insight ul {
    margin-left: 15px;
}

.smartmobility-insight ul li {
    font-size: 18px;
    margin-bottom: 35px;

}


/* //////////////////////// */

.free-evalution {
    width: 100%;
    background-color: var(--cream-color);
    padding: 35px;
}

.free-evalution hr {
    background-color: var(--dark-blue-color);
    border: none;
    height: 2px;
    margin: 15px 0px;
}

.free-evalution h1 {
    color: var(--dark-blue-color);
    font-size: 30px;

}

.free-evalution p {

    font-size: 18px;
    margin-bottom: 15px;


}

.free-evalution-flex {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;

}

.free-evalution-flex .free-evalution-left,
.free-evalution-flex .free-evalution-right {
    width: 45%;
    min-width: 450px;
}

@media (max-width: 1000px) {

    .free-evalution-flex .free-evalution-left,
    .free-evalution-flex .free-evalution-right {
        width: 100%;
        min-width: unset;

    }

}

/* //////////////////////// */
.premium-care {
    width: 100%;
}

.premium-care-left {
    background-color: var(--light-grey-color);
    padding: 35px;
}

.premium-care h1 {
    color: var(--dark-blue-color);
    font-size: 30px;

}

.premium-care p {

    font-size: 18px;
    margin-bottom: 15px;


}

.premium-care-flex {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.premium-care hr {
    background-color: var(--dark-blue-color);
    border: none;
    height: 2px;
    margin: 15px 0px;
}

.premium-care ul {
    margin-left: 15px;
}

.premium-care ul li {
    font-size: 18px;
    margin-bottom: 15px;

}

.premium-care-flex .premium-care-left,
.premium-care-flex .premium-care-right {
    width: 49%;
    min-width: 450px;
}

.heading-h1 {
    margin-bottom: 15px;
    background-color: var(--dark-blue-color) !important;
}

.heading-h1 h1 {
    color: var(--light-grey-color) !important;
    padding: 5px;
    font-size: 25px;
}

@media (max-width: 1000px) {

    .premium-care-flex .premium-care-left,
    .premium-care-flex .premium-care-right {
        width: 100%;
        min-width: unset;

    }

}

/* //////////////////////// */
.data-Recovery {
    width: 100%;
}

.data-Recovery-left {
    background-color: var(--cream-color);
    padding: 35px;
}

.data-Recovery-right {

    background-color: var(--light-grey-color);
    padding: 35px;
}

.data-Recovery h1 {
    color: var(--dark-blue-color);
    font-size: 30px;

}

.data-Recovery p {

    font-size: 18px;
    margin-bottom: 15px;
    color: var(--dark-blue-color);

}

.data-Recovery-flex {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;

}

.data-Recovery hr {
    background-color: var(--dark-blue-color);
    border: none;
    height: 2px;
    margin: 15px 0px;
}

.data-Recovery ul {
    margin-left: 15px;
}

.data-Recovery ul li {
    font-size: 18px;
    margin-bottom: 15px;

}

.data-Recovery-flex .data-Recovery-left,
.data-Recovery-flex .data-Recovery-right {
    width: 49%;
    min-width: 450px;
}


@media (max-width: 1000px) {

    .data-Recovery-flex .data-Recovery-left,
    .data-Recovery-flex .data-Recovery-right {
        width: 100%;
        min-width: unset;

    }

}

.heading-Comprehensive {
    text-align: left;
}

.heading-Comprehensive h1 {
    color: var(--dark-blue-color);
    font-size: 30px;
    margin-bottom: 0px;
}

.heading-Comprehensive p {

    font-size: 18px;


}

/* //////////////////////// */
.mobile-service-container {

    background-image: url(../images/Smartmobility/mobile-service.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    padding: 75px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.mobile-service-container hr {
    background-color: var(--white-color-diff-color);
    border: none;
    height: 2px;
    width: 40%;
}

.mobile-service-container h1 {
    font-size: 2.5rem;
    color: var(--white-color-diff-color);
}


/* //////////////////////// */
.phone-repair-container {

    background-image: url(../images/Smartmobility/phone-repair.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    padding: 75px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}


.phone-repair-container h1 {
    font-size: 2.5rem;
    color: var(--white-color-diff-color);
}

.phone-repair-container p {
    font-size: 1.2rem;
    margin: 15px 0px;
    color: var(--white-color-diff-color);
}

/* //////////////////////// */
.community-quality {

    background-image: url(../images/Smartmobility/community-quality.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    padding: 75px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.community-quality hr {
    background-color: var(--white-color-diff-color);
    border: none;
    height: 2px;
    width: 30%;
}

.community-quality h1 {
    font-size: 2.5rem;
    color: var(--white-color-diff-color);
}

.community-quality p {
    font-size: 1.2rem;
    margin: 15px 0px;
    color: var(--white-color-diff-color);
}


@media (max-width: 400px) {
    .hero {
        height: auto;
        padding: 80px 0px;
        padding-bottom: 170px;
    }
}

@media (max-width: 1215px) {

    .smartmobility-insight .flex-left,
    .smartmobility-insight .flex-right {
        width: 100%;
        min-width: unset;

    }

}

@media (max-width: 880px) {

    .smartmobility-container {
        padding: 0px 30px;
        margin-top: 50px;
    }

}

@media (max-width: 500px) {

    .free-evalution,
    .premium-care-left,
    .data-Recovery-left,
    .data-Recovery-right {
        padding: 35px 15px;
    }

    .mobile-service-container,
    .phone-repair-container,
    .community-quality {
        padding: 75px 40px;
    }
}

@media (max-width: 350px) {


    .smartmobility-container {
        padding: 0px 15px;
        margin-top: 50px;
    }

    .mobile-service-container,
    .phone-repair-container,
    .community-quality {
        padding: 75px 20px;
    }


}

.section-attr {
    display: none;
}