/* =========================================
   RESPONSIVENESS (Mobile First -> Desktop)
   ========================================= */



@media (max-width: 1199px) {
.header .nav-links{gap: 1.2rem;}
.header .nav-links .btn{margin-left: 1rem;}
.max-wid-80 {
  max-width: 100%;
}
.identity-section .bg-text {font-size: 15vw;}

/* Hero */
.hero-section .hero-content h1 { font-size: 2rem; }

/* Feature */
.feature-section .card-text { max-width: 100%; }
.identity-section .store-buttons{margin-top: -9rem;}

}

@media (max-width: 991px) {
  .same-heading {
    margin-bottom: 2rem;
  }

  /* Global */
  .same-section { padding: 3.5rem 0; }
  .max-wid-50 { max-width: 100%; }

  /* Header */
  .header .nav-actions {
    display: none;
  }

  .header .nav-content{justify-content: space-between;}
  .header .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        gap: 0.6rem;
        z-index: 1002;
        transition: left 0.3s ease-in-out;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  }
  .header .nav-links .btn{margin-left: 0; margin-top: 0.8rem;}

  .header .nav-links.active{        left: 0;}

  .header .sidebar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
}

  /* Style links for full screen */
  .header .nav-links a:not(.btn) {
    font-size: 1.1rem;
    text-align: center;
    border-bottom: none;
    font-weight: 500;
    color: var(--BlackColor);
    padding: 0.2rem 0;
  }

  .header .nav-links a:hover:not(.btn) {
    color: var(--PrimaryColor);
  }

  .header .nav-links .btn {
    font-size: 1rem;
  }

  /* Ensure toggle is above the menu */
  .header .mobile-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1000;
  }
.section-bottom-btn { flex-wrap: wrap;}
.hero-section{padding: 4rem 0;min-height: inherit; }
.flow-section .flow-steps{margin-top: 2rem;}
.flow-section .step::before{display: none;}
.problem-solution-section .problem-top-heading{padding-bottom: 2rem;}
.problem-solution-section .ps-card{padding: 1.1rem;}
.identity-section .store-buttons{margin-top: 0;}
.identity-section .phone-wrapper{margin-top: -9rem; max-width: 42%; margin-left: 39%;}
 .identity-section .bg-text-with-img{margin-top: 4rem;}
 .problem-solution-section .ps-card p{font-size: 1rem;}
.Downloads__hero{    padding: 3rem 0;}
.Downloads__hero__title{    font-size: 2rem; margin-bottom: 1rem;}
.Downloads__section__title,.Downloads__featured .Downloads__featured__title{font-size: 1.6rem;}
.Downloads__featured{padding: 3rem 0;}
.inner-banner{padding: 3rem 0;}
.inner-banner h1{font-size:2rem;}


}


@media (max-width: 767px) {

.border-radius-20 { border-radius: 10px; }
.same-heading h2 br{display: none;}
.identity-section .phone-wrapper { margin-top: -6rem; max-width: 34%; margin-left: 44%; }
.pilot-section .grid-wrapper{    gap: 0.3rem;}
.pilot-section .grid-item .title {padding: 0.6rem;}
.section-bottom-btn{gap: 0.6rem;}
.flow-section .icon{    width: 2rem; height: 2rem; margin-bottom: 0.5rem;}
.flow-section .step p{font-size: 1rem;}
.same-heading h3 br{display: none;}
.same-heading h2 br{display: none;}
.identity-section .same-heading{margin-bottom: 0rem;}
.idaho-fall-bg{    min-height: inherit;}
.idaho-fall-bg .section-bottom-btn{    margin-top: 1.5rem;}

}

@media (max-width: 568px) {

 .dw-cookie-wrapper{    max-width: 100%;    left: 0;    right: 0px;        margin: 1rem auto;}
.identity-section .phone-wrapper{margin-top: -4rem;}


}

@media (max-width: 480px) {
.idaho-fall-bg .section-bottom-btn .btn{width: 100%;}

}