@media screen and (max-width: 1199px) {
  .header > ul > li > a {
    font-size: 12px;
  }
  .header > ul {
    column-gap: 10px;
  }
  header.header-main {
    padding: 18px 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-box h5::before,
  .footer-box h5::after {
    width: 5%;
  }
  .footer-box h5::after {
    left: 5%;
  }
  .footer-box {
    margin-bottom: 30px;
  }

  .header > ul {
    display: none;
  }
  .menuwrapper {
    display: block;
  }

  .header {
    justify-content: start;
    position: relative;
    align-items: flex-start;
  }
  .logo-col {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .logo-col a img {
    width: 70%;
  }
  header.header-main {
    padding: 8px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-ex-logo {
    display: block;
  }
  .blog-banner::before {
    background-size: cover;
  }
}

:root {
  --primary: #3f6432;
  --secondary: #ffc107;
}

/* HERO */
.hero-section {
  background: url("../img/banner1.png") center center/cover no-repeat;
  /* min-height: 600px; */
  position: relative;
  overflow: hidden;
}
/* 
        .hero-overlay {
            background: rgba(7, 21, 48, .65);
            position: absolute;
            inset: 0;
        } */

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 120px 0 100px 0;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #000;
}

.hero-content h1 span {
  color: #395d27;
}

.hero-content p {
  font-size: 22px;
  margin: 18px 0;
  line-height: 2.1rem;
  color: #000;
}

.btn-yellow {
  background: #3db166;
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
}
.btn-yellow:hover {
  background: #395d27;
  color: #fff;
}

.btn-outline-custom {
  border: 2px solid #3db166;
  color: #395d27;
  padding: 12px 28px;
  border-radius: 10px;
}

/* SCHOOL IMAGE */
.school-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.school-img img {
  width: 100%;
  display: block;
}

/* CONTENT */
.content-section {
  padding: 46px 0;
}

.section-title h2 {
  font-weight: 700;
}
section.vision-mission-section {
  background-color: #f0f7fa;
  padding: 36px 0;
}

.content-section p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 6px;
}
.menu-div.active {
  z-index: 999 !important;
}

/* STATS */
.stats {
  background: var(--primary);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.stat-box {
  color: #fff;
  text-align: center;
  padding: 22px 15px;
  position: relative;
}
.stat-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}


.stat-box:nth-last-of-type(4)::after{
    display: none;
}
.stat-icon {
  color: #fff;
  font-size: 28px;
  margin-bottom: 2px;
}

.stat-number {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
}

.stat-text {
  font-size: 15px;
  margin-top: 6px;
}

/* VISION & MISSION */
.info-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.academic-img {
    border-radius: 10px;
    overflow: hidden;
}

.info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #5d329f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -75px auto 20px;
  color: #fff;
  font-size: 25px;
}

.info-card h3 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;
}

.mission-list {
  text-align: left;
  padding-left: 0;
  list-style: none;
}

.mission-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.mission-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 11px;
  background: url("../img/check.png") no-repeat center center;
  background-size: contain;
}
.stat-box.after-none::after{
    display: none;
}

@media (max-width: 991px) {
  .hero-content {
    text-align: center;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  
}

.parents-section {
  background: #fff;
  padding: 30px  0;
}

.section-title h2 {
  font-weight: 800;
  font-size: 32px;
}

.feature-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-card i {
  font-size: 42px;

  margin-bottom: 15px;
}

.feature-card h5 {
  font-weight: 700;
  font-size: 18px;
}

.feature-card p {
  font-size: 14px;
  margin: 0;
}





.content-card h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.content-card ul {
  list-style: none;
  padding: 0;
}

.content-card ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}


.benefit-box {
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 35px;
}

.benefit-item {
  padding: 15px;
}
.content-card p{
    margin-bottom: 10px;

}

.benefit-item i {
  font-size: 30px;
  color: #5d329f;

  margin-bottom: 12px;
}

.faculty-item {
  text-align: center;
  margin-bottom: 20px;
}

.faculty-item i {
font-size: 25px;
    color: #038205;
  display: block;
  margin-bottom: 10px;
}

.faculty-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.space-line {
  width: 100%;
    margin: 40px 0;
    border-bottom: solid 1px #ccc;
}
section.revers-rows {
    background-color: #f0f7fa;
    padding: 30px 0;
}
.content-card .row{
        border: none;
           padding-bottom: 0px;
    margin-bottom: 5px;
}










.future-section{
    padding:40px 0;
    background:#f7f9fc;
}



.info-card1{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.info-card1:hover{
    transform:translateY(-5px);
}

.sports-card{
    border:1px solid #a7d68f;
    background:#f7fff3;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

.parent-card{
    border:1px solid #c9a0ff;
    background:#fcf8ff;
}

.success-card{
    border:1px solid #a9d991;
    background:#f8fff3;
}

.award-card{
    border:1px solid #f1c36c;
    background:#fffdf7;
}

.trust-card{
    border-radius:10px;
    overflow:hidden;
 background: url('../img/dlf-world-school.png') center center / cover no-repeat;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.info {
    padding: 30px;
}

@media(max-width:991px){


    .info-card1 .row{
        flex-direction:column;
    }

    .info-card1 .col-5,
    .info-card1 .col-7{
        width:100%;
    }
}

@media(max-width:576px){

    .trust-card{
        padding:20px;
    }
}



.card-box-info {
    padding: 20px;
    font-size: 16px;
}

.card-box-info ul li {
  margin-bottom: 4px;
}

.card-box-info ul li:before {

    left: 7px !important;
    top: 4px;
    width: 9px !important;

}

.card-box-info ul{
      margin-bottom: 2px;
}


.card-images {
    height: 100%;
}
.card-images img {
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 424px;
}

.faq-section{
     background:#eef3fb;
    padding:30px;
}

.card-box-info h4{
  font-size: 20px;
}

.faq-item{
    background:#fff;
    border-radius:12px;
    margin-bottom:16px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:22px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:18px;
    font-weight:500;
    color:#0f2f5f;
    cursor:pointer;
    transition:.3s;
}

.faq-item.active .faq-question{
    background:#dce9ff;
}

.faq-icon{
    width:24px;
    height:24px;
    position:relative;
    transition:.3s;
}

.faq-icon::before,
.faq-icon::after{
    content:"";
    position:absolute;
    background:#173b78;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:.3s;
}

.faq-icon::before{
    width:18px;
    height:2px;
}

.faq-icon::after{
    width:2px;
    height:18px;
}

.faq-item.active .faq-icon::after{
    opacity:0;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    background:#fff;
    transition:max-height .4s ease;
}

.faq-content{
    padding:22px 28px;
    border-left:4px solid #1f2f8c;
    color:#222;
    font-size:17px;
    line-height:1.8;
}

.faq-item.active .faq-answer{
    max-height:300px;
}


@media screen and (max-width:576px) {
  .stats {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}
.stat-box::after{
  display: none;
}
.section-title h2 {
    font-size: 26px !important;
}
.benefit-box {
    padding: 15px;
}
.card-images img {
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: auto;
    height: 276px;
    width: 100%;
}
.trust-card {
    padding: 0;
}
.info {
    padding: 18px;
    background-color: #ffffff78;
}
.faq-section {
    background: #eef3fb;
    padding: 0;
}
.faq-question {

    padding: 16px 13px;
    font-size: 16px;

}
.faq-content {
    padding: 15px 16px;
    font-size: 15px;
}
button.faq-question {
    text-align: left;
    gap: 10px;
}
.faq-icon {
    width: 15px;
    height: 15px;
}
.faq-icon::before {
    width: 15px;
}
.faq-icon::after {
    height: 15px;
}
.section-title h2 {
    font-size: 23px !important;
}
.content-section {
    padding: 20px 0;
}
section.vision-mission-section {
    padding: 20px 0;
}
.info-card h3 {

    margin-bottom: 9px;
    font-size: 20px;
}
.info-icon {
    width: 58px;
    height: 58px;

    margin: -64px auto 9px;
    font-size: 19px;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-left: 20px !important;
    text-align: left !important;
    color: #fff;
    padding: 30px 0 3px 0;
}
.hero-content h1 {
    font-size: 33px;
}
.hero-content p {
    font-size: 17px;
    line-height: 1.5;
    margin: 4px 0;
}
.btn-yellow {

    padding: 10px 20px;
    font-size: 13px;
    border-radius: 10px;
}
.btn-outline-custom {
    border: 2px solid #3db166;
    color: #395d27;
    padding: 11px 13px;
    border-radius: 7px;
    font-size: 12px;
}
}