/* Sunnyday custom header CSS */
/* Put this in Appearance > Customize > Additional CSS, NOT inside the Elementor HTML widget */

#sdc-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  --hdr-navy: #0d3b66;
  --hdr-navy-dark: #082a4a;
  --hdr-blue: #2d8fc7;
  --hdr-blue-tint: #e7f3fb;
  --hdr-text: #3f5b76;
  --hdr-border: #ebf0f5;
  --hdr-border-soft: #d9e3ec;
  --hdr-accent: #f4922f;
  --hdr-bg: #fafbfc;
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
  background: var(--hdr-bg) !important;
  padding: 12px 20px !important;
  transition: padding 0.25s ease, background 0.25s ease !important;
}

#sdc-header.is-scrolled {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: rgba(250, 251, 252, 0.92) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

#sdc-header *,
#sdc-header *::before,
#sdc-header *::after {
  box-sizing: border-box !important;
}

#sdc-header svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

#sdc-header img {
  display: block !important;
}

#sdc-header .sdc-hdr-pill {
  max-width: 1320px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  padding: 8px 8px 8px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  box-shadow: 0 4px 24px rgba(13, 59, 102, 0.08), 0 1px 3px rgba(13, 59, 102, 0.04) !important;
  border: 1px solid rgba(13, 59, 102, 0.04) !important;
}

#sdc-header.is-scrolled .sdc-hdr-pill {
  box-shadow: 0 8px 32px rgba(13, 59, 102, 0.12), 0 2px 6px rgba(13, 59, 102, 0.06) !important;
}

#sdc-header .sdc-hdr-logo {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

#sdc-header .sdc-hdr-logo img {
  height: 32px !important;
  width: auto !important;
  max-width: none !important;
}

#sdc-header .sdc-hdr-nav {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1 !important;
  justify-content: center !important;
}

#sdc-header .sdc-nav-link,
#sdc-header .sdc-nav-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--hdr-navy) !important;
  text-decoration: none !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
}

#sdc-header .sdc-nav-dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

#sdc-header .sdc-nav-link:hover,
#sdc-header .sdc-nav-dropdown-toggle:hover {
  background: var(--hdr-blue-tint) !important;
  color: var(--hdr-blue) !important;
}

#sdc-header .sdc-nav-link.is-active {
  background: var(--hdr-blue-tint) !important;
  color: var(--hdr-navy) !important;
  font-weight: 600 !important;
}

#sdc-header .sdc-nav-icon {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  border-radius: 50% !important;
  border: 1.5px solid var(--hdr-border-soft) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  background: transparent !important;
}

#sdc-header .sdc-nav-icon svg,
#sdc-header .sdc-nav-chevron {
  width: 11px !important;
  height: 11px !important;
  min-width: 11px !important;
  min-height: 11px !important;
  max-width: 11px !important;
  max-height: 11px !important;
}

#sdc-header .sdc-nav-link:hover .sdc-nav-icon,
#sdc-header .sdc-nav-dropdown-toggle:hover .sdc-nav-icon {
  border-color: var(--hdr-blue) !important;
}

#sdc-header .sdc-nav-link.is-active .sdc-nav-icon {
  border-color: var(--hdr-navy) !important;
  background: var(--hdr-navy) !important;
}

#sdc-header .sdc-nav-link.is-active .sdc-nav-icon svg {
  color: #ffffff !important;
}

#sdc-header .sdc-nav-dropdown {
  position: relative !important;
}

#sdc-header .sdc-nav-chevron {
  margin-left: -2px !important;
  transition: transform 0.2s ease !important;
}

#sdc-header .sdc-nav-dropdown:hover .sdc-nav-chevron,
#sdc-header .sdc-nav-dropdown.is-open .sdc-nav-chevron {
  transform: rotate(180deg) !important;
}

#sdc-header .sdc-nav-dropdown-menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-6px) !important;
  min-width: 230px !important;
  background: #ffffff !important;
  border: 1px solid var(--hdr-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 48px rgba(13, 59, 102, 0.14) !important;
  padding: 8px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
}

#sdc-header .sdc-nav-dropdown:hover .sdc-nav-dropdown-menu,
#sdc-header .sdc-nav-dropdown.is-open .sdc-nav-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

#sdc-header .sdc-nav-dropdown-link {
  display: block !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--hdr-navy) !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  text-transform: none !important;
}

#sdc-header .sdc-nav-dropdown-link:hover {
  background: var(--hdr-blue-tint) !important;
  color: var(--hdr-blue) !important;
}

#sdc-header .sdc-hdr-actions {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}

#sdc-header .sdc-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: var(--hdr-accent) !important;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 12px rgba(244, 146, 47, 0.28) !important;
  line-height: 1.2 !important;
}

#sdc-header .sdc-cta-btn:hover {
  background: #d97a18 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(244, 146, 47, 0.4) !important;
}

#sdc-header .sdc-cta-btn svg {
  width: 12px !important;
  height: 12px !important;
}

#sdc-header .sdc-call-btn {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  background: var(--hdr-navy) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

#sdc-header .sdc-call-btn:hover {
  background: var(--hdr-navy-dark) !important;
  transform: translateY(-1px) !important;
}

#sdc-header .sdc-call-btn svg {
  width: 15px !important;
  height: 15px !important;
  color: #ffffff !important;
}

#sdc-header .sdc-mobile-toggle {
  display: none !important;
  background: var(--hdr-navy) !important;
  border: 0 !important;
  cursor: pointer !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}

#sdc-header .sdc-mobile-toggle svg {
  width: 18px !important;
  height: 18px !important;
  color: #ffffff !important;
}

#sdc-header .sdc-mobile-toggle .sdc-icon-close {
  display: none !important;
}

#sdc-header.is-menu-open .sdc-mobile-toggle .sdc-icon-open {
  display: none !important;
}

#sdc-header.is-menu-open .sdc-mobile-toggle .sdc-icon-close {
  display: block !important;
}

#sdc-header .sdc-mobile-menu {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #ffffff !important;
  z-index: 9999 !important;
  padding: 20px 18px 24px !important;
  overflow-y: auto !important;
  flex-direction: column !important;
}

#sdc-header.is-menu-open .sdc-mobile-menu {
  display: flex !important;
}

#sdc-header .sdc-mm-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--hdr-border) !important;
}

#sdc-header .sdc-mm-top img {
  height: 36px !important;
  width: auto !important;
}

#sdc-header .sdc-mm-close {
  background: var(--hdr-blue-tint) !important;
  border: 0 !important;
  cursor: pointer !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  color: var(--hdr-navy) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#sdc-header .sdc-mm-nav,
#sdc-header .sdc-mm-actions {
  display: flex !important;
  flex-direction: column !important;
}

#sdc-header .sdc-mm-nav {
  gap: 4px !important;
  flex: 1 !important;
}

#sdc-header .sdc-mm-link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--hdr-navy) !important;
  text-decoration: none !important;
  padding: 13px 16px !important;
  border-radius: 14px !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

#sdc-header .sdc-mm-link:hover,
#sdc-header .sdc-mm-link.is-active {
  background: var(--hdr-blue-tint) !important;
  color: var(--hdr-navy) !important;
}

#sdc-header .sdc-mm-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 50% !important;
  border: 1.5px solid var(--hdr-border-soft) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#sdc-header .sdc-mm-icon svg {
  width: 14px !important;
  height: 14px !important;
  color: var(--hdr-navy) !important;
}

#sdc-header .sdc-mm-link.is-active .sdc-mm-icon {
  background: var(--hdr-navy) !important;
  border-color: var(--hdr-navy) !important;
}

#sdc-header .sdc-mm-link.is-active .sdc-mm-icon svg {
  color: #ffffff !important;
}

#sdc-header .sdc-mm-sublinks {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 48px !important;
  margin: 2px 0 6px !important;
}

#sdc-header .sdc-mm-sublink {
  display: block !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: var(--hdr-text) !important;
  text-decoration: none !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
}

#sdc-header .sdc-mm-sublink:hover {
  background: var(--hdr-blue-tint) !important;
  color: var(--hdr-blue) !important;
}

#sdc-header .sdc-mm-actions {
  gap: 10px !important;
  padding-top: 20px !important;
  margin-top: 12px !important;
  border-top: 1px solid var(--hdr-border) !important;
}

#sdc-header .sdc-mm-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#sdc-header .sdc-mm-cta-primary {
  background: var(--hdr-accent) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(244, 146, 47, 0.32) !important;
}

#sdc-header .sdc-mm-cta-secondary {
  background: var(--hdr-navy) !important;
  color: #ffffff !important;
}

#sdc-header .sdc-mm-cta svg {
  width: 15px !important;
  height: 15px !important;
}

#sdc-header .sdc-mm-trust {
  margin-top: 18px !important;
  padding: 13px !important;
  background: var(--hdr-blue-tint) !important;
  border-radius: 14px !important;
  font-size: 12.5px !important;
  color: var(--hdr-navy) !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

#sdc-header .sdc-mm-trust::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #1d9e75 !important;
}

@media (max-width: 1100px) {
  #sdc-header .sdc-nav-link,
  #sdc-header .sdc-nav-dropdown-toggle {
    padding: 7px 10px !important;
    font-size: 13px !important;
    gap: 6px !important;
  }

  #sdc-header .sdc-nav-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
  }

  #sdc-header .sdc-nav-icon svg {
    width: 10px !important;
    height: 10px !important;
  }

  #sdc-header .sdc-cta-btn {
    padding: 9px 14px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 960px) {
  #sdc-header {
    padding: 10px 16px !important;
  }

  #sdc-header .sdc-hdr-nav,
  #sdc-header .sdc-cta-btn {
    display: none !important;
  }

  #sdc-header .sdc-mobile-toggle {
    display: inline-flex !important;
  }

  #sdc-header .sdc-hdr-pill {
    padding: 7px 7px 7px 20px !important;
  }
}

@media (max-width: 480px) {
  #sdc-header {
    padding: 8px 12px !important;
  }

  #sdc-header .sdc-hdr-logo img {
    height: 30px !important;
  }

  #sdc-header .sdc-hdr-pill {
    padding: 6px 6px 6px 16px !important;
  }

  #sdc-header .sdc-call-btn,
  #sdc-header .sdc-mobile-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}

