*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Manrope', sans-serif;
}
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;
}
/* ===== NAVBAR ===== */
.header-top-section{
    position:sticky;
    top:0;
    right:0;
    left:0;
    z-index:999;
}
.custom-navbar {
  padding: 12px 20px;
  background: linear-gradient(to right, #ffffff 0%, #f7faff 40%, #eef3ff 100%);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* ===== LOGO ===== */

.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: 70px;
  width: auto;
  object-fit: contain;
  image-rendering: auto;
}

/* ===== NAV LINKS ===== */
.navbar-nav .nav-link {
  color: #111;
  margin: 0 5px;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
}
.navbar-nav .nav-item img{
    margin-right:3px;
}

/* Underline hover */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #1a73e8;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* ===== TOGGLER ===== */
.navbar-toggler {
  border: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }
  .navbar-nav .nav-link {
    margin: 8px 0;
  }
}




.cricket-slider {
    width: 100%;
    height: 70vh;
}

.slide {
    height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/*.slide1 {*/
/*    background-image: url('../images/banner2.avif');*/
/*}*/

.slide2 {
    background-image: url('../images/banner1.avif');
}

.slide3 {
    background-image: url('../images/Banner.avif');
}

.overlay {
     background: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;     /* CENTER */
    text-align: center;      /* CENTER TEXT */
    padding: 0 20px;
}

.overlay h1 {
    font-size: 52px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

.overlay p {
    font-size: 18px;
    max-width: 600px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #f1f1f1;
}

.btn {
     padding: 14px 34px;
    background: #ff9800;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    transition: 0.3s ease;
}

.btn:hover {
       background: #ffffff;
    color: #000;
}



/* about section */

.about-dark {
  background: linear-gradient(180deg, #f7f9f8, #eef2f0);
  padding: 50px 20px;
  color: #111;
}
.about-content h3{
    font-size:30px;
}
.about-content ul{
    padding-left:10px;
}
.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: #555;
  margin-bottom:5px;
}

.about-content ul {
  list-style: none;
}

.about-content ul li {
  margin-bottom: 10px;
  position: relative;
  color: #333;
  padding-left:25px;
}

.about-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #5fa16b;
}

.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 us */

/* WHY CHOOSE US – POLISHED */

.why-choose-creative {
  padding: 30px 20px;
}

/* Section title */
.why-title {
  font-size: 36px;
  margin-bottom: 35px;   /* REDUCED GAP */
  max-width: 800px;
  line-height: 1.25;
  color: #111;
  position: relative;
}

/* subtle divider under heading */
.why-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #5fa16b;
  border-radius: 4px;
  margin-top: 14px;
}
.why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;  
}

.why-main{
    font-weight: 800;
    font-size: 20px;
}
.why-card {
  cursor: pointer;
  border-radius: 6px;
  overflow:hidden;
  border: 1px solid #e2e6e3;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.why-card:hover {
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  transform:scale(1.02);
}

.why-card:active {
  transform: scale(0.97);
}

.card-img {
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.why-card:hover .card-img img {
  transform: scale(1.06);
}


.card-content {
  padding: 15px;
}

.animated-heading {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.animated-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #5fa16b;
  border-radius: 4px;
  transition: width 0.35s ease;
}

/* animate ONLY line */
.animated-heading:hover::after {
  width: 100%;
}

/* TEXT */
.card-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


/* footer */



/* Footer Main */
.cricket-footer {
  background: #111;
  color: #fff;
  padding: 50px 30px 20px 60px;
  font-family: 'Manrope', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns:20% 25% 40%;
  gap:5%;
  width:100%;
  max-width:100%;
  margin: 0 auto;
}

/* 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 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 0px 20px;
   background: #f9fafc !important;

}


.testimonial-box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: center;
}
.testimonial-box .item {
    padding-top: 100px;
    position:relative;
}
.testimonial-box .item img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    margin: 20px auto;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%,-30%);
    transition: transform 0.3s ease;
    border: 2px solid black;
    display:block;
}

.testimonial-box .right-content1 {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    margin:10px;
}
.testimonial-box .right-content1:hover {
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.testimonial-box .right-content1 p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    text-align:justify;
}

/* Author section */
.testimonial-box .authorBox {
    text-align:center;
    display:block;
}


.testimonial-box .authorBox h4 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 600;
    color: #292929;
}

.testimonial-box .authorBox span {
    font-size: 13px;
    color: #777;
}
.testimonial-text .content {
  overflow: hidden;
  transition: all 0.3s ease;
}

.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 {
    background: url('../images/banner2.avif') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    text-align: center;
}

.coach-hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); /* dark overlay for readability */
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hero-content .breadcrumb {
    font-size: 16px;
    color: #ddd;
}


/* Section styling */
.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: 80px 20px;
    background: #0d1b2a;
    text-align: center;
    color: #fff;
}

.section-title1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    color: white;
}

/* Grid layout */
.gallery-grid-dark {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin: auto;
}

/* Card */
.gallery-card-dark {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-card-dark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover zoom */
.gallery-card-dark:hover img {
    transform: scale(1.1);
}

/* Overlay text */
.overlay-dark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    background: rgba(26, 115, 232, 0.8);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-card-dark:hover .overlay-dark {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-grid-dark {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 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: 80px 20px;
    background: #f5f8fc;
}

.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
}

.coaches-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.coach-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}
.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:350px;
    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.4s ease;
}

.gallery-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.25);
    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);
}


.coach-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.coach-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 18px;
    border: 4px solid #1a73e8;
}

.coach-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #222;
}

.coach-card span {
    font-size: 14px;
    font-weight: 600;
    color: #1a73e8;
    display: block;
    margin-bottom: 12px;
}

.coach-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}





/* our goal */

/* Section Background */
.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; /* Light background */
  padding: 100px 20px;
  color: #111;
}

.student-journey .section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.student-journey .section-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
}

/* Timeline */
.journey-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  margin-left: 40px;
}

/* Step */
.journey-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

/* Step Icon */
.journey-icon {
  flex-shrink: 0;
  font-size: 40px;
  color: #1a73e8;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.4s, color 0.4s;
}

.journey-step:hover .journey-icon {
  transform: scale(1.2);
  color: #ff9800;
}

/* Step Content */
.journey-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.journey-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Vertical line connecting steps */
.journey-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #1a73e8;
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 991px) {
  .journey-timeline {
    margin-left: 0;
  }

  .journey-step {
    flex-direction: row;
    gap: 15px;
  }
}





.training-logos {
  background: #f4f7fa;
  padding: 100px 20px;
  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: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Training Block */
.training-block {
  background: #fff;
  border-radius: 20px;
  width: 250px;
  padding: 35px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
  cursor: pointer;
}

/* Hover Effect: background changes */
.training-block:hover {
  background: #1a73e8;
  color: #fff;
  transform: translateY(-8px);
}

/* Icon */
.training-icon {
  font-size: 50px;
  color: #1a73e8;
  margin-bottom: 20px;
  transition: 0.4s;
}

.training-block:hover .training-icon {
  color: #fff;
}

/* Heading */
.training-block h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Description */
.training-block p {
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .training-grid {
    flex-direction: column;
    align-items: center;
  }
}





.what-we-do-section {
  background: #0d1b2a; /* Dark but not too heavy */
  padding: 50px 20px;
  color: #fff;
}

.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;
  height: 300px;
}

.what-we-do-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
  transition: transform 0.5s;

  
}

.what-we-do-image img:hover {
  transform: scale(1.05);
}

/* Right Content */
.what-we-do-content {
  flex: 1;
  min-width: 300px;
}

.what-we-do-content h2 {
  font-size: 36px;
  color: #ffcc00; /* Accent color */
  margin-bottom: 10px;
}

.what-we-do-content h3 {
  font-size: 24px;
  color: #1a73e8; /* Subheading accent */
  margin-bottom: 20px;
}

.what-we-do-content p {
  font-size: 16px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .what-we-do-grid {
    flex-direction: column;
    gap: 30px;
  }
}

.mission-section{
    padding:40px 0px;
    background:#fff;
}
.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:12px;
    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 16px;
  background: #a50d1e;
  color: #fff;
  border: none;
  border-radius: 6px;
  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;
}


