/* Common */
:root {
  --color-deep-space: #000000;
  --color-gold: #d1b464; /* Using the lighter token for main text visibility */
  --color-bright-text: #f3f4f6;
  --color-dim-divider: #1b2433;
}
html {
  font-size: 18px;
}
body {
  font-family: "Noto Sans", sans-serif;
  background-color: var(--color-deep-space);
  color: var(--color-bright-text);
}
.h1,
h1 {
  font-size: 4.5rem;
  font-weight: 900;
}
.h2,
h2 {
  font-size: 3rem;
  font-weight: 800;
}
.h3,
h3 {
  font-size: 2rem;
  font-weight: 700;
}
h4 {
  line-height: 1.4em;
}
p {
  letter-spacing: 1px;
}
blockquote {
  font-size: 1.5em;
}
.mt-custom {
  margin-top: 10rem;
}
article ul {
  margin: 0.5em 0;
  list-style-type: none;
  padding-left: 1px;
}
article ul li {
  margin-bottom: 0.5em;
  position: relative;
}
article ul li::before {
  content: "";
  margin-right: 8px;
  width: 20px;
  display: inline-block;
  height: 20px;
  background-image: url(https://dev.oneglobalpeople.org/wp-content/uploads/2026/01/list-icon.png);
  background-size: contain;
}
.slider_bg canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}
.page a {
  color: var(--color-gold);
}
.gold-gradient-text {
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  -webkit-background-clip: text; /* Safari/Chrome */
  background-clip: text;
  color: transparent;
  /* text-shadow: 0 0 5px rgba(246, 210, 123, 0.4); */
}

.c-btn {
  padding: 1em 2em;
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: #ffffff !important;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  border-radius: 46px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
.c-btn:hover {
  background:
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    );
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.title {
  margin-bottom: 0.5em;
}
/* Full width header */
.site-header {
  width: 100%;
  color: #fff;
  padding: 0;
  margin: 0;
  color: var(--color-gold);
  position: relative;
  z-index: 999;
}
.site-header .container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px 30px; /* keep some breathing space */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .main-navigation {
  width: auto;
  transition: all 0.3s ease;
}

.site-header a:visited {
  color: var(--color-gold);
}

.main-navigation .menu,
.front-navigation .menu {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-navigation .menu li a,
.front-navigation .menu li a {
  font-size: 1.2rem;
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5em 0.5em;
}

.main-navigation .menu li a:hover {
  color: #fdb931;
  text-decoration: underline;
}

/* === Mobile Menu === */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-gold);
  font-size: 1.8rem;
  cursor: pointer;
}

/* Branding/logo */
.home .hero-logo {
  margin: 0px auto;
}
.site-header .hero-logo {
  position: absolute;
  right: 46%;
}
.hero-logo {
  max-width: 130px;
  margin: 0px;
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.main-navigation li {
  margin: 0;
}

.main-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  transition: background 0.2s;
}

/* .main-navigation a:hover {
  background: #444;
  color: #ffd700;
} */

/* Menu toggle button for mobile */
.menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Footer styles */
.site-footer {
  width: 100%;
  /* background: #222; */
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  /* border-top: 1px solid #333; */
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}

.site-footer .site-info {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.site-footer a {
  color: #ffd700;
  text-decoration: underline;
  transition: color 0.2s;
  margin: 0px auto;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}
#menu-footer-menu {
  padding: 0em;
  list-style-type: none;
  margin: 0;
}
.copy_desc {
  margin-top: 3em;
  font-size: 0.7em;
}
.copy_desc p {
  margin-bottom: 5px;
}
/* HERO SECTION */
/* Hidden temporarily */
/* #masthead.site-header {
  display: none;
} */

#language-select-form {
  top: 0 !important;
  z-index: 1000;
  display: none !important;
}
#language-select-form #site-language-select {
  background: #ffd84d;
  color: #000;
  border-color: #ffd84d;
  border-radius: 30px 0 0 30px;
  padding: 3px;
  outline: none;
  cursor: pointer;
}
.logged-in #language-select-form {
  top: 33px !important;
}

/* Home */
.earth-background {
  background: url("https://dev.oneglobalpeople.org/wp-content/uploads/2025/09/ogp-earth-w-continents-and-sliver-of-sunlight.jpg")
    no-repeat center center/cover;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
  z-index: -2;
  bottom: 0;
}
.hero {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  padding: 2em 0em;
}
.hero .hero-title {
  line-height: 0.8em;
}
.hero-tagline {
  font-size: 2.5rem;
}
.hero-subtitle {
  margin-top: 2.1em;
  margin-bottom: 2rem;
  line-height: 0.8em;
}
.hero-subtitle span,
.home-page .hero-subtitle p {
  font-size: 2rem;
}
.book-image img {
  width: 50%;
}
.engines {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-body .icon {
  font-size: 3rem;
  filter: drop-shadow(0 0 5px var(--color-gold-dark));
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.box {
  margin-top: 2em;
}
.box-body {
  background: transparent;
  border: 1px solid #8a6e2f;
  border-radius: 40px;
  transition:
    border-color 0.3s,
    transform 0.3s;
  padding: 1em;
  height: 100%;
}
.box-body:hover {
  transform: translateY(-5px);
  box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
  -webkit-box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
  -moz-box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
}

/* Join Our Network */
.changeable-form-wrapper .wpcf7 {
  text-align: center;
}
.changeable-form-wrapper .wpcf7 label {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 100;
  width: 100%;
  margin-top: 1.5em;
}

.changeable-form-wrapper .wpcf7 input,
.changeable-form-wrapper .wpcf7 textarea,
.changeable-form-wrapper .wpcf7 select {
  background: transparent;
  color: #fff;
  border: 1px solid var(--color-gold);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  outline: 2px;
  width: 100%;
}

.changeable-form-wrapper .wpcf7 input:focus-visible,
.changeable-form-wrapper .wpcf7 textarea:focus-visible,
.changeable-form-wrapper .wpcf7 select:focus-visible {
  border-color: var(--color-gold);
}

.changeable-form-wrapper .wpcf7 input[type="submit"] {
  padding: 1em 2em;
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: #ffffff;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  border-radius: 46px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
  width: auto;
  border: 1px solid #9f7928;
}
.changeable-form-wrapper .wpcf7 input[type="submit"]:hover {
  background:
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    );
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.changeable-form-wrapper .wpcf7 .wpcf7-spinner {
  display: block;
  margin: auto;
}
.willingness {
  margin: 8em auto 5em;
}
.willingness ul {
  width: 95%;
  margin: 0px auto;
}

/* Common */
:root {
  --color-deep-space: #000000;
  --color-gold: #d1b464; /* Using the lighter token for main text visibility */
  --color-bright-text: #f3f4f6;
  --color-dim-divider: #1b2433;
}
html {
  font-size: 18px;
}
body {
  font-family: "Noto Sans", sans-serif;
  background-color: var(--color-deep-space);
  color: var(--color-bright-text);
}
.h1,
h1 {
  font-size: 3rem;
  font-weight: 900;
}
.h2,
h2 {
  font-size: 2.5rem;
  font-weight: 800;
}
.h3,
h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
h4 {
  line-height: 1.4em;
}
h5 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}
p.box-text {
  font-size: 1.2rem;
  font-weight: 400;
}
p {
  letter-spacing: 1px;
}
blockquote {
  font-size: 1.5em;
}
article ul {
  margin: 0.5em 0;
  list-style-type: none;
  padding-left: 1px;
}
article ul li {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 1.4rem;
}
article ul li::before {
  content: "";
  margin-right: 8px;
  width: 20px;
  display: inline-block;
  height: 20px;
  background-image: url(https://dev.oneglobalpeople.org/wp-content/uploads/2026/01/list-icon.png);
  background-size: contain;
}
.slider_bg canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}
.page a {
  color: var(--color-gold);
}
.gold-gradient-text {
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  -webkit-background-clip: text; /* Safari/Chrome */
  background-clip: text;
  color: transparent;
  /* text-shadow: 0 0 5px rgba(246, 210, 123, 0.4); */
}

.c-btn {
  padding: 1em 2em;
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: #ffffff !important;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  border-radius: 46px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
.c-btn:hover {
  background:
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    );
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.title {
  margin-bottom: 0.5em;
}
/* Full width header */
.site-header {
  width: 100%;
  height: 12rem;
  color: #fff;
  padding: 0;
  margin: 0;
  color: var(--color-gold);
  position: relative;
  z-index: 999;
}
.site-header .container-fluid {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px 30px; /* keep some breathing space */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .main-navigation {
  width: auto;
  transition: all 0.3s ease;
}

.site-header a:visited {
  color: var(--color-gold);
}

.main-navigation .menu {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-navigation .menu li a {
  font-size: 1.2rem;
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5em 0.5em;
}

.main-navigation .menu li a:hover {
  color: #fdb931;
  text-decoration: underline;
}

/* === Mobile Menu === */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-gold);
  font-size: 1.8rem;
  cursor: pointer;
}

/* Branding/logo */
/* .home .hero-logo {
  margin: 0px auto 0px 0px;
} */
.hero-logo {
  max-width: 130px;
  margin: 0px;
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.main-navigation li {
  margin: 0;
}

.main-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  transition: background 0.2s;
}
.front-navigation .menu li a {
  font-size: 1rem;
}
/* .main-navigation a:hover {
  background: #444;
  color: #ffd700;
} */

/* Menu toggle button for mobile */
.menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Footer styles */
.site-footer {
  width: 100%;
  /* background: #222; */
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  /* border-top: 1px solid #333; */
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}

.site-footer .site-info {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.site-footer a {
  color: #ffd700;
  text-decoration: underline;
  transition: color 0.2s;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* HERO SECTION */
/* Hidden temporarily */
/* #masthead.site-header {
  display: none;
} */

#language-select-form {
  top: 0 !important;
  z-index: 1000;
  display: none !important;
}
#language-select-form #site-language-select {
  background: #ffd84d;
  color: #000;
  border-color: #ffd84d;
  border-radius: 30px 0 0 30px;
  padding: 3px;
  outline: none;
  cursor: pointer;
}
.logged-in #language-select-form {
  top: 33px !important;
}

/* Home */
.earth-background {
  background: url("https://dev.oneglobalpeople.org/wp-content/uploads/2025/09/ogp-earth-w-continents-and-sliver-of-sunlight.jpg")
    no-repeat center center/cover;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
  z-index: -2;
  bottom: 0;
}
.hero {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  padding: 2em 0em;
}
.hero .hero-title {
  line-height: 0.8em;
}
.hero-tagline {
  font-size: 2.5rem;
}
.hero-subtitle {
  margin-top: 1.4em;
  margin-bottom: 2rem;
  line-height: 0.8em;
}
.hero-subtitle span,
.home-page .hero-subtitle p {
  font-size: 1.6rem;
}
.book-image img {
  width: 50%;
}
.engines {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-body .icon {
  font-size: 3rem;
  filter: drop-shadow(0 0 5px var(--color-gold-dark));
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.box {
  margin-top: 2em;
}
.box-body {
  background: transparent;
  border: 1px solid #8a6e2f;
  border-radius: 40px;
  transition:
    border-color 0.3s,
    transform 0.3s;
  padding: 1em;
  height: 100%;
}
.box-body:hover {
  transform: translateY(-5px);
  box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
  -webkit-box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
  -moz-box-shadow: 1px 0px 36px 3px rgba(253, 185, 49, 0.75);
}
.box-body .card-text {
  margin-top: 0.5em;
}
.movement {
  text-align: center;
}
.movement-title {
  width: 70%;
  margin: 0px auto;
}
.how {
  margin-top: 4.5rem;
  margin-bottom: 1rem;
}

/* Home-page */
.home-page .hero {
  height: auto;
}
.home-page .hero-title {
  line-height: 1.1;
}
.home-page .hero-after-chapter-texts-wrapper h5 p:nth-child(2) {
  font-size: 1rem;
}
hero-dflip-wrapper {
  display: block;
}
.hero-dflip-mobile-wrapper {
  display: none;
}

/* Join Our Network */
.changeable-form-wrapper .wpcf7 {
  text-align: center;
}
.changeable-form-wrapper .wpcf7 label {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 100;
  width: 100%;
  margin-top: 1.5em;
}

.changeable-form-wrapper .wpcf7 input,
.changeable-form-wrapper .wpcf7 textarea,
.changeable-form-wrapper .wpcf7 select {
  background: #ffffff96;
  color: #000;
  border: 1px solid var(--color-gold);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  outline: 2px;
  width: 100%;
}

.changeable-form-wrapper .wpcf7 input:focus-visible,
.changeable-form-wrapper .wpcf7 textarea:focus-visible,
.changeable-form-wrapper .wpcf7 select:focus-visible {
  border-color: var(--color-gold);
}

.changeable-form-wrapper .wpcf7 input[type="submit"] {
  padding: 1em 2em;
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: #ffffff;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  border-radius: 46px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
  width: auto;
  border: 1px solid #9f7928;
}
.changeable-form-wrapper .wpcf7 input[type="submit"]:hover {
  background:
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    );
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.changeable-form-wrapper .wpcf7 .wpcf7-spinner {
  display: block;
  margin: auto;
}

body.page {
  margin-bottom: 0;
}

/* Footer base */
.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin-top: 4rem;
}

/* Footer container */
.site-info {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}

/* Logo */
.footer-logo {
  margin-bottom: 2rem;
}

.footer-logo img {
  max-width: 100px;
  height: auto;
}

/* Footer navigation */
.footer-navigation {
  width: 100%;
}

/* Menu list */
.footer-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu links */
.footer-navigation li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
}
.footer-logo .hero-logo {
  margin: 0px auto;
}

/* Hover underline */
.footer-menu li a:hover {
  color: var(--color-gold);
}

/* Privacy Policy */
.privacy-policy-wrapper div.content-texts h3 {
  margin-top: 2rem;
}
.privacy-policy-wrapper div.content-texts ul {
  margin: 1rem 0;
}

/* Login Form */
.login-section {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.login-section .login-form > div > label {
  display: block;
}
.login-section .login-form {
  text-align: center;
}
.login-section .login-form > div > input,
.login-section .login-form > div > input:focus,
.login-section .login-form > div > input:focus-visible {
  border: 2px solid #d79c53;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  outline: none;
}
.login-section .login-form > button {
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  padding: 0.5em 1.5em;
  margin-top: 1.5em;
  color: #fff;
}
.login-section .login-form > button:hover {
  background:
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    );
}

/* Responsive tweaks */
@media (min-width: 50em) and (max-width: 60em) {
}

@media (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 3.5rem;
    font-weight: 900;
  }
  h5 {
    font-size: 1.4rem;
  }
  .hero {
    height: auto;
  }
  .emblem-img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .h3,
  h3 {
    font-size: 1.7rem;
  }

  /* Header */
  .site-header .container-fluid {
    padding: 15px 00px;
  }
  .main-navigation ul {
    flex-direction: column;
    display: none;
  }
  .main-navigation.toggled ul {
    display: flex;
  }
  .hero-dflip-wrapper {
    display: none;
  }
  .menu-toggle,
  .hero-dflip-mobile-wrapper {
    display: block;
  }
  .site-footer {
    padding: 1rem 0;
    font-size: 0.9rem;
  }

  .site-header .main-navigation {
    width: 100%;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
  }

  .main-navigation.active {
    display: block;
  }

  .main-navigation .menu {
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
  }

  /* Home Page */

  .hero,
  .engines,
  .movement {
    height: auto;
    padding: 3em 1em;
  }
  .hero .hero-title {
    line-height: 1em;
  }
  .hero-tagline {
    font-size: 1.7rem;
  }
  .hero-subtitle span {
    font-size: 1.3rem;
    line-height: 0;
  }
  .home-page .hero-subtitle p {
    font-size: 1.3rem;
  }
  .movement-title {
    width: 100%;
  }
  /* Join Page */
  .willingness ul {
    width: 100%;
  }

  .footer-logo img {
    max-width: 70px;
  }

  .footer-menu {
    gap: 1rem;
    flex-direction: column;
  }

  .footer-menu li a {
    font-size: 0.95rem;
  }

  /*  */
  /* Header */
  .hero-logo {
    max-width: 110px;
    padding: 1em;
  }
  .site-header .hero-logo {
    right: 38% !important;
  }
  .site-header .container-fluid {
    padding: 15px 00px;
  }
  .main-navigation ul {
    flex-direction: column;
    display: none;
  }
  .main-navigation.toggled ul {
    display: flex;
  }
  .site-footer {
    padding: 1rem 0;
    font-size: 0.9rem;
  }

  .site-header .main-navigation {
    width: 100%;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
  }

  .main-navigation.active {
    display: block;
  }

  .main-navigation .menu {
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
  }

  /* Home Page */
  .hero .hero-title {
    line-height: 1em;
  }
  .hero-tagline {
    font-size: 1.3rem;
  }
  .hero-subtitle span {
    font-size: 1.3rem;
    line-height: 0;
    margin: 0.5rem 0;
  }
  .movement-title {
    width: 100%;
  }
  /* Join Page */
  .willingness ul {
    width: 100%;
  }

  .chapter-div div.content-texts,
  .join-our-network-div div.content-texts,
  section.movement.mt-custom div,
  .changeable-form-wrapper .changeable-form p,
  .privacy-policy-wrapper div.content-texts {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 480px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .h5,
  h5 {
    font-size: 1.2rem;
  }

  .emblem-img {
    width: 100%;
  }

  .menu-toggle {
    padding: 1rem 1rem;
  }

  .chapter-div h1,
  .join-our-network-div h1 {
    margin: 0 0 1rem;
  }
  .chapter-div div.content-texts,
  .join-our-network-div div.content-texts,
  section.movement.mt-custom div,
  .changeable-form-wrapper .changeable-form p,
  .privacy-policy-wrapper div.content-texts {
    font-size: 1.2rem !important;
  }

  article ul li {
    font-size: 1.1rem;
  }
}
