
	.why-section {
	  background-color: #f8f9fa;
	  padding: 60px 0;
	  color: #333;
	}
	
	.why-container {
	  width: 90%;
	  max-width: 1200px;
	  margin: 0 auto;
	  text-align: center;
	}
	
	.why-title {
	  font-size: 2.5rem;
	  font-weight: 700;
	  color: #1a237e;
	  margin-bottom: 16px;
	}
	
	.why-description {
	  font-size: 1.1rem;
	  color: #555;
	  line-height: 1.6;
	  max-width: 700px;
	  margin: 0 auto 40px auto;
	}
	
	.why-features {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  gap: 30px; 
	}
	
	
	.why-item {
	  text-align: center;
	  
	}
	

	.icon-circle {
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  background-color: #e3f2fd; 
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 0 auto 20px auto;
	}
	
	.icon-circle img {
	  width: 45px;
	  height: 45px;
	  object-fit: contain;
	}
	
	.why-item h3 {
	  font-size: 1.25rem;
	  font-weight: 600;
	  color: #1a237e;
	  margin-bottom: 10px;
	}
	
	.why-item p {
	  font-size: 0.95rem;
	  color: #666;
	  line-height: 1.5;
	}
	
	.container1{
		width:90%;
		max-width:1100px;
		margin:auto;
		padding:40px 0
	}
    .btn1{display:inline-block;
		background: #F60;
		color:#fff;
		font-weight: 400px;
		padding:10px 18px;
		text-decoration:none;
		border-radius:4px;
		margin-top:10px;
	}
    .section{
		background:#fff;
		margin-bottom:20px;
		padding:20px;
		border-radius:5px;
		box-shadow:0 2px 5px rgba(0,0,0,0.1)
	}
   
   .admission-process {
	  background: linear-gradient(135deg, #f7faff, #ffffff);
	  padding: 80px 20px;
	  text-align: center;
	  position: relative;
	  overflow: hidden;
	}
	
	.admission-container {
	  max-width: 1200px;
	  margin: 0 auto;
	  position: relative;
	  z-index: 1;
	}
	
	.admission-title {
	  font-size: 2.4rem;
	  color: #003366;
	  font-weight: 700;
	  margin-bottom: 10px;
	}
	
	.admission-subtext {
	  color: #666;
	  font-size: 1rem;
	  margin-bottom: 60px;
	}
	
	.admission-line {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  position: relative;
	  flex-wrap: wrap;
	}
	
	.admission-line::before {
	  content: "";
	  position: absolute;
	  top: 60px;
	  left: 10%;
	  right: 10%;
	  height: 4px;
	  background: linear-gradient(to right, #5d9eff, #88c8ff);
	  z-index: 0;
	  border-radius: 5px;
	}
	
	.admission-step {
	  background: #fff;
	  border-radius: 16px;
	  padding: 30px 20px;
	  width: 23%;
	  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	  transition: all 0.4s ease;
	  position: relative;
	  z-index: 1;
	}
	
	.admission-step:hover {
	  transform: translateY(-8px);
	  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	}
	
	.admission-icon {
	  width: 80px;
	  height: 80px;
	  background: linear-gradient(135deg, #7aaaff, #4a7eff);
	  border-radius: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 0 auto 15px;
	  box-shadow: 0 4px 15px rgba(74, 126, 255, 0.4);
	  position: relative;
	}
	
	.admission-icon img {
	  width: 40px;
	  filter: brightness(0) invert(1);
	}
	
	.admission-step h3 {
	  font-size: 1.1rem;
	  color: #003366;
	  font-weight: 600;
	  margin-bottom: 5px;
	}
	
	.admission-step p {
	  font-size: 0.95rem;
	  color: #555;
	  margin: 0;
	}
	
	/* Responsive */
	@media (max-width: 992px) {
	  .admission-line {
		flex-direction: column;
		align-items: center;
	  }
	  .admission-line::before {
		display: none;
	  }
	  .admission-step {
		width: 80%;
		margin-bottom: 25px;
	  }
	}

      
    .admission-form{
		background:#0077b6;
		color:#fff;
		padding:20px;
		border-radius:5px
	}
    .admission-form input,.admission-form select{
		width:100%;
		padding:10px;
		margin:8px 0;
		border:none;
		border-radius:3px
	}
    .admission-form button{
		background:#ffcc00;
		color:#000;
		border:none;
		padding:10px 15px;
		cursor:pointer;
		border-radius:3px
	}
	.section.documents {
	  background: linear-gradient(135deg, #ffffff, #f3f9ff);
	  padding: 30px;
	  border-radius: 8px;
	  border-left: 6px solid #0077b6;
	  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	}
	
	.section.documents h2 {
	  font-size: 26px;
	  margin-bottom: 15px;
	  color: #0077b6;
	  position: relative;
	  padding-left: 40px;
	}
	
	.section.documents h2::before {
	  content: "📄";
	  position: absolute;
	  left: 0;
	  top: -5px;
	  font-size: 32px;
	}
	
	.section.documents ul {
	  list-style: none;
	  padding: 0;
	}
	
	.section.documents ul li {
	  background: #e8f4ff;
	  margin: 10px 0;
	  padding: 12px 15px;
	  border-radius: 6px;
	  font-size: 16px;
	  display: flex;
	  align-items: center;
	  border: 1px solid #cce7ff;
	  transition: all 0.3s ease;
	}
	
	.section.documents ul li::before {
	  content: "✔";
	  color: #0077b6;
	  font-weight: bold;
	  margin-right: 10px;
	}
	
	.section.documents ul li:hover {
	  background: #d7edff;
	  transform: translateX(5px);
	}
	.lkg-routine {
	  background: #ffffff;
	  padding: 25px;
	  border-radius: 8px;
	  border-left: 6px solid  #0077b6;
	  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	}
	
	.lkg-routine h2 {
	  color: #036;
	  margin-bottom: 15px;
	  font-size: 26px;
	}
	
	.routine-table {
	  width: 100%;
	  border-collapse: collapse;
	  margin-top: 10px;
	}
	
	.routine-table th,
	.routine-table td {
	  border: 1px solid #ddd;
	  padding: 10px 12px;
	  text-align: center;
	  font-size: 15px;
	}
	
	.routine-table th {
	  background: #69BCFA;
	  color: #444;
	}
	

	
	.routine-table tr:hover {
	  background: #9CF;
	}
	
	.time-col {
	  font-weight: bold;
	  color: #09F;
	}