/* reset css */ *, :after, :before {box-sizing: border-box; padding: 0; margin: 0; border: none; outline: none; font-family: "Open Sans", sans-serif}
/* font-family: "Montserrat", sans-serif */ /* font-family: "Sulphur Point", sans-serif; */ img {max-width: 100%; }
ul, li {list-style: none; margin: 0;color: #1E1E1E; font-size: 18px; }
a {text-decoration: none !important; display: inline-block; color: #383838; font-size: 16px; cursor: pointer; }
a {text-decoration: none !important; display: inline-block; color: #383838; font-size: 18px; cursor: pointer; }
select, input, textarea, button {width: 100%; border: none; outline: none; background: transparent; cursor: pointer; font-size: 16px; }
input::placeholder, textarea::placeholder {opacity: 1; color: #626262; }
textarea {resize: none; }
p {color: #1E1E1E; font-size: 18px; margin: 20px 0; text-align: justify; line-height: 1.6; }
.textl {text-align: left; }
.textc {text-align: center; }
.textr {text-align: right; }
iframe {width: 100%; height: 350px; border: none; }
h1 {font-size: 34px; margin: 15px 0 30px; color: var(--purple); font-weight: 500; text-align: center; position: relative; }
h2, .inner-h1 {font-size: 44px; color: var(--light-purple); font-weight: 300; text-shadow: 1px 1px 1px rgb(0 0 0 / 43%); line-height: 1.2; margin: 0 0 15px; }
h3 {font-size: 32px; margin: 15px 0 0; font-weight: 500; color: var(--dark-blue); }
h4 {font-size: 28px; margin: 15px 0; font-weight: 600; }
h5 {font-size: 25px; margin: 15px 0; font-weight: 600; }
h6 {font-size: 22px; margin: 15px 0; font-weight: 600; }
:root {scrollbar-width: none !important; }
h1, h2, h3, h4, h5 {font-family: "Bodoni Moda", serif; }
.fancybox-button--thumbs {display: none !important; }
/* reset css */ /* common css */ .wrapper {width: 100%; overflow: hidden; }
.fluid-container {width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
/* common css */ :root {--yellow: #E9AD34; --purple: #77054D; --dark-blue: #002058; --red: #C41716; --white-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(106%) contrast(103%); --box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; --light-blue: #013B9E; --light-purple: #A10E80; }
:root {scrollbar-width: none !important; }
/* Hide scrollbar for Chrome, Safari, and Edge */ ::-webkit-scrollbar {width: 0; }
/* Track */ ::-webkit-scrollbar-track {background: #929292; border-radius: 2px; }
/* Handle */ ::-webkit-scrollbar-thumb {background: #929292; border-radius: 2px; }
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {background: #bcbcbc; }
/* Hide scrollbar for Firefox */ html {scrollbar-width: none; /* Hides scrollbar in Firefox */}
/* Button */

.common-btn {display: flex; justify-content: flex-start; align-items: center; padding: 20px 0; }
.common-btn a {color: #fff; position: relative; background: var(--red); padding: 10px 30px; font-size: 16px; cursor: pointer; transition: ease all .4s; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 6px; }
.common-btn.yellow-btn a {background: var(--yellow); color: #000; border-bottom: solid 2px #ffff04; }
.common-btn a:hover {background-color: var(--yellow); color: #000; }
.common-btn.yellow-btn a:hover {background-color: var(--dark-blue); }



/* Button */

/* header */
.right-header ul li a.act-link, .sub-footer-links li a.act-li {color: var(--yellow); }
.right-header ul li span.act-link {color: var(--purple); }
.inner-h1 {position: relative; margin: 0 0 45px; text-shadow: 1px 1px 1px rgb(0 0 0 / 43%); }
.inner-h1::before {content: ""; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 140px; height: 2px; background: var(--red); box-shadow: var(--box-shadow); }
.inner-h1::after {content: ""; position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: var(--box-shadow); }
.header-top-section {width: 100%; max-width: 100%; background: #78075F; padding: 5px 0; }
.header-top-icons {width: 100%; max-width: 100%; display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 3px 0; }
.header-top-icons a img {width: 100%; max-width: 20px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%); }
.header-top-icons ul li a {color: #fff; }
.header-top-icons a {display: flex; justify-content: center; align-items: center; }
.header-admission-text{color: #fff;font-size: 14px;font-weight: 700;text-decoration: none;text-transform: uppercase;animation: colorBlink 1.2s infinite;}

@keyframes colorBlink {

    0% {
        color: var(--yellow);
    }

    25% {
        color: #ffffff;
    }

    50% {
        color: #8fd3ff;
    }

    75% {
        color: #ffd6f5;
    }

    100% {
        color: var(--yellow);
    }

}

/* header */
 .inner-header-wrapper {display: flex; justify-content: space-between; align-items: center; gap: 5px; padding: 5px 0; }
.right-header>ul {display: flex; justify-content: space-between; align-items: center; }
.left-header {display: flex; width: 100%; max-width:200px; transition: 1s ease; }
.header-wrapper {position: relative; z-index: 2; right: 0; left: 0; background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-bottom: solid 1px var(--red); }
.right-header ul li a, .right-header ul li span {color: #000; font-weight: 600; padding: 36px 15px; font-size: 15px; cursor: pointer; max-width: 320px; }
.dropdown-wrapper ul li a, .dropdown-wrapper li span {color: #fff; font-size: 14px; }
.left-header img {display: flex; transition: 1s ease; }
header.scrolled-header {position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
.scrolled-header .right-header {padding-left: 30px; transition: 1s ease; }
.scrolled-header .left-header img, .scrolled-header .left-header {max-width: 160px; }
.dropdown-wrapper li svg, .dropdown-wrapper li i {color: #ffc304; padding-right: 10px; font-size: 16px; }
/* header */ /* home-banner */ 
.slider {display: flex; width: 100%; height: calc(100vh - 132px); position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; z-index: 0; position: relative; }
/* .slider::before {position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: #0000008c; }
*/ .home-sliders {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative; }
.scrolled-header .header-top-section {display: none; }
.scrolled-header .left-header {max-width: 270px; }
/* .scrolled-header .right-header ul li a ,.scrolled-header.right-header ul li span {font-size: 16px; }
*/ .swiper-img {width: 100%; max-width: 550px; margin: auto; display: flex; justify-content: center; }
.swiper-content {width: 100%; max-width: 900px; position: relative; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; margin-bottom: 180px; }
.swiper-img {position: relative; }
.slider .fluid-container {display: flex; width: 100%; }
.swiper-content h2 {font-size: 45px; color: #fff; }
.swiper-content h3 {font-size: 30px; color: #fff; text-transform: uppercase; margin: 15px 0; position: relative; line-height: 1.5; border-left: 4px solid #82ff0e; }
.slider h2 {color: #fff; text-shadow: 1px 2px #000; }
/* .home-sliders h2 {text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 400; }
.home-sliders h3 {text-align: center; }
*/ .home-banner-wrapper {height: calc(100vh - 132px)}
/* .inner-home-wrapper {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: center; position: relative; z-index: 1; padding-top: 90px; transform: translateY(50%); transition: 2s ease-in-out; }
*/
.owl-carousel.slider-home .owl-dots {position: absolute; bottom: 50px; right: 0; left: 0; margin: auto; display: flex; width: 100%; max-width: 1240px; justify-content: center; align-items: center; }
.inner-home-wrapper span {font-size: 100px; color: #E8A300; font-weight: 600; line-height: 1.2; text-align: left; width: 100%; max-width: 600px; text-shadow: 1px 1px 1px rgb(0 0 0 / 43%); }
.owl-item.active .inner-home-wrapper {transform: none; transition: 1.2s ease-in-out; }
.inner-home-wrapper {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: center; position: relative; z-index: 1; padding-top: 90px; opacity: 0; transform: translateX(-50px) scale(0.95); animation: slideInScale 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }
@keyframes slideInScale {  0% {opacity: 0; transform: translateX(-50px) scale(0.95); }
  100% {opacity: 1; transform: translateX(0) scale(1); }
}

.scrolled-header .inner-header-wrapper{margin-bottom: 5px;}


/* home-banner */ 

/* Dropdown css */

.dropdown-wrapper-li {position: relative; }
li.dropdown-wrapper-li .dropdown-wrapper {pointer-events: none; opacity: 0; position: absolute; width: 300px; top: 100px; visibility: hidden; transition: all .2s ease-in; z-index: 1; display: flex; justify-content: center; align-items: stretch; left: -75px; gap: 50px; }
.products-images, .products-images img {width: 100%; max-width: 250px; display: flex; justify-content: center; align-items: center; }
.dropdown-wrapper-li.act-link span, .dropdown-wrapper-li:hover span {color: var(--dark-blue); }
.products-images img {object-fit: cover; height: 100%; }
.first-route-products ul li a:hover, .first-route-products ul li a.act-link {color: #ffd49b !important; }
.dropdown-wrapper {position: relative; }
li.dropdown-wrapper-li:hover .dropdown-wrapper {visibility: visible; opacity: 1; top: 60px; pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background: var(--dark-blue); border-bottom: 5px solid var(--yellow); }
.dropdown-wrapper ul {width: 100%; max-width: 100%; }
.dropdown-wrapper li {position: relative; border-bottom: 1px dotted #fff; padding-left: 10px; }
.dropdown-wrapper li:hover a {transform: translateX(10px); }
.dropdown-wrapper li:last-child {border-bottom: unset; }
.dropdown-wrapper ul {position: relative; z-index: 2; }
.dropdown-wrapper li a {width: 100%; max-width: 350px; padding: 10px 5px !important; color: #4c6444; transition: transform 0.3s ease, padding-left 0.3s ease; }
header.scrolled-header li.dropdown-wrapper-li:hover .dropdown-wrapper {top: 60px; }
.first-route-products h3 {font-size: 30px; display: inline-block; border-bottom: 2px solid #fefffe; color: #fff; }
.first-route-products.act-link .first-route-products ul li img {display: none; }
.dropdown-wrapper ul li a {position: relative; display: flex; }
/* Dropdown css */ /* owl-carousel css */ .owl-carousel, .owl-carousel .owl-item {-webkit-tap-highlight-color: transparent; position: relative}
.owl-carousel {width: 100%; z-index: 1}
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0)}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0)}
.owl-carousel .owl-item {min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none}
.owl-carousel .owl-item img {display: block; width: 100%; }
.owl-carousel .owl-nav {display: none; font-size: 55px}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background: #354c42; color: inherit; border: none; padding: 0 !important; font: inherit}
.owl-carousel.owl-loading {opacity: 0; display: block}
.owl-carousel.owl-hidden {opacity: 0}
.owl-carousel.owl-refresh .owl-item {visibility: hidden}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; justify-content: center; align-items: stretch; }
.owl-carousel.owl-grab {cursor: move; cursor: grab}
.owl-carousel.owl-rtl {direction: rtl}
.owl-carousel.owl-rtl .owl-item {float: right}
.owl-carousel .animated {animation-duration: 1s; animation-fill-mode: both}
.owl-carousel .owl-animated-in {z-index: 0}
.owl-carousel .owl-animated-out {z-index: 1}
.owl-carousel .fadeOut {animation-name: fadeOut}
@keyframes fadeOut {  0% {opacity: 1}
  100% {opacity: 0}
}
.owl-height {transition: height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {max-height: 0}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d}
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000}
.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {display: none}
.owl-carousel .owl-video-tn {opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease}
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%}
.owl-theme .owl-nav {margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent}
.owl-theme .owl-nav [class*=owl-] {color: #b4b4b4; font-size: 14px; margin: 5px; padding: 4px 7px; background: #d6d6d6; display: inline-block; cursor: pointer; border-radius: 3px}
.owl-theme .owl-nav [class*=owl-]:hover {color: #d0630e; text-decoration: none}
.owl-theme .owl-nav .disabled {opacity: .5; cursor: default}
.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 10px}
.owl-theme .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent}
.owl-theme .owl-dots .owl-dot {display: inline-block; }
.owl-theme .owl-dots .owl-dot span {width: 15px; height: 15px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #869791}
.owl-theme .owl-dots .owl-dot.active span {background: #b4b4b4}
.owl-dots {text-align-last: center; padding: 0; }
.owl-carousel button.owl-dot {width: 100%; max-width: 35px; height: 10px; display: inline-block; margin: 15px 5px; background: #fff; border-radius: 0; position: relative; border-radius: 10px; }
.owl-dots .owl-dot.active {background: #A10E80 !important; }
.owl-carousel button.owl-dot::before {content: "•"; font-size: 14px; color: transparent; display: block; text-align: center; position: absolute; width: 100%; height: 100%; line-height: 10px; top: 0; left: 0; }
button.owl-dot {position: relative; }
button.owl-dot:focus {outline: 2px solid transparent; }
/* owl-carousel css */



/* ================= FULL SCREEN MENU ================= */
.desk-resp-ham {position: relative; }
 .sidebar {position: fixed; inset: 0; width: 100vw; height: 100vh; background: linear-gradient(rgb(0 0 0 / 67%), rgb(0 0 0 / 67%)), url(../images/banners/menu-banner.webp) no-repeat center center/cover; display: flex; flex-direction: column; justify-content: center; opacity: 0; visibility: hidden; transform: scale(1.05); transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease; z-index: 1000; overflow: hidden; }
/* .sidebar::before {content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 67%)}
*/ .sidebar.active {opacity: 1; visibility: visible; transform: scale(1); }
.sidebar ul.menu>li>a, .sidebar ul.menu>li>span {font-size: 42px; font-weight: 500; padding: 20px 0; border: none; transition: 0.3s ease; }
.sidebar ul.menu>li>a:hover, .sidebar ul.menu>li>span:hover {color: #B72126; transform: translateX(10px); }
/* Sub menu */ .nav-dropdown {background: transparent; }
.nav-dropdown li a {font-size: 20px; padding-left: 40px; color: #666; }
.menu-wrapper{display: flex; justify-content: center; align-items: center;}
.site-menu-toggle {width: 46px; height: 46px; background: #B72126; border-radius: 50%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 10px; cursor: pointer; position: relative; z-index: 1100; transition: 0.3s ease; box-shadow: var(--box-shadow); }
.menu-label { position: absolute; left: 0; font-size: 14px; font-weight: 600; color: #B72126; letter-spacing: 1px; bottom: -20px;}
.site-menu-toggle span {width: 4px; height: 4px; background: #fff; border-radius: 50%; margin: 2px; transition: 0.3s ease; }
.site-menu-toggle.active span {opacity: 0; }
.site-menu-toggle.active::before, .site-menu-toggle.active::after {content: ""; position: absolute; width: 26px; height: 3px; background: #fff; border-radius: 3px; }
.site-menu-toggle.active::before {transform: rotate(45deg); }
.site-menu-toggle.active::after {transform: rotate(-45deg); }
.site-menu-toggle.active .menu-label {color: #fff; }
.menu-inner {display: flex; height: 100vh; position: relative; z-index: 2; padding: 100px 0 0; }
/* LEFT SIDE */ .menu-left {width: 100%; max-width: 40%; height: 100vh; overflow-y: auto; padding-right: 20px; }
.main-menu {list-style: none; padding: 0; }
.main-menu li, .main-menu li a {font-size: 42px; margin-bottom: 30px; cursor: pointer; transition: 0.3s ease; color: #fff; }
.main-menu li a {margin-bottom: unset !important; }
.main-menu li:hover, .main-menu li:hover a {color: var(--yellow); transform: translateX(10px); }
.main-menu li.active a , .main-menu li.active {color: var(--yellow); transform: translateX(10px); }
/* VERTICAL LINE */ .menu-divider {width: 1px; background: #ccc; margin: 0 60px; }
/* RIGHT SIDE */ .menu-right {width: 100%; max-width: 60%; height: 100vh; position: sticky; top: 0; overflow: hidden; }
.submenu {display: none; flex-direction: column; }
.submenu a {font-size: 20px; margin-bottom: 22px; color: #c9c8c8; text-decoration: none; transition: 0.3s ease; position: relative; }
.submenu a:hover {color: var(--yellow); }
/* Show active submenu */
.submenu.active {display: flex; }
.submenu a.active-link , .mobile-submenu a.active-link {color: var(--yellow); }
body.menu-open {overflow: hidden; }


/* responcive menu css */

/* footer */ 

.footer-wrapper {position: relative; }
.footer-wrapper::before {position: absolute; content: ""; height: 100%; width: 100%; background: #2C284E}
.inner-footer-logo {width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; }
.inner-footer-wrapper {position: relative; z-index: 1; }
.inner-footer-logo img {width: 100%; max-width: 250px; margin: auto; display: flex; }
.footer-content {width: 100%; max-width: 1000px; margin: auto; text-align: center; }
.footer-content p {color: #fff; }
.footer-contact-links {display: flex; justify-content: space-between; align-items: center; padding: 50px 0 20px; gap: 35px; }
.footer-links-main {width: 100%; max-width: 400px; }
.sub-footer-links li {margin: 15px 0; position: relative; transition: transform 0.3s ease; text-align: center; }
.sub-footer-links li:hover {transform: translateX(15px); }
.sub-footer-links li:hover a {color: var(--yellow); }
.sub-footer-main li {margin: 18px 0; }
.sub-footer-main li:hover {color: var(--yellow); }
.sub-footer-main li a {display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px; line-height: 1.5; transition: ease all .4s; }
.sub-footer-main li:hover a, .sub-footer-main li:hover a span img {color: var(--yellow); }
.sub-footer-main li a span img {width: 100%; max-width: 25px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%); }
.footer-address {width: 100%; max-width: 400px; }
.footer-2 {border-top: 2px solid #ffffff14; background: #9d0406; position: relative; padding: 5px 0; }
.copyrights {color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 5px 0; position: relative; flex-wrap: wrap; gap: 20px; }
.copyrights p {font-size: 14px; margin: 0; }
.copyrights span a img {display: flex; justify-content: center; align-items: center; }
.footer-logo {border-bottom: 1px solid #d6cec3; padding: 0 0 30px; }
.sub-footer-links>li>a, .sub-footer-main>li>a, .footer-links-main p {color: #d6d6d6; font-size: 16px; }
.copyrights p a, .copyrights p {color: #fff; font-size: 13px !important; }
.copyrights span a {width: 100%; max-width: 90px; filter: invert(95%) sepia(18%) saturate(0%) hue-rotate(12deg) brightness(119%) contrast(100%); }
.inner-footer-logo a {position: relative; background: #fff; padding: 10px 20px; border-radius: 0 0 20px 20px; box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);}
.sub-footer-links li a.act-link {color: var(--yellow); }
.social-media-icons-inner-wrapper {background: #fff; border-radius: 5px; display: flex; justify-content: center; align-items: center; gap: 20px; padding: 8px 10px; width: fit-content; margin: 0 auto; }
.social-media-icons-inner-wrapper a span {display: flex; justify-content: center; align-items: center; }
.social-media-icons-inner-wrapper a span img {width: 100%; max-width: 30px; }
/* footer */ 

/* Index Overview */

.overview-main-wrapper {position: relative; padding: 70px 0; background: url(../images/overview-bg.webp) no-repeat center center/cover; }
.overview-main-wrapper::before {position: absolute; content: ""; width: 100%; max-width: 250px; height: 100%; background: url(../images/overvew-left-element.webp) no-repeat center center/contain; top: 0; left: calc(50% - 960px); bottom: 0; margin: auto 0; }
.overview-main-wrapper::after {position: absolute; content: ""; width: 100%; max-width: 250px; height: 100%; background: url(../images/overvew-right-element.webp) no-repeat center top/contain; top: 200px; right: calc(50% - 960px); z-index: -1; }
.overview-imgs-wrapper {display: flex; justify-content: center; align-items: center; gap: 40px; padding: 80px 0 20px; }
.overview-imgs-wrapper img {width: 100%; max-width: 370px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 5px; }
.overview-imgs-wrapper .overview-img-card:nth-child(2) {transform: translateY(-40px); }
.overview-content-wrapper h2 {text-align: center;}
.overview-content-wrapper p {text-align: center; width: 100%; max-width: 900px; margin: 15px auto; }
.overview-inner-wrapper .common-btn {justify-content: center; }
.overview-img-card h2{font-size:28px; text-align: center; margin: 0 0 15px; color: var(--dark-blue); transition: ease all .3s;}
.overview-img-card:hover h2{color: var(--red);}



/* Index Overview */

/* Index Learning */ .learning-main-wrapper {background: #29254D; padding: 80px 0; position: relative; overflow: hidden; }
.learning-main-wrapper::before {position: absolute; content: ""; background: url(../images/full-circle.webp) no-repeat center center/contain; width: 100%; max-width: 1200px; height: 124%; right: calc(50% + -49px); bottom: -58%; animation: rotateSemiCircle 60s linear infinite; transform-origin: center center; z-index: 1; }
@keyframes rotateSemiCircle {  from {transform: rotate(0deg); }
  to {transform: rotate(360deg); }
}
.learning-main-wrapper::after {position: absolute; content: ""; background: url(../images/semi-circle-elements.webp) no-repeat center bottom/contain; width: 100%; max-width: 850px; height: 100%; right: calc(50% + 97px); bottom: 0; }
.learning-content {width: 100%; max-width: 50%; margin-left: auto; }
.learning-content h2 {color: #fff; }
.learning-content p {color: #ffffffbd; }
.learning-awards-wrapper {display: flex; justify-content: start; align-items: center; gap: 20px; padding:10px 0; }
.learning-awards-wrapper img {width: 100%; max-width: 115px; }
.learning-award-card{display: flex; align-items: center; gap: 15px; width: 100%;}
.learning-award-card span{color: #fff; line-height: 1.5;}
/* Index Learning */ 



/* Index Compreshensive Learning */ 

.comprehensive-learning-main-wrapper {padding: 80px 0; background: url(../images/comprehensive-bg.webp) no-repeat center center/cover; }
.comprehensive-learning-inner-wrapper h2 {text-align: center; }
.comprehensive-learning-inner-wrapper>p {text-align: center; font-size: 24px; }
.comprehensive-learning-cards-wrapper {position: relative; display: flex; justify-content: center; align-items: stretch; gap: 60px; z-index: 1; padding-top: 40px; }
.comprehensive-learning-card {width: 100%; max-width: 370px; }
.comprehensive-learning-img {display: flex; justify-content: center; align-items: center; position: relative; }
.comprehensive-learning-img img {width: 100%; max-width: 370px; height: 460px; object-fit: contain; object-position: bottom; padding: 5px 0 0; }
.comprehensive-learning-img::before {position: absolute; content: ""; width: 100%; max-width: 370px; height: 300px; background: #002058; bottom: 0; z-index: -1; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: 1s ease; }
.comprehensive-learning-content h3 {text-align: center; color: var(--dark-blue); margin: 15px 0 0; font-size: 28px; }
.comprehensive-learning-content p {text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.comprehensive-learning-content .common-btn {justify-content: center; }
.comprehensive-learning-content .common-btn a {background: var(--dark-blue); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(2) .comprehensive-learning-img::before {background: var(--yellow); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(3) .comprehensive-learning-img::before {background: var(--purple); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(2) .comprehensive-learning-content h3 {color: var(--yellow); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(3) .comprehensive-learning-content h3 {color: var(--purple); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(2) .comprehensive-learning-content .common-btn a {background: var(--yellow); color: #000; }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(3) .comprehensive-learning-content .common-btn a {background: var(--purple); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card .comprehensive-learning-content .common-btn a:hover {color: var(--yellow); }
.comprehensive-learning-cards-wrapper .comprehensive-learning-card:nth-child(2) .comprehensive-learning-content .common-btn a:hover {color: #fff; }
 .comprehensive-learning-card:hover .comprehensive-learning-img::before {height: 105%; }
/* Index Compreshensive Learning */ 

/* Index cta */ 
.cta-main-wrapper {position: relative; padding: 100px 0; background: url(../images/cta-bg.webp) no-repeat center bottom/cover; }
.cta-main-wrapper::before {position: absolute; content: ""; background: #00000063; width: 100%; height: 100%; top: 0; }
.cta-inner-wrapper h2 {text-align: center; color: #fff; font-size: 42px; position: relative; }
.cta-inner-wrapper .common-btn {display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; }
.cta-inner-wrapper .common-btn a:first-child {background: #fff; color: #000; }
.cta-inner-wrapper .common-btn a:first-child:hover , .admission-inner-wrapper .common-btn a:first-child:hover{background:var(--yellow) ; color: #fff;}
/* Index cta */


/* Index Our Facilities */

.our-facilities-main-wrapper {padding: 90px 0 30px; }
.our-facilities-inner-wrapper {display: flex; justify-content: center; align-items: center; gap: 50px; }
.our-facilities-img.collage-wrapper {width: 100%; max-width: 500px; margin: 0 auto; }
.collage-container {width: 100%; padding-bottom: 100%; position: relative; border-radius: 50%; overflow: hidden; box-shadow: var(--box-shadow); }
.collage-item {position: absolute; width: 33.333%; height: 33.333%; background-size: cover; background-position: center; transition: all 0.4s ease-in-out; cursor: pointer; z-index: 1; }
/* 3x3 Grid Positioning */ 
.collage-item[data-index="1"] {top: 0; left: 0; }
.collage-item[data-index="2"] {top: 0; left: 33.333%; }
.collage-item[data-index="3"] {top: 0; left: 66.666%; }
.collage-item[data-index="4"] {top: 33.333%; left: 0; }
.collage-item[data-index="5"] {top: 33.333%; left: 33.333%; }
.collage-item[data-index="6"] {top: 33.333%; left: 66.666%; }
.collage-item[data-index="7"] {top: 66.666%; left: 0; }
.collage-item[data-index="8"] {top: 66.666%; left: 33.333%; }
.collage-item[data-index="9"] {top: 66.666%; left: 66.666%; }

/* Hover Expansion */ 
.collage-item:hover, .collage-item.active {width: 100%; height: 100%; top: 0; left: 0; z-index: 10; }
.our-facilities-content {width: 100%; max-width: 695px; }
.our-facilities-content h2 {margin: unset; }
.our-facilities-content h3 {font-size: 28px; }
.our-facilities-card-wrapper {position: relative; width: 100%; min-height: 250px; }
/* Custom Fade Animation */
 .our-facilities-card {position: absolute; top: 0; left: 0; width: 100%; opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease; z-index: 0; }
.our-facilities-card.active {opacity: 1; visibility: visible; transform: translateY(0); z-index: 10; }
.our-facilities-card p{font-size: 20px; text-align: start; margin: 10px 0;}
.collage-item.active {width: 100%;height: 100%;top: 0;left: 0;z-index: 10;}
/* Index Our Facilities */ 


/* Index Why Nalanda */

.why-nalanda-gurukula-main-wrapper {padding: 60px 0; position: relative; }
.why-nalanda-gurukula-main-wrapper::before {position: absolute; content: ""; width: 100%; max-width: 100%; height: 100%; top: -2px; background: linear-gradient(180deg, rgb(255 255 255) 17%, rgb(255 255 255 / 48%) 48%); }
.why-nalanda-gurukula-inner-wrapper {position: relative; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item {width: 100%; max-width: 350px; display: flex; justify-content: center; align-items: center; padding: 40px 0; }
.why-nalanda-gurukula-content-list-wrapper {display: flex; justify-content: center; align-items: center; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item {width: 100%; max-width: 35%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(2) {max-width: 30%; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(2) img {width: 100%; max-width: 350px; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(2) span {display: flex; justify-content: center; align-items: center; }
.why-nalanda-gurukula-inner-wrapper h2, .why-nalanda-gurukula-inner-wrapper {text-align: center; }
.why-nalanda-gurukula-inner-wrapper .common-heading-wrapper span img {filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(205deg) brightness(103%) contrast(100%); }
.why-nalanda-gurukula-content-item .why-nalanda-gurukula-content {width: 100%; max-width: 350px; display: flex; justify-content: center; align-items: center; padding: 40px 0; gap: 20px; }
.why-nalanda-gurukula-content-sub-img {width: 100%; max-width: 80px; }
.why-nalanda-gurukula-content-sub-img span {width: 100%; max-width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; background: var(--yellow); border-radius: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(1) .why-nalanda-gurukula-content:nth-child(2) .why-nalanda-gurukula-content-sub-img span {background: var(--purple); }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(1) .why-nalanda-gurukula-content:nth-child(2) .why-nalanda-gurukula-content-sub-img span img, .why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(3) .why-nalanda-gurukula-content:nth-child(2) .why-nalanda-gurukula-content-sub-img span img {filter: var(--white-filter); }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(3) .why-nalanda-gurukula-content:nth-child(1) .why-nalanda-gurukula-content-sub-img span {background: #97C73F; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(3) .why-nalanda-gurukula-content:nth-child(2) .why-nalanda-gurukula-content-sub-img span {background: #013B9E; }
/* Index Why Nalanda */ 

/*Index Why Nalanda Gurukula */

.why-nalanda-gurukula-content-sub-img span img {width: 100%; max-width: 40px; }
.why-nalanda-gurukula-content-sub-content {width: 100%; max-width: 64%; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(3) .why-nalanda-gurukula-content {flex-direction: row-reverse; gap: 20px; }
.why-nalanda-gurukula-content-sub-content h3 {font-size: 24px; color: #000; text-align: end; margin: unset; }
.why-nalanda-gurukula-content-list-wrapper .why-nalanda-gurukula-content-item:nth-child(3) .why-nalanda-gurukula-content .why-nalanda-gurukula-content-sub-content h3 {text-align: start; margin: unset; }
/* Index Why Nalanda Gurukula */ 

/* Index Admission */ 
.admission-main-wrapper {background: url(../images/admission-bg.webp) no-repeat center center/cover; padding: 60px 0; position: relative; }
.admission-main-wrapper::before {position: absolute; content: " "; width: 100%; max-width: 100%; height: 100%; background: #454344d1; top: 0; }
.admission-inner-wrapper {width: 100%; max-width: 1100px; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.admission-inner-wrapper .admission-heading {width: 100%; max-width: 70%; position: relative; }
.admission-inner-wrapper .admission-heading h2 {text-align: start; color: #fff; font-size: 46px; font-weight: 600; }
.admission-inner-wrapper .common-btn {width: 100%; max-width: 30%; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.admission-inner-wrapper .common-btn a:first-child {background: #fff; color: #000; }
/* Index Admission */ 

/* Index Events */ 
.events-main-wrapper {padding: 80px 0 70px; }
.events-inner-wrapper h2 {text-align: center; margin: 0 0 35px; }
.events-list-wrapper {display: flex; justify-content: center; align-items: stretch; gap: 60px; }
.events-card {width: 100%; max-width: 400px; padding: 0 10px; margin: auto; }
.events-inner-wrapper .owl-item {position: relative; padding: 0 10px; text-align: center; }
.events-inner-wrapper .owl-item:before {content: ''; position: absolute; top: 0px; right: -8px; width: 1px; bottom: 0; margin: auto; height: 100%; background-image: linear-gradient(0deg, #121111 -9%, #0000002e 0%, #00000000 0%, #000000e0 91%, rgba(255, 255, 255, 0) 100%); }
.events-list-wrapper .events-card:last-child::before {display: none; }
.events-card-img {position: relative; }
.events-card-img img {width: 100%; max-width: 400px; box-shadow: var(--box-shadow); border-radius: 10px; height: 300px; object-fit: cover; }
.events-card-content h3 {text-align: center; font-size: 24px; margin: 30px 0 0; color: var(--dark-blue); }
.events-card-content p {text-align: center; font-size: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.events-card-content .common-btn {justify-content: center; padding: 10px 0; }
.events-date {position: absolute; left: 0; right: 0; bottom: -11px; background: #fff; width: 100%; max-width: 180px; padding: 10px 0 10px 30px; margin: auto; border-radius: 10px; box-shadow: var(--box-shadow); }
.events-date span {position: relative; ; display: block; text-align: center; color: var(--red); font-weight: 600; font-size: 18px; }
.events-date span::before {position: absolute; content: ""; width: 100%; max-width: 25px; height: 25px; background: url(../images/icons/calendar.webp) no-repeat center center/cover; left: -3px; filter: brightness(0) saturate(100%) invert(22%) sepia(50%) saturate(3200%) hue-rotate(345deg) brightness(94%) contrast(107%); top: -2px; }
.events-inner-wrapper iframe{height: 450px;}
/* Index Events */ 


/* Index celebratig */ .celebrating-main-wrapper {background: url(../images/celebrating-bg.webp) no-repeat center center/cover; position: relative; }
.celebrating-main-wrapper::before {position: absolute; content: ""; width: 100%; max-width: 100%; height: 100%; background: linear-gradient(180deg, rgb(255 255 255 / 0%) 17%, rgb(255 255 255) 94%); top: 0; }
.celebrating-inner-wrapper {display: flex; justify-content: center; align-items: start; gap: 60px; position: relative; }
.celebrating-img {width: 100%; max-width: 400px; }
.celebrating-img img {width: 100%; max-width: 400px; }
.celebrating-content {width: 100%; max-width: 700px; padding: 60px 0 0;  height: 600px; overflow-y: auto;}
.celebrating-content ul li {position: relative;margin: 25px 0 35px;font-size:19px;display: flex;justify-content: start;align-items:start;gap: 15px;line-height: 1.6;}
.celebrating-content ul li span {width: 100%; max-width: 40px; height: 40px; border-radius: 100%; background: #454344; display: flex; justify-content: center; align-items: center; box-shadow: var(--box-shadow); }
.celebrating-content ul li span img {width: 100%; max-width: 22px; filter: var(--white-filter); }
.celebrating-content ul li::after {content: ""; position: absolute; bottom: -11px; left: 0; height: 1px; width: 100%; background: linear-gradient(to right, #00000075, #01161300); }
.celebrating-content h3{font-size: 26px; color: var(--light-purple); margin: 45px 0 0;}
.celebrating-content li a{transition: ease all 0.4s;}
.celebrating-content li a:hover{color: var(--red);}
/* Index celebratig */

/* Index Gallery */

.gallery-main-wrapper {position: relative; padding: 80px 0 60px; background: url(../images/gallery-bg.webp) no-repeat center center/cover; }
.gallery-main-wrapper::before {position: absolute; content: ""; width: 100%; max-width: 100%; height: 100%; background: linear-gradient(180deg, rgb(255 255 255) 17%, rgb(255 255 255 / 52%) 48%); top: 0; }
.gallery-inner-wrapper {position: relative; }
.gallery-inner-wrapper h2 {text-align: center; position: relative; }
/* .gallery-list-wrapper {display: flex; justify-content: center; align-items: center; gap: 20px; padding: 90px 0 40px; position: relative; } */
.gallery-card {width: 100%; max-width: 160px; object-fit: cover; position: relative; transform: translateY(-60px); transition: 0.4s ease; }
.gallery-list-wrapper .gallery-card:nth-child(2n) {transform: unset; }
.gallery-card-img {width: 100%; max-width: 160px; }
.gallery-card-img img {width: 100%; max-width: 160px; box-shadow: var(--box-shadow); }
.gallery-card-word {text-align: center; display: block; font-size: 110px; font-weight: 700; line-height: .7; color: var(--yellow); text-shadow: 1px 1px 1px rgb(0 0 0 / 43%); }
.gallery-list-wrapper .gallery-card:nth-child(2) .gallery-card-word {color: var(--light-blue); }
.gallery-list-wrapper .gallery-card:nth-child(3) .gallery-card-word {color: #97C73F; }
.gallery-list-wrapper .gallery-card:nth-child(4) .gallery-card-word {color: var(--red); }
.gallery-list-wrapper .gallery-card:nth-child(5) .gallery-card-word {color: var(--purple); }
.gallery-list-wrapper .gallery-card:nth-child(6) .gallery-card-word {color: #EE701B; }
.gallery-list-wrapper .gallery-card:nth-child(7) .gallery-card-word {color: #3490FF; }
.gallery-inner-wrapper .common-btn {justify-content: center; }
.gallery-full-img {width: 100%; max-width: 1200px; border-radius: 10px; box-shadow: var(--box-shadow); }
.gallery-prev, .gallery-next {position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 50%; background: var(--red); color: #fff; border: none; font-size: 18px; cursor: pointer; transition: 0.3s ease; display: flex; align-items: center; justify-content: center; z-index: 2; }
.gallery-prev {left: 20px; }
.gallery-prev img, .gallery-next img {width: 100%; max-width: 20px; filter: var(--white-filter); }
.gallery-prev img {transform: scaleX(-1); }
.gallery-next {right: 20px; }
.gallery-prev:hover, .gallery-next:hover {background: var(--yellow); }
/* Index Gallery */ 


/* KEEP layout stable */
.gallery-list-wrapper {display: flex;justify-content: center;align-items: center;gap: 20px;padding: 90px 0 40px;position: relative;transition: opacity 0.4s ease, transform 0.4s ease;}
.gallery-list-wrapper.hidden {opacity: 0;pointer-events: none;transform: scale(0.98);}
/* INLINE VIEWER (overlay style) */
.gallery-inline-viewer {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;opacity: 0;pointer-events: none;transform: scale(1.02);transition: opacity 0.4s ease, transform 0.4s ease;}
/* ACTIVE STATE */
.gallery-inline-viewer.active {opacity: 1;pointer-events: auto;transform: scale(1);}
/* IMAGE smooth animation */
.gallery-full-img {width: 100%;max-width: 1200px;border-radius: 10px;box-shadow: var(--box-shadow);transform: scale(0.96);transition: transform 0.4s ease;}
.gallery-inline-viewer.active .gallery-full-img {transform: scale(1);}





/* Index Testimonils */

.testimonils-main-wrapper {position: relative; padding: 80px 0 50px; background: url(../images/testimonils-bg.webp) no-repeat center center/cover; }
.testimonils-main-wrapper::before {position: absolute; content: ""; width: 100%; max-width: 100%; height: 100%; background: #ffffffe0; top: 0; }
.testimonils-inner-wrapper h2 {text-align: center; position: relative; margin: 0 0 25px; }
.testimonils-card-wrapper {display: flex; justify-content: center; }
.testimonils-card {width: 100%; max-width: 900px; position: relative; }
.testimonils-card-img {display: flex; justify-content: center; align-items: center; }
.testimonils-card-img img {width: 100%; max-width: 160px; border-radius: 160px; border: solid 8px #F0B01A; box-shadow: var(--box-shadow); }
.testimonils-card-content h3 {text-align: center; font-size: 26px; }
.testimonils-card-content p {text-align: center;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.testimonils-card-content span{display: block; text-align: center; font-size: 16px; font-weight: 600; margin: 10px 0;}
.testimonils-card-descrption{color: var(--purple);}
/* Index Testimonils */ 

/* go to top */ #to-top {color: #ffc304; cursor: pointer; position: fixed; bottom: 50px; right: 35px; width: 60px; height: 60px; z-index: 9; padding: 6px; border-radius: 50%; }
#to-top img {filter: invert(73%) sepia(96%) saturate(447%) hue-rotate(360deg) brightness(107%) contrast(107%)}
/* go to top */ 


/* Sports Fitness Common Design */ 
.sports-fitness-common-design-main-wrapper {padding: 80px 0 90px; position: relative; }
.sports-fitness-common-design-inner-wrapper h2 {font-size: 28px; color: var(--light-blue); margin: 30px 0 0; }
.sports-gallery-container {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 50px; gap: 30px; }
.sports-gallery-item {position: relative; border-radius: 15px; overflow: hidden; box-shadow: var(--box-shadow); height: 320px; display: block; cursor: pointer; border: 4px solid #fff; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); width: 100%; max-width: 380px; }
.sports-gallery-item img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-overlay {position: absolute; inset: 0; background: linear-gradient(to top, rgba(119, 5, 77, 0.85), rgba(0, 32, 88, 0.2)); display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.4s ease; z-index: 2; }
.gallery-overlay i {color: #fff; font-size: 32px; transform: scale(0.5); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.sports-gallery-item:hover img {transform: scale(1.15); }
.sports-gallery-item:hover .gallery-overlay {opacity: 1; }
.sports-gallery-item:hover .gallery-overlay i {transform: scale(1); }
/* Sports Fitness Common Design */ 

/*  Sports Layout */

.sports-intro-flex {display: flex; align-items: stretch; gap: 40px; margin-bottom: 50px; flex-wrap: wrap; }
.sports-intro-content {flex: 1; min-width: 300px; display: flex; flex-direction: column; justify-content: center; }
.sports-desc-box {background: #ffffff; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border-left: 6px solid var(--purple); }
.sports-desc-box p {font-size: 17px; line-height: 1.8; color: #555; margin-bottom: 20px; }
.sports-desc-box p:last-child {margin-bottom: 0; }
.sports-benefits-card {width: 100%; max-width: 400px; background: linear-gradient(135deg, var(--dark-blue) 0%, #01153a 100%); border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 32, 88, 0.2); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.benefits-header {display: flex; align-items: center; gap: 15px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.benefits-header h3 {color: var(--yellow); font-size: 30px; margin: 0; font-family: "Bodoni Moda", serif; font-weight: 600; }
.benefits-header i {font-size: 32px; color: var(--yellow); }
.benefits-list {display: flex; flex-direction: column; gap: 25px; padding: 0; }
.benefits-list li {display: flex; align-items: flex-start; gap: 20px; margin: 0; padding: 0; border: none; }
.benefits-list li::before {display: none; }
.benefits-icon-wrapper {width: 45px; height: 45px; min-width: 45px; background: rgba(233, 173, 52, 0.15); border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.benefits-icon-wrapper i {font-size: 20px; color: var(--yellow); }
.benefits-text h4 {color: #fff; font-size: 20px; margin: 0 0 5px 0; font-weight: 600; font-family: "Open Sans", sans-serif; letter-spacing: 0.5px; }
.benefits-text span {color: rgba(255, 255, 255, 0.8); font-size: 15px; display: block; line-height: 1.5; letter-spacing: 0; }
.gallery-title-wrapper {text-align: center; margin-bottom: 30px; }
.gallery-title {display: inline-block; font-size: 36px; color: var(--purple); font-weight: 600; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); margin: 0; position: relative; padding-bottom: 10px; }
.gallery-title::before {content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background: var(--yellow); border-radius: 2px; }
/* Sports Layout */

/* Inner page */ 

.inner-page-banner-wrapper {height: 450px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px; overflow: visible; position: relative; z-index: 1; }
.inner-page-banner-wrapper .fluid-container {height: 100%; }
.banner-text {height: 100%; display: flex; justify-content: end; align-items: start; position: relative; flex-direction: column; z-index: 2; padding:0 0 20px; }
.banner-text h1 {color: var(--white); font-size: 40px; text-align: start; line-height: 1.6; text-transform: uppercase; margin: unset; text-shadow: .5px .5px .5px rgb(0 0 0 / 43%); }
.banner-text p {color: #fff; margin: 0 0 10px; font-size: 20px; font-weight: 500; text-align: start; }
.inner-span-bredcumbs {font-style: italic; font-weight: 200; }
.breadcrumbs {display: flex; justify-content: center; align-items: center; gap: 10px;background: #00000085; padding: 6px 10px; }
.breadcrumbs li, .breadcrumbs a {color: #fff; position: relative; display: flex; font-size: 14px; }
span.breadcrumbs-name {font-size: 18px !important; }
.common-inner-page-wrapper {padding: 60px 0; }
.breadcrumbs-img {position: relative; width: 20px; height: 20px; display: flex; justify-content: center; align-items: center; }
.breadcrumbs-img img {width: 100%; max-width: 12px; filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(258%) hue-rotate(224deg) brightness(119%) contrast(100%); }
.inner-banner-content-wrapper {width: 100%; display: flex; justify-content: start; align-items: center; }
.breadcrumbs-black.breadcrumbs li, .breadcrumbs-black.breadcrumbs a {color: #000; }
.breadcrumbs-black.breadcrumbs .breadcrumbs-img img {filter: unset; }
.banner-text.sports-achievements span {font-size: 30px;font-weight: 600;color: var(--purple);background: rgba(255, 255, 255, 0.25);backdrop-filter: blur(8px);padding: 12px 24px;border-radius: 50px;letter-spacing: 0.5px;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);z-index: 1;margin: 0 auto 30px; text-align: center;}



/* Overview */


.about-overview-inner-wrapper h2 {text-align: center; margin-bottom: 30px; }
.about-overivew-image {width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
.about-overivew-image img {width: 100%; max-width: 700px; border-radius: 20px; box-shadow: var(--box-shadow); border: solid 2px #fff; }
.about-content {display: flex; flex-direction: column; gap: 30px; }
.about-content h2 {font-size: 38px; margin-bottom: 25px; color: #1c2b4a; }
.motto-box {background: linear-gradient(135deg, #ffb947 0%, #ffbc00 100%);padding: 30px;margin: 10px 0;border-radius: 12px;box-shadow: var(--box-shadow);border-left: 6px solid var(--light-purple);transition: transform 0.3s ease, box-shadow 0.3s ease;width: 100%;max-width: 800px;margin: 0 auto;}
.motto-icon {width: 80px; height: 80px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.motto-icon img {max-width: 40px; filter: var(--white-filter); }
.motto-text h2 {margin: 10px 0; color: #fff; font-size: 33px; font-weight: 600; text-align: center;}
.motto-text p {margin: 0; text-align: start; font-size: 18px; color: #333; text-align: center; }
.motto-text p strong {font-size: 22px; color: var(--dark-blue); display: block; margin-bottom: 5px;  text-align: center;}
/* Overview */ 

/* Mission Vision */ 
.mission-vision-main-wrapper {padding: 40px 0; }
.mission-vision-main-wrapper h2 {text-align: center; margin-bottom: 40px; }
.mission-vision-wrapper {display: flex; justify-content: center; align-items: stretch; gap: 40px; flex-wrap: wrap; }
.mission-vision-card {width: 100%; max-width: 380px; box-shadow: var(--box-shadow); padding: 40px 30px; border-bottom: solid 5px var(--purple); border-radius: 12px; transition: all 0.4s ease; display: flex; flex-direction: column; align-items: center; }
.mission-vision-card-img {width: 100%; display: flex; justify-content: center; align-items: center; }
.mission-vision-card-img span {width: 100%; max-width: 90px; height: 90px; border-radius: 50%; background: var(--purple); display: flex; justify-content: center; align-items: center; box-shadow: var(--box-shadow); transition: transform 0.4s ease; }
.mission-vision-card:hover .mission-vision-card-img span {transform: scale(1.05); }
.mission-vision-card-img img {width: 100%; max-width: 45px; filter: var(--white-filter); }
.mission-vision-card h3 {font-size: 26px; color: var(--purple); text-align: center; margin: 10px 0; }
.mission-vision-card p {width: 100%; text-align: center; margin:unset;}
.mission-vision-card ul {padding: 0; margin: 0; width: 100%; }
.mission-vision-card ul li {margin: 10px 0;  position: relative; padding-left: 20px; text-align: left; line-height: 1.3; }
.mission-vision-card ul li::before {content: ""; font-weight: bold; display: inline-block; width: 100%; max-width: 8px; height: 8px; border-radius: 100%; position: absolute; background: var(--red); left: 0; top: 4px; }
.mission-vision-wrapper .mission-vision-card:nth-child(2) {border-bottom: solid 5px var(--light-blue); }
.mission-vision-wrapper .mission-vision-card:nth-child(2) .mission-vision-card-img span {background: var(--light-blue); }
.mission-vision-wrapper .mission-vision-card:nth-child(2) h3 {color: var(--light-blue); }
.mission-vision-wrapper .mission-vision-card:nth-child(3) {border-bottom: solid 5px var(--red); }
.mission-vision-wrapper .mission-vision-card:nth-child(3) .mission-vision-card-img span {background: var(--red); }
.mission-vision-wrapper .mission-vision-card:nth-child(3) h3 {color: var(--red); }
.mission-vision-wrapper .mission-vision-card:nth-child(3) ul li::before {color: var(--red); box-shadow: 0 0 0 4px rgba(196, 23, 22, 0.1); }
/* Mission Vision */

/* Contact Us */
 .contact-us-main-wrapper {padding: 80px 0; background: linear-gradient(to bottom, #ffffff, #f7f9fc); }
.contact-us-inner-wrapper h2 {text-align: center;  position: relative; }
.contact-us-wrapper {display: flex; justify-content: center; align-items: stretch; gap: 40px; padding-top: 10px; }
.contact-info {width: 100%; max-width: 45%; display: flex; flex-direction: column; gap: 20px; }
.contact-form-box {width: 100%; max-width: 55%; background: #ffffff; padding: 45px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border-top: solid 5px var(--red); display: flex; flex-direction: column; justify-content: center; transition: 0.4s ease; }
.contact-info h2, .contact-form-box h2 {font-size: 30px;  color: var(--light-blue); font-weight: 600; text-align: start; text-shadow: unset;}


/* Info Cards */ 

.info-card {display: flex; align-items: flex-start; gap: 20px; background: #ffffff; padding: 25px; border-radius: 15px; box-shadow: var(--box-shadow); transition: 0.4s ease; border-left: 4px solid var(--purple); }
.info-card:hover {transform: translateX(5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); }
.info-card:nth-child(3) {border-left-color: var(--yellow); }
.info-card:nth-child(4) {border-left-color: var(--dark-blue); }
.info-icon {width: 60px; height: 60px; min-width: 60px; background: rgba(119, 5, 77, 0.1); border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: var(--box-shadow); }
.info-card:nth-child(3) .info-icon {background: rgba(233, 173, 52, 0.2); }
.info-card:nth-child(4) .info-icon {background: rgba(1, 59, 158, 0.1); }
.info-icon svg {font-size: 24px; color: var(--purple); }
.info-card:nth-child(3) .info-icon svg {color: var(--yellow); }
.info-card:nth-child(4) .info-icon svg {color: var(--dark-blue); }
.info-content {flex: 1; }
.info-content h3 {margin: 0 0 10px; font-size: 22px; color: var(--dark-blue); font-weight: 600; }
.info-content a { line-height: 1.6; font-size: 16px; transition: color 0.3s; }
.info-content a:hover {color: var(--red); }
.info-details {margin-bottom: 8px; color: #555; line-height: 1.6; font-size: 16px; }
.info-details strong {color: #222; font-weight: 600; margin-right: 5px; }
.grecaptcha-badge {right: -500px !important; }
/* FORM STYLE */ .form-group {position: relative; margin-bottom: 30px; }
.btn-submit {background: #ffca08; border: none; padding: 14px 30px; font-weight: 600; cursor: pointer; border-radius: 6px; transition: 0.3s ease; width: 100%; max-width: 200px; box-shadow: var(--box-shadow); }
.btn-submit:hover {background: #1c2b4a; color: #ffffff; }
.index-contact-us-btn {width: 100%; display: flex; justify-content: start; align-items: center; }
/* Form */ .index-form {display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; width: 100%; max-width: 1200px; margin: auto; }
.input-wrapper {position: relative; margin-bottom: 20px; width: 100%; border-bottom: 1px solid #131313; transition: 0.3s ease; }
.input-wrapper:focus-within {border-bottom-color: var(--purple); }
.index-contact-us-inner-wrapper .index-form .input-wrapper:nth-child(5) {width: 98%; }
.submit-btn {margin-top: 15px; width: auto; min-width: 180px; padding: 15px 35px; border-radius: 50px; font-weight: 600; font-size: 18px; letter-spacing: 1px; background: var(--dark-blue); color: #fff; border: none; cursor: pointer; transition: 0.4s ease; display: inline-flex; justify-content: center; align-items: center; gap: 10px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.submit-btn:hover {background: var(--yellow); box-shadow: 0 10px 20px rgba(196, 23, 22, 0.3); }
/* Form */ /* Lable Animation */ .user-box input, .user-box-readonly input, .user-box select {width: 100%; padding: 20px 0 10px 0; font-size: 16px; border: none; outline: none; background: transparent; position: relative; color: #131313; }
.user-box textarea {width: 100%; margin: 20px 0 10px 0; font-size: 16px; border: none; outline: none; background: transparent; position: relative; height: 22px; color: #131313; }
.user-box label, .user-box-readonly label {position: absolute; top: 0; left: 0; padding: 10px 0; font-size: 18px; color: #131313; pointer-events: none; transition: .5s; }
.user-box-readonly label {top: -15px; }
.banner-details-right .user-box-readonly label {color: var(--blue); top: -15px; }
.user-box-readonly select {padding: 20px 0 10px; }
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* Override background color */ transition: background-color 5000s ease-in-out 0s; /* Ensure background transition overrides autofill */ background-clip: content-box !important; /* Keeps styling consistent */}
/* input:-webkit-autofill {-webkit-text-fill-color: #fff !important; }
*/ form.index-page input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; /* Text color inside autofilled input */}
.input-color input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; }
/* Lable Animation */ /* Conatct Us */

/* About NGIPS Foundation  */


 .academics-inner-wrapper ul li{padding: 10px 0 10px 40px;position: relative; text-align: start;}
 .academics-inner-wrapper ul li:before , .yoga-section-card ul li::before{position: absolute; content: ""; width: 100%; max-width: 20px; height: 20px; background: url(../images/icons/arrow.webp) no-repeat center center/cover; top: 10px; left: 0;}

/* About NGIPS Foundation  */
.ngips-foundation-intro-box { max-width: 1000px; margin: 0 auto 50px; text-align: center; }
.ngips-foundation-intro-box .highlight-text { font-size: 24px; color: var(--purple); font-weight: 600; margin-bottom: 20px; text-align: center; line-height: 1.5; text-shadow: 0px 0px 1px rgba(0,0,0,0.2);}
.ngips-foundation-intro-box p { text-align: center;}
.foundation-board-wrapper { position: relative; z-index: 1; padding-bottom: 70px; }
.foundation-board-wrapper h2 { font-size: 32px; margin-bottom: 30px; text-align: center; }

.board-responsibilities-list { display: flex; flex-direction: column; gap: 20px; max-width:900px; margin: 0 auto; }
.board-responsibilities-list li { display: flex; align-items: flex-start; gap: 20px; background: #fff; padding: 25px; border-radius: 12px; box-shadow: var(--box-shadow); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border-left: 4px solid var(--red); }
.board-responsibilities-list li:nth-child(2) { border-left-color: var(--light-blue); }
.board-responsibilities-list li:nth-child(3) { border-left-color: var(--purple); }

.board-responsibilities-list .icon-wrapper { width: 45px; height: 45px; min-width: 45px; background: rgba(196, 23, 22, 0.1); border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.board-responsibilities-list li:nth-child(2) .icon-wrapper { background: rgba(1, 59, 158, 0.1); }
.board-responsibilities-list li:nth-child(3) .icon-wrapper { background: rgba(119, 5, 77, 0.1); }
.board-responsibilities-list .icon-wrapper img { width: 20px; opacity: 0.8; filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(3033%) hue-rotate(345deg) brightness(90%) contrast(105%);}
.board-responsibilities-list li:nth-child(2) .icon-wrapper img { filter: brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(2335%) hue-rotate(212deg) brightness(97%) contrast(106%); }
.board-responsibilities-list li:nth-child(3) .icon-wrapper img { filter: brightness(0) saturate(100%) invert(16%) sepia(86%) saturate(3015%) hue-rotate(307deg) brightness(84%) contrast(109%); }
.board-responsibilities-list p { margin: 0; font-size: 17px; line-height: 1.7; text-align:start; }

.foundation-vision-wrapper { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center;}
.vision-card { flex: 1; min-width: 350px; background:#EAF6FF; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); display: flex; flex-direction: column; justify-content: center; border-bottom: 5px solid var(--red); transition: 0.4s ease;}
.vision-card p { font-size: 17px; line-height: 1.8; margin: 0;}
.foundation-vision-wrapper .vision-card:last-child{background: #ffffef;}

/* About NGIPS Foundation  */


/* School Management Redesign */


/* School Management */

.school-management-main-wrapper{padding: 60px 0 40px; }
.school-management-main-wrapper h2{text-align: center;}
.school-management-main-wrapper p{text-align: center; width: 100%; max-width: 800px; margin: 20px auto 40px; }
.school-management-wrapper{display: flex;justify-content: center; align-items: stretch;gap: 30px;margin-top: 50px;flex-wrap: wrap; position: relative; z-index: 1;}
.school-management-card{background: rgba(255, 255, 255, 0.9); padding: 40px 30px; width: 100%; max-width:350px; border-radius: 20px; box-shadow:var(--box-shadow); display: flex; flex-direction: column; align-items: center;}
.school-management-img{position: relative; }
.school-management-img img{width:100%; max-width:140px; height:140px; object-fit: cover; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); position: relative; z-index: 2; transition: transform 0.4s ease;}
.school-management-content h3{font-size: 22px; margin: 15px 0; color: var(--dark-blue); font-weight: 700;}
.school-management-content span{display: inline-block; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-purple); font-weight: 600; padding: 5px 15px; background: rgba(253, 192, 17, 0.3); border-radius: 20px;}
.school-management-content{text-align: center;}
/* School Management */


/* Chairman's Message */ /**/

.common-leaders-main-wrapper {padding: 90px 0; }
 .quote-box {max-width: 900px; margin: 50px auto 60px; text-align: center; font-style: italic; font-size: 20px; line-height: 1.8; color: #333; position: relative; }
.quote-box p {text-align: center; }
.quote-box span {display: block; margin-top: 15px; font-weight: 600; color: #0c3b2e; }
.common-leaders-card-wrapper {display: flex; gap: 40px; align-items:start; justify-content: center; }
.common-leaders-card-image {width: 100%; max-width: 45%;  position: sticky; top: 80px;}
.common-leaders-card-image img {width: 100%; max-width: 550px; border-radius: 20px; box-shadow: var(--box-shadow); border: solid 5px #fff; }
.common-leaders-card-content {width: 100%; max-width: 55%; }
.common-leaders-inner-wrapper>span {font-size: 24px; font-weight: 600; display: block; text-align: center; margin-bottom: 40px; }
.signature {margin-top: 40px; padding-left: 20px; border-left: 4px solid var(--yellow); }
.signature h2 {margin-bottom: 5px; font-size: 22px}
.signature h3 {margin: 10px 0 5px; color: #0c3b2e; font-size: 24px; }
.signature span {text-transform: uppercase; letter-spacing: 1px; font-size: 14px; }

/* Chairman's Message */ /**/


/* Academics Overview */ 
.academics-main-wrapper {padding: 90px 0; }
.academics-overview-content {padding-bottom: 40px; }
.academics-two-column-wrapper {display: flex; gap: 50px; align-items: stretch; flex-wrap: wrap; }
.academics-column-box {flex: 1; min-width: 320px; background: #ffffff; padding: 40px; border-radius: 20px; box-shadow: var(--box-shadow); transition: 0.4s ease; border-left: solid 4px var(--light-blue); border-right: solid 4px var(--light-blue); border-top: solid 10px var(--yellow); border-bottom: solid 10px var(--yellow); }
.academics-column-box:hover {transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); }
.academics-column-box h2 {font-size: 28px; margin-bottom: 25px; position: relative; }
.academics-column-box h2::after {content: ""; position: absolute; width: 60px; height: 3px; background: var(--yellow); bottom: -10px; left: 0; }
.academics-column-box p {font-size: 16px; line-height: 1.8; }
/* Academics Overview */ 

/* Our Faculty */ 

.our-faculty-card-wrapper {display: flex; gap: 60px; align-items: center; justify-content: center; margin-bottom: 50px; position: relative; }
.our-faculty-inner-wrapper > p{text-align: center; width: 100%; max-width: 900px; margin: 15px auto;}
.our-faculty-card-content {width: 100%; max-width: 50%; }
.our-faculty-card-content > p {text-align: center; line-height: 1.7; }
.our-faculty-card-image {width: 100%; max-width: 50%; }
.our-faculty-card-image img {width: 100%; max-width: 590px; border-radius: 25px; border: solid 4px var(--yellow); transition: 0.4s ease; }
.our-faculty-qualities-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin: 60px 0 80px;  align-items: stretch;}
.our-faculty-quality-card {width: 100%; max-width: 600px; padding: 40px; border-radius: 20px; box-shadow: var(--box-shadow); margin: 0; transition: 0.4s ease; border-top: 5px solid var(--red); position: relative; overflow: hidden; }
.our-faculty-quality-card-img {margin-bottom: 20px;display: flex;justify-content: start;align-items: center;gap: 20px;}
.our-faculty-quality-card-img span {display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; background: var(--red); border-radius: 50%; box-shadow: var(--box-shadow); transition: 0.4s ease; }
.our-faculty-quality-card:hover .our-faculty-quality-card-img span {transform: scale(1.1) rotate(5deg); }
.our-faculty-quality-card-img span img {width: 100%; max-width: 40px; filter: var(--white-filter); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(1) {border-top-color: var(--yellow); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(1) .our-faculty-quality-card-img span {background: var(--yellow); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(2) {border-top-color: var(--light-blue); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(2) .our-faculty-quality-card-img span {background: var(--light-blue); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(3) {border-top-color: var(--purple); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(3) .our-faculty-quality-card-img span {background: var(--purple); }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(4) {border-top-color: #97C73F; }
.our-faculty-qualities-wrapper .our-faculty-quality-card:nth-child(4) .our-faculty-quality-card-img span {background: #97C73F; }
.our-faculty-quality-card h2 {font-size: 26px; margin: 10px 0; color: var(--dark-blue); }
.our-faculty-quality-card p { line-height: 1.7; margin: unset; text-align: start;}
.our-faculty-card-wrapper.fce-card-wrapper {margin-bottom: unset; flex-direction: row-reverse; padding: 40px; border-radius: 30px; box-shadow: var(--box-shadow); border: 1px solid rgba(0, 0, 0, 0.05); }
.our-faculty-card-wrapper.fce-card-wrapper .our-faculty-card-image img {border-radius: 30px 100px 30px 100px; }
.our-faculty-card-wrapper.fce-card-wrapper .our-faculty-card-content h2 {font-size: 32px; line-height: 1.4; }
.our-faculty-card-wrapper.fce-card-wrapper .our-faculty-card-content p {text-align: justify; line-height: 1.8;  }
/* Our Faculty */

/* Academic Calender */
.academics-calender iframe {height: 500px !important; }
.academics-calender h2{text-align: center; color: var(--dark-blue);}
/* Academic Calender */

/* Kindergarten */

.kindergarten-main-wrapper {padding: 80px 0 0; }
.kindergarten-section-card-wrapper {display: flex; justify-content: center; align-items: center; gap: 60px; }
.kindergarten-section-card-img {width: 100%; max-width: 40%; }
.kindergarten-section-card-img img {width: 100%; max-width: 500px; box-shadow: var(--box-shadow); border: solid 5px #fff; border-radius: 320px 410px 195px 303px; padding: 2px; }
.kindergarten-section-card-content {width: 100%; max-width: 58%; }
.kindergarten-section-card-content p{text-align: start; margin: 15px 0;}
.kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(1) {background: #fff; padding: 0 0 60px; }
.kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(1) p {width: 100%; max-width: 1000px; text-align: center; margin: 15px auto ; }
.kindergarten-section-wrapper {background: #ffffef; padding: 90px 0; }
.kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(3), .kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(5) {background: #ffff; }
.kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(3) .kindergarten-section-card-wrapper, .kindergarten-main-wrapper .kindergarten-section-wrapper:nth-child(5) .kindergarten-section-card-wrapper {flex-direction: row-reverse; }
.grade-section-wrapper {padding: 80px 20px; background: #f8fafc; text-align: center; }
.grade-section-wrapper h2 {margin-bottom: 30px; }
.grade-section-list-wrapper {display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.grade-item {display: flex; justify-content: center; align-items: center; width: 100%; max-width: 140px; height: 140px; border-radius: 50%; background: #ffffff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); transition: 0.3s; border: solid 1px var(--yellow); }
.grade-item h3 {font-size: 22px; margin: unset; }
.grade-item:hover {transform: translateY(-5px) scale(1.01); background: var(--dark-blue); border: unset}
.grade-item:hover h3 {color: #fff; }
/* Kindergarten */ 

/* Common School design */

.common-school-main-wrapper {padding: 80px 0 0; }
.common-school-card {display: flex; justify-content: center; align-items: center; gap: 60px; padding: 50px 0 80px; flex-direction: row-reverse; }
.common-school-card-content {width: 100%; max-width: 50%; }
.common-school-card-image {width: 100%; max-width: 500px; }
.common-school-card-image img {width: 100%; max-width: 500px; box-shadow: var(--box-shadow); border: solid 5px var(--yellow); border-radius: 320px 410px 195px 303px; padding: 5px; }
.common-school-sub-heading {width: 100%; max-width: 1000px; text-align: center; margin: 10px auto; }
.activity-section {padding: 90px 0; }
.activity-section-wrapper .activity-section {background: #EAF6FF}
.activity-section-wrapper .activity-section:nth-child(2) {background: #ffff; }
.activity-section-wrapper .activity-section:nth-child(3) {background: #EAF6FF; }
.activity-section h2 {font-size: 36px; margin-bottom: 35px; color: var(--purple); text-align: center; }
.activity-card-wrapper {display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 25px; }
.activity-card {width: 100%; max-width: 260px; background: #ffffff; padding: 30px 20px; text-align: center; border-radius: 20px; box-shadow: var(--box-shadow); transition: 0.4s ease; }
.activity-card svg {font-size: 35px; color:#EE701B; }
.activity-card-wrapper  .activity-card:nth-child(2n) svg {color:#97C73F;}
.activity-card i {font-size: 32px; color: #ff7a18; margin-bottom: 15px; }
.activity-card h3 {font-size: 18px;color: var(--light-purple);font-weight: 600;}
.activity-card p {font-size: 15px; text-align: center; color: var(--light-blue); margin: 10px 0 0;}

/* Common School design */


/* House System */ 


.house-system-intro-card-img-wrapper {display: flex; justify-content: center; align-items: center; gap: 40px; padding: 10px 0 20px; }
.house-system-intro-card-img-wrapper img {width: 100%; max-width: 500px; box-shadow: var(--box-shadow); border: solid 5px var(--yellow); padding: 5px; border-radius: 15px; }
.house-system-intro-card-img-wrapper img:nth-child(2){border: solid 5px var(--red);}
.house-system-intro-card p {text-align: center;width: 100%;max-width: 900px;margin: 15px auto 0;}
.house-system-groups-wrapper {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; padding: 70px 0; }
.house-system-group {width: 100%; max-width: 250px; padding: 40px 20px; border-radius: 10px; text-align: center; box-shadow: var(--box-shadow); background: var(--red); border: solid 20px #fff; }
.house-system-group h2 {font-size: 32px; color: #fff; margin: unset; }
.house-system-groups-wrapper .house-system-group:nth-child(2) {background: #008000; }
.house-system-groups-wrapper .house-system-group:nth-child(3) {background: var(--light-blue); }
.house-system-groups-wrapper .house-system-group:nth-child(4) {background: var(--yellow); }
.house-system-white-house {background: #ffffff; padding: 50px; border-radius: 25px; text-align: center; box-shadow: var(--box-shadow); margin-bottom: 60px; }
.house-system-white-house h2 {font-size: 32px;  margin-bottom: 10px; }
.house-system-white-house p {text-align: center; }
.house-system-content-block {background: #ffffef; padding: 40px; border-left: 6px solid #ff7a18; border-radius: 15px; margin-bottom: 30px; box-shadow: var(--box-shadow); }
.house-system-content-block-wrapper .house-system-content-block:nth-child(2) {background: #f3fff3; }
/* House System */



/* Morning Assembly */

.morning-assembly-main-wrapper {padding: 90px 0; }
.morning-assembly-card {display: flex; align-items: center; justify-content: center; gap: 60px; }
.morning-assembly-card-content {width: 100%; max-width: 700px; position: relative; padding-left: 30px; }
.morning-assembly-card-content::before {content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: #ff7a18; border-radius: 3px; }
.morning-assembly-bold {font-size: 20px; font-weight: 600; color: #1a2c52; }
.morning-assembly-card-images {width: 100%; max-width: 450px; }
.morning-assembly-card-images img {width: 100%; max-width: 450px; box-shadow: var(--box-shadow); border: solid 5px #ffffff; }
/* Morning Assembly */ 



/* Common Achievements Design */

.common-achievements-design-main-wrapper {padding: 80px 0 0; }
.common-achievements-design-card-wrapper {padding: 80px 0; }
.common-achievements-design-inner-wrapper .common-achievements-design-card-wrapper:last-child {padding: 80px 0 100px; }
.common-achievements-design-card {display: flex; justify-content: center; align-items: center; gap: 70px; }
.common-achievements-design-card-img {width: 100%; max-width: 570px; }
.common-achievements-design-card-img span {position: relative; display: block; z-index: 1; }
.common-achievements-design-card-img span::before {position: absolute; content: ""; width: 100%; max-width: 300px; height: 410px; background: var(--yellow); left: -25px; top: -25px; z-index: -1; }
.common-achievements-design-inner-wrapper .common-achievements-design-card-wrapper:nth-child(2n) .common-achievements-design-card-img span::before {background: var(--red); left: unset; right: -25px; }
.common-achievements-design-card-img img {width: 100%; max-width: 570px; height: 360px; object-fit: cover; box-shadow: var(--box-shadow); }
.common-achievements-design-card-content {width: 100%; max-width: 50%; }
.common-achievements-design-card-content h2 {font-size: 30px; color: var(--light-blue); }
.common-achievements-design-main-wrapper>.fluid-container p {width: 100%; max-width: 1100px; margin: 10px auto; text-align: center; }
.common-achievements-design-inner-wrapper .common-achievements-design-card-wrapper:nth-child(2n) {background: #EAF6FF; }
.common-achievements-design-inner-wrapper .common-achievements-design-card-wrapper:nth-child(2n) .common-achievements-design-card {flex-direction: row-reverse; }
/* Common Achievements Design */ 



/* Performing Arts */ 

.performing-arts-main-wrapper {padding: 80px 0 0; }
.performing-arts-card-wrapper {padding: 80px 0; }
.performing-arts-inner-wrapper .performing-arts-card-wrapper:last-child {padding: 80px 0 100px; }
.performing-arts-card {display: flex; justify-content: center; align-items: center; gap: 70px; }
.performing-arts-card-img {width: 100%; max-width: 570px; }
.performing-arts-card-img img {width: 100%; max-width: 570px; box-shadow: var(--box-shadow); border-radius: 320px 410px 195px 303px; border: solid 5px var(--purple); padding: 5px; }
.performing-arts-card-content {width: 100%; max-width: 50%; }
.performing-arts-card-content h2 {font-size: 30px; color: var(--purple); }
.performing-arts-main-wrapper>.fluid-container p {width: 100%; max-width: 900px; margin: 10px auto; text-align: center; }
.performing-arts-inner-wrapper .performing-arts-card-wrapper:nth-child(2n) {background: #EAF6FF; }
.performing-arts-inner-wrapper .performing-arts-card-wrapper:nth-child(2n) .performing-arts-card {flex-direction: row-reverse; }
.performing-arts-inner-wrapper .performing-arts-card-wrapper:nth-child(2n) .performing-arts-card h2 {color: var(--light-blue); }
.performing-arts-inner-wrapper .performing-arts-card-wrapper:nth-child(2n) .performing-arts-card .performing-arts-card-img img {border: solid 5px var(--light-blue)}
.performing-arts-inner-wrapper .performing-arts-card-wrapper:nth-child(2n) .performing-arts-card .performing-arts-card-img img {border-radius: 410px 320px 303px 195px; }
/* Performing Arts */




/* Transport */

.student-council-main-wrapper {padding: 90px 0; }
.student-council-inner-wrapper {width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; gap: 40px; position: relative; padding: 40px; }
.student-council-content {width: 100%; max-width: 60%; position: relative; }
.student-council-content span {font-size: 24px; color: var(--red); }
.student-council-inner-wrapper::before {content: ""; position: absolute; width: 100%; max-width: 850px; height: 100%; border: solid 1px var(--yellow); top: 0; left: -40px; box-shadow: var(--box-shadow); }
.student-council-img {width: 100%; max-width: 40%; }
.student-council-img img {width: 100%; max-width: 450px; height: 450px; object-fit: cover; position: relative; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

/* Transport */



/* Oelp */

.oelp-card-wrapper {padding: 40px 0 0; }
.oelp-main-wrapper .fluid-container p {width: 100%; max-width: 1100px; margin: 10px auto; text-align: center; }
.oelp-card-img {width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; }
.oelp-card-img img {width: 100%; max-width: 900px; box-shadow: var(--box-shadow); }
.oelp-card-content {padding: 15px 0 0; }
.oelp-card-content p {font-size: 24px; }
.oelp-inner-wrapper span {width: 100%; max-width: 1100px; text-align: center; display: block; margin: 10px auto; }
/* Oelp */ 



/* A day @ Nalanda */ 

.a-day-at-nalanda-cards-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; padding-top: 30px; }
.a-day-at-nalanda-card {width: 100%; max-width: 550px; background: #ffffff; border-radius: 15px; box-shadow: var(--box-shadow); overflow: hidden; display: flex; flex-direction: column; border-bottom: 5px solid var(--purple); transition: transform 0.4s ease; }
.a-day-at-nalanda-img {position: relative; width: 100%; height: 300px; }
.a-day-at-nalanda-img img {width: 100%; height: 100%; object-fit: cover; }
.a-day-at-nalanda-time {position: absolute; bottom: -18px; right: 20px; background: var(--yellow); color: #000; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 16px; box-shadow: var(--box-shadow); z-index: 1; }
.a-day-at-nalanda-content {padding: 30px 25px ; display: flex; flex-direction: column; flex-grow: 1; }
.a-day-at-nalanda-content h2 {color: var(--dark-blue); font-size: 26px; text-align: center; }
.a-day-at-nalanda-content p {text-align: center; margin:unset;}
.a-day-at-nalanda-card:nth-child(2) {border-bottom-color: var(--light-blue); }
.a-day-at-nalanda-card:nth-child(2) .a-day-at-nalanda-time {background: var(--light-blue); color: #fff; }
.a-day-at-nalanda-card:nth-child(3) {border-bottom-color: var(--red); }
.a-day-at-nalanda-card:nth-child(3) .a-day-at-nalanda-time {background: var(--red); color: #fff; }
.a-day-at-nalanda-card:nth-child(4) {border-bottom-color: var(--purple); }
.a-day-at-nalanda-card:nth-child(4) .a-day-at-nalanda-time {background: var(--purple); color: #fff; }
.a-day-at-nalanda-card:nth-child(5) {border-bottom-color: var(--yellow); }
.a-day-at-nalanda-card:nth-child(5) .a-day-at-nalanda-time {background: var(--yellow); color: #000; }
/* A day @ Nalanda */


/* co curricular */ 


.co-curricular-inner-wrapper>p {width: 100%; max-width: 900px; text-align: center; margin: 15px auto; }
.co-curricular-cards-wrapper {padding: 60px 0 30px; display: flex; flex-direction: column; gap: 100px; }
.co-curricular-card {display: flex; align-items: center; justify-content: space-between; position: relative; width: 100%; }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(even) {flex-direction: row-reverse; }
.co-curricular-card-img {width: 100%; max-width: 55%; position: relative; z-index: 1; border-radius: 20px; }
.co-curricular-card-img img {width: 100%; max-width: 100%;  object-fit: cover; border-radius: 20px; box-shadow: var(--box-shadow); transition: 0.6s ease; }
.co-curricular-card-content {width: 100%; max-width: 50%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); padding:25px; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); position: relative; z-index: 2; margin-left: -100px; border-left: 8px solid var(--red); transition: 0.4s ease; }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(even) .co-curricular-card-content {margin-left: 0; margin-right: -100px; border-left: none; border-right: 8px solid var(--purple); }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(3n) .co-curricular-card-content {border-left-color: var(--light-blue); border-right-color: var(--light-blue); }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(4n) .co-curricular-card-content {border-left-color: var(--yellow); border-right-color: var(--yellow); }
.co-curricular-card-content h2 {font-size:28px; color: var(--dark-blue); position: relative; font-weight: 700; line-height: 1.3;  margin: 0 0 10px; text-shadow: unset;}
.co-curricular-card-content p {font-size: 16px; color: #444; line-height: 1.8; margin: 0; text-align: left; }
.co-curricular-card-names {margin-top: 25px !important; padding-top: 20px; border-top: 1px dashed #ccc; color: var(--purple) !important; font-weight: 700; font-size: 16px !important; display: block; }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(even) .co-curricular-card-names {color: var(--purple) !important; }
.co-curricular-cards-wrapper .co-curricular-card:nth-child(3n) .co-curricular-card-names {color: var(--light-blue) !important; }
.co-curricular-cards-wrapper.sports-achievements-cards-wrapper{padding: 100px 0 40px;}
/* co curricular */



/* Why Nalanda Gurukula Inner page */

.nalanda-gurukula-inner-wrapper>p {width: 100%; max-width: 1000px; text-align: center; margin: 10px auto 40px; font-size: 18px; color: #555; line-height: 1.8; }
.usp-wrapper {padding:0 0 20px; position: relative; }
.usp-wrapper h2 {text-align: center; margin-bottom: 30px; }
.usp-cards-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1200px; margin: auto;}
.usp-card {width: 100%; max-width: 370px; background: #ffffff; padding: 40px 15px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: var(--box-shadow); position: relative; overflow: hidden; transition: 0.4s ease; border-top: 6px solid var(--purple); z-index: 1; }
.usp-cards-wrapper .usp-card:nth-child(2) {border-top-color: var(--yellow); }
.usp-cards-wrapper .usp-card:nth-child(3) {border-top-color: var(--red); }
.usp-cards-wrapper .usp-card:nth-child(4) {border-top-color: var(--light-blue); }
.usp-cards-wrapper .usp-card:nth-child(5) {border-top-color: #97C73F; }
.usp-cards-wrapper .usp-card:nth-child(6) {border-top-color:var(--light-purple); }
.usp-card::before {content: ""; position: absolute; width: 180px; height: 180px; background: var(--purple); border-radius: 50%; top: -90px; right: -90px; z-index: -1; opacity: 0.05; transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.usp-cards-wrapper .usp-card:nth-child(2)::before {background: var(--yellow); }
.usp-cards-wrapper .usp-card:nth-child(3)::before {background: var(--red); }
.usp-cards-wrapper .usp-card:nth-child(4)::before {background: var(--light-blue); }
.usp-cards-wrapper .usp-card:nth-child(5)::before {background: #97C73F; }
.usp-cards-wrapper .usp-card:nth-child(6)::before {background: var(--light-purple); }
.usp-card:hover::before {transform: scale(2.5); opacity: 0.08; }
.usp-card span img {width: 100%; max-width:75px; }
.usp-card span {width: 95px; height: 95px;  border-radius: 50%; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); margin-bottom: 25px; transition: 0.4s ease; border: 4px solid #fff; outline: 2px dashed var(--purple); outline-offset: 4px;  display: flex; justify-content: center; align-items: center;}
.usp-cards-wrapper .usp-card:nth-child(2) span { outline-color: var(--yellow); }
.usp-cards-wrapper .usp-card:nth-child(3) span { outline-color: var(--red); }
.usp-cards-wrapper .usp-card:nth-child(4) span {outline-color: var(--light-blue); }
.usp-cards-wrapper .usp-card:nth-child(5) span {outline-color: #97C73F; }
.usp-cards-wrapper .usp-card:nth-child(6) span { outline-color: var(--light-purple); }

.usp-card:hover span { outline-style: solid;}

.usp-card p {font-size: 16px; line-height: 1.7; margin: 0; text-align: center; }
.usp-cards-wrapper .usp-card:nth-child(7) span img{max-width: 50px;}



/* Why Nalanda Gurukula Inner page */ 



/* Kinderegarten Activities */

.kindergarten-activitie-inner-wrapper>p {width: 100%; max-width: 800px; margin: 15px auto; text-align: center; }
.kindergarten-activities-images-wrapper {display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 30px; padding: 40px 0 0; }
.kindergarten-activity-card {width: 100%; max-width: 350px; background: #fff; border-radius: 12px; box-shadow: var(--box-shadow); overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; display: flex; flex-direction: column; }
.kindergarten-activity-card:hover {transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.kindergarten-activity-img {width: 100%; height: 250px; overflow: hidden; position: relative; }
.kindergarten-activity-img a {display: block; width: 100%; height: 100%; position: relative; }
.kindergarten-activity-img img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.kindergarten-activity-card:hover .kindergarten-activity-img img {transform: scale(1.1); }
.kindergarten-activity-img a::after {content: "+"; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); color: #fff; font-size: 30px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
.kindergarten-activity-card:hover .kindergarten-activity-img a::after {opacity: 1; }
.kindergarten-activity-content {padding: 25px 0; text-align: center; flex-grow: 1; display: flex; align-items: center; justify-content: center; border-bottom: solid 5px var(--dark-blue); }
.kindergarten-activity-content h2 {font-size: 22px; color: var(--light-blue); margin: 0; text-shadow: unset; }
.kindergarten-activity-card:nth-child(2n) .kindergarten-activity-content {border-bottom-color: var(--purple); }
.kindergarten-activity-card:nth-child(2n) .kindergarten-activity-content h3 {color: var(--purple); }
.kindergarten-activity-card:nth-child(3n) .kindergarten-activity-content {border-bottom-color: var(--yellow); }
.kindergarten-activity-card:nth-child(3n) .kindergarten-activity-content h3 {color: var(--yellow); }
.kindergarten-activity-card:nth-child(4n) .kindergarten-activity-content {border-bottom-color: var(--red); }
.kindergarten-activity-card:nth-child(4n) .kindergarten-activity-content h3 {color: var(--red); }
.kindergarten-activity-card:nth-child(5n) .kindergarten-activity-content {border-bottom-color: var(--light-blue); }
.kindergarten-activity-card:nth-child(5n) .kindergarten-activity-content h3 {color: var(--light-blue); }

/* Kinderegarten Activities */ 



/* Admission Process Page */ 

.admission-process-inner-wrapper h1 {text-align: center; }
.admission-process-sub-heading {width: 100%; max-width: 900px; text-align: center; margin: 15px auto 50px; }
.admission-steps-wrapper {display: flex; flex-wrap: wrap; gap: 30px; }
.admission-steps-wrapper::before {display: none; }
.admission-step-card {width: calc(33.333% - 20px); position: relative; background: #ffffff; padding: 40px 30px 30px; border-radius: 18px; box-shadow: var(--box-shadow); overflow: hidden; transition: 0.4s ease; border-top: 5px solid var(--yellow); }
.admission-step-watermark {position: absolute; top: -15px; right: -5px; font-family: "Bodoni Moda", serif; font-size: 120px; font-weight: 800; color: rgba(233, 173, 52, 0.1); line-height: 1; z-index: 0; pointer-events: none; transition: 0.4s ease; }
.admission-step-card:hover .admission-step-watermark {color: rgba(119, 5, 77, 0.12); transform: scale(1.08); }
.admission-step-icon {width: 60px; height: 60px; background: var(--yellow); border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: var(--box-shadow); margin-bottom: 18px; position: relative; z-index: 1; transition: 0.4s ease; }
.admission-step-icon img {width: 24px; filter: brightness(0) saturate(100%); }
.admission-step-card:hover .admission-step-icon {transform: scale(1.1) rotate(8deg); }
.admission-step-card h2 {font-size: 22px; margin: 0 0 10px; color: var(--dark-blue); position: relative; z-index: 1; text-shadow: none; }
.admission-step-card p {text-align: start; margin: 5px 0; position: relative; z-index: 1; }
.admission-steps-wrapper .admission-step-card:nth-child(2) {border-top-color: var(--red); }
.admission-steps-wrapper .admission-step-card:nth-child(2) .admission-step-icon {background: var(--red); }
.admission-steps-wrapper .admission-step-card:nth-child(2) .admission-step-icon img {filter: var(--white-filter); }
.admission-steps-wrapper .admission-step-card:nth-child(2) .admission-step-watermark {color: rgba(196, 23, 22, 0.1); }
.admission-steps-wrapper .admission-step-card:nth-child(3) {border-top-color: var(--purple); }
.admission-steps-wrapper .admission-step-card:nth-child(3) .admission-step-icon {background: var(--purple); }
.admission-steps-wrapper .admission-step-card:nth-child(3) .admission-step-icon img {filter: var(--white-filter); }
.admission-steps-wrapper .admission-step-card:nth-child(3) .admission-step-watermark {color: rgba(119, 5, 77, 0.1); }
.admission-steps-wrapper .admission-step-card:nth-child(4) {border-top-color: var(--light-blue); }
.admission-steps-wrapper .admission-step-card:nth-child(4) .admission-step-icon {background: var(--light-blue); }
.admission-steps-wrapper .admission-step-card:nth-child(4) .admission-step-icon img {filter: var(--white-filter); }
.admission-steps-wrapper .admission-step-card:nth-child(4) .admission-step-watermark {color: rgba(1, 59, 158, 0.1); }
.admission-steps-wrapper .admission-step-card:nth-child(5) {border-top-color: #97C73F; }
.admission-steps-wrapper .admission-step-card:nth-child(5) .admission-step-icon {background: #97C73F; }
.admission-steps-wrapper .admission-step-card:nth-child(5) .admission-step-watermark {color: rgba(151, 199, 63, 0.15); }
.admission-steps-wrapper .admission-step-card:nth-child(6) {border-top-color: #EE701B; }
.admission-steps-wrapper .admission-step-card:nth-child(6) .admission-step-icon {background: #EE701B; }
.admission-steps-wrapper .admission-step-card:nth-child(6) .admission-step-icon img {filter: var(--white-filter); }
.admission-steps-wrapper .admission-step-card:nth-child(6) .admission-step-watermark {color: rgba(238, 112, 27, 0.1); }
.admission-process-inner-wrapper .common-btn{justify-content: center; padding: 40px 0 0;}

/* Age List inside Step 2 */ 
.admission-age-list {margin: 12px 0; padding-left: 20px; position: relative; z-index: 1; }
.admission-age-list li {margin-bottom: 8px; position: relative; padding-left: 25px; font-size: 16px; line-height: 1.6;  list-style: none; }
.admission-age-list li::before {position: absolute; content: ""; width: 10px; height: 10px; background: var(--red); border-radius: 50%; left: 0; top: 6px; box-shadow: 0 0 0 4px rgba(196, 23, 22, 0.1)}
.admission-age-list li strong {color: var(--dark-blue); }
/* Documents Section */

.admission-documents-wrapper {margin-top: 70px; padding: 50px; background: var(--dark-blue); border-radius: 20px; box-shadow: var(--box-shadow); }
.admission-documents-wrapper h2 {text-align: center; color: #fff; margin-bottom: 35px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); font-size: 38px; }
.admission-documents-grid {display: flex; flex-wrap: wrap; gap: 20px; }
.admission-doc-card {flex: 1 1 280px; display: flex; align-items: center; gap: 15px; background: rgba(255, 255, 255, 0.1); padding: 18px 22px; border-radius: 12px; transition: 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.08); }
.admission-doc-card:hover {background: rgba(255, 255, 255, 0.18); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.admission-doc-icon {width: 36px; min-width: 36px; height: 36px; background: var(--yellow); border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
.admission-doc-icon img {width: 16px; filter: brightness(0) saturate(100%); }
.admission-doc-card h3 {color: #fff; font-size: 16px; letter-spacing: 0.5px; margin: unset; }
/* Admission Process Page */ 





/* Residential Facilities Page */

.residential-facilities-main-wrapper {background: #fdfdfd; }
.rf-section {padding: 80px 0; position: relative; }
.rf-section-tag-center {display: table; margin: 0 auto 20px; padding: 6px 16px; background: rgba(119, 5, 77, 0.1); color: var(--purple); border-radius: 30px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.rf-center-title {font-size: 40px; color: var(--dark-blue); margin: 0 0 20px; text-align: center; line-height: 1.2; }
.rf-center-desc {text-align: center; max-width: 800px; margin: 0 auto 40px; ; }


/* Intro Section */

 .rf-hostel-intro-section {background: #ffffff; }
.rf-hostel-intro-flex {display: flex; align-items: center; gap: 60px; }
.rf-hostel-intro-image {width: 100%; max-width: 590px; position: relative; }
.rf-hostel-intro-image img {width: 100%; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 30px; display: block; }
.rf-hostel-intro-content p { margin:10px 0 20px }
.rf-hostel-intro-content h2{color: var(--light-blue); font-size: 38px;}
.rf-stat-row {display: flex; gap: 60px; }
.rf-stat-item {display: flex; flex-direction: column; }
.rf-stat-number {font-size: 36px; font-weight: 700; color: var(--red); font-family: "Bodoni Moda", serif; line-height: 1; text-align: center; }
.rf-stat-label {font-size: 16px; color: #777; margin-top: 5px; }
.rf-campus-facilities-section {background: #f8f9fa; position: relative; }
.rf-campus-facilities-section h2 {text-align: center; }
.rf-campus-tiles-flex {display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.rf-campus-tile {background: #fff; border-radius: 15px; padding: 30px 20px; width: 100%; max-width: 350px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; border-bottom: 3px solid transparent; }

.rf-campus-tile-icon {width: 100%; max-width: 80px; height: 80px; background:#e9ad342b; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 36px; margin-bottom: 20px; color: var(--light-blue); transition: 0.3s ease; }
.rf-campus-tile:hover .rf-campus-tile-icon {background: #e9ad342b; color: #fff; }
.rf-campus-tiles-flex .rf-campus-tile .rf-campus-tile-icon svg{color: var(--yellow);}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(2) .rf-campus-tile-icon svg {color: var(--purple);}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(3) .rf-campus-tile-icon svg {color: var(--red);}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(4) .rf-campus-tile-icon svg {color:#97C73F;}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(5) .rf-campus-tile-icon svg {color: #EE701B}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(6) .rf-campus-tile-icon svg {color:var(--light-purple)}

.rf-campus-tiles-flex .rf-campus-tile:nth-child(2) .rf-campus-tile-icon{background: #77054d1a;}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(3) .rf-campus-tile-icon{background:#c417162e;}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(4) .rf-campus-tile-icon{background: #97c73f2e;}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(5) .rf-campus-tile-icon{background:#ee701b2e;}
.rf-campus-tiles-flex .rf-campus-tile:nth-child(6) .rf-campus-tile-icon{background:#a10e801c;}


.rf-campus-tile p {margin: 0;  font-weight: 600;}

/* Wellness Section */ 
.rf-wellness-section {background: #002058; color: #fff; }
.rf-wellness-section .rf-section-title {color: #fff; }
.rf-wellness-section p {color: #fff; }
.rf-wellness-flex {display: flex; align-items: center; gap: 40px; }
.rf-wellness-left h2 {color: #fff; }
.rf-wellness-left {width: 100%; max-width: 35%; }
.rf-wellness-right {width: 100%; max-width: 65%; }
.rf-wellness-cards-flex {display: flex; flex-wrap: wrap; gap: 20px; }
.rf-wellness-card {background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 15px 20px; display: flex; align-items: center; gap: 15px; width: 100%; max-width: 320px; transition: 0.3s ease; }
.rf-wellness-card:hover {background: rgba(255, 255, 255, 0.15); transform: translateX(5px); }
.rf-wellness-icon {font-size: 24px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; color: var(--yellow); }
.rf-wellness-card span:not(.rf-wellness-icon) {color: #fff; font-size: 16px; font-weight: 500; line-height: 1.4; }
/* Catering Section */
 .rf-catering-section {background: #ffffff; }
.rf-catering-flex {display: flex; align-items: center; gap: 60px; }
.rf-catering-image {width: 100%; max-width: 50%; }
.rf-catering-image img {width: 100%; max-width: 590px; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 30px; display: block; }
.rf-catering-content {width: 100%; max-width: 50%; }
.rf-catering-list {margin-top: 30px; }
.rf-catering-list li {position: relative; padding-left: 30px; margin-bottom: 20px;  line-height: 1.6; }
.rf-catering-list li::before {content: " "; position: absolute; left: 0; top: 6px; width: 12px; height: 12px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(196, 23, 22, 0.1); }
/* Care & Medical Section */ 

.rf-care-section {background: #f8f9fa; padding-bottom: 100px; }
.rf-section.rf-care-section h2 {text-align: center; }
.rf-care-cards-flex {display: flex; gap: 40px; justify-content: center; margin-top: 40px; }
.rf-care-card {background: #fff; border-radius: 20px; padding: 50px 40px; width: 100%; max-width: 500px; text-align: center; box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px; position: relative; overflow: hidden; transition: 0.3s ease; border-top: 5px solid var(--purple); }
.rf-care-card:nth-child(2) {border-top-color: var(--red); }
.rf-care-card-icon {width: 100%; max-width: 90px; height: 90px; background: rgba(119, 5, 77, 0.05); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 40px; margin: 0 auto 25px; color: var(--purple); transition: 0.3s ease; }
.rf-care-card:nth-child(2) .rf-care-card-icon {background: rgba(196, 23, 22, 0.05); color: var(--red); }
.rf-care-card:hover .rf-care-card-icon {background: var(--purple); color: #fff; transform: scale(1.1); }
.rf-care-card:nth-child(2):hover .rf-care-card-icon {background: var(--red); color: #fff; }
.rf-care-card h3 {font-size: 26px; color: var(--dark-blue); }
.rf-care-card p {text-align: center; }


/* End Residential Facilities Page */



/*  Yoga  */

.yoga-section-main-wrapper {padding: 80px 0; }
.yoga-section-inner-wrapper span {display: block;font-size: 22px;text-align: center;width: 100%;max-width: 600px;margin: 0 auto;}
.yoga-asana-header { text-align: center; margin-bottom: 30px; }
.yoga-section-card-main-wrapper h2 { font-size: 30px; color: var(--dark-blue); margin-bottom: 15px; text-align: center;}
.yoga-section-card-main-wrapper span {background: rgba(255, 202, 8, 0.15);color: var(--purple);padding: 10px 20px;border-radius: 30px;font-size:18px;font-weight: 600;border: 1px solid rgba(255, 202, 8, 0.5);text-align: center;display: block;}
.yoga-section-cards-wrapper { display: flex; justify-content: center; align-items: stretch; gap: 40px; padding: 50px 0 20px;  }
.yoga-section-card { width: 100%; max-width: 550px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); padding: 50px 40px; border-radius: 20px; background: #ffffff; position: relative; overflow: hidden; transition: 0.4s ease; border-top: 6px solid var(--light-blue); }
.yoga-section-cards-wrapper .yoga-section-card:nth-child(2) { border-top-color: var(--red); }
.yoga-card-watermark { position: absolute; top: -20px; right: -20px; font-size: 140px; color: rgba(1, 59, 158, 0.04); z-index: 0; transition: 0.4s ease; }
.yoga-section-cards-wrapper .yoga-section-card:nth-child(2) .yoga-card-watermark { color: rgba(233, 75, 13, 0.06); }
.yoga-section-card:hover .yoga-card-watermark { transform: scale(1.1) rotate(-10deg); color: rgba(1, 59, 158, 0.08); }
.yoga-section-cards-wrapper .yoga-section-card:nth-child(2):hover .yoga-card-watermark { color: rgba(196, 50, 31, 0.1); }
.yoga-section-card h3 { font-size: 28px; color: var(--purple); margin-bottom: 25px; position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; }
.yoga-section-card h3 i { color: var(--light-blue); font-size: 32px; }
.yoga-section-cards-wrapper .yoga-section-card:nth-child(2) h3 i { color: #97C73F; }
.yoga-section-card ul { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }
.yoga-section-card ul li { padding: 12px 0 12px 40px; position: relative;line-height: 1.6; }
.yoga-section-card ul li:last-child { border-bottom: none; }
.yoga-section-card ul li::before { position: absolute; content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--light-blue); width: 25px; background: rgba(1, 59, 158, 0.1); border-radius: 50%; top: 14px; left: 0; display: flex; justify-content: center; align-items: center; font-size: 12px; }
.yoga-section-cards-wrapper .yoga-section-card:nth-child(2) ul li::before {color: #c41716;background: rgb(196 23 22 / 9%);}

/*  Yoga  */





/*  Karate */
.karate-section-card-wrapper {display: flex;justify-content: space-between;align-items: center;padding: 100px 0 20px;}
.karate-section-content-card {width: 100%; max-width: 55%; }
.karate-section-content-card h2{font-size: 38px; color: var(--dark-blue);}
.karate-section-card-img {width: 100%; max-width: 40%; }
.karate-section-card-img img {width: 100%; border-radius: 20px; box-shadow: var(--box-shadow); }
/*  Karate */





/* Alumni */ 
.alumni-main-wrapper {padding: 120px 0 140px; position: relative; }
.alumni-inner-wrapper {display: flex; align-items: center; gap: 80px; }
.alumni-img {width: 100%; max-width: 550px; position: relative; }
.alumni-img::before {content: ""; position: absolute; top: 30px; left: 30px; width: 100%; max-width: 550px; height: 100%; border: 2px solid var(--yellow); z-index: 0; }
.alumni-img img {width: 100%; max-width: 550px; height: 520px; object-fit: cover; position: relative; z-index: 1; box-shadow: var(--box-shadow); }
.alumni-content {width: 100%; max-width: 700px; position: relative; }
.alumni-content a {color: var(--purple); text-decoration: none; font-weight: 500; position: relative; }
.alumni-content a::after {content: ""; position: absolute; left: 0; bottom: -3px; width: 0%; height: 2px; background: var(--purple); transition: 0.3s; }
.alumni-content a:hover::after {width: 100%; }
.alumni-btn {display: inline-block; margin-top: 25px; padding: 12px 30px; border: 2px solid var(--purple); color: #007bff; text-decoration: none; font-weight: 500; position: relative; overflow: hidden; transition: 0.3s}
.alumni-btn::before {content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: var(--purple); z-index: -1; transition: 0.4s; }
.alumni-btn:hover::before {left: 0; }
.alumni-btn:hover {color: #fff; }
/* Alumni */




/* Acdemic Achivemnts */
.common-inner-main-wrapper {padding: 80px 0; }
.academics-achievements-inner-wrapper span {display: block; text-align: center; font-size: 22px; width: 100%; max-width: 700px; margin: 0 auto; }
.academics-achievements-inner-wrapper {max-width: 1100px; margin: 0 auto; }
.academics-achievements-card-wrapper {position: relative; padding-left: 25px; margin: 60px 0; }
.academics-achievements-inner-wrapper .academics-achievements-card-wrapper:last-child {margin: 60px 0 0; }
.academics-achievements-card-wrapper::before {content: ''; position: absolute; left: 0; top: 5px; width: 3px; height: 100%; background: var(--red); border-radius: 5px; }
.academics-achievements-card-wrapper h2 {font-size: 30px; color: var(--dark-blue); }
.academics-achievements-card-wrapper h3 {font-size: 20px; margin:15px 0 20px; color: var(--purple); }
.sacademics-achievements-card-img {display: block; overflow: hidden; border-radius: 10px; padding: 10px 0 25px; }
.sacademics-achievements-card-img img {width: 100%; height: 450px; object-fit: cover; transition: 0.4s ease; box-shadow: var(--box-shadow); }
.sacademics-achievements-card-img:hover img {transform: scale(1.05); }
.gallery-overlay {display: none; }
/* Acdemic Achivemnts */




/* Sitemap */ 
.sitemap-main-wrapper {padding: 80px 0 120px; }
.sitemap-list-wrapper {display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; }
.sitemap-list {flex: 1 1 260px; background: #ffffff; padding: 25px 20px; border-radius: 16px; box-shadow: var(--box-shadow); transition: all 0.3s ease; position: relative; overflow: hidden; }
.sitemap-list::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--purple), var(--yellow)); }
.sitemap-list h2 {font-size: 24px; margin-bottom: 15px; color: #222; }
.sitemap-list ul {list-style: none; padding: 0; margin: 0}
.sitemap-list ul li {margin-bottom: 10px; }
.sitemap-list ul li a {font-size: 16px; display: inline-block; transition: all 0.25s ease; position: relative; padding-left: 18px; }
.sitemap-list ul li a::before {content: ""; font-weight: bold; display: inline-block; width: 100%; max-width: 8px; height: 8px; border-radius: 100%; position: absolute; background: var(--red); left: 0; top: 4px; box-shadow: 0 0 0 4px rgba(196, 23, 22, 0.1)}
.sitemap-list ul li a:hover {color: #ff6b00; transform: translateX(4px); }

/* Sitemap */ 




 /* Testimonials */

.testimonils-inner-page-main-wrapper{padding: 80px 0 100px;}
.testimonils-inner-page-card-wrapper {display: flex;flex-direction: column;gap: 60px;max-width: 1100px;margin:60px auto 0;}
.testimonils-card-inner-page {display: flex;align-items: center;gap:10px;padding: 40px 30px;border-radius: 24px;position: relative;box-shadow: var(--box-shadow);border: solid 1px #97C73F; flex-direction: column;}
.testimonils-inner-page-card-wrapper   .testimonils-card-inner-page:nth-child(2n){border: solid 1px #EE701B;}
.testimonils-card-inner-page-img {width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.testimonils-card-inner-page-img img {width: 100%; max-width: 250px;border-radius: 20px ; box-shadow: var(--box-shadow);}
.testimonils-card-inner-page-content {position: relative;width: 100%;max-width: 100%;}
.testimonils-card-inner-page-content h2 {font-size: 26px;color: var(--dark-blue);font-weight: 600;text-shadow: unset; margin: unset; text-align: center;}
.testimonils-card-inner-page-content span{display: block; text-align: center; margin: 10px 0; font-weight: 600;}
.testimonils-card-inner-page-content p {font-size: 16px;line-height: 1.8;text-align: center;}
.testimonils-card-inner-page::before {content: "";position: absolute;background: url(../images/icons/quote.webp) no-repeat center center/cover;width: 100%;max-width: 30px;height: 30px;top: 40px;right: 30px;filter: brightness(0) saturate(100%) invert(100%) sepia(78%) saturate(1979%) hue-rotate(20deg) brightness(92%) contrast(65%);}
.testimonils-inner-page-card-wrapper   .testimonils-card-inner-page:nth-child(2n)::before {right: unset;left: 30px;transform: scaleX(-1);filter: brightness(0) saturate(100%) invert(59%) sepia(35%) saturate(5942%) hue-rotate(351deg) brightness(97%) contrast(92%);}


 /* Testimonials */






/* SUITS Programme */

.suits-programme-top {display: flex;gap: 40px;align-items: center;margin: 70px 0 60px;}
.suits-programme-img {width: 100%; max-width: 570px;border-radius: 20px;}
.suits-programme-img img {width: 100%;height: 100%;object-fit: cover;transition: 0.5s ease; box-shadow: var(--box-shadow); border-radius: 10px;}
.suits-programme-content {width: 100%;max-width: 600px;background: #ffffff;padding: 30px 30px 30px 40px;border-radius: 0 20px 20px 0;box-shadow: var(--box-shadow);position: relative;}
.suits-programme-content::before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 5px;background: linear-gradient(to bottom, #ed8f63, #42929d);border-radius: 10px;}
.suits-programme-content-card {border-left: 4px solid #037B93;border-radius: 15px;margin-bottom: 40px;box-shadow:var(--box-shadow); padding: 25px;}
.suits-programme-content-wrapper .suits-programme-content-card:nth-child(2n){border-left: 4px solid #FF6108;}
.suits-programme-content-wrapper .suits-programme-content-card:last-child{margin-bottom: 25px;}
.suits-programme-content p{text-align: start; margin: unset;}

/* SUITS Programme */



/* Error page */
.error-inner-wrapper {padding:60px 0 ;}
.error-inner-wrapper h2{text-align: center;}
.error-inner-wrapper span {width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;}
.error-inner-wrapper span img {width: 100%;max-width:300px;}
.error-inner-wrapper p {text-align: center;}
.error-inner-wrapper .common-btn {display: flex;justify-content: center;}
/* Error page */   



/* Sanjana css */

/* Inner Page Events */
.inner-pg-events-main-wrapper { padding: 80px 0; background: #f8fafc; }
.events-content-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; padding: 20px 0; }
.inner-pg-event-card { background: #fff; border-radius: 20px; box-shadow: var(--box-shadow); overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; border-top: 6px solid var(--yellow); display: flex; flex-direction: column; }
.inner-pg-event-card:nth-child(2n) { border-top-color: var(--red); }
.inner-pg-event-card-img { position: relative; width: 100%; height: 260px; overflow: hidden; }
.inner-pg-event-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.inner-pg-event-card:hover .inner-pg-event-card-img img { transform: scale(1.1); }
.event-date-badge { position: absolute; top: 20px; right: 20px; background: rgba(255, 255, 255, 0.95); padding: 10px 15px; border-radius: 12px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid var(--light-blue); backdrop-filter: blur(5px); }
.inner-pg-event-card:nth-child(2) .event-date-badge { border-left-color: var(--yellow); }
.inner-pg-event-card:nth-child(3) .event-date-badge { border-left-color: var(--red); }
.inner-pg-event-card:nth-child(4) .event-date-badge { border-left-color: var(--purple); }
.event-date-badge .day { display: block; font-size: 26px; font-weight: 700; color: var(--dark-blue); line-height: 1; margin-bottom: 2px; }
.event-date-badge .month-year { display: block; font-size: 13px; color: #555; font-weight: 600; text-transform: uppercase; }
.inner-pg-event-card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.inner-pg-event-card-content h2 { font-size: 24px; color: var(--dark-blue); margin: 0 0 10px; line-height: 1.4;  }
.inner-pg-event-card:hover .inner-pg-event-card-content h2 { color: var(--purple); }
.inner-pg-event-card-content p {  font-size: 16px; line-height: 1.6; margin: unset; }
.inner-pg-events-main-wrapper h2{text-align: center; font-size:32px; color: var(--dark-blue); }
/* Inner Page Events */


/* gallery */

.gallery-main-container {display: flex;flex-wrap: wrap;gap: 30px;margin-top: 60px;justify-content: center;}
.gallery-main {width: 100%;max-width: 350px;border-radius: 20px;overflow: hidden;position: relative;transition: 0.5s ease;}
.gallery-main a {display: block;text-decoration: none;}
.gallery-img {height: 300px;border-radius:20px;overflow: hidden;position: relative;background-size: cover !important;background-position: center !important;transition: 0.5s ease;}
.gallery-img::before {content: "";position: absolute;inset: 0;background: linear-gradient(    to top,    rgba(0,0,0,0.85),    rgba(0,0,0,0.15),    transparent);transition: 0.4s;}
.gallery-img::after {content: "";position: absolute;inset: 15px;border: 1px solid rgba(255,255,255,0.4);border-radius: 18px;opacity: 0;transform: scale(0.9);transition: 0.4s;}
.gallery-img h2 {position: absolute;left: 30px;bottom: 30px;z-index: 2;color: #fff;font-size: 22px;font-weight: 600;margin: 0;transform: translateY(20px);opacity: 0;transition: 0.4s ease;}
.gallery-main:hover .gallery-img::after {opacity: 1;transform: scale(1);}
.gallery-main:hover h2 {transform: translateY(0);opacity: 1;}


.individual-photo-components {display: flex;flex-wrap: wrap;gap: 25px;justify-content: center;padding: 30px 0 0;}
.magnific-img {width:100%;max-width: 350px;position: relative;border-radius: 25px;overflow: hidden;cursor: pointer;transition: 0.5s ease;}
.magnific-img a {position: relative;display: block;width: 100%;height: 320px;border-radius: 25px;overflow: hidden;background-size: cover !important;background-position: center !important;transition: 0.6s ease;}
.magnific-img a::before {content: "";position: absolute;inset: 0;background: rgba(0,0,0,0.15);transition: 0.4s ease;}
.magnific-img a::after {content: "";position: absolute;inset: 15px;border: 1px solid rgba(255,255,255,0.4);border-radius: 18px;opacity: 0;transform: scale(0.9);transition: 0.4s ease;}
.magnific-img em {position: absolute;top: 50%;left: 50%;width: 65px;height: 65px;transform: translate(-50%, -50%) scale(0);background: rgba(255,255,255,0.2);backdrop-filter: blur(8px);border-radius: 50%;display: flex;align-items: center;justify-content: center;z-index: 2;transition: 0.4s ease;}
.magnific-img em img { width: 28px;}
.magnific-img:hover a {background-size: 115% !important;}
.magnific-img:hover a::before {background: rgba(0,0,0,0.45);}
.magnific-img:hover a::after {opacity: 1}
.magnific-img:hover em {transform: translate(-50%, -50%) }



/* Borading  & Hostel Life */

.hostel-schedule-section {padding: 60px 0;background: #fdfdfd;}
.hostel-main-wrapper {padding: 80px 0;}
.hostel-inner-wrapper h2 {text-align: center;}

/* Hostel Tabs */
.hostel-tabs {display: flex;justify-content: center;gap: 15px;margin: 30px 0;flex-wrap: wrap;}
.hostel-tab-btn {padding: 12px 30px;background: #fff;border-radius: 50px;cursor: pointer;font-weight: 600;transition: all 0.3s ease;border: 2px solid var(--purple);color: var(--purple);font-size: 16px;box-shadow: var(--box-shadow);}
.hostel-tab-btn.active {background: var(--purple);color: #fff;}
.hostel-tab-btn:hover:not(.active) {background: #f8f0f6;}
.hostel-tab-content {display: none;animation: fadeIn 0.5s ease;}
.hostel-tab-content.active {display: block;}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hostel Schedule Table */
.hostel-table-wrapper {overflow-x: auto;margin: 20px 0;border-radius: 15px;box-shadow: 0 5px 15px rgba(0,0,0,0.08);border: 1px solid #eee;max-width: 800px;margin: 0 auto 20px;}
.hostel-schedule-table {width: 100%;border-collapse: collapse;background: #fff;min-width: 600px;}
.hostel-schedule-table th {font-size: 16px;background: var(--purple);color: #fff !important;padding: 18px 15px;text-align: left;letter-spacing: 0.5px;min-width: 90px;}
.break {width: 13%;}
.hostel-schedule-table td {padding: 15px;border-bottom: 1px solid #eee;color: #444;font-size: 16px;vertical-align: middle;}
.hostel-schedule-table tr:nth-child(even) {background: #fafafa;}
.hostel-schedule-table tr:hover {background: #fdf5ff;}
.hostel-schedule-table .sl-no {width: 110px;text-align: center;font-weight: 700;color: var(--purple);}
.hostel-schedule-table .timings {width: 220px;font-weight: 700;color: #77054d;}
.schedule-note {font-size: 15px;color: #b72126;font-style: italic;text-align: left;line-height: 1.6;font-weight: bold;text-align: center;margin: 0;}

/* Hostel Features Section */
.hostel-features-section {padding: 80px 0 0;background: #fdfdfd;}
.hostel-features-section h2 {text-align: center;}
.hostel-features-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;}
.hostel-feature-card {background: #fff;border-radius: 20px;overflow: hidden;box-shadow: var(--box-shadow);transition: all 0.3s ease;border: 1px solid #f0f0f0;display: flex;flex-direction: column;}
.hostel-feature-img {height: 280px;overflow: hidden;}
.hostel-feature-img img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.6s ease;}
.hostel-feature-card:hover .hostel-feature-img img {transform: scale(1.1);}
.hostel-feature-content {padding: 35px;flex-grow: 1;}
.hostel-feature-content h2 {font-size: 24px;color:var(--light-blue);margin-bottom: 15px;position: relative; text-align: start;}
.hostel-feature-content h2::after {content: '';position: absolute;bottom: -8px;left: 0;width: 40px;height: 3px;background: #E9AD34;border-radius: 2px;}
.hostel-feature-content p {line-height: 1.8;margin-top: 20px; text-align: start;}


/* Video Gallery Styles */
.video-gallery-section {padding: 80px 0;background: #fdfdfd;}
.video-gallery-card-wrapper {display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;gap: 35px 35px;}
.video-card {background: #fff;border-radius: 15px;overflow: hidden;box-shadow: 0 5px 20px rgba(0,0,0,0.06);transition: all 0.4s ease;border: 1px solid #eee;width: 100%;max-width: 350px;}
.video-card:hover {transform: translateY(-8px);box-shadow: 0 15px 35px rgba(119, 5, 77, 0.15);border-color: var(--purple);}
.video-link {text-decoration: none;display: block;color: inherit;}
.video-thumbnail {height: 240px;position: relative;overflow: hidden;}
.video-card:hover .play-icon {border-left-color: #fff;}
.video-info {padding: 25px;text-align: center;border-top: 3px solid transparent;transition: border-color 0.3s ease;}
.video-card:hover .video-info { border-top-color: var(--yellow);}
.video-info h2 {font-size: 22px;color: var(--dark-blue);margin: 0;transition: color 0.3s ease;}
.video-card:hover .video-info h3 {color: var(--purple);}



/* video gallery */

.inner-page-video-content-wrapper {padding: 50px 20px;background-color: #f9f9f9;}
.meet-team-heading-section {text-align: center;margin-bottom: 40px;}
.inner-page-h2 {display: inline-block;padding-bottom: 5px;}
.inner-page-video-content {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;}
.gallery-video-wrapper {width: 100%;max-width: 540px;background: #fff;border: 1px solid #e0e0e0;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;transition: transform 0.3s ease, box-shadow 0.3s ease;text-align: center;}
.gallery-video-wrapper:hover {transform: translateY(-5px);box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);}
.gallery-video-wrapper iframe {width: 100%;height: 300px;border-bottom: 1px solid #e0e0e0;border-radius: 8px 8px 0 0;}
.gallery-video-wrapper p{text-align: center;}




/* Menu Table Colors*/
.bg-coffee { background-color: #fcd5b4 !important; } 
.bg-veg { background-color: #dce6d1 !important; }    
.bg-chicken { background-color: #ffff00 !important; }
.bg-egg { background-color: #e6b8b7 !important; }   
.bg-blue { background-color: #b8cce4 !important; }  
.bg-orange { background-color: #fac08f !important; } 

/* Menu  */
.menu-legend {display: flex;flex-wrap: wrap;gap: 20px;margin-top: 25px;padding: 20px;background: #fff;border-radius: 10px;border: 1px solid #eee;justify-content: center;font-size: 15px;font-weight: 500;color: #444;}
.menu-legend .legend-item {display: flex;align-items: center;gap: 10px;}
.menu-legend .legend-color {display: inline-block;width: 24px;height: 24px;border-radius: 4px;border: 1px solid #ddd;}


/* Sanjana css */




/* pagination css */
#pagination-container {margin: 30px 0;}
div.pagination {margin: 0px auto !important;display: flex;gap: 15px;width: 100% !important;justify-content: center;}
div.pagination .page-item {padding: 2px 7px;background-color: #433d77;color: #ffffff;font-size: 18px;border-radius: 3px;border-bottom: 2px solid #00001b;box-shadow: 0 8px 6px -7px #2E2E2E6B;width: fit-content;}
div.pagination .page-item:hover {background: #9d0406;}
div.pagination .page-item.active {background-color: #9d0406;font-weight: 600;}
div.pagination .page-item.disabled {background-color: #433d77;color: #fff;font-weight: 600;cursor: not-allowed;pointer-events: none;}
/* pagination css */

