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



/*----  Bi-Directional Communication 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 {
    text-align: center;
}
#hero-title {
    padding-bottom: 20px;
}
.hero__shape--text h1 {
    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 {
    max-width: 600px;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 0px;
}


/*------------------*/
/*  From Generic Alerts to Precision Communication   */
.gen-prec-comm__img-mobile {
    display: none;
}
.gen-prec-comm {
    max-width: 1500px;
    padding: 80px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.gen-prec-comm__content {
    width: 50%;
}
.gen-prec-comm__content h2 {
    line-height: 1.4;
}

.gen-prec-comm__img {
    width: 50%;
}
.gen-prec-comm__img img {
    padding: 50px 50px 50px 50px;
} 


/*------------------*/
/*  Examples of Location-Based Communication  */
/* Section background */
.loc-comm {
    background-image: url("/assets/images-new/Light_Green_Background_one_angle.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 300px 0 200px 0;
  }
  
  /* Centered wrapper with max width for readability */
  .loc-comm__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 120px 0px 120px;
  }
  
  /* Text block */
  .loc-comm__text {
    max-width: 50%;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 0;
  }
  .loc-comm__text h2 {
    line-height: 1.4;
  }
  .loc-comm__text p {
    margin-top: 10px;
  }
  
  /* Card row */
  .sample-message-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .sample-message-cards img {
    width: 33%;
  }

/*------------------*/
/*----  Smarter Transit, Safer Trasnit  ----*/
.smart-safe-transit--text img {
    display: none;
}
.smart-safe-transit--content {
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 120px;
}
.smart-safe-transit--img {
    width: 50%;
    padding: 100px;
}
.smart-safe-transit--text {
    width: 50%;
    margin: 0 auto;
}

.smart-safe-transit--text h2 {
    line-height: 1.4;
    color: var(--secondary-h2-color);
}


.smart-safe-transit--text p {
    width: 100%;
    color: var(--text-color);
    margin-left: 0;
    text-transform: none;
    padding-right: 20px;
}


/*------------------*/
/*----  Unlock New Revenue Opportunities  ----*/

.revenue-opportunities {
    background-color: #EEF7E6;
    z-index: 0; /* stays behind */
}

.revenue-opportunities--content{
    max-width: 1500px;
    margin-top: 0px;
    display: flex;
    column-gap: 50px;
    justify-content: center;
    align-items: center;
    padding: 180px 120px 180px 120px;
    margin-bottom: 100px;
}
.revenue-opportunities--text-l{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.revenue-opportunities--text-l h2 {
    line-height: 1.4;
}
.revenue-opportunities--text-r {
    width: 50%;
    padding-inline: 30px;
    position: relative;
    overflow: visible;
}
.revenue-opportunities--text-box-container {
    margin: auto;
    background-color: var(--accent-color);
    padding: 60px;
    border-radius: 10px;
    z-index: 99;
}
.revenue-opportunities--text-box-content h3,
.revenue-opportunities--text-box-content p {
    color:var(--text-color-white);
}
.revenue-opportunities--text-box-content h3 {
    padding-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
}
.revenue-opportunities--text-box-content p {
    padding-bottom: 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: red;
  }
 
  .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) {  
    /*------------------*/
    /*  Examples of Location-Based Communication  */
    .loc-comm {
        padding: 300px 0 100px 0;
    }
    
    /*----  Smarter Transit, Safer Trasnit  ----*/
    .smart-safe-transit--img {
        width: 50%;
        padding: 70px;
    }
    
    /*----  Unlock New Revenue Opportunities  ----*/
    .revenue-opportunities--content{
        padding: 130px 120px;
    }
}


@media(max-width: 1150px) {  
    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/
    .smart-safe-transit--img {
        width: 50%;
        padding: 50px;
    }
}




@media(max-width: 1024px) {  
    /*------------------*/
    /*  From Generic Alerts to Precision Communication   */

    .gen-prec-comm {
        max-width: 1500px;
        padding: 80px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gen-prec-comm__text {
        width: 60%;
    }
    .gen-prec-comm__img {
        width: 40%;
    }

    /*------------------*/
    /*  Examples of Location-Based Communication  */
   
    .loc-comm__inner {
        max-width: 1500px;       /* main width cap */
        margin: 0 auto;
        padding: 0 20px;
    }
    .loc-comm__text {
        max-width: 100%;
    }

    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/

    
    .smart-safe-transit--content {
        max-width: 1500px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 150px 20px;
    }

    /*------------------*/
    /*----  Unlock New Revenue Opportunities  ----*/

    .revenue-opportunities--content{
        padding: 100px 20px;
        margin-bottom: 50px;
    }
   


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







@media(max-width: 850px) {
    /*------------------*/
    /*  Examples of Location-Based Communication  */
    /* Text block */
    .loc-comm {
        background-image: none;
        background: var(--new-light-green-backgrd);
        padding-top: 150px;
    }
    .loc-comm__text {
        margin-bottom: 40px;
    }
    /* Card row */
    .sample-message-cards {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sample-message-cards img {
        width: 80%;
    }
    /* End of 850px */
}












@media(max-width: 700px) {

    /*---home Page -- Hero Section---*/
    .hero__shape {
        width: 100%;
        min-height: 600px;
    }
    .hero__shape--text {
        max-width: 1500px;
        width: 100%;
        margin: auto;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 10%;
    }

    /*------------------*/
    /*  From Generic Alerts to Precision Communication   */

    .gen-prec-comm {
        max-width: 1500px;
        padding: 30px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }
    .gen-prec-comm__content {
        width: 100%;
        margin-left: 0;
    }
    .gen-prec-comm__content h2 {
        line-height: 1.2;
    }
    .gen-prec-comm__img-mobile {
        display: block;
    }
    .gen-prec-comm__content h2,
    .gen-prec-comm__content p {
        padding-right: 0px;
    }
    .gen-prec-comm__img {
        display: none;
        width: 80%;
    }
    .gen-prec-comm__img-mobile {
        width: 70%;
        padding-top: 30px
    }
    
    /*------------------*/
    /*  Examples of Location-Based Communication  */
    .loc-comm {
        background-image: none;
        background: var(--new-light-green-backgrd);
        margin-top: 80px;
        padding-block: 80px 40px;
    }
    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/

    .smart-safe-transit--content {
        max-width: 1500px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 80px 20px;
    }
    .smart-safe-transit--text {
        width: 100%;
    }
    .smart-safe-transit--text img {
        display: block;
        padding-top: 30px;
    }
    .smart-safe-transit--img {
        display: none;
    }
    /*------------------*/
    /*----  Unlock New Revenue Opportunities  ----*/
    .revenue-opportunities--text-box-container {
        padding: 25px;
    }
    .revenue-opportunities--content{
        max-width: 1500px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        row-gap: 50px;
        padding: 90px 20px;
        margin-bottom: 0px;
        overflow: visible;
        position: relative;
        z-index: 1; /* sits above clipped bg */
    }
    .revenue-opportunities--text-l{
        width: 100%;
    }
    .revenue-opportunities--text-r {
        width: 100%;
        padding-inline: 0px;
    }
    
    /*-----END OF 700PX -----*/
}




@media(max-width: 550px) {
    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/
    .smart-safe-transit--img {
        width: 100%;
        padding: 0 70px;
    }
   
    /*------------------*/
    /*  Examples of Location-Based Communication  */
    /* Text block */
    .loc-comm__text {
        margin-bottom: 0px;
    }
    
    .sample-message-cards img {
        width: 100%;
    }
}




@media(max-width: 450px) {
    /*------------------*/
    /*  From Generic Alerts to Precision Communication   */
    .gen-prec-comm__img img {
        width: 80%;
    }
    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/
    .smart-safe-transit--img {
        width: 100%;
        padding: 0 30px;
    }
    
    /*-----END OF 450PX -----*/
}




@media(max-width: 400px) {
    /*------------------*/
    /*  From Generic Alerts to Precision Communication   */
    .gen-prec-comm__img-mobile {
        width: 100%;
        padding-top: 20px
    }
        /*------------------*/
    /*  Examples of Location-Based Communication  */
    


    /* Box styling each one*/
    .loc_based_target-container {
        min-width: 250px;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    /*------------------*/
    /*----  Smarter Transit, Safer Trasnit  ----*/
    .smart-safe-transit--img {
        width: 100%;
        padding: 0 0px;
    }
    /*-----END OF 400PX -----*/
}