:root {
--white: #FEFEFE;
--gray: #5A5A5A;
--primary: #609648;
--secondary: #B68150;
--success: #00A827;
--info: #4BAAD8;
--warning: #FFD877;
--danger: #DA5959;
--purple: #886ED1;
--light-dark: #EEE1D5;
--dark: #242424;
--border-color: #CCC; 
--bg-light: #FFF5ED;
--bg-dark :#D9D9D9;
--bb-gray: #CCC;
--light-gray: #DEDEDE;
--sub-title:#609648;
--light-primary: #9FC958;
--light-radius: 0.75rem;
--border-radius: 2.75rem;
--blue:#4BAAD8;
--red:#DA5959;
--violet:#886ED1;
--header-height: 76px;
}

/* Lenis Smooth Scroll Core Styles */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

* {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
*,
  ::after,
  ::before {
    box-sizing: border-box
}

@font-face {
  font-family: 'Gesta';
  src: url('../fonts/fonnts.com-Gesta_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gesta';
  src: url('../fonts/fonnts.com-Gesta_Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gesta';
  src: url('../fonts/fonnts.com-Gesta_Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gesta';
  src: url('../fonts/fonnts.com-Gesta_Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
}

body{
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Gesta' !important;
    text-rendering: optimizeLegibility;
}

body.modal-open {
    overflow: hidden !important;
}

/* scroll-section-start */


/* Base section */
.scroll-section {
    position: relative;
    overflow: hidden;
}

/* Overlay */
.section-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.8s ease-in-out;
}

/* Content */
.section-content {
    position: relative;
    z-index: 2;
}

/* Overlay reveal */
.scroll-section.in-view .section-overlay {
    transform: translateY(-100%);
}

/* Content animation */
.animate-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-section.in-view .animate-item {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation */
.scroll-section.in-view .animate-item:nth-child(1) { transition-delay: 0.3s; }
.scroll-section.in-view .animate-item:nth-child(2) { transition-delay: 0.45s; }
.scroll-section.in-view .animate-item:nth-child(3) { transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
    .section-overlay,
    .animate-item {
        transition: none;
        transform: none;
        opacity: 1;
    }
}
.container-xxl {
    max-width: 1800px !important;
}
.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
/* scroll-section-end */


h1 {
   font-size: 5.77rem !important;
    font-weight: 700 !important;
    line-height: 6rem !important;
    letter-spacing: -0.1rem;
    /* text-transform: capitalize;  */
    text-wrap: balance;
}
h2{
  font-size: 3.8rem !important;
  font-weight: 700 !important;
  line-height: 75px !important;
}

h6{
  font-size: 1.875rem  !important;
  font-weight: 700 !important;
}
p{
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.9rem !important;
    color: var(--gray);

}
small{
  font-size: 1.25rem !important;
  font-weight: 400;
  line-height: 1.6875rem  !important;
}

body .fw-700{font-weight: 700 !important;}
body .fw-600{font-weight: 600 !important;}
body .fw-500{font-weight: 500 !important;}
body .fw-400{font-weight: 400 !important;}

.btn{
    padding: 0.75rem 1.5rem !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    line-height: normal !important;
    border-radius: 2rem !important;
}

.btn-primary{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}
.btn-secondary{
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--primary) !important;
    font-size: 23px !important;
    letter-spacing: 0px;
    padding: 17px 55px !important;
}
.primary{color: var(--primary) !important;}
.white{ color: var(--white) !important;}
.gray{color: var(--gray) !important;}
.dark{color: var(--dark) !important;}
.bg-red{background-color: var(--danger) !important;}
.red{color: var(--danger) !important;}

.vedio-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
  
.video-wrapper video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
}
.btn-primary:hover{background-color: #157415 !important;border-color: #157415 !important ;}

.home-banner{height: 100vh;place-content: end;}
.teams-banner{height: 100vh;place-content: center;}
.place-end{place-content: end;}

.overlay-image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%);
    z-index: 0;
}
.overlay-image .content-box{
    padding: 3.375rem 0;
}
.overlay-image  .content-box{
  position: relative;
  z-index: 1;
}
.text-wrap{ text-wrap: balance;}
.home-bar .navbar-brand .logo{
  filter:brightness(0) invert(1) !important;
}
.story-section{
  background-image: url(../images/story-bg.webp);
      overflow: hidden;
}
.story-img-box {
  margin-right: -60px;
}
.full-img-box img{
    max-height: 600px;
    object-fit: cover;
}
/* .story-img-box img{
height: 480px;
} */
.story-section h6{
    font-size: 3rem !important;
    line-height: 1.2;
    font-weight: 600;
}
.p-shape::before{
content: "";
  position: absolute;
  width: 86px;
  height: 80px;
  background-image: url(../images/shape.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  right: -80px;
}
.img-fluid.img-stacker {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 35px;
    transition: transform 0.3s ease;
}
.img-fluid.img-stacker:hover{ transform: rotate(20deg);}
.section-space{
  padding: 40px 0px 40px 0px;
  position: relative;
}
footer {position: relative;}
footer::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/footer-before.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat !important;
    opacity: 0.2;
}
.footer-sub{max-width: 450px;}
.section-space h2 {
    line-height: normal !important;
}
.icon-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.home-banner .content-box p{
  max-width: 770px;
}
header.sticky-header nav.navbar {
    padding: .5rem 0 !important;
}
header.sticky-header nav.navbar .logo {
    height: 50px;
}
/* shaping tomorrow section */
.category-card {
    background: white;
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    height: 100%;
    cursor: pointer;
    border: 1px solid #DEBCBC;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.category-card:hover .icon-wrapper {
    transform: scale(1.1);
}

.card-title {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.container-custom {
    max-width: 1200px;
}

/* SVG Icon Styles */
.icon-svg {
  width: 200px;
  height: auto;
}
/* shaping tomorrow section -------------end*/

/* our-programs */
.our-program{
  background-image: url(../images/our-programs.webp);
  background-repeat: no-repeat; 
      height: auto;
    background-size: cover;
}

.program-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 550px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
}
.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.program-card:hover .card-image {
    transform: scale(1.1);
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 8px;
    /* background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%); */
    transition: all 0.4s ease;
}
.program-card:hover .card-overlay {
       padding: 0px 0px 40px 18px;
}
.card-badge {
    display: inline-block;
    padding: 25px 30px;
    border-radius: 17px;
    font-weight: 600;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    width: 72%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.program-card:hover .card-badge {
    transform: scale(1.05);
}

.badge-blue {
    background: var(--blue);
}

.badge-red {
    background: var(--red);
}

.badge-purple {
    background: var(--violet)
}

.card-subtitle {
    color: white;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 0;
}
.card-badge h6{
    font-size: 34px;
    font-weight: 700 !important;
    line-height: normal;
}

/* our-programs---------------------------end */
/* rating------- */

.stats-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.stats-card:hover {
    transform: translateY(-5px);
}
.stats-card.purple::before,
.stats-card.red::before,
.stats-card.yellow::before,
.stats-card.green::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border width */
  border-radius: inherit;
  -webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.stats-card.green::before {
    background: linear-gradient(to bottom, var(--primary), #ffffff);
}
.stats-card.yellow::before  {
        background: linear-gradient(to bottom, var(--warning), #ffffff);
}

.stats-card.red::before  {
        background: linear-gradient(to bottom, var(--danger), #ffffff);
}

.stats-card.purple::before  {
        background: linear-gradient(to bottom, var(--info), #ffffff);
}

.stats-number {
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

.stats-number.green {
    color: var(--light-primary);
}

.stats-number.yellow {
    color: var(--warning);
}

.stats-number.red {
    color: var(--danger);
}

.stats-number.purple {
    color: var(--purple);
}

.stats-label {
    font-size: 38px !important;
    color: #666;
    font-weight: 400;
    margin: 0;
}

/* rating-------------------------------end */



.iplay-banner{
    background-image: url(../images/iplaybanner.webp);
    background-repeat: no-repeat; 
    height: calc(100dvh + -40px);
    width: 100%;
    background-size: cover;
}
.idiscover-banner{
    background-image: url(../images/idiscoverbanner.webp);
    background-repeat: no-repeat; 
    height: calc(100dvh + -40px);
    width: 100%;
    background-size: cover;
}
.banner-blocks {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.banner-blocks span {
    border-radius: 30px;
    padding: 12px 24px;
    border: 1px solid #DEBCBC;
    background: rgba(0, 0, 0, 0.00);
    color: var(--dark);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
}

.pro-banner-box p {
    font-size: 1.625rem !important;
    line-height: 135% !important;
}


@media (max-width: 991px) {
    .pro-banner-box p {
        font-size: 1.25rem !important;
    }
    .banner-blocks {
        gap: 8px;
    }
    .banner-blocks span {
        padding: 8px 16px;
        font-size: 0.95rem;
    }
}
.video-play img{
    border-radius: 12px;

}


/* footer */
footer .section-space {padding: 50px 0px 50px 0px;}
.footer-card{
    background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 50px;
    text-align: center;
    border-radius: 52px;
    margin-top: -296px;
}
footer .footer-card h2{ font-size: 100px !important;}
footer .footer-card p{ font-size: 33px !important;}
footer {background: #242424;}
footer label{font-size: 14px !important;font-weight: lighter; padding-bottom: 7px;}
footer .fot-logo {width: 330px;}
footer p a,
footer p {font-size: 24px !important;font-weight: 300 !important;text-decoration: none;}
footer .social-icons a i{
    height: 40px;
    background: #fff;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 20px;
     transition: all 0.3s ease;
     margin-right: 10px;
}
footer .social-icons a i:hover{background: var(--primary);color: var(--white);}
footer .social-label { margin-right: 80px}
footer .hr {   border-top: 1px solid #4b4949;}

/* footer---------------------end*/


.lh-normal {
    line-height: normal !important;
}
.copy-right-sec {
    background: var(--primary);
    position: relative;
}

/* About Us Section Styles */

.about-hero {
    padding-top: 100px !important;
    position: relative;
    z-index: 1;
}
.banner-top{ padding-top: 70px !important;}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 990px;
    height: 300px;
    background-image: url('../images/wave-top.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.about-hero .sub-title {
    color: var(--primary);
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    text-transform: capitalize;
}

.main-heading-hero {
    font-size: 5.375rem !important;
    font-weight: 700 !important;
    line-height: 115% !important; /* 98.9px */
}

.about-banner-box{
   padding: 1.5rem 0 3.5rem;
}
/* Campus Section Styles */


.campus-section::after {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 430px;
    height: 550px;
    background-image: url('../images/wavecampus.webp');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.campus-title-box {
    background-color: var(--primary);
    padding: 2.5rem;
    border-radius: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.campus-title-box h3 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.campus-main-img {
    margin-left: 100px;
    position: relative;
    z-index: 1;
}

.campus-main-img img {
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.campus-sub-img {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 280px;
    z-index: 2;
}

.campus-sub-img img {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.description-sub {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
    color: #5A5A5A;
    font-weight: 500;
}

/* .description-sub {
   max-width: 700px;
} */

.banner-minus{
    margin-top: -3rem;
    background: var(--white);
    position: relative;
    z-index: 2;
    border-radius: 24px;
}

/* Learning Section */
.learning-section {
    background: linear-gradient(180deg, rgba(96, 150, 72, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
    padding: 80px 0;
}

.learning-section .sub-title {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.5rem !important;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
}

.learning-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #242424;
}

.learning-section .description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4rem;
    font-size: 1.25rem !important;
    line-height: 1.8rem !important;
    color: #5A5A5A;
}
.learning-section img{border-radius: 24px;}

.blue{color: var(--blue) !important;}

.video-play-container {
    margin-top: 2rem;
}

.video-player-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 3.5rem;
}
.video-player-wrapper img.video-thumbnail{border-radius: 20px;}

.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}



/* Play Button Overlay */
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}





.filter-btn {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #4BAAD8;
    color: var(--white);
}
.video-filter-buttons{position: absolute;bottom: 0;margin: 3rem 4rem;display: flex;gap: 10px;}

/* SmartMoves Section Styles */
.smartmoves-section {
    position: relative;
    background: #fff;
    padding: 60px 0 70px;
    overflow: hidden;
}
.even-sec::before {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 700px;
    height: 700px;
    background-image: url('../images/leftribbon.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.10;
}

.odd-sec::before {
    content: "";
    position: absolute;
    top: -225px;
    right: -70px;
    width: 600px;
    height: 700px;
    background-image: url('../images/rightribbon.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.smartmoves-content h2 {
    color: #242424;
    margin-bottom: 1.25rem;
}

.smartmoves-content p{max-width: 800px;}


.smartmoves-watermark img {
    width: 100%;
    height: auto;
}

.smartmoves-images {
    position: relative;
}

.smartmoves-img-box {
    overflow: hidden;
    border-radius: 20px;
}

.smartmoves-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.smartmoves-img-box.main-img {
    height: 350px;
}

.smartmoves-img-box.main-img img {
    height: 100%;
}

.smartmoves-img-box.side-img {
    height: 350px;
}

.smartmoves-img-box.side-img img {
    height: 100%;
}

/* iPlay Block Section Styles */
.iplay-block {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.iplay-block.bg-light-blue {
    background: #EDFAFE;
}

.iplay-content {
    position: relative;
    z-index: 2;
}

.iplay-content h2 {
    color: #242424;
    margin-bottom: 1.25rem;
}

.iplay-content p {
    color: #5A5A5A;
}

.iplay-content .sub-title {
    color: var(--info);
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem;
}

.iplay-list {
    padding-left: 1.5rem;
    margin: 1rem 0 1.5rem;
}


.iplay-images {
    position: relative;
    z-index: 2;
}

.iplay-img-box {
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
}

.iplay-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.iplay-img-box:hover img {
    transform: scale(1.05);
}

.iplay-video-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.iplay-video-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Wave Decorations */
.iplay-wave-right {
    position: absolute;
    top: 0;
    right: -50px;
    width: 200px;
    height: 100%;
    background-image: url('../images/wave-decor.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    opacity: 0.3;
    z-index: 1;
}

.iplay-wave-left {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 200px;
    height: 100%;
    background-image: url('../images/wave-decor.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    opacity: 0.3;
    z-index: 1;
    transform: scaleX(-1);
}

.img-overlay-container {
    position: relative;
}

.image-text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 20px;
    border-radius: 24px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.image-text-overlay h5 {
    color: #242424;
    font-weight: 700;
    font-size: 1.5rem;
}

.image-text-overlay p.overlay-sub {
    color: var(--primary);
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    line-height: normal !important;
}


.iplay-desc p,
.iplay-desc li,.job-desc  {
    color: var(--gray);
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 135% !important; 
}


/* SportyBean Section Styles */
.sporty-card {
    padding: 3rem 2rem;
    border-radius: 46px;
    border: 1px solid #DEBCBC;
    background: rgba(175, 175, 175, 0.10);
    height: 100%;
    transition: all 0.3s ease;
}

.sporty-vilot-container .sporty-card{
    border: 1px solid #C4B9E2;
}
.sporty-blue-container .sporty-card{
    border: 1px solid #BCC8DE;
}

.sporty-card:hover {
    box-shadow: 0 10px 30px rgba(222, 188, 188, 0.3);
    transform: translateY(-5px);
}

.sporty-card h3 {
    font-size: 36px;
    font-weight: 600;
    color: #242424;
}
.sporty-card p{line-height: normal !important;}

.sportybean-section h2 {
    max-width: 575px;
}

.even-sec.reddish-sec::before {
    background-image: url('../images/redlftribbon.png');
    opacity: 0.7;
}
.odd-sec.reddish-sec::before {
    background-image: url('../images/redrtribbon.png');

}
.even-sec.blue-sec::before{
    background-image: url('../images/lefblueibbon.webp');
    opacity: 0.7;
}
.odd-sec.blue-sec::before {
    background-image: url('../images/rightblueribbon.webp');
}
.iplay-block.bg-blue{background-color: #FDF5FF;}

.iplay-block.bg-light-red{background: #FFF5F5 !important;}
.bg-gradient-red{background: linear-gradient(180deg, rgba(248, 165, 165, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;}
.bg-gradient-red h2{max-width: 575px;}



/* Team Section Styles */
.team-card {
    border-radius: 30px;
    overflow: hidden;
    background: var(--bg-dark);
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-img {
    border-radius: 30px;
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    display: block;
}

.location-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary);
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 1rem !important;
    font-weight: 500;
    z-index: 5;
    line-height: normal !important;
}

.team-card .image-text-overlay {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    padding: 20px 24px;
    border-radius: 24px;
}

.team-card .image-text-overlay h5 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.team-card .image-text-overlay p.overlay-sub {
    font-size: 1.1rem !important;
    color: var(--primary);
    font-weight: 600 !important;
}

.iplay-block.bg-gradient-blue{background: linear-gradient(180deg, rgba(224, 165, 248, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;}

.ilead-banner{
    background-image: url(../images/ileadbanner.webp);
    background-repeat: no-repeat; 
    height: calc(100dvh + -40px);
    width: 100%;
    background-size: cover;
}
.even-sec.green-section::before{
    background-image: url('../images/greenleftribbon.webp') !important;
    opacity: 0.7;
}
.bg-green-gradient{background: linear-gradient(180deg, rgba(96, 150, 72, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;}
.image-inner-box img{border-radius: 30px;}
.image-inner-box .image-text-overlay{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    padding: 20px;
    border-radius: 24px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: calc(100% - 150px);
}
.apply-sec h2{max-width: 650px;}


/* Careers Page Styles */
.career-item {
    padding: 2rem 0;
    border-top: 1px solid #E2E2E2;
}
.career-item:first-child {
    border-top: none;
}
.modal-info-col h4.job-title  {
    font-size: 2.25rem !important;
    line-height: normal !important;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.job-location {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--primary);
    margin-bottom: 1rem;
}

.posted-date {
    font-style: italic;
    font-weight: 500 !important;
    margin: 0;
}
.posted-label {
    font-weight: 700 !important;
    font-style: normal;
    color: var(--dark);
    display: block;
}

/* Modal Styles Refined */
.apply-modal .modal-dialog {
    max-width: 1400px;
    width: 95%;
}
.apply-modal .modal-content {
    border-radius: 3rem;
    overflow: hidden;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.apply-modal .modal-body {
    padding: 0;
}
.modal-info-col {
    padding: 4rem;
}

.modal-form-col {
    position: relative;
    display: flex; /* Ensure inner fills full height */
}
.modal-form-inner {
    background-color: var(--primary);
    color: var(--white);
    padding: 4rem;
    border-radius: 40px;
    width: 100%;
}
.modal-info-col .job-title {
    font-size: 3.5rem !important;
    margin-bottom: 0 !important;
}
.modal-info-col .sm-text {
    font-size: 20px !important;
    color: var(--primary);
    font-weight: 700 !important;
}
.modal-info-col h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark);
}
.modal-form-col h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
}
.modal-form-col .form-label-top {
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

.form-group-minimal {
    position: relative;
    margin-bottom: 1rem;
}
.form-control-minimal {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: var(--white);
    padding: 0.8rem 0;
    width: 100%;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}
.form-control-minimal::placeholder {
    color: transparent; /* Hide placeholder but keep it for logic */
}
.form-group-minimal label {
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    transition: all 0.3s ease;
}
/* Floating logic */
.form-control-minimal:focus + label,
.form-control-minimal:not(:placeholder-shown) + label {
    top: -0.5rem;
    font-size: 0.875rem;
    color: var(--white);
    opacity: 1;
    background: var(--primary);
    width: 100%;
}
.form-control-minimal:focus {
    outline: none;
    border-bottom-color: var(--white);
}
textarea.form-control-minimal {
    height: auto;
    resize: none;
}

.upload-box {
    border: 2px dashed var(--white);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    margin: 3rem 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload-box:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}
.upload-box span {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}

.btn-submit-container {
    display: flex;
    justify-content: flex-end;
}
.btn-white {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    padding: 1.25rem 3rem !important;
    border-radius: 3rem !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    border: none !important;
    transition: transform 0.2s ease;
}
.btn-white:hover {
    transform: scale(1.05);
}

.close-modal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: white;
    border: none;
    font-size: 1.2rem;
    color: var(--primary);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}

/* FAQ Section Styles */
.faq-nav-tabs {
    gap: 1.5rem;
}

.faq-nav-tabs .nav-link {
    background: var(--white);
    color: var(--dark);
    padding: 10px 16px !important;
    font-size: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 12px !important;
    border: 0.86px solid #ABC69F !important;
}

.faq-nav-tabs .nav-link.active {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary);
}

.faq-nav-tabs .nav-link:hover:not(.active) {
    background: rgba(96, 150, 72, 0.05);
}

.faq-accordion .accordion-item {
    border: 0.86px solid #E8E8E8 !important;
    border-radius: 1.5rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    padding: 1.5rem 2rem;
    background: var(--white);
    border: none;
    color: #000;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 125%; /* 32.5px */
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--white);
    color: var(--primary);
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23242424'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23609648'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-body {
    padding: 0 2rem 1.5rem;
    color: var(--gray);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 135%; /* 32.4px */
}

.faq-accordion .accordion-button:focus {
 box-shadow: none;
}


/* Admissions Section Styles */
.admission-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    height: 100%;
    overflow: visible; /* Ensure number is not clipped */
}

.admission-card-bg {
    position: relative;
    border-radius: 2rem;
    padding: 3rem 2.5rem 2.5rem;
    overflow: hidden; /* This clips the patterns but not the number outside */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.admission-card.bg-green, .admission-card-bg.bg-green {
    min-height: 600px;
}

.admission-card-content {
    position: relative;
    z-index: 2;
    max-width: 64%;
}

.admission-card-bg.bg-green .admission-card-content {max-width: 100%;}
.admission-card p { font-size: 1.25rem !important; line-height: 1.5 !important; }
.right-align-row .card-img-space{max-width: 180px;}
.admission-grid-container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
}

.admission-card {
    position: relative;
    height: 100%;
}

.admission-card.tall-card {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.admission-card.step-01 { grid-column: 1; grid-row: 1; }
.admission-card.step-04 { grid-column: 1; grid-row: 2; }
.admission-card.step-03 { grid-column: 3; grid-row: 1; }
.admission-card.step-05 { grid-column: 3; grid-row: 2; }

@media (max-width: 1199px) {
    .admission-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .admission-card.tall-card {
        grid-column: auto;
        grid-row: auto;
        min-height: 450px; /* Give it some height when it's just a card */
    }
    .admission-card.step-01,
    .admission-card.step-02,
    .admission-card.step-03,
    .admission-card.step-04,
    .admission-card.step-05 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .admission-grid-container {
        grid-template-columns: 1fr;
    }
    .admission-card.tall-card {
        min-height: auto;
    }
}

.card-step-num {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--dark);
    z-index: 10;
}

.bg-coral { background-color: #DA5959 ; }
.bg-green { background-color: var(--primary) ; }
.bg-light-blue { background-color: #55B0D9 ; }
.bg-blue { background-color: #4BAAD8 ; }
.bg-purple { background-color: #886ED1 ; }

.admission-card .btn-light {
    background-color: var(--white);
    border: none;
    color: var(--dark);
    font-size: 1.15rem !important;
    transition: all 0.3s ease;
}

.admission-card .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-img-space {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 210px;
    height: auto;
    pointer-events: none;
}

.admission-card-bg.bg-green .card-img-space {
    width: 100%;
    text-align: center;
}

/* Subtle background pattern for cards */
.admission-card-bg::before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -50px;
    width: 350px;
    height: 350px;
    background-image: url('../images/bottomribbon.webp');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.admission-card-bg.bg-green::before{
    bottom: -120px;
    right: -60px;
    width: 700px;
    height: 700px;
    background-image: url('../images/middleribbon.webp');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.card-img-space.middle-img img{
    max-width: 300px;
}

/* Fee Section */
.fee-box {
    background-color: #BCFFBE33;
    border-radius: 30px;
    overflow: hidden;
}

.fee-content {
    padding: 60px;
}

.btn-whatsapp {
    padding: 20px 40px !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    border-radius: 185px  !important;
    background: #FEFEFE !important;
    box-shadow: 0 0 32px 0 rgba(189, 189, 189, 0.23) !important;
}

.whatsapp-icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.fee-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    min-height: 490px;
}

.play-btn img{
  height: 40px;
  cursor: pointer;
  width: 40px;
  border-radius: 0 !important;
}
.play-btn{
    position: relative;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 1000px;
    background: rgba(194, 194, 194, 0.1);
    backdrop-filter: blur(10px);
}

.play-btn::before{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1000px;
  padding: 0.6px;
  background: linear-gradient( 135deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.61) 100% );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}




/*--------- consolidated responsive --------*/

@media (min-width: 1400px) {
    body .px-xxl-5 {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }
}

@media (max-width: 1600px) {
    h1 {font-size: 4.5rem !important; line-height: 4.5rem !important;}
    p {font-size: 1.4375rem; line-height: 1.8rem;}
    .home-banner {height: calc(109dvh + -40px);place-content: end;}
    .story-section h6 {font-size: 2.5em !important; line-height: 1.2; font-weight: 600;}
    .p-shape::before {width: 62px;height: 62px;top: -30px;right: -60px;}
    h2 {font-size: 3rem !important;line-height: 62px !important;}
    .category-card {padding: 50px 15px;}
    .card-title {font-size: 25px;padding-top: 20px;}
    .icon-svg {width: 150px;}
    .gr-sml-title {font-size: 27px !important;}
    .card-badge {padding: 20px 30px;}
    .card-badge h6 {font-size: 30px;}
    .card-subtitle {font-size: 20px !important;}
    .stats-number { font-size: 4.4rem;}
    .stats-label {font-size: 30px !important;}
    footer .footer-card h2 {font-size: 80px !important;}
    footer .footer-card p {font-size: 24px !important;font-weight: 500 !important;}
    .footer-card {background-size: cover;padding: 50px 50px;}
    .btn-secondary {font-size: 19px !important;}
    footer p a, footer p {font-size: 18px !important;line-height: 24px !important;}
    footer .fot-logo {width: 270px;}
    footer .social-icons a i {height: 34px;width: 34px;font-size: 19px;margin-right: 9px;}
    footer .social-label {margin-right: 60px;}
    footer small { font-size: 1rem !important;}
    .footer-sub{max-width: 350px;}
    .iplay-block { padding: 70px 0; }
    .iplay-img-box { height: 280px; }
    .apply-sec h2 {max-width: 500px;}

    .admission-card {  min-height: 340px;}
    .card-img-space {  width: 150px;}
    .admission-card-content{max-width: 70%;}
    .card-img-space.middle-img img {max-width: 270px;}
    footer .material-symbols-outlined{font-size: 20px;}
    
}

@media (max-width: 1399.98px) { 
    .home-banner {height: calc(120dvh + -0px);}
    .story-section h6 {font-size: 2.3em !important; line-height: 1.2;}
    .story-section  p {font-size: 1.4rem !important;}
    .gr-sml-title {font-size: 23px !important;}
    h2 {font-size: 2.9rem !important;}
    .icon-svg {width: 120px;}
    .card-title {font-size: 23px;}
    .card-subtitle {font-size: 16px !important;}
    .card-badge h6 { font-size: 28px; margin-bottom: 0;}
    .stats-number {font-size: 4rem;}
    .stats-label {font-size: 29px !important;}
    footer .footer-card h2 {font-size: 72px !important;}
    footer .footer-card p {font-size: 23px !important; }
    .btn-secondary {font-size: 18px !important; padding: 14px 40px !important;}
    footer p a, footer p {font-size: 16px !important;line-height: 24px !important;}
    footer .social-icons a i { height: 30px;  width: 30px; font-size: 18px;  margin-right: 8px; }
    footer .social-label {margin-right: 47px;}
    .pro-banner-box p { font-size: 1.45rem !important; }
    .iplay-desc p, .iplay-desc li {font-size: 1.25rem !important;line-height: 30px;}
    .sporty-card { padding: 2rem 1.5rem; border-radius: 36px; }
    .sporty-card h3 { font-size:1.75rem; }
    .image-inner-box .image-text-overlay{ width: calc(100% - 20px); }
    .apply-sec h2 {max-width: 475px;}
    p,.faq-accordion .accordion-body{font-size: 1.25rem !important;line-height: 30px !important;}
    .pro-banner-box p { font-size: 1.45rem !important;}
    .modal-info-col,.modal-form-inner{padding: 3rem;}
    .modal-info-col h4.job-title{font-size: 2rem !important;}
    .modal-form-col h3 { font-size: 2.5rem;}
    h6 { font-size: 1.575rem !important;}
    .faq-accordion .accordion-button {  font-size: 22px !important;}
}

@media (max-width: 1199.98px) { 
    h1 {font-size: 3.5rem !important;line-height: 3.6rem !important;}
    .home-banner .content-box {padding: 21px 0px;}
    .home-banner {height: calc(96dvh + -0px);}
    .story-section h6 {font-size: 2em !important; line-height: 1.2;}
    h2 {font-size: 2.5rem !important;line-height: 50px !important;}
    .gr-sml-title {font-size: 20px !important;}
    .category-card {padding: 22px 15px;}
    .icon-svg { width: 115px;}
    .card-title {font-size: 20px;padding-top: 10px;}
    .category-card {padding: 35px 15px;}
    .program-card {height: 475px;}
    .card-badge h6 {font-size: 27px;margin-bottom: 6px;}
    .card-subtitle {font-size: 15px !important;}
    .stats-number {font-size: 3.4rem;}
    .stats-label {font-size: 23px !important;}
    footer .footer-card h2 {font-size: 64px !important;}
    footer .footer-card p {font-size: 20px !important;}
    .btn-secondary {font-size: 15px !important;padding: 13px 38px !important;}
    footer p a, footer p { font-size: 18px !important;line-height: 24px !important;}
    footer .section-space {padding: 70px 0px 30px 0px;}
    footer .social-icons a i {height: 29px;width: 29px;font-size: 16px;margin-right: 8px; }
    .navbar .logo {height: 45px;}
    .navbar .sub-logo {height: 45px;}
    .description-sub {font-size: 1.7rem !important; line-height: 2.2rem !important;}
    .campus-title-box { padding: 1.5rem; max-width: 280px; }
    .campus-main-img { margin-left: 60px; }
    .campus-sub-img { width: 220px; }
    .video-filter-buttons { margin: 1.5rem 3rem; }
    .smartmoves-img-box.main-img, .smartmoves-img-box.side-img { height: 250px; }
    .iplay-content .sub-title { font-size: 1.1rem !important; }
    .apply-modal .modal-dialog {max-width: 1530px; width: 95%; margin: 10px auto; padding: 0;}

    /* Admission & Fee Section Responsiveness */
    .admission-card, 
    .admission-card-bg, 
    .admission-card.bg-green, 
    .admission-card-bg.bg-green,
    .admission-card.tall-card,
    .admission-card.tall-card .admission-card-bg {
        min-height: auto !important;
        /* height: auto !important; */
    }
    .admission-card-content {
        max-width: 100% !important;
    }
    .card-img-space{
        display: none !important;
    }
    .admission-card-bg {
        padding: 3.5rem 2rem 2rem !important;
    }
    .admission-card {
        margin-top: 15px;
        margin-left: 15px;
        overflow: visible !important;
    }

    .fee-content {
        padding: 40px 20px;
    }
    .fee-box {
        margin-bottom: 30px;
    }
    .admission-card-bg.bg-green::before {bottom: -225px;right: 50px;width: 600px;height: 600px;}
    .play-btn { width: 90px;height: 90px;}
}

@media (max-width: 991.98px) { 
    html, body {overflow-y: auto;}
    .content-box p {width: auto;}
    .home-banner { height: calc(100dvh + -0px);}
    .home-banner .content-box { padding: 36px 0px;}
    .story-section {padding: 70px 0px;}
    .p-shape::before {width: 56px;height: 62px;top: -25px;}
    .story-img-box {margin-right: auto;display: flex;justify-content: center;}
    .card-badge {padding: 18px 14px;}
    .card-badge h6 {font-size: 27px;margin-bottom: 0px; }
    footer .footer-card h2 {font-size: 50px !important;}
    footer .social-label {margin-right: auto;text-align: center !important;}
    .container-fluid {padding-left: 20px !important; padding-right: 20px !important;}
    .description-sub {font-size: 1.6rem !important;  line-height: 2.1rem !important;}
    .pro-banner-box p { font-size: 1.25rem !important; }
    .banner-blocks { gap: 8px; }
    .banner-blocks span { padding: 8px 16px; font-size: 0.95rem; }
    .about-banner-box { padding: 1.5rem 0 1.5rem; }
    .banner-top { padding-top: 50px !important;}
    .main-heading-hero { font-size: 3rem !important; line-height: 115% !important; }
    .p,.faq-accordion .accordion-body { font-size: 1.25rem !important;line-height: 1.65rem !important; }
    .campus-images-wrapper {  padding-left: 0; }
    .campus-main-img { margin-left: 40px; }
    .campus-sub-img { bottom: -30px; width: 200px; }
    .campus-section::after { width: 400px; height: 400px; right: -50px; }
    .banner-minus { margin-top: -1.5rem; padding: 0 15px; }
    .video-player-wrapper { margin-top: 3rem; }
    .even-sec::before, .odd-sec::before { display: none; }
    .smartmoves-section { padding: 40px 0; }
    .smartmoves-watermark { display: none; }
    .smartmoves-img-box.main-img, .smartmoves-img-box.side-img { height: 220px; }
    .iplay-block { padding: 40px 0; }
    /* .iplay-block .col-lg-6:first-child .iplay-images, .iplay-block .col-lg-5:first-child .iplay-video-box { margin-bottom: 2rem; } */
    .iplay-img-box { height: 200px; }
    .iplay-wave-right, .iplay-wave-left { display: none; }
    .modal-form-col{padding: 0 !important;}
    .modal-form-col {margin: 0; border-radius: 0;}
    .faq-nav-tabs {gap: 1rem;}
     .faq-nav-tabs {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        }
        
        .faq-nav-tabs .nav-link {
        white-space: nowrap;
        font-size: 1.15rem;
        padding: 0.75rem 1.25rem;
        }
        .faq-accordion .accordion-button {
        font-size: 1.1rem;
        padding: 1.25rem 1.5rem;
        }
        .faq-accordion .accordion-body {
        font-size: 1rem;
        padding: 0 1.5rem 1.25rem;
        }

    .fee-content {
        padding: 40px 30px;
    }
    .fee-image {
        padding: 30px 30px 0px;
    }
    .fee-image img {
        border-radius: 20px;
        min-height: auto;
    }

    .admission-card {
        min-height: auto;
    }
    .admission-card.bg-green, .admission-card-bg.bg-green {
        min-height: auto;
    }
    .admission-card h6 {
        font-size: 1.75rem !important;
    }
    .admission-card-content {
        max-width: 100%;
    }

    .admission-card-content {
        max-width: 100%;
    }
    .sportybean-section.sporty-vilot-container{padding-top: 0 !important;}
    .video-filter-buttons{position: unset;justify-content: center;flex-wrap: wrap;}
    .video-content-container .play-button-overlay {top: 40%;}

}

@media (max-width: 767.98px) { 
    .story-section h6 { font-size: 1.9em !important; line-height: 1.2;}
    h2 br{display: none !important;}
    h1 { font-size: 3rem !important;line-height: 3rem !important;}
    .side-menu {width: 100% !important;}
    .smartmoves-section { padding: 40px 0; }
    .smartmoves-img-box.main-img, .smartmoves-img-box.side-img { height: 180px; }
    .smartmoves-img-box { border-radius: 15px; }
    .smartmoves-img-box img { border-radius: 15px; }
    .iplay-block { padding: 35px 0; }
    .iplay-img-box { height: 180px; border-radius: 15px; }
    .iplay-img-box img { border-radius: 15px; }
    .iplay-video-box { border-radius: 15px; }
    .iplay-video-box img { border-radius: 15px; }
    .iplay-content .sub-title { font-size: 1rem !important; }
    .sporty-card { padding: 1.5rem 1rem; border-radius: 26px; }
    .sporty-card h3 { font-size: 1.5rem; }
    .image-text-overlay { bottom: 20px; left: 15px; padding: 15px 25px; border-radius: 20px; }
    .image-text-overlay h5 { font-size: 1.25rem; }
    .image-text-overlay p.overlay-sub { font-size: 1rem !important; }
    .team-card .image-text-overlay { width: calc(100% - 30px); left: 15px; bottom: 15px; padding: 12px 20px; }
    .team-card .image-text-overlay h5 { font-size: 1.25rem; }
    .location-badge { top: 15px; right: 15px; padding: 6px 14px; font-size: 0.85rem !important; }
    .team-img { height: 510px !important;}
    .career-item{padding: 1rem 0;}
    .card-step-num {top: -25px;}
    .admission-card{margin-left: 0;}
    .admission-card-bg.bg-green::before {bottom: -200px;right: 250px;width: 500px;height: 500px;}
    .iplay-banner{background-image: url(../images/iplayresp.png);}
    .ilead-banner {background-image: url(../images/ileadres.jpg);}
    .idiscover-banner{background-image: url(../images/idiscover-resp.png);}
    .play-btn {position: relative;width: 85px; height: 85px;}
    .play-btn img {height: 30px;width: 30px;}
    .video-content-container .play-button-overlay {top: 36%;}
    
}

@media (max-width: 575.98px) {
    .story-section h6 {font-size: 1.6em !important; line-height: 1.2;}
    h2 { font-size: 2.25rem !important;line-height: 38px !important;}
    .card-title {font-size: 25px;}
    p,.faq-accordion .accordion-body {font-size: 1.15rem !important;line-height: 28px !important;}
    .iplay-desc p, .iplay-desc li, .job-desc{font-size: 1.15rem !important;line-height: 28px !important;}
    .card-badge { padding: 17px 20px;}
    footer .footer-card h2 {font-size: 34px !important;}
    .footer-card {padding: 35px 25px;}
    footer .footer-card p {font-size: 18px !important;}
    footer p a, footer p {font-size: 17px !important;line-height: 23px !important;}
    .navbar .logo { height: 40px !important}
    .btn {font-size: 1rem !important;}
    .hotdog-toggler {width: 30px !important;}
    .container-fluid {padding-left: .75rem !important; padding-right: .75rem !important;}
    .p-shape::before {width: 50px;height: 50px; top: -24px;right: -45px; }
    .about-hero::before { width: 550px !important;}
    .description-sub { font-size: 1.25rem !important; line-height: 1.575rem !important; }
    .image-text-overlay { bottom: 15px; left: 15px; padding: 12px 20px; border-radius: 16px; }
    .image-text-overlay h5 { font-size: 1rem; }
    .image-text-overlay p.overlay-sub { font-size: 0.85rem !important; }
    .team-card .image-text-overlay { width: calc(100% - 20px); left: 10px; bottom: 10px; padding: 10px 15px; }
    .team-card .image-text-overlay h5 { font-size: 1rem; }
    .location-badge { top: 10px; right: 10px; padding: 4px 10px; font-size: 0.75rem !important; }
    .main-heading-hero { font-size: 2.5rem !important; line-height: 115% !important; }
    .campus-title-box { padding: 1.25rem; max-width: 220px; }
    .campus-title-box h3 { font-size: 1.5rem !important; }
    .campus-main-img { margin-left: 20px; }
    .campus-sub-img { width: 150px; bottom: -20px; }
    .campus-section .description { font-size: 1.2rem !important; line-height: 1.8rem !important; }
    .video-filter-buttons { flex-wrap: wrap; }
    .filter-btn { width: 100%; text-align: center; padding: 10px 20px; }
    .smartmoves-section { padding: 30px 0; }
    .smartmoves-list { padding-left: 1.2rem; }
    .smartmoves-img-box.main-img, .smartmoves-img-box.side-img { height: 150px; }
    .iplay-block { padding: 30px 0; }
    .iplay-img-box { height: 150px; border-radius: 12px; }
    .iplay-img-box img { border-radius: 12px; }
    .iplay-list { padding-left: 1.2rem; }
    .image-inner-box .image-text-overlay{position: unset !important;width: 100% !important;margin-top: 1rem;}
    .modal-info-col, .modal-form-inner { padding: 2rem;}
    .modal-form-inner .btn-white{width: 100% ;}
    .modal-info-col h4.job-title {font-size: 1.75rem !important;}
    .modal-form-col h3 { font-size: 2rem;}
    h6 {font-size: 1.375rem !important;}
    .upload-box span {font-size: 2.5rem; margin-bottom: 0rem;}
    .apply-modal .modal-content,.modal-form-inner{border-radius: 2rem;}
    .close-modal {top: 1rem;right: 1rem;}
    .banner-top {padding-top: 20px !important;}
    .faq-accordion .accordion-button {  font-size: 1.25rem !important;}
    .admission-card p {font-size: 1.15rem !important;line-height: 1.4 !important;}
    .fee-image {padding: 20px 20px 0px;}
    .fee-content { padding: 30px 20px;}
    .fee-box {margin-bottom: 0px;}
    .video-content-container .play-button-overlay { top: 25%;}
    .play-btn {width: 70px;height: 70px; }
    .play-btn img {height: 25px;width: 25px;}
    .side-menu{padding-left: 15px !important;}
    .section-space { padding: 30px 0px 30px 0px;}
    .learning-section{padding: 40px 0px;}

}

@media (max-width: 400.98px) {
    h2 br{display: none !important;}
    .gr-sml-title { font-size: 16px !important;}
    .smartmoves-img-box.main-img, .smartmoves-img-box.side-img { height: 130px; }
    .section-space { padding: 25px 0px 25px 0px;}
    .iplay-block { padding: 25px 0; }
    .iplay-img-box { height: 130px; }
    .play-btn {width: 70px;height: 70px;}
    .video-content-container .play-button-overlay {top: 20%;}
    
}

@media (max-width: 375.98px) {
    .campus-title-box { max-width: 180px; padding: 1rem; }
    .campus-title-box h3 { font-size: 1.2rem !important; }
    .campus-sub-img { width: 120px; bottom: -10px; }
    .campus-main-img { margin-left: 10px; }
    .main-heading-hero { font-size: 2rem !important; line-height: 115% !important; }
    .card-badge h6 { font-size: 20px; }
    footer p a, footer p { font-size: 15px !important; }
    footer .fot-logo { width: 220px; }
}



