@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 14px;
}

.footer {
  position: relative;
  margin-top: 50px;
  background-color: #0d1b3d;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
.footer .circle-bg {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.3) 0%, transparent 70%);
  top: -100px;
  left: -100px;
  z-index: 0;
}
.footer .circle-bg-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.15) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
  z-index: 0;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .footer-logo {
  height: 82px;
  margin-bottom: 15px;
}
.footer .footer-heading {
  font-weight: 700;
  border-left: 3px solid #b88e2f;
  padding-left: 10px;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer .social-icons a {
  color: #b88e2f;
  font-size: 1.2rem;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #b0bec5;
}

.social-icons a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.social-icons i {
  color: #ffffff;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer a:hover {
  color: #2f60da;
}
.footer a:hover i {
  color: #ffffff;
}

.footer .social-icons a {
  color: #ffffff;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer .social-icons a:hover {
  background-color: #19316f;
  color: #0b0c2a;
}

.btn {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
}
.btn:hover {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
}

.header {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.header .navbar {
  padding: 0.5rem 0;
}
.header .navbar .logo {
  height: 64px;
  width: auto;
}
.header .navbar .nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
  margin: 0 0.8rem;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}
.header .navbar .nav-link:hover {
  color: #335dc7;
  font-weight: 600;
}

.nav-item.active > .nav-link {
  color: #335dc7;
  font-weight: 600;
  border-bottom: 2px solid #416ee1;
}

.about-company {
  background: #ffffff;
}
.about-company .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about-company .section-subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: #6c757d;
}
.about-company .feature-card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 1.2rem 1rem 1.2rem 3rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  transition: all 0.3s ease;
}
.about-company .feature-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.about-company .feature-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.about-company .feature-card .icon-wrapper i {
  color: #ffffff;
  font-size: 24px;
}
.about-company .feature-card .card-content {
  padding-left: 2rem;
}

.counter-section {
  background: url("/assets/imgs/a-male-hockey-player-is-playing-field-hockey-photo.jpeg") no-repeat center center/cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.counter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.counter-section .counter-box {
  padding: 2rem 1rem;
}
.counter-section .counter-box .icon {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.counter-section .counter-box .counter-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
}
.counter-section .counter-box .counter-number::after {
  content: "+";
  font-size: 1.5rem;
  margin-left: 0.2rem;
}
.counter-section .counter-box .counter-label {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #ffffff;
}

.about-team-section {
  background: #ffffff;
  overflow: hidden;
}
.about-team-section .section-description {
  max-width: 700px;
  margin: 0 auto;
  color: #777;
}
.about-team-section .team-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  text-align: center;
}
.about-team-section .team-card .social-icons {
  margin-top: 1rem;
}
.about-team-section .team-card .social-icons a {
  display: inline-block;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 5px;
  border-radius: 0.25rem;
  font-size: 0.6rem;
  transition: all 0.3s ease;
}

.section-title {
  font-weight: 600;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 0.5rem;
  text-align: center;
}

.section-underline {
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin: 0 auto 1rem;
}

.testimonial-section {
  background: url("/assets/imgs/Gemini_Generated_Image_hh476ghh476ghh47 (1).jpg") no-repeat center center/cover;
  background-attachment: fixed;
  position: relative;
}
.testimonial-section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 6rem 0;
}
.testimonial-section .section-title {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.testimonial-section .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin: 1rem auto 0;
}
.testimonial-section .section-subtitle {
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #ffffff;
}
.testimonial-section .testimonial-box .testimonial-text {
  color: #333;
  margin-bottom: 2rem;
  min-height: 42px;
}
.testimonial-section .testimonial-box .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-section .testimonial-box .testimonial-author .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #b88e2f;
}
.testimonial-section .testimonial-box .testimonial-author .author-info {
  text-align: left;
}
.testimonial-section .testimonial-box .testimonial-author .author-info h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}
.testimonial-section .testimonial-box .testimonial-author .author-info span {
  font-size: 0.85rem;
  color: #b88e2f;
  font-style: italic;
}
.testimonial-section .testimonial-controls {
  margin-top: 2rem;
}
.testimonial-section .testimonial-controls .btn-control {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
  border: none;
  margin: 0 0.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: 0.3s;
}
.testimonial-section .testimonial-controls .btn-control:hover {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
}

.team-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s;
}
.team-card img {
  border-radius: 0.5rem;
  max-height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.team-card .team-name {
  font-weight: 600;
  margin-top: 1rem;
  font-size: 1rem;
  margin-bottom: 0px;
}
.team-card .team-role {
  font-size: 0.9rem;
  color: #555;
}

.about-slider .slick-slider {
  margin: 0 -15px;
}
.about-slider .slick-slide {
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}

.image-slider2 .team-role {
  min-height: 42px;
}

.contact-section {
  background: #ffffff;
}
.contact-section .form-control {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(204, 204, 204, 0.5882352941);
  font-size: 0.95rem;
  transition: border 0.3s ease;
  border-radius: 8px;
}
.contact-section textarea.form-control {
  resize: none;
}
.contact-section .btn {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.text {
  color: #0f2d76;
}

.custom-form-box {
  border-radius: 1rem;
}

.event-page h2 {
  font-size: 2rem;
  font-weight: 600;
}
.event-page .event-details span {
  display: inline-block;
  margin: 0 1rem;
  font-size: 0.95rem;
  color: #6c757d;
}
.event-page .event-details span i {
  margin-right: 0.3rem;
  color: #b88e2f;
}
.event-page .booking-form {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 0.5rem;
}
.event-page .booking-form h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}
.event-page .booking-form .form-control {
  border-radius: 0.25rem;
}
.event-page .booking-form .btn-submit {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
  font-weight: 500;
}
.event-page .booking-form .btn-submit:hover {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
}
.event-page .related-events h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.event-page .related-events .event-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.event-page .related-events .event-item p {
  font-size: 0.7rem;
  font-weight: 500;
}
.event-page .related-events .event-item small {
  color: #6c757d;
  font-size: 0.8rem;
}
.event-page .about-event h5,
.event-page .event-timeline h5,
.event-page .event-list h5 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.event-page .about-event p,
.event-page .about-event li,
.event-page .event-timeline p,
.event-page .event-timeline li,
.event-page .event-list p,
.event-page .event-list li {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.event-page .share-icons a {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #0f296c;
}

details summary {
  cursor: pointer;
  outline: none;
}

.event-box {
  background-color: #1e2749;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.event-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.event-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.event-box li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.1rem;
  color: #f1f1f1;
}

.event-box li::before {
  content: "👉";
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  color: #fbc531;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .event-box {
    padding: 1.5rem;
  }
}
.upcoming-section {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.upcoming-section .section-title {
  font-size: 2.25rem;
  color: #212529;
  letter-spacing: 2px;
}
.upcoming-section .event-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: box-shadow 0.3s ease;
}
.upcoming-section .event-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.upcoming-section .event-item .event-title {
  font-weight: 600;
  color: #343a40;
}
.upcoming-section .event-item small {
  font-size: 0.875rem;
  color: #6c757d;
}

.league-title {
  text-align: center;
  margin-bottom: 20px;
}

.pool-section {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 30px;
}

.pool {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background-color: #e9ecef;
  flex: 1;
  min-width: 200px;
}

.pool h6 {
  text-align: center;
  background-color: #0d6efd;
  color: #fff;
  padding: 4px 0;
  margin-bottom: 10px;
}

.match-table {
  font-size: 0.9rem;
}

.opening-ceremony {
  color: red;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .pool-section {
    flex-direction: column;
  }
}
.league-title {
  text-align: center;
  margin-bottom: 20px;
}

.pool-section {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 30px;
}

.pool {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background-color: #e9ecef;
  flex: 1;
  min-width: 200px;
}

.pool h6 {
  text-align: center;
  background-color: #0d6efd;
  color: #fff;
  padding: 4px 0;
  margin-bottom: 10px;
}

.match-table {
  font-size: 0.9rem;
}

.opening-ceremony {
  color: red;
  font-weight: bold;
  text-align: center;
  background-color: #ffecec;
}

@media (max-width: 768px) {
  .pool-section {
    flex-direction: column;
  }
}
.women-pool {
  border: 1px solid #999;
  padding: 1rem;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.women-pool ol {
  padding-left: 1.2rem;
}

.eventimg {
  -o-object-fit: contain;
     object-fit: contain;
}

.signature-block {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
.signature-block strong {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.signature-block span {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.hero-section {
  background-image: url("/assets/imgs/Gemini_Generated_Image_1f3eyp1f3eyp1f3e (2).jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  color: #ffffff;
  animation: fadeIn 1.5s ease-in-out;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  animation: fadeUp 1.2s ease-in-out;
}
.hero-section .container h1,
.hero-section .container p {
  color: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-tabs.style3 .nav-tabs {
  border-bottom: none;
}
.gallery-tabs.style3 .nav-tabs .nav-link {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 0 0.5rem;
  color: #0d1b3d;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s;
}
.gallery-tabs.style3 .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.gallery-tabs.style3 .nav-tabs .nav-link:hover, .gallery-tabs.style3 .nav-tabs .nav-link.active {
  color: #0d1b3d;
}
.gallery-tabs.style3 .nav-tabs .nav-link:hover::after, .gallery-tabs.style3 .nav-tabs .nav-link.active::after {
  width: 50%;
}
.gallery-tabs.style3 .tab-content {
  margin-top: 2rem;
}
.gallery-tabs.style3 .tab-content .grid-overlay {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.gallery-tabs.style3 .tab-content .overlay-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 150px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-tabs.style3 .tab-content .overlay-card img,
.gallery-tabs.style3 .tab-content .overlay-card iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: none;
  border-radius: inherit;
}
.gallery-tabs.style3 .tab-content .overlay-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-tabs.style3 .tab-content .overlay-card:hover .overlay {
  opacity: 1;
}
.gallery-tabs.style3 .ratio {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}
.gallery-tabs.style3 .ratio iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-body {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.modal-body img {
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  color: #000;
  font-size: 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1056;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.nav-btn:hover {
  background: #fff;
  color: #000;
}
.nav-btn.prev-btn {
  left: 1rem;
}
.nav-btn.next-btn {
  right: 1rem;
}

@media (max-width: 768px) {
  .nav-btn {
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .gallery-tabs.style3 .tab-content .grid-overlay {
    gap: 1.5rem;
  }
}
.soft-hockey-banner {
  position: relative;
  background: url("/assets/imgs/home-banner.jpeg") no-repeat center center/cover;
  background-position: bottom;
  min-height: calc(100vh - 80px);
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.soft-hockey-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
  z-index: 1;
}
.soft-hockey-banner .container {
  position: relative;
  z-index: 2;
}
.soft-hockey-banner .hero-title {
  font-size: 3rem;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.soft-hockey-banner .hero-description {
  margin-top: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
.soft-hockey-banner .btn-primary {
  background: #2c3e50;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.team-section {
  background-color: #ffffff;
}
.team-section .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #080808;
}
.team-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 10px auto 0;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  border-radius: 2px;
}
.team-section .section-subtitle {
  color: #666;
}
.team-section .team-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-section .team-card .team-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #b88e2f;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.team-section .team-card .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.team-section .team-card .position {
  font-size: 0.95rem;
  color: #b88e2f;
  margin-bottom: 0.75rem;
}
.team-section .team-card .description {
  color: #555;
}

.styled-heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem;
}

.styled-heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.image-slider-section .carousel {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.image-slider-section .carousel-item img {
  -o-object-fit: fill;
     object-fit: fill;
}

.news-card {
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.news-card .news-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.news-card .news-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.75rem;
}
.news-card .news-description {
  font-size: 0.9rem;
  color: #555;
  margin: 0.5rem 0;
}
.news-card .read-more {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
}
.news-card .read-more:hover {
  text-decoration: underline;
}

.carousel-control-prev,
.carousel-control-next {
  width: 4rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s ease;
}
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-next-icon,
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  filter: invert(1);
  width: 1.5rem;
  height: 1.5rem;
}

.president-section-alt {
  background: url("/assets/imgs/hockey-bgbanner.jpg") no-repeat center center/cover;
  position: relative;
}
.president-section-alt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.president-section-alt .container {
  position: relative;
  z-index: 2;
}
.president-section-alt .section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 0.5rem;
}
.president-section-alt .section-subtitle {
  font-size: 1.1rem;
  color: #555;
}
.president-section-alt .president-card-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.president-section-alt .president-card {
  background: rgba(0, 0, 0, 0.83);
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 2rem;
  padding-top: 120px;
  margin-top: 70px;
  border: 1px solid #151515;
}
.president-section-alt .president-img-box {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.president-section-alt .president-img-box .president-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #1a1a1a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.president-section-alt .president-info .president-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d3557;
}
.president-section-alt .president-info .president-role {
  font-size: 1rem;
  color: #0d6efd;
  font-weight: 500;
}
.president-section-alt .president-info .president-bio {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
.president-section-alt .president-info .signature {
  width: 120px;
  opacity: 0.9;
}

.victory-graph-ui {
  background-color: #f4f7fa;
}
.victory-graph-ui .stat-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
}
.victory-graph-ui .stat-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.victory-graph-ui .stat-card .stat-title {
  padding: 12px 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.victory-graph-ui .stat-card .stat-body {
  padding: 20px;
}
.victory-graph-ui .stat-card .stat-body .progress-stacked {
  display: flex;
  height: 24px;
  overflow: hidden;
  background-color: #e9ecef;
  border-radius: 8px;
}
.victory-graph-ui .stat-card .stat-body .progress-stacked .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.victory-graph-ui .stat-card .stat-body .bg-pink {
  background-color: #d63384 !important;
}

.timeline-section {
  background-color: #f7f9fc;
  padding: 4rem 0;
}
.timeline-section .timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}
.timeline-section .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #3b82f6, #06b6d4);
  border-radius: 4px;
}
.timeline-section .timeline .timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}
.timeline-section .timeline .timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-section .timeline .timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-section .timeline .timeline-item .timeline-content {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.timeline-section .timeline .timeline-item .timeline-content::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #3b82f6;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.left .timeline-section .timeline .timeline-item .timeline-content::after {
  right: -38px;
}
.right .timeline-section .timeline .timeline-item .timeline-content::after {
  left: -38px;
}
.timeline-section .timeline .timeline-item .timeline-content h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.timeline-section .timeline .timeline-item .timeline-content p {
  font-size: 0.95rem;
  color: #333;
}

.latest-news {
  overflow: hidden;
}

.glass-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/assets/imgs/istockphoto-113547639-612x612.jpg") no-repeat center center/cover;
  padding: 2rem;
}
.glass-login .login-card {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
  padding: 3rem 2.5rem;
  width: 100%;
  max-width: 400px;
  color: #ffffff;
  text-align: center;
  animation: fadeIn 1s ease;
}
.glass-login .login-card form .form-floating {
  margin-bottom: 1.5rem;
}
.glass-login .login-card form .form-floating .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.glass-login .login-card form .form-floating .form-control::-moz-placeholder {
  color: #ccc;
}
.glass-login .login-card form .form-floating .form-control::placeholder {
  color: #ccc;
}
.glass-login .login-card form .form-floating .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 5px #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.glass-login .login-card form .form-floating label {
  color: #ccc;
}
.glass-login .login-card form .form-check {
  text-align: left;
  font-size: 0.9rem;
  color: #ddd;
}
.glass-login .login-card form .forgot-link {
  font-size: 0.9rem;
  color: #f0f0f0;
  text-decoration: none;
  float: right;
  transition: all 0.3s ease-in-out;
}
.glass-login .login-card form .forgot-link:hover {
  text-decoration: underline;
  color: #d1a749;
}
.glass-login .login-card form .signup-text {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #ccc;
}
.glass-login .login-card form .signup-text a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.glass-login .login-card form .signup-text a:hover {
  text-decoration: none;
  color: #d1a749;
}

.membership-section {
  background-color: #ffffff;
  padding: 3rem 0;
}
.membership-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  position: relative;
  margin-bottom: 1rem;
}
.membership-section .section-title .section-underline {
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin-top: 0.5rem;
}
.membership-section p.lead {
  color: #333;
  margin-bottom: 1rem;
}
.membership-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}
.membership-section .custom-quote {
  position: relative;
  padding-left: 3rem;
  font-style: italic;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6;
}
.membership-section .custom-quote::before {
  content: "❝";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: #ccc;
}
.membership-section .content-area {
  background: #f8f8f8;
}
.membership-section .content-area .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.membership-section .content-area .section-underline {
  width: 3rem;
  height: 3px;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin: 0.5rem 0 1rem 0;
}
.membership-section .content-area .section-description {
  color: #666;
}
.membership-section .content-area .membership-title {
  font-weight: bold;
  color: #333;
}
.membership-section .content-area .membership-text {
  color: #555;
}
.membership-section .content-area .read-more-btn {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
}
.membership-section .image-area {
  background-image: url("/assets/imgs/Gemini_Generated_Image_nnamaonnamaonnam (1) (1).jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.membership-section .image-area .image-overlay {
  width: 100%;
  height: 100%;
}

.highlight-card {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(148, 148, 149, 0.15);
  transition: transform 0.3s;
  height: 100%;
}
.highlight-card .icon-box {
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.highlight-card .badge {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: 50px;
}

.sports-highlights .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  position: relative;
  margin-bottom: 1rem;
}

.sports-highlights .section-title .section-underline {
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(135deg, #0d1b3d, #5773d7);
  margin-top: 0.5rem;
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
}

.section-underline {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #1e2a78;
  margin-top: 8px;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-card .team-img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #007bff;
}
.team-card .team-role {
  margin-bottom: 0px;
}
.team-card .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}
.team-card .position {
  font-size: 0.95rem;
  color: #007bff;
  margin-bottom: 0.75rem;
}
.team-card .description {
  font-size: 0.9rem;
  color: #555;
}

.offer-membership {
  background: url("/assets/imgs/Gemini_Generated_Image_hh476ghh476ghh47 (1).jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 5rem 1rem;
  position: relative;
}

.offer-membership::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.offer-membership .container {
  position: relative;
  z-index: 1;
}

.offer-membership .offer-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.offer-membership .offer-subtitle {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.offer-membership .offer-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #222222;
  transition: transform 0.3s ease;
}

.offer-membership .offer-card .offer-number {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
}

.offer-membership .offer-card h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.offer-membership .offer-card p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.offer-membership .offer-btn {
  background-color: #d1a850;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
}

.offer-membership .offer-btn:hover {
  background-color: #b38e3f;
}

.glass-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
  border-left: 6px solid #b88e2f;
  transition: all 0.3s ease;
}

.form-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 1.5rem;
}

input,
select,
textarea {
  background-color: #e6fbff;
  border: 1px solid #cdeef6;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 0.95rem;
  width: 100%;
  transition: border 0.3s ease;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #b88e2f;
  outline: none;
  background-color: #e6fbff;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #080808;
  font-size: 0.9rem;
  display: block;
}

textarea {
  resize: none;
  min-height: 80px;
}

.text-danger {
  color: #e53935 !important;
  font-weight: 500;
}

.image-card {
  overflow: hidden;
  border-radius: 1.25rem;
}

.image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.image-card {
  overflow: hidden;
  border-radius: 1.25rem;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-card img {
  max-height: 100%;
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.championship-listing .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-bottom: 2rem;
}
.championship-listing .champ-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
.championship-listing .champ-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #013aa6;
  margin-bottom: 1rem;
}
.championship-listing .champ-card p {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.championship-listing .champ-card .result-table {
  margin-top: 1rem;
}
.championship-listing .champ-card .result-table h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffba00;
  margin-bottom: 0.5rem;
}
.championship-listing .champ-card .result-table table {
  width: 100%;
}
.championship-listing .champ-card .result-table table th {
  background-color: black;
  color: #ffffff;
  text-align: center;
}
.championship-listing .champ-card .result-table table td {
  text-align: center;
}
.championship-listing .champ-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.pool-box {
  background-color: #fdfdfd;
  border: 2px solid #dee2e6;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
.pool-box .pool-heading {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  min-height: 60px;
  align-content: center;
}
.pool-box ul li {
  padding: 0.25rem 0;
}

.info-section {
  margin-top: 1rem;
}
.info-section .info-heading {
  background: linear-gradient(to right, #fbc02d, #ffeb3b);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #1b1b1b;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
.info-section .info-text {
  font-size: 0.95rem;
  color: #1b1b1b;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .championship-listing .champ-card .result-table table {
    width: 100%;
    max-width: 100%;
  }
  .championship-listing .champ-card .result-table {
    margin-top: 1rem;
    max-width: 100%;
    overflow: auto;
  }
}
.privacy-policy-section {
  min-height: 100vh;
  background-color: #f4f6f9;
  padding: 4rem 0;
}
.privacy-policy-section .policy-wrapper {
  max-width: 900px;
  background-color: #ffffff;
  padding: 3rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}
.privacy-policy-section .policy-wrapper h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
}
.privacy-policy-section .policy-wrapper h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #040505;
  font-weight: 600;
}
.privacy-policy-section .policy-wrapper h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  color: #343a40;
  font-weight: 600;
}
.privacy-policy-section .policy-wrapper h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
  color: #495057;
  font-weight: 500;
}
.privacy-policy-section .policy-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1rem;
}
.privacy-policy-section .policy-wrapper ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.privacy-policy-section .policy-wrapper ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
}
.privacy-policy-section .policy-wrapper ul strong {
  color: #000000;
}
.privacy-policy-section .policy-wrapper .last-updated {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.terms-section {
  min-height: 100vh;
  background-color: #f4f6f9;
  padding: 4rem 0;
}
.terms-section .terms-wrapper {
  max-width: 900px;
  background-color: #ffffff;
  padding: 3rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}
.terms-section .terms-wrapper h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
}
.terms-section .terms-wrapper h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #000101;
  font-weight: 600;
}
.terms-section .terms-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1rem;
}
.terms-section .terms-wrapper ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.terms-section .terms-wrapper ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
}
.terms-section .terms-wrapper .last-updated {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 2rem;
}/*# sourceMappingURL=main.css.map */