html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
  width: 100%;
  position: relative;
}

.container,
.container-fluid,
section {
  overflow-x: clip;
  max-width: 100%;
}

.schools-map-overlap {
  margin-top: -250px;
  position: relative;
  z-index: 1;
}

.schools-swiper .swiper-slide {
  height: auto;
  width: 550px !important;
  flex-shrink: 0;
}

.schools-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(.85);
  transform-origin: center;
  opacity: .7;
  transition: transform .5s ease, opacity .5s ease;
}

.schools-swiper .swiper-slide-active {
  transform: scale(1);
  transform-origin: center;
  opacity: 1;
  transition: transform .5s ease, opacity .5s ease;
}

.filter-btn.active {
  color: white !important;
}

.filter-btn:not(.active) {
  color: var(--color-gold-normal) !important;
}

.lang-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: .5rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  min-width: fit-content;
}

.lang-dropdown:hover .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.lang-dropdown-arrow {
  transition: transform .2s ease;
}

.lang-dropdown:hover .lang-dropdown-arrow {
  transform: rotate(180deg);
}

#mobile-menu-toggle {
  position: relative;
}

.hamburger-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.hamburger-line:nth-child(1) {
  top: 25%;
}

.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hamburger-line:nth-child(3) {
  top: 75%;
}

#mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  margin-bottom: 0;
}

#mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
}

#mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  margin-bottom: 0;
}

.iti {
  width: 100%;
}

.iti__tel-input {
  width: 100%;
  padding: 0;
  padding-bottom: 1rem;
  background: transparent;
  outline: none;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid rgba(26, 26, 26, .4);
  color: black;
  transition: border-color .2s;
}

.iti__tel-input:focus {
  border-bottom-color: var(--color-gold-normal);
}

.iti__tel-input::placeholder {
  font-weight: 300;
  color: #9ca3af;
}

.iti__country-container {
  padding-bottom: 1rem;
}

.iti__selected-country {
  background: transparent !important;
  padding-left: 0;
}

.iti__arrow {
  border-top-color: #666;
}

.step-indicator-step {
  position: relative;
  background: #e5e7eb;
  color: #4b5563;
  padding: 12px 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 100px;
  max-width: fit-content;
  flex-shrink: 0;
  white-space: nowrap;
}

.step-indicator-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 12px solid #e5e7eb;
  transition: border-left-color .3s ease;
  z-index: 2;
}

.step-indicator-step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 12px solid transparent;
  z-index: 3;
}

.step-active {
  background: var(--color-gold-normal) !important;
  color: white !important;
  font-weight: 600;
}

.step-active:not(:last-child)::after {
  border-left-color: var(--color-gold-normal) !important;
}

.step-completed {
  background: var(--color-accent) !important;
  color: white !important;
}

.step-completed:not(:last-child)::after {
  border-left-color: var(--color-accent) !important;
}

.step-inactive {
  background: #e5e7eb;
  color: #4b5563;
}

.step-review-btn {
  background: #e5e7eb;
  color: #4b5563;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: all .3s ease;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
}

.step-review-active {
  background: var(--color-gold-normal) !important;
  color: white !important;
  font-weight: 600;
}

.step-review-inactive {
  background: #e5e7eb;
  color: #4b5563;
}

.step-review-inactive:hover {
  background: #d1d5db;
  color: #374151;
}

.add-education-btn {
  background-color: transparent;
}

.add-education-btn:hover {
  background-color: color-mix(in srgb, var(--color-gold-normal) 50%, transparent) !important;
}

.skills-container {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .75rem;
  min-height: 100px;
}

.skill-tag {
  display: inline-block;
  background: var(--color-gold-normal);
  color: white;
  padding: .15rem .5rem;
  border-radius: 1rem;
  margin: .25rem;
  font-size: .875rem;
}

.skill-tag .remove-skill {
  margin-left: .5rem;
  cursor: pointer;
  font-weight: bold;
  transition: opacity .2s;
}

.skill-tag .remove-skill:hover {
  opacity: .7;
}

.alert-success {
  background-color: #ecfdf5;
  color: #065f46;
}

.btn-remove-file:hover {
  background-color: var(--color-accent-dark);
}

@media (max-width:768px) {

  html,
  body {
    overflow-x: clip !important;
    position: relative
  }

  * {
    max-width: 100%
  }

  .schools-swiper .swiper-slide {
    width: 75vw !important
  }
}

@media (min-width:768px) {
  .iti__tel-input {
    font-size: 1.125rem
  }
}

@media (min-width:1024px) {
  .iti__tel-input {
    font-size: 1.375rem
  }

  .step-indicator-step {
    padding: 12px 30px 12px 20px;
    border-radius: 0;
    min-width: 120px
  }

  .step-indicator-step:first-child {
    padding-left: 20px;
    border-radius: 6px 0 0 6px
  }

  .step-indicator-step:last-child {
    padding-right: 20px;
    border-radius: 0 6px 6px 0
  }

  .step-indicator-step:last-child::after {
    display: none
  }
}

@media (min-width:1280px) {
  .schools-map-overlap {
    margin-top: -350px
  }
}