.cc-site-header,
.cc-site-header * {
  box-sizing: border-box;
}

.cc-site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  font-family: Lato, Arial, sans-serif;
}

.cc-site-header a {
  text-decoration: none;
}

.cc-header-top {
  display: grid;
  grid-template-columns: 70% 30%;
  min-height: 37px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.cc-header-top__left,
.cc-header-top__right {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 0 20px;
}

.cc-header-top__left {
  background-color: #111;
  background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url("/wp-content/uploads/2025/01/mother-with-baby-strapped-to-her-back-picking-ripe-2023-11-27-04-59-14-utc.jpg");
  background-position: center 32%;
  background-size: cover;
}

.cc-header-top__right {
  justify-content: flex-end;
  background: #f5aa18;
}

.cc-header-top a {
  color: inherit;
}

.cc-header-top a:hover,
.cc-header-top a:focus {
  color: inherit;
  opacity: .78;
}

.cc-header-dot::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 27px;
  vertical-align: middle;
  border-radius: 50%;
  background: currentColor;
}

.cc-header-main {
  min-height: 120px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2025/01/clear-2.jpg");
  background-repeat: no-repeat;
  background-position: center -450px;
  background-size: 100% auto;
}

.cc-header-main__inner {
  display: grid;
  grid-template-columns: minmax(270px, 1fr) 154px minmax(270px, 1fr) 165px;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1270px;
  min-height: 99px;
  margin: 0 auto;
}

.cc-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-header-nav a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #252525;
  font-size: 15px;
  font-family: Yantramanav, sans-serif;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  transition: color .2s ease;
}

.cc-header-actions,
.cc-header-actions-menu {
  position: relative;
}

.cc-header-actions-menu summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  color: #252525;
  font-family: Yantramanav, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease;
}

.cc-header-actions-menu summary::-webkit-details-marker {
  display: none;
}

.cc-header-actions-menu summary:hover,
.cc-header-actions-menu summary:focus,
.cc-header-actions-menu[open] > summary {
  color: #f5a914;
}

.cc-header-actions-menu__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.cc-header-actions-menu[open] .cc-header-actions-menu__chevron {
  transform: translateY(2px) rotate(225deg);
}

.cc-header-actions-menu__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 1001;
  display: grid;
  width: 310px;
  padding: 10px;
  border-top: 3px solid #f5aa18;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
  transform: translateX(-50%);
}

.cc-header-actions-menu__panel::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 10px;
  content: "";
}

.cc-header-nav .cc-header-actions-menu__panel a,
.cc-header-nav .cc-header-actions-menu__panel .cc-header-menu-static {
  display: block;
  padding: 10px 13px;
  border-bottom: 1px solid #eee;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  white-space: normal;
}

.cc-header-nav .cc-header-actions-menu__panel > :last-child {
  border-bottom: 0;
}

.cc-header-nav .cc-header-actions-menu__panel a:hover,
.cc-header-nav .cc-header-actions-menu__panel a:focus {
  color: #fff;
  background: #23b5b0;
}

.cc-header-nav a:hover,
.cc-header-nav a:focus,
.cc-header-nav a[aria-current="page"] {
  color: #f5a914;
}

.cc-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-header-logo img {
  display: block;
  width: 153px;
  height: auto;
}

.cc-header-causes {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #f5aa18;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 16px;
  font-family: Yantramanav, sans-serif;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s ease;
}

.cc-header-causes:hover,
.cc-header-causes:focus {
  background: #23b5b0;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.cc-header-causes:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.cc-header-mobile-toggle,
.cc-header-mobile-nav {
  display: none;
}

@media (max-width: 1100px) {
  .cc-header-main__inner {
    grid-template-columns: minmax(235px, 1fr) 145px minmax(235px, 1fr) 150px;
    gap: 14px;
  }

  .cc-header-nav {
    gap: 22px;
  }

  .cc-header-nav a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .cc-header-top,
  .cc-header-desktop-nav,
  .cc-header-causes {
    display: none;
  }

  .cc-header-main {
    min-height: 116px;
    padding: 15px 20px;
    background-position: center 67%;
    background-size: cover;
  }

  .cc-header-main__inner {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    min-height: 86px;
  }

  .cc-header-logo {
    grid-column: 2;
  }

  .cc-header-logo img {
    width: 155px;
  }

  .cc-header-mobile-toggle {
    position: absolute;
    top: 36px;
    right: 20px;
    display: flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: #f5aa18 !important;
    color: #fff !important;
    cursor: pointer;
  }

  .cc-header-mobile-toggle span,
  .cc-header-mobile-toggle span::before,
  .cc-header-mobile-toggle span::after {
    display: block;
    width: 23px;
    height: 3px;
    background: currentColor;
  }

  .cc-header-mobile-toggle span {
    position: relative;
  }

  .cc-header-mobile-toggle span::before,
  .cc-header-mobile-toggle span::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .cc-header-mobile-toggle span::before {
    top: -7px;
  }

  .cc-header-mobile-toggle span::after {
    top: 7px;
  }

  .cc-header-mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    min-height: 100vh;
    padding: 120px 28px 48px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 18px 0 40px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform .32s ease, opacity .32s ease;
  }

  .cc-site-header.cc-menu-open .cc-header-mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  body.cc-mobile-menu-open {
    overflow: hidden;
  }

  .cc-site-header.cc-menu-open .cc-header-mobile-toggle {
    position: fixed;
    z-index: 1000;
  }

  .cc-site-header.cc-menu-open .cc-header-mobile-toggle span {
    background: transparent;
  }

  .cc-site-header.cc-menu-open .cc-header-mobile-toggle span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .cc-site-header.cc-menu-open .cc-header-mobile-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .cc-header-mobile-logo {
    align-self: center;
    margin-bottom: 28px;
    padding: 0 !important;
  }

  .cc-header-mobile-logo img {
    display: block;
    width: 170px;
    height: auto;
  }

  .cc-header-mobile-nav a {
    display: block;
    padding: 15px 20px;
    color: #252525;
    font-size: 22px;
    font-family: Yantramanav, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }

  .cc-header-actions-menu--mobile {
    width: 100%;
  }

  .cc-header-actions-menu--mobile summary {
    justify-content: center;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }

  .cc-header-actions-menu--mobile[open] > summary {
    color: #fff;
    background: #f5aa18;
  }

  .cc-header-actions-menu--mobile .cc-header-actions-menu__panel {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    padding: 1px;
    border-top: 0;
    background: #eee;
    box-shadow: none;
    transform: none;
  }

  .cc-header-mobile-nav .cc-header-actions-menu__panel a,
  .cc-header-mobile-nav .cc-header-actions-menu__panel .cc-header-menu-static {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    color: #252525;
    background: #f7f7f7;
    font-family: Yantramanav, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }

  .cc-header-mobile-nav a:hover,
  .cc-header-mobile-nav a:focus {
    background: #f5aa18;
    color: #fff;
  }

  .cc-header-mobile-logo:hover,
  .cc-header-mobile-logo:focus {
    background: transparent !important;
  }
}
