.blogs-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blogs-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 70, 0.65); 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.blogs-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}

.blogs-content p {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blogs-content p a {
  color: #ffb700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blogs-content p a:hover {
  color: #ff4f81;
}

.blogs-content span {
  color: #fff;
  opacity: 0.8;
}

/* ======== Responsive ======== */
@media (max-width: 992px) {
  .blogs-banner {
    height: 50vh;
  }
  .blogs-content h1 {
    font-size: 44px;
  }
  .blogs-content p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .blogs-banner {
    height: 45vh;
  }
  .blogs-content h1 {
    font-size: 36px;
  }
  .blogs-content p {
    font-size: 16px;
  }
}
/*  ///////////A normal concern in every parent's life./////////// */
.preface-section-alt {
    padding: 70px  100px;
    background: linear-gradient(135deg, #ffffff 0%, #F0F8FF 100%); 
    position: relative;
    overflow: hidden;
}

.preface-split {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

.preface-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.p-badge {
    background: #FFC107; 
    color: #2E2E72; 
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.preface-main-title {
    color: #2E2E72;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.preface-text p {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.inline-quote {
    color: #E84C7F ; 
    font-weight: 600;
    font-style: italic;
    padding: 3px 8px;
    border-radius: 5px;
}

.relevance-callout {
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 0.95rem;
}

.relevance-callout i {
    color: #FFC107;
}

.preface-visual {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: visible; 
}

.p-main-img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(46, 46, 114, 0.1); 
    display: block;
}

.decorative-graphic {
    position: absolute;
    top: -25px;
    left: -25px;
    font-size: 3rem;
    color: #ffb703; 
    opacity: 0.8;
    transform: rotate(-15deg);
    z-index: 2;
}

@media (max-width: 991px) {
    .preface-section-alt {
        padding: 80px 15px 60px;
        text-align: center;
    }

    .preface-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .preface-text {
        align-items: center;
        text-align: center;
        order: 2; 
    }

    .p-badge { margin: 0 auto 20px; }

    .preface-main-title {
        font-size: 2rem;
    }

    .relevance-callout {
        flex-direction: column;
        text-align: center;
        margin: 20px auto 0;
    }

    .image-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
    }
}
/* /////////The Official Kindergarten Age in Malaysia///////// */
.official-age-section {
    padding: 60px 80px;
    background-color: #ffffff;
}

.age-intro {
    max-width: 90%;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.8rem;
    font-weight: 700;
}

.accent-bar {
    width: 80px;
    height: 5px;
    background: #FFC107;
    margin: 20px 0;
    border-radius: 10px;
}

.intro-p {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.7;
}

.age-info-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.official-rules {
    background: #FFF4DD;
    padding: 40px;
    border-radius: 30px;
}

.rule-box {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.rule-icon {
    font-size: 2rem;
    color: #2E2E72;
}

.rule-text h3 {
    color: #2E2E72;
    margin-bottom: 10px;
}

.timeline-visual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.time-point {
    text-align: center;
}

.time-point .age {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #2E2E72 ;
}

.time-point .label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
}

.time-line {
    flex-grow: 1;
    height: 2px;
    background: #d1d8e0;
    margin: 0 20px;
    position: relative;
}

.time-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #2E2E72;
    border-radius: 50%;
}

.verdict-card {
    background: #2E2E72;
    padding: 40px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-tag {
    background: #FFC107;
    color: #2E2E72;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    align-self: flex-start;
}

.verdict-card h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.disclaimer-note {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.disclaimer-note i {
    color: #FFC107;
}

@media (max-width: 991px) {
    .age-info-grid {
        grid-template-columns: 1fr;
    }

    .official-rules, .verdict-card {
        padding: 30px 20px;
    }

    .timeline-visual {
        flex-direction: column;
        gap: 20px;
    }

    .time-line {
        width: 2px;
        height: 40px;
        margin: 10px 0;
    }
}
/* ////////////When Should a Child Start Kindergarten? Look Beyond the Number///////////////// */
.readiness-section {
    padding: 60px 80px;
    background-color: #f8f9fc;
}

.readiness-intro {
    max-width: 85%;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.2rem;
    font-weight: 800;
}

.accent-bar {
    width: 80px;
    height: 5px;
    background: #ffb703;
    margin: 20px auto;
    border-radius: 10px;
}

.pillars-grid {
    padding: 0px 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pillar-card {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(46, 46, 114, 0.05);
    transition: transform 0.3s ease;
}

.pillar-card:hover {
    transform: translateY(-10px);
}

.pillar-card i {
    font-size: 2.5rem;
    color: #2E2E72;
    margin-bottom: 20px;
}

.pillar-card h4 {
    color: #2E2E72;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.readiness-details {
    max-width: 1100px;
    margin: 0 auto;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.dev-content h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #2E2E72;
    margin-bottom: 20px;
}

.summary-tag-blue {
    display: inline-block;
    background: #FFF4DD;
    color: #2E2E72;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.questions-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.card-header-yellow {
    background: #ffb703;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #2E2E72;
}

.card-header-yellow h4 {
    margin: 0;
    font-weight: 800;
}

.readiness-list {
    list-style: none;
    padding: 30px;
    margin: 0;
}

.readiness-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #444;
    font-weight: 500;
}

.readiness-list li span {
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #2E2E72;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .pillars-grid {
        grid-template-columns: 1fr;
        padding: 0px 0px;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dev-content {
        order: 2;
    }

    .questions-card {
        order: 1;
        margin-bottom: 40px;
    }

    .readiness-list li {
        text-align: left;
    }
}
/* ///////////Is 3 Years Old Too Early for Preschool?/////////////////// */
.toddler-pathway-section {
    padding: 50px 100px;
    background-color: #ffffff;
}

.pathway-intro {
    max-width: 90%;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.5rem;
    font-weight: 700;
}

.accent-bar {
    width: 80px;
    height: 5px;
    background: #ffb703;
    margin: 20px auto;
    border-radius: 10px;
}

.pathway-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.image-stack-one {
    position: relative;
    padding-bottom: 20px;
}

.img-main {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(46, 46, 114, 0.1);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: -20px;
    background: #ffb703;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: #2E2E72;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.experience-badge i {
    font-size: 1.5rem;
}

.info-block {
    margin-bottom: 40px;
}

.block-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.age-label {
    background: #2E2E72;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.age-label.purple {
    background: #6f46ff;
}

.info-block h3 {
    color: #2E2E72;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.info-block p {
    color: #444;
    line-height: 1.7;
}

.next-step-indicator {
    margin-top: 40px;
    text-align: center;
    color: #2E2E72;
    font-weight: 700;
}

.next-step-indicator i {
    margin-top: 10px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

@media (max-width: 991px) {
    .pathway-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pathway-visual {
        order: -1;
        margin-bottom: 40px;
    }

    .block-header {
        flex-direction: column;
        gap: 10px;
    }

    .experience-badge {
        right: 50%;
        transform: translateX(50%);
        bottom: -10px;
        white-space: nowrap;
    }
}
/* ////////////////Emotional Readiness: The Factor Parents Overlook//////////////////// */
.emotional-readiness-section {
    padding: 50px 100px;
    background-color: #f4f8ff;
}

.emotional-intro {
    max-width: 90%;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.2rem;
    font-weight: 800;
}

.accent-bar {
    width: 80px;
    height: 5px;
    background: #ffb703; 
    margin: 20px auto;
    border-radius: 10px;
}

.intro-p {
    color: #2b2b3a;
    line-height: 1.8;
}

.emotional-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: stretch;
}

.indicators-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(46, 46, 114, 0.05);
}

.card-header-purple {
    background: #FFF4DD;
    padding: 30px;
    color: #2E2E72;
    text-align: center;
}

.card-header-purple i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.card-header-purple h3 {
    margin: 0;
    font-size: 1.5rem;
}

.card-body {
    padding: 40px;
}

.indicator-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.indicator-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2E2E72;
}

.indicator-list i {
    color: #ffb703;
}

.roots-note {
    font-size: 0.95rem;
    color: #2E2E72;
    padding-top: 20px;
}

.city-role-box .image-container {
    position: relative;
    height: 100%;
}

.emotional-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.role-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #2E2E72; 
    padding: 25px;
    border-radius: 20px;
    color: #ffffff;
}

.role-overlay h4 {
    color: #ffb703;
    margin-bottom: 10px;
    font-weight: 800;
}

.role-overlay p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .emotional-grid {
        grid-template-columns: 1fr;
    }

    .indicators-card {
        order: 2;
    }

    .city-role-box {
        order: 1;
        margin-bottom: 30px;
    }

    .emotional-img {
        height: 300px;
    }
}
/* ////////////Social Skills Development: Why it starts here////////////// */
.social-skills-section {
    padding: 60px 100px;
    background-color: #ffffff;
}

.social-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.social-image-wrap {
    position: relative;
}

.social-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(46, 46, 114, 0.1);
}

.social-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    background: #6f46ff;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(111, 70, 255, 0.2);
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.accent-bar-left {
    width: 60px;
    height: 5px;
    background: #ffb703;
    margin-bottom: 25px;
    border-radius: 10px;
}

.intro-p {
    color: #2b2b3a;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.benefit-card {
    background: #f4f8ff; 
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.benefit-card p {
    margin: 0;
    color: #444;
    font-size: 1.05rem;
    line-height: 1.6;
}

.window-note {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FFF4DD; 
    padding: 20px;
    border-radius: 15px;
}

.window-note i {
    color: #ffb703;
    font-size: 1.5rem;
}

.window-note p {
    margin: 0;
    font-weight: 700;
    color: #2E2E72;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .social-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-visual {
        margin-bottom: 40px;
    }

    .social-badge {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .accent-bar-left {
        margin: 0 auto 25px;
    }

    .window-note {
        text-align: left; 
    }
}
/*///////When to send a child to school: a practical checklist/////////  */
.practical-checklist-section {
    padding: 50px 0;
    background-color: #f5f6fb;
}

.decision-card {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(46, 46, 114, 0.1);
    overflow: hidden;
}

.decision-header {
    text-align: center;
    padding: 50px 40px 30px;
    background: #ffffff;
}

.accent-bar-center {
    width: 60px;
    height: 5px;
    background: #ffb703;
    margin: 20px auto;
    border-radius: 10px;
}

.decision-body {
    padding: 0 60px 40px;
}

.check-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #f1f1f1;
}

.check-row:last-child {
    border-bottom: none;
}

.check-box-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #ffb703;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb703;
    flex-shrink: 0;
}

.check-row p {
    margin: 0;
    color: #2b2b3a;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* Verdict Footer */
.decision-footer {
    padding: 40px 60px;
    background: #FFF4DD;
    color: #2E2E72;
    text-align: center;
}

.verdict-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.verdict-box i {
    font-size: 2.5rem;
    color: #ffb703;
}

.verdict-box p {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* --- MOBILE VIEW --- */
@media (max-width: 768px) {
    .decision-card {
        margin: 0 15px;
    }

    .decision-body {
        padding: 0 25px 30px;
    }

    .decision-footer {
        padding: 40px 25px;
    }

    .check-row {
        text-align: left;
    }

    .check-row p {
        font-size: 1rem;
    }
}
/* /////////////Looking for a kindergarten in Shah Alam?//////////  */
.shah-alam-cta {
    padding: 50px 100px;
    background-color: #ffffff;
}

.cta-box {
    background:#FFF4DD ;
    border-radius: 40px;
    padding: 60px;
    color: #2E2E72;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(46, 46, 114, 0.2);
}

.cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 183, 3, 0.2);
    color: #ffb703; 
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.9;
}

.trust-p {
    border-left: 4px solid #E84C7F;
    padding-left: 20px;
}

.contact-box {
    margin-top: 40px;
}

.contact-box p {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 1;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2E2E72;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
}

.call-btn:hover {
    background: #E84C7F;
    transform: translateY(-3px);
}

.cta-image-wrapper {
    position: relative;
}

.campus-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.expert-tag {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #6f46ff; 
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
    .cta-box {
        padding: 40px 25px;
        margin: 0 15px;
    }

    .cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .location-badge {
        justify-content: center;
    }

    .cta-visual {
        order: -1; 
        margin-bottom: 40px;
    }

    .trust-p {
        border-left: none;
        border-top: 2px solid #ffb703;
        padding-left: 0;
        padding-top: 20px;
    }

    .call-btn {
        width: 100%;
        justify-content: center;
    }
}
/* ////////Final Thoughts//////////////// */
.final-thoughts-section {
    padding: 50px 20px;
    background-color: #ffffff;
}

.final-wrapper {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.final-icon {
    font-size: 3rem;
    color: #ffb703;
    margin-bottom: 20px;
    opacity: 0.3;
}

.section-title-alt {
    color: #2E2E72; 
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.accent-bar-center {
    width: 60px;
    height: 5px;
    background: #ffb703;
    margin: 0 auto 35px;
    border-radius: 10px;
}

.final-summary-p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.personal-note-box {
    background: #f4f8ff; 
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 50px;
    display: inline-block;
    max-width: 700px;
}

.personal-note-box p {
    margin: 0;
    font-weight: 600;
    color: #2E2E72;
    font-style: italic;
}

.final-cta-area {
    margin-top: 20px;
}

.cta-lead {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2E2E72;
    margin-bottom: 30px;
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.primary-site-btn {
    background: #2E2E72;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(46, 46, 114, 0.2);
}

.secondary-tour-btn {
    background: #FFB400;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(111, 70, 255, 0.2);
}

.primary-site-btn:hover, .secondary-tour-btn:hover {
    transform: translateY(-5px);
    background: #E84C7F;
    color: #fff;
}

/* --- MOBILE VIEW --- */
@media (max-width: 768px) {
    .final-thoughts-section {
        padding: 80px 20px;
    }

    .section-title-alt {
        font-size: 2rem;
    }

    .btn-group {
        flex-direction: column;
        gap: 15px;
    }

    .primary-site-btn, .secondary-tour-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .preface-section-alt, 
    .official-age-section, 
    .readiness-section, 
    .toddler-pathway-section, 
    .emotional-readiness-section, 
    .shah-alam-cta,
    .social-skills-section {
        padding: 40px 20px;
    }
}