/* BEGIN STYLESHEET */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --gold: #D4A017;
  --gold-light: #F5D060;
  --green: #1A3A2A;
  --green-mid: #2E5C42;
  --cream: #FAF6EE;
  --warm-white: #FFFDF7;
  --text-dark: #1A1A1A;
  --text-mid: #4A4A4A;
}


/* Style a button component with class "hero-btn" */
.hero-btn .psc-Button {
  background: var(--gold) !important;
  color: var(--green) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 0.4rem;
  transition: background 0.2s, transform 0.2s;
}

.hero-btn .psc-Button:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px);
}

/* A view or flex container with class "hero-section" */
.hero-section {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 60%);
  font-family: 'Inter', sans-serif;
}

/* Label components with class "section-title" */
.section-title .psc-Label {
  font-family: 'Playfair Display', serif !important;
  font-size: 2.5rem !important;
  color: var(--green) !important;
  font-weight: 700 !important;
}

.psc-shadow1{
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* BEGIN STYLE CLASSES */
.psc-Components\/Buttons\/Default {
  background-color: #FFFFFF;
  border-color: #0B65C2;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0B65C2;
  font-size: 14px;
  text-align: center;
}
@keyframes psc-Components\/Buttons\/Default-0-anim {
  0% {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
  }
  100% {
    background-color: #E3EFFD;
    border-style: solid;
    border-width: 2px;
  }
}
.psc-Components\/Buttons\/Default:hover {
  animation-name: psc-Components\/Buttons\/Default-0-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 250ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.psc-Components\/Buttons\/Default:disabled {
  background-color: #D5D5D5;
}

.psc-Components\/Labels\/DefaultSmallBold {
  font-size: 12px;
  font-weight: bold;
}

.psc-Components\/Labels\/Title {
  background-color: #D5D5D5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
