:root {
    --primary-color: #f8b227;
    --secondary-color:#3f256d;
}

body{
    font-family: "Inter", sans-serif;
}

html, body{
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Outfit", sans-serif;
}

p{  
   
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.call-mail-gg li{
    display: flex;
    gap: 10px;
    align-items: center;
}
.call-mail-gg{
    display: flex;
    margin: 0;
    justify-content: space-between;
    padding:0;
    gap: 20px;
}

.sbv-hed-menu-secp{
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow-x: clip;
    overflow-y: visible;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}



.heder-top-cal-mailss{
   position: relative;
padding: 0.4rem 0 0.4rem 2rem;
display: flex
;
    justify-content: space-between;
    align-items: center;
}
.heder-top-cal-mailss p{
        margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Outfit';
}
.heder-top-cal-mailss:before{
background-color:var(--primary-color);
    content: "";
    width: 6000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.nav-menu{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    
}

 .header-logo{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    
    min-width: 130px;
}

.header-btn{
    text-align:center;
}

.nav-menu > li > a{
    font-size:15px;
    color:#fff;
    font-weight:500;
    letter-spacing: 0.5px;
    position:relative;
}
.nav-menu > li > a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.nav-menu > li:hover > a:before, .nav-menu > li > .active:before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.nav-menu > li > .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    left: -100%;
    min-width: 250px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: var(--header);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 15px;
}
.nav-menu > li:hover .submenu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.nav-menu > li > .submenu > li:not(:last-child){
    margin-bottom:0.5rem;
}
.nav-menu > li.dropdown{
    padding-right:10px;
}
.nav-menu > li > .submenu > li > a.active {
    background: var(--secondary-color);
    color: #fff !important;
    font-weight: 600;
}

.nav-menu > li.dropdown:before{
        position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 12px;
    right: -6px;
    top: 0;
    transform: translateY(2px);
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
}
.nav-menu > li > .submenu > li a{
    font-size:15px;
    padding: 0.3rem;
    display:inline-block;
    transition:0.2s linear;
    width:100%;
}
.nav-menu > li > .submenu > li a:hover{
    background:var(--secondary-color);
    color:#fff;
}
.mega-menu-sec{
         display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-left: 60px;
        
}
.mega-menu-sec:before{
            background-color:var(--secondary-color);
        width: 6000px;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
}
.main-header-wapper{
    display: flex;
   
}

.main-header-info{
    position: relative;
        width: 100%;
}

.main-header-info:before {
        background-color: #fff;
    clip-path: polygon(0 0, 0% 0%, 100% 100%, 0% 100%);
    width: 50px;
    height: 104%;
    content: "";
    position: absolute;
    left: -0.04rem;
    top: -5px;
}
.sticky .main-header-info:before{
    height: 101%;
    top: 0px;
}

.admi-btnss{
    color: #fff;
    border-radius: 6px;
    padding:10px 14px;
    text-transform: uppercase;
    font-size: 13px;
    background: #09944a;
    font-weight:600;
}
.nav-menu > li{
        display: inline-block;
        position: relative;
        padding: 30px 0;
        margin-right: 23px;
}
.call-mail-gg li a{
    font-size:15px;
    font-weight:500;
}
.call-mail-gg li .icon i{
    position:relative;
    top:4px;
    font-size:22px;
}

.banner-new-home-sec{
    position:relative;
    overflow:hidden;
}

.banner-new-home-sec .banner-box-item{
       min-height: 650px;
       height:80vh;
    position: relative;
    z-index: 2;
    transition: opacity 3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.why-newhh-img{
    text-align:center;
}
.banner-new-home-sec .banner-box-item:before{
    position:absolute;
    content:"";
        background-image:url(../image/bg/sbv-school-avadi-campus-banner.webp);
    width:100%;
    height:100%;
    z-index:-1;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-animation: kenburns-bottom-right 5s ease-out both;
	        animation: kenburns-bottom-right 5s ease-out both;
}
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
            transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
            transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

.banner-new-home-sec .banner-box-item.scond-img:before{
background-image:url(../image/bg/sbv-school-bright-minds.webp);
}

.banner-new-home-sec .banner-box-item.three-img:before{
    background-image:url(../image/bg/sbv-matriculation-school-main-banner.webp);
}

.mnew-banne-carouselr .swiper-button-next:after, .mnew-banne-carouselr .swiper-button-prev:after{
    font-size:20px;
    content:"\f1c8";
    font-family: flaticon_normal-icon !important;
}

.mnew-banne-carouselr .swiper-button-prev:after{
    transform: rotate(180deg);
}
.mnew-banne-carouselr .swiper-button-prev{
    left:90px;
}
.mnew-banne-carouselr .swiper-button-next{
    left:unset;
    right:90px;
}

@media(min-width: 1550px) and (max-width : 2000px){
   .mnew-banne-carouselr .swiper-button-prev{
    right:200px !important;
}
.mnew-banne-carouselr .swiper-button-next{
    right:200px !important;
} 
}

.mnew-banne-carouselr .swiper-button-next, .mnew-banne-carouselr .swiper-button-prev {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color:rgba(255, 255, 255, 0.4);
    color: #fff;
    text-align: center;
    line-height: 43px;
     top: 40%;
    z-index: 99;
    position: absolute;
  
    transition: all .3s 0s ease-out;
}
.mnew-banne-carouselr .swiper-button-prev{
    left:unset;
    right:90px;
    top: 50%;
}
.banner-new-home-sec .banner-box-item:after {
    position: absolute;
    background: #000;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .3s ease-out 0s;
}
.banner-box-item .banner-content-box{
    width:70%;
    position:relative;
        text-transform: capitalize;
        margin-bottom: 3rem;
}

.shapesd:before{
        position: absolute;
    bottom: 0;
    content:"";
    background-image: url(../image/bg/slider_shape02.png);
    width: 1200px;
    height: 160px;
    transform: translateY(100px);
    opacity:0;
    right:100px;
     transition: all .3s linear;
     transition-delay: 1000ms;
}
.shapesd:after{
        content: "";
    position: absolute;
    height: 71px;
    top: 100px;
    width: 216px;
    opacity:0;
     transform: translate(-40px, 40px);
     transition: all .7s linear;
     transition-delay: 1000ms;
    background-image:url(../image/bg/session-ele-2.png);
}
.swiper-slide.swiper-slide-visible .shapesd:before{
    transform: translateY(0px);
    opacity:1;
}
.swiper-slide.swiper-slide-visible .shapesd:after{
    transform: translate(-0px, 0px);
    opacity:1;
}
.banner-box-item .banner-content-box .arrowaaa{
    position:relative;
}
.banner-box-item .banner-content-box h1, .banner-box-item .banner-content-box h3 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    opacity: 0;
      text-shadow: 1px 1px 2px #000;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}
.mnew-banne-carouselr .swiper-slide-active .banner-content-box h1, 
.mnew-banne-carouselr .swiper-slide-active .banner-box-item .banner-content-box h3{
    transform: translateX(0);
    opacity: 1;
}
.banner-box-item .banner-content-box  span{
    font-size: 60px;
    padding-left: 120px;
    letter-spacing: 1px;
    transition-delay: 1400ms;
    opacity: 1;
        text-shadow: -1px -1px 2px #000;
    transform: translateY(0);
    color: #f8b227;
    font-weight:700;
    position:relative;
    display: inline-block;
        opacity: 0;
    transform: translateY(-120px);
    transition: all 1000ms ease;
        transition-delay: 1400ms;
}

.banner-box-item .banner-content-box .arrowaaa:before{
    content: "\f1c0";
    font-family:flaticon_normal-icon !important;
    font-weight: normal;
    position: absolute;
    font-size: 90px;
    line-height: 90px;
    -webkit-text-stroke: 2px var(--primary-color);
    color: transparent;
    left:0px;
    top: 0;
    opacity: 0;
    transition: all 800ms 1000ms ease;
    transform: rotate(-40deg) translateX(-40px);
    transition: all 800ms 1000ms ease;
    
}
.mnew-banne-carouselr .swiper-slide-active .banner-content-box .arrowaaa:before{
	opacity: 1;
	transform:rotate(-40deg) translateY(0px);
}

.mnew-banne-carouselr .swiper-slide-active .banner-box-item .banner-content-box  span{
        opacity: 1;
    transform: translateY(0);
}

.sticky {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    animation: sliddown 1s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@keyframes sliddown{
    0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    transform: translate3d(0, 0, 0);
}
}

.sticky .heder-top-cal-mailss{
    display:none;
}


.sticky .header-logo img{
        height: 80px;
    object-fit: contain;
}

.banner-below-card-sec{
        padding: 1.2rem 0.3rem 0rem;
    position: relative;
    z-index: 1;
}
.banner-below-card-sec .banner-below-anima{
    position:relative;
     z-index: 1;
}

.banner-below-card-sec .banner-below-anima:before{
    position: absolute;
    content: "";
    width: 74px;
    height: 74px;
    top: 0px;
    right: -100px;
    background-image: url(../image/bg/reading.svg);
    background-position: center;
    background-size: cover;
    z-index: -1;
    animation: rotateZAnimation 5s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
  filter: brightness(0) invert(0);
    opacity: 0.5;
}

.banner-below-card-sec .banner-below-anima:after{
    position: absolute;
    content: "";
    width: 74px;
    height: 74px;
    bottom: 0px;
    left: -100px;
    background-image: url(../image/bg/puzzle.svg);
    background-position: center;
    background-size: cover;
    z-index: -1;
    animation: rotateZAnimation 5s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
  filter: brightness(0) invert(0);
    opacity: 0.5;
}

.card-fuclity-box{
    border-radius: 20px;
    justify-content: flex-start;
    min-height: 300px;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    display: flex
;
    z-index: 1;
}


@keyframes rotateZAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px)
               scale3d(1, 1, 1)
               rotateZ(0deg)
               skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 0px, 0px)
               scale3d(1, 1, 1)
               rotateZ(20.6088deg)
               skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px)
               scale3d(1, 1, 1)
               rotateZ(0deg)
               skew(0deg, 0deg);
  }
}

.card-fuclity-box .values-icon {
    border-radius: 12px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    position: relative;
    align-content: center;
    text-align: center;
}

.card-fuclity-box p{
   margin:0;
}

.card-fuclity-box .icon-title .title{
    
   font-size: 20px;
    font-weight: 600;
    margin: 15px 0 0;
    line-height: 1.4;
    max-width: 80%;
}
.banner-below-card-sec .col-lg-3:nth-child(1) .card-fuclity-box .icon-title .title,
.banner-below-card-sec .col-lg-3:nth-child(1) .card-fuclity-box p{
    color:#FFF;
}
.banner-below-card-sec .col-lg-3:nth-child(1) .card-fuclity-box{
    background:#8557d0;
}
.banner-below-card-sec .col-lg-3:nth-child(1) .card-fuclity-box .values-icon img{
    filter: invert(45%) sepia(39%) saturate(4708%) hue-rotate(237deg) brightness(85%) contrast(91%);
}
.banner-below-card-sec .col-lg-3:nth-child(2) .card-fuclity-box{
    background:#fbc525;
}
.banner-below-card-sec .col-lg-3:nth-child(2) .card-fuclity-box .values-icon img{
    filter: invert(81%) sepia(15%) saturate(3164%) hue-rotate(339deg) brightness(101%) contrast(94%);
}
.banner-below-card-sec .col-lg-3:nth-child(3) .card-fuclity-box{
    background:#0fd86c;
}

.banner-below-card-sec .col-lg-3:nth-child(3) .card-fuclity-box .values-icon img{
    filter: invert(30%) sepia(65%) saturate(3558%) hue-rotate(137deg) brightness(95%) contrast(98%);
}
.banner-below-card-sec .col-lg-3:nth-child(4) .card-fuclity-box{
    background:#a2d3ed;
}

.banner-below-card-sec .col-lg-3:nth-child(4) .card-fuclity-box .values-icon img{
    filter: invert(48%) sepia(59%) saturate(6619%) hue-rotate(178deg) brightness(85%) contrast(75%);
}

.card-fuclity-box:before{
    position:absolute;
    content:"";
    width:160px;
    height:160px;
    top:0;
    right:0;
    background-image:url(../image/bg/faculty.svg);
    background-position:center;
    background-size:cover;
    z-index:-1;
}

.banner-below-card-sec .col-lg-3:nth-child(2) .card-fuclity-box:before{
    background-image:url(../image/bg/faculty1.svg);
}

.banner-below-card-sec .col-lg-3:nth-child(3) .card-fuclity-box:before{
    background-image:url(../image/bg/faculty2.svg);
}
.banner-below-card-sec .col-lg-3:nth-child(4) .card-fuclity-box:before{
       background-image: url(../image/sbv-school/life-skills.svg);
    filter: brightness(0) invert(1);
    opacity: 0.3;
    background-position: bottom;
    background-repeat: no-repeat;
}

.sec-big-title{
   font-size:32px; 
   font-weight:600;
   position:relative;
}
.sec-smal-title{
   background: #6a43d733;
    color: #6a43d7;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0.8rem;
    border-radius: 20px;
    font-size: 15px;
}
.sec-big-title span{
        position: relative;
    z-index: 1;
    display: inline-block;
}

.sec-big-title span:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../image/bg/title-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    animation: section-animation 3s infinite;
}

@keyframes section-animation {
    0% {
        width: 0
    }

    15% {
        width: 100%
    }

    85% {
        opacity: 1
    }

    90% {
        width: 100%;
        opacity: 0
    }

    to {
        width: 0;
        opacity: 0
    }
}
.section-title{
    margin-bottom:15px;
}
.section-title.text-center{
    margin-bottom:40px;
}
.curriculum-sbv-sec{
    padding:4rem 0;
    position:relative;
    background-image: url(../image/bg/service-bg.png);
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
    z-index: 1;
}

.curriculum-sbv-sec:before{
        position: absolute;
    content: "";
    width: 200px;
    height: 447px;
    top: -40px;
    right: -37px;
    margin:auto 0;
    bottom:0;
    background-image: url(../image/bg/service-ele-2.svg);
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    z-index: -1;
}

.curriculum-sbv-sec:after{
    position: absolute;
    content: "";
    width: 200px;
    height: 447px;
   top: -40px;
    left: -37px;
    margin:auto 0;
    bottom:0;
    background-image: url(../image/bg/service-ele-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    z-index: -1;
}

.vs-balls__ball{
        width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translateX(0px);
}

.vs-balls {
        width: 100vw;
    height: 14px;
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: screen;
}

.schig-school{
    position:relative;
    overflow: hidden;
    border-radius: 16px;
    
}
.schig-school img{
    width: 100%;
   
}
@media (min-width:1600px){
    .img-curri-cl{
        max-width: 270px !important;
    }
}
@media (min-width:1350px) and (max-width:1599px){
    .img-curri-cl{
        max-width: 250px !important;
    }
}
.crusiv-iconsd{
    z-index: 2;
    background-color: #f6f3fd;
    border-top-left-radius: 2em;
    width: 58px;
    height: 58px;
    position: absolute;
    inset: auto 0% 0% auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.curri-culum-box:hover .crusiv-iconsd, .schig-school:hover .crusiv-iconsd{
    background-color:var(--secondary-color)
}
.curri-culum-box:hover .crusiv-iconsd i, .schig-school:hover .crusiv-iconsd i{
    color:#fff;
}
.crusiv-iconsd i{
        font-size: 20px;
        height:20px;
}
.curr-bodys{
  max-width: 80%;
    position: absolute;
    bottom: 32px;
    left: 32px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}
.curr-bodys h3{
   font-size: 1.5rem;
    margin-bottom: 1.1rem;
}
.curr-bodys h4{
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}
.cals-pointsd{
    position: relative;
    display: flex
;
    padding: 0;
    gap: 10px 8px;
    flex-wrap: wrap;
    margin-bottom: 1.3rem;
}
.cals-pointsd li{
   position: relative;
    font-size: 14px;
    border-radius: 25px;
    background: #f2fbf9;
    padding: 7px 14px;
}
.csc-pointsd{
    margin-bottom: 0;
}
.csc-pointsd li{
    position:relative;
    font-size: 15px;
}
.csc-pointsd li:before{
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -22px;
    color: green;
}
.faq-section 

.curri-culum-box{
   display: flex
;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 20px;
        gap: 20px;
            position: relative;
}
.title-box-img{
    width:100%;
}
.img-curri-cl{
    min-width: 225px;
    max-width:225px;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.img-curri-cl img{
        border-radius: 16px;
}
.title-box-img .title{
    font-size:1.3rem;
}
.title-box-img h4{
        font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

/**/

.facil-ities-sec{
    padding:5rem 0;
    position:relative;
}

.facil-ities-sec .col-lg-3 .facil-item-box:not(:last-child){
    margin-bottom:20px;
}

.facil-item-box{
    position:relative;
    border-radius:10px;
}
.facil-item-box img{
    border-radius:10px;
}
.facil-item-box:before{
    content: "";
    position: absolute;
    border-radius:10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    display: block;
}
.facil-item-box p{
        margin: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #3f256dbf;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.key-number-sec-main {
    position:relative;
}
.key-number-sec-main .key-box-book-ss{
    position:relative;
    z-index: 1;
    padding:5rem 0 0;
}

.key-box-book-ss:before{
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    margin: 0 auto;
    max-width: 672px;
    position: absolute;
    background-color:#f6f3fd;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
}

.key-number-sec-main .section-title{
    width:55%;
    margin:0 auto;
    text-align:center;
}

.key-number-box{
    border-radius: 12px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1098039216) inset;
    background-color: #e1dcf8;
    padding:30px;
    width:200px;
    
}
.key-number-box span{
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    line-height: 60px;
}
.key-number-sec-main .key-number-left, .key-number-sec-main .key-number-right{
    position:relative;
    height:100%;
}
.key-number-box p{
       font-size: 18px;
    margin: 0;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.key-number-sec-main .key-number-right .key-number-box{
    margin-left:auto;
}
.key-number-sec-main .key-number-right .key-number-box:nth-child(2){
    position:absolute;
    bottom:20px;
    right: -5%;
        background:#d1eeff;
}
.key-number-sec-main .key-number-right .key-number-box:nth-child(1){
    position:absolute;
    top:20px;
    left:-30px;
    background: #b4fed5;
}

.key-number-sec-main .key-number-left .key-number-box:nth-child(2){
    position:absolute;
    bottom:20px;
    right:-50px;
        background: #feee9d;
}


.form-home-sec .form-home-main-box{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 50px;
    position: relative;
    z-index: 1;
    background-image: url(../image/bg/form-home-bg.png);
}

.home-sbv-form .inffss {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom:15px;
    border:none;
}

.home-sbv-form textarea{
   width: 100%; 
   color: #000;
    background-color: #fff;
    margin-bottom:15px;
    border-radius: .25rem;
    border:none;
    padding: 10px;
}
.home-sbv-form textarea::placeholder, .home-sbv-form input::placeholder{
    color:#000;
}
.home-sbv-form textarea:focus,
.home-sbv-form input:focus{
    box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}
.inforr .inforr-btn{
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: none;
    box-shadow: inherit;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    background:var(--primary-color);
    transition: 500ms all ease;
    color: #000;
}

.inforr .inforr-btn:before{
        top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 0%;
    z-index: -1;
    border-radius: 6px;
    position: absolute;
   background:var(--primary-color);
    transition: 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
    background:var(--secondary-color);
}
.inforr .inforr-btn:hover{
    color:#fff;
}

.inforr .inforr-btn:hover:before{
        height: 100%;
}

.form-home-sec .form-home-main-box .form-home-img{
    position: absolute;
    left: 0;
    bottom: -81px;
    right: 0;
    z-index: -1;
    width: 80%;
    margin: 0 auto;
}

.form-home-sec{
    padding:5rem 0;
    position:relative;
}

.foote-sec-mainss{
    padding:5rem 0 0;
    position:relative;
    background:var(--secondary-color);
}

.cater-footer-menu .title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}

.cater-footer-menu .title:before{
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #f8b227;
}

.cater-footer-menu .foote-menu li a{
    color: #fff;
    font-size: 14px;
    position:relative;
    
}

.cater-footer-menu .foote-menu li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.cater-footer-menu .foote-menu li a:hover{
    color:var(--primary-color);
}
.cater-footer-menu .foote-menu li{
    position:relative;
    padding-left:25px;
}
.cater-footer-menu .foote-menu li:after{
        position: absolute;
    content: "";
    width: 18px;
    height: 18px;
   bottom:0;
    left: 0;
   
    top: 5px;
    background-image: url(../image/svg/education.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.men-2s{
    margin-left: -2rem;
}
.cater-footer-menu .foote-menu li a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.cater-footer-menu .foote-menu li:not(:last-child){
    margin:0 0 5px;
}
.cater-footer-menu .foote-menu{
    padding:0;
    margin:0;
}
.footer-addrew-fff{
    margin:0;
    padding:0;
}
.footer-addrew-fff li p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight:500;
}

.footer-addrew-fff li a {
    color: #fff;
    font-size:15px;
    font-weight:500;
}

.footer-addrew-fff li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-addrew-fff li {
    display: flex;
    gap: 10px;
}
.footer-addrew-fff li .icon i {
    color:#fff;
    font-size: 20px;
}

.social-media-book {
    padding: 0;
    display: flex
;
    margin: 20px 0 0;
    gap: 10px;
    justify-content: center;
}
.social-media-book li a {
        width: 30px;
    height: 30px;
    line-height: 35px;
    display: block;
    color: var(--secondary-color);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}
.social-media-book li a i {
    font-size: 17px;
}

.foot-erer-logo p{
    color: #fff;
    font-size: 15px;
    font-weight:500;
    text-align: center;
    margin:0;
}
.footer-addrew-fff li a:hover{
    color:var(--primary-color);
}
.social-media-book li a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
.foot-erer-logo a{
    display:block;
    text-align:center;
}
.foot-erer-logo img{
    margin:0 0 10px;
}
.foot-erer-logo{
    max-width: 90%;
}

.copri-right-sec{
    padding:10px 0;
}

.cpry-sec-main {
    padding: 10px 0;
    margin: 40px 0 0;
    border-top: 1px solid #ffffff6b;
}
.copr-right-text a {
    color: #fff;
    font-size: 14px;
    text-align: end;
    font-weight:500;
}
.copr-right-text p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight:500;
}

.curriy-sbv-btt{
        display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 6px;
    position: relative;
    background-color: var(--primary-color);
    z-index: 1;
    padding-right: 33px !important;
}
.curriy-sbv-btt:before{
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 0%;
    border-radius: 6px;
    position: absolute;
    z-index:-1;
    background-color: var(--secondary-color);
    transition: 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.curriy-sbv-btt:after{
    position: absolute;
    content: "\f1c1";
    width: 18px;
    height: 18px;
    font-size: 13px;
    right: 8px;
    bottom: 0;
    font-weight: 300;
    margin: auto 0;
    top: 1px;
    font-family: flaticon_normal-icon !important;
}

.curriy-sbv-btt:hover:after{
     animation: toLeftFromRight 0.5s forwards;
}

.curriy-sbv-btt:hover:before{
    height: 100%;
}

.curriy-sbv-btt:hover{
    color:#fff;
}

.curriy-sbv{
    text-align:center;
    margin:30px 0 0;
}
.facili-ttt-sbv{
    text-align:right;
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}

.about-sbv{
    margin-top:24px;
}
.ed-cs-shape {
  top: 0;
  left: 0;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}

.header-btn .curriy-sbv-btt{
    background:#029543;
    color:#fff;
    padding: 10px 14px;
}
.header-btn .curriy-sbv-btt:hover{
    color:#000;
}
.header-btn .curriy-sbv-btt:before{
    background:var(--primary-color);
}
.bulb-image{
   position: absolute;
    height: 98px;
    width: 93px;
    background-image: url(../image/reff/bulb-shape.webp);
    top: 100px;
    right: 20%;
    filter: invert(68%) sepia(97%) saturate(565%) hue-rotate(356deg) brightness(97%) contrast(109%);
    background-size: cover;
}
.smiles{
   position: absolute;
    height: 78px;
    width: 103px;
    background-image: url(../image/reff/smile.svg);
    top: 40%;
    right: 30%;
    background-size: cover;
    
}
.visi-parant{
    background: #f6f3fd;
    padding: 1.5rem;
    line-height: 1.7;
    font-style: italic;
    font-weight: 600;
}
.gallery-item img{
    width:100%;
}


/*banner-section*/

.banner-detail {
  position: relative;
  background: #f6f3fd;
  padding: 5.5rem 0;
  z-index: 1;
}

.breadcrumb-head {
  text-align: center;
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-detail .breadcrumb-head h1 {
  font-size: 34px;
  font-weight: 700;
  color: #0a2a4a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.banner-detail .bead-head {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #2c3e50;
}

.banner-detail .bead-head li {
  display: flex;
  align-items: center;
}

.banner-detail .bead-head li + li::before {
  content: "\f108";
  font-family: "flaticon_normal-icon" !important;
  margin: 0 10px;
  color: #3f256d;
}

.banner-detail .bead-head a {
  text-decoration: none;
  color: #2c3e50;
  transition: color 0.3s;
}

.banner-detail .bead-head a:hover {
  color: #3f256d;
  font-weight:600;
}
.banner-detail .bead-head li:last-child a {
  color: #2c3e50;
  font-weight: 600;
  pointer-events: none;
}
.banner-detail::before,
.banner-detail::after {
  content: "";
  position: absolute;
  top: 0;
  width: 345px;
  height: 100%;
  background-repeat: no-repeat;
    background-size: cover;
  z-index: 1;
  opacity: 0.9;
}


.banner-detail::before {
  left: 0;
  background-image: url('../image/bg/breadcrumb-shape-one.webp');
}


.banner-detail::after {
  right: 0;
  background-image: url('../image/bg/breadcrumb-shape-two.webp');
}



.teaching-student {
  padding: 3rem 0;
position:relative;
}

.teaching-student .tag-label {
  display: inline-block;
  background: #6a43d733;
  color: #6a43d7;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.teaching-student .sec-big-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.teaching-student p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.method-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.method-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.method-list .icon {
  font-size: 18px;
  color: #6c63ff;
  margin-right: 12px;
  margin-top: 4px;
}

.method-list h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #2d1e60;
}

.method-list p {
  font-size: 16px;
  margin: 4px 0 0;
  color: #666;
}

.teach-kid {
  position: relative;
 justify-content: center;
    display: flex;
}

.teach-kid img {
  width: 340px;
  position: relative;
  z-index: 2; /* keep image above yellow */
}

.about-image-element {
 position: absolute;
  border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 100%;
    max-width: 400px;
    height: 163px;
    z-index:1;
  background-color: #fbce3e;
inset: auto 19% 0%;
}



@media (max-width:1280px){
    .about-image-element {
    inset: auto 15% 0%;
}
}

/* Shape wrapper */
.enhance-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

/* Keyframes for gentle shake */
@keyframes gentleShake {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(5deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


.enhance-shape .smiley-shape {
  position: absolute;
  top: 20%;   
  left: 5%;
  width: 60px;
  height: auto;
  animation: gentleShake 3s ease-in-out infinite;
  transform-origin: center center;
}

/* Dragon position + animation */
.enhance-shape .dragon-shape {
  position: absolute;
  top: 35%;  
  right: 5%;
  width: 80px;
  height: auto;
  animation: gentleShake 4s ease-in-out infinite;
  transform-origin: center center;
}


.method-list li i.flaticon-check-mark {
 
  align-items: center;
 
 
  color: #7b4fff;             /* Tick color */
  font-size: 20px;            /* Tick size */
  margin-right: 12px;
  flex-shrink: 0;
}


/* SBV CTA Section */

.sbv-cta-section {
  padding: 4rem 0;
  background: #fff;
  position: relative;
  text-align: center;
  background:#f6f3fd;
}


.sbv-cta-section .sbv-main .side-head {
  display: inline-block;
  background: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
}


.sbv-cta-section .sbv-main .sec-big-title {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight:600;
  font-size:30px;
}


.sbv-cta-section .sbv-common,
.sbv-cta-section .sbv-common-next {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}


.sbv-cta-section .main-img {
  position: relative;
  z-index: 2;
  max-height: 320px;
  width: auto;
  object-fit: contain;
}


.sbv-cta-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  height: auto;
  z-index: 1;
}

/* === Metrics row === */
.intrested-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:19px;                 /* distance between items (like screenshot) */
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
  margin-top:35px;
}

.intrested-icon li{
  display:flex;
  align-items:center;
  gap:16px;                
}


.cta-icon{
  position:relative;
  width:55px;
   min-width:55px;
  height:55px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  z-index:0;
}


.cta-icon::before{
  content:"";
  position:absolute;
  inset:-28px;            
  border-radius:inherit;
  background:radial-gradient(circle at 50% 50%,
              rgba(15,23,42,.08) 0%,
              rgba(15,23,42,.04) 45%,
              rgba(15,23,42,0) 75%);
  z-index:-1;
}

.cta-icon img{
  width:25px;
  height:25px;
  display:block;
  object-fit:contain;
}

.cta-icon.blue img{
    filter: invert(57%) sepia(82%) saturate(2875%) hue-rotate(150deg) brightness(90%) contrast(82%);
}

.cta-icon.violet img{
   filter: invert(30%) sepia(15%) saturate(7027%) hue-rotate(242deg) brightness(89%) contrast(91%);
}

.cta-icon.red img{
   filter: invert(35%) sepia(49%) saturate(6867%) hue-rotate(336deg) brightness(84%) contrast(98%);
}

/* Text stack */
.icon-content h4{
  margin:0 0 4px 0;
  font-size:24px;
  line-height:1;
  font-weight:700;
  color:#111827;           
}

.icon-content span{
  display:block;
  font-size:15px;
  line-height:1.2;
  color:#6b7280;           
}

.icon-content {
    text-align: left;
}

.btn-view {
  display: flex;
  gap: 15px; 
  justify-content: center;
  margin-top:40px;
}

.btn-cta {
  display: inline-block;
  padding: 12px 28px;
  background: #e1dcf8;
  color: #3f256d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background: #3f256d;
  color: #fff;
}


/*main-section*/



.main-content {
  padding: 20px 0;
  max-width: 750px;
}

/* Big Title */
.main-content .sec-big-title {
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1.3;
}


.main-content span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #3f256d; 
  margin-bottom: 16px;
}

.main-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563; /* gray-600 */
  margin-bottom: 0;
}

.best-junior{
    padding:4rem 0 0;
}

.best-junior .method-list{
    margin-top:20px;
}

.student-info {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 26px 22px;
  position: sticky;
  top:10%;
  display: flex;
  flex-direction: column;
}

/* Hover lift */
.student-info:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}



.student-info .school-timing {
  display: inline-block;
  background: linear-gradient(90deg, #3f256d, #a78bfa);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin: 0 auto 16px; 
  box-shadow: 0 3px 10px rgba(106, 90, 205, 0.3);
}


.student-info .thumbnail {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.student-info .thumbnail img {
  width: 85%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}



/* Heading */
.student-info .content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
  border-left: 4px solid #6a5acd;
  padding-left: 10px;
}

/* Boys/Girls wrapper */
.gender-dress {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Each gender column */
.gender-dress .gender-block {
  flex: 1;
  min-width: 160px;
}

/* Sub-heading */
.gender-dress h5 {
  font-size: 16px;
  font-weight: 700;
  color: #3f256d;
  margin-bottom: 10px;
}

/* Uniform list */
.unform-view {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unform-view li {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.unform-view li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #6a5acd;
  font-weight: bold;
}

.unform-view li:hover {
  color: #6a5acd;
}


.admission-information {
  padding: 3rem 0;
  position:relative;

}

.location-admission {
      background: #3f256d0f;
}



.admission-information .sec-big-title {
  font-size: 30px;
  margin-bottom: 25px;
}

/* Card Style (applies to all col-lg content) */
.admission-information .technical,
.admission-information .process-steps,
.admission-information .admission-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 25px;
  margin-bottom: 25px;
}

.admission-information .technical{
    height:90%;
}

/* Lists */
.admission-information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admission-information ul li {
  font-size: 15px;
 
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.admission-information ul li::before {
  content: "\f148";
  position: absolute;
  font-family: flaticon_normal-icon !important;
  left: 0;
  color: #7b4fff; /* orange-yellow accent */
  font-size: 14px;
}




/* Steps inside Process */
.admission-information .correct-process li {
  margin-bottom: 20px;
}

.admission-information .correct-process h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.admission-information .correct-process p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Admission Form Card */
.admission-information .admission-form {
  background: #fff;
      position: sticky;
    top: 10%;
}

.admission-information .admission-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.admission-information .admission-form input,
.admission-information .admission-form select,
.admission-information .admission-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.admission-information .admission-form input:focus,
.admission-information .admission-form select:focus,
.admission-information .admission-form textarea:focus {
  border-color: #6a5acd;
  box-shadow: 0 0 6px rgba(106,90,205,0.3);
  outline: none;
}

/* Submit Button */
.admission-information .admission-form button {
  background: #029543;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px;
  border-radius: 8px;
  border: none;
 transition: 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.admission-information .admission-form button:hover {
  background: var(--primary-color);
  color:#000;
}

.technical h4{
    font-size:22px;
    font-weight:600;
}


.admission-information .tag-label{
    display: inline-block;
    background: #6a43d733;
    color: #6a43d7;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.teacher-profile .side-head{
    background: #6a43d733;
    color: #6a43d7;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0.8rem;
    border-radius: 20px;
    font-size: 15px;
}

/*Gallery page*/
.gallery-section {
  padding: 3.75rem 0;
}

/* Filter Buttons */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.filter-buttons .filter-btn {
  background: #f1f1f1;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.filter-buttons .filter-btn:hover {
  background: #3f256d;
  color: #fff;
}

.filter-buttons .filter-btn.active {
  background: #3f256d;
  color: #fff;
box-shadow: 0 4px 12px rgba(63, 37, 109, 0.5);
}

/* Gallery Box */
.gallery-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 23px;
}

.gallery-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-box:hover img {
  transform: scale(1.08);
}

.breadcrumb-head .bead-head li.active{
   color: #3f256d;
   font-weight:600;
}


.faq-section li i.flaticon-check-mark-1 {
  color: #3f256d; 
  font-size: 17px;
  margin-right: 8px;
}

.admission-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admission-process li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 60px;
}

.admission-process h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom:0;
}

.admission-process p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.gallery-section .row{
    row-gap:25px;
}

.gallery-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #fff;
  text-align: center;
}

.zonal-img {
  aspect-ratio: 4 / 3; 
  width: 100%;
  overflow: hidden;
}

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

.gallery-caption {
  background: #0d47a1; 
 
  text-align: center;
padding: 12px 8px 2px;
  
  border-top: 1px solid rgba(255,255,255,0.2);
}

.gallery-caption p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.admission-main {
    padding:4rem 0;
    position:relative;
}

.admission-content .sec-big-title{
    text-align:center;
}

.admission-form {
  background: #f6f3fd; /* light background */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 650px;
  margin: 0 auto;
}

.admission-form .sec-big-title {
  font-size: 26px;
  font-weight: 700;
  color: #0d1b3f;
  margin-bottom: 15px;
  text-align: center;
}

.admission-form .form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.admission-form .form-control {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
  box-shadow: none;
}

.admission-form .form-control:focus {
  border-color: #3f256d;
  box-shadow: none;
}

.admission-form textarea.form-control {
  height: 80px;
  resize: none;
}

.admission-form .submit-btn {
  background: #029543; /* green button */
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admission-form .submit-btn:after {
  content: "\f172"; 
  font-family: flaticon_normal-icon !important;
  margin-left: 8px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  transition: transform 0.3s ease;
}

.admission-form .submit-btn:hover:after {
  transform: translateX(5px);
}
.admission-content{
    margin-bottom:30px;
}

.discipline img{
    border-radius: 80px 80px 80px 0;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.philosophy{
    padding:3rem 0 3rem;
    background:#3f256d0f;
    
}
.philosophy .row{
   align-items:center;
}
.process-admission {
  padding: 4rem 0 1rem;
  position:relative;

}
.process-admission .container > .row{
    gap: 40px 0;
}
.process-main {
  text-align: center;
  padding: 15px;
}

.process-img {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background:#f6f3fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-img img {
  width: 33px;
  height: 33px;
  filter: invert(13%) sepia(46%) saturate(3103%) hue-rotate(247deg) brightness(91%) contrast(92%);
}

.process-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.process-content p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.requirement .sec-big-title{
    font-size:26px;
}

.eligibility {
  padding: 60px 0;
}

.subject {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03); 
  padding: 40px;
}

.subject .row {
  align-items: stretch;
}

.subject .col-lg-6 {
  padding: 20px 30px;
}

/* add vertical center border */
.subject .col-lg-6:first-child {
  border-right: 2px solid #3f256d36;
}

.requirement h3.sec-big-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b0f19;
}

.method-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.method-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.method-list i {
  font-size: 20px;
  color: #029543;
  margin-right: 12px;
  margin-top: 5px;
}

.method-list h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
}

.method-list p {
  font-size: 15px;
  margin: 0;
  color: #555;
}
.subject.side-flower {
  position: relative;
  background: #3f256d0f;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden; 
}

.subject.side-flower::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;  
  height: 120px;  
  background: url('../image/bg/faculty.svg') no-repeat bottom right;
  background-size: contain;
  opacity: 0.9; 
  transform: rotate(90deg);
  filter: invert(40%) sepia(90%) saturate(500%) hue-rotate(200deg) brightness(90%) contrast(95%);
  pointer-events: none; 
}

.location-pic {
    position: relative;

    margin: auto;
    max-width: fit-content;
    border-radius: 20px;
    z-index: 1;
    padding: 15px;
}

.location-pic::before {
    content: "";
    position: absolute;
    left: 11px;
    bottom: 3px;
    width: 100%;
    height: 100%;
    background: #3f256d;
    border-radius: 100px 100px 100px 0;
    transform: rotate(-8deg);
    z-index: -1;
}

.location-pic img {
 
  border-radius: 100px 100px 100px 0;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto; 
  height: 416px;
}

.communication{
    padding:3rem 0;
}

.faclities-location {
  padding: 4rem 0;
}

.faclities-location .sec-big-title{
   font-size:29px;
   margin-bottom:20px;
}



.faclities-category {
  margin-bottom: 40px;
}

.faclities-category .icon-box {
  position: relative; 
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 2px solid #000;
}


.faclities-category .icon-box img {
  width: 107px;
  height: auto;
  object-fit: contain;
  border-radius:50%;
}


.faclities-category h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  text-align: center;
}


.technical p{
    font-size: 15px;
}

/* Section Spacing */
.life-sbvrschool {
  padding: 3rem 0;
}

.sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-head h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #444;
  line-height: 1.6;
}

/* Cards */
.activity-card {
  border-radius: 12px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 30px; 
}

.activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.life-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.life-icon img {
  width: 28px;   /* adjust icon size */
  height: 28px;
}

.life-icon:hover {
  transform: scale(0.9); 
}


.activity-card h4 {
  flex: 1;
  font-size:19px;
  margin: 0 17px;
  font-weight: 600;
}

.toggle-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  padding-right: 18px;
}

.activity-body {
  display: none;
  margin-top: 15px;
  color: #333;
  text-align: justify;
  padding: 10px;

}

.activity-card.active .activity-body {
  display: block;
}

.activity-card.active .toggle-arrow {
  transform: rotate(180deg);
}

.yellow-card {
  position: relative;
  background: #ffecc3;
  border-radius: 8px;
 
}

.skyblue-card {
  position: relative;
  background: #e1dcf8;
  border-radius: 8px;
 
}

.yellow-card::before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #FFDA8A;
  z-index: -1;
}
.blue-card {
  position: relative; 
  background: #BBEEEC;
  border-radius: 8px;
}

.blue-card::before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #7ed7d0; 
  z-index: -1; 
}

.pink-card {
  position: relative; 
  background: #f0caf5;
  border-radius: 8px;
}

.pink-card::before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #e59cf0; 
  z-index: -1; 
}

.skyblue-card::before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color:#3f256d73;
    z-index: -1;
}
.activity-body p{
    color:#444;
}

.toggle-arrow::before {
  content: "\f103";
  font-family: "flaticon_normal-icon" !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: none;  
  line-height: 1;
}

.main-why-choose {
    padding:2rem 0 4rem !important;
}

.higher-second {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 700px;
    position: relative;
    transition: all 0.3s ease;
}

.higer-img {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}

.higer-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    display: block;
}

.curriculum-sbv-sec .curri-culum-box p{
    font-size:15px;
}

.higher-content {
    padding: 20px 25px 20px; 
    position: relative;
}

.higher-content h3 {
   font-size: 1.3rem;
    margin: 0 0 10px;
    color: #000;
}

.card-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #4b2e83, #7b3ec8);
    color: #fff;
    border-radius: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
}

.higher-second:hover .crusiv-iconsd{
    background-color: var(--secondary-color);
    color:#fff;
}

.physical-activity {
  position: relative;
}


.languages-know {
  position: relative;
}

.languages-know .sec-big-title {
  margin-bottom: 15px;
  text-align: left;
}

.languages-know .instruction {
  list-style: none;
  padding: 0;
  margin: 0;
}

.languages-know .instruction li {
  font-size: 16px;
  color: #444;
  padding: 10px 0;
  position: relative;
  padding-left: 20px; /* spacing for icon */
  border-bottom: 1px dashed #ddd;
}

.languages-know .instruction li:last-child {
  border-bottom: none;
}

.languages-know .instruction li::before {
  content: "\f148";
  position: absolute;
  font-family: flaticon_normal-icon !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
 color: #7b4fff;
  font-size: 14px;
}

.life-icon img{
    filter: invert(20%) sepia(19%) saturate(3190%) hue-rotate(230deg) brightness(91%) contrast(103%);
}

.faclities-location .row .col-lg-8 {
  position: relative; /* anchor for the pseudo-element */
}

.faclities-location .row .col-lg-8::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;   
  width: 1px;
  height: 100%;
  border:1px solid #ddd; 
}
.language-image {
  text-align: center;         
  margin-top: 20px;          
}

.method-list li h5{
    font-size:17px;
}

.method-list li:last-child {
  margin-bottom: 0;
}
.language-image img {
  max-width: 100%;           
  height: auto;              
  border-radius: 10px;     
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.language-image img:hover {
  transform: scale(1.05);  
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.extranary p{
    font-size:16px;
    color:#555;
}

.fees-less {
    padding:1rem 0;
}
.scholarships-fees {
    padding:1rem 0 3rem;
}
.academic-listing {
    padding:4rem 0;
}

.academic-listing .sec-big-title {
    text-align:center;
    margin-bottom:15px;
}

.academic-listing p{
      text-align:justify;
}

.academic-cards .csc-pointsd li {
    line-height:1.6;
}

.academic-cards .curri-culum-box {
    align-items:center;
}

.intro-lifesvbr {
    padding:4rem 0;
    position:relative;
}

.intro-lifesvbr .sec-big-title {
    font-size:30px;
    margin-bottom:15px;
}

.teacher-profile .profile-img img{
    border-radius:20px;
}

.secondary-life .intro-img {
  position: relative;
 width: 100%;
height: auto;
  margin: 0 auto;
}

.secondary-life .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url("../image/bg/life-background-img.webp");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
}
.secondary-life {
  position: relative;
  display: inline-block;
}

.intro-img {
  position: relative;
  z-index: 1;
}

.life-shape {
  position: absolute;
  left: -12px;
  top: -9px;
  right: -12px;
  bottom: -9px;
  z-index: -1;
  background: url('../image/svg/outlined.svg') no-repeat center;
  background-size: contain; 
}
.secondary-life {
  position: relative;
  display: inline-block;
}

.secondary-life::after {
  content: "";
  position: absolute;
  bottom: 8px;   
  right: -30px;   
  width: 60px;    
  height: 60px;
  background: url('../image/svg/sun-shape.svg') no-repeat center center;
  background-size: contain;
  z-index: 2;
  pointer-events: none; 
}
.secondary-life::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 8px;
    width: 90px;
    height: 65px;
    background: url(../image/svg/cranes-shape.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.intro-lifesvbr .row{
    align-items:center;
}

.intro-content {
  position: relative;
 
}

.intro-content::before {
    content: "";
    position: absolute;
    top: -88px;
    /* left: 50%; */
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url(../image/svg/flower-icon.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.morning-purpose {
  position: relative;
  background: url('../image/bg/annual-sports-competition-sbv.webp') no-repeat center top;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 110px 0;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.morning-purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;                 
  z-index: 0;                   
}

.sbvr-purpose {
  text-align: center;
  position: relative;
  z-index: 2; 
}

.sbvr-purpose .sec-big-title {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sbvr-purpose p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.purpose-btn {
  display: inline-block;
  background: #ffc224;  
  color: #111;          
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 50px;   
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;            
}

.purpose-btn:hover {
  background: #e6ad1f;   
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.study-hours {
    background: url("../image/bg/background-design-hours.webp") no-repeat center top;
    background-size: contain;     
    width: 100%;
    max-width: 100%;            
    margin: 0 auto;              
   padding: 200px 60px 100px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.study-hours .sec-big-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.study-hours p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333;
}

/* container for pills: limit width and center them */
.study-hours .minutes {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;    
  width: 100%;
  box-sizing: border-box;
}

.study-hours .minutes li {
  position: relative;              
  display: flex;
  align-items: center;
  justify-content: space-between;   
  background: #33bfff;             
  color: #fff;
  padding: 14px 36px;             
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;                     
  box-sizing: border-box;
  overflow: visible;
}

.study-hours .minutes li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 91%;
    background: #ffffff;
    border-radius: 0;
    z-index: 2;
}

.study-hours .minutes li span {
  margin-left: 20px;
  color: #fff;
  white-space: nowrap;
}

.school-hours {
    padding:4rem 0;
}
.time-notes .method-list i {
    margin-top:0;
}
.time-notes .sec-big-title{
    margin-bottom:20px;
}

.sbvr-main-uniform {
  background:#3f256d0f;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  margin: 20px auto;
  max-width: 1000px;
  align-items: center;
}
/*.sbvr-main-uniform .uniform-title {*/
/*    text-align:center;*/
/*}*/

.sbvr-main-uniform .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.unform-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.unform-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/bg/unform-img-bg.webp") no-repeat center center / cover;
  border-radius: 16px; 
  z-index: 0;
}

.unform-img img {
  height: 100%;
  border-radius: 14px;
  display: block;
  position: relative;
  z-index: 1;
}

.sbvr-main-uniform .boys-unform,
.sbvr-main-uniform .girls-uniform {
  padding: 15px;
}

.sbvr-main-uniform h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0a1f1c;
}

.sbvr-main-uniform ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sbvr-main-uniform ul li {
  font-size: 15px;
  color: #333;
  padding: 5px 0;
  position: relative;
}

.sbvr-main-uniform ul li::before {
  content: "\f148";
  font-family: flaticon_normal-icon !important;
  color: #7b4fff;
  margin-right: 8px;
}

.sbvr-main-uniform .view-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  border: 1px solid #0abf53;
  border-radius: 6px;
  color: #0abf53;
  text-decoration: none;
  transition: 0.3s;
}

.sbvr-main-uniform .view-btn:hover {
  background: #0abf53;
  color: #fff;
}

.time-notes .sec-big-title{
    font-size:25px;
}

.unform-details .sec-big-title{
    font-size:30px;
    text-align:center;
    margin-bottom:15px;
}

.shape-grass {
  position: absolute;
  width: 100%;
  left:0;
  right:0;
  bottom:0;
  height: 200px; 
  background: url("../image/bg/land.webp") no-repeat center bottom / cover;
  z-index:-1;
}


.shape-girl {
    position: absolute;
    left: 17px;
    bottom: 90px;
    width: 120px;
    height: 180px;
    background: url(../image/bg/shaking-girl.webp) no-repeat center center / contain;
    z-index: 2;
    animation: floatUpDown 3s ease-in-out infinite;
}

.shape-boy {
    position: absolute;
    right: 49px;
    bottom: 95px;
    width: 120px;
    height: 178px;
    background: url(../image/bg/shaking-boy.webp) no-repeat center center / contain;
    z-index: 2;
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Fixed keyframes */
@keyframes floatUpDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-35px); } 
    100% { transform: translateY(0); }    
}

.unform-details {
  position: relative;
  z-index:1;
  padding: 3rem 0 10rem;
}

.feature-section {
  padding: 4rem 0 0; 
}

.feature-section .card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-section .card h4 {
  font-size: 18px;
  margin: 15px 0 10px;
  color: #000;
}

.feature-section .card p {
  font-size: 14px;
  color:#4b5563;
  line-height: 1.6;
}

@media (min-width: 1600px) {
   .shape-grass {
    height: 268px;
   }
   
   .unform-details {
    padding: 3rem 0 9rem;
}
}

.feature-section .temper img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.feature-section .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.feature-section .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

.feature-section .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 8px;
  background: #3f256d;
}

.temper.yellow img{
    filter: invert(91%) sepia(11%) saturate(7076%) hue-rotate(337deg) brightness(103%) contrast(101%);
}

.temper.blue img{
   filter: invert(31%) sepia(42%) saturate(3109%) hue-rotate(229deg) brightness(90%) contrast(95%);
}

.temper.pink img{
  filter: invert(49%) sepia(61%) saturate(4470%) hue-rotate(306deg) brightness(99%) contrast(105%);
}

.temper.skyblue img{
 filter: invert(51%) sepia(95%) saturate(1573%) hue-rotate(156deg) brightness(93%) contrast(101%);
}

.feature-section .sec-big-title{
    font-size:30px;
}

.feature-section .sec-head{
      text-align:center;
       margin-bottom:25px;
}

.festival-school-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px; /* rounded corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.festival-school-img .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.festival-school-img .swiper-slide img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.festival-school-img .swiper-slide img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.festival-school-img .swiper-pagination-bullet {
  background: #6f42c1; 
  opacity: 0.7;
}

.festival-school-img .swiper-pagination-bullet-active {
  background: #ff6b6b;
  opacity: 1;
}

.festival-cuture{
    padding:4rem 0;
}
.festival-cuture .sec-big-title{
    font-size:30px;
    margin-bottom:20px;
}

.saperate-admission {
    padding:4rem 0;
}

.saperate-admission .sec-big-title{
    text-align:center;
    font-size:30px;
    margin-bottom:20px;
}

.sbvr-list-location {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
}
.sbvr-list-location li:not(:last-child) a:after{
        background: #ffffff6b;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.sbvr-list-location li a:before {
content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 80%;
    height: 1px;
    background: var(--primary-color);
    transform: scale(0, 1);
    transition: transform 0.4s 
cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.sbvr-list-location li a:hover {
    color: var(--primary-color);
}

.sbvr-list-location a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.sbvr-list-location li a {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.sbvr-list-location li {
  color: #fff;
  font-size:14px;
  padding: 10px 15px;
  height:34px;
  position:relative;
}

.sbvr-list-location li:last-child {
  border-right: none; /* remove border from last item */
}
label.error{
    color: red;
    transform: translateY(-10px);
    font-size:13px;
}

.student-uniform-section {
  border-radius: 12px;
  padding: 50px 0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  
}

.uniform-img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.uniform-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #5a2ec7;
  padding-left: 10px;
  color: #1e293b;
}

.unform-head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #1e293b;
}

.unform-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unform-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #444;
}

.unform-list li::before {
  content: "✔";
  color: #5a2ec7; /* purple check */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.up-space {
    margin-top:20px;
}

.student-uniform-section .school-timing {
    display: inline-block;
    background: linear-gradient(90deg, #3f256d, #a78bfa);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    margin: 0 auto 16px;
    box-shadow: 0 3px 10px rgba(106, 90, 205, 0.3);
}

.specified-time img{
    display: flex;
    justify-content: center;
    margin: auto;
}

.wide-content {
    max-width:100%;
}

.academic-cards .img-curri-cl {
    min-width: 100%;
    max-width: 100%; 
}
    
.academic-cards .curri-culum-box {
    display: flex;
    flex-wrap: wrap;
}

.academic-cards .img-curri-cl img {
   width:100%;
}
.submenu li a.active{
    background-color:green;
}

.festival-cuture p{
      color:#4b5563;
}

.festival-cuture .section-title p{
    color:#4b5563;
}
.link{
    color: #e90d0d;
    font-weight: 600;
}
.hide-robot{
display:none !important;
}

.error-mai-boxcc{
    text-align:center;
}

.error-mai-boxcc .facili-ttt-sbv{
    text-align:center;
}

.error-mai-boxcc .title-btn-box{
    margin-top:-40px;
}

.home-sbv-form .gendar legend{
        font-size: 15px;
}
.home-sbv-form .gendar{
    margin-bottom: 15px;
}

.error-sec-main{
    padding:0 0 3rem;
}