.main-banner{
  position: relative;
  width:100%;
  min-height:300px;                 /* desktop */
  background-image: url("/image/high-school/high-school.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow:hidden;
}

/* Overlay for readability */
.main-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

/* Content */
.banner-content{
  position:relative;
  z-index:1;
  max-width:900px;
  padding:0 15px;
}

.banner-content h1{
  font-size:40px;
  font-weight:700;
  margin-bottom:10px;
}

.banner-content p{
  font-size:18px;
  /*line-height:1.6;*/
}

/* ================= RESPONSIVE ================= */

/* Large tablets */
@media(max-width:992px){
  .main-banner{
    min-height:280px;
  }

  .banner-content h1{
    font-size:34px;
  }

  .banner-content p{
    font-size:16px;
  }
}

/* Mobile */
@media(max-width:768px){
  .main-banner{
    min-height:240px;
    background-position: center top;
  }

  .banner-content h1{
    font-size:26px;
  }

  .banner-content p{
    font-size:15px;
  }
}

/* Small Mobile */
@media(max-width:480px){
  .main-banner{
    min-height:140px;
  }

  .banner-content h1{
    font-size:22px;
  }

  .banner-content p{
    font-size:14px;
  }
}

/*================ SECOND SECTION ================*/
.education-banner {
  background:#eaf3fb;
  padding:30px 20px;
  background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23cfe3f5' stroke-width='1'%3E%3Cpath d='M20 20h20v20H20z'/%3E%3Ccircle cx='80' cy='40' r='6'/%3E%3Cpath d='M40 90l20-20'/%3E%3C/g%3E%3C/svg%3E");
  text-align:center;
  border-top:3px solid #d6dde6;
  border-bottom:3px solid #d6dde6;
}

.education-banner .container {
  max-width:1100px;
  margin:auto;
}

.education-banner p {
  margin:0;
  font-size:17px;
  /*font-weight:600;*/
  color:#2c5d8a;
  text-transform:uppercase;
  /*letter-spacing:1px;*/
  /*line-height:1.6;*/
}


/*================ ACADEMIC SECTION ================*/
.academic-section {
  background:#eef3f9;
  padding:50px 15px;
  font-family:'Poppins','Segoe UI',sans-serif;
}

.academic-container {
  max-width:1200px;
  margin:auto;
}

.academic-box {
  display:flex;
  align-items:flex-start;
  gap:30px;
  margin-bottom:30px;
}

.academic-icon {
  width:110px;
  height:110px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.academic-icon img {
  width:55px;
}

.academic-icon.blue {
  background:#2a7ecb;
  box-shadow:0 15px 30px rgba(0,60,130,0.15);
}

.academic-icon.green {
  background:#2ecc71;
  box-shadow:0 15px 30px rgba(0,150,80,0.15);
}

.academic-content h5 {
  color:#2a7ecb;
  font-size:17px;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:18px;
}

.academic-content p {
  font-size:17px;
  /*line-height:1.9;*/
  color:#1e2f4a;
  margin-bottom:18px;
  text-align:justify;
  text-justify:inter-word;
}

.academic-content ul {
  padding-left:22px;
}

.academic-content ul li {
  font-size:17px;
  /*line-height:1.9;*/
  margin-bottom:10px;
  color:#1e2f4a;
}

.academic-content ul li strong {
  color:#2a7ecb;
}


/*================ RESPONSIVE ================*/
@media (max-width:768px){

  .education-banner p{
    font-size:17px;
    /*line-height:1.5;*/
    text-align:justify;
  }
  
  .education-banner {
  padding:30px 14px;
 
}
  
  
  

  .academic-box{
    flex-direction:column;
    align-items:center;
    gap:20px;
  }

  .academic-icon{
    margin:0 auto;
    width:80px;
  height:80px;
  }

  /* ✅ Text justify rahega */
  .academic-content{
    text-align:justify;
  }

  /* ✅ List left aligned rahe */
  .academic-content ul{
    padding-left:18px;
    text-align:left;
    list-style-position:outside;
  }
  
  .academic-content h5 {
  color:#2a7ecb;
  font-size:17px;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:18px;
  text-align:center;
}
  
 
}


/* map section  */

.map-section{
  width:100%;
}

.map-container{
  position:relative;
  width:100%;
  height:400px;
}

/* Full map background */
.map-container iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Overlay card (same as image) */
.map-card{
  position:absolute;
  top:50%;
  right:40px;
  transform:translateY(-50%);
  background:#ffffff;
  padding:25px 30px;
  width:320px;
  box-shadow:0 15px 35px rgba(0,0,0,0.25);
  font-family:sans-serif;
}

/* Icon */
.map-icon{
  font-size:32px;
  margin-bottom:10px;
}

/* Heading */
.map-card h3{
  font-size:20px;
  margin-bottom:10px;
  color:#1f3c5b;
}

/* Text */
.map-card p{
  font-size:15px;
  line-height:1.6;
  color:#4b5e72;
}

/* Phone */
.map-card .phone{
  margin-top:10px;
  font-weight:600;
}

/* ================= Responsive ================= */

/* Tablet */
@media(max-width:992px){
  .map-container{
    height:360px;
  }

  .map-card{
    right:20px;
    width:300px;
  }
}

/* Mobile */
@media(max-width:576px){
  .map-container{
    height:auto;
  }

  .map-container iframe{
    height:280px;
  }

  .map-card{
    position:relative;
    transform:none;
    top:auto;
    right:auto;
    margin:15px;
    width:auto;
  }
}

