  body.secfullhomebg {
    background-color: #000;
    background-image: url(../images/Home-page-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sechome {
    padding: 60px;
  }

  .seclogoimg {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mailogo p {
    font-size: 24px;
    font-weight: bold;
    color: #d3ff00;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid #d3ff00;
    padding: 5px 12px;
    border-radius: 6px;
    line-height: 1.1;
    text-align: center;
    margin: 0;
    transition: all 0.3s ease;
  }

  .seclogoimg:hover a {
    text-decoration: none;
  }

  .secallboxbg {
    padding-top: 50px;
  }

  .secbgbox {
    background-color: #0B0A07;
    border: 2px solid #4E4D4A;
    border-radius: 20px;
    padding: 20px 30px;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
  }

  .secbgbox:hover {
    background-color: #000;
    transform: translateY(-5px);
    box-shadow: 0 0 10px #d3ff00;
  }

  .secbgbox i {
    color: #CCF31E;
    font-size: 40px;
  }

  .secbgbox h3 {
    color: #CCF31E;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
  }

  .secallboxbg a:hover {
    text-decoration: none;
  }

  .custom-btn {
    background: #111;
    color: #eee;
    border: 1px solid #444;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .custom-btn i {
    font-size: 18px;
  }

  .custom-btn:hover {
    background-color: #222;
    color: #fff;
    border-color: #d3ff00;
    box-shadow: 0 0 5px #d3ff00;
  }

  @media (max-width: 768px) {
    .sechome {
      padding: 30px 15px;
    }

    .mailogo p {
      font-size: 20px;
      padding: 4px 10px;
    }

    .secbgbox i {
      font-size: 30px;
    }

    .secbgbox h3 {
      font-size: 18px;
    }

    .overlay {
      padding: 0px !important;
      min-height: auto !important;
    }

  }

  @media (max-width: 576px) {
    .secbgbox {
      padding: 15px 15px;
      border-radius: 15px;
    }

    .secbgbox i {
      font-size: 26px;
    }

    .secbgbox h3 {
      font-size: 16px;
      padding-top: 12px;
    }
  }

  /* enquiry */
  body.secfullenquribg {
    background-color: #000;
    background-image: url(../images/EnquiryForm-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;

  }

  .overlay {
    background: rgba(19, 18, 18, 0.479);
    min-height: 100vh;
    padding: 20px;
    padding-bottom: 60px;
  }

  .form-container {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
    max-width: 500px;
    margin: auto;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }

  .form-container h2 {
    color: #d3ff00;
    font-weight: bold;
    text-align: center;
  }

  label {
    color: #ccc;
    margin-top: 10px;
  }

  .form-control,
  .form-select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #444;
    color: #fff;
  }

  .form-control::placeholder {
    color: #bbb;
  }

  .btn-submit {
    background-color: #d3ff00;
    color: #000;
    font-weight: bold;
    border: none;
    margin-top: 20px;
  }

  .btn-submit:hover {
    background-color: #c0e800;
  }

  .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .back-home {
    color: #d3ff00;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .back-home:hover {
    color: #fff;
    text-decoration: underline;
    transform: translateX(-3px);
    text-decoration: none;
  }

  .back-home i {
    transition: transform 0.3s ease, color 0.3s ease;
    margin-right: 6px;
    font-size: 18px;
  }

  .back-home:hover i {
    transform: translateX(-3px);
    color: #fff;
  }

  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #d3ff00;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid #d3ff00;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 0.9rem;
  }

  .form-select,
  .form-select option {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 16px !important;
  }

  .form-control {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 1px solid #444 !important;
  }

  .form-control::placeholder {
    color: #bbb !important;
  }

  @media (max-width: 576px) {
    .form-container {
      padding: 20px;
    }

    .logo {
      font-size: 20px;
      padding: 4px 8px;
    }
  }


  /* user-login */
  body.secfulluserloginbg {
    background-color: #000;
    background-image: url(../images/User-Login-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .overlay2 {
    /* padding: 20px; */
    padding-bottom: 60px;
  }

  .top-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
  }

  .back-home {
    color: #d3ff00;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .back-home:hover {
    color: #fff;
    transform: translateX(-3px);
  }

  .back-home i {
    margin-right: 6px;
  }

  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #d3ff00;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid #d3ff00;
    padding: 5px 12px;
    border-radius: 6px;
    line-height: 1.1;
    text-align: center;
  }

  .login-box {
    max-width: 450px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #444;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }

  .login-box h2 {
    color: #d3ff00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-control {
    background-color: #000;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
  }

  .form-control::placeholder {
    color: #aaa;
  }

  .login-info {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }

  .login-info span {
    color: #d3ff00;
    font-weight: 500;
  }

  .btn-login {
    background-color: #d3ff00;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-top: 25px;
    transition: all 0.3s ease;
  }

  .btn-login:hover {
    background-color: #c0e800;
  }

  hr {
    border: 1px solid #d3ff00;
    opacity: 0.4;
    margin: 15px 0 25px;
  }

  @media (max-width: 576px) {
    .login-box {
      padding: 25px;
    }

    .logo {
      font-size: 20px;
      padding: 4px 8px;
    }
  }

  /* pakage */
  body.secfullpakagebg {
    background-color: #000;
    background-image: url(../images/Packages-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
  }
   .package-box {
      background: rgba(0, 0, 0, 0.85);
      border-radius: 20px;
      padding: 30px;
      border: 1px solid #333;
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .package-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(211, 255, 0, 0.2);
    }

    .badge-custom {
      background-color: transparent;
      border: 1px solid #d3ff00;
      color: #d3ff00;
      font-size: 13px;
      padding: 4px 12px;
      border-radius: 20px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .badge-custom:hover {
      background-color: #d3ff00;
      color: #000;
    }

    .package-box h6 {
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
    }

    .price-tag {
      color: #d3ff00;
      font-size: 36px;
      font-weight: bold;
    }

    .package-box ul li {
      margin-bottom: 10px;
      color: #cfcfcf;
      font-size: 15px;
    }

    .btn-enquire {
      background-color: #d3ff00;
      color: #000;
      font-weight: bold;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .btn-enquire:hover {
      background-color: #c1f000;
      color: #000;
    }
    .package-box ul li {
  display: flex;
  align-items: center;
  gap: 8px; 
  margin-bottom: 6px; 
  font-size: 15px;
  line-height: 1.4;
}

.package-box ul li i.fa-check {
  color: #c1f000; 
  font-size: 14px;
  flex-shrink: 0; 
}

/* trainers */
body.secfulltrainersbg {
    background-color: #000;
    background-image: url(../images/Trainers-Info-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .trainer-section {
  background: #00000079;
  padding: 60px 20px;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: #D3FF00 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center !important;
}
 
.trainer-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 10px rgba(211, 255, 0, 0.1);
  transition: 0.3s;
}

.trainer-card:hover {
  box-shadow: 0 0 20px rgba(211, 255, 0, 0.3);
}

.trainer-img {
  height: 400px;
  overflow: hidden;
}

.trainer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; /* 👈 ensures head is not cut */
  display: block;
}

.trainer-overlay {
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  flex-grow: 1;
  justify-content: flex-end;
}

.trainer-overlay h5 {
  font-size: 18px;
  font-weight: bold;
  color: #D3FF00;
  margin-bottom: 10px;
}

.trainer-overlay p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}
.trainer-overlay span {
  display: inline-block;
  background: #D3FF00;
  color: #000;
  font-weight: 600;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
  transition: all 0.3s;
}

.trainer-overlay span:hover {
  background: #fff700;
  color: #000;
}

/* Responsive behavior */
@media (max-width: 767px) {
  .trainer-img {
    height: 350px;
  }
  .section-title {
    font-size: 22px;
  }
}
