.line-height {
    line-height: 30px;
}

.testimonial__area-three .testimonial__wrap .icon img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(6deg) brightness(96%) contrast(109%) !important;
}
.about__area-two{
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    }
    .about__area-two .sec-big-title{
        font-size:30px;
    }
    .about__area-two:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    right: 40px;
    margin: auto 0;
    top: 20px;
    background-image: url(../image/bg/book-sbv-school.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
    filter: brightness(0) invert(0);
    }
    .about__area-two:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 10%;
    margin: auto 0;
    bottom: 10px;
    background-image: url(../image/bg/globe.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
    transform: rotate(-15deg);
    }
    .section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    color: var(--primary-color);
    margin-bottom: 12px;
}
.bold-1 {
    color: rgb(233, 13, 13);
}

.about__img-wrap-two {
    text-align: center;
    position: relative;
    padding: 30px 0;
    max-width: fit-content;
}
::after, ::before {
    box-sizing: border-box;
}
.about__img-wrap-two::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    /*transform: translateY(-50%);*/
    width: 135px;
    height: 100%;
    background: var(--primary-color);
    border-radius: 10px;
    z-index: -1;
}

.about__img-wrap-two > img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-left: 4px solid var(--secondary-color);
}
.fa-chess:before {
    content: "\f439";
}
.experience__box-two {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -79px;
    bottom: 16%;
    padding: 60px 25px;
}
.experience__shape svg {
    width: 100%;
    height: 100%;
    color: var(--secondary-color);
    overflow: visible;
}
.experience__shape {
    position: absolute;
    left: 30%;
    top: 0;
    width: 35%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}
.experience__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    gap: 20px;
    writing-mode: vertical-lr;
    position: relative;
}
.experience__content p {
    margin-bottom: 0;
    text-align: left;
    color: var(--tg-color-white-default);
}

.about__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}


.experience__content .title, .experience__content p{
    color: #ffff;
}
.experience__content .title {
    font-size: 50px;
    line-height: 0.8;
    font-weight: 800;
    margin-bottom: 0;
    position: relative;
}
.experience__content .title::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    width: 34px;
    height: 2px;
    background: var(--primary-color);
}
.about__img-wrap-two .img
 {
    height: auto;
    max-width: 100% !important;
        border-radius: 10px;
    border-left: 4px solid var(--secondary-color);

}

.about__img-wrap-two > img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-left: 4px solid var(--secondary-color);
}
@media (max-width: 1199.98px) {
    .section-title .title {
        font-size: 40px;
    }
}
.abt-sctn{
    margin-left: 10px;
    margin-top:20px;
}

.testimonial__area-three {
    background:var(--secondary-color);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial__area-three:before{
       position: absolute;
    content: "";
    background-image: url(../image/bg/h4_testimonial_shape.png);
    background-position: center;
    background-size: contain;
    width: 939px;
    height: 90%;
    filter: brightness(0.5) invert(1);
    z-index: -1;
    opacity: 0.1;
    top: 5%;
    right: 0;
    background-repeat: no-repeat;
    left: 0;
    margin: auto;
    animation-duration: 30s;
     animation-name: rotateme; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.3s ease-out 0s;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.testimonial__form {
    
        background: #ffffff;
    border-radius: 15px;
    padding: 10px 13px 17px;
}
.testimonial__form img{
    
    object-fit:cover;
    width:100%;
}
.testimonial__form ::after, ::before {
    box-sizing: border-box;
}
.testimonial__nav-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}
.testimonial__nav-four .testimonial-two-button-prev {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        display: none;

    align-items: center;
    justify-content: center;
    background: #ffff;;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 0;
    color: var(--secondary-color);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.chess-img {
    width: 74%;
}
.testimonial__inner-top {
       align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.testimonial__inner-top .sec-big-title{
    color:#fff;
}

.testimonial__inner-top .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    flex: 0 0 auto;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    -o-border-radius: 40px 0 0 0;
    -ms-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
    font-size: 40px;
    line-height: 0;
    color: #ffff;
}
.icon img{
   filter: invert(86%) sepia(22%) saturate(3885%) hue-rotate(338deg) brightness(100%) contrast(95%);
}


.fa-chess:before {
    content: "\f439";
}

.testimonial__inner-top .icon ::after, ::before {
    box-sizing: border-box;
}


    .chess-left img {
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }


    .chess-right h3 {
      text-align: center;
      margin-bottom: 20px;
    }

    .myimgSwiper  .swiper {
      width: 100%;
      height: 300px;
      border-radius: 8px;
      overflow: hidden;
      display: none; /* Hide swiper completely */
    }



  .myimgSwiper .swiper-slide img {
      width: 100%;
      object-fit: cover;
    }
    
.myimgSwiper .swiper-button-next:after, .myimgSwiper .swiper-button-prev:after {
        font-size: 22px;
    top: 10px;
        line-height: 40px;
    content: "\f172";
    font-family: flaticon_normal-icon !important;
}
.myimgSwiper .swiper-button-prev:after{
    content: "\f172";
    transform: rotate(-180deg);
}

.myimgSwiper .swiper-button-next, .myimgSwiper .swiper-button-prev{
      border-radius: 100px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 43px;
    z-index: 99;
    position: absolute;
    top: unset;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

.myimgSwiper .swiper-button-next:hover, .myimgSwiper .swiper-button-prev:hover{
    background:var(--primary-color);
}
.myimgSwiper .swiper-wrapper{
    margin-bottom: 65px;
}
.myimgSwiper .swiper-button-next{
   right: unset;
    left: 80px;
}

.card-step {
    border: 1px solid var(--primary-color)! important;
    padding: 5px;
    border-radius: 10px;
    height: 100%;
}
.card-step img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}


.card-box {
  color: white;
  padding: 25px 20px;
  border: 1px solid orange;
  border-radius: 12px;
  height:100%;
}

.card-box h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
  
}

.card-box .subtitle {
  font-size: 20px;
  font-weight: bold;
}

.card-box .caption {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 15px;
}

.card-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-box ul li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  margin-bottom: 10px;
}

.card-box ul li::before {
  content: "∞";
  position: absolute;
  left: 0;
  color: white;
}

/* Background Colors */
.curiosity {
  background-color: #d94f6a;
}

.learning {
  background-color: #ea9532;
}

.mindful {
  background-color: #8b9b50;
}

.empowering {
  background-color: #d9312e;
}

/* Responsive Tweaks */
@media (max-width: 575.98px) {
  .card-box {
    text-align: center;
  }
}
.caption{
    color: white !important;
}


.card-box strong{
    color: black;
    font-size: 28px;
    font-weight: 800;
}
.steps__area-six{
    padding: 5rem 0;
    background: #EFF4F2;
}
.card-outline {
  padding: 5px;
  border: 2px solid orange;
  border-radius: 16px;
  height: 100%;
}
.steps__area-six .container-fluid{
    max-width:1400px;
}
.card-box {
  border-radius: 12px;
  padding: 25px 20px;
  color: white;
  height: 100%;
}

.gallery ::after, ::before {
    box-sizing: border-box;
}
.site-heading{
    padding-top: 2rem;
}

.about__content-two p{
    text-align:justify;
}

.testimonial__area-three .testimonial__wrap{
    margin-left:40px;
}

.gallery-homr-sec{
    padding:5rem 0 0;
    position:relative;
}

.gallery-homr-sec .row{
    gap:20px 0;
}
.gallery-item{
  position:relative;  
}

.gallery-sbv-sec{
    padding:5rem 0;
    position:relative;
}
.facil-item-box img{
    width:100%;
}


/* Why Choose Section */

.why-choose {
  padding: 2rem 0;

  }
 .why-choose .sec-big-title  { 
font-size: 30px; 
 margin-bottom: 20px;
}

.offer-card {
 margin-top:20px;
  color: #fff;
  padding: 25px 20px 0;
  height: 100%;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  gap: 15px;
}

.offer-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgb(255 255 255 / 40%));
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-card .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
    filter: brightness(0) invert(1); 
}

.offer-card .fw-bold {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.4;
  text-align: left; 
}

.offer-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  color: #fff;
 text-align: left;
}
.offer-card:hover {
  background: #3f256d !important;
}

.offer-card:hover .icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}


.offer-card.blue {
  background: #4782c8;
}

.offer-card.yellow {
  background: #eeb83a;
}

.offer-card.teal {
 background: #14B8A6;
}

.offer-card.green {
  background: #77c61f;
}

.offer-card.orange {
  background: #F97316;
}
.offer-card.red {
  background: #ff6177;
}
.why-choose .side-head {
     background: #6a43d733;
    color: #6a43d7;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0.8rem;
    border-radius: 20px;
    font-size: 15px;
}



/*LKG and UKG design*/
.teacher-profile {
  padding: 3.125rem 0 0; 
}
.teacher-profile .profile-card:not(:last-child){
     margin-bottom: 35px;
}
.profile-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.principle-section .profile-img{
    background: #3f256d36;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.principle-section .profile-img img{
    bottom: -10px;
    position: relative;
}
.principle-section .profile-card .secondary-title{
    font-size:26px;
    font-weight:700;
}

.principle-section .profile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.principle-section .profile-content .focus-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* List */
.teacher-profile .method-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.teacher-profile .method-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.teacher-profile .method-list li::before {
  content: "\f148"; 
  font-family: "flaticon_normal-icon" !important;
  font-size: 18px;
  color:#7b4fff;
  position: absolute;
  left: 0;
  top: 0;
}
 .call-btn {
  display: flex;
  align-items: center;   
  margin: 0;
  padding: 0;
  gap: 16px;         
  list-style: none;
}
.call-btn li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff; 
  font-size: 22px;
  color: #fff; 
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  line-height:10px;
}

.call-btn li a[href^="mailto:"] {
  background-color: #0a66c2; 
}
.call-btn li a[href^="mailto:"]:hover {
  background-color: #c1351d;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 18px rgba(234, 67, 53, 0.4);
}
.call-btn li a[href^="tel:"] {
  background-color: #ea4335; 
}
.call-btn li a[href^="tel:"]:hover {
  background-color: #074a8c;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 18px rgba(10, 102, 194, 0.4);
}

.call-btn li a[href*="wa.me"] {
  background-color: #25D366; 
}
.call-btn li a[href*="wa.me"]:hover {
  background-color: #128C7E;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}


/* === FAQ Section === */
.faq-section {
  padding: 3rem 0;
}


.faq-section .sec-big-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem; 
   font-size: 30px; 
}

.faq-section .side-head {
  background: #6a43d733;
  color: #6a43d7;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-bottom: 0.8rem;
  border-radius: 20px;
  font-size: 0.9375rem; 
}

.faq-section .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d5dbe6;
}

.faq-section .accordion-button {
  font-weight: 500;
  font-size: 20px;
  color: #333;
 padding: 1.5rem 0;
  border: none;
  box-shadow: none !important;
  background: transparent;
  transition: color 0.3s ease;
}

.faq-section .accordion-button:hover {
  color: #1d2e5b;
}

.faq-section .accordion-button:not(.collapsed) {
    font-weight: 700;
    padding: 12px 0;
    color: #1a2c60;
}

.accordion-button::after {
  background-image: none !important;
  content: '\002B';  
  font-size: 1.4rem;
  color: #2f4684;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: '\2212'; 
}

.accordion-body {
  font-size: 15px; 
  color: #555;
 padding: 3px 0px 1.5rem 0;
  line-height: 1.7;
}


.faq-section #faqAccordion .accordion-body .method-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem; 
}

.faq-section #faqAccordion .accordion-body .method-list li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 0.625rem; 
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
  transition: all 0.3s ease;
}

.faq-section #faqAccordion .accordion-body .method-list li::before {
  content: "\f148"; 
  font-family: "flaticon_normal-icon" !important;
  font-size: 1rem; 
  width:30px;
  color:rgb(123, 79, 255);
  position: absolute;
  left: 0;
  top: 0.15rem; 
}

/*Facilites*/
.facility-sec{
    padding:4rem 0;
    position:relative;
}
.content-box .facility-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.facility-content-box {
  position: relative;
  border-radius: 12px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
}


.facility-content-box::before {
    content: "";
    position: absolute;
      bottom: 0;
    left: 0px;
    width: 166px;
    height: 166px;
    background-image: url(../image/bg/faculty1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    transform: rotate(180deg);
    filter: invert(40%) sepia(90%) saturate(500%) hue-rotate(200deg) brightness(90%) contrast(95%);
}


.facility-content-box.right-box::before {
    left: auto;
    right: 20px;
    transform: rotate(90deg);
}
.facility-content-box.left-box::before {
    content: "";
    position: absolute;
    width: 166px;
    height: 166px;
   background-image: url(../image/bg/faculty.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    transform: rotate(180deg);
    filter: invert(40%) sepia(90%) saturate(500%) hue-rotate(200deg) brightness(90%) contrast(95%);
}

.facility-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.facility-images-box {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.facility-card {
  flex: 1 1 calc(50% - 18px);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card img {
    width: 350px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.facility-sec .side-head {
  background-color: #4b3277;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0.35em 1.2em;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.curri-culum-box {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    position: relative;
}

/*Contact us*/

.contact-section {
    padding: 0 0 3rem;
}
.contact-section .contact-header {
    margin-bottom: 25px;
}
.contact-section .contact-subtitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.contact-section .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-section .contact-sbv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-section .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact-section label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section textarea {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
      margin-bottom: 14px;
}
.contact-section textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-section .btn-submit {
  position: relative;
  background-color: #3f256d;
  color: #fff; 
  padding: 14px 0;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  min-width: 196px;
  z-index: 1;
  margin-top:20px;
}

.contact-section .btn-submit:hover {
  color: #000; 
}

.contact-section .btn-submit::before,
.contact-section .btn-submit::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: calc(50% - 3px);
  background-color: #f8b227;
  z-index: -1;
  transform: scaleY(0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.contact-section .btn-submit::before {
  left: 4px;
  transform-origin: top;
  border-radius: 9999px 0 0 9999px;
}

.contact-section .btn-submit::after {
  right: 4px;
  transform-origin: bottom;
  border-radius: 0 9999px 9999px 0;
}

.contact-section .btn-submit:hover::before,
.contact-section .btn-submit:hover::after {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}



/* Contact Image Section */
.contact-section .contact-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.contact-section .contact-image img {
    width: 100%;      
}

/*Contact us end*/

/* Contact us 3 boxes */
.info-style {
    text-align: center;
    background: #fff;
    border: 2px solid #f8b227;
    border-radius: 30px;
    padding: 20px 15px;
    transition: all 0.3s ease;
    margin: 0 22px;
    cursor: pointer;
        height: 100%;
}

.info-style:hover {
    border-color: #3f256d;
}

.info-style:hover .info-icon {
    background-color: #3f256d; 
}

.info-style .info-icon {
    width: 80px;
    height: 80px;
    background: #f8b227;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: background-color 0.3s ease;
}

.info-style .info-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* Invert icon color on hover for better visibility */
.info-style:hover .info-icon img {
    filter: invert(1);
}

.info-style .info-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
    transition: color 0.3s ease;
}

.info-style .info-text {
    font-size: 15px;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.info-style .info-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-style .info-text a:hover {
    color: #3f256d;
}

.space-top {
   padding:5rem 0;
}

.teacher-profile .sec-big-title{
    font-size:30px;
}

.sect-head {
    text-align:center;
    margin-bottom:20px;
}

.teacher-profile .tag-label{
    display: inline-block;
    background: #6a43d733;
    color: #6a43d7;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.why-choose .row{
    row-gap:20px
}

.higher-secondry .secondary-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a237e;
}

/* Sub Title */
.higher-secondry .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #1a237e;
  border-left: 4px solid #1a237e;
  padding-left: 10px;
}

/* Sub Paragraph */
.higher-secondry .sub-para {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}
.subject-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  list-style: none;
  padding-left: 0px;
  margin-top:10px;
}
.focus-title {
    font-weight:600;
}
.profile-content .method-list{
    margin-top:10px;
}
.subject-type li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.subject-type li i {
  color: #f8b227; 
  font-size: 16px; 
}

.gallery-sec-detail {
  padding: 3rem 0;
  position: relative;
}

.gallery-sec-detail .section-title {
  margin-bottom: 2.5rem; 
  text-align: center;
}
.gallery-sec-detail .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height:auto;
   margin: 5px -8px 1px 4px;
}

.gallery-sec-detail .gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: transform 0.4s ease;
   margin: 4px;
}

.gallery-sec-detail.btn-cta {
    display: inline-block;
    color: rgb(63, 37, 109);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    background: rgb(225, 220, 248);
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.sbv-school-map {
  position: relative;
  /*padding:2rem;*/
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}



.gallery-sec-detail .btn-submit {
  position: relative;
  background-color: #3f256d;
  color: #fff; 
  padding: 14px 40px;  
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  min-width: 196px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.btn-read {
  margin-top: 30px;
}
.gallery-sec-detail .btn-submit:hover {
  color: #000; 
}

.gallery-sec-detail .btn-submit::before,
.gallery-sec-detail .btn-submit::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: calc(50% - 3px);
  background-color: #f8b227;
  z-index: -1;
  transform: scaleY(0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.gallery-sec-detail .btn-submit::before {
  left: 4px;
  transform-origin: top;
  border-radius: 9999px 0 0 9999px;
}

.gallery-sec-detail .btn-submit::after {
  right: 4px;
  transform-origin: bottom;
  border-radius: 0 9999px 9999px 0;
}

.gallery-sec-detail .btn-submit:hover::before,
.gallery-sec-detail .btn-submit:hover::after {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.abt-section {
    padding: 5rem 0;
  position:relative;
}
.abt-background {
  background: #3f256d;
  margin:60px 0 0;
  justify-content: center;
  
  padding: 30px 30px 30px;
    border-radius: 24px;
    backdrop-filter: blur(8px);
    box-shadow: 4px 13px 40px 0px rgba(36, 2, 7, 0.05);
}
.abt-background .col-lg-3{
    padding:0;
}
.abt-cards {
  background:  #3f256d;
  color: #fff;
  padding: 40px 20px 20px 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  height:100%;
}
.abt-cards .abt-para{
    color: #fff;
    margin:0;
}

.abt-background .col-lg-3:not(:last-child) .abt-cards{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/*.abt-cards::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -100%;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(30, 30, 47, 0.95);*/
/*}*/
.abt-cards:hover::before {
  bottom: 0;
}
.abt-cards:hover {
  border-radius: 24px;
  box-shadow: 4px 13px 40px rgba(36, 2, 7, 0.2);
  transform: translateY(-60px);
background: var(--primary-color);
  overflow: hidden;


}

.abt-cards * {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.abt-cards:hover h4,
.abt-card:hover p {
  color: #fff;
}
.abt-image img {
  transition: filter 0.3s ease;
  height: 40px;
  width: 40px;  
  filter: brightness(0) invert(1);
}

.abt-cards:hover .abt-image img {
  filter: brightness(0) invert(1);
}
.abt-image {
  margin-bottom: 30px;
}
.abt-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.25rem;
}

.feature-card {
    padding:30px;
       border-radius: 16px;
    position: relative;
    z-index: 1;
    height:100%;
}
.feature-card:before{
        position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    background-color: #f6f3fd;
    backdrop-filter: blur(5px);
    z-index: -1;
    transition: all 0.3s 0s 
ease-out;
}

.feature-card:hover::before {
    top: 10px;
    height: calc(100% - 20px);
    box-shadow: 0px 2px 10px 0px rgba(21, 36, 34, 0.1);
}

.feature-card .feature-content .feature-title{
    font-size:20px;
    font-weight:600;
}
 
.feature-card .feature-content p{
    margin:0;
    font-size:15px;
}

.feature-card .feature-icon span{
        display: inline-block;
    position: relative;
    z-index: 1;
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
}

.feature-card .feature-icon span:before{
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    margin:auto 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color:var(--primary-color);
    z-index: -1;
}


.about-section{
    padding:5rem 0 ;
    position:relative;
}

.about-section .miss-viss-parrr{
    gap:100px 0;
    margin-top:4rem;
}


.faq-section .accordion{
    width: 80%;
    margin: auto;
}

.abt-subjects-groups {
  padding:0 0 5rem;
  position: relative;
}
.abt-subjects-groups .section-title{
   margin: 0 0 50px; 
}
.group-card {
  border-radius: 12px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease
}
.group-card .tp-category-5-hover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:var(--primary-color);
    z-index: -1;
    border-radius: 14px;
    transition: all 0.3s 0s ease-out;
}
.group-card:hover .tp-category-5-hover {
    transform: rotate(-6deg);
}
.groups-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.groups-image img{
    width:100%;
}

.group-subjects {
      position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    z-index: 2;
    color: #000;
    white-space: nowrap;
    transition: all 0.3s 
ease;
}

.group-subjects::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.group-subjects:hover::before {
  opacity: 1;
}



.main-subjects {
     bottom: 30px;
     left:0;
     right:0;
     margin:0 auto;
    position: absolute;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    z-index: 1;
}

.main-subjects span {
      background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 3px;
    display: inline-block;
}



.our-team-sec-main {
    padding:0 0 5rem;
    background: #fff;
}



.management-team {
        background: #3f256d0f;
    border-radius: 12px;
    padding: 20px;
    align-items: center;
    height:100%;
}
.process-area-about{
    padding:0 0 15rem;
    position:relative;
    overflow:hidden;
}
.process-area-about .section-title{
        max-width: 50%;
    margin-bottom: -60px;
}


.tp-process-3-bg {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 195px;
}

.tp-process-3-wrap p {
  font-size: 17px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tp-process-3-wrap p br {
    display: none;
  }
}

.tp-process-3-item-1 {
  margin-top: 182px;
}

@media (max-width: 991px) {
  .tp-process-3-item-1 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.tp-process-3-item-2 {
  margin-left: 17px;
  margin-top: 62px;
}

@media (max-width: 991px) {
  .tp-process-3-item-2 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.tp-process-3-item-3 {

  margin-top: -57px;
}

@media (max-width: 991px) {
  .tp-process-3-item-3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.tp-process-3-icon {
  margin-bottom: 25px;
}

.tp-process-3-icon span {
  display: inline-block;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
}
.tp-process-3-icon span img{
    width:30px;
    height:30px;
    filter: brightness(0.5) invert(1);
}
.tp-process-3-title {
  color: var(--tp-heading-3);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 11px;
}

.tp-process-3-content p {
  line-height: 24px;
  margin:0;
}

.tp-process-3-btn {
  position: relative;
  z-index: 2;
}

.tp-process-3-btn a {
  position: relative;
  color: var(--tp-theme-3);
  font-size: 15px;
  font-weight: 600;
}

.tp-process-3-btn a span {
  display: inline-block;
  margin-left: 4px;
}

.tp-process-3-btn a svg {
  /* from @extend %tp-svg-y-2 */
}

.tp-process-3-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-theme-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-process-3-btn a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
}

.tp-process-3-wrapper {
  position: relative;
  z-index: 1;
}

/* Shapes */
.tp-process-3-shape-1 {
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: -1;
}


@media (max-width: 1399px) {
  .tp-process-3-shape-1 {
    left: 45px;
  }
}

@media (max-width: 1199px) {
  .tp-process-3-shape-1 {
    display: none;
  }
}

.tp-process-3-shape-2 {
  position: absolute;
  bottom: 0;
  right: -12px;
  z-index: -1;
}

.tp-process-3-shape-3 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
  animation: tpswing 1.8s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

.tp-process-3-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tp-process-3-shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: tpswing 1.5s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
}

.tp-process-3-shape-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
}

.tp-process-3-shape-7 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tp-process-3-shape-8 {
  position: absolute;
  bottom: 65px;
  left: 47%;
  z-index: -1;
  animation: tpswings 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

@media (max-width: 1799px) {
  .tp-process-3-shape-8 {
    left: 37%;
  }
}

@media (max-width: 1599px) {
  .tp-process-3-shape-8 {
    left: 28%;
  }
}

@media (max-width: 1399px) {
  .tp-process-3-shape-8 {
    left: 30%;
  }
}

@media (max-width: 767px) {
  .tp-process-3-shape-8 {
    display: none;
  }
}

.tp-process-3-shape-9 {
  position: absolute;
  bottom: 62px;
  right: 22%;
  z-index: -1;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

@media (max-width: 1799px) {
  .tp-process-3-shape-9 {
    right: 27%;
  }
}

@media (max-width: 1599px) {
  .tp-process-3-shape-9 {
    right: 30%;
  }
}

.tp-process-3-shape-10 {
  position: absolute;
  bottom: 18px;
  left: 25%;
  z-index: -1;
  animation: tpswing 0.4s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom bottom;
}

.tp-process-3-shape-11 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: -1;
  animation: bannerAnimationTwo 8s linear 0.2s infinite alternate;
  transform-origin: bottom bottom;
}

.tp-process-3-shape-11 img {
  width: 30px;
}

@media (max-width: 1799px) {
  .tp-process-3-shape-11 {
    left: 40%;
  }
}

@media (max-width: 1599px) {
  .tp-process-3-shape-11 {
    left: 32.5%;
  }
}

@media (max-width: 1399px) {
  .tp-process-3-shape-11 {
    left: 34%;
  }
}

@media (max-width: 991px) {
  .tp-process-3-shape-11 {
    display: none;
  }
}

.tp-process-3-shape-12 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #EFEDFF;
  position: absolute;
  right: -100px;
  top: 218px;
}

.tp-process-3-shape-13 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #E0F0DD;
  position: absolute;
  left: -50px;
  top: 340px;
  animation: spin 7s infinite linear;
  z-index: -1;
}

.tp-process-3-shape-14 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FFE9C8;
  position: absolute;
  left: 135px;
  top: 200px;
  animation: spin 6s infinite linear;
  z-index: -1;
}

.tp-process-3-shape-15 {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  left: 205px;
  bottom: 250px;
  animation: neptune 12s infinite linear;
}

.tp-process-3-shape-16 {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  left: 31%;
  top: 45%;
  animation: neptune 8s infinite linear;
}

.tp-process-3-shape-17 {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  right: 135px;
  bottom: 40%;
  animation: neptune 10s infinite linear;
}



.management-team img{
        background-color: #3f256d36;
    border-radius: 50%;
    object-fit: contain;
}
.our-team-sec-main .row  {
   gap:30px 0;
}
.management-team .names{
    margin:20px 0 0;
}
.management-team .names h5 {
    font-size: 18px;
    color: #0b1b64;
    margin: 10px 0 5px;
}

.management-team .names h5 .small {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.management-team .names h6 {
    font-size: 15px;
    font-weight: 500;
    color: #3f256d;
}

.principle-section {
      background: #f2f2f2;
  position: relative;
  padding: 5rem 0; 
}
.tp-process-3-item-1 {
    margin-top: 230px;
}
.tp-process-3-icon {
    margin-bottom: 25px;
}

.tp-process-3-icon span {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
}

span.pink-border {
    border-radius: 22px 45px 28px 22px;
    background: #DF7BD2;
}
.tp-process-3-icon {
    margin-bottom: 25px;
}

.tp-process-3-item-2 {
    margin-left: 5px;
    margin-top: 104px;
}

.tp-process-3-icon span {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
}

span.blue-border {
    border-radius: 40px 30px;
    background: #09B1AB;
}
.tp-process-3-title {
    color: var(--tp-heading-3);
    font-size: 22px;
     font-weight: 600; 
    margin-bottom: 11px;
}


.tp-process-3-item-3 {
    margin-top: -11px;
}

.tp-process-3-icon {
    margin-bottom: 25px;
}
.tp-process-3-icon span {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
}

span.yellow-border {
    border-radius: 20px 34px 34px 34px;
    background: #FDBF62;
}

.tp-process-3-shape-1 {
    position: absolute;
    top: 9px;
    left: -20px;
    z-index: -1;
}
@media (min-width:1300px) and (max-width:3000px){
    .tp-process-3-shape-1 {
        left: 55px;
    }
    .process-area-about .underline{
        width: 100% !important;
}
}

.process-area-about .underline{
        width: 90%;
    margin: 0 auto;
}
.tp-process-3-wrapper {
    position: relative;
    z-index: 1;
}

@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(450px, 0px);
  }

  40% {
    transform: translate(450px, -20px);
  }

  60% {
    transform: translate(250px, -20px);
  }

  80% {
    transform: translate(50px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes tpswings {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-20px) rotate(-10deg);
  }
}

@keyframes hero-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}


.about__img-wrap-four {
    position: relative;
    padding-bottom: 125px;
}
.about__img-wrap-four > img {
    border-radius: 10px;
}

.about__img-wrap-four > img:nth-child(2) {
    border-radius: 10px;
    border: 10px solid #ffffff;
    position: absolute;
    right: 35px;
    bottom: 0;
}

.about__award-box {
    display: flex;
    align-items: center;
    gap: 25px;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.about__award-box .icon {
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fef6e6;
    border-radius: 15px;
    line-height: 0;
    font-size: 45px;
    color: #f8b227;
}
.about__award-box .content p{
    margin:0;
}
.about__award-box .content .title {
    margin-bottom: 12px;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 800;
}

.about__img-wrap-four  .a2-img {
    object-fit: cover;
}

.about__img-wrap-four  .a1-img{
   
    object-fit: cover;
    background-position: left;
    /* background-size: cover; */
}