.ohl-bg-primary,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #3A4984 !important;
}

.ohl-text-primary {
  color: #3A4984 !important;
}

.ohl-border-primary {
  border-color: #3A4984 !important;
}

.ohl-btn-primary {
  background-color: #3A4984 !important;
  border-color: #3A4984 !important;
  color: #fff !important;
}

.ohl-btn-primary:hover,
.ohl-btn-primary:focus {
  background-color: #577792 !important;
  border-color: #577792 !important;
}

.ohl-btn-outline-primary {
  color: #3A4984 !important;
  border-color: #3A4984 !important;
  background-color: transparent !important;
}

.ohl-btn-outline-primary:hover,
.ohl-btn-outline-primary:focus {
  color: #fff !important;
  background-color: #3A4984 !important;
  border-color: #3A4984 !important;
}

.transition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-shadow {
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-shadow:hover, .hover-shadow:focus {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18) !important;
}

#page-loader {
  opacity: 1;
  pointer-events: all;
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  transition: opacity 0.4s;
}

#page-loader.hide {
  opacity: 0;
  pointer-events: none;
}

.loader-anim {
  display: flex;
  gap: 0.5rem;
}

.loader-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3A4984 60%, #6f42c1 100%);
  animation: loader-bounce 1.2s infinite both;
}

.loader-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loader-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loader-bounce {
  0%, 80%, 100% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

.home-main {
  padding: 2rem 0;
  background: #f8f9fa;
}

.home-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}
.home-hero h1 {
  font-size: 2.5rem;
  color: #2d3a4b;
  margin-bottom: 0.5rem;
}
.home-hero p {
  color: #5a6a7a;
  font-size: 1.2rem;
}

.home-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.feature-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
  padding: 2rem 1.5rem;
  width: 270px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.feature-card h2 {
  color: #1a2233;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
.feature-card p {
  color: #6c7a89;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.feature-card .feature-btn {
  background: #3A4984;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.feature-card .feature-btn:hover {
  background: #577792;
}
.feature-card:hover {
  box-shadow: 0 6px 32px rgba(44, 62, 80, 0.15);
}

.benefit-card {
  transition: box-shadow 0.2s;
}
.benefit-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(58, 73, 132, 0.1);
}

.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A4984;
  box-shadow: 0 2px 8px rgba(58, 73, 132, 0.1);
  font-size: 2rem;
}

.benefit-card.ohl-bg-primary {
  background: #3A4984 !important;
  color: #fff;
  border: none;
}

.benefit-card.ohl-bg-primary h5,
.benefit-card.ohl-bg-primary p {
  color: #fff;
}

.benefit-card.ohl-bg-primary p.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.icon-circle.bg-white {
  background: #fff !important;
  color: #3A4984;
  box-shadow: 0 2px 8px rgba(58, 73, 132, 0.1);
}

.icon-circle .ohl-text-primary {
  color: #3A4984 !important;
}

.hero-anim-img-group {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-anim-img-group {
    max-width: 100vw !important;
  }
}

#lottie-hero {
  width: 100%;
  max-width: 820px;
  height: 520px;
  min-height: 320px;
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
}
@media (max-width: 991.98px) {
  #lottie-hero {
    max-width: 100vw;
    height: 320px;
    min-height: 180px;
  }
}
@media (max-width: 575.98px) {
  #lottie-hero {
    height: 180px;
    min-height: 120px;
  }
}

@media (max-width: 575.98px) {
  #lottie-hero {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .stats-section .row > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  #career .row.align-items-center {
    flex-direction: column-reverse !important;
  }
  #career .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.sticky-contact-bar {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.sticky-contact-bar.hide-bar {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.main-logo-large {
  max-height: 48px;
  width: auto;
  height: 2.8rem;
}

.site-title-small {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.site-desc-small {
  font-size: 0.85rem;
}

@media (max-width: 991.98px) {
  .main-logo-large {
    max-height: 38px;
    height: 2.2rem;
  }
  .site-title-small {
    font-size: 1rem;
  }
}
#mentor-multistep-form .form-step {
  display: none;
  animation: fadeIn 0.3s;
}
#mentor-multistep-form .form-step.d-none {
  display: none !important;
}
#mentor-multistep-form .form-step:not(.d-none) {
  display: block;
}
#mentor-multistep-form .form-select, #mentor-multistep-form .btn {
  font-size: 1.1rem;
}
#mentor-multistep-form .btn {
  min-width: 120px;
}
#mentor-multistep-form .alert-success {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#mentor-multistep-form ul.list-group {
  margin-bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */