#genesis-teacher .single-teacher .teacher-name {
    text-transform: capitalize;
    font-size: 24px;
    margin: 30px 0 0;
    font-weight: 600;
    color: #0096da;
}



#banner-area.teacher-banner .banner-item {
    min-height: 20vh;
}

#banner-area.inner-banner {
    background: rgba(40, 0, 125, 0.6);
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover;
}

#banner-areainner-banner .banner-item {
    display: none !important;
}



#event-area .event-slider .event-item .see-more-btn {
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0096da;
    color: #fff;
    margin: 30px auto 0;
    border-radius: 4px;
}

#event-area .event-slider .event-item .event-list .event-list-item a small {
    padding: 0px 7px;
    background-color: #0096da;
    color: #fff;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
}

.link-details {
    padding: 80px 0;
}

.link-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.link-details ul li {
    padding: 15px 15px 0;
    width: calc(100% / 4);
}


@media (max-width: 1199.98px) {
    .link-details ul li {
        width: calc(100% / 3);
    }
}

@media (max-width: 991.98px) {
    .link-details ul li {
        width: calc(100% / 2);
    }

    #section-tracker {
        display: none;
    }
}

@media (max-width: 575px) {
    .link-details ul li {
        width: calc(100% / 1);
    }
}

.link-details ul li a {
    color: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.link-details ul li a:hover {
    color: #0096da;
}

.link-details ul li a small {
    padding: 0px 7px;
    background-color: #0096da;
    color: #fff;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 300;
    display: inline-block;
    line-height: 17px;
    text-transform: uppercase;
}

/* #academic-council {
    background-color: #F6F7FA;
}

.single-qac {
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgb(238 238 238 / 10%);
    background-color: #fff;
} */

#genesis-teacher,
#governing-council,
 #academic-council {
    background: #F6F7FA;
  }

  #genesis-teacher .single-teacher .teacher-title,
  #governing-council .single-teacher .teacher-title,
  #academic-council .single-teacher .teacher-title
   {
    display: block;
    padding-bottom: 30px;
    font-size: 12px;
}

  #genesis-teacher .single-teacher,
  #governing-council .single-teacher,
  #academic-council .single-teacher
  
  {
    max-width: 380px;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(238, 238, 238, 0.1);
            box-shadow: 0 10px 20px rgba(238, 238, 238, 0.1);
  }


  #genesis-teacher .single-teacher .teacher-name,
  #governing-council .single-teacher .teacher-name,
  #academic-council .single-teacher .teacher-name 
  
  {
    display: block;
    text-transform: capitalize;
    font-size: 24px;
    margin: 30px 0 0;
    font-weight: 600;
    color: #0096da;
  }
  #genesis-teacher .single-teacher .teacher-desc,
  #governing-council .single-teacher .teacher-desc,
  #academic-council .single-teacher .teacher-desc
   {
    font-size: 17px;
    line-height: 1.7;
    margin-top: -7px;
  }
  #genesis-teacher .single-teacher:hover,
  #governing-council .single-teacher:hover,
  #academic-council .single-teacher:hover
   {
    -webkit-box-shadow: 0 10px 20px #eee;
            box-shadow: 0 10px 20px #eee;
  }

  .teacher-img img {
    width: 100%;
  }

  .contact-form {
    padding: 80px 0;
    background-color: #F6F7FA;
  }
  .contact-form h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-form form {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
  }
  .contact-form button {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0096da;
    color: #fff;
    margin: 15px auto 0;
  }



  #commitment h2,
  #commitment h3,
  #commitment h4,
  #commitment h5,
  #commitment h6
   {
    margin-bottom: 25px;
   }

   .custom-button {
    background-color: #0096da;
    color: #fff;
    display: inline-flex;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
   }

   .custom-button:hover {
    color: #fff;
   }
   
.page-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 0, 125, 0.01);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

#contact-us-btn .contact-list span.conact-num {
    color: #fff;
}

#contact-us-btn .contact-list .india {
    padding-bottom: 10px;
}

#contact-us-btn .contact-list {
    right: 0;
}

.genesis-pagination .pagination .active .page-link {
    background-color: #0096da;
    color: #fff;
    border-color: #dee2e6;
}

p.item-count {
    margin: 0;
    padding-top: 15px;
}

.pagination-area {
    flex-direction: column-reverse;
}

.you-may-like .cat {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.you-may-like .category {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: #0096da;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    margin-right: 15px;
}

.favorite-item {
    padding: 15px;
    border: 1px solid #ddd;
}

.you-may-like .item-heading {
  color: #333;  
  display: block;
  padding-top: 10px;
}

.you-may-like .item-heading:hover {
    color: #0096da;
}

.cate:hover {
    color: #fff;
}

.contact-list .contact-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

.contact-list .contact-item h4 {
    font-weight: 500;
}

.contact-list .contact-item a {
    display: inline-block;
    color: #085ede;
    font-size: 16px;
}

.contact-list .contact-item a:hover {
    color: #0096da;
}

.form-control:focus {
    box-shadow: 0 0 0 transparent;
}

.contact-list .email span:last-child,
.contact-list .phone span:last-child {
    display: none;
}


.contact-form button:hover {
    color: #fff;
}

.goggle-map iframe {
    width: 100%;
}

#testimonial {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.qac-category-title {
    padding: 8px;
    margin: 0 15px;
    border: 1px solid #0096da;
    background: rgba(22, 86, 204, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qac-category-title .cat-title {
    color: #fff;
    font-weight: 600;
}

.qac-category-title .cat-link {
    padding: 0 10px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #0096da;
    font-weight: 600;
    border-radius: 4px;
}

/* SSLCommerz footer banner (last) */
.footer-payment-badge-last{
  padding:6px 0 10px;
  margin-top:-6px; /* reduce gap from copyright area */
}

/* keep inside container and scale nicely */
.footer-payment-badge-last picture,
.footer-payment-badge-last img{
  display:block;
  margin:0 auto;
  width:100%;
  height:auto;
  max-width:100%; /* remove 1100px bottleneck */
}

/* Desktop/Laptop: banner should feel full inside footer container */
@media (min-width: 992px){
  .footer-payment-badge-last img{
    max-width:1320px;  /* matches common bootstrap container width */
  }
}

/* Extra large screens: banner5 can be a bit wider */
@media (min-width: 1600px){
  .footer-payment-badge-last img{
    max-width:1500px;
  }
}

/* Mobile: portrait banner (paymentbanner4) small and clean */
@media (max-width: 575.98px){
  .footer-payment-badge-last{
    margin-top:-4px;
  }
  .footer-payment-badge-last img{
    max-width:320px;
  }
}

/* Optional: remove extra spacing from copyright bar if any */
.footer-copyright-area{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

