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

@media (max-width: 1280px) {

}

@media (max-width: 1199px) {

.max-wid-80 {
  max-width: 100%;
}


.hero-section h1{font-size: 3rem;}
.same-heading h2 br{display: none;}
.hero-section{padding: 6rem 0;}


}


@media (max-width: 991px) {

  
/* 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: #F6F1EA;
        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  .logo img{max-height: 4rem;}

  .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 #6666663d;
}

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




  .same-heading {
    margin-bottom: 2rem;
  }

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

  
.section-bottom-btn { flex-wrap: wrap;}
.hero-section{min-height: inherit;    padding: 3rem 0rem;}
.hero-section h1{font-size: 2.2rem;}
.same-heading h2,.program-section h2 {font-size: 1.9rem;}

.footer{padding-top: 2.5rem;}
.digital-identity-section .di-quote-card{max-width: 100%; padding: 1.5rem;}
.digital-identity-section .di-card,.community-section .community-card,.pilot-section .relevant-card,.identity-section .identity-card{padding: 1.5rem;}
.footer .download-btns{justify-content: start; margin-top: 2rem;}

.cta-download-section .cta-download-phone img{max-height: 30rem;}

.Downloads__hero{padding: 4rem 0;}
.Downloads__hero__title{        font-size: 2rem;}
.Downloads__featured,.Downloads__content{padding: 3rem 0;}
.Downloads__featured .Downloads__featured__title,.Downloads__section__title{    font-size: 1.8rem;}
.Downloads__section__subtitle{    font-size: 1.4rem;}



}


@media (max-width: 767px) {

.same-heading h2 br{display: none;}
.section-bottom-btn{gap: 0.6rem;}
.same-heading h3 br{display: none;}
.same-heading h2 br{display: none;}

}

@media (max-width: 568px) {


}


@media (max-width: 480px) {


}

@media (max-width: 767px) {

}