@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  padding: 0;
  margin: 0;
}

button,
input,
select,
option,
textarea {
  font-family: 'Montserrat', sans-serif !important;
}

#navbar + div {
  margin-top: 5rem !important;
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: height, opacity;
  transition-timing-function: ease;
  overflow: hidden;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

/* ========================
   Contact Us page
======================== */
.contact-page {
  background-color: #fff;
  min-height: 100vh;
}

.contact-hero {
  text-align: center;
  padding: 7.5rem 1.5rem 2.5rem;
}

.contact-hero__title {
  font-family: 'Changa One', 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  color: #0d0d0d;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  letter-spacing: 0.02em;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.18);
}

.contact-hero__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #444;
  margin: 0;
}

.contact-form-section {
  padding: 0 1.5rem 4rem;
  max-width: 780px;
  margin: 0 auto;
}

.contact-success__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-success__icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  flex-shrink: 0;
}

.contact-success__icon svg {
  width: 38px;
  height: 38px;
}

.contact-success__title {
  font-family: 'Changa One', 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.contact-success__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 420px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 600px) {
  .contact-form-section {
    padding: 0 0.75rem 3rem;
  }
}
