	.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)
	}
    .features{
		display:grid;
		grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
		gap:20px
	}
    .feature-box{
		background:#fafafa;
		padding:15px;
		border-radius:5px;
		border:1px solid #ddd;
		text-align:center
	}
    .feature-box img{
		width:80px;
		height:80px;
		margin-bottom:10px
	}
    .process{
		display:flex;
		flex-wrap:wrap;
		gap:20px;
		justify-content:space-between
	}
    .step{flex:1 1 220px;
	    background:#e3f2fd;
		padding:15px;
		border-radius:5px;
		border-left:5px solid #0077b6
	}
      
    .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;
	}