/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");
body {
  line-height: 1.8;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Arial", sans-serif;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: #ffd700;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #ffd700;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ffd700;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 50px; /* Rounded buttons */
  font-weight: bold; /* Bold font */
  background-color: #000 !important; /* Black background */
  color: #fff !important; /* White font */
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.btn:hover {
  background-color: #ffd700 !important; /* Yellow background */
  color: #fff !important; /* Keep text white on hover */
  text-decoration: none;
  outline: none;
}

.bg-shadow {
  background-color: #eee;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: #ffd700 !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Arial", sans-serif;
}

.page-title {
  padding: 155px 0 100px;
}

.overly, .bg-4 {
  position: relative;
}
.overly:before, .bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .textimonial, .cta, .slider, .page-title {
  position: relative;
}
.overly-2:before, .textimonial:before, .cta:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

#success, #error {
  display: none;
}

.text-color {
  color: #ffd700;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease;
}

a:hover, a:focus {
  color: #ffd700 !important;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #333;
}

.yellow-divider {
  width: 100%;
  height: 4px;
  background: #FFD600;
  margin: 2rem 0;
  border-radius: 2px;
}

.division .d-flex.align-items-center > div {
  min-width: 0;
}

.navbar-nav li {
  padding: 0px 10px;
}
.navbar-nav .nav-link {
  font-family: "Arial", sans-serif;
  color: #eee;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.25s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #ffd700;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
  border-bottom: none;
  box-shadow: none;
}

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #444;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  background-color: #1c1c1c;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transform: translateY(0%);
}

.dropdown-item {
  color: #ffffff;
  padding: 10px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #ffd700;
  color: #000000;
}

.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu li {
  padding-left: 0px;
}

.fixed-nav {
  background: #333;
}

.navbar-toggler {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 10px;
}

.navbar-collapse.collapse.show {
  background: #333;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transform: translateY(0%);
}

.slider {
  background: url("../images/fisbasebanner.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.slider .overly-2::before, .slider .textimonial::before, .slider .cta::before, .slider .page-title::before, .slider .slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.slider h1 {
  font-size: 95px;
  line-height: 95px;
}
.slider span.subhead {
  color: #eee;
  letter-spacing: 5px;
  border: 2px solid #eee;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.bg-2 {
  position: relative;
  background: url("../images/bg/rank_list_banner.png") no-repeat;
  background-size: cover;
  z-index: 1;
}

.bg-2::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  display: block !important;
}

.bg-3 {
  position: relative;
  background: url("../images/newbase.png") no-repeat;
  background-size: cover;
  z-index: 1;
}

.bg-4 {
  background: url("../images/about/img-7.jpg") no-repeat;
  background-size: cover;
}

.mt-80px {
  margin-top: -80px;
}

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.why .card {
  transition: all 0.4s ease 0s;
}
.why .card:hover {
  background: #333;
}

.why .card:hover h3,
.why .card:hover p {
  color: #eee;
}

.hover-style-1 {
  position: relative;
}
.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  transition: all 600ms ease;
  background: linear-gradient(90deg, rgb(5, 5, 5) 0%, #ffd700 100%);
  border-color: #ffd700;
}
.hover-style-1 h3, .hover-style-1 p, .hover-style-1 a, .hover-style-1 i, .hover-style-1 h4 {
  position: relative;
  transition: all 600ms ease;
}
.hover-style-1:hover:before {
  height: 100%;
}
.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #eee;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Add to your CSS file */
@media (min-width: 992px) {
  .about-img-shift {
    position: relative !important;
    left: -80px !important;
    z-index: 2;
    /* Optional: allow image to overflow the container */
    width: -moz-max-content;
    width: max-content;
  }
  .about .container {
    overflow: visible !important;
  }
}
.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: #ffd700;
}

.course-widget li a {
  color: #232323;
  opacity: 0.9;
}

.team-content-overlay li a {
  color: #eee;
}
.team-content-overlay li a:hover {
  background: #ffd700;
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(41, 40, 45, 0.85);
  transition: opacity 0.3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}
.team-wrap .card-subtitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}
.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #444;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.team-wrap ul li a:hover {
  background: #ffd700;
  border-color: #ffd700;
  color: #eee !important;
}

.divider {
  margin: 0 auto;
  background: #ffd700;
  width: 45px;
  height: 4px;
}

.cta {
  background: url("../images/bg/discordimage.png") fixed 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.192);
  pointer-events: none;
}
.cta .cta-text-wrapper {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  color: #fff;
  text-align: center;
}

.w-40 {
  width: 40%;
}

.testimonial-slider .slick-dots li {
  color: #eee;
}

.slick-dots li.slick-active button::before {
  color: #ffd700;
}

.slick-dots li button::before {
  color: #eee;
  font-size: 10px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.lh-35 {
  line-height: 35px;
}

.pricing .card-body ul li {
  font-size: 15px;
}
.pricing h3 {
  padding-left: 20px;
}
.pricing h3 sup {
  top: 20px;
  left: 0px;
}
.pricing h3 sub {
  font-size: 13px;
}
.pricing .btn-solid-border:hover {
  color: #eee !important;
}

.theme-box {
  background: #f9f9f9;
  border: 2px solid #ffd700;
  border-radius: 16px;
  padding: 2rem 1rem 1.5rem 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: box-shadow 0.2s;
  color: #eee;
  overflow: hidden;
}

.theme-box:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
}

.about-header {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.about-dropdown {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  color: #ffd700;
  border-radius: 16px;
  overflow-y: auto;
  word-break: break-word;
  padding: 2rem 1rem 1.5rem 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  text-align: left;
  font-size: 0.95rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s;
}

.theme-box:hover .about-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.member-box.theme-box {
  position: relative;
  width: 340px;
  min-width: 320px;
  max-width: 400px;
  min-height: 420px;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-word;
}

.member-box.theme-box .vision-dropdown {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s;
}

.member-box.theme-box .vision-btn + .vision-dropdown {
  /* No hover effect for vision-dropdown */
}

.member-box.theme-box:hover .vision-dropdown {
  /* Prevent hover from opening the vision-dropdown */
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}

.member-box.theme-box .vision-dropdown.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.map {
  width: 100%;
  height: 450px;
}

.mt--170 {
  margin-top: -170px;
}

.blog .card a h4 {
  font-weight: 700;
}
.blog .card a h4:hover {
  color: #ffd700;
}

.blog-post-meta span {
  font-size: 13px;
}

.lh-25 {
  line-height: 23px;
}

.search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tags a {
  display: inline-block;
  color: #232323;
  border: 1px solid #444;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow a {
  width: 35px;
  height: 35px;
  background: #eee;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.pagination {
  border: 0px;
}
.pagination li a {
  color: #232323;
}
.pagination .page-item.active .page-link {
  background-color: #ffd700;
  border-color: #ffd700;
  color: #eee !important;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}
.pagination .page-link {
  background: transparent;
  padding: 15px 20px;
}

.font-size-12 {
  font-size: 12px;
}

.post-tags a {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
}

.social-share a {
  color: #232323;
  padding: 0px 10px;
}

.reply-btn {
  font-size: 12px;
  padding: 6px 17px;
  font-weight: 400;
  border: 2px solid #eee;
}

.footer {
  padding-top: 90px;
  padding-bottom: 45px;
  background: #222;
  color: #fff;
  width: 100%;
}
.footer p {
  color: #eee;
  opacity: 0.8;
  font-size: 14px;
}

.bg-black {
  background: #111;
}

.footer-menu li a {
  color: #eee;
  opacity: 0.8;
  font-size: 14px;
}
.footer-menu li a:hover {
  color: #ffd700;
  opacity: 1;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #eee;
  opacity: 0.8;
  font-size: 18px;
  padding-left: 10px;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .slider h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }
  .lead {
    font-size: 1rem;
  }
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .number {
    font-size: 50px;
    line-height: 65px;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .services .media img {
    width: 100% !important;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}
.gallery {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.world-clock, .pay-policy {
  background: linear-gradient(135deg, #ffeb99, #ffd700);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.world-clock:hover,
.pay-policy:hover {
  transform: translateY(-5px);
}

.world-clock h3, .pay-policy h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.world-clock p, .pay-policy p {
  font-size: 1rem;
  color: #555;
}

.pay-policy ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 1rem;
  color: #555;
}

.gallery .pay-policy .pay-policy-btn {
  background-color: #000 !important; /* Black background */
  color: #fff !important; /* White font */
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.gallery .pay-policy .pay-policy-btn:hover {
  background-color: #ffd700 !important; /* Yellow background */
  color: #000 !important; /* Black font */
}

.slider {
  background: #000 url("../images/newbase.png") no-repeat center center;
  background-size: 150% auto;
  background-position: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.rank-list-section,
.section.services {
  background: #000;
  color: #FFD600;
  padding: 60px 0;
}
.rank-list-section .section-title h2,
.section.services .section-title h2 {
  color: #fff;
  font-weight: bold;
}
.rank-list-section .section-title p,
.section.services .section-title p {
  color: #FFD600;
}
.rank-list-section .division,
.section.services .division {
  background: transparent;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
}
.rank-list-section .division .division-header,
.section.services .division .division-header {
  margin-bottom: 1rem;
}
.rank-list-section .division .division-header h2, .rank-list-section .division .division-header h2 strong,
.section.services .division .division-header h2,
.section.services .division .division-header h2 strong {
  color: #FFD600;
  font-size: 2rem;
  font-weight: bold;
}
.rank-list-section .division .division-header img.rank-image,
.section.services .division .division-header img.rank-image {
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 0.5rem;
  max-width: 120px;
}
.rank-list-section .division p,
.section.services .division p {
  color: #FFD600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.rank-list-section .division ul.list-unstyled,
.section.services .division ul.list-unstyled {
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
}
.rank-list-section .division ul.list-unstyled li,
.section.services .division ul.list-unstyled li {
  color: #FFD600;
  font-size: 1rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 214, 0, 0.1);
}
.rank-list-section .division ul.list-unstyled li:last-child,
.section.services .division ul.list-unstyled li:last-child {
  border-bottom: none;
}
.rank-list-section .yellow-divider,
.section.services .yellow-divider {
  border-top: 2px solid #FFD600;
  margin: 2rem 0;
}

.division-header h2 strong {
  color: #fff !important;
}

.division-header {
  text-align: center;
}
.division-header + p {
  text-align: center;
}

.btn-view {
  background: #ffd700;
  color: #111;
  font-weight: 700;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.15);
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-size: 1rem;
}

.btn-view:hover, .btn-view:focus {
  background: #111;
  color: #ffd700;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.25);
  outline: none;
}

.policy-card {
  background: #111;
  color: #ffd700;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  border: none;
  transition: transform 0.2s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.2s;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.policy-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.15), 0 4px 24px rgba(0, 0, 0, 0.35);
}

.policy-card .card-header {
  background: #ffd700;
  color: #111;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 1rem 1rem 0 0;
  border-bottom: none;
  letter-spacing: 1px;
  text-align: center;
}

.policy-card .card-body {
  background: #111;
  color: #ffd700;
  border-radius: 0 0 1rem 1rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.policy-card .card-text {
  color: #ffd700;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.modal-body iframe {
  width: 100%;
  height: 500px;
  border-radius: 0.5rem;
  border: 2px solid #ffd700;
  background: #111;
}

.policy-modal {
  background: #111;
  color: #ffd700;
  border-radius: 1rem;
}

.policy-modal .modal-header {
  background: #111;
  border-bottom: 2px solid #ffd700;
  border-radius: 1rem 1rem 0 0;
}

.policy-modal .modal-title {
  color: #ffd700;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .policy-card {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
  .modal-body iframe {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 90vw;
  }
  .modal-body iframe {
    height: 700px;
  }
}
.section.special-units {
  background: linear-gradient(135deg, #181818 0%, #232323 100%);
  padding: 3rem 0;
}

.unit-card {
  background: #111;
  border-radius: 1.25rem;
  border: 2px solid #FFD600;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.unit-card .unit-icon {
  font-size: 2.2rem;
  color: #FFD600;
}
.unit-card .text-yellow {
  color: #FFD600;
}
.unit-card .btn-yellow {
  background: #FFD600;
  color: #111;
  border: none;
  font-weight: bold;
  border-radius: 2rem;
  transition: background 0.2s, color 0.2s;
}
.unit-card .btn-yellow:hover, .unit-card .btn-yellow:focus {
  background: #111;
  color: #FFD600;
  box-shadow: 0 0 8px #FFD600;
}
.unit-card .row[id$=-members] {
  margin-top: 1.5rem;
}
.unit-card .row[id$=-members] .member-avatar {
  margin: 0.5rem 0;
  text-align: center;
  background: none;
  box-shadow: none;
  border: none;
}
.unit-card .row[id$=-members] .member-avatar img {
  border-radius: 0 !important;
  border: none !important;
  width: 120px;
  height: 180px;
  background: none;
  box-shadow: none;
}
.unit-card .row[id$=-members] .member-avatar .member-name {
  color: #FFD600;
  font-size: 1rem;
  margin-top: 0.5rem;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.unit-members {
  /* Do NOT set display here! Let Bootstrap handle it */
  opacity: 1 !important;
  color: #FFD600 !important;
}

.member-avatar, .member-name {
  display: block !important;
  opacity: 1 !important;
  color: #FFD600 !important;
}

.nav-tabs {
  border-bottom: 2px solid #FFD600;
}
.nav-tabs .nav-link {
  color: #FFD600;
  background: #181818;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  background: #FFD600;
  color: #181818;
  border: none;
}

.unit-tabs {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #181818;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  border: none;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: normal;
  scrollbar-width: thin;
  scrollbar-color: #ffd700 #222;
}
.unit-tabs .nav-item {
  flex: 0 0 auto;
  text-align: center;
  margin: 0;
}
.unit-tabs .nav-link {
  width: 100%;
  min-width: 0;
  border-radius: 2rem;
  color: #FFD600;
  background: transparent;
  border: none;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
  font-size: 0.98rem;
  position: relative;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-tabs .nav-link i {
  margin-right: 0.5rem;
  transition: color 0.2s, transform 0.2s;
}
.unit-tabs .nav-link.active {
  color: #181818;
  background: #FFD600;
  box-shadow: 0 4px 24px rgba(255, 214, 0, 0.2);
  font-weight: 700;
}
.unit-tabs .nav-link.active i {
  color: #181818;
  transform: scale(1.2);
}
.unit-tabs .nav-link.active::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #FFD600 60%, #fff200 100%);
  border-radius: 2px;
  margin-top: 0.5rem;
  animation: tab-underline 0.3s cubic-bezier(0.4, 2, 0.6, 1) both;
}

@keyframes tab-underline {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60%;
    opacity: 1;
  }
}
.leadership {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.leadership h6 {
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background: #b71c1c !important;
  color: #fff !important;
  border: none !important;
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

/* Center everything in the tab panes */
.tab-pane > .unit-card,
.tab-pane .unit-card > * {
  text-align: center;
}

.unit-card .d-flex.align-items-center {
  justify-content: center !important;
}

.unit-card .row.unit-members {
  justify-content: center !important;
}

.unit-card .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.unit-tabs .nav-link:hover,
.unit-tabs .nav-link:focus {
  background: inherit !important;
  color: #FFD600 !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.meet-foundation img,
.foundation-members img {
  width: 64px !important;
  height: 110px !important;
  border-radius: 0 !important;
}

.unit-tabs::-webkit-scrollbar {
  height: 6px;
}

.unit-tabs::-webkit-scrollbar-thumb {
  background: #ffd700;
  border-radius: 3px;
}

.section.scripts-section {
  background: linear-gradient(135deg, #181818 0%, #232323 100%);
  padding: 3rem 0;
}

.training-card, .unit-card {
  background: #111;
  border-radius: 1.25rem;
  border: 2px solid #FFD600;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.training-card .text-yellow, .unit-card .text-yellow {
  color: #FFD600;
}

.nav-tabs {
  border-bottom: 2px solid #FFD600;
}
.nav-tabs .nav-link {
  color: #FFD600;
  background: #181818;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  background: #FFD600;
  color: #181818;
  border: none;
}

.unit-tabs {
  width: 100vw;
  max-width: 100vw;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #181818;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  padding: 0.5rem 12px;
  margin-bottom: 2rem;
  border: none;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: normal;
  scrollbar-width: thin;
  scrollbar-color: #ffd700 #222;
}
@media (max-width: 600px) {
  .unit-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.unit-tabs .nav-item {
  flex: 0 0 auto;
  text-align: center;
  margin: 0;
}
.unit-tabs .nav-link {
  width: 100%;
  min-width: 0;
  border-radius: 2rem;
  color: #FFD600;
  background: transparent;
  border: none;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
  font-size: 0.98rem;
  position: relative;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-tabs .nav-link.active {
  color: #181818;
  background: #FFD600;
  box-shadow: 0 4px 24px rgba(255, 214, 0, 0.2);
  font-weight: 700;
}
.unit-tabs .nav-link.active::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #FFD600 60%, #fff200 100%);
  border-radius: 2px;
  margin-top: 0.5rem;
  animation: tab-underline 0.3s cubic-bezier(0.4, 2, 0.6, 1) both;
}
.unit-tabs .nav-item:first-child {
  margin-left: 8px;
}
@media (max-width: 600px) {
  .unit-tabs .nav-item:first-child {
    margin-left: 14px;
  }
}
.unit-tabs .nav-item:last-child {
  margin-right: 8px;
}
@media (max-width: 600px) {
  .unit-tabs .nav-item:last-child {
    margin-right: 14px;
  }
}

@keyframes tab-underline {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60%;
    opacity: 1;
  }
}
/* Center everything in the tab panes */
.tab-pane > .training-card,
.tab-pane > .unit-card,
.tab-pane .training-card > *,
.tab-pane .unit-card > * {
  text-align: center;
}

.unit-card .btn,
.training-card .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.unit-tabs .nav-link:hover,
.unit-tabs .nav-link:focus {
  background: inherit !important;
  color: #FFD600 !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.unit-tabs::-webkit-scrollbar {
  height: 6px;
}

.unit-tabs::-webkit-scrollbar-thumb {
  background: #ffd700;
  border-radius: 3px;
}
/*# sourceMappingURL=style.css.map */
