:root {
  --oh-green: #069447;
  --oh-green-light: #35bd76;
  --oh-green-soft: #ecf8f0;
  --oh-black: #171717;
  --oh-offwhite: #fbfaf7;
  --oh-border: #e7e5df;
}


* {
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}


body {
  margin: 0;

  color: var(--oh-black);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  background: #ffffff;
}

.openhouse-hero {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: #ffffff;
}


.openhouse-hero-image {
  display: block;

  width: 100%;

  height: auto;

  object-fit: contain;
}
.oh-section-label {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 20px;

  color: var(--oh-green);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.oh-section-label > span {
  width: 38px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      var(--oh-green),
      var(--oh-green-light)
    );
}


/* ==========================================================
   ABOUT
========================================================== */

.oh-about-section {
  position: relative;

  padding: 60px 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(0, 151, 71, 0.08),
      transparent 27%
    ),
    linear-gradient(
      145deg,
      #ffffff,
      #fbfaf7
    );
}


.oh-about-pattern {
  position: absolute;

  inset: 0;

  pointer-events: none;

  opacity: 0.035;

  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15) 1px,
      transparent 1px
    );

  background-size: 65px 65px;
}


.oh-about-glow {
  position: absolute;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  filter: blur(130px);
}


.oh-about-glow-left {
  left: -250px;
  bottom: -200px;

  background:
    rgba(26, 176, 96, 0.1);
}


.oh-about-glow-right {
  right: -250px;
  top: -200px;

  background:
    rgba(0, 135, 60, 0.08);
}


.oh-about-content {
  padding-right: 20px;
}


.oh-about-heading {
  margin: 0;

  color: #1b1b1b;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(36px, 3vw, 40px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -2px;
}


.oh-about-heading span,
.oh-about-heading strong {
  color: var(--oh-green);

  font-weight: 400;
}


.oh-about-divider {
  width: 100%;
  height: 1px;

  margin: 30px 0;

  background:
    linear-gradient(
      90deg,
      var(--oh-green),
      rgba(0, 148, 71, 0.1),
      transparent
    );
}


.oh-about-content > p {
  margin: 0 0 20px;

  color: BLACK;

  font-size: 16px;

  line-height: 1.65;
}


.oh-about-content .oh-about-lead {
  color: #252525;

  font-size: 18px;

  font-weight: 500;
}



.oh-about-highlights {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 13px;

  margin-top: 30px;
}


.oh-highlight-card {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  padding: 15px 15px;

  border:
    1px solid BLACK;

  background: #ffffff;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


.oh-highlight-card:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(0, 148, 71, 0.4);

  box-shadow:
    0 18px 40px
    rgba(0, 0, 0, 0.06);
}


.oh-highlight-icon {
  flex: 0 0 42px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  color: var(--oh-green);

  border:
    1px solid
    rgba(2, 3, 3, 0.2);

  background:
    var(--oh-green-soft);
}


.oh-highlight-icon i {
  font-size: 18px;
}


.oh-highlight-card strong {
  display: block;

  margin-bottom: 5px;

  color: #222222;

  font-size: 15px;
}


.oh-highlight-card span {
  display: block;

  color: black;

  font-size: 12px;

  line-height: 1.5;
}



.oh-about-feature-card {
  position: relative;

  min-height: 400px;

  padding: 35px;

  overflow: hidden;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #078f45,
      #13a75a
    );

  box-shadow:
    0 30px 80px
    rgba(0, 112, 50, 0.2);
}


.oh-about-feature-card::before {
  content: "";

  position: absolute;

  right: -130px;
  bottom: -120px;

  width: 330px;
  height: 310px;

  border-radius: 50%;

  border:
    1px solid
    rgba(255, 255, 255, 0.12);

  box-shadow:
    0 0 0 45px
      rgba(255, 255, 255, 0.03),
    0 0 0 90px
      rgba(255, 255, 255, 0.018);
}


.oh-feature-arrow {
  position: relative;

  width: 72px;
  height: 150px;

  margin-bottom: 28px;

  background:
    linear-gradient(
      to top,
      rgba(255, 255, 255, 0.45),
      #ffffff
    );
}


.oh-feature-arrow-head {
  position: absolute;

  top: -38px;
  left: -25px;

  width: 0;
  height: 0;

  border-left:
    61px solid transparent;

  border-right:
    61px solid transparent;

  border-bottom:
    86px solid #ffffff;
}


.oh-feature-person {
  position: absolute;

  left: 50%;
  bottom: 13px;

  z-index: 3;

  color: var(--oh-green);

  font-size: 28px;

  transform:
    translateX(-50%);
}


.oh-feature-label {
  display: block;

  margin-bottom: 12px;

  color:
    rgba(255, 255, 255, 0.68);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.6px;

  text-transform: uppercase;
}


.oh-about-feature-card h3 {
  max-width: 390px;

  margin: 0 0 20px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  color: #ffffff;

  font-size:
    clamp(25px, 3vw, 35px);

  font-weight: 400;

  line-height: 1.14;
}


.oh-about-feature-card > p {
  margin: 0;

  color:
    white;

  font-size: 14px;

  line-height: 1.8;
}


.oh-feature-details {
  position: relative;

  z-index: 2;

  display: grid;

  gap: 10px;

  margin-top: 30px;
}


.oh-feature-details > div {
  display: flex;

  align-items: center;

  gap: 13px;

  padding: 13px;

  background:
    rgba(255, 255, 255, 0.1);

  border:
    1px solid
    rgba(255, 255, 255, 0.14);
}


.oh-feature-details i {
  width: 34px;

  text-align: center;

  font-size: 18px;
}


.oh-feature-details span {
  font-size: 12px;
}


.oh-feature-details small {
  display: block;

  margin-bottom: 2px;

  color:
    white;

  font-size: 10px;

  letter-spacing: 1px;

  text-transform: uppercase;
}
.oh-agenda-section {
  position: relative;

  padding: 60px 0;

  overflow: hidden;

  background: #f8f7f2;
}

.oh-agenda-bg-arrow {
  position: absolute;

  right: -60px;
  top: 90px;

  width: 80px;
  height: 500px;

  opacity: 0.045;

  background:
    var(--oh-green);
}

.oh-agenda-heading strong {
  display: block;

  color: var(--oh-green);

  font-weight: 400;
}


.oh-agenda-intro {
  max-width: 700px;

  margin:
    22px auto 0;

  color: white;

  font-size: 15px;

  line-height: 1.8;
}

.oh-agenda-wrapper {
  max-width: 900px;

  margin:
    55px auto 0;

  overflow: hidden;

  border:
    1px solid #020201;

  background: #ffffff;

  box-shadow:
    0 30px 80px
    rgba(0, 0, 0, 0.06);
}


.oh-agenda-header {
  display: grid;

  grid-template-columns:
    230px 1fr;

  color: #ffffff;

  background:
    var(--oh-green);
}


.oh-agenda-header > div {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 18px 27px;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;
}


.oh-agenda-header > div:first-child {
  border-right:
    1px solid
    rgba(255, 255, 255, 0.2);
}


.oh-agenda-item {
  position: relative;

  display: grid;

  grid-template-columns:
    180px 60px 1fr;

  align-items: center;

  min-height: 125px;

  border-bottom:
    1px solid #eeeeea;
}


.oh-agenda-item:last-child {
  border-bottom: 0;
}


.oh-agenda-time {
  padding-left: 28px;
}


.oh-agenda-time span {
  display: block;

  margin-bottom: 4px;

  color: #1d1d1d;

  font-size: 16px;

  font-weight: 700;
}


.oh-agenda-time small {
  display: block;

  color: black;

  font-size: 13px;
}


.oh-agenda-marker {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  height: 100%;
}


.oh-agenda-marker::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  width: 1px;

  background:
    rgba(0, 148, 71, 0.22);
}


.oh-agenda-marker span {
  position: relative;

  z-index: 2;

  width: 13px;
  height: 13px;

  border-radius: 50%;

  border:
    3px solid #ffffff;

  background:
    var(--oh-green);

  box-shadow:
    0 0 0 1px
    rgba(0, 148, 71, 0.4);
}


.oh-agenda-content {
  position: relative;

  display: flex;

  align-items: center;

  gap: 17px;

  margin:
    12px 18px 12px 0;

  padding: 20px;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}


.oh-agenda-item:hover
.oh-agenda-content {
  transform:
    translateX(5px);

  background:
    var(--oh-green-soft);
}


.oh-agenda-icon {
  flex: 0 0 48px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  color: var(--oh-green);

  border:
    1px solid
    rgba(0, 148, 71, 0.2);

  background: #ffffff;
}


.oh-agenda-category {
  display: block;

  margin-bottom: 5px;

  color: var(--oh-green);

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.2px;

  text-transform: uppercase;
}


.oh-agenda-content h3 {
  margin: 0;

  color: #252525;

  font-size: 17px;

  font-weight: 600;

  line-height: 1.35;
}


.oh-agenda-number {
  position: absolute;

  top: 50%;
  right: 20px;

  color:
    rgba(0, 148, 71, 0.08);

  font-size: 45px;

  font-weight: 800;

  transform:
    translateY(-50%);
}


.oh-agenda-featured
.oh-agenda-content {
  background:
    rgba(0, 148, 71, 0.055);
}


.oh-register-section {
  position: relative;

  padding: 60px 0;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f8f8f3
    );
}


.oh-register-pattern {
  position: absolute;

  right: -130px;
  top: 0;

  width: 300px;
  height: 100%;

  opacity: 0.05;

  background:
    var(--oh-green);

  clip-path:
    polygon(
      40% 0,
      65% 0,
      65% 70%,
      90% 70%,
      52% 100%,
      14% 70%,
      40% 70%
    );
}


.oh-register-info {
  height: 100%;

  padding: 30px 30px;

  color: #ffffff;

  background:
    linear-gradient(
      150deg,
      #078e44,
      #12a657
    );

  box-shadow:
    0 30px 80px
    rgba(0, 125, 56, 0.16);
}


.oh-register-small-label {
  display: block;

  margin-bottom: 15px;

  color:
    rgba(255, 255, 255, 0.62);

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1.6px;

  text-transform: uppercase;
}


.oh-register-info h2 {
  margin: 0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(36px, 3vw, 42px);

  font-weight: 400;

  line-height: 1.06;
}


.oh-register-info h2 strong {
  display: block;

  font-weight: 400;
}


.oh-register-info > p {
  margin:
    23px 0 0;

  color:
    rgba(255, 255, 255, 0.72);

  font-size: 14px;

  line-height: 1.8;
}


.oh-register-event-box {
  display: grid;

  gap: 10px;

  margin-top: 32px;
}


.oh-register-event-box > div {
  display: flex;

  align-items: center;

  gap: 14px;

  padding: 15px;

  border:
    1px solid
    rgba(255, 255, 255, 0.15);

  background:
    rgba(255, 255, 255, 0.08);
}


.oh-register-event-box i {
  width: 32px;

  text-align: center;

  font-size: 18px;
}


.oh-register-event-box span {
  font-size: 12px;
}


.oh-register-event-box small {
  display: block;

  color:
   White;

  font-size: 8px;

  letter-spacing: 1px;

  text-transform: uppercase;
}


.oh-register-note {
  display: flex;

  gap: 11px;

  margin-top: 27px;

  padding: 15px;

  border-left:
    2px solid #ffffff;

  background:
    rgba(0, 0, 0, 0.08);
}



.oh-form-card {
  height: 100%;
  
  
  padding: 30px;

  border:
    1px solid #e8e6df;

  background: #ffffff;

  box-shadow:
    0 30px 80px
    rgba(0, 0, 0, 0.065);
}


.oh-form-heading {
  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding-bottom: 26px;

  margin-bottom: 28px;

  border-bottom:
    1px solid #eeeeea;
}


.oh-form-heading > div:first-child > span {
  display: block;

  margin-bottom: 8px;

  color: var(--oh-green);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.oh-form-heading h3 {
  margin:
    0 0 7px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  color: #202020;

  font-size:
    clamp(30px, 3vw, 41px);

  font-weight: 400;
}


.oh-form-heading p {
  margin: 0;

  color: #7a7a7a;

  font-size: 12px;
}


.oh-form-heading-icon {
  flex: 0 0 48px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  color: #ffffff;

  background:
    var(--oh-green);
}


/* Fields */

.oh-field-group label {
  display: block;

  margin-bottom: 8px;

  color: #434343;

  font-size: 11px;

  font-weight: 600;
}


.oh-field-group label em {
  color: var(--oh-green);

  font-style: normal;
}


.oh-input-wrap {
  position: relative;
}


.oh-input-wrap > i {
  position: absolute;

  top: 50%;
  left: 16px;

  color: var(--oh-green);

  font-size: 15px;

  transform:
    translateY(-50%);
}


.oh-input-wrap input {
  width: 100%;
  height: 56px;

  padding:
    12px 15px 12px 46px;

  color: #222222;

  font-size: 13px;

  border:
    1px solid #dfddd6;

  border-radius: 0;

  outline: none;

  background: #fbfbf9;

  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}


.oh-input-wrap input::placeholder {
  color: #a4a4a4;
}


.oh-input-wrap input:focus {
  border-color:
    var(--oh-green);

  background: #ffffff;

  box-shadow:
    0 0 0 3px
    rgba(0, 148, 71, 0.07);
}


.oh-form-privacy {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  margin-top: 25px;

  padding: 13px 15px;

  color: #777777;

  font-size: 9px;

  line-height: 1.5;

  background:
    #f6f7f3;
}


.oh-form-privacy i {
  color: var(--oh-green);
}


/* Button */

.oh-submit-btn {
  display: flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;
  height: 60px;

  margin-top: 18px;

  padding:
    10px 15px 10px 22px;

  color: #ffffff;

  border: none;

  background:
    var(--oh-green);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0.6px;

  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}


.oh-submit-btn i {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  color: var(--oh-green);

  background: #ffffff;
}


.oh-submit-btn:hover {
  transform:
    translateY(-3px);

  background:
    #057f3c;

  box-shadow:
    0 16px 35px
    rgba(0, 127, 58, 0.16);
}


/* ==========================================================
   FOOTER
========================================================== */

.oh-footer {
  padding:
    55px 0 20px;

  color: #ffffff;

  background: #151515;
}


.oh-footer-main {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding-bottom: 40px;
}


.oh-footer-brand {
  margin-bottom: 7px;

  color: var(--oh-green-light);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 30px;
}


.oh-footer-main p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.55);

  font-size: 12px;
}


.oh-footer-register {
  display: inline-flex;

  align-items: center;

  gap: 14px;

  padding:
    14px 18px;

  color: #ffffff;

  text-decoration: none;

  background:
    var(--oh-green);
}


.oh-footer-bottom {
  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding-top: 18px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.08);

  color:
    rgba(255, 255, 255, 0.34);

  font-size: 9px;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1199.98px) {

  .oh-about-content {
    padding-right: 0;
  }


  .oh-about-highlights {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 991.98px) {

  .oh-about-section,
  .oh-agenda-section,
  .oh-register-section {
    padding:
      85px 0;
  }


  .oh-about-highlights {
    grid-template-columns:
      repeat(3, 1fr);
  }


  .oh-about-feature-card {
    min-height: auto;
  }

}


@media (max-width: 767.98px) {

  .oh-about-section,
  .oh-agenda-section,
  .oh-register-section {
    padding:
      70px 0;
  }


  .oh-about-heading,
  .oh-agenda-heading {
    font-size: 42px;

    letter-spacing: -1px;
  }


  .oh-about-highlights {
    grid-template-columns: 1fr;
  }


  .oh-agenda-header {
    display: none;
  }


  .oh-agenda-item {
    grid-template-columns:
      90px 30px 1fr;
  }


  .oh-agenda-time {
    padding-left: 15px;
  }


  .oh-agenda-content {
    padding: 17px 45px 17px 14px;
  }


  .oh-agenda-icon {
    display: none;
  }


  .oh-form-card,
  .oh-register-info {
    padding: 30px 24px;
  }


  .oh-form-heading-icon {
    display: none;
  }


  .oh-footer-main {
    flex-direction: column;

    align-items: flex-start;
  }


  .oh-footer-bottom {
    flex-direction: column;
  }

}


@media (max-width: 575.98px) {

  .oh-about-heading,
  .oh-agenda-heading {
    font-size: 35px;
  }


  .oh-about-feature-card {
    padding: 30px 24px;
  }


  .oh-agenda-item {
    display: block;

    padding: 20px;
  }


  .oh-agenda-time {
    padding: 0 0 10px;
  }


  .oh-agenda-time span,
  .oh-agenda-time small {
    display: inline;
  }


  .oh-agenda-time small::before {
    content: " – ";
  }


  .oh-agenda-marker {
    display: none;
  }


  .oh-agenda-content {
    margin: 0;

    padding: 15px;

    background:
      #fafaf7;
  }


  .oh-agenda-number {
    right: 12px;

    font-size: 35px;
  }


  .oh-form-card,
  .oh-register-info {
    padding: 26px 20px;
  }

}

.footer-section {
  position: relative;

  padding: 35px 0 24px;

  overflow: hidden;

  color: #1c1c1c;

  border-top:
    1px solid
    rgba(0, 148, 71, 0.18);

  background:
    radial-gradient(
      circle at 8% 30%,
      rgba(0, 148, 71, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 80%,
      rgba(44, 185, 107, 0.07),
      transparent 27%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fbfaf7 50%,
      #f7faf7 100%
    );
}


/* Green top line */

.footer-section::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 55%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #059047,
      #40bd79,
      transparent
    );
}


/* Glow */

.footer-glow {
  position: absolute;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  pointer-events: none;

  filter: blur(135px);
}


.footer-glow-one {
  left: -230px;
  bottom: -230px;

  background:
    rgba(0, 148, 71, 0.12);
}


.footer-glow-two {
  top: -240px;
  right: -210px;

  background:
    rgba(48, 185, 110, 0.09);
}


/* Container */

.footer-container {
  position: relative;

  z-index: 2;

  width:
    min(
      1320px,
      calc(100% - 40px)
    );

  margin: 0 auto;
}


.footer-main {
  display: flex;

  align-items: center;
  justify-content: center;

  padding-bottom: 20px;
}


/* Brand */

.footer-brand {
  width: 100%;

  max-width: 500px;

  text-align: center;
}


.footer-logo-link {
  display: inline-block;

  margin-bottom: 7px;
}


.footer-logo {
  display: block;

  width:
    min(100%, 180px);

  height: auto;

  margin: 0 auto;

  object-fit: contain;

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}


.footer-logo-link:hover
.footer-logo {
  transform:
    translateY(-4px);

  filter:
    drop-shadow(
      0 10px 20px
      rgba(0, 0, 0, 0.1)
    );
}


.footer-social {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 11px;
}


.footer-social a {
  position: relative;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  overflow: hidden;

  color: #078f46;

  text-decoration: none;

  border:
    1px solid
    rgba(0, 148, 71, 0.22);

  background: #ffffff;

  box-shadow:
    0 8px 25px
    rgba(0, 0, 0, 0.035);

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.footer-social a::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      135deg,
      #078e45,
      #35b970
    );

  opacity: 0;

  transform: scale(0.6);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}


.footer-social a:hover {
  color: #ffffff;

  border-color: #078e45;

  transform:
    translateY(-5px);

  box-shadow:
    0 15px 30px
    rgba(0, 126, 57, 0.13);
}


.footer-social a:hover::before {
  opacity: 1;

  transform: scale(1);
}


.footer-social svg {
  position: relative;

  z-index: 2;

  width: 21px;
  height: 21px;
}


.youtube-play {
  fill: #ffffff;
}



.footer-event-name {
  position: relative;

  display: flex;

  align-items: center;

  gap: 10px;

  color: #777777;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 0.8px;

  text-transform: uppercase;
}


.footer-event-name::before {
  content: "";

  width: 28px;
  height: 1px;

  background:
    #078e45;
}


@media (max-width: 767.98px) {

  .footer-section {
    padding:
      60px 0 22px;
  }


  .footer-main {
    padding-bottom: 40px;
  }


  .footer-logo {
    width:
      min(100%, 300px);
  }


  .footer-tagline {
    max-width: 450px;

    font-size: 12px;
  }


  .footer-bottom {
    flex-direction: column;

    align-items: center;

    text-align: center;
  }


  .footer-event-name {
    justify-content: center;
  }

}


@media (max-width: 575.98px) {

  .footer-container {
    width:
      calc(100% - 30px);
  }


  .footer-logo {
    width:
      min(100%, 270px);
  }


  .footer-social {
    gap: 8px;
  }


  .footer-social a {
    width: 45px;
    height: 45px;
  }


  .footer-social svg {
    width: 18px;
    height: 18px;
  }

}

/* ==========================================
   CENTERED REGISTRATION SECTION
========================================== */

.oh-register-section {
  position: relative;
  padding: 95px 0 110px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fbfaf7 55%,
      #f4f8f3 100%
    );
}


/* Decorative background */

.oh-register-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  opacity: 0.055;
  background: #078e45;

  clip-path:
    polygon(
      55% 0,
      100% 0,
      100% 100%,
      45% 70%,
      72% 70%
    );
}


/* ==========================================
   SECTION HEADING
========================================== */

.oh-register-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  margin-bottom: 15px;

  color: #078e45;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}


.oh-register-section-label span {
  width: 35px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #078e45
    );
}


.oh-register-section-label span:last-child {
  background:
    linear-gradient(
      90deg,
      #078e45,
      transparent
    );
}


.oh-register-section-title {
  margin: 0;

  color: #171717;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(46px, 5vw, 66px);

  font-weight: 400;
  line-height: 1.05;
}


.oh-register-section-description {
  max-width: 560px;

  margin: 17px auto 0;

  color: #747474;

  font-size: 14px;
  line-height: 1.7;
}


/* ==========================================
   FORM CARD
========================================== */

.oh-form-card {
  width: 100%;
  padding: 42px;

  border: 1px solid #e6e3dc;

  background: #ffffff;

  box-shadow:
    0 25px 70px
    rgba(0, 0, 0, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.oh-form-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 32px 80px
    rgba(0, 0, 0, 0.1);
}


/* ==========================================
   FORM HEADING
========================================== */

.oh-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  padding-bottom: 25px;
  margin-bottom: 28px;

  border-bottom:
    1px solid #eceae5;
}


.oh-form-heading > div:first-child > span {
  display: block;

  margin-bottom: 8px;

  color: #078e45;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}


.oh-form-heading h3 {
  margin: 0;

  color: #1f1f1f;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(30px, 3vw, 40px);

  font-weight: 400;
  line-height: 1.2;
}


.oh-form-heading-icon {
  flex: 0 0 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  color: #ffffff;

  background: #078e45;
}


.oh-form-heading-icon i {
  font-size: 18px;
}


/* ==========================================
   LABELS
========================================== */

.oh-field-group label {
  display: block;

  margin-bottom: 8px;

  color: #292929;

  font-size: 11px;
  font-weight: 600;
}


.oh-field-group label em {
  color: #078e45;
  font-style: normal;
}


/* ==========================================
   INPUT WRAPPER
========================================== */

.oh-input-wrap {
  position: relative;
}


.oh-input-wrap > i {
  position: absolute;

  top: 50%;
  left: 16px;

  z-index: 2;

  color: #07964a;

  font-size: 15px;

  transform:
    translateY(-50%);

  pointer-events: none;
}


/* ==========================================
   INPUT
========================================== */

.oh-input-wrap input {
  display: block;

  width: 100%;
  height: 57px;

  padding:
    12px
    14px
    12px
    46px;

  color: #1d1d1d;

  font-size: 13px;

  border:
    1px solid #dedbd4;

  border-radius: 0;

  outline: none;

  background: #fcfbf9;

  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}


.oh-input-wrap input::placeholder {
  color: #a1a1a1;
}


.oh-input-wrap input:hover {
  border-color: #cbc8c0;
}


.oh-input-wrap input:focus {
  border-color: #078e45;

  background: #ffffff;

  box-shadow:
    0 0 0 3px
    rgba(7, 142, 69, 0.07);
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.oh-submit-btn {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  min-height: 60px;

  margin-top: 25px;

  padding:
    12px
    14px
    12px
    22px;

  overflow: hidden;

  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  border: none;

  background: #078e45;

  cursor: pointer;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}


.oh-submit-btn::before {
  content: "";

  position: absolute;

  top: 0;
  left: -100%;

  width: 50%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.28),
      transparent
    );

  transform:
    skewX(-20deg);

  transition:
    left 0.65s ease;
}


.oh-submit-btn:hover {
  transform: translateY(-2px);

  background: #057b3b;

  box-shadow:
    0 15px 32px
    rgba(7, 142, 69, 0.17);
}


.oh-submit-btn:hover::before {
  left: 135%;
}


.oh-submit-btn span,
.oh-submit-btn i {
  position: relative;
  z-index: 2;
}


.oh-submit-btn > i {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  color: #078e45;

  background: #ffffff;

  transition:
    transform 0.3s ease;
}


.oh-submit-btn:hover > i {
  transform: translateX(4px);
}


/* Disabled state */

.oh-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991.98px) {

  .oh-register-section {
    padding:
      80px 0 90px;
  }

}


@media (max-width: 767.98px) {

  .oh-register-section {
    padding:
      65px 0 75px;
  }


  .oh-register-section-title {
    font-size: 42px;
  }


  .oh-register-section-description {
    font-size: 13px;
  }


  .oh-form-card {
    padding:
      32px 25px;
  }


  .oh-form-heading-icon {
    display: none;
  }

}


@media (max-width: 575.98px) {

  .oh-register-section {
    padding:
      55px 0 65px;
  }


  .oh-register-section-title {
    font-size: 36px;
  }


  .oh-register-section-label {
    gap: 8px;
    letter-spacing: 1.2px;
  }


  .oh-register-section-label span {
    width: 24px;
  }


  .oh-form-card {
    padding:
      27px 20px;
  }


  .oh-form-heading {
    padding-bottom: 20px;
    margin-bottom: 22px;
  }


  .oh-form-heading h3 {
    font-size: 30px;
  }


  .oh-input-wrap input {
    height: 54px;
  }


  .oh-submit-btn {
    min-height: 56px;
  }

}