*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Manrope', sans-serif;
}
body .container-fluid{
    padding: 0 45px 0 !important;
}
h1, h2, h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}

p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}
.front-lower{
    padding:50px 0px;
}

.cricket-img{
  height:200px;
  width:200px;
  margin:auto;
  overflow:hidden;
}

.cricket-img img{
  border-radius:50%;
  height:100%;
  width:100%;
  object-fit:cover;
}
.first-side-content{
  text-align:center;
}
.first-side-content h2{
    font-size:16px;
    padding:10px 0px;
}
.header-top-section{
    position:sticky;
    top:0;
    right:0;
    left:0;
    z-index:999;
}
.custom-navbar {
  background: rgba(7, 21, 45, 0.97);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.dropdown-result {
  position: relative;
}

.drop-result {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  z-index: 999;
  display: none; 
}

.dropdown-result:hover .drop-result {
  display: block;
}

.drop-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop-result li {
  padding: 0;
}
.drop-result li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: 0.2s;
  border-radius: 6px;
  margin: 2px 6px;
}

.drop-result li a:hover {
  background: #f3f6ff;
  color: #111;
}
.navbar-logo {
  height: 95px;
  width: auto;
  object-fit: contain;
  image-rendering: auto;
}

/* ===== NAV LINKS ===== */
.navbar-nav .nav-link {
  color: #fff;
  margin: 0 5px;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
}
.navbar-nav .nav-item img{
    margin-right:3px;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #f4b400;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  
}
.navbar-nav .nav-link:hover{
    color: #f4b400;
}

/* ===== TOGGLER ===== */
.navbar-toggler {
  border: none;
}

/* Dropdown */

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children .sub-menu{
    position:absolute;
    top:141%;
    left:0;
    min-width:230px;
    height: 400px;
    overflow-y: scroll;
    background:#fff;
    padding:0;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    list-style:none;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
    z-index:999;
}

.menu-item-has-children .sub-menu li{
    width:100%;
}

.menu-item-has-children .sub-menu a{
    padding:12px 20px;
    font-size:14px;
    font-weight:600;
    color:#1C1752;
    display:block;
    text-decoration: none;
}

.menu-item-has-children .sub-menu a::after{
    display:none;
}

.menu-item-has-children .sub-menu a:hover{
    background:#F4B400;
    color:#fff;
    padding-left:28px;
}

.menu-item-has-children:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.menu-item-has-children > a i{
    font-size:11px;
    transition:.3s;
}

.menu-item-has-children:hover > a i{
    transform:rotate(180deg);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }
  .navbar-nav .nav-link {
    margin: 8px 0;
  }
}


.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4b400;
    color: #111;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: var(--transition);
}
.nav-btn i{
    margin-left: 6px;
}



.slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

/*.slide1 {*/
/*    background-image: url('../images/banner2.avif');*/
/*}*/

.slide2 {
    background-image: url('../images/banner1.png');
}

.slide3 {
    background-image: url('../images/cricket.jpg');
}

.cricket-slider .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0px;
    background: linear-gradient(
    90deg,
    rgba(5, 18, 43, 0.92) 0%,
    rgba(5, 18, 43, 0.75) 40%,
    rgba(5, 18, 43, 0.25) 100%
  );
}

.hero-content {
    max-width: 650px;
    color: #fff;
    text-align: left;
    padding: 50px;
}

.hero-content h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #f4b400;
}

.hero-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #f5f5f5;
}

.banner-btns {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}


.btn-gr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4b400;
  color: #111827;
  text-decoration: none;
  padding: 15px 34px;

  border-radius: 6px;

  font-size: 14px;
  font-weight: 700;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.btn-gr:hover {
  background: #d89f00;
  transform: translateY(-3px);
}
.btn-gr i{
  margin-left: 5px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 34px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.lead {
  color: #f4b400 !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px !important;
}

.btn-outline:hover {
  background: #ffffff;
  color: #111827;
  transform: translateY(-3px);
}


.lookingFor-section{
    padding:40px 0;
    background:#ffffff;
}


.lookingFor-wrapper{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
}

.lookingFor-card{
    min-width:220px;
}

.lookingFor-card a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:65px;
    padding:0 25px;
    text-decoration:none;
    background:#fff;
    color:rgba(7,21,45,.97);
    border:2px solid #f4b400;
    border-radius:14px;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.lookingFor-card a:hover{
    background:#f4b400;
    color:#fff;
    transform:translateY(-4px);
}

/* story-main section */

.storyMain-section{
    background:rgba(7, 21, 45, 0.97);
    padding:30px 0;
    overflow:hidden;
}


.storyMain-section .story-header{
    margin-bottom:35px;
}

.storyMain-section .story-header h2{
    color:#fff;
    font-size:34px;
    font-weight:700;
    margin-bottom:8px;
}

.storyMain-section .story-header span{
    color:#f4b400;
    font-size:16px;
    font-weight:500;
}

.storyMain-section .storyTreyWrapper{
    display:flex;
    gap:22px;
    overflow-x:auto;
    scrollbar-width:none;
    padding:10px 0;
}

.storyTreyWrapper::-webkit-scrollbar{
    display:none;
}

.storyMain-section .storyCard{
    min-width:140px;
    text-align:center;
    cursor:pointer;
    transition:.3s ease;
}

.storyMain-section .storyCard:hover{
    transform:translateY(-8px);
}

.storyMain-section .storyCircle{
    width:140px;
    height:140px;
    margin:auto;
    border-radius:20px;
    border:3px solid #f4b400;
    background:#fff;
    overflow:hidden;
    transition:.3s ease;
}

.storyMain-section .storyCard:hover .storyCircle{
    border-color:#fff;
    box-shadow:0 0 20px rgba(244,180,0,.45);
}

.storyMain-section .storyCircle img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

.storyMain-section .storyTitle{
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-top:12px;
    white-space:nowrap;
}

.novaVideoSection{
    padding:30px 0;
    background:#f7f8fb;
}

.novaMomentHeader{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.novaMomentTitleWrap{
    position:relative;
}

.novaMomentTitle{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:rgba(7,21,45,.97);
    line-height:1.1;
}

.novaMomentTitle::after{
    content:'';
    width:70px;
    height:4px;
    background:#f4b400;
    display:block;
    margin-top:12px;
    border-radius:20px;
}

.novaMomentRight{
    display:flex;
    align-items:center;
    gap:20px;
}

.novaMomentViewAll{
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    background:#07152E;
    padding: 5px 18px;
    color: #fff;
    transition:.3s ease;

}

.novaMomentViewAll:hover{
    color:#f4b400;
}

.novaMomentArrows{
    display:flex;
    align-items:center;
    gap:10px;
}

.novaMomentPrev,
.novaMomentNext{
    width:35px;
    height:35px;
    border:none;
    border-radius:50%;
    background:#ffffff;
    color:rgba(7,21,45,.97);
    cursor:pointer;
    font-size:18px;
    box-shadow:0 8px 20px rgba(7,21,45,.10);
    transition:.3s ease;
}

.novaMomentPrev:hover,
.novaMomentNext:hover{
    background:#f4b400;
    color:#ffffff;
}


.novaVideoSlider .owl-item{
    padding:8px;
}

.novaCardItem{
    background:#ffffff;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    border:1px solid #edf0f5;
    box-shadow:0 10px 25px rgba(7,21,45,.06);
    transition:.35s ease;
}

.novaCardItem:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(7,21,45,.12);
}

.novaCardLink{
    display:block;
    text-decoration:none;
}

.novaCardImageWrap{
    height:240px;
    overflow:hidden;
    position:relative;
    background:#e9edf5;
}

.novaCardImageWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.novaCardItem:hover .novaCardImageWrap img{
    transform:scale(1.08);
}
.novaShareArea{
    position:absolute;
    top:15px;
    right:15px;
    z-index:2;
}

.novaShareBtn{
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:#ffffff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(7,21,45,.12);
    transition:.3s ease;
}

.novaShareBtn img{
    width:18px;
    height:18px;
}

.novaShareBtn:hover{
    background:#07152E;
    color: #292929;
}

.novaShareBtn:hover img{
    filter:brightness(0) invert(1);
}


.novaCardContent{
    padding:22px;
}

.novaCardTitle{
    font-size:16px;
    line-height:24px;
    font-weight:700;
    color:rgba(7,21,45,.97);
    min-height:40px;
}
.novaCardMeta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding-top:16px;
    border-top:1px solid #edf0f5;
    font-size:10px;
    color:#6b7280;
}

.novaCardMeta span{
    display:block;
}


.novaVideoSlider .owl-dots{
    text-align:center;
    margin-top:25px;
}

.novaVideoSlider .owl-dot{
    display:inline-block;
    margin:0 4px;
}

.novaVideoSlider .owl-dot span{
    width:10px;
    height:10px;
    background:#d7dbe4;
    border-radius:50%;
    display:block;
    transition:.3s;
}

.novaVideoSlider .owl-dot.active span{
    background:#f4b400;
}


.novaVideoSlider .owl-nav{
    display:none;
}

.novaStandingsSection{
    padding:30px 0;
    background:#0e2241;
    position:relative;
    overflow:hidden;
}

.novaStandingsHeader{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.novaStandingsTitle{
    font-size:28px;
    font-weight:800;
    color:#fff;
    margin:0;
}

.novaStandingsActions{
    display:flex;
    align-items:center;
    gap:25px;
}

.novaStandingsViewAll{
    color:#ffffff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.novaStandingsViewAll:hover{
    color:#f4b400;
}

.novaStandingsNav{
    display:flex;
    gap:5px;
}

.novaStandingsPrev,
.novaStandingsNext{
    width:35px;
    height:35px;
    border:none;
    border-radius:50%;
    color:#000;
    background:#f4b400;
    cursor:pointer;
    transition:.3s;
}

.novaStandingsPrev:hover,
.novaStandingsNext:hover{
    background:#162338;
    color: #fff;
}

.novaStandingsCard{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px !important;
    padding:20px;
    overflow:hidden;
    transition:.4s;
}

.novaStandingsCard:hover{
    transform:translateY(-8px);
    border-color:rgba(255,255,255,.2);
}

.novaStandingsTop{
}

.novaStandingsTop img{
    width:120px;
    height:120px;
    object-fit:contain;
    margin: 10px 0;
}

.novaRank{
    font-size:28px;
    font-weight:900;
    color:#f4b400;
    position: absolute;
    top: 5px;
    right: 25px;
}



.novaTeamName{
    color:#fff;
    font-size:16px;
    line-height:30px;
    margin-bottom:20px;
}

.novaStatsGrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-bottom:25px;
}

.novaStat{
    text-align:center;
}

.novaStat span{
    display:block;
    color:#fff;
    font-size:22px;
    font-weight:800;
}

.novaStat span.nrr{
    color: #00C853;
}

.novaStat small{
    color:#9db1cc;
    font-size:11px;
    letter-spacing:1px;
}

.novaRecentForm{
    display:flex;
    gap:10px;
    justify-content:center;
}

.novaRecentForm span{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#fff;
}

.novaRecentForm .win{
    background:#00c853;
}

.novaRecentForm .loss{
    background:#ff5252;
}

.novaStandingsSlider .owl-stage{
    display:flex;
}

.novaStandingsSlider .owl-item{
    padding:10px;
}

.about-dark {
  background: #fff;
  padding: 60px 0px;
  color: #111;
}
.about-subtitle {
    color: #f4b400;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.about-subtitle1 {
    color: #f4b400;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.about-content h2{
    font-size: 28px;
    line-height: 1.2;
    color: #07152d;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: Sans-Serif;
}
.about-content{
    padding: 0px 25px;
}
.about-content ul{
    padding-left:20px;
}
.about-content ul li{
        position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
}
.about-content h4{
    font-size:25px;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}


.about-images {
  position: relative;
}

.img-main {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.img-main img {
  width: 100%;
  display: block;
}

.img-float {
  position: absolute;
  width: 45%;
  bottom: -40px;
  left: -30px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.img-float img {
  width: 100%;
  display: block;
}

.badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #5fa16b;
  color: #fff;
  padding: 14px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
}

.pill {
  display: inline-block;
  padding: 4px 18px;
  border: 1px solid #cfd6d2;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
  background: #111;
}

.about-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.about-content p {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
.about-content .btn-gr {
    background-color: #0b1f4d;
    color: #fff;
}

.about-content ul {
  list-style: none;
}

.about-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f4b400;
}

.btn {
  display: inline-block;
  padding: 9px 32px;
  background: #5fa16b;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #3f7d50;
}

.why-choose-creative{
    padding:40px 00px;
    background:rgb(7 21 45 / 97%);
    position:relative;
    overflow:hidden;
}

/* section heading */

.section-label{
    text-align: center;
}


.why-title{
    font-size:30px;
    color:#fff;
    font-weight:800;
    line-height:1.2;
    text-align: center;
    margin-bottom:30px;
}

.why-title span{
    color:#f4b400;
}


.why-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.why-card{
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    overflow:hidden;
    transition:.4s ease;
    position:relative;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 50px rgba(0,0,0,.35);
    border-color:#f4b400;
    transform: scale(1.01);
}

.card-img{
    overflow:hidden;
    position:relative;
}

.card-img::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(7,21,45,.9),
        transparent
    );
}

.card-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.6s ease;
}

.why-card:hover .card-img img{
    transform:scale(1.1);
}


.card-content{
    padding:15px 20px;
    position:relative;
}

.card-number{
    font-size:55px;
    font-weight:900;
    color:rgba(244,180,0,.15);
    position:absolute;
    right:20px;
    top:10px;
    line-height:1;
}

.card-content h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    position:relative;
    padding-left:15px;
}

.card-content h3::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:26px;
    background:#f4b400;
    border-radius:5px;
}

.card-content p{
    color:#d8d8d8;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* glow effect */

.why-card::before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    background:#f4b400;
    filter:blur(90px);
    opacity:.08;
    top:-40px;
    right:-40px;
}

/* responsive */

@media(max-width:1199px){
    .why-cards{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .why-title{
        font-size:34px;
    }

    .why-cards{
        grid-template-columns:1fr;
    }
}
.cricket-footer {
  background: #111;
  color: #fff;
  padding: 50px 30px 20px 60px;
  font-family: 'Manrope', sans-serif;
}


/* About / Logo */
.footer-about {
    text-align:left;
  
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
  background: transparent;
}

.footer-about h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.6;
}

/* Quick Links */
.footer-links {
}

.footer-links h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 5px;
}


.footer-links ul li a {
  text-decoration: none;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  text-decoration: none;
  transition: 0.3s;
  font-size:16px;
}


.footer-links ul li a:hover {
  color: #2196f3;
}

/* Contact Info */
.footer-contact {
}

.footer-contact h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-contact p {
  font-size: 16px;
  line-height: 1.6;
  padding:5px 0;
}

/* Email Subscription */
.footer-email {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-email h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-email p {
  font-size: 14px;
  margin-bottom: 10px;
}

.email-form {
  display: flex;
  gap: 10px;
}

.email-form input[type="email"] {
  flex: 1;
  padding: 8px 10px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
}

.email-form button {
  padding: 8px 15px;
  border-radius: 5px;
  border: none;
  background: #2196f3;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  
}

.email-form button:hover {
  background: #0b7dda;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 14px;
  margin-top: 20px;
  color: #aaa;
}



/* faq section */

.faq-section {
  padding: 40px 20px;
  color: black;
  font-family: 'Manrope', sans-serif;
  position: relative;
  background-color: #eef2f0;
}
.faq-question{
    display:flex;
    align-items:center;
}

.faq-heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

.faq-subheading {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  color: #111;
}

.faq-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

/* Left Image */
.faq-image {
  flex: 0 0 300px;
}

.faq-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: transform 0.3s;
  height: 300px;
}

.faq-image img:hover {
  transform: scale(1.05);
}

/* Right Content */
.faq-content {
  flex: 1 1 500px;
}

/* Accordion */
.faq-accordion {
  text-align: left;
}

.faq-item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.faq-item:hover {
  transform: translateY(-3px);
}

.faq-question {
  width: 100%;
  background: transparent;
  color: black;
  border: none;
  padding: 18px 25px;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: background 0.3s;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  font-size: 24px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: '-';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 15px;
  color: black;
  line-height: 1.6;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.faq-answer.show {
  max-height: 500px;
  padding: 15px 25px 20px;
}


/* Testimonial  */


.testimonial-section{
    text-align:center;
    padding:30px 0;
}
.testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 0px 20px;
}


.testimonial-box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: center;
}
.testimonial-box .item{
    padding:15px;
}

.testimonial-card{
    background:#fff;
    border-radius:12px;
    padding:20px 20px;
    position:relative;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s ease;
    border: 1px solid #ccc;
}

.testimonial-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.quote-icon{
    position:absolute;
    top:20px;
    right:25px;
}

.quote-icon i{
    font-size:55px;
    color:rgba(7, 21, 45, 0.97);
    opacity:.15;
}

.testimonial-text{
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.testimonial-text p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin:0;
    text-align:left;
}

.authorBox{
    display:flex;
    align-items:center;
    gap:15px;
    border-top:1px solid #eee;
    padding-top:20px;
    
}
.author-img-wrap{
       width:80px;
    height:80px;
}

.author-img-wrap img{
    height: 100%;
    width: 100%;
    border-radius:50%;
    object-fit:cover;
    border:3px solid rgba(7, 21, 45, 0.97);
    flex-shrink:0;
}

.author-info h4{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#222;
}

.author-info span{
    display:block;
    margin-top:5px;
    color:#777;
    font-size:14px;
}

.testimonial-card::before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    background:rgba(7, 21, 45, 0.97);
    opacity:.05;
    border-radius:50%;
    top:-60px;
    right:-60px;
}

.testimonial-card::after{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    background:rgba(7, 21, 45, 0.97);
    opacity:.04;
    border-radius:50%;
    bottom:-40px;
    left:-40px;
}

.testimonial-text .content.short {
  display: -webkit-box;
  -webkit-line-clamp: 8; /* show 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.toggle-btn2 {
  background: none;
  border: none;
  color: #0D1B2A;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
}




/* LEFT */
.left-img {
  position: relative;
}

.left-img img {
  width: 100%;
  border-radius: 20px;
}

/* RATING */
.rating-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #6f9f7b;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 14px;
}


.rating-box span {
  display: block;
  font-size: 13px;
}



/* RIGHT */
.right-content .tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
}

.right-content h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.right-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #031b25;
}

/* AUTHOR */
.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author img {
  width: 55px;
  height: 55px;
  border-radius: 50%;   /* ONLY this image is round */
  object-fit: cover;
}

.author h4 {
  font-size: 16px;
}

.author span {
  font-size: 13px;
 
}

/* ===== SECTION ENTRY ANIMATION ===== */
.testimonial-wrap {
  animation: fadeUp 1.2s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== LEFT IMAGE HOVER ===== */
.left-img {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.left-img img {
  transition: transform 0.6s ease;
}

.left-img:hover img {
  transform: scale(1.08);
}

/* ===== RATING FLOAT EFFECT ===== */
.rating-box {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.left-img:hover .rating-box {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* ===== TAG HOVER ===== */
.right-content .tag {
  transition: all 0.4s ease;
}

.right-content .tag:hover {
  background: #fff;
  color: #000;
}

/* ===== TEXT HOVER ===== */
.right-content p {
  transition: color 0.4s ease;
}

.testimonial-wrap:hover .right-content p {
  color: black;
}

/* ===== AUTHOR HOVER ===== */
.author {
  transition: transform 0.4s ease;
}

.author img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.author:hover {
  transform: translateX(6px);
}

.author:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}

/* ===== SOFT GLOW ON SECTION HOVER ===== */
.testimonial-wrap:hover {
  background: radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 70%);
}
/* ===== HEADING LINE ANIMATION ===== */
.right-content h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

/* Line */
.right-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffc107, #ff5722);
  transition: width 0.6s ease;
  border-radius: 2px;
}

/* Animate on section hover */
.testimonial-wrap:hover .right-content h2::after {
  width: 100%;
}

/* Optional glow */
.right-content h2:hover::after {
  box-shadow: 0 0 10px rgba(255,193,7,0.7);
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonial-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .author {
    justify-content: center;
  }
}

/* news section */

/* NEWS NAVBAR */
.news-navbar {
  width: 100%;
  background: #0b1c2d;
  padding: 10px 0;
  overflow: hidden;
}

.news-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

/* LOGO */
.news-logo img {
  height: 45px;
}

/* MARQUEE AREA */
.news-marquee {
  flex: 1;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}

/* MOVING TRACK */
.marquee-track {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  animation: scrollText 20s linear infinite;
}

.marquee-track span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

/* ANIMATION */
@keyframes scrollText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


.coach-profile {
  padding: 40px 0;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.coach-box {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  background: rgba(255,255,255,0.05);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  transition: 0.4s ease;
}

.coach-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

/* IMAGE */
.coach-img img {
  width: 280px;
  height: 350px;
  object-fit: cover;
  border-radius: 18px;
  transition: 0.4s ease;
}

.coach-box:hover .coach-img img {
  transform: scale(1.05);
}

/* CONTENT */
.coach-info {
  max-width: 550px;
}

.coach-tag {
  display: inline-block;
  background: #ff9800;
  color: #000;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.coach-info h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 8px;
}

.coach-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #220c0c65;
}

.coach-info h4 span {
  font-size: 16px;
  color: #031b25;
}

.highlight {
  font-size: 16px;
  line-height: 1.8;
  color: #2b0715;
  position: relative;
  padding-left: 18px;
}

.highlight::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ff9800;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}




.coach-hero{
    height:240px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding:0px 30px;
}

.coach-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.4)
}

.hero-inner{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.hero-left{
    color:#fff;
}

.hero-tag{
    display:inline-block;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    color:#f4b400;
    margin-bottom:10px;
    text-transform:uppercase;
}

.hero-left h1{
    font-size:58px;
    font-weight:800;
    line-height:1;
    margin:0;
    position:relative;
}

.hero-left h1::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#f4b400;
    margin-top:15px;
    border-radius:10px;
}

.hero-right{
    text-align:right;
}

.breadcrumb{
    margin:0;
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:12px 22px;
}

.breadcrumb span{
    color:#f4b400;
    margin:0 8px;
}

/* Mobile */

@media(max-width:768px){

    .coach-hero{
        height:220px;
    }

    .hero-inner{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .hero-left h1{
        font-size:40px;
    }

    .hero-right{
        text-align:left;
    }
}
.star-section {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

/* Grid layout */
.star-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

/* Card styling */
.star-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.star-card img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.star-card .star-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

/* Hover effect */
.star-card:hover img {
    transform: scale(1.1);
    z-index: 1;
}

.star-card:hover .star-name {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}





/* Section styling */
.gallery-section-dark{
    padding:50px 0;
    background:#f8fafc;
    position:relative;
}

.sec-title{
    font-size:30px;
    font-weight:800;
    color:#07152d;
    margin-bottom:30px;
    text-align:center;
}

.gallery-grid-dark{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */

.gallery-card-dark{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:340px;
    cursor:pointer;
    transition:.4s ease;
}

.gallery-card-dark:hover{
    transform: scale(1.01);
    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

.gallery-card-dark img{
    width:100%;
    height:100%;
    transition:.7s ease;
}
.gallery-card-dark:hover img{
    transform:scale(1.12);
}

.gallery-card-dark::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(7,21,45,.95),
        rgba(7,21,45,.35),
        transparent
    );
}

/* Shine Effect */

.gallery-card-dark::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    z-index:2;
    transition:.8s;
}

.gallery-card-dark:hover::before{
    left:130%;
}

/* Name Overlay */

.overlay-dark{
    position:absolute;
    left:25px;
    bottom:25px;
    z-index:3;
    transform:none;
    background:none;
    padding:0;
    text-align:left;
}

.overlay-dark{
    color:#fff;
    font-size:24px;
    font-weight:800;
    letter-spacing:.5px;
}

/* Small Badge */

.overlay-dark::before{
    content:"STAR PLAYER";
    display:block;
    width:max-content;
    background:#f4b400;
    color:#07152d;
    padding:6px 14px;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:12px;
}

/* Responsive */

@media(max-width:1199px){
    .gallery-grid-dark{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .sec-title{
        font-size:34px;
    }

    .gallery-grid-dark{
        grid-template-columns:1fr;
    }

    .gallery-card-dark{
        height:320px;
    }

    .overlay-dark{
        font-size:20px;
    }
}



.videos-section {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.video-item iframe {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
}

/* Content below video */
.video-content {
    text-align: left;
    padding: 10px 0;
}

.video-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.video-channel {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
}

.video-duration {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.video-desc {
    font-size: 14px;
    color: #333;
}


.mission-section {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Manrope', sans-serif;
}

.container {
    max-width: 1250px;
    margin: auto;
}

.mission-top-images {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}

.mission-top-images img {
    width: 32%;
    border-radius: 10px;
    object-fit: cover;
}

.mission-content-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mission-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1 1 30%;
}

.mission-images img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.mission-text {
    flex: 1 1 65%;
}

.mission-text h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.mission-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

.mission-form-section{
    padding:60px 15px;
    background: linear-gradient(135deg, #eef2f7, #f8fbff);
}
.mission-form-box{
    max-width:1250px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    border:1px solid #f1f1f1;
}
.form-group1{
    text-align:center;
}
.form-title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
    color:#111;
}

.form-subtitle{
    text-align:center;
    color:#777;
    margin-bottom:30px;
    font-size:14px;
}

/* form groups */
.form-group{
    margin-bottom:18px;
}

/* label */
.form-group label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
    display:block;
    color:#000;
}
.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:11px 12px;
    border:1px solid #e2e6ea;
    border-radius:8px;
    font-size:13px;
    background:#fafbfc;
    transition:all 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#2864be;
    background:#fff;
    box-shadow:0 0 0 3px rgba(40,100,190,0.08);
    outline:none;
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover{
    border-color:#cfd6df;
}

.checkbox-wrapper{
    background:#f6f9ff;
    border:1px solid #e3ebf7;
    padding:18px;
    border-radius:12px;
    margin-top:10px;
}

.checkbox-wrapper h5{
    margin-bottom:12px;
    font-size:15px;
    font-weight:600;
}

.checkbox-row{
    margin-bottom:12px;
}

.checkbox-row strong{
    display:block;
    font-size:13px;
    margin-bottom:6px;
    color:#444;
}
.checkbox-row label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-right:14px;
    font-size:13px;
    padding:5px 8px;
    border-radius:6px;
    cursor:pointer;
    transition:0.2s;
}

.checkbox-row label:hover{
    background:#eaf2ff;
    color:#2864be;
}

.checkbox-row input{
    accent-color:#2864be;
    cursor:pointer;
}
.submit-btn{
    width:100%;
    padding:10px 20px;
    background: linear-gradient(135deg, #2864be, #1f4ea0);
    color:#fff;
    border:none;
    border-radius:5px;
    font-weight:600;
    margin-top:20px;
    transition:all 0.3s ease;
}
.form-group1{
    width:30%;
}
.submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(40,100,190,0.25);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 600px) {
    .mission-form-box {
        padding: 22px;
    }

    .form-title {
        font-size: 26px;
    }
}






/* Section */
.contact-section {
    padding: 60px 20px;
}

/* Wrapper */
.contact-wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Left Info Box */
.contact-info {
    flex: 1;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);

    color: #fff;
    padding: 40px;
    border-radius: 18px;
    animation: slideLeft 1s ease;
}

.info-block {
    margin-top: 25px;
}

.info-block h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.info-block ul {
    list-style: none;
    padding: 0;
}

.info-block ul li {
    margin-bottom: 8px;
    font-size: 14.5px;
}

.info-block p {
    font-size: 14.5px;
    margin-bottom: 6px;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 12px;
    font-size: 15px;
}

/* Right Form Box */
.contact-form-box {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    animation: slideRight 1s ease;
}

.contact-form-box h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

/* Form */
.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: 0.3s ease;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26,115,232,0.15);
    outline: none;
}

/* Two inputs in one row */
.input-row {
    display: flex;
    gap: 15px;
}

/* Button */
.contact-form-box button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #1a73e8, #1558b0);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form-box button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(26,115,232,0.4);
}

/* Animations */
@keyframes slideLeft {
    from { transform: translateX(-50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideRight {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Responsive */
@media (max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .input-row {
        flex-direction: column;
    }
}

.coaches-section{
    padding:50px 0;
    background:#f8fafc;
}
/* Heading */

.section-title{
    text-align:center;
    font-size:48px;
    font-weight:800;
    color:#07152d;
    margin-bottom:10px;
}

.section-subtitle{
    text-align:center;
    font-size:17px;
    color:#666;
    max-width:700px;
    margin:0 auto 60px;
}

/* Grid */

.coaches-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */

.coach-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 35px rgba(0,0,0,.1);
    transition:.4s ease;
    padding:0;
    text-align:left;
}

.coach-card:hover{
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.coach-card img{
    width:100%;
    height:250px;
    object-fit:cover;
    border:none;
    border-radius:0;
    margin:0;
    position: relative;
    transition:.6s ease;
}
.coach-info span{
    background: rgba(7, 21, 45, 0.97);
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    position: absolute;
    top: 205px;
    right: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    box-shadow: 0 8px 20px rgba(7, 21, 45, 0.25);
}

.coach-card:hover img{
    transform:scale(1.03);
}

.coach-card h3{
    font-size:24px;
    font-weight:800;
    color:#07152d;
    padding:10px 15px;
    margin: 0;
    
}

.coach-card p{
    padding:0 15px 10px;
    margin:0;
    color:#222;
    font-size:13px;
    line-height:1.8;
}



.coach-card h3{
    position:relative;
    z-index:2;
}

/* Responsive */

@media(max-width:1199px){

    .coaches-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .coaches-grid{
        grid-template-columns:1fr;
    }

    .section-title{
        font-size:36px;
    }
}
.gallery-card{
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    height:200px;
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom:10px;
    margin-top:10px;
}

.gallery-card img{
    height:100%;
    width:100%;
    object-fit:cover;
    transition: transform 0.5s ease;
}

.gallery-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
    opacity:0;
    transition:0.3s ease;
}

.gallery-card:hover{
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}
.gallery-card:hover img{
    transform:scale(1.1);
}
.gallery-card:hover::after{
    opacity:1;
}
/* overlay content */
.gallery-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px;
    text-align:center;
    z-index:2;
    color:#fff;
    transform:translateY(100%);
    transition:0.3s ease;
}

.gallery-overlay h3{
    font-size:25px;
    font-weight:600;
    margin-bottom:4px;
    color:#fff;
}

.gallery-overlay .coach-type{
    font-size:18px;
    color:#ddd;
}
.gallery-card:hover .gallery-overlay{
    transform:translateY(0);
}


.our-goal {
    background: #111;
  padding: 40px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
}

/* Section Header */
.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-header p {
  font-size: 18px;
  color: #f0f8ff;
  margin-bottom: 60px;
}

/* Goal Grid */
.goal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Goal Card */
.goal-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 35px 25px;
  width: 300px;
  text-align: center;
  transition: transform 0.4s, background 0.4s, box-shadow 0.4s;
  cursor: pointer;
}

/* Hover Animation */
.goal-card:hover {
  transform: translateY(-15px) scale(1.05);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Goal Icon */
.goal-icon {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  transition: transform 0.4s, color 0.4s;
}

.goal-card:hover .goal-icon {
  transform: rotate(15deg) scale(1.2);
  color: #ffeb3b;
}

/* Goal Title */
.goal-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Goal Description */
.goal-card p {
  font-size: 16px;
  color: #f0f8ff;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .goal-grid {
    flex-direction: column;
    align-items: center;
  }
}



/* Section Background */
.selection-trials {
  background: #0d0d0d; /* Dark background matching Our Goal */
  padding: 50px 20px;
  color: #fff;
  margin: 10px 0px;
}

/* Section Header */
.selection-trials .section-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.selection-trials .section-header p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 60px;
}

/* Trial Grid */
.trial-grid {
  display: grid;
  grid-template-columns:repeat(4,1fr);
  gap: 30px;
  justify-content: center;
}

/* Trial Card */
.trial-card {
  background: #1a1a1a;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: left;
  transition: transform 0.4s, background 0.4s, box-shadow 0.4s;
  cursor: pointer;
}

/* Hover Effect */
.trial-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: #222;
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.15);
}

/* Trial Icon */
.trial-icon {
  font-size: 50px;
  color: #1a73e8; /* Blue icons */
  margin-bottom: 20px;
  transition: transform 0.4s, color 0.4s;
}

.trial-card:hover .trial-icon {
  transform: rotate(15deg) scale(1.2);
  color: #ffeb3b; /* Yellow on hover */
}

/* Trial Title */
.trial-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

/* Trial Description */
.trial-card p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .trial-grid {
    flex-direction: column;
    align-items: center;
  }
}




.selection-process {
  background: #f4f7fa; /* Light background */
  padding: 40px 20px;
  color: #111;
}

.selection-process .section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.selection-process .section-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
}

/* Two Column Layout */
.process-content {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}


.process-steps h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a73e8;
}

.process-steps ul {
  list-style: none;
  padding: 0;
}

.process-steps ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.process-steps ul li i {
  color: #1a73e8;
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Right Column Image */
.process-image {
  flex: 1;
  text-align: center;
}

.process-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s;
}

.process-image img:hover {
  transform: scale(1.05);
}

/* CTA */
.process-cta p {
  margin-top: 50px;
  font-size: 18px;
}

.process-cta a {
  color: #1a73e8;
  font-weight: 700;
  text-decoration: none;
}

.process-cta a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .process-content {
    flex-direction: column;
    gap: 30px;
  }
}


.student-journey {
  background: #f9f9f9;
  padding: 50px 0px;
  color: #111;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 auto;
}
.journey-card {
  background: #fff;
  border-radius: 8px;
  border:1px solid #ccc;
  padding: 20px 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.journey-card:hover {
  border-color: #f4b400;
  box-shadow: 0 8px 28px rgba(244, 180, 0, 0.2);
  transform: translateY(-4px);
}

.journey-icon {
  width: 60px;
  height: 60px;
  background: #081830;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.3s;
}

.journey-card:hover .journey-icon {
  background: #f4b400;
}

.journey-icon img {
 height: 100%;
 width: 100%;
 object-fit: cover;
 border-radius: 6px;
}

.journey-card:hover .journey-icon i {
  color: #081830;
}

.journey-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #081830;
  margin-bottom: 8px;
}

.journey-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .student-journey .section-header h2 { font-size: 26px; }
  .journey-grid { grid-template-columns: 1fr; }
}

.training-logos {
  background: #f4f7fa;
  padding: 50px 0px;
  color: #111;
}

.training-logos .section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.training-logos .section-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
}

/* Training Grid */
.training-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  justify-content: center;
}

.training-block {
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
  border: 1px solid #ccc;
  cursor: pointer;
}
.training-block:hover {
  color: #111;
  border-color: rgba(7, 21, 45, 0.97);
  transform: scale(1.01);
}

/* Icon */
.training-icon {
  font-size: 50px;
  color: #1a73e8;
  margin-bottom: 20px;
  transition: 0.4s;
}

.training-block:hover .training-icon {
  color: #f4b400;
}

/* Heading */
.training-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Description */
.training-block p {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  .training-grid {
    flex-direction: column;
    align-items: center;
  }
}





.what-we-do-section {
    background: #fff;
  padding: 50px 0px;
  color: #111;
}

.what-we-do-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* Left Image */
.what-we-do-image {
  flex: 1;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
}

.what-we-do-image img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.5s;
}

.what-we-do-image img:hover {
  transform: scale(1.05);
}
.what-we-do-content h2{
    font-size: 28px;
    line-height: 1.2;
    color: #07152d;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: Sans-Serif;
}
.what-we-do-content {
  flex: 1;
  min-width: 300px;
}


.what-we-do-content h3 {
  font-size: 24px;
  color: #1a73e8; 
  margin-bottom: 20px;
}

.what-we-do-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .what-we-do-grid {
    flex-direction: column;
    gap: 30px;
  }
}

.mission-section{
    padding:40px 0px 40px;
    background:#fff;
}
.mission-content{
    padding: 0px 25px;
}
.mission-content h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}
.mission-content p{
    color:#555;
    font-size:14px;
    margin-bottom:20px;
    line-height:1.7;
}
.mission-content ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.mission-content ul li{
    margin-bottom:10px;
    font-size:14px;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.mission-content ul li i{
    color:#2864be;
}
.mission-btn{
    display:inline-block;
    padding:10px 20px;
    background:#2864be;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    transition:0.3s;
}
.form-checkbox label{
    font-size:13px;
    font-weight:600;
    color:#000;
}
.checkbox-registerd .checkbox-row input{
    width:20px;
}
.checkbox-registerd .checkbox-row label{
    padding:8px 20px;
}
.our-batter{
    display:flex;
    gap:20px;
}
.mission-btn:hover{
    background:#1f4ea0;
}
.mission-image img{
    width:100%;
    border-radius:0px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.vision-section{
    padding:70px 15px;
    background:#f8fbff;
}
.vision-content h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.vision-content p{
    color:#555;
    font-size:14px;
    margin-bottom:20px;
    line-height:1.7;
}
.vision-content ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.vision-content ul li{
    margin-bottom:10px;
    font-size:14px;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.vision-content ul li i{
    color:#ff9800; 
}
.vision-btn{
    display:inline-block;
    padding:10px 20px;
    background:#ff9800;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    transition:0.3s;
}

.vision-btn:hover{
    background:#e68900;
}
.vision-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.offer-section{
    padding:70px 15px;
    background:#fff;
}

/* content */
.offer-content h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.offer-content p{
    color:#555;
    font-size:14px;
    margin-bottom:20px;
    line-height:1.7;
}

/* list */
.offer-content ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.offer-content ul li{
    margin-bottom:12px;
    font-size:14px;
    color:#333;
    display:flex;
    align-items:center;
    gap:10px;
}

.offer-content ul li i{
    color:#2864be;
    font-size:14px;
}
.offer-btn{
    display:inline-block;
    padding:10px 20px;
    background:#2864be;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    transition:0.3s;
}

.offer-btn:hover{
    background:#1f4ea0;
}
.offer-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.choose-section{
    padding:70px 0px;
    background:#f8fbff;
}
.choose-content h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}
.choose-content p{
    color:#555;
    font-size:14px;
    margin-bottom:20px;
    line-height:1.7;
}
.choose-content ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.choose-content ul li{
    margin-bottom:12px;
    font-size:14px;
    color:#333;
    display:flex;
    align-items:center;
    gap:10px;
}

.choose-content ul li i{
    color:#ff9800;
}
.choose-btn{
    display:inline-block;
    padding:10px 20px;
    background:#ff9800;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    transition:0.3s;
}

.choose-btn:hover{
    background:#e68900;
}
.choose-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.form-checkbox{
    border:1px solid #e6ecf5;
    border-radius:12px;
    padding:20px;
    background:#f9fbff;
}

.main-label{
    font-size:16px;
    font-weight:600;
    margin-bottom:15px;
    display:block;
}
.checkbox-group{
    margin-bottom:18px;
}
.checkbox-group strong{
    display:block;
    font-size:14px;
    margin-bottom:8px;
    color:#333;
}
.checkbox-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.checkbox-row label{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    background:#fff;
    border:1px solid #e0e6ed;
    padding:6px 10px;
    border-radius:6px;
    cursor:pointer;
    transition:0.2s;
}
.checkbox-row label:hover{
    background:#eef4ff;
    border-color:#2864be;
    color:#2864be;
}
.checkbox-row input{
    accent-color:#2864be;
    cursor:pointer;
    width:100%;
}

.result-section {
  padding: 30px;
}

.search-box {
    margin: auto;
width: 100%;
    max-width: 800px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.search-box input {
  padding: 10px 12px;
  width:100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}

.search-box button {
  padding: 10px 20px;
  background: #f4b400;
  color: #111;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.custom-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-collapse: collapse;
  font-family: 'Manrope', sans-serif;
}

.custom-table th {
  text-align: left;
  padding: 10px;
  background: #f3f4f6;
  font-weight: 600;
}

.custom-table td {
  padding: 10px;
  background: #ffffff;
}

.custom-table tr {
  border-bottom: 1px solid #e5e7eb;
}
.note-box{
    width: 100%;
    max-width: 800px;
}
.note-box h3{
    margin:10px 0;
}
.note-box ol{
    margin:20px 0;
}
.note-box ol li{
    margin:10px 0;
}
.table-wrapper { 
  border-radius: 8px;
  display: none;      
}

table {
     width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    
}

thead {
  background: #a50d1e;
  color: #fff;
  position: sticky;
  top: 0;
}

th, td {
  padding: 10px;
  text-align: left;
  border: 1px solid #eee;
}

.legal-page {
  max-width: 1200px;
  margin: 40px auto;
  padding: 25px;
  font-family: 'Manrope', sans-serif;
}

.legal-page h1 {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight:600;
  color: #111;
}

.legal-page .updated {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}

.legal-page h2 {
  font-size: 22px;
  margin-top: 20px;
  color: #111;
}

.legal-page p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.legal-page ul {
  margin-left: 20px;
  margin-top: 10px;
}

.legal-page ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/*counter section */

.counter-section {
  padding-top: 30px;
}

.counter-number {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.counter-text {
  font-size: 20px;
  font-weight:600;
  color: #ccc;
}



.footer {
  background: #001331;
  padding: 40px 20px 20px 20px;
  color: #fff;
}

.footer-container {
  display: grid;
  grid-template-columns: 38% 27% 35%;
  justify-content: space-between;
  overflow: hidden;
  gap: 20px;
}

.footer-col {
  padding-right: 35px;
}

.footer-col:last-child {
  border-right: none;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.logo img {
  width: 85px;
}

    .navbar-brand{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-text{
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    margin-left: 10px;
}
.logo-title{
    font-size: 16px;
    font-weight: 800;
    color: #f76806;
    font-style: italic;
    text-transform: uppercase;
}
.title-part{
    color: #fff;
}
.title-part1{
    color: #106c2a;
}
.new-part{
    color: #fff;
}

.about p {
  color: #ddd;
  line-height: 2;
  max-width: 320px;
  margin-bottom: 30px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #f5c542;
  color: #031742;
}

.footer-col h3 {
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
  font-weight: 600;
  color: #fff;
}

.footer-col h3::after {
  content: "";
  width: 45px;
  height: 4px;
  background: #f5c542;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
}
.footer-col ul li a:hover {
  color: #f5c542;
}
.footer-col ul li i {
  color: #f5c542;
  margin-right: 2px;
}

.footer-col ul li:hover {
  color: #f5c542;
  transform: translateX(5px);
}

.contact p {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #ddd;
}

.contact p i {
  color: #f5c542;
  margin-right: 10px;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #f5c542;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.whatsapp-btn i {
  font-size: 20px;
}

.whatsapp-btn:hover {
  background: #f5c542;
  color: #031742;
}
.footer-bottom {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  color: #dcdcdc;
  font-size: 15px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #dcdcdc;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
}

.footer-bottom-links a:hover {
  color: #f5c542;
}

.footer-bottom-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #f5c542;
  transition: 0.3s;
}

.footer-bottom-links a:hover::after {
  width: 100%;
}



.trial-city-section {
  padding: 30px;
  background: #ffffff;
}

/* =========================
   CARD
========================= */

.city-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid rgba(8, 24, 48, 0.06);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.city-card:hover {
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
}

.city-image {
  position: relative;
  overflow: hidden;
}

.city-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s ease;
}

.city-card:hover .city-image img {
  transform: scale(1.05);
}

/* OVERLAY */

.city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 24, 48, 0.6), transparent);
}

/* BADGE */

.city-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f4b400;
  color: #081830;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 30px;
}

/* CONTENT */

.city-content {
  padding: 24px;
}

.city-content h4 {
  color: #081830;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.city-info {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.city-info li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(8, 24, 48, 0.06);
}

.city-info li:last-child {
  margin-bottom: 0;
}

.city-info span {
  color: #6f7785;
  font-size: 12px;
}

.city-info strong {
  color: #081830;
  font-size: 12px;
}

/* BUTTON */

.city-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #081830;
  color: #ffffff;
  padding: 10px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease;
}

.city-btn:hover {
  background: #f4b400;
  color: #081830;
}

/* =========================
   ELIGIBILITY SECTION
========================= */

.eligibility-section {
  padding: 30px;
  background: #ffffff;
}

/* =========================
   WRAPPER
========================= */

.eligibility-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* BOX */

.eligibility-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  border-radius: 12px;
  background: #ebedf5;
  transition: 0.3s ease;
}

.eligibility-box:hover {
  transform: translateY(-5px);
  background: #081830;
}

/* ICON */

.eligibility-icon {
  min-width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #ffffff;
  color: #f4b400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s ease;
}

/* CONTENT */

.eligibility-content h4 {
  color: #081830;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.eligibility-content p {
  color: #6f7785;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  transition: 0.3s ease;
}

/* HOVER */

.eligibility-box:hover .eligibility-content h4 {
  color: #ffffff;
}

.eligibility-box:hover .eligibility-content p {
  color: rgba(255, 255, 255, 0.75);
}

.eligibility-box:hover .eligibility-icon {
  background: #f4b400;
  color: #081830;
}

.trial-cta-section {
  padding: 40px 0;
  background: #f8f9fc;
}

.trial-cta-box {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.trial-cta-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px;
  align-items: center;
}

.trial-cta-box::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 150px;
  left: -10px;
  top: 30px;

  background-image: radial-gradient(
    rgba(244, 180, 0, 0.35) 2px,
    transparent 2px
  );

  background-size: 13px 13px;
}

/* CURVE SHAPE */

.trial-cta-box::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(244, 180, 0, 0.08);
  border-radius: 50%;
  right: -120px;
  top: -100px;
}

/* =========================
   LEFT CONTENT
========================= */

.trial-cta-content {
  position: relative;
  z-index: 2;
}

/* TAG */

.cta-tag {
  display: inline-block;
  background: rgba(244, 180, 0, 0.12);
  color: #f4b400;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

/* HEADING */

.trial-cta-content h2 {
  color: #081830;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

/* TEXT */

.trial-cta-content p {
  color: #6f7785;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 32px;
  max-width: 580px;
}

/* BUTTONS */

.trial-cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* BTN */

.trial-btn {
  padding: 15px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

/* PRIMARY */

.primary-btn {
  background: #081830;
  color: #ffffff;
}

.primary-btn:hover {
  background: #f4b400;
  color: #081830;
}

/* SECONDARY */

.secondary-btn {
  border: 1px solid rgba(8, 24, 48, 0.1);
  color: #081830;
  background: #ffffff;
}

.secondary-btn:hover {
  background: #081830;
  color: #ffffff;
}

/* =========================
   RIGHT CARDS
========================= */

.cta-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}

/* CARD */

.mini-cta-card {
  background: #f8f9fc;
  border-radius: 24px;
  padding: 28px;
  transition: 0.3s ease;
  border: 1px solid rgba(8, 24, 48, 0.05);
}

.mini-cta-card:hover {
  transform: translateY(-6px);
  background: #081830;
}

/* CARD TITLE */

.mini-cta-card h4 {
  color: #081830;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

/* CARD TEXT */

.mini-cta-card p {
  color: #6f7785;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  transition: 0.3s ease;
}

/* HOVER */

.mini-cta-card:hover h4 {
  color: #ffffff;
}

.mini-cta-card:hover p {
  color: rgba(255, 255, 255, 0.75);
}
/* =========================
   COACH RECOMMEND SECTION
========================= */

.coach-recommend-section {
  padding: 30px;
  background: #ffffff;
}

/* HEADING */

.dark-title {
  color: #081830;
}

/* =========================
   CARD
========================= */

.recommend-card {
  background: #f8f9fc;
  padding: 34px 28px;
  height: 100%;

  border-radius: 28px 70px 28px 28px;

  position: relative;

  overflow: hidden;

  border: 1px dashed rgba(15, 28, 52, 0.12);
  /* CARD SHADOW */

  box-shadow: 0 12px 35px rgba(15, 28, 52, 0.1),
    0 4px 14px rgba(15, 28, 52, 0.08);

  transition: 0.4s ease;
}

/* HOVER */

.recommend-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 24px 60px rgba(15, 28, 52, 0.22),
    0 8px 22px rgba(15, 28, 52, 0.12);
}

/* TOP SHAPE */

.recommend-card::before {
  content: "";

  position: absolute;

  width: 120px;
  height: 120px;

  background: rgba(244, 180, 0, 0.08);

  border-radius: 50%;

  top: -45px;
  right: -45px;

  transition: 0.4s ease;
}

/* HOVER */

.recommend-card:hover {
  transform: translateY(-8px);

  background: #0f1c34;

  border-color: rgba(255, 255, 255, 0.08);
}

.recommend-card:hover::before {
  background: rgba(244, 180, 0, 0.14);
}

.recommend-icon {
  width: 72px;
  height: 72px;

  border-radius: 22px 22px 22px 0;

  background: #ffffff;

  color: #f4b400;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 32px;

  margin-bottom: 24px;

  position: relative;
  z-index: 2;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);

  transition: 0.3s ease;
}

/* ICON HOVER */

.recommend-card:hover .recommend-icon {
  background: #f4b400;
  color: #081830;

  transform: rotate(-6deg);
}

.recommend-card h4 {
  color: #081830;

  font-size: 22px;
  font-weight: 700;

  margin-bottom: 14px;

  position: relative;
  z-index: 2;

  transition: 0.3s ease;
}

/* TEXT */

.recommend-card p {
  color: #6f7785;

  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 0;

  position: relative;
  z-index: 2;

  transition: 0.3s ease;
}

/* HOVER TEXT */

.recommend-card:hover h4 {
  color: #ffffff;
}

.recommend-card:hover p {
  color: rgba(255, 255, 255, 0.74);
}

/* =========================
   TRIAL PROCESS
========================= */

.trial-process-section {
  padding: 30px 0;
  background: #ffffff;
}

/* TIMELINE */

.process-timeline {
  max-width: 1050px;
  margin: auto;
  position: relative;
}

/* CENTER LINE */

.process-timeline::before {
  content: "";

  position: absolute;

  left: 34px;
  top: 0;

  width: 2px;
  height: 100%;

  background: linear-gradient(
    to bottom,
    rgba(244, 180, 0, 0.2),
    rgba(15, 28, 52, 0.18)
  );
}

/* STEP */

.timeline-step {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 45px;
}

/* ICON */

.timeline-icon {
  min-width: 70px;
  height: 70px;

  border-radius: 24px;

  background: #0f1c34;

  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 32px;

  position: relative;
  z-index: 2;

  box-shadow: 0 12px 30px rgba(15, 28, 52, 0.12);

  transition: 0.3s ease;
}

/* HOVER */

.timeline-step:hover .timeline-icon {
  background: #f4b400;

  color: #081830;
}

/* CONTENT */

.timeline-content {
  background: #f8f9fc;

  padding: 28px 32px;

  border-radius: 28px;

  width: 100%;

  transition: 0.3s ease;

  border: 1px solid rgba(15, 28, 52, 0.05);
}

/* CONTENT HOVER */

.timeline-step:hover .timeline-content {
  transform: translateX(8px);

  box-shadow: 0 18px 45px rgba(15, 28, 52, 0.08);
}

/* STEP NUMBER */

.step-number {
  display: inline-block;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1px;

  color: #f4b400;

  margin-bottom: 12px;
}

/* TITLE */

.timeline-content h4 {
  color: #081830;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline-content p {
  color: #6f7785;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.counter-sec {
  background: #02194b;
  padding: 25px 0;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.counter-grid2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.counter-grid2 .counter-item{
    padding: 10px;
}

.counter-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 10px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.counter-item:last-child {
  border-right: none;
}

.counter-icon i {
  font-size: 42px;
  color: #f4b400;
}

.counter-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
}

.counter-content p {
  color: #d7d7d7;
  font-size: 15px;
  margin: 0;
}


.success-stories-section {
  padding: 30px;
  background: #fff;
}
.success-owl .story-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 28, 52, 0.08);
  border: 2px solid #eee;
}

.success-owl .story-card img {
  width: 100%;
  height: 300px;
  border-radius: 7px 7px 0px 0px;
  object-fit: cover;
  object-position: top;
}

.success-owl .story-content {
  padding: 20px;
}

.success-owl .story-content h4 {
  font-size: 18px;
  color: #081830;
  margin-bottom: 4px;
}

.success-owl .story-content span {
  color: #111;
  font-weight: 600;
  background: #f3f1da;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.success-owl .story-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.success-owl .story-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.success-owl .story-content button {
  margin-top: 10px;
  border: none;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight:600;
  cursor: pointer;
}
.success-owl .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.success-owl .owl-nav button.owl-prev,
.success-owl .owl-nav button.owl-next {
  width: 45px;
  height: 45px;

  background: #0f1c34 !important;
  color: #f4b400 !important;

  border-radius: 50%;

  display: flex !important;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(15, 28, 52, 0.25);

  transition: 0.3s ease;

  pointer-events: all;
}

/* POSITION */
.success-owl .owl-nav button.owl-prev {
  margin-left: -20px;
}

.success-owl .owl-nav button.owl-next {
  margin-right: -20px;
}

/* ICON SIZE */
.success-owl .owl-nav button span {
  font-size: 18px;
  font-weight: bold;
}

/* HOVER */
.success-owl .owl-nav button:hover {
  background: #f4b400 !important;
  color: #0f1c34 !important;
  transform: scale(1.08);
}


.admission-process-sec {
  background: #fff;
  padding: 30px;
}

.admission-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: flex-start;
}

.admission-process-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admission-process-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #031742;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission-process-icon i {
  color: #f4b400;
  font-size: 20px;
}

.admission-process-content h4 {
  font-size: 18px;
  color: #031742;
  line-height: 1.4;
  margin-bottom: 5px;
}
.admission-process-content p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* ===================================
   ENROLLMENT
=================================== */

.academy-enrollment-sec {
  background: #f7f7f7;
  padding: 40px 0px;
}

.academy-enrollment-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 10px;
}
.academy-enrollment-left,
.academy-enrollment-right {
  border-radius: 16px;
  padding: 20px 30px;
}
.academy-enrollment-right {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #ccc;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.academy-enrollment-right:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.academy-enrollment-title {
  font-size: 30px;
  color: #031742;
  text-align: center;
  margin-bottom: 10px;
}

.academy-enrollment-desc {
  color: #555;
  line-height: 1.5;
  margin-bottom: 30px;
}

.academy-enrollment-image img {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  object-fit: cover;
}

.academy-eligibility-box {
  margin-top: 35px;
  border-bottom: 1px solid #ddd;
}

.academy-eligibility-box h4,
.academy-document-box h4 {
  color: #d4a017;
  font-size: 16px;
  margin-bottom: 15px;
}

.academy-eligibility-box h3 {
  font-size: 20px;
  color: #031742;
  margin-bottom: 5px;
}

.academy-eligibility-box p {
  color: #666;
  line-height: 1.5;
  font-size: 18px;
  max-width: 80%;
}

.academy-document-box {
  padding-top: 30px;
}

.academy-document-box ul {
  list-style: none;
  padding: 0;
}

.academy-document-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: #031742;
  font-size: 16px;
}

.academy-document-box ul li i {
  color: #031742;
}

/* ===================================
   FORM
=================================== */
.academy-form-group {
  margin-bottom: 0px;
}

.academy-form-group input,
.academy-form-group select,
.academy-form-group textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
}

.academy-form-group textarea {
  height: 100px;
  padding-top: 18px;
  resize: none;
}

.academy-full-width {
  width: 100%;
  margin: 10px 0;
}

.academy-checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.academy-checkbox-group p {
  color: #555;
  margin-bottom: 0;
}
.academy-checkbox-group input {
  width: 20px;
  height: 20px;
}

.academy-checkbox-group a {
  color: blue;
  font-weight: 700;
  text-decoration: none;
}

.academy-submit-btn {
  width: 100%;
  height: 50px;
  border: none;
  background: #f4b400;
  color: #031742;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

.academy-submit-btn i {
  margin-left: 10px;
}

/* ===================================
   PROGRAM
=================================== */

.academy-program-sec {
  background: #02194b;
}

.academy-program-heading {
  text-align: center;
  margin-bottom: 50px;
}

.academy-program-subtitle {
  color: #f4b400;
  font-size: 15px;
  margin-bottom: 12px;
}

.academy-program-title {
  color: #fff;
  font-size: 32px;
}

.academy-program-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.academy-program-box {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
}

.academy-program-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #031742;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.academy-program-icon i {
  color: #f4b400;
  font-size: 25px;
}

.academy-program-box h3 {
  color: #031742;
  font-size: 18px;
  margin-bottom: 5px;
}

.academy-program-box span {
  display: block;
  color: #555;
  font-size: 16px;
}

.academy-program-box p {
  color: #666;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}

/* ===================================
   CONTACT STRIP
=================================== */

.academy-contact-strip {
  background: url("https://images.pexels.com/photos/163452/cricket-player-sport-game-163452.jpeg")
    center/cover no-repeat;
  padding: 50px 0;
  position: relative;
}

.academy-contact-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.academy-contact-grid {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 120px;
}

.academy-contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.academy-contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #031742;
  display: flex;
  align-items: center;
  justify-content: center;
}

.academy-contact-icon.whatsapp {
  background: #25d366;
}

.academy-contact-icon i {
  color: #fff;
  font-size: 28px;
}

.academy-contact-content span {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.academy-contact-content h3 {
  color: #fff;
  font-size: 34px;
}

/* contact page */
/* ===================================
   COMMON
=================================== */

.academy-message-sec,
.academy-map-sec {
  padding: 30px;
}

/* ===================================
   MESSAGE SECTION
=================================== */

.academy-message-sec {
  background: #f7f7f7;
}

.academy-message-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.academy-message-left,
.academy-touch-right {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.academy-message-title,
.academy-touch-title {
  color: #031742;
  font-size: 28px;
  margin-bottom: 10px;
}

.academy-message-line {
  width: 70px;
  height: 4px;
  background: #f4b400;
  margin-bottom: 25px;
}

.academy-message-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.academy-message-form-group {
  margin-bottom: 25px;
}

.academy-message-form-group label {
  display: block;
  margin-bottom: 12px;
  color: #031742;
  font-weight: 600;
}

.academy-message-form-group input,
.academy-message-form-group select,
.academy-message-form-group textarea {
  width: 100%;
  height: 58px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 18px;
  outline: none;
  font-size: 15px;
}

.academy-message-form-group textarea {
  height: 160px;
  padding-top: 18px;
  resize: none;
}

.academy-message-full-width {
  width: 100%;
}

.academy-message-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.academy-message-checkbox p {
  color: #555;
}

.academy-message-checkbox a {
  color: #031742;
  text-decoration: none;
}

.academy-message-btn {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  background: #f4b400;
  color: #031742;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.academy-message-btn i {
  margin-left: 10px;
}

/* ===================================
   GET IN TOUCH
=================================== */

.academy-touch-desc {
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 14px;
}

.academy-touch-box {
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 15px;
}

.academy-touch-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #031742;
  display: flex;
  align-items: center;
  justify-content: center;
}

.academy-touch-icon i {
  color: #f4b400;
  font-size: 22px;
}

.academy-touch-content h3 {
  color: #031742;
  font-size: 16px;
  margin-bottom: 5px;
}

.academy-touch-content p {
  color: #555;
  line-height: 1.3;
  margin: 0;
  font-size: 14px;
}

.academy-map-sec {
  background: #fff;
}

.academy-map-box {
  border-radius: 18px;
  overflow: hidden;
}
.academy-enrollment-sec {
  background: #f7f7f7;
}

.academy-enrollment-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 10px;
}
.academy-enrollment-left,
.academy-enrollment-right {
  border-radius: 16px;
  padding: 20px 30px;
}
.academy-enrollment-right {
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.academy-enrollment-right:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.academy-enrollment-subtitle {
  color: #d4a017;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.academy-enrollment-title {
  font-size: 30px;
  color: #031742;
  margin-bottom: 10px;
}

.academy-enrollment-desc {
  color: #555;
  line-height: 1.5;
  margin-bottom: 30px;
}

.academy-enrollment-image img {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  object-fit: cover;
}

.academy-eligibility-box {
  margin-top: 35px;
  border-bottom: 1px solid #ddd;
}

.academy-eligibility-box h4,
.academy-document-box h4 {
  color: #d4a017;
  font-size: 16px;
  margin-bottom: 15px;
}

.academy-eligibility-box h3 {
  font-size: 20px;
  color: #031742;
  margin-bottom: 5px;
}

.academy-eligibility-box p {
  color: #666;
  line-height: 1.5;
  font-size: 18px;
  max-width: 80%;
}

.academy-document-box {
  padding-top: 30px;
}

.academy-document-box ul {
  list-style: none;
  padding: 0;
}

.academy-document-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: #031742;
  font-size: 16px;
}

.academy-document-box ul li i {
  color: #031742;
}

/* ===================================
   FORM
=================================== */

.academy-form-title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.academy-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.academy-form-group {
  margin-bottom: 8px;
}

.academy-form-group label {
  display: block;
  margin-bottom: 4px;
  color: #031742;
  font-size: 13px;
  font-weight: 500;
}

.academy-form-group input,
.academy-form-group select,
.academy-form-group textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
}

.academy-form-group textarea {
  height: 100px;
  padding-top: 18px;
  resize: none;
}

.academy-full-width {
  width: 100%;
  margin: 10px 0;
}

.academy-checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.academy-checkbox-group p {
  color: #555;
  margin-bottom: 0;
}
.academy-checkbox-group input {
  width: 20px;
  height: 20px;
}

.academy-checkbox-group a {
  color: blue;
  font-weight: 700;
  text-decoration: none;
}

.academy-submit-btn {
  width: 100%;
  height: 50px;
  border: none;
  background: #f4b400;
  color: #031742;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

.academy-submit-btn i {
  margin-left: 10px;
}


/* index page ap-slider */
.zenNumbersSection{
    padding:30px 0;
    background:#f7f8fb;
}

.zenNumbersHeader{
    text-align:center;
    margin-bottom:40px;
}

.zenNumbersTitle{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#07152d;
}

.zenNumbersRow{
    display:grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    gap:20px;
}

.zenNumbersCard{
    background:#fff;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
    background: linear-gradient(58.2deg,#0038ff -.03%,#1abcfe 100.03%);
}

/* Number Slider */

.zenNumberItem{
    text-align:center;
    padding:40px 20px;
}

.zenNumberItem h3{
    margin:0 0 10px;
    font-size:38px;
    font-weight:800;
    color:#fff;
    line-height:1;
}

.zenNumberItem span{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Winner Slider */

.zenWinnerItem{
    text-align:center;
}

.zenWinnerItem img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    margin:auto;
    display:block;
}

.zenWinnerItem h4{
    margin:20px 0 0;
    font-size:22px;
    font-weight:700;
    color:#07152d;
}

/* Owl Dots */
.zenWinnerSlider{
    position: relative;
}

.zenNumbersCard .owl-dots{
    width: 100%;
    text-align:center;
    position: absolute;
    bottom: 0;
}

.zenNumbersCard .owl-dot{
    margin:0 4px;
}

.zenNumbersCard .owl-dot span{
    width:6px;
    height:6px;
    background:#d6d9e0;
    border-radius:50%;
    display:block;
    transition:.3s;
}

.zenNumbersCard .owl-dot.active span{
    width:28px;
    border-radius:30px;
    
    background:#283d64;
}

.novaMediaInfoRow{
    display:flex;
    gap:20px;
    margin-top:25px;
    align-items:stretch;
}

.novaMediaCard{
    width:180px;
    color: #fff;
    border-radius:10px;
    padding:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
.novaBlueCard{
    background: linear-gradient(58.2deg,#001a58 -.03%,#004a8c 100.03%);
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #004a8c;
}
.novaVoiletCard{
     background: linear-gradient(58.2deg,#001a58 -.03%,#c6168d 100.03%);
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #c6168d;
    
}

.novaMediaCard:hover{
    transform:translateY(-5px);
}

.novaMediaCard a{
    text-decoration:none;
    color:#07152d;
}

.novaMediaIcon img{
    width:55px;
    height:55px;
    object-fit:contain;
}

.novaMediaText{
    display:block;
    margin-top:15px;
    font-size:15px;
    font-weight:700;
    color: #fff;
}

.novaFactsCard{
    flex:1;
    background:linear-gradient(75.19deg,#282968 0,#f58220 100%);
    border-radius:10px;
    flex-direction: column;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #f58220;
    padding:20px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.novaFactsTitle{
    margin:0 0 15px;
    font-size:22px;
    font-weight:800;
}

.novaFactsContent p{
    margin:0;
    font-size:16px;
    line-height:1.4;
    opacity:.95;
}
.novaChampionsRow{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:25px;
    margin-top:25px;
}

.novaPlayerSliderBox{
    flex:1;
    min-width:0;
    position: relative;
}

.novaPlayerCard{
    border-radius:24px;
    overflow:hidden;
    display:flex;
    align-items:flex-start;
    position:relative;
    padding: 0 25px;
}

.novaOrangeTheme{
    background:linear-gradient(135deg,#ff8f1f,#ff5b00);
}

.novaPurpleTheme{
    background:linear-gradient(135deg,#5b2cff,#8f56ff);
}

.novaBlueTheme{
    background:linear-gradient(135deg,#0077ff,#00b7ff);
}

.novaGoldTheme{
    background:linear-gradient(135deg,#b8860b,#f0c14b);
}

.novaPlayerImage{
    width:45%;
}

.novaPlayerImage img{
    width:100%;
    display:block;
}

.novaPlayerInfo{
    flex:1;
    color:#fff;
    padding-left:20px;
    margin-top: 40px;
}

.novaAwardLogo{
    margin-bottom:15px;
}

.novaAwardLogo img{
    height:50px;
    width:auto;
}

.novaPlayerName{
    font-size:20px;
    font-weight:800;
    margin:0 0 20px;
    line-height:1.2;
}

.novaPlayerStat{
    display:flex;
    justify-content:flex-start;
    gap: 20px;
    margin-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,.15);
    padding-bottom:10px;
}

.novaPlayerStat span{
    font-size:14px;
}

.novaPlayerStat strong{
    font-size:18px;
    font-weight:700;
}

.novaOrangeSlider{
    
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* Owl Dots */
.novaPlayerSliderBox .owl-dots{
    width: 100%;
    text-align:center;
    position: absolute;
    bottom: 0;
}

.novaOrangeCapSlider .owl-dot, .novaTeamStatsSlider .owl-dot{
    margin:0 4px;
}

.novaOrangeCapSlider .owl-dot span, .novaTeamStatsSlider .owl-dot span{
    width:6px;
    height:6px;
    background:#d6d9e0;
    border-radius:50%;
    display:block;
    transition:.3s;
}

.novaOrangeCapSlider .owl-dot.active span, .novaTeamStatsSlider .owl-dot.active span{
    width:16px;
    border-radius:30px;
    
    background:#283d64;
}

.engage-zone-section {
    background: #0E2241;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.engage-main-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.engage-main-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background: #F4B400;
    display: block;
    margin: 15px auto 0;
    border-radius: 20px;
}

.engage-card {
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 5px;
    overflow: hidden;
    transition: all .35s ease;
    border: 2px solid transparent;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.engage-card:hover {
    transform: translateY(-8px);
    border-color: #F4B400;
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

.engage-card img {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.orbit-app-showcase{
    background:#0E2140;
    padding:120px 0px;
    overflow:hidden;
    position:relative;
    margin:50px 0;
}

.orbit-content-box{
    color:#fff;
}

.orbit-main-title{
    font-size:32px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:25px;
}

.orbit-desc{
    font-size:18px;
    line-height:1.7;
    margin-bottom:20px;
}

.orbit-store-buttons{
    display:flex;
    gap:15px;
    margin-top:35px;
}

.orbit-store-buttons img{
    height:55px;
}

.orbit-device-area{
    position:relative;
    text-align:center;
}

.orbit-phone-image{
    max-width:340px;
    position:relative;
    z-index:2;
    animation:orbitFloat 4s ease-in-out infinite;
}

.orbit-firework{
    position:absolute;
    width:450px;
    height:450px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:
    repeating-conic-gradient(
    #f4b400 0deg 8deg,
    #ff5e5e 8deg 16deg,
    #59d98e 16deg 24deg,
    transparent 24deg 30deg
    );
    mask:radial-gradient(circle,
    transparent 0 120px,
    #000 125px);
    animation:orbitRotate 20s linear infinite;
}

@keyframes orbitRotate{
    from{
        transform:translate(-50%,-50%) rotate(0deg);
    }
    to{
        transform:translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes orbitFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
}

/* Filter Section */
.pointsTablePage{
    background: #f5f7fb;
    padding: 30px 0;
}
.pts-filter-wrap{
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.pts-custom-dropdown{
    position:relative;
}

.pts-select-box{
    min-width:190px;
    height:48px;
    padding:0 15px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    background:#fff;
    color:#222;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    outline:none;
    transition:.3s;
}

.pts-select-box:hover{
    border-color:#0d6efd;
}

.pts-select-box:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}

.ptsx-wrapper{
    padding:30px 0px;
}

.ptsx-container{
    max-width:1300px;
    margin:auto;
    overflow-x:auto;
}

.ptsx-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.ptsx-table thead{
    background:#0c1f4d;
}

.ptsx-table thead th{
    color:#fff;
    padding:16px 12px;
    font-size:14px;
    font-weight:600;
    text-align:center;
}

.ptsx-table tbody td{
    padding:14px 12px;
    border-bottom:1px solid #ececec;
    text-align:center;
    font-size:14px;
    color:#222;
}

.ptsx-table tbody tr:hover{
    background:#f8fbff;
}

.ptsx-team{
    display:flex;
    align-items:center;
    gap:10px;
    text-align:left !important;
}

.ptsx-team img{
    width:34px;
    height:34px;
    object-fit:contain;
}

.ptsx-team span{
    font-weight:600;
}

.ptsx-points{
    font-weight:700;
    color:#0c1f4d;
}

.ptsx-form{
    display:flex;
    justify-content:center;
    gap:6px;
}

.ptsx-form span{
    width:28px;
    height:28px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
    font-weight:700;
}

.ptsx-form .win{
    background:#18b663;
}

.ptsx-form .loss{
    background:#e53935;
}

.overallStat-tab-section{
    width:100%;
    margin:30px 0;
}

.overallStat-tab-header{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px;
    background:#f5f5f5;
    border-radius:12px;
    flex-wrap:wrap;
}

.overallStat-tab-btn{
    border:none;
    background:transparent;
    padding:12px 24px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    border-radius:8px;
    transition:all .3s ease;
    color:#444;
}

.overallStat-tab-btn:hover{
    background:#e9e9e9;
}

.overallStat-tab-btn.active{
    background:#fff;
    color:#0066ff;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.overallStat-tab-content{
    margin-top:20px;
}

.overallStat-tab-pane{
    display:none;
}

.overallStat-tab-pane.active{
    display:block;
}

.overallStat-tab-pane h2{
    margin-bottom:10px;
    color:#222;
}

.overallStat-tab-pane p{
    color:#666;
    line-height:1.6;
}

.stats-filter-section{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin:20px 0;
}

.stats-filter-section select,
.stats-filter-section input{
    height:45px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
    min-width:180px;
}

.stats-filter-section input{
    flex:1;
}
.atblx-leaders-section{
    padding:60px 0;
    background:#f7f8fc;
}

.atblx-leaders-heading{
    font-size:34px;
    font-weight:700;
    color:#0d1e49;
    text-align:center;
    margin-bottom:35px;
    text-transform:uppercase;
}

.atblx-leaders-carousel .owl-stage{
    display:flex;
}

.atblx-slide-item{
    padding:10px;
}

.atblx-leader-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    position:relative;
}

.atblx-leader-card:hover{
    transform:translateY(-8px);
}

.atblx-leader-image{
    position:relative;
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.atblx-leader-image img{
    max-height:220px;
    width:auto;
    object-fit:contain;
}

.atblx-team-logo{
    position:absolute;
    right:15px;
    bottom:15px;
    width:55px;
    height:55px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.atblx-team-logo img{
    width:38px;
    height:38px;
    object-fit:contain;
}

.atblx-card-title{
    text-align:center;
    padding:12px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:.5px;
}

.atblx-orange-cap{
    background:#ff481e;
}

.atblx-blue-card{
    background:#0d1e49;
}

.atblx-card-content{
    text-align:center;
    padding:25px 20px 30px;
}

.atblx-card-content h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin:0 0 15px;
}

.atblx-stat-value{
    font-size:42px;
    font-weight:800;
    color:#0d1e49;
    line-height:1;
    margin-bottom:8px;
}

.atblx-card-content span{
    display:block;
    color:#666;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:20px;
}

.atblx-view-list-btn{
    display:inline-block;
    padding:10px 24px;
    background:#0d1e49;
    color:#fff !important;
    border-radius:50px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.atblx-view-list-btn:hover{
    background:#ff481e;
    color:#fff !important;
}

.atblx-leaders-carousel .owl-nav{
    margin-top:25px;
    text-align:center;
}

.atblx-leaders-carousel .owl-nav button{
    width:45px;
    height:45px;
    border-radius:50% !important;
    background:#0d1e49 !important;
    color:#fff !important;
    font-size:22px !important;
    margin:0 6px;
    transition:.3s;
}

.atblx-leaders-carousel .owl-nav button:hover{
    background:#ff481e !important;
}

.atblx-leaders-carousel .owl-dots{
    text-align:center;
    margin-top:15px;
}

.atblx-leaders-carousel .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#cfd3df !important;
    display:block;
    border-radius:50%;
}

.atblx-leaders-carousel .owl-dot.active span{
    background:#ff481e !important;
}

@media(max-width:991px){

    .atblx-leaders-heading{
        font-size:28px;
    }

    .atblx-leader-image{
        height:220px;
    }

    .atblx-stat-value{
        font-size:34px;
    }
}

.crx-teams-section{
    padding:60px 0;
}

.crx-teams-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
}

.crx-team-card{
    background:#fff;
    border:2px solid #F4B400;
    border-radius:16px;
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    text-decoration:none;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
}

.crx-team-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.crx-team-card img{
    max-width: 100%;
    width:100%;
    height:100%;
    object-fit:contain;
}
    .team-page{
    padding:40px 0;
}

.page-title{
    text-align:center;
    margin-bottom:30px;
}

.page-title h2{
    font-size:32px;
    font-weight:700;
    color:#0b4f9c;
    margin-bottom:5px;
}

.page-title p{
    color:#777;
}

.player-table{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.player-table table{
    width:100%;
    border-collapse:collapse;
}
.player-table thead{
    background:#0b4f9c;
}
.player-table thead th{
    color:#fff;
    padding:18px;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.player-table tbody td{
    padding:10px 12px;
    border-bottom:1px solid #eee;
    font-size:15px;
    color:#444;
}
.player-table tbody tr{
    transition:.3s;
}
.player-table tbody tr:hover{
    background:#f5f9ff;
}
.player-role{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}
.player-role.batter{
    background:#e8f7ec;
    color:#198754;
}
.player-role.bowler{
    background:#e8f1ff;
    color:#0d6efd;
}
.player-role.allrounder{
    background:#fff4db;
    color:#ff9800;
}
.player-role.wicketkeeper{
    background:#f3e8ff;
    color:#7b1fa2;
}
@media(max-width:768px){

    .player-table{
        overflow-x:auto;
    }
    .player-table table{
        min-width:650px;
    }
}


