.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;

}

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

.cta-section-common {

    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;
}

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

.cta-section-common h1 {
    font-size: 2.5rem;
    color: var(--white-color-diff-color);
}

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

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

.cta-section-common-2 {

    background-image: url(../images/Smartmobility/common-2.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;
}

.cta-section-common-2 h1 {
    width: 80%;
    font-size: 30px;
    color: var(--dark-blue-color);
}

/* ///////////// */
.page-details {
    background-image: url(../images/Smartmobility/light-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    padding: 75px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.page-details p {
    font-size: 22px;
    color: var(--dark-blue-color);
    margin-bottom: 20px;

}

.flex-page-details {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.page-details .flex-page-details-right {
    width: 40%;

}

.page-details .flex-page-details-left {
    width: auto;

}

.page-details ul {
    margin-left: 15px;
}

.page-details ul li {
    font-size: 18px;
    margin-bottom: 35px;

}

.page-detail-extra {
    background: linear-gradient(to right, #AFB0B4, #F2F2F2, #EAE6DD);
    padding: 30px;
}

.page-detail-extra p {
    font-size: 18px;

}

@media (max-width: 1000px) {
    .flex-page-details {
        align-items: center;
        justify-content: center;
    }

    .page-details .flex-page-details-left,
    .page-details .flex-page-details-right {
        width: 100%;
        min-width: unset;

    }

    .page-details .flex-page-details-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-details .flex-page-details-right {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .flex-page-details-left img {
        width: auto;
        height: 350px;
    }

    .page-details {
        padding: 20px;
    }

    .cta-section-common-2,
    .cta-section-common {
        padding: 75px 20px;
    }
}

@media (max-width: 370px) {
    .flex-page-details-left img {
        width: 90%;

    }


}

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

.diff-back {
    background-image: url(../images/Smartmobility/back-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.section-attr {
    display: none;
}