.immg img {
border-radius: 42px;
margin-top: 2em;
margin-bottom: 2em;
}	

.entry-content h4{
font-family: "Lora", Sans-serif; 
}

img {
width: 100%;
}
.entry-content h1 { 
font-family: 'Lora';
font-size: 40px;
font-weight: 400;
line-height: 50px;
letter-spacing: -0.05%;
color: #222222;
}
.entry-content h2 {
color: #ff6b35;
font-family: 'Lora';
margin: 0 1% 1% 0;
}


.entry-content h3{
font-family: "Lora", Sans-serif;
font-size: 34px;
font-weight: 400;
line-height: 45px;
color: #222222;
}
.entry-content p{
font-weight: 400;
font-size: 18px;
line-height: 32px;
margin: 0;
margin-bottom: 1em;
font-family: "Inter", Sans-serif;
}

.hero-section{
  padding:60px 40px;
  background:#f7f4e8;
}

/* .hero-wrapper{
  max-width:1400px;
  margin:auto;
  display:flex;
  gap:40px;
  align-items:flex-start;
  justify-content:space-between;
} */

.hero-wrapper { 
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-around;
}

/* LEFT CONTENT */

.hero-content{
  width:42%;
}

.hero-content h1{
  font-size:40px;
  line-height:1.2;
  color:#1d2433;
  margin-bottom:25px;
  font-weight:700;
  font-family: 'Lora';
}

.hero-content h1 span{
  color:#eb7a2d;
}

.hero-content p{
  font-size:18px;
  line-height:1.8;
  color:#222;
  margin-bottom:35px;
  max-width:650px;
}

/* FEATURE BOXES */

.feature-boxes {
	display: flex;
	gap: 25px;
	margin-bottom: 35px;
	flex-wrap: nowrap;
	align-items: center;
}

.feature-box{
  background:#fff;
  padding:20px;
  display:flex;
  gap:15px;
  align-items:flex-start;
  width:320px;
  border-left:6px solid #e75b4f;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.feature-box .icon{
  font-size:42px;
  line-height:1;
}

.feature-box h4 {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	color: #1d2433;
}

.feature-box h4 span{
  color:#eb7a2d;
}

/* BUTTON */

	button.faq-question {
	outline: unset !important;
}

.admission-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:#eb7a2d;
  color:#fff;
  text-decoration:none;
  padding:16px 32px;
  border-radius:50px;
  font-size:20px;
  font-weight:600;
  transition:0.3s;
  text-decoration: none !important;
}

.admission-btn:hover{
  background:#d86518;
}

/* CENTER IMAGES */

.hero-images{
  width:28%;
  position:relative;
  min-height:500px;
}

/* FORM */

.enquiry-form{
  width:320px;
  background:#eec5ab;
  padding:30px;
  position:relative;
}

.enquiry-form h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	color: #b94f00;
	font-weight: 700;
	font-family: 'Lora';
}

.form-group{
  margin-bottom:18px;
}

.form-group input, .form-group select {
	width: 100%;
	height: 52px;
	border: none;
	padding: 0 15px;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.mobile-row{
  display:flex;
  gap:10px;
}

.mobile-row select{
  width:42%;
}

.mobile-row input{
  width:58%;
}

.apply-btn{
  width:100%;
  height:55px;
  border:2px solid #00bfff;
  background:transparent;
  color:#00bfff;
  font-size:20px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.apply-btn:hover{
  background:#00bfff;
  color:#fff;
}

.enquire-tag {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #eb7a2d;
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	padding: 20px 10px;
	font-size: 18px;
	font-weight: 600;
}

.school-section{
  padding:70px 20px;
  background:#f5f5f5;
  overflow:hidden;
}

.container{
  max-width:1300px;
  margin:auto;
}

/* BREADCRUMB */

.breadcrumb {
	font-size: 18px;
	color: #222;
	background: transparent;
	padding: 0;
}

.breadcrumb a{
  color:#ef7c2f;
  text-decoration:none;
  font-weight:500;
}

/* MAIN GRID */

.school-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

/* LEFT CONTENT */

.school-content{
  width:55%;
}

.school-content h2 {
	font-size: 35px;
	line-height: 1.2;
	color: #1d2433;
	margin-bottom: 5px;
	font-weight: 700;
	font-family: 'Lora';
}

.school-content p {
	font-size: 21px;
	line-height: 1.6;
	color: #333;
	font-weight: 400;
}

.school-content .highlight{
  color:#ef7c2f;
  font-weight:600;
}

/* RIGHT IMAGES */

.school-images{
  width:45%;
  position:relative;
  min-height:520px;
}

/* BACKGROUND SHAPE */

.shape-bg{
  position:absolute;
  width:480px;
  height:480px;
  background:#ebebeb;
  border-radius:50%;
  right:20px;
  top:20px;
  z-index:1;
}

/* IMAGE BOX */

.image-box{
  position:absolute;
  overflow:hidden;
  border-radius:28px;
  z-index:2;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.image-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.popular-search-section{
  padding:60px 20px;
}

.popular-search-wrapper {
    max-width: 100%;
    margin: auto;
    background: #f6d4ad;
    padding: 35px 25px 40px;
}

/* TITLE */

.popular-search-title {
	font-size: 32px;
	font-weight: 700;
	color: #2b3444;
	margin-bottom: 30px;
	line-height: 1.2;
	font-family: 'Lora';
	text-align: center;
}

/* TAGS */

.popular-tags{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.popular-tags a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  background:#f27a36;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-size:18px;
  font-weight:500;
  transition:0.3s ease;
  border:1px solid transparent;
  white-space:nowrap;
}

.popular-tags a:hover{
  background:#df6825;
}

/* OUTLINE BUTTON */



.popular-tags a :hover{
  background:#f27a36;
  color:#fff;
}

/* SECTION */

.faq-section{
  padding:70px 20px;
}

.faq-wrapper{
  max-width:1300px;
  margin:auto;
  background:#f4e3d8;
  padding:70px 50px;
  position:relative;
  overflow:hidden;
  border-radius: 20px;
}

/* MAIN GRID */

.faq-grid{
  display:flex;
  justify-content:space-between;
  gap:50px;
  align-items:flex-start;
}

/* LEFT SIDE */

.faq-left{
  width:65%;
}

.faq-title{
  font-size:35px;
  font-weight:700;
  color:#1d2433;
  margin-bottom:40px;
  line-height:1.2;
  font-family: 'Lora';
}

/* ACCORDION */

.faq-item{
  margin-bottom:26px;
  border-radius:50px;
  overflow:hidden;
}

.faq-question {
width: 100%;
border: none;
background: #f6d4ad;
padding: 5px 20px;
border-radius: unset;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
transition: 0.3s ease;
outline: none;
}

.faq-question:hover{
  background:#f3c58e;
}

.faq-question span{
  font-size:20px;
  font-weight:500;
  color:#f48a1d;
  text-align:left;
  line-height:1.4;
}

.faq-icon{
  font-size:24px;
  color:#f48a1d;
  transition:0.3s ease;
  min-width:30px;
  text-align:center;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
}

/* ANSWER */

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
  padding:0 25px;
}

.faq-answer-content{
  padding:25px 0 10px;
}

.faq-answer p {
	font-size: 19px;
	line-height: 1.5;
	color: #333;
}

.faq-item.active .faq-answer{
  max-height:600px;
}

/* RIGHT IMAGES */

.faq-right{
  width:35%;
  position:relative;
  min-height:550px;
}



.faq-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

 .why-section{
  padding:70px 20px;
}

.container{
  max-width:1150px;
  margin:auto;
}

/* TITLE */

.section-title{
  text-align:center;
  font-size:44px;
  font-weight:700;
  color:#1d2433;
  margin-bottom:50px;
  line-height:1.2;
}

/* GRID */

.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

/* CARD */

.why-card{
  background:#fff;
  border:1px solid #d9d9d9;
  overflow:hidden;
  transition:0.3s ease;
}

.why-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* TOP BAR */

.card-top{
  background:#eb7a2f;
  height:70px;
  position:relative;
}

.card-icon{
  width:54px;
  height:54px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  left:22px;
  top:50%;
  transform:translateY(-50%);
  box-shadow:0 3px 10px rgba(0,0,0,0.1);
  font-size:24px;
}

/* CONTENT */

.card-content{
  padding:30px 26px 35px;
}

.card-content h3{
  font-size:24px;
  line-height:1.4;
  margin-bottom:18px;
  color:#1d2433;
  font-weight:600;
}

.card-content p{
  font-size:16px;
  line-height:2;
  color:#444;
  font-weight:400;
}

.highlight{
  color:#eb7a2f;
  font-weight:600;
}

/* FULL WIDTH CARD */

.full-card{
  grid-column:1 / -1;
}

 .principal-section{
  position:relative;
  width:100%;
  background:url('your-image.jpg') center center/cover no-repeat;
  overflow:hidden;
}

/* Dark overlay */
.principal-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(12, 22, 40, 0.72);
  z-index:1;
}

.principal-container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:auto;
  padding:30px 60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  min-height:30vh;
}

/* LEFT CONTENT */
.quote-box{
  flex:1;
  color:#fff;
}

.quote{
  font-size:35px;
  line-height:1.35;
  font-weight:700;
  max-width:520px;
}

.highlight{
  color:#ff7b2f;
}

.author{
  margin-top:35px;
  font-size:28px;
  color:#1fc8ff;
  font-weight:400;
}

/* RIGHT CONTENT */
.principal-content{
  flex:1.2;
  color:#fff;
}

.principal-title{
  font-size:33px;
  margin-bottom:30px;
  font-weight:700;
}

.principal-description{
  font-size:20px;
  line-height:1.5;
  color:#f0f0f0;
  margin-bottom:40px;
}

.principal-description .orange{
  color:#ff7b2f;
  font-weight:600;
}

/* PROFILE */
.principal-profile{
  display:flex;
  align-items:center;
  gap:20px;
}

.principal-profile img{
  width:95px;
  height:95px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid rgba(255,255,255,0.2);
}

.principal-info h3{
  color:#ff7b2f;
  font-size:25px;
  font-weight:700;
  margin-bottom:5px;
}

.principal-info h4{
  font-size:22px;
  font-style:italic;
  font-weight:400;
  margin-bottom:6px;
}

.principal-info p{
  font-size:22px;
  font-weight:500;
}

/* ENQUIRE BUTTON */
.enquire-btn{
  position:fixed;
  right:0;
  top:50%;
  transform:translateY(-50%);
  background:#ff7b2f;
  color:#fff;
  text-decoration:none;
  padding:20px 14px;
  writing-mode:vertical-rl;
  transform:translateY(-50%) rotate(180deg);
  font-size:22px;
  font-weight:600;
  letter-spacing:1px;
  border-radius:12px 0 0 12px;
  z-index:99;
}

 .leadership-section{
  width:100%;
  padding:70px 20px;
  background:#f3f3f3;
}

.leadership-container{
  max-width:1300px;
  margin:auto;
  background:#e9e9e9;
  padding:70px 50px;
}

.leadership-wrapper{
  display:flex;
  align-items:center;
  gap:40px;
}

/* LEFT IMAGE */
.leadership-image{
  flex:1;
}

.leadership-image img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius: 30px;
}

/* RIGHT CONTENT */
.leadership-content{
  flex:1;
}

.leadership-content h2{
  font-size:35px;
  line-height:1.2;
  color:#1f2b3d;
  margin-bottom:25px;
  font-weight:700;
}

.leadership-content p{
  font-size:20px;
  line-height:1.5;
  color:#3d4a5c;
  font-weight:400;
}

.highlight{
  color:#f47a2a;
  font-weight:600;
}

 .academics-section{
  width:100%;
  padding:70px 20px;
}

/* MAIN LAYOUT */
.academics-wrapper {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	flex-direction: column;
}

/* LEFT TABS */
.tabs {
	width: auto;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.tab-btn{
  width:100%;
  border:none;
  background:#eee1d8;
  color:#f47a2a;
  font-size:20px;
  font-weight:600;
  padding:15px 30px;
  text-align:left;
  cursor:pointer;
  border-right:5px solid transparent;
  transition:0.3s;
  line-height:1.2;
  font-family: 'Lora'; 
}

.tab-btn.active{
  border-bottom:5px solid #f47a2a;
  background:#eadcd2;
  color: #333;
}

.tab-btn:hover{
  background:#eadcd2;
}

/* RIGHT CONTENT */
.tab-content-area {
	flex: 1;
	background: #f3e6dc;
	padding: 18px;
	box-shadow: 0 0 2px #ccc;
}

.tab-content{
  display:none;
}

.tab-content.active {
	display: block;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	align-items: center;
}
.tab-image {
	width: 80%;
	padding-left: 1em;
}
.tab-text {
	padding-top: 20px;
	width: 100%;
}
.tab-image img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius: 30px;
}

.tab-text{
  padding-top:20px;
}

.tab-text p{
  font-size:17px;
  line-height:2;
  color:#4b4b4b;
  letter-spacing:0.3px;
}
.academics-container{
  max-width:1300px;
  margin:auto;
}

.academics-title{
  text-align:center;
  font-size:42px;
  font-weight:700;
  color:#1f2b3d;
  margin-bottom:50px;
  font-family: 'Lora';
}

button.tab-btn.active {
	outline: unset;
}

.facilities-section{
  width:100%;
  padding:70px 20px;
  background:#f3f3f3;
}

.facilities-container{
  max-width:1300px;
  margin:auto;
}

.facilities-title{
  text-align:center;
  font-size:42px;
  font-weight:700;
  color:#1f2b3d;
  margin-bottom:60px;
}

/* GRID */
.facilities-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:55px 35px;
}

.facility-image{
  margin-bottom:22px;
  overflow:hidden;
  border-radius:8px;
}

.facility-image img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  transition:0.4s ease;
}

.facility-card:hover .facility-image img{
  transform:scale(1.05);
}

.facility-card h3{
  font-size:22px;
  font-weight:600;
  color:#ff7b2f;
  margin-bottom:18px;
}

.facility-card p{
  font-size:16px;
  line-height:2;
  color:#4b4b4b;
  letter-spacing:0.3px;
}

.highlight{
  color:#f47a2a;
  font-weight:600;
}

 .eligibility-section{
  max-width:1000px;
  margin:auto;
  background:#df762f;
  color:#fff;
  padding:50px 60px;
  border-radius:2px;
}

.eligibility-section h2{
  text-align:center;
  font-size:36px;
  font-weight:700;
  margin-bottom:30px;
  line-height:1.3;
}

.eligibility-section p{
  font-size:17px;
  line-height:1.9;
  margin-bottom:22px;
  text-align:left;
}

.eligibility-section p:last-child{
  margin-bottom:0;
}

 .admission-section {
    margin: auto;
    background: #e4c9c9;
    padding: 40px 50px;
    border-radius: 4px;
    margin-top: 3em;
}

.admission-section h2{
  text-align:center;
  font-size:36px;
  font-weight:700;
  margin-bottom:30px;
  color:#222;
  font-family: 'Lora';
}

.admission-section p{
  font-size:16px;
  line-height:1.9;
  margin-bottom:20px;
  color:#333;
}

.admission-list{
  margin:20px 0 30px 20px;
}

.admission-list li{
  font-size:16px;
  line-height:1.9;
  margin-bottom:8px;
  color:#333;
}

.contact-info{
  margin-top:20px;
}

.contact-info a{
  color:#e56d2d;
  text-decoration:none;
  font-weight:500;
}

.contact-info a:hover{
  text-decoration:underline;
}
.admission-container {
    max-width: 1000px;
    margin: 0 auto;
}
.testimonials{
      background:#df762f;
      padding:60px 20px;
      color:#fff;
    }

    .testimonials .container{
      max-width:1100px;
      margin:auto;
    }

    .section-title{
      text-align:center;
      font-size:38px;
      font-weight:700;
      margin-bottom:50px;
    }

    .testimonial-wrapper{
      display:flex;
      justify-content:center;
      gap:30px;
      flex-wrap:wrap;
    }

    .testimonial-card{
      position:relative;
      width:100%;
      max-width:420px;
      border:2px solid rgba(255,255,255,0.8);
      padding:50px 35px 35px;
      text-align:center;
      background:transparent;
    }

    .quote-icon{
      position:absolute;
      top:-18px;
      left:50%;
      transform:translateX(-50%);
      background:#df762f;
      padding:0 12px;
      font-size:42px;
      font-weight:bold;
      line-height:1;
    }

    .testimonial-text{
      font-size:17px;
      line-height:1.9;
      margin-bottom:30px;
      font-weight:500;
    }

    .testimonial-author{
      font-size:18px;
      font-weight:700;
      line-height:1.6;
    }
	.testimonials h2.section-title {
		color: #fff;
		font-family: 'Lora';
	}

.testimonial-section{
      width:100%;
      min-height:100vh;
      background:linear-gradient(to right,#f79a59,#ff6d3c);
      padding:50px 60px;
      overflow:hidden;
    }

    .title{
      text-align:center;
      color:#fff;
      font-size:35px;
      margin-bottom:30px;
	  font-family: 'Lora'; 
    }

    /* CAROUSEL */

    .carousel{
      position:relative;
      max-width:1400px;
      margin:auto;
      overflow:hidden;
    }

    .carousel-track{
      display:flex;
      transition:transform 0.5s ease-in-out;
	  gap: 30px;
    }

    .card {
		min-width: 33.333%;
		flex-shrink: 0;
		width: 30%;
		border-radius: 30px;
	}

    .card img{
      width:100%;
      border-radius:30px;
      display:block;
    }

    /* BUTTONS */

    .btn{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:60px;
      height:60px;
      border:none;
      border-radius:50%;
      background:rgba(255,255,255,0.2);
      color:#fff;
      font-size:30px;
      cursor:pointer;
      z-index:10;
    }

    .btn:hover{
      background:rgba(255,255,255,0.4);
    }

    .prev{
      left:10px;
    }

    .next{
      right:10px;
    }
	
	
	.faq-section .faq-answer-content a {
		color: #f48a1d;
	}
	.eligibility-section a {
		color: #fff !important;
	}
	.why-section .card-content a {
		color: #f48a1d;
	}
	.facilities-section .facility-card a {
		color: #333;
	}
	.leadership-container .leadership-content a {
		color: #333;
	}
	.school-section .school-content a {
		color: #f48a1d;
	}

/* RESPONSIVE */

 @media(max-width:1024px){

  .section-title{
	font-size:38px;
  }

  .card-content h3{
	font-size:22px;
  }

  .card-content p{
	font-size:15px;
  }

}

@media(max-width:1200px){

  .hero-wrapper{
	flex-wrap:wrap;
  }

  .hero-content{
	width:100%;
  }

  .hero-images{
	width:45%;
  }

  .enquiry-form{
	width:45%;
  }
   .school-content h2{
	font-size:44px;
  }

  .school-content p{
	font-size:18px;
  }
  .popular-search-title{
	font-size:42px;
  }
  .faq-title{
	font-size:42px;
  }

  .faq-question span{
	font-size:22px;
  }

  .faq-answer p{
	font-size:18px;
  }
 .quote{
	font-size:42px;
  }

  .principal-title{
	font-size:38px;
  }

  .principal-description{
	font-size:20px;
	line-height:1.8;
  }
 .leadership-content h2{
	font-size:38px;
  }

  .leadership-content p{
	font-size:18px;
  }

}

@media(max-width:992px){

  .school-wrapper{
	flex-direction:column;
	gap:0;
  }

  .school-content,
  .school-images{
	width:100%;
  }

  .school-images{
	margin-top:40px;
  }
  
   .faq-grid{
	flex-direction:column;
  }

  .faq-left,
  .faq-right{
	width:100%;
  }

  .faq-right{
	min-height:420px;
  }
  .principal-container{
	flex-direction:column;
	text-align:center;
	padding:80px 30px;
  }

  .quote{
	max-width:100%;
	margin:auto;
  }

  .principal-description{
	text-align:center;
  }

  .principal-profile{
	justify-content:center;
  }
  .leadership-wrapper{
	flex-direction:column;
  }

  .leadership-image,
  .leadership-content{
	width:100%;
  }

  .leadership-content{
	text-align:center;
  }
  .academics-wrapper{
	flex-direction:column;
  }

  /* HORIZONTAL TAB */
  .tabs{
	width:100%;
	flex-direction:row;
	overflow-x:auto;
  }

  .tab-btn{
	min-width:260px;
	padding:25px 20px;
	border-right:none;
	border-bottom:4px solid transparent;
  }

  .tab-btn.active{
	border-right:none;
	border-bottom:4px solid #f47a2a;
  }
  .facilities-grid{
	grid-template-columns:repeat(2, 1fr);
  }
  .card{
        min-width:50%;
      }

      .title{
        font-size:50px;
      }

}

@media(max-width:768px){
	html, body {
		overflow-x: hidden;
	}
	
	.feature-boxes{
		display: flex;
		gap: 15px;
		margin-bottom: 35px;
		flex-wrap: nowrap;
		align-items: center;
		flex-direction: column;
	}

  .hero-section{
	padding:40px 20px;
  }

  .hero-content h1{
	font-size:38px;
  }

  .hero-content p{
	font-size:16px;
  }

  .feature-box{
	width:100%;
  }

  .hero-images{
	width:100%;
	min-height:420px;
  }


  .enquiry-form{
	width:100%;
  }

  .enquire-tag{
	display:none;
  }
   .school-section{
	padding:50px 20px;
  }

  .breadcrumb{
	font-size:15px;
	margin-bottom:35px;
  }

  .school-content h2{
	font-size:34px;
	margin-bottom:25px;
  }

  .school-content p{
	font-size:16px;
	line-height:1.8;
  }

  .school-images{
	min-height:430px;
  }

  .shape-bg{
	width:320px;
	height:320px;
	right:50%;
	transform:translateX(50%);
  }

.popular-search-section{
	padding:40px 15px;
  }

  .popular-search-wrapper{
	padding:30px 20px;
  }

  .popular-search-title{
	font-size:32px;
	margin-bottom:25px;
  }

  .popular-tags{
	gap:12px;
  }

  .popular-tags a{
	font-size:16px;
	padding:12px 18px;
  }
   .faq-wrapper{
	padding:50px 25px;
  }

  .faq-title{
	font-size:34px;
	margin-bottom:30px;
  }

  .faq-question{
	padding:18px 20px;
  }

  .faq-question span{
	font-size:18px;
	padding-right:15px;
  }

  .faq-answer p{
	font-size:16px;
	line-height:1.8;
  }
.why-grid{
	grid-template-columns:1fr;
  }

  .section-title{
	font-size:32px;
	margin-bottom:35px;
  }

  .why-section{
	padding:50px 15px;
  }

  .card-top{
	height:65px;
  }

  .card-icon{
	width:48px;
	height:48px;
	font-size:22px;
  }

  .card-content{
	padding:25px 20px 30px;
  }

  .card-content h3{
	font-size:20px;
  }

  .card-content p{
	font-size:15px;
	line-height:1.9;
  }
 .principal-container{
	padding:60px 20px;
  }

  .quote{
	font-size:32px;
	line-height:1.5;
  }

  .author{
	font-size:22px;
  }

  .principal-title{
	font-size:30px;
  }

  .principal-description{
	font-size:17px;
	line-height:1.8;
  }

  .principal-profile img{
	width:75px;
	height:75px;
  }

  .principal-info h3{
	font-size:24px;
  }

  .principal-info h4{
	font-size:18px;
  }

  .principal-info p{
	font-size:18px;
  }

  .enquire-btn{
	padding:14px 10px;
	font-size:18px;
  }
   .leadership-container{
	padding:40px 25px;
  }

  .leadership-content h2{
	font-size:30px;
  }

  .leadership-content p{
	font-size:16px;
	line-height:1.8;
  }
  .section-title{
	font-size:32px;
  }

  .tab-btn{
	font-size:18px;
  }

  .tab-text p{
	font-size:16px;
	line-height:1.9;
  }
   .facilities-section{
	padding:30px 20px !important;
  }

  .facilities-title{
	font-size:32px;
	margin-bottom:40px;
  }

  .facilities-grid{
	gap:40px 25px;
  }

  .facility-card h3{
	font-size:20px;
  }

  .facility-card p{
	font-size:15px;
	line-height:1.9;
  }

  .facility-image img{
	height:200px;
  }
   .eligibility-section{
	padding:40px 30px !important;
  }

  .eligibility-section h2{
	font-size:28px;
	margin-bottom:22px;
  }

  .eligibility-section p{
	font-size:16px;
	line-height:1.8;
  }
	.admission-section{
        padding:35px 30px;
      }

      .admission-section h2{
        font-size:28px;
        margin-bottom:24px;
      }

      .admission-section p,
      .admission-list li{
        font-size:15px;
        line-height:1.8;
      }
	   .section-title{
        font-size:30px;
        margin-bottom:40px;
      }

      .testimonial-card{
        padding:45px 25px 30px;
      }

      .testimonial-text{
        font-size:16px;
      }

      .testimonial-author{
        font-size:16px;
      }
	   .card{
        min-width:100%;
      }

      .testimonial-section{
        padding:40px 20px;
		min-height: unset;
      }
      .title{
        font-size:40px;
      }
	  .top-links {
		position: inherit !important;
	  }

}

@media(max-width:480px){

  .hero-content h1{
	font-size:30px;
  }

  .admission-btn{
	font-size:16px;
	padding:14px 24px;
  }

  .mobile-row{
	flex-direction:column;
  }

  .mobile-row select,
  .mobile-row input{
	width:100%;
  }

  .hero-images{
	min-height:350px;
  }

	 .school-content h2{
	font-size:28px;
  }

  .school-images{
	min-height:350px;
  }
  
  .popular-search-title{
	font-size:26px;
  }

  .popular-tags a{
	width:100%;
	justify-content:flex-start;
	font-size:15px;
  }
  .faq-section{
	padding:40px 15px;
  }

  .faq-wrapper{
	padding:40px 20px;
  }

  .faq-title{
	font-size:28px;
  }

  .faq-question{
	border-radius:20px;
  }

  .faq-question span{
	font-size:16px;
  }

  .faq-answer p{
	font-size:15px;
  }

  .faq-right{
	min-height:320px;
  }

.section-title{
	font-size:28px;
  }

  .card-content h3{
	font-size:18px;
  }

  .card-content p{
	font-size:14px;
	line-height:1.8;
  }
  .quote{
	font-size:26px;
  }

  .principal-title{
	font-size:24px;
  }

  .principal-description{
	font-size:15px;
  }

  .principal-profile{
	flex-direction:column;
  }
  
  .leadership-section{
	padding:40px 15px;
  }

  .leadership-container{
	padding:25px 18px;
  }

  .leadership-content h2{
	font-size:24px;
  }

  .leadership-content p{
	font-size:15px;
  }
  
   .academics-section{
	padding:50px 15px;
  }

   

  .tab-btn{
	min-width:220px;
	font-size:16px;
	padding:20px 15px;
  }

  .tab-text p{
	font-size:15px;
  }
 .facilities-grid{
	grid-template-columns:1fr;
  }

  .facilities-title{
	font-size:28px;
  }

  .facility-image img{
	height:auto;
  }
  .eligibility-section{
	padding:30px 20px;
  }

  .eligibility-section h2{
	font-size:22px;
  }

  .eligibility-section p{
	font-size:15px;
	line-height:1.7;
  }
	.admission-section{
        padding:25px 20px;
      }

      .admission-section h2{
        font-size:22px;
      }

      .admission-section p,
      .admission-list li{
        font-size:14px;
        line-height:1.7;
      }

      .admission-list{
        margin-left:18px;
      }
	 
	.testimonials{
        padding:45px 15px;
      }

      .section-title{
        font-size:24px;
      }

      .testimonial-wrapper{
        gap:20px;
      }

      .testimonial-card{
        padding:40px 20px 25px;
      }

      .quote-icon{
        font-size:34px;
        top:-15px;
      }

      .testimonial-text{
        font-size:15px;
        line-height:1.8;
      }

      .testimonial-author{
        font-size:15px;
      }	


}