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

@media (max-width: 1390px) {
.lifetime-memories .same-heading{    min-height: 389px;}
}

@media (max-width: 1199px) {
.header .nav-links{gap: 1.2rem;}
.header .nav-links .btn{margin-left: 1rem;}
.max-wid-80 {
  max-width: 100%;
}

.hero-section h1{font-size: 3rem;}

.lifetime-memories .same-heading{background: url(../images/lifetime-memories-bg-color-layer.svg)no-repeat center top/cover; min-height: inherit; border-radius: 15px;        display: flex;
        align-items: center;
        flex-direction: row; padding-bottom: 0;}

}

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

  /* Global */
  .same-section { padding: 2.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{min-height: inherit; margin-top: 0;   padding: 3rem 0rem;}
.hero-section h1{font-size: 2.6rem;}
.same-heading h2{font-size: 2.2rem;}

.footer{padding-top: 2rem;}
.footer .footer-top{padding-bottom: 2rem;}
.footer .footer-inner{justify-content: center; gap: 0.6rem;}
.footer .footer-brand-row{justify-content: center;}

.lifetime-memories .same-heading{flex-direction: column; align-items: self-start; padding: 2rem 1rem 0;}
.lifetime-memories .same-heading .content-bx{max-width: 100%; margin-bottom: 1.5rem;}
.lifetime-memories{padding-top: 0;}

/* Story Timeline — tablet/mobile */
.story-wave { display: none; }
.story-timeline { margin-top: 0; }

.story-top-row,
.story-bottom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.story-top-row {
    margin: 0 0 1rem 0;
}

.story-bottom-row {
    margin: 0;
}

.story-empty { display: none; }

.story-top-row .story-item,
.story-bottom-row .story-item {
    justify-content: flex-start;
    padding: 1.25rem 0.75rem;
    text-align: center;
    align-items: center;
    background: rgba(255,255,255,0.08);
    border-radius: 0.75rem;
}

.story-item .story-dot {
  display: none;
}

.story-item .story-dot::after { display: none; }
.nannylife-care .care-cards-grid{margin-top: 0;}

.flagship-feature-card{background: #f6f6f6; border-radius: 10px;}
.service-home-section .service-card,.nannylife-care .care-card,.flagship-feature-card{padding: 1.5rem;}
.family-care-section .promise-bar{margin-top: 1rem;}
.family-care-section .promise-title{font-size: 1.4rem;}
.pricing-card .pricing-price{font-size: 2rem;}
.hero-section h3{font-size: 1.4rem;}
/* .footer .footer-brand-desc{margin: 0 auto 1rem;} */


}


@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) {
.same-heading h2 { font-size: 2rem;}

.story-top-row,
.story-bottom-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

}


@media (max-width: 480px) {


}

@media (max-width: 767px) {

}