body,
p {

  font-family: "Google Sans", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Inter", sans-serif !important; */
}

.bg-primary {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #111 100%) !important;
}

.text-pribtn-primary {
  color: #14a0d8 !important;
}

.btn-primary {
  background: linear-gradient(135deg, #5cc4ed, #11a0dc, #0d7fb5) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 15px rgba(13, 127, 181, 0.3);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #a0dfff, #5cc4ed, #11a0dc) !important;
  color: #fff !important;
  box-shadow: 0 6px 25px rgba(17, 160, 220, 0.5);
  transform: translateY(-1px);
}

a {
  text-decoration: none;
}

.btn {
  border-width: 0px !important;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 15px 3em !important;
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  height: 45px;
  /* position: absolute; */
  /* left: 0; */
  /* top: -17px; */
}

.nav-link {
  padding: 1rem 1.5rem 0;
  font-size: 1.2rem;
}

.nav-link:hover {
  opacity: 0.8;
}

.container-fluid {
  max-width: 90%;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #11a0dc, #0d7fb5) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  margin-left: 5px;
}

.social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13, 127, 181, 0.4);
}
#hero .house-anim {
  content: "";
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50%;
  height: 50%;
  z-index: 0;
  opacity: 0.6;
}

/* Gold particles */
.accent-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: radial-gradient(circle, #5cc4ed, #11a0dc);
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 4s ease-in-out infinite;
}

.particle:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { top: 25%; left: 80%; animation-delay: 0.7s; }
.particle:nth-child(3) { top: 60%; left: 25%; animation-delay: 1.4s; }
.particle:nth-child(4) { top: 40%; left: 65%; animation-delay: 2.1s; }
.particle:nth-child(5) { top: 75%; left: 45%; animation-delay: 0.3s; }
.particle:nth-child(6) { top: 20%; left: 50%; animation-delay: 1.8s; }
.particle:nth-child(7) { top: 55%; left: 90%; animation-delay: 2.5s; }
.particle:nth-child(8) { top: 80%; left: 15%; animation-delay: 3.2s; }

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5) translateY(0); }
  30% { opacity: 0.8; transform: scale(1.5) translateY(-10px); box-shadow: 0 0 8px 2px rgba(17, 160, 220, 0.6); }
  60% { opacity: 0.4; transform: scale(1) translateY(-20px); }
}

#hero {
  background: url("/images/bg.jpg") center/cover no-repeat;
  min-height: 90vh;
  position: relative;
}
#hero:after {
  content: "'";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(10, 8, 2, 0.85) 40%, rgba(26, 20, 5, 0.6) 100%);
}

/* Gold accent line at bottom of hero */
#hero .wave-divider svg path {
  filter: drop-shadow(0 -4px 8px rgba(17, 160, 220, 0.15));
}
.hero-logo {
  bottom: 10%;
  right: 0%;
  max-width: 300px;
  z-index: 1;
}
.grad-text {
  background: linear-gradient(90deg, #0d7fb5, #5cc4ed, #11a0dc, #a0dfff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
  animation: shimmer 4s linear infinite;
}

@keyframes shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
section {
  position: relative;
}

.top-contact-bar {
  position: sticky;
  top: 0;
  z-index: 1031;
  font-size: 0.85rem;
}

.navbar-sticky {
  position: sticky;
  top: 36px;
  z-index: 1030;
}

#hello {
  overflow: hidden;
  padding-bottom: 100px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #111 100%) !important;
}

#hello .container-fluid {
  padding-bottom: 40px;
}

.wave-divider {
  position: absolute;
  height: 200px;
  overflow: hidden;
  margin-top: -142px;
  z-index: 0;
  bottom: -2px;
  width: 100%;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
}

.nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  color: #5cc4ed;
  box-shadow: 0 2px 10px rgba(13, 127, 181, 0.2);
}

.tabs-full {
  display: flex;
  width: 100%;
  gap: 10px;
}

.tabs-full .nav-item {
  flex: 1;
  margin: 0;
}

.tabs-full .nav-link {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #00000088;
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
  /* font-size: 0.9rem; */
  padding: 16px 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* border: 1px solid rgba(0, 0, 0, 0.674); */
  transition: all 0.2s ease;
}



.tabs-full .nav-link img {
  height: 42px;
}

.tabs-full .nav-link i {
  font-size: 1.5rem;
  color: #11a0dc;
}

.tabs-full .nav-link.active i {
  color: #fff;
}

.tabs-full img {
  vertical-align: middle;
}

/* Step titles in tab content */
.step-title {
  color: #5cc4ed;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.footer-socials a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #11a0dc, #0d7fb5) !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  box-shadow: 0 4px 15px rgba(17, 160, 220, 0.5);
  transform: translateY(-2px);
}

.footer-socials a i {\n  color: #fff !important;\n  font-size: 20px !important;\n}

.foo-white a {
  background-color: #ffffff !important;
}

.foo-white a i {
  color: #000000 !important;
}

.footer-img {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  z-index: 1;
}

.footer-img img {
  width: 100%;
  object-fit: cover;
  max-width: 450px;
}

.footer-hero {
  color: #000;
  position: relative;
  z-index: 1;
}

.footer-hero .col-md-6 {
  position: relative;
  z-index: 1;
}

.footer-hero:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  background: #fff;
  z-index: 0;
}

.footer-text {
  margin-top: 8%;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #11a0dc, #5cc4ed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-btm {
  font-size: 11px;
  border-top: 1px solid rgba(17, 160, 220, 0.15);
}

.tcb-in {
  justify-content: space-between;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}

/* Videos section styling */
#videos h2 {
  margin-bottom: 1rem;
}

#videos .video-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

#videos .video-card-desc {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

#videos .video-thumb {
  box-shadow: 8px 8px #d0d0d0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid rgba(17, 160, 220, 0.08);
}

#videos .video-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px #11a0dc33, 0 12px 32px rgba(13, 127, 181, 0.15);
  border-color: rgba(17, 160, 220, 0.2);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpolygon points='9.5,7.5 16.5,12 9.5,16.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.video-thumb:hover::after {
  background-color: #11a0dc;
  box-shadow: 0 0 15px rgba(17, 160, 220, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a1a1a'%3E%3Cpolygon points='9.5,7.5 16.5,12 9.5,16.5'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%) scale(1.1);
}

.house {
  top: 10%;
  left: 5%;
  max-width: 250px;
  animation: floating 4s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

.tick-mark {
  bottom: 10%;
  right: 30%;
  max-width: 100px;
  animation: floating 2s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

.anh {
  margin-left: auto !important;
}
.key {
  animation: floating 3s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Premium gold hero name */
.hero-name {
  background: linear-gradient(90deg, #ffffff, #a0dfff, #ffffff, #5cc4ed, #ffffff);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: nameShimmer 6s linear infinite;
}

@keyframes nameShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}

/* Gold accent on hero subtitle */
#hero h3 {
  color: #5cc4ed;
  font-weight: 300;
  letter-spacing: 2px;
}

/* Credentials Bar */
.credentials-bar {
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  gap: 0.5rem !important;
}
.credential-item {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  padding: 6px 14px;
  border: 1px solid rgba(17, 160, 220, 0.35);
  border-radius: 50px;
  background: rgba(13, 127, 181, 0.1);
  backdrop-filter: blur(4px);
  font-weight: 400;
  transition: all 0.3s ease;
}
.credential-item:hover {
  border-color: rgba(17, 160, 220, 0.7);
  background: rgba(13, 127, 181, 0.2);
  color: #fff;
}
.credential-item strong {
  color: #5cc4ed;
  font-weight: 700;
  margin-right: 3px;
}

/* Gold top border on tab content */
.tab-content {
  border-top: 2px solid #11a0dc;
}

/* Gold line separator for video section heading */
#videos .display-6::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #0d7fb5, #5cc4ed, #0d7fb5);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* Premium btn-light styling */
.btn-light {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 1px solid rgba(17, 160, 220, 0.4) !important;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.btn-light:hover {
  background: rgba(17, 160, 220, 0.15) !important;
  border-color: rgba(17, 160, 220, 0.7) !important;
  color: #5cc4ed !important;
  box-shadow: 0 4px 15px rgba(13, 127, 181, 0.2);
}

/* Gold accent line on contact bar */
.top-contact-bar {
  border-bottom: 1px solid rgba(17, 160, 220, 0.2);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    /* max-width: 459px; */
  }
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 1rem;
  }

  .navbar-brand img {
    height: 38px;
    top: -13px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 96%;
  }
  .navbar-sticky {
    top: 0;
    position: sticky;
  }
  .top-contact-bar {
    position: relative;
    font-size: 0.78rem;
  }
  .top-contact-bar .social-icon {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  nav .nav-item:first-child {
    margin-top: 20px;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }

  .anh i {
    margin-right: 1px !important;
  }
  .anh {
    padding: 10px 1em !important;
    font-size: 13px;
    letter-spacing: -0.5pt !important;
    margin-left: 15px !important;
  }
  .key,
  .house,
  .tick-mark {
    max-width: 70px !important;
  }
  .house {
    left: -3%;
    top: 5%;
  }
  .key {
    right: -2% !important;
    top: 30% !important;
  }
  .tick-mark {
    right: 5%;
    bottom: 5%;
  }
}
@media (max-width: 767px) {
  .tabs-full {
    flex-wrap: wrap;
  }
  .tabs-full .nav-item {
    flex: 1 1 calc(50% - 5px);
  }
  .tabs-full .nav-link {
    font-size: 0.75rem;
    padding: 10px 6px;
  }
  .tabs-full .nav-link i {
    font-size: 1.1rem;
  }
  .mike-hero-img {
    max-width: 620px;
    width: 100%;
  }

  .wave-divider.wd-2 {
    margin-top: 0;
  }

  .house {
    top: 5%;
    left: -5%;
    max-width: 60px;
  }
  .small,
  small {
    font-size: 0.8em;
  }
  .tick-mark {
    right: 0%;
    bottom: 5%;
    max-width: 50px;
  }
  .key {
    right: -5% !important;
    top: 25% !important;
    max-width: 50px !important;
  }

  .footer-hero:after {
    height: 103%;
    border-radius: 30px;
  }

  .footer-text {
    margin-bottom: 8%;
  }

  .tcb-in {
    justify-content: center;
  }
  .top-contact-bar .d-flex.align-items-center.small {
    justify-content: center;
    width: 100%;
  }
  .top-contact-bar .list-unstyled {
    justify-content: center;
    width: 100%;
    margin-top: 4px;
  }
  .hero-logo {
    bottom: 8%;
    right: 10%;
    max-width: 168px;
  }
  #hello {
    padding-bottom: 160px;
  }
  .tabs-full .nav-item {
    flex: 1;
    margin: 0 2px;
  }
  .tabs-full .nav-link {
    font-size: 0.7rem;
    padding: 10px 6px;
    gap: 4px;
  }
  .tabs-full .nav-link img {
    width: 24px;
    height: 24px;
  }
  .tabs-full .nav-link i {
    font-size: 1.2rem;
  }
  .tab-content {
    padding: 1.5rem !important;
  }
  .tab-content h2,
  .tab-content .step-title {
    font-size: 0.95rem;
  }
  .tab-content p {
    font-size: 0.9rem;
  }
  #videos .col-md-4 {
    margin-bottom: 2rem !important;
  }
  #videos .video-card-title {
    font-size: 1.05rem;
  }
  .navbar-brand img {
    height: 24px;
    top: -6px;
  }
  .navbar .container-fluid {
    max-width: 100%;
  }
}

/* --- Join My Team Section --- */
#join-team {
  background: linear-gradient(135deg, #0d7fb5 0%, #5cc4ed 100%);
  background: url(images/bg-2.jpg) center/cover no-repeat;
  color: #fff;
  box-shadow: 0 8px 32px rgba(13,127,181,0.12);
  padding: 48px 0;
}
#join-team h2 {
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #90e1ff, #47b9e8, #e0efc5, #0d83ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#join-team .step-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#join-team .row.g-3 > .col-md-6 > .p-3 {
  background: rgb(0, 0, 0);
  border-radius: 18px;
  height: 100%;
}
#join-team strong {
  color: #a0dfff !important;
  font-size: 1.1rem;
}
#join-team small {
  color: #fff;
  opacity: 0.95;
}
#join-team .btn-light.btn-sm {
  background: linear-gradient(90deg, #a0dfff, #5cc4ed);
  color: #0d7fb5;
  font-weight: 700;
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(160,223,255,0.15);
  padding: 12px 32px;
  font-size: 1rem;
  margin-top: 12px;
}
#join-team .btn-light.btn-sm:hover {
  background: linear-gradient(90deg, #5cc4ed, #a0dfff);
  color: #0d7fb5;
  box-shadow: 0 4px 16px rgba(17,160,220,0.18);
}
#join-team .border-top {
  border-top: 2px solid #a0dfff !important;
  margin-top: 32px;
}
#join-team .fw-semibold {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  #join-team {
    padding: 32px 0;
    border-radius: 18px;
  }
  #join-team h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #join-team {
    padding: 18px 0;
    border-radius: 8px;
  }
  #join-team h2 {
    font-size: 1.3rem;
  }
  #join-team .row.g-3 > .col-md-6 > .p-3 {
    border-radius: 8px;
    font-size: 0.95rem;
  }
}
/* --- End Join My Team Section --- */

/* 4-cols equal height for Join My Team section */
#join-team .4-cols {
  display: flex;
  flex-wrap: wrap;
}
#join-team .4-cols > [class^="col-"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#join-team .4-cols > [class^="col-"] > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  #join-team .4-cols {
    display: block;
  }
  #join-team .4-cols > [class^="col-"] {
    display: block;
    height: auto;
  }
}
