.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;
  }
}
/* /////////////Choosing the Best Kindergarten in Malaysia/////////////// */
.selection-guide {
    padding: 60px 100px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
    overflow: hidden;
}

.split-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.guide-visual {
    flex: 1;
    min-width: 400px;
    position: relative;
}

.image-stack-new {
    position: relative;
    border-radius: 30px; 
}

.main-img {
    width: 100%;
    border-radius: 30px;
    display: block;
}

.floating-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #FFC107;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #2E2E72;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.drawing-icon {
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 3rem;
    color: #4A90E2; 
    transform: rotate(-15deg);
    opacity: 0.6;
}

.guide-text {
    flex: 1.2;
    min-width: 400px;
}

.sub-heading {
    color: #2E2E72;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.main-title {
    color: #2E2E72;
    font-size: 2.5rem;
    margin: 15px 0 25px;
    line-height: 1.2;
}

.highlight {
    /* font-size: 1.2rem; */
    color: #2b2b3a;
    border-left: 4px solid #FFC107;
    padding-left: 20px;
    margin-bottom: 20px;
}

.feature-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    margin: 25px 0;
}

.question-callout {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: pink;
    background: #3C55;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.question-callout span {
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    color: #FFC107;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .split-wrapper { flex-direction: column; gap: 40px; }
    .guide-visual, .guide-text { min-width: 100%; }
    .main-title { font-size: 2rem; }
}
.reveal {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.17, 0.55, 0.55, 1);
}

.fade-left {
    transform: translateX(-50px);
}

.fade-right {
    transform: translateX(50px);
}

.reveal.active {
    opacity: 1;
    transform: translateX(0);
}

.guide-text.active {
    transition-delay: 0.2s;
}
/* /////////////Importance Of A Right Start In Early Childhood Education///////////// */
.education-insight {
    padding: 60px 100px;
    background-color: #fdfdfd;
}

.insight-card {
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(74, 144, 226, 0.1);
    overflow: hidden;
    border: 1px solid #e1e8f0;
}

.insight-header {
    background: #FFF4DD; 
    padding: 40px;
    text-align: center;
    color: #2E2E72;
}

.header-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #FFC107; 
}

.insight-header h2 {
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
}

.insight-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 40px;
    align-items: center;
}

.body-left p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.soil-metaphor {
    background: #fff; 
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    border: 2px dashed #2E2E72;
}

.soil-metaphor i {
    font-size: 2rem;
    color: #E84C7F;
    margin-bottom: 15px;
}

.soil-metaphor p {
    font-size: 1rem;
    color: #333;
    font-style: italic;
}

.insight-footer {
    background: #fcfcfc;
    padding: 30px 40px;
    border-top: 1px solid #eee;
    text-align: center;
}

.insight-footer p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.fade-up {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up.active {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 991px) {
    .insight-body { grid-template-columns: 1fr; gap: 30px; }
    .insight-header h2 { font-size: 1.6rem; }
}
/* ///////////Evaluation of the kindergarten curriculum that Malaysia offers//////// */

.curriculum-evaluation {
    padding: 60px 100px;
    background-color: #f5f6fb;
}

.curriculum-intro {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.intro-visual {
    position: relative;
    max-width: 400px;
}

.visual-circle {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.circle-img {
    width: 100%; height: 100%; object-fit: cover;
}

.drawing-accent {
    position: absolute;
    bottom: -30px;
    left: 20px;
    font-size: 3rem;
    color: #FFC107;
    transform: rotate(-10deg);
}

.main-heading {
    color: #2E2E72;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.accent-bar {
    width: 70px;
    height: 5px;
    background: #FFC107;
    margin-bottom: 25px;
    border-radius: 10px;
}

.curriculum-intro p {
    color: #2b2b3a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.joy-highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid  #E84C7F;
    font-style: italic;
    color: #666;
}

.joy-highlight i {
    font-size: 1.5rem;
    color:  #E84C7F;
}

.city-curriculum-card {
    background: #ffffff;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(46, 46, 114, 0.08);
}

.card-visual {
    height: 100%;
}

.card-img {
    width: 100%; height: 100%; object-fit: cover;
}

.card-content {
    padding: 50px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 30px;
    background: #E84C7F;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(111, 70, 255, 0.3);
}

.card-title {
    color: #2E2E72;
    font-size: 1.8rem;
    margin: 30px 0 20px;
}

.method-highlight {
    background: #FFF4DD;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 2%; 
    border-right: 4px solid #FFC107;
}

.method-highlight i {
    font-size: 1.8rem;
    color: #FFC107;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .curriculum-intro { grid-template-columns: 1fr; text-align: center; }
    .intro-visual { margin: 0 auto; max-width: 100%; }
    .accent-bar { margin: 0 auto 25px; }
    .city-curriculum-card { grid-template-columns: 1fr; }
    .card-visual { height: 250px; }
}
@media (max-width: 991px) {
    .curriculum-intro { 
        display: flex; 
        flex-direction: column;
        align-items: center; 
        text-align: center; 
        gap: 30px;
    }

    .intro-visual { 
        margin: 0 auto; 
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .intro-text {
        display: flex;
        flex-direction: column;
        align-items: center; 
        width: 100%;
    }

    .accent-bar { 
        margin: 0 auto 25px; 
    }

    .joy-highlight {
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}
/* //////////////Assess Teachers' Qualifications & Ratios/////////////////////// */
.teacher-qualifications {
    padding: 60px 100px;
    background-color: #ffffff;
}

.qual-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.qual-text {
    flex: 1.2;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.accent-line {
    width: 60px;
    height: 5px;
    background:  #ffb703;
    margin-bottom: 25px;
    border-radius: 10px;
}

.intro-p {
    color:  #2b2b3a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2E2E72;
}

.check-list li i {
    color: #ffb703;
}

.city-advantage {
    background: #FFF4DD;
    padding: 30px;
    border-radius: 20px;
    border-left: 5px solid #E84C7F;
}

.advantage-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.advantage-header i {
    font-size: 1.5rem;
    color: #E84C7F;
}

.advantage-header h3 {
    margin: 0;
    color: #2E2E72;
    font-size: 1.2rem;
}

.qual-visual {
    flex: 1;
}

.image-container {
    position: relative;
    border-radius: 30px;
}

.main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.ratio-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #2E2E72;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(46, 46, 114, 0.3);
}

.ratio-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color:  #ffb703;
}

.ratio-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .qual-wrapper { flex-direction: column; text-align: center; }
    .accent-line { margin: 0 auto 25px; }
    .check-list li { justify-content: center; }
    .ratio-badge { left: 50%; transform: translateX(-50%); }
}
/* //////////////Ensuring a Safe & Nurturing Environment///////////////// */
.safety-environment {
    padding: 60px 100px;
    background-color: #ffffff;
}

.safety-intro {
    /* max-width: 850px; */
    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 0;
    border-radius: 10px;
}

.intro-p {
    color: #2b2b3a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.observation-box {
    background: #FFF4DD;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    border-left: 5px solid #E84C7F;
    text-align: left;
}

.observation-box i {
    font-size: 2rem;
    color: #E84C7F;
}

.city-safety-card {
    background: #FFF4DD;
    border-radius: 30px;
    padding: 60px;
    color: #ffffff;
    overflow: hidden;
}

.safety-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.brand-tag {
    background: #E84C7F;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.safety-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.safety-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.safety-list i {
    color: #ffb703;
}

.img-responsive {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.security-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ffb703;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E2E72;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.safety-content{
    color: #2E2E72;
}
.safety-content h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .safety-intro {
        text-align: center;
        align-items: center; 
    }

    .accent-bar {
        margin: 20px auto; 
    }

    .observation-box {
        flex-direction: column;
        text-align: center;
        margin: 30px auto 0;
    }

    .city-safety-card {
        padding: 40px 25px;
    }

    .safety-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .safety-list li {
        justify-content: center;
    }

    .safety-visual {
        order: -1;
        margin-bottom: 40px;
    }

    .security-icon {
        right: 50%;
        transform: translateX(50%);
        top: -30px;
    }
}
/*  ////////////////////////////////The Environment And Facilities///////////////////////*/
.facilities-section {
    padding: 60px 100px;
    background-color: #f5f6fb; 
}

.env-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;
}

.intro-p {
    color: #2b2b3a;
    line-height: 1.8;
    font-size: 1.1rem;
}

.facilities-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.info-side {
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(46, 46, 114, 0.05);
}

.question-list h3 {
    color: #2E2E72;
    margin-bottom: 20px;
}

.question-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.question-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #555;
    font-weight: 500;
}

.question-list i {
    color: #ffb703;
    font-size: 1.1rem;
}

.city-text {
    border-top: 1px solid #eee;
    padding-top: 20px;
    color: #444;
    line-height: 1.6;
}

.main-image-wrap {
    position: relative;
    border-radius: 30px;
}

.img-fluid {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.zone-tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tag.purple { background: #6f46ff; }
.tag.yellow { background: #ffb703; color: #2E2E72; }
.tag.blue { background: #2E2E72; }

@media (max-width: 991px) {
    .facilities-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .info-side {
        order: 2; 
    }

    .question-list ul {
        display: inline-block;
        text-align: left; 
    }

    .zone-tags {
        position: static;
        margin-top: 20px;
        justify-content: center;
    }

    .env-intro {
        padding: 0 15px;
    }
}
/* //////////////////Consider Location and Affordability/////////// */
.logistics-section {
    padding: 60px 100px;
    background-color: #ffffff;
}

.logistics-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.logistics-content {
    flex: 1.2;
}

.section-title-alt {
    color: #2E2E72;
    font-size: 2.2rem;
    font-weight: 800;
}

.accent-bar {
    width: 80px;
    height: 5px;
    background: #ffb703;
    margin: 20px 0;
    border-radius: 10px;
}

.location-callout {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f4f8ff;
    padding: 25px;
    border-radius: 20px;
    margin-top: 25px;
    border-left: 5px solid #2E2E72;
}

.location-callout i {
    font-size: 1.5rem;
    color: #2E2E72;
    margin-top: 5px;
}

.img-rounded {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.logistics-image {
    flex: 1;
}

.affordability-card {
    background: #FFF4DD; 
    padding: 50px;
    border-radius: 30px;
    border: 2px dashed #ffb703;
}

.card-inner {
    display: grid;
    grid-template-columns: 80px 1fr 250px;
    align-items: center;
    gap: 40px;
}

.price-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffb703;
}

.price-text h3 {
    color: #2E2E72;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
}

.transparency-note {
    font-weight: 700;
    color: #2E2E72;
    margin-top: 10px;
}

.fee-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #2E2E72;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s ease;
    text-align: center;
}

.fee-btn:hover {
    background: #6f46ff; 
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .logistics-row {
        flex-direction: column;
        text-align: center;
    }

    .logistics-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .accent-bar {
        margin: 20px auto;
    }

    .location-callout {
        text-align: left; 
    }

    .card-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .affordability-card {
        padding: 40px 20px;
    }
}

.location-pin-section {
    padding: 80px 20px;
    background-color: #F0F4F8; 
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.location-pin-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.pin-wrapper {
    display: flex;
    flex-direction: column; 
    gap: 50px;
}

.pin-text-col {
    flex: 1;
}

.pin-text-col h2 {
    font-size: 2.2rem;
    color: #2E2E72;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.pin-text-col h2 span {
    color: #ff4f81;
    border-bottom: 4px solid hsl(343, 100%, 65% ,0.2);
}

.pin-text-col .intro-p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sub-heading {
    font-size: 1.2rem;
    color: #2E2E72;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.detail-item {
    display: flex;
    align-items: center; 
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}

.detail-item:hover {
    transform: translateX(5px);
}

.icon-box {
    font-size: 1.5rem;
    background: #E3F2FD;
    width: 50px;
    height: 50px;
    flex-shrink: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.info strong {
    display: block;
    color: #2E2E72;
    font-size: 1rem;
    margin-bottom: 2px;
    font-weight: 600;
}

.info p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

.visit-box p {
    font-weight: 600;
    color: #2E2E72;
    margin-bottom: 15px;
}

.btn-map {
    display: inline-block;
    background: #ff4f81;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 127, 80, 0.3);
}

.btn-map:hover {
    background: #FFB000;
    transform: translateY(-3px);
}

.pin-map-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-frame {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: rotate(-1deg);
    transition: transform 0.3s ease;
}

.map-frame:hover {
    transform: rotate(0deg) scale(1.01);
}

.custom-pin-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.pin-body {
    width: 50px;
    height: 50px;
    background: #FF7F50;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation: bounce 2s infinite;
    margin-bottom: 10px;
}

.pin-inner-logo {
    transform: rotate(45deg);
    font-size: 1.2rem;
}

.pin-pulse {
    width: 20px;
    height: 10px;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    animation: shadowPulse 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-15px); }
}

@keyframes shadowPulse {
    0%, 100% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(0.5); opacity: 0.1; }
}

@media (min-width: 900px) {
    .pin-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }
    
    .map-frame {
        height: 500px;
    }
}
/*  /////////////How to choose kindergarten in Malaysia: a quick checklist////////////*/
.final-checklist-section {
    padding: 60px 0;
    background-color: #f5f6fb;
}

.checklist-card {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(46, 46, 114, 0.1);
    overflow: hidden;
    border: 2px solid #eef0f7;
}

.checklist-header {
    background: #FFF4DD;
    padding: 50px 40px;
    text-align: center;
    color: #2E2E72;
}

.checklist-header i {
    font-size: 3rem;
    color: #ffb703;
    margin-bottom: 20px;
}

.checklist-header h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.checklist-header p {
    opacity: 0.9;
    font-size: 1rem;
}

.checklist-body {
    padding: 40px;
}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.check-item:last-child {
    border-bottom: none;
}

.check-icon {
    width: 30px;
    height: 30px;
    background: #FFF4DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.check-icon i {
    color: #ffb703;
    font-size: 0.9rem;
}

.check-item p {
    margin: 0;
    color: #2b2b3a;
    font-size: 1.1rem;
    line-height: 1.5;
}

.checklist-footer {
    padding: 40px;
    text-align: center;
    background: #fdfdfd;
    border-top: 1px solid #f0f0f0;
}

.checklist-footer p {
    font-weight: 700;
    color: #2E2E72;
    margin-bottom: 20px;
}

.visit-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #2E2E72 ;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(111, 70, 255, 0.2);
}

.visit-btn:hover {
    background: #FFB400 ;
    transform: translateY(-3px);
    color: #fff;
}

/* --- MOBILE VIEW --- */
@media (max-width: 768px) {
    .checklist-card {
        margin: 0 15px;
        border-radius: 30px;
    }
    
    .checklist-header {
        padding: 40px 20px;
    }
    
    .checklist-header h2 {
        font-size: 1.5rem;
    }

    .checklist-body {
        padding: 25px;
    }

    .check-item p {
        font-size: 1rem;
    }
}
/*////////////////////The city kindergarten at a glance///////////////  */
.summary-glance-section {
    padding: 60px 100px;
    background-color: #ffffff;
}

.glance-card {
    background: #2E2E72;
    border-radius: 40px;
    padding: 60px;
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(46, 46, 114, 0.2);
    position: relative;
    overflow: hidden;
}

.glance-card::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(111, 70, 255, 0.1);
    border-radius: 50%;
}

.glance-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.summary-tag {
    background: #ffb703;
    color: #2E2E72;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.glance-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.glance-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.9;
}

.visit-invite {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.visit-invite i {
    font-size: 2rem;
    color: #ffb703;
}

.visit-invite p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    opacity: 1;
}

.glance-stats {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.stat-item {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
}

.stat-item:hover {
    transform: translateX(10px);
}

.stat-item i {
    font-size: 1.8rem;
    color: #2E2E72;
}

.stat-item h4 {
    margin: 0;
    color: #2E2E72;
    font-weight: 800;
    font-size: 1.2rem;
}

.stat-item span {
    color: #666;
    font-size: 0.9rem;
}

.cta-glance-btn {
    margin-top: 10px;
    background: #ffb703;
    color: #2E2E72;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.cta-glance-btn:hover {
    background: #ffffff;
    color: #2E2E72;
}

@media (max-width: 991px) {
    .glance-card {
        padding: 40px 25px;
        margin: 0 15px;
    }

    .glance-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .summary-tag {
        margin: 0 auto 20px;
    }

    .visit-invite {
        flex-direction: column;
        text-align: center;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
    }
    
    .stat-item:hover {
        transform: translateY(-5px);
    }
}


@media (max-width: 768px) {
    .selection-guide,
    .education-insight,
    .curriculum-evaluation,
    .teacher-qualifications,
    .safety-environment,
    .facilities-section,
    .logistics-section,
    .summary-glance-section {
        padding: 40px 20px;
    }
}