/**************************
* Header Section
**************************/

.top_bar {
  background-color: var(--yellow);
  width: 100%;
}

.top_bar_container {
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 44px;
  margin: auto;
  max-width: var(--gb-container-width);
}

.top_bar_logo_mobile {
  display: none;
}

.top_bar_right {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 8px 0;
}

.top_bar_socials {
  display: flex;
  gap: 13px;
  align-items: center;
}

.top_bar_socials svg,
a.email_link svg {
  width: 20px;
  height: 20px;
}

a.social_icons {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
}

a.social_icons:hover {
  filter: brightness(0.8);
}

a.email_link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

a.email_link:hover {
  color: var(--accent);
  text-decoration: underline;
  filter: brightness(0.8);
}

/**************************
* Main Header Desktop
**************************/

.main_header {
  background-color: var(--accent);
  width: 100%;
  position: relative;
  /*   overflow-y: hidden; */
  z-index: 1000;
}

.inner_header_container {
  width: 100%;
  max-width: var(--gb-container-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 30px;
  height: 122px;
  gap: 20px;
}

.logo_container {
  display: flex;
  align-items: center;
  /* margin-right: 100px; */
  flex-shrink: 0;
  /* position: absolute;
  top: 10px; */
}

.logo_container img {
  width: 100%;
  max-width: 179px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.logo_desktop_hidden {
  visibility: hidden;
  pointer-events: none;
  width: 179px;
  display: none;
}

/**************************
* Desktop Nav
**************************/

.main_nav {
  display: flex;
  align-items: stretch;
  flex: 1;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

header.main_header.is_home_page .main_nav {
  justify-content: center !important;
  display: flex;
  gap: 20px;
}

ul.nav_menu_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch;
  gap: 0;
}

ul.nav_menu_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.nav_menu_list li::before,
ul.nav_menu_list li::after {
  display: none !important;
}

li.nav_menu_item {
  position: relative;
  display: flex;
  align-items: stretch;
}

li.current_item > a.nav_dropdown_link,
ul.nav_dropdown_list li.current_item {
  background-color: var(--yellow) !important;
}

a.nav_menu_link {
  display: flex;
  align-items: center;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: var(--gp-font--barlow);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 22px 18px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  line-height: 1;
}

a.nav_menu_link:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
}

li.current_item > a.nav_menu_link {
  background-color: var(--base);
  color: var(--accent) !important;
}

ul.nav_dropdown_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  list-style: none !important;
  margin: 0 !important;
  /* padding: 8px 0 !important;
  min-width: 220px; */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}

ul.nav_dropdown_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.nav_dropdown_list li:hover {
  background-color: var(--yellow);
}

ul.nav_dropdown_list li::before,
ul.nav_dropdown_list li::after {
  display: none !important;
}

li.has_dropdown:hover > ul.nav_dropdown_list {
  display: block;
}

a.nav_dropdown_link {
  display: block;
  color: var(--accent) !important;
  text-decoration: none !important;
  font-family: var(--gp-font--barlow);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 11px 20px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

/* a.nav_dropdown_link:hover {
  background-color: var(--yellow);
  color: var(--accent) !important;
} */

/**************************
* Donate Button
**************************/

a.s4k_btn {
  font-family: var(--gp-font--barlow);
  padding: 12px;
  width: 210px;
  display: inline-flex;
  align-self: center;
  text-align: center;
  justify-content: center;
  position: relative;
  font-size: clamp(1rem, 5vw, 1.25rem);
  font-style: italic;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.625px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 100px;
  border: 4px solid var(--base);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transition:
    background-position 0.3s ease,
    color 0.3s ease;
}

a.s4k_btn.blue_btn {
  background-image: linear-gradient(
    to right,
    var(--accent) 50%,
    var(--yellow) 50%
  );
  background-position: 0% 0;
  color: var(--base);
  /* border-color: var(--accent); */
}

a.s4k_btn.blue_btn:hover {
  background-position: 100% 0;
  color: var(--accent);
}

a.s4k_btn.blue_btn_two {
  background-image: linear-gradient(
    to right,
    var(--accent) 50%,
    var(--base) 50%
  );
  background-position: 0% 0;
  color: var(--base);
  /* border-color: var(--accent); */
}

a.s4k_btn.blue_btn_two:hover {
  background-position: 100% 0;
  color: var(--accent);
}

a.s4k_btn.yellow_btn {
  background-image: linear-gradient(
    to right,
    var(--yellow) 50%,
    var(--base) 50%
  );
  background-position: 0% 0;
  color: var(--accent);
  border-color: var(--base);
}

a.s4k_btn.yellow_btn:hover {
  background-position: 100% 0;
  color: var(--accent);
}

a.s4k_btn.yellow_btn_events {
  background-image: linear-gradient(
    to right,
    var(--yellow) 50%,
    var(--accent) 50%
  );
  background-position: 0% 0;
  color: var(--accent);
  width: 100% !important;
  max-width: 300px;
  border-color: var(--base);
}

a.s4k_btn.yellow_btn_events:hover {
  background-position: 100% 0;
  color: var(--base);
}

a.s4k_btn.white-btn {
  width: 250px;
  background-image: linear-gradient(to right, white 50%, var(--accent) 50%);
  background-position: 0% 0;
  color: var(--accent);
  border-color: var(--base);
}

a.s4k_btn.white-btn:hover {
  background-position: 100% 0;
  color: white;
}

a.donate_btn {
  font-family: var(--gp-font--barlow);
  padding: 12px 60px;
  width: 100%;
  max-width: 359px;
  margin: 0;
  border-radius: 64px;
  text-decoration: none !important;
  font-size: clamp(1rem, 5vw, 1.25rem);
  font-style: italic;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.625px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  align-self: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% 0;
  transition:
    background-position 0.5s ease-in-out,
    color 0.5s ease-in-out;

  &:hover {
    background-position: 100% 0;
  }

  &.donate_button_blue {
    border: 4px solid var(--base);
    height: 84px;

    color: var(--base) !important;
    background-image: linear-gradient(
      to right,
      var(--accent) 49.9%,
      var(--yellow) 50.1%
    );

    &:hover {
      color: var(--accent) !important;
    }
  }

  &.donate_button_orange_outline {
    border: 4px solid var(--orange);
    height: 65px;

    color: var(--orange) !important;
    background-image: linear-gradient(
      to right,
      transparent 49.9%,
      var(--orange) 50.1%
    );

    &:hover {
      color: var(--base) !important;
    }
  }
}

/**************************
* Hamburger
**************************/

.hamburger_btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: var(--accent);
  border: none;
  cursor: pointer;
  padding: 10px 12px;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.hamburger_line {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

/**************************
* Mobile Overlay
**************************/

.mobile_nav_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9998;
}

/**************************
* Mobile Primary Panel
**************************/

.mobile_nav_overlay.is_open {
  display: block;
}

.mobile_nav_panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: var(--accent);
  z-index: 9999;
  padding: 12px 20px;
  transition: top 0.35s ease;
  border-radius: 0 0 24px 24px;
}

.mobile_nav_panel.is_open {
  top: 0;
}

.mobile_nav_close {
  top: 12px;
  right: 20px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

ul.mobile_menu_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
}

ul.mobile_menu_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.mobile_menu_list li::before,
ul.mobile_menu_list li::after {
  display: none !important;
}

li.mobile_menu_item {
  border-bottom: 2px solid var(--yellow);
}

a.mobile_menu_link,
button.mobile_menu_trigger {
  display: flex;
  align-items: center;
  width: 100%;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: var(--gp-font--barlow);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 18px 24px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding-right: 20px;
}

/* a.mobile_menu_link:hover,
button.mobile_menu_trigger:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
} */

li.mobile_menu_item.is_current > a.mobile_menu_link,
li.mobile_menu_item.is_current .mobile_menu_row {
  background-color: var(--yellow);
}

li.mobile_menu_item.is_current > a.mobile_menu_link,
li.mobile_menu_item.is_current .mobile_menu_row .mobile_menu_link,
li.mobile_menu_item.is_current .mobile_menu_row .mobile_menu_chevron {
  color: var(--accent) !important;
}

/* Split row: link (goes to the page) + trigger button (opens submenu) sit side by side */
.mobile_menu_row {
  display: flex;
  align-items: stretch;
}

.mobile_menu_row .mobile_menu_link {
  /* flex: 1; */
  width: auto;
}

.mobile_menu_row button.mobile_menu_trigger {
  width: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.mobile_menu_chevron {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  pointer-events: none;
}

.mobile_nav_primary {
  flex: 1;
}

.mobile_nav_panel .mobile_donate {
  margin: 24px 24px 0;
  display: flex;
  justify-content: center;
  padding: 12px 40px;
  font-size: 18px;
}

/**************************
* Mobile Sub Panel
**************************/

.mobile_sub_panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: #ffffff;
  z-index: 10000;
  padding: 20px;
  transition: top 0.35s ease;
  overflow-y: auto;
  border-radius: 0 0 24px 24px;
}

.mobile_sub_panel.is_open {
  top: 0;
}

.mobile_sub_close {
  position: absolute;
  top: 12px;
  right: 20px;
  background: none;
  border: none;
  color: var(--accent);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

button.mobile_sub_back {
  background: none;
  border: none;
  border-bottom: 2px solid var(--yellow);
  color: var(--accent);
  font-family: var(--gp-font--barlow);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

.mobile_sub_title {
  display: block;
  padding: 0;
  border-bottom: 2px solid var(--yellow);
}

a.mobile_sub_title_link {
  display: block;
  color: var(--accent) !important;
  text-decoration: none !important;
  font-family: var(--gp-font--barlow);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 24px;
}

a.mobile_sub_title_link:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

ul.mobile_sub_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
}

ul.mobile_sub_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.mobile_sub_list li::before,
ul.mobile_sub_list li::after {
  display: none !important;
}

li.mobile_sub_item {
  border-bottom: 2px solid var(--yellow);
}

a.mobile_sub_link {
  display: block;
  color: var(--accent) !important;
  text-decoration: none !important;
  font-family: var(--gp-font--barlow);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 16px 32px;
}

a.mobile_sub_link:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

li.mobile_sub_item.is_current > a.mobile_sub_link {
  background-color: var(--yellow);
}

.mobile_sub_panel .mobile_donate {
  margin: 24px 24px 0;
  display: flex;
  justify-content: center;
  padding: 12px 40px;
  font-size: 18px;
}

/**************************
* Footer Section
**************************/

section.help_box_section {
  padding: 30px;
  margin-top: 60px !important;
}

.help_box {
  width: 100%;
  max-width: 1700px;
  background-color: var(--base);
  border-radius: 32px;
  padding: 60px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}

.help_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 831px;
  margin-bottom: 42px;
}

.help_box h2 {
  color: var(--contrast);
}

.box_grid_container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.price {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--gp-font--poppins);
  color: #1e3a8a;
}

.price_grid {
  overflow: visible !important;
}

.price_item {
  transition: background-color 0.2s ease;
  display: flex;
  padding: 20px;
  border: 6px solid;
  border-radius: 24px;
  height: 326px;
  /* align-items: center; */
  position: relative;
  padding-top: 46px;
}

.price_item h3 {
  color: #1e3a8a;
  font-weight: 600;
  font-style: normal !important;
  text-transform: capitalize;
}

.price_item:nth-child(1) {
  background-color: #ffedc2;
  border-color: var(--yellow);
}

.price_item:nth-child(2) {
  background-color: #f0f5ff;
  border-color: var(--accent);
}

.price_item:nth-child(3) {
  background-color: #ffd6d6;
  border-color: var(--red);
}

.price_item:nth-child(4) {
  background-color: #d9fdff;
  border-color: var(--teal);
}

.price_item:nth-child(1):hover {
  background-color: var(--yellow);
}
.price_item:nth-child(2):hover {
  background-color: var(--accent);
}
.price_item:nth-child(3):hover {
  background-color: var(--red);
}
.price_item:nth-child(4):hover {
  background-color: var(--teal);
}

.price_item:nth-child(2):hover,
.price_item:nth-child(2):hover *,
.price_item:nth-child(3):hover,
.price_item:nth-child(3):hover *,
.price_item:nth-child(4):hover,
.price_item:nth-child(4):hover * {
  color: var(--base) !important;
}

.title_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  /* position: absolute;
  top: 20px; */
}

/*Main Footer*/

.footer_blue_background {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 20%,
    #1d4ed8 20%
  );
  width: 100%;
  margin: auto;
}

.yellow_container {
  background: var(--yellow);
  width: 100%;
  max-width: 1245px;
  margin: auto;
  border-radius: 27px 24px 0 0;
  padding: 20px;
}

.yellow_inner_container {
  width: 100%;
  max-width: 1041px;
  margin: auto;
}

.orange_footer_strip {
  background-color: var(--orange);
  width: 100%;
  height: 17px;
}

.top_footer_section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.logo_contact {
  justify-content: space-between;
}

.logo {
  display: flex;
}

.social_footer.top_bar_socials {
  justify-content: flex-end;
  width: 100%;
}

.donate_footer_btn a.s4k_btn.blue_btn_two {
  width: 282px;
}

/*Links for Footer*/
.footer_content {
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.footer_nav_columns {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.footer_nav_column {
  display: flex;
  flex-direction: column;
}

a.footer_heading {
  color: #3a3b3d;
  font-family: var(--gp-font--poppins);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 30px;
}

a.footer_link {
  color: #0f172a;
  font-family: var(--gp-font--poppins);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 14px;
}

a.footer_link:hover, a.footer_heading:hover{
	text-decoration: underline !important;
}

.copyright {
  margin-top: 30px;
}

/**************************
* Mobile Responsive
**************************/

@media (max-width: 1030px) {
  .top_bar {
    height: 69px;
  }

  .top_bar_container {
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
    position: absolute;
    padding: 0 20px;
  }

  .top_bar_logo_mobile {
    display: flex;
    align-items: center;
    padding: 6px 12px;
  }

  .top_bar_logo_mobile img {
    width: auto;
    max-width: 120px;
    /* height: 58px; */
    object-fit: contain;
  }

  .top_bar_right {
    gap: 14px;
    padding: 8px 0;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_bar_contact {
    display: none;
  }

  .hamburger_btn {
    display: flex;
  }

  .inner_header_container {
    display: none;
  }

  .logo_desktop_hidden {
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 1031px) {
  .mobile_nav_overlay.is_open,
  .mobile_nav_panel.is_open,
  .mobile_sub_panel.is_open {
    display: none !important;
    top: -100% !important;
  }
}

@media (max-width: 768px) {
  .price_item {
    height: auto;
  }
  .blue_footer_strip {
    background-color: var(--accent);
    width: 100%;
    height: 17px;
  }

  section.help_box_section {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 1184px) {
  .price_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-gap: 20px;
  }
  .price_item {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .social_footer.top_bar_socials,
  a.email_link,
  .logo {
    justify-content: center;
    width: 100%;
  }

  .top_footer_section {
    gap: 20px;
  }

  .footer_nav_columns {
    max-width: 340px;
  }

  .copyright {
    margin-top: 30px;
    text-align: center;
  }

  .footer_content {
    margin-top: 30px;
  }

  .yellow_container {
    border-radius: 27px;
  }

  .help_box {
    padding: 30px 12px;
  }

  .price_item {
    min-height: 300px;
  }

  section.help_box_section {
    padding: 22px;
  }

  .price_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    grid-gap: 20px;
  }

  .donate_footer_btn a.s4k_btn.blue_btn_two {
    width: 320px;
  }

  a.s4k_btn.mobile_donate.yellow_btn {
    width: 100%;
}
}

@media (max-width: 600px) {
  .footer_nav_columns {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 30px;
  }

  .footer_nav_column {
    display: flex;
    flex-direction: column;
    width: 150px;
  }
}
