@import '/styles/global.css';
@import '/styles/HeaderManager.css';
@import '/styles/FooterManager.css';



/*----  Hands-Free PAGE HERO  ----*/
.hero__shape {
    width: 100%;
    min-height: 700px;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    background-image: url("/assets/images-new/Hero_Yellow_Bottom_Left.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background: radial-gradient( circle at 20% 80%, #60BB46, #87c041 );
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;   /* vertical center */
    justify-content: center; /* horizontal center */
}
.hero__shape--text {
    max-width: 1050px;
    text-align: center;
    padding-inline: 150px;
}
#hero-title {
    padding-bottom: 20px;
    padding-top: 0px;
    line-height: 1.4;
}

.hero__shape--text h1,
.hero__shape--text p {
    width: 100%;
    color: var(--text-color-white);
    margin-left: 0;
    text-transform: none; 
}
.hero__shape--text p {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 0px;
}




/*------------------*/
/*  The Breakthrough Fare Collection Has Been Waiting For  */
.fare_collection {
    width: 100%;
}
.fare_collection__container {
    max-width: 1500px;
    padding: 150px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.fare_collection__text {
    width: 55%;
    margin-left: 0;
}
.fare_collection__text h2 {
    line-height: 1.4;
}

.fare_collection--video {
    width: 45%;
}

.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;              /* IMPORTANT */
    overflow: hidden;
    border-radius: 12px; /* optional */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc__list-section {
    display: block;
    padding-top: 10px;
}
.fc-list {
    display: flex;
    margin-top: 20px;
    margin-left: 0;
}
.fc-list img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
.fc-list h5 {
    color: var(--color-text);
    font-weight: 700;
    margin-left: 0;
    text-transform: none;
}




/*------------------*/
/*  Hands-Free Fares. Zero Leakage. Maxumum Revenue.   */
.max-rev-shape {
    width: 100%;
    background-color: #EEF7E6;
    height:700px;
    z-index: 0;
}
.max-rev {
    max-width: 1500px;
    padding: 100px 120px 280px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.max-rev--text {
    width: 50%;
}
.max-rev--text h2 {
    line-height: 1.4;
}
.max-rev--text h2,
.max-rev--text p {
    padding-right: 20px;
}
.max-rev--img {
    width: 50%;
}
.max-rev--img img {
    width: 75%;
}

.max-rev--desktop-img {
    display: none;
}



/*------------------*/
/*  No GPS. No Internet. No Cellular.   */
.it-adapts-shape {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -170px;
    background-image: url("/assets/images-new/Green_Background.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.it-adapts {
    max-width: 1500px;
    padding: 300px 120px;
}
.it-adapts__text {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.it-adapts__text h2 {
    line-height: 1.4;
}
.it-adapts__text h2 {
    padding-right: 20px;
    color: var(--text-color-white);
    text-transform: none;    
}
.it-adapts__text ul {
    padding-top: 10px;
    margin-bottom: 30px;
}
.it-adapts__text ul li {
    color: var(--text-color-white);

}

ul.adapts-white-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.adapts-white-checks li {
    display: block;         /* let icon + text stay together */
    align-items: center;          /* vertical centering */
    gap: 20px;                    /* <-- this is your 20px spacing */
    margin-bottom: 10px;
    color: var(--text-color-white);
  }
  ul.adapts-white-checks li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background-image: url("/assets/icons/White_Check_Mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

/*------------------*/
/*----  Works Fully Offline  ----*/
/* .offline__shape {
    position: relative;
    background-color: #EEF7E6;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
} */
/* .offline--split {
    max-width: 1500px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 120px 80px 120px;
}
.offline--text-l {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.offline--text-l h2,
.offline--text-l p {
    padding-right: 20px;
    width: 100%;
    margin-left: 0;
}
.offline--text-l h2 {
    padding-top: 0px;
    line-height: 1.4;
    margin-left: 0;
}
.offline--text-l p {
    font-size: 1rem;
    padding-top: 0px;
    padding-bottom: 10px;
}
ul.green-play {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
}
ul.green-play li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    padding-bottom: 0;
    
}
ul.green-play li::before {
    content: "";
    position: absolute;
    left: 0;
    
    width: 20px;
    height: 20px;
    
    background-image: url("/assets/icons/Green_Ticket.svg");
    background-repeat: no-repeat;   
}

.offline--text-r {
    width: 50%;
    padding-inline: 30px;
}
.offline--text-box-container {
    background-color: var(--accent-color);
    padding: 60px;
    border-radius: 10px;
}
.offline--text-box-content h3 {
    color:var(--text-color-white);
    padding-bottom: 30px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
}
ul.white-checks {
    list-style: none;
    padding-left: 0;
}
ul.white-checks li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--text-color-white);
}
ul.white-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 20px;
    height: 20px;
    background-image: url("/assets/icons/White_Check_Mark.svg");
    background-repeat: no-repeat;   
} */










/*------------------*/
/*---- Desktop Supports All Transit Environments  ----*/

.mobile-slider { display: none; }
.desktop-slider {
    position: relative;
    display: block;
    max-width: 1500px;
}

.transit-environments {
    max-width: 1500px;
    padding: 160px 120px 0px 120px;
}
.transit-environments p {
    padding-bottom: 0px;
}
/*-------------*/
.content-section {
    
    margin-top: 0px;
    height: fit-content;
}


/*-------------*/
.environment-slide-desktop {
    max-width: 1500px;
    padding: 0px 120px 50px 120px;
    display: none; /* Hide all by default */
    margin-bottom: 30px;
}
.environment-slide-desktop:first-child {
    display: block; /* Show first on page load (as a fallback) */
}
.environments-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    margin-top: 0px;
}
.environment-left {
    width: 50%;
    
}
.environment-left h4 {
    color: var(--accent-color);
    text-transform: none;
}
.environment-left p {
    padding-block: 30px;
    line-height: 1.6;
}
.slide-controls {
    margin-top: 0px;
    padding-block: 10px;
    display: flex;
    align-items: left;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.environment-left .slide-controls p {
    padding-top: 5px;
    margin-left: 0;
}
.control-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 80px;
    margin-right: 5px;
}
.slide-title {
    margin-left: 0;
}
.slide-title p {
    font-size: 1rem;
    color: var(--accent-color);
    margin-left: 25px;
    padding-bottom: 0;

}


.environment-right {
    width: 50%;
}
.environment-right img {
    margin-top: 0px;
    padding-left: 20px;
    width: 80%;
}







/*------------------*/
/*----  Privacy by Design  ----*/

.priv-by-design {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-image: url("/assets/images-new/Light_Green_Background.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.priv-by-design--split {
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 300px 120px 200px 120px;
}
.priv-by-design--text {
    max-width: 1500px;
    width: 50%;
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}
.priv-by-design--img {
    width: 50%;
    margin-top: -120px;
}
.priv-by-design--img img {
    width: 50%;
}
.priv-by-design--text h2 {
    line-height: 1.4;
}

.priv-by-design--text h2,
.priv-by-design--text p {
    width: 100%;
    
    margin-left: 0;
    text-transform: none;
    padding-right: 20px;
}


/*------------------*/
/*  Integration made easy, adapted to your needs   */

.easy-integration {
    max-width: 1100px;
    padding: 150px 120px;
    text-align: center;
}

.easy-integration h2 {
    padding-inline: 120px;
    line-height: 1.4;
    text-transform: none;
}







/*------------------*/
/*----  It Doesn't Stop with Fares   ----*/
.doesnt-stop__shape {
    width: 100%;
    background-color: var(--new-light-green-backgrd);
    z-index: -20;
}
.doesnt-stop {
    max-width: 1500px;
    padding: 150px 120px 150px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
}
.doesnt-stop-left {
    width: 30%;
}
.doesnt-stop-left h2,
.doesnt-stop-left p {
    text-align: left;
    width: 100%;
    margin-left: 0;
}
.doesnt-stop-left h2 {
    padding: 20px 0px;
    line-height: 1.5;
}
.doesnt-stop-left p {
    padding: 20px 0px 40px 0px;
    line-height: 1.6;
}
.doesnt-stop.left-text-p-spacing p {
    padding-block: 40px;
}
.doesnt-stop-right {
    width: 60%;
}

/*  right side cards */
.target-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.target-card {
    background-color: var(--text-color-white);
    border-radius: 12px;
    /* key values: X-offset | Y-offset | Blur | Spread | Color */
    box-shadow: 0 12px 30px -10px rgba(0,0,0,0.12); /* large soft shadow */
    padding: 35px 25px;
    min-width: 170px;
    max-width: 220px;
    margin-inline: 0px;
}

.child-overlay { 
    pointer-events: none; 
}

.target-card h5 {
    margin-left: 0;
    font-size: .85rem;
    font-weight: 600;
    color:var(--color-text)
}
.target-card p {
    padding-top: 10px;
    font-size: .85rem;
}
.target-card a {
    margin-left: 0;
}


/*------------------*/









  
/*  Frequently Asked Questions  Section  */
/*--------- Abstimmung Accordion --------*/
.faq {
    max-width: 1200px;
    padding: 150px 120px;
    text-align: center;
}
.accordion-container {
    max-width: 1200px;
    padding-top: 40px
}
.faq__accordion {
    border-bottom: 1px solid #011038;
  }
  .faq__accordion-item {
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0px;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .faq__accordion-item h5 {
    text-transform: none;
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
    font-weight: 700;
    color: var(--color-text)
  }
 
  .faq__accordion-item svg {
    margin-left: auto;
    margin-right: 0%;
  }
  .faq__accordion.active svg {
    transform: rotate(180deg);
  }
  svg {
    transition: transform 0.5s ease-in;
  }
  .panel {
    text-align: left;
    padding: 0px;
    margin: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in;
  }
  .faq__accordion.active .panel {
    max-height: 300px;
    animation: fade 0.5s ease-in-out;
  }
  .faq__accordion .panel p {
    padding: 0px 0px 35px 0px;
    
  }
  @keyframes fade {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  /*  End of  FAQ-ACCORDION  */
  
  .mobile-faq-container {
    display: none;
  }
  
/*  End of accordion  */

  







/* @media(max-width: 1250px) {  

    .offline--split {
        padding: 100px 120px 80px 120px;
    }

} */

@media(max-width: 1250px) { 
/*------------------*/
/*----  Supports All Transit Environments  ----*/

.transit-environments {
    padding-bottom: 40px;
}

}

@media(max-width: 1024px) {  

    /*----  HOME PAGE HERO  ----*/
    .hero__shape--text {
        max-width: 900px;
        text-align: center;
        padding-inline: 80px;
    }



    /*------------------*/
    /*  The Breakthrough Fare Collection Has Been Waiting For   */

    .fare_collection__container {
        max-width: 1300px;
        padding: 100px 20px;
        display: flex;
        align-items: center;
    }
    .fare_collection__text {
        width: 50%;
    }
    .fare_collection--video {
        width: 50%;
    }
    

    /*------------------*/
    /*  Hands-Free Fares. Zero Leakage. Maxumum Revenue.   */
    .max-rev-shape {
        width: 100%;
        background-color: #EEF7E6;
        height: 700px;
        z-index: 0;
    }
    


    /*------------------*/
    /*  No GPS. No Internet. No Cellular.   */
    .it-adapts-shape {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -170px;
        background-image: url("/assets/images-new/Green_Background.webp");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .it-adapts {
        padding: 300px 20px;
    }


    /*--------------*/
    /* Hands-Free Fares. Zero Leakage. Maxumum Revenue.   */
    .max-rev {
        max-width: 1500px;
        padding: 80px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    /*--------------*/
    /*----  Works Fully Offline  ----*/

    /* .offline--split {
        padding: 100px 20px;
    } */


    
    /*------------------*/
    /*---- Desktop Supports All Transit Environments  ----*/

    .mobile-slider { display: none; }
    .desktop-slider { display: block; }

    .transit-environments {
        max-width: 1500px;
        padding: 120px 20px 30px 20px;
    }
    .environments-flex {
        max-width: 1500px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .environment-slide-desktop {
        max-width: 1500px;
        padding: 0px 20px 50px 20px;
        display: none; /* Hide all by default */
        margin-bottom: 30px;
    }
    


    /*------------------*/
    /*----  Privacy by Design  ----*/

    .priv-by-design--split {
        max-width: 1500px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 300px 20px 200px 20px;
    }

    /*------------------*/
    /*  Integration made easy, adapted to your needs   */
    .easy-integration {
        max-width: 1100px;
        padding: 100px 20px;
        text-align: center;
    }
    .easy-integration h2 {
        padding-inline: 200px;
    }

    /*------------------*/
    /*----  It Doesn't Stop with Fares   ----*/
    .doesnt-stop {
        padding: 150px 20px 150px 20px;
    }
    /*------------------*/
    
    

    

    /*  Frequently Asked Questions  Section  */
    /*--------- Abstimmung Accordion --------*/
    .faq {
        max-width: 1200px;
        padding: 150px 20px;
        text-align: center;
    }

    /* End of 1024px */
}




@media(max-width: 950px) {

    /*------------------*/
    /*----   It Doesn't Stop with Fares   ----*/
    .doesnt-stop-left {
        width: 45%;
    }
    .doesnt-stop-right {
        width: 55%;
    }
    /*  right side cards */
    .target-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .target-card {
        background-color: var(--text-color-white);
        border-radius: 12px;
        /* key values: X-offset | Y-offset | Blur | Spread | Color */
        box-shadow: 0 12px 30px -10px rgba(0,0,0,0.12); /* large soft shadow */
        padding: 25px 25px;
        max-width: 100%;
        height: fit-content;
        margin-inline: 0px;
    }
    .target-card h5 {
        margin-left: 0;
        font-size: .85rem;
        font-weight: 600;
        color:var(--color-text)
    }
    .target-card p {
        padding-top: 10px;
        font-size: .85rem;
    }
    .target-card a {
        margin-left: 0;
    }
    .target-card-text p {
        padding-bottom: 0;
    }
}


@media(max-width: 900px) {
    /*----  HOME PAGE HERO  ----*/
    .hero__shape--text {
        max-width: 900px;
        text-align: center;
        padding-inline: 50px;
    }
    /*------------------*/
    /*  The Breakthrough Fare Collection Has Been Waiting For  */
   
   
    .easy-integration h2 {
        padding-inline: 160px;
    }

    .priv-by-design--img img {
        width: 80%;
    }
    /*------------------*/
    /*----  It Doesn't Stop with Fares   ----*/
    .doesnt-stop {
        padding: 120px 20px 100px 20px;
    }
    /* Box styling */
    .target-box {
        background-color: var(--text-color-white);
        border-radius: 8px;
        box-shadow: var(--box-shadow-med-grey);
        padding: 15px;
        height: fit-content;
        width: 50%;
        margin-left: 0;
    }
    .doesnt-stop-right {
        width: 50%;
        margin-inline: 0px;
    }
}

@media(max-width: 900px) {
    .fare_collection {
        height: 680px;
    }
}





@media(max-width: 768px) {

    /*----  HOME PAGE HERO  ----*/
    .hero__shape {
        width: 100%;
        min-height: 600px;
    }
    .hero__shape--text {
        max-width: 900px;
        text-align: center;
        padding-inline: 20px;
    }
    
    /*------------------*/
    /*  The Breakthrough Fare Collection Has Been Waiting For   */
    
    .fare_collection__container {
        flex-direction: column;
        padding: 50px 20px 50px 20px;
    }
    .fare_collection__text {
        width: 100%;
        padding-bottom: 50px;
    }
    .fare_collection__text h2 {
        line-height: 1.4;
    }
    .fare_collection__text h2,
    .fare_collection__text p {
        padding-right: 20px;
    }
    .fare_collection--video {
        width: 80%;
    }
   
    
    /*------------------*/
    /*  Hands-Free Fares. Zero Leakage. Maxumum Revenue.   */
    .max-rev-shape {
        height: 910px;
        margin-top: 130px;
    }
    .max-rev {
        max-width: 1500px;
        padding: 50px 20px 0px 20px;
        display: block;
    }
    .max-rev--text {
        width: 100%;
    }
    .max-rev--text h2 {
        line-height: 1.4;
    }
    .max-rev--text h2,
    .max-rev--text p {
        padding-right: 20px;
    }
    .max-rev--img {
        width: 100%;
    }
    .max-rev--img img{
        display: none;
    }
    .max-rev--img img {
        width: 75%;
    }
    .desktop-green {
        display: none;
    }
    .max-rev--desktop-img {
        display: block;
        padding-top: 25px;
    }
    .max-rev--desktop-img img {
        width: 400px;
    }
    /*--------------*/
    /*    No GPS. No Internet. No Cellular.   */

    .it-adapts-shape {
        margin-top: 0px;
        background-image: none;
        background: var(--green-radial-gradient);
    }
    .it-adapts {
        padding: 70px 20px;
    }

    /*------------------*/
    /*---- Mobile Supports All Transit Environments  ----*/
    .desktop-slider { display: none; }
    .mobile-slider { display: block; }

    .transit-environments {
        padding: 100px 20px 0px 20px;
    }
    .transit-environments h2 {
        padding-bottom: 15px;
    }
    .transit-environments p {
        padding-bottom: 0px;
    }
    /*-------------*/
    .content-section {
        margin-top: 0px;
        height: fit-content;
    }

   
    /*-------------*/
    .environment-slide-mobile {
        max-width: 1500px;
        padding: 0px 20px 50px 20px;
        display: none; /* Hide all by default */
        margin-bottom: 0px;
    }


    .environment-slide-mobile:first-child {
        display: block; /* Show first on page load (as a fallback) */
    }
    .environments-flex {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        margin-top: 0px;
    }
    .environment-top {
        width: 100%;
        padding-top: 50px;
    }
    .environment-middle {
        width: 100%;
    }
    .environment-bottom {
        width: 100%;
        display: flex;
    justify-content: center;
    }
    .environment-top h4 {
        color: var(--accent-color);
        text-transform: none;
    }
    .environment-top p {
        padding-top: 30px;
        padding-bottom: 0px;
        line-height: 1.6;
    }
    .environment-middle img {
        margin-top: 0px;
        width: 400px;
    }

    .slide-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem; /* adds spacing between buttons and label */
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .environment-bottom .slide-controls p {
        padding-top: 5px;
        margin-left: auto;
    }
    .control-btns {
        display: flex;
        column-gap: 20px;
        justify-content: center;
        align-items: center;
        width: auto; /* remove fixed width */
        margin: 0; /* reset margin */
    }
    
    .slide-title {
        margin: 0;
    }
    .slide-title p {
        font-size: 1rem;
        color: var(--accent-color);
        margin: 0;
        padding: 0;

    }

    



    /*------------------*/
    /*----  Privacy by Design  ----*/
    .priv-by-design {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        background-image: none;
        background-color:var(--new-light-green-backgrd);
        clip-path: none;
    }
    .priv-by-design--split {
        max-width: 1500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 70px 20px 70px 20px;
    }
    .priv-by-design--text {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
    }
    .priv-by-design--img {
        width: 80%;
        margin-top: 30px;
    }
    .priv-by-design--img img {
        width: 50%;
    }
   
    /*------------------*/
    /*  Integration made easy, adapted to your needs   */
    .easy-integration {
        padding: 50px 20px 70px 20px;
    }
    /*------------------*/
    /*----  It Doesn't Stop with Fares  ----*/
    
    .doesnt-stop {
        flex-direction: column;
        padding: 50px 20px;
    }
    .doesnt-stop-left,
    .doesnt-stop-right {
        width: 100%;
    }
 

    
    
    /*------------------*/
    /*----  Works Fully Offline  ----*/
   
    /* .offline--split {
        max-width: 1500px;
        margin-top: 0px;
        display: block;
        padding: 20px 20px;
    }
    .offline--text-l {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 70px 0px;
        display: flex;
        flex-direction: column;
        
    }
    .side-by-side-buttons {
        margin-left: auto;
        margin-top: 30px;
    }
    .offline--text-r {
        width: 100%;
        display: flex;
        column-gap: 20px;
        padding-bottom: 30px;
    } */
    
    
  
    /*-----END OF 768PX -----*/
}





@media(max-width: 600px) {
    /*------------------*/
    /*  The Breakthrough Fare Collection Has Been Waiting For   */

    .fare_collection--video {
        width: 100%;
    }
    .priv-by-design--img {
        width: 100%
    }
}
@media(max-width: 570px) {
    /*------------------*/
    /*  Integration made easy, adapted to your needs   */
    .easy-integration h2 {
        padding-inline: 40px;
    }
    

    
}

@media(max-width: 400px) {
    /*------------------*/
    /*  Hands-Free Fares. Zero Leakage. Maxumum Revenue.   */
    .max-rev-shape {
        margin-top: 100px;
        height: 1000px;
    }
    .doesnt-stop {
        padding: 30px 20px 40px 20px;
    }
    .priv-by-design--split {
        padding: 50px 20px 50px 20px;
    }
    .priv-by-design--img img {
        width: 80%
    }
}