/* #wpadminbar {
  display: none !important;
} */
html {
  margin: 0 !important;
}

:root {
  --font-main: "Droid Sans", sans-serif;
  --container-width: 1178px;
  --container-padding: 54px;
  --page-content-padding: 150px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: var(--text-tertiary, #656766);
  opacity: 1;
}

a {
  text-decoration: none;
}
img {
  display: inline-block;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 140%;
  overflow-x: hidden;
  font-weight: 400;
  background: #f0efef;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.container.--fluid {
  max-width: 100%;
}
.container.page-block {
  padding: 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 9;
}
.header__logo img {
  max-width: 270px;
  display: block;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header__menu a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  transition: color 0.3s ease;
}
.header__menu a:hover {
  color: #ed1e79;
}

.header__menu ul {
  list-style: none;
}
.header__menu .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__menu .menu li.menu-item-has-children {
  position: relative;
}
.header__menu .menu li.menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__menu .menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0L5 9L10 0H0Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 9px;
  /* margin-left: 10px; */
  transition: transform 0.3s, background-image 0.3s;
}
.header__menu .menu li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0L5 9L10 0H0Z' fill='%23ed1e79'/%3E%3C/svg%3E%0A");
}

.header__menu .menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  z-index: 10;
}
.header__menu .menu li.menu-item-has-children a:hover + .sub-menu,
.header__menu .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__menu .menu li.menu-item-has-children .sub-menu a {
  color: #ed1e79;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.header__menu .menu li.menu-item-has-children .sub-menu a:hover {
  text-decoration: underline;
}

.page-header {
  height: 600px;
  max-height: 90vh;
}
#page-wrapper {
  padding-top: var(--header-height);
}

#page-content {
  padding-top: 164px;
}
.page-content {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 46px var(--page-content-padding);
  position: relative;
}
.page-content:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -54px;
  width: 122px;
  height: 105px;
  background: center / cover no-repeat url("../img/decor_top.png?ver=1");
  z-index: 1;
}

.page-content:after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -54px;
  width: 122px;
  height: 105px;
  background: center / cover no-repeat url("../img/decor_bottom.png?ver=1");
  z-index: 1;
}

.text-content {
}
.text-content p,
.text-content li {
  font-size: 21px;
  margin: 1.5em 0;
  line-height: 160%;
}
.text-content li {
  margin: 1em 0;
}

.text-content a {
  color: #ed1e79;
}
.text-content a:hover {
  text-decoration: underline;
}
.text-content h2 {
  line-height: 140%;
  margin-top: 1.3em;
}
.text-content h2 + p {
  margin-top: 10px;
}
.text-content h3 {
  font-size: 22px;
}
.text-content h4 {
  font-size: 22px;
}
.text-content h5 {
  font-size: 18px;
}
.text-content ul,
.text-content ol {
  padding-left: 20px;
}

h1 {
  font-size: 49px;
  line-height: 140%;
}

.to-top-wrapper {
  padding: 113px 0;
  text-align: center;
}

.to-top-button {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  color: #ed1e79;
  font-size: 23px;
  font-weight: 700;
}
.to-top-button svg {
  transition: transform 0.3s;
}
.to-top-button:hover svg {
  transform: translateY(-5px);
}

footer {
  /* inset box shadow */
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.13);
  background: #fff;
  padding: 100px 0 50px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

footer ul.menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
footer ul.menu a {
  color: #ed1e79;
  font-size: 20px;
  font-weight: 600;
}
footer ul.menu a:hover {
  text-decoration: underline;
}

.footer-copyrigh {
  text-align: center;
  max-width: 500px;
  margin: 100px auto 0;
  font-size: 21px;
}

body.--friend {
  background: #fff;
}

body.--friend .page-content:before,
body.--friend .page-content:after {
  display: none;
}
body.--friend .page-content {
  background: #f3effd;
  box-shadow: none;
  padding: 46px 120px;
}

body.--friend #page-content {
  padding-top: 0;
}
.post-featured-image img {
  max-width: 100%;
  height: auto;
}
body.--friend .page-content h1 {
  margin-top: 20px;
  position: relative;
}
body.--friend .page-content h1:before,
.recent-post-item-wrapper h2:before {
  content: "";
  display: block;
  width: 98px;
  height: 85px;
  background: center / cover no-repeat url("../img/decor_top.png?ver=1");
  position: absolute;
  left: -120px;
  top: -15px;
}
.recent-post-item-wrapper h2:before {
  left: -50px;
  top: -22px;
}
.wp-block-list {
  padding-left: 20px;
}
.wp-block-list li {
  margin: 1.5rem 0;
  font-size: 21px;
  line-height: 150%;
}
.post-content-inner {
  padding: 50px 100px 0;
}
.post-content-inner iframe {
  max-width: 100%;
}

.page-block.--second {
  margin-top: 100px;
}

body.--friend .page-block.--second .page-content {
  padding-top: 0;
}
body.--friend .header__logo img {
  max-width: 410px;
}
.has-text-align-right {
  text-align: right;
}
.main-slider {
  background: #f3effd;
  padding: 50px 0 0;
}
.main-slider .swiper-container {
  padding-bottom: 50px;
}
.swiper-button-prev,
.swiper-button-next {
  background: none;
  width: auto;
  height: auto;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: auto;
  width: 60px;
}
.main-slider-item__inner {
  max-width: 79%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 30px;
}
.main-slider-item__inner img {
  width: 100%;
  height: auto;
}
.slider-title {
  color: #000;
  font-size: 44px;
  line-height: 140%;
  font-weight: 700;
  transition: color 0.3s;
}
.slider-title:hover {
  color: #ed1e79;
}
.slider-button {
  display: block;
  margin-top: 30px;
}
.learn-more-button {
  color: #ed1e79;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 900;
  text-transform: uppercase;
}
.learn-more-button .learn {
  display: block;
  font-size: 35px;
}
.learn-more-button .more {
  font-size: 39px;
  display: block;
  margin-top: 11px;
}
.learn-more-button svg {
  width: 18px;
  height: auto;
  margin-left: 4px;
  transition: transform 0.3s;
}
.learn-more-button:hover svg {
  transform: translateX(5px);
}
.swiper-pagination-bullet {
  background: none;
  border: 3px solid #ed1e79;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ed1e79;
}
#recent-posts {
  padding: 79px 0;
}
.recent-post__inner {
  display: grid;
  grid-template-columns: 0.87fr 1fr;
  gap: 30px;
}
.recent-post-item-wrapper h2 {
  font-size: 51px;
  padding-left: 57px;
  position: relative;
}
.recent-post-item {
  padding: 63px 0;
}
.container.recent-post__inner,
.more-posts-wrapper .container {
  max-width: 1060px;
}
.recent-post-thumb a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.recent-post-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}
.recent-post-thumb a:hover img {
  transform: scale(1.1);
}
.recent-post-title a {
  color: #000;
  font-size: 28px;
  line-height: 140%;
  transition: color 0.3s;
}
.recent-post-title a:hover {
  color: #ed1e79;
}
.recent-post-excerpt {
  margin-top: 30px;
  font-size: 21px;
  line-height: 140%;
}
.recent-post-date {
  margin-top: 29px;
  font-size: 20px;
  font-style: italic;
}

.recent-post-item-wrapper:nth-child(even),
.archive-posts-list .recent-post-item:nth-child(even) {
  background: #f3effd;
}
.recent-post-item-wrapper:nth-child(even) .recent-post__right,
.archive-posts-list .recent-post-item:nth-child(even) .recent-post__right {
  order: -1;
}

.more-posts-wrapper {
  margin-top: 20px;
  text-align: right;
}
.more-posts-button {
  color: #ed1e79;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 900;
  text-transform: uppercase;
}

.more-posts-button__more {
  display: block;
  font-size: 30px;
  margin-bottom: 4px;
}
.more-posts-button__posts {
  display: block;
  font-size: 29px;
}
.more-posts-button svg {
  width: 18px;
  height: auto;
  transition: all 0.3s;
}

.more-posts-button:hover svg {
  transform: translateX(5px);
}
.main-slider-item__left a {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.8;
  overflow: hidden;
}
.main-slider-item__left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-posts-list .recent-post-item {
  padding: 100px 0;
}
.recent-post-item.--archive .recent-post__inner {
  position: relative;
}
.recent-post-item.--archive .recent-post__inner .post-year {
  position: absolute;
  left: -110px;
  top: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  background: #ed1e79;
  padding: 20px 30px;
  border-radius: 10px;
}
.more-posts-button-load {
  display: flex;
  flex-direction: column;
  color: #ed1e79;
  font-size: 29px;
  font-weight: 600;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}
.more-posts-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.more-posts-button-load__more {
  font-size: 33px;
}
.more-posts-button-load__arrow svg {
  height: auto;
  width: 57px;
}
.more-posts-button-load .more-posts-button-load__arrow {
  transition: transform 0.3s;
}
.more-posts-button-load:hover .more-posts-button-load__arrow {
  transform: translateY(5px);
}

.more-posts-button-load.--loading .more-posts-button-load__arrow {
  animation: arrow-bounce-down 1s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

@keyframes arrow-bounce-down {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.friends-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 100px;
}
.friends-project-link {
  color: #fff;
  position: relative;
}
.friends-project-image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.friends-project-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}
.friends-project-link:hover .friends-project-image-wrapper img {
  transform: scale(1.1);
}
.friends-project-title {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 140%;
  text-shadow: 0 0 3px #000000;
}

.page-template-donate .page-content:has(iframe) {
  background: #fff;
}
.page-template-donate .page-content:has(iframe) .post-content-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-template-donate .page-block.--second {
  margin-top: 0;
}
.btn-donate {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid;
  padding: 7px 20px;
  border-radius: 20px;
  transition: background 0.3s, color 0.3s;
}
.btn-donate:hover {
  color: #fff;
  background: #000;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

#mc_embed_signup {
  background: none !important;
}

#mc_embed_signup p {
  margin: 0 !important;
}
#mc_embed_signup input,
#mc_embed_signup select {
  padding: 4px 8px;
  margin-top: 7px;
}

.indicates-required * {
  font-size: 16px;
  font-weight: 700;
}
.mc-field-group {
  margin: 20px 0;
}

#mc-embedded-subscribe {
  margin-top: 20px !important;
  display: block;
  color: #fff;
  background: #ed1e79;
  border: none;
  padding: 9px 21px !important;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  appearance: none;
  -webkit-appearance: none;
  width: unset;
}
#mc-embedded-subscribe:hover {
  background: #000;
}

.wp-video {
  max-width: 100%;
}

/* FAQ Accordion Styles */
.faq-item {
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
}

.faq-item__question {
  cursor: pointer;
  padding: 15px 0;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
  transition: color 0.3s ease;
}

.faq-item__question:hover {
  color: #ed1e79;
}

.faq-item__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-item__question::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0;
}

.faq-item.active .faq-item__answer {
  padding: 0 0 15px 0;
}
.faq-item__answer p:first-child {
  margin-top: 0;
}
