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



/*----  Technology 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%;
    overflow: hidden;
    position:relative;
    z-index: 10;
    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;
}
.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 {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 0px;
}


/*------------------*/
/*  Providing an Entirely New, One-of-a-Kind Network  */
.one-of-kind-network {
    width: 100%;
    background-color: var(--new-light-green-backgrd);
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
.one-of-kind-network__container {
    max-width: 1500px;
    padding: 250px 120px 150px 120px;
    
}
.one-of-kind-network__text {
    width: 100%;
}
.one-of-kind-network__text h2 {
    line-height: 1.4;
    text-transform: none;
}







/*------------------*/
/*  How It Works   */
.how-it-works--container {
    max-width: 1500px;
    width: 100%;
    padding: 200px 120px 100px 120px;
    margin-bottom: 50px;
}
.how-it-works--text {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    padding-bottom: 80px;
}

.how-it-works--left {
    width: 50%;
}
.how-it-works--left h2 {
    line-height: 1.4;
}

.how-it-works--box {
    width: 50%;
}
.how-it-works--box-container {
    background-color: var(--new-light-green-backgrd);
    padding: 60px;
    border-radius: 10px;
}
.how-it-works--box-content h5 {
    color: var(--accent-color);
    font-weight: 700;
    letter-spacing: 0.02rem;
    padding-bottom: 20px;
}
.how-it-works--picture {
    width: 100%;
}
.how-it-works--picture img {
    width: 850px;
}







/*------------------*/
/*----  Always Connected. Even Offline  ----*/
.always-connected {
    position: relative;
    padding-top: 200px;  /* space above content */
    padding-bottom: 100px; /* space below content */
    overflow: visible;
  }
/* BACKGROUND - absolute, fills width and has a controllable height */
.always-connected__bg {
    position: absolute;
    inset: 0 0 auto 0;     /* top:0; left:0; right:0; bottom:auto so we can set height */
    height: 40vh;          /* <-- control height here (responsive via media queries) */
    background-color: #EEF7E6;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
    z-index: 0;            /* behind the content */
    pointer-events: none;  /* passes clicks through to content */
}

.always-connected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EEF7E6;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
  
  .always-connected--content {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 120px; /* internal left/right spacing only */
}
.always-connected--text-l {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.always-connected--text-l h2,
.always-connected--text-l p {
    padding-right: 20px;
    width: 100%;
    margin-left: 0;
}
.always-connected--text-l h2 {
    padding-top: 0px;
    line-height: 1.4;
    margin-left: 0;
}
.always-connected--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: 30px;
}
ul.green-play li {
    position: relative;
    padding-left: 55px;
    padding-top: 10px;
    line-height: 35px;
}
ul.green-play li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/assets/icons-new/Green_Arrow_Right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
/*------------*/
.always-connected--text-r {
    width: 50%;
    padding-inline: 30px;
    position: relative;
    overflow: visible;
}
.always-connected--text-box-container {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--accent-color);
    padding: 60px;
    border-radius: 10px;
    z-index: 99;
}
.always-connected--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;   
}













/*------------------*/
/*  Designed for Rapid Integration   */
.rapid-integration-shape {
    padding: 150px 120px 130px 120px;
    max-width: 1500px;
}

.rapid-integration {
    text-align: left;
    width: 65%;
    margin-left: 0;
}
.rapid-integration h2 {
    line-height: 1.4;
    text-transform: none;
}
/*------------------*/
.green-play-btn {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
}
ul.green-play-btn li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    padding-bottom: 0;
    
}
ul.green-play-btn li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/assets/icons-new/Green_Arrow_Right.svg");
    background-repeat: no-repeat;
    background-size: contain;  
}
/*------------------*/
.sdk-wl-apps--container {
    max-width: 1500px;
    padding-block: 50px 0px;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: flex-start;
}
.sdk-wl-apps--text {
    width: 50%;
}


.sdk-wl-apps--text h4 {
    padding-bottom: 30px;
}
.sdk-wl-apps--img {
    width: 50%;
    padding: 30px;
}


.pat-pend-hardware--container {
    max-width: 1500px;
    padding-block: 50px 0px;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}
.pat-pend-hardware--text {
    width: 50%;
}
.pat-pend-hardware--text h4 {
    padding-bottom: 30px;
}
.pat-pend-hardware--img {
    width: 50%;
    padding: 100px;
}


.no-phone--container {
    max-width: 1500px;
    padding-block: 50px 0px;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}
.no-phone--text {
    width: 50%;
}
.no-phone--text h4 {
    padding-bottom: 30px;
}
.no-phone--img {
    width: 50%;
    padding: 100px;
}





  
/*  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: 1024px) {  

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

    .how-it-works--picture img {
        width: 750px;
    }
    /*------------------*/
    /*----  Always Connected. Even Offline  ----*/
    .always-connected {
        position: relative;
        padding-top: 150px;  /* space above content */
        padding-bottom: 30px; /* space below content */
        overflow: visible;
    }

    /*------------------*/
    /*  Providing an Entirely New, One-of-a-Kind Network   */

    .one-of-kind-network__container {
        max-width: 1300px;
        padding: 200px 20px 100px 20px;
        display: flex;
        align-items: center;
    }
   
    




    /*------------------*/
    /*  No GPS. No Internet. No Cellular.   */
    .it-adapts-shape {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        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;
    }


    /*--------------*/
    /* How It Works   */
    .how-it-works--container {
        max-width: 1500px;
        width: 100%;
        padding: 80px 20px;
        margin-bottom: 30px;
    }
    .how-it-works {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 60px;
    }



    /*--------------*/
    /*----  Always Connected. Even Offline  ----*/

    .always-connected--content {
        padding: 30px 20px 20px 20px;
    }
    .always-connected--text-r {
        width: 50%;
        padding-left: 30px;
        padding-right: 0px;
    }

    
   
    /*------------------*/
    /*  Designed for Rapid Integration   */

    .rapid-integration-shape {
        padding: 150px 20px 110px 20px;
        max-width: 1500px;
    }

    .rapid-integration h2 {
        line-height: 1.4;
        text-transform: none;
    }

    .sdk-wl-apps--img {
        width: 50%;
        padding: 30px 0px 0px 0px;
    }
    
    .pat-pend-hardware--img {
        width: 50%;
        padding: 30px 0px 0px 0px;
    }
    .no-phone--img {
        width: 50%;
        padding: 30px 0px 0px 0px;
    }

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

    /* End of 1024px */
}













@media(max-width: 900px) {
    /*----  HOME PAGE HERO  ----*/
    
    .hero__shape--text {
        max-width: 900px;
        text-align: center;
        padding-inline: 50px;
    }



    /*------------------*/
    /*  Providing an Entirely New, One-of-a-Kind Network  */
    /* .one-of-kind-network {
        margin-top: -120px;
        width: 100%;
        background-image: none;
        background-color:var(--new-light-green-backgrd);
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    } */
    .one-of-kind-network__container {
        max-width: 1300px;
        padding: 170px 20px 50px 20px;
        display: flex;
        align-items: center;
    }

    /*------------------*/
    /*  How It Works   */
    .how-it-works--text {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        padding-bottom: 80px;
    }
    .how-it-works--box-container {
        padding: 40px;
    }


    
    /*----  Always Connected. Even Offline  ----*/
    .always-connected {
        position: relative;
        padding-top: 80px;  /* space above content */
        padding-bottom: 0px; /* space below content */
        overflow: visible;
    }
    .always-connected--text-box-container {
        padding: 40px;
    }

    /*------------------*/
    /*  Designed for Rapid Integration   */
    .rapid-integration {
        text-align: left;
        width: 100%;
        margin-left: 0;
    }
    
}












@media(max-width: 700px) {

    /*----  HOME PAGE HERO  ----*/
    .hero__shape {
        width: 100%;
        min-height: 600px;
    }
    .hero__shape--text {
        max-width: 900px;
        text-align: center;
        padding-inline: 10%;
    }


    /*------------------*/
    /*  How It Works   */

    .how-it-works--text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
        padding-bottom: 40px;
    }
    .how-it-works--left {
        width: 100%;
    }
    .how-it-works--box {
        width: 100%;
    }
    .how-it-works--box-container {
        background-color: var(--new-light-green-backgrd);
        padding: 40px;
        border-radius: 10px;
    }
    .how-it-works--box-content h5 {
        color: var(--accent-color);
        font-weight: 700;
        letter-spacing: 0.02rem;
        padding-bottom: 20px;
    }
    .how-it-works--picture {
        width: 100%;
    }
    .how-it-works--picture img {
        width: 100%;
    }
 
    .how-it-works--container {
        margin-bottom: 0px;
    }

    /*------------------*/
    /*----  Always Connected. Even Offline  ----*/
    .always-connected {
        position: relative;
        padding-top: 50px;  /* space above content */
        padding-bottom: 0px; /* space below content */
        overflow: visible;
    }
    .always-connected__bg {
        clip-path: none;
    }
   
    .always-connected--content {
        max-width: 1500px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 20px 240px 20px;
    }
    .always-connected--text-l {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0px;
        display: flex;
        flex-direction: column;
    }
    .always-connected--text-l h2,
    .always-connected--text-l p {
        padding-right: 0px;
    }
    .side-by-side-buttons {
        margin-left: auto;
        margin-top: 30px;
    }
    .always-connected--text-r {
        width: 100%;
        display: flex;
        column-gap: 20px;
        padding-bottom: 30px;
    }
    .always-connected--text-r {
        padding-left: 0px;
        padding-right: 0px;
    }
    .always-connected--text-box-container {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: var(--accent-color);
        padding: 40px;
        border-radius: 10px;
        z-index: 99;
    }
    /*------------------*/
    /*  Designed for Rapid Integration   */
    .rapid-integration-shape {
        padding: 150px 20px 90px 20px;
        max-width: 1500px;
    }
    .green-play-btn {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 10px;
    }
    .sdk-wl-apps--container {
        max-width: 1500px;
        padding-block: 40px 0px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .sdk-wl-apps--text {
        width: 100%;
    }
    .sdk-wl-apps--img {
        width: 80%;
    }
    
    .pat-pend-hardware--container {
        max-width: 1500px;
        padding-block: 70px 0px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .pat-pend-hardware--text {
        width: 100%;
    }
    .pat-pend-hardware--img {
        width: 70%;
    }
    
    .no-phone--container {
        max-width: 1500px;
        padding-block: 50px 0px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .no-phone--text {
        width: 100%;
    }
    .no-phone--img {
        width: 100%;
    }
    /*-----END OF 768PX -----*/
}




@media(max-width: 550px) {
    /*------------------*/
    /*  How It Works   */

    .how-it-works--picture {
        width: 100%;
    }
    .how-it-works--picture img {
        width: 70%;
    }

    /*------------------*/
    /*----  Always Connected. Even Offline  ----*/
    .always-connected--text-box-container {
        padding: 20px;
    }

}
