	
	/* Page Banner */
        .page-banner {
  
            background: url('../img/banner1.jpg') center/cover;
        }
        
        /* Additional Cards Styling */
        .additional-card {
            border: none;
            border-radius: 15px;
            transition: transform 0.3s ease;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .additional-card:hover {
            transform: translateY(-5px);
        }
        
        .additional-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #4e89d8;
        }
		
		.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* اختياري: أزل التدوير إذا كنت تريد تغطية كاملة بدون حواف */
    box-shadow: none; /* اختياري: أزل الظل */
    display: block;
}

		.row {
  display: flex;
  flex-wrap: wrap;
}

.about-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
		
  /* Make all about-card fill height of their column */
  #kindergarten-stages .about-card {
    
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
  }

  /* Make paragraph take available space so cards align nicely */
  #kindergarten-stages .about-card p {
    flex-grow: 1;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  /* Control heading spacing */
  #kindergarten-stages .about-card h4 {
    margin-bottom: 0.5rem;
  }

     .parallax-2 {
    background-image: url('../img/parax2.jpg');
}   #ana_video {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
        135deg,
        #a18cd1 0%,     /* soft lavender */
        #fbc2eb 50%,    /* pinkish tone */
        #84fab0 100%    /* soft minty blue */
    );
    padding: 80px 20px;
    text-align: center;
}

#ana_video video {
    width: 100%;
    max-width: 900px;         /* control the video size */
    aspect-ratio: 16 / 9;     /* ensures proper aspect ratio */
    object-fit: cover;        /* crops excess to fill the box */
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#kindergarten-stages .section-intro {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
}

body.dark-mode #kindergarten-stages .section-intro{color: white}
		
	#kindergarten-stages {
			scroll-margin-top: 200px;
			/* height of your fixed header */
		}
		
		.about-card p {
  margin-bottom: 1rem;
  line-height: 1.9;
  font-size: 1.05rem;
}


	


.cta-section {
    background: linear-gradient(135deg, #8e44ad 0%, #3498db 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pattern.png') repeat;
    opacity: 0.1;
}

.cta-content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-text {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
}

.cta-buttons .btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-buttons .btn-primary {
    background-color: #e84393;
    border-color: #e84393;
}

.cta-buttons .btn-primary:hover {
    background-color: #d32a7a;
    border-color: #d32a7a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.cta-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #e84393;
    font-size: 1.2rem;
    margin-left: 10px;
}

/* التكيف مع الوضع الداكن */
body.dark-mode .cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

body.dark-mode .cta-content {
    background: rgba(26, 26, 46, 0.7);
}

/* التكيف مع الشاشات الصغيرة */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-text {
        font-size: 1.1rem;
    }
    
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .feature-item {
        justify-content: center;
        text-align: right;
    }
}
