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

@media (max-width: 1280px) {

}

@media (max-width: 1199px) {

/* 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.headerfix{  background: #000;} */
  /* .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 #bbbbbb36;
}

  /* Style links for full screen */
  .header .nav-links a:not(.btn) {
    font-size: 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;}

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

.header .nav-links .sign-btn{margin-left:0 ; margin-top: 1rem; flex-wrap: wrap;}
.hero-section h1{font-size: 3rem;}
.same-heading h2 br{display: none;}

.story-bottom-row{margin-top: -2.5rem;}
.principles-section .story-timeline{margin:4rem 0 ;}

}


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

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

 .header{ padding: 1rem 0;}
 .header .logo img{max-height: 2.8rem;}
  
.section-bottom-btn { flex-wrap: wrap;}
.hero-section{min-height: inherit; padding: 4rem 0; margin-top: 0;}

.hero-section .hero-content{margin-bottom: 1rem;}
.hero-section .img-box {width: 100%; max-width: 60%; margin: 0 auto;}
.hero-section h1{font-size: 2.1rem;}
.same-heading h2{font-size: 1.8rem;}
.hero-section .section-bottom-btn{margin: 2rem 0;}
.footer .footer-nav{gap: 1.5rem;}
.highlights-section{padding: 2rem 0;}
.highlights-wrap .highlight-item{flex: 1 1 45%;}
.energy-asset-tabs .asset-tab-detail{padding: 1.75rem;}
.energy-asset-tabs .asset-detail-meta{gap: 1.5rem 2rem;}
.separation-section .separation-cards{flex-direction: column;}
.separation-section .separation-card.highlight{margin: 0; padding: 2.5rem 2rem;}
.pricing-section .pricing-card{padding: 2rem 1.5rem; border-radius: 1rem;}
.pricing-section .pricing-value{font-size: 2.3rem;}
.separation-section .separation-card{padding: 1.5rem;}
.separation-section .card-number{margin-bottom: 1rem;}
.separation-section .separation-card.highlight{padding: 1.5rem;}

}


@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;}
.designed-easy-section{padding-bottom: 0;}

.highlights-wrap{flex-direction: column; gap: 1.5rem;}
.highlights-wrap .highlight-item{flex: 1 1 100%;}
.energy-asset-tabs{flex-direction: column;}
.energy-asset-tabs .asset-tab-list{width: 100%; border-right: none; border-bottom: 1px solid #E5E5E5;}
.energy-asset-tabs .asset-tab-detail-wrap{width: 100%;}
.clear-roles-section .roles-wrap{flex-direction: column;}
.clear-roles-section .role-card{border-right: none; border-bottom: 1px solid #FFFFFF26;}
.clear-roles-section .role-card:last-child{border-bottom: none;}
.footer .footer-top{flex-direction: column; align-items: flex-start;}
.footer .footer-tagline{text-align: left; font-size: 1.3rem;}
.footer .footer-middle{flex-direction: column; align-items: flex-start;}



}

@media (max-width: 568px) {


}


@media (max-width: 480px) {


}

@media (max-width: 767px) {

}