/*
Theme Name: bosa-startup-business-child
Template: bosa-startup-business
*/

.site-content {
  padding-top: 0;
}

.breadcrumb-wrap {
  margin-bottom: 0;
}

:root {
  --ink: #1a2744;
  --teal: #2a7d6e;
  --teal-light: #e8f4f0;
  --warm-white: #f7f5f0;
  --warm-gray: #eae6df;
  --mid-gray: #8a8680;
  --rule: #c5bfb6;
  --highlight: #d4a843;
  --danger: #c0392b;
  --ink-soft: #3d4f6a;
}

body:not(.home) h1.page-title {
  margin-top: 25px;
}

.site {
  background: var(--warm-white);
  color: var(--ink);
  line-height: 1.7;
}

.site-header {
  background: var(--ink);
  border-bottom: 4px solid var(--teal);
}

.site-header .site-branding img {
  max-width: 80px;
  height: auto;
}

.bottom-header {
  padding: 12px 0;
}

.header-one .main-navigation ul.menu > li > a,
.header-two .main-navigation ul.menu > li > a,
.header-three .main-navigation ul.menu > li > a,
.header-three .header-icons .search-icon,
.header-fourteen .main-navigation ul.menu > li > a,
.header-fourteen .bottom-contact a,
.header-fourteen .bottom-contact a span {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.main-navigation .menu-wrap a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.main-navigation .menu-wrap a:hover {
  color: #fff;
}

.wp-block-cover.alignfull {
  background: var(--ink) !important;
  min-height: auto !important;
  padding: 48px 0 40px;
}

.wp-block-cover .wp-block-cover__background {
  background: var(--ink) !important;
}

.wp-block-cover__inner-container h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.wp-block-cover__inner-container p {
  color: rgba(255, 255, 255, 0.78);
}

.wp-block-cover__inner-container em {
  display: block;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.entry-content h2 {
  font-weight: 800;
  color: var(--ink);
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--ink);
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.entry-content h3 {
  font-weight: 700;
  color: var(--ink);
  margin: 24px 0 10px;
}

.entry-content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}

.entry-content a:hover {
  color: var(--ink);
}

.entry-content strong {
  color: var(--ink);
  font-weight: 700;
}

.entry-content .theme-block strong,
.entry-content .wp-block-table thead strong {
  color: #fff;
}

.key-fact {
  background: var(--teal-light);
  border-top: 4px solid var(--teal);
  padding: 20px 24px;
  margin: 28px 0;
  position: relative;
}

.key-fact p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 8px;
}

.key-fact .emoji {
  display: none;
}

.key-fact p strong img {
  display: none;
}

.theme-block {
  background: var(--ink);
  color: #fff;
  padding: 28px 28px;
  margin: 32px 0;
  position: relative;
}

.theme-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--highlight);
}

.theme-block h2 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  margin-top: 8px;
}

.theme-block h3 {
  color: #fff;
}

.theme-block p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.theme-block a {
  color: var(--highlight);
}

.theme-block a:hover {
  color: #fff;
}

.theme-col {
  background: var(--warm-gray);
  border-top: 5px solid var(--ink);
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
}

.theme-col p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.theme-col p:last-child {
  margin-bottom: 0;
  background: var(--warm-white);
  padding: 14px 18px;
  border-top: 2px solid var(--highlight);
  font-size: 13px;
  color: var(--ink);
}

.theme-col p strong {
  color: var(--ink);
  font-weight: 800;
}

.theme-col p em {
  font-style: italic;
  color: var(--teal);
  font-weight: 600;
}

.mark-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.mark-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--warm-gray);
}

.mark-list li:last-child {
  border-bottom: none;
}

.mark-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  background: var(--teal);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mark-list li strong {
  color: var(--ink);
  font-weight: 700;
}

.num-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  counter-reset: step-counter;
}

.num-list li {
  position: relative;
  padding: 12px 0 12px 56px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  counter-increment: step-counter;
  border-bottom: 1px solid var(--warm-gray);
  min-height: 48px;
}

.num-list li:last-child {
  border-bottom: none;
}

.num-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 10px;
  width: 36px;
  height: 36px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdg-wrapp {
  background: var(--warm-white);
  border: 2px solid var(--ink);
  margin: 32px 0;
  padding: 0;
  counter-reset: sdg-counter;
}

.sdg-wrapp h3 {
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 14px 24px;
  margin: 0;
}

.sdg-item {
  counter-increment: sdg-counter;
  padding: 14px 24px 14px 72px;
  position: relative;
  border-bottom: 1px solid var(--rule);
}

.sdg-item:last-of-type {
  border-bottom: none;
}

.sdg-item::before {
  content: "SDG";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  background: var(--teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--teal);
  border-right: 2px solid var(--teal);
}

.sdg-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

.sdg-item p strong {
  color: var(--ink);
  font-weight: 800;
}

.sdg-wrapp > .wp-block-group__inner-container > p {
  padding: 18px 24px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--warm-gray);
  border-top: 2px solid var(--highlight);
  margin: 0;
  font-weight: 500;
}

.sdg-item:hover {
  background: var(--teal-light);
  transition: background 0.15s;
}

.wp-block-quote {
  background: #f2f2f2;
  border-top: 3px solid var(--highlight);
  border-bottom: 1px solid var(--warm-gray);
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
}

.wp-block-quote::before {
  content: "\201C";
  position: absolute;
  top: 2px;
  left: 28px;
  font-size: 40px;
  color: var(--highlight);
  line-height: 1;
  opacity: 0.4;
}

.wp-block-quote p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  font-style: italic;
  position: relative;
  z-index: 1;
}

.wp-block-quote p em {
  font-style: italic;
}

.wp-block-quote p.has-text-align-right {
  font-size: 12px;
  font-style: normal;
  color: var(--mid-gray);
  text-align: right;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.wp-block-quote p.has-text-align-right strong {
  color: var(--ink-soft);
  font-weight: 700;
}

.wp-block-table {
  margin: 24px 0;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table thead tr {
  background: var(--ink);
}

.wp-block-table thead th {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 16px;
  text-align: center;
  border: none;
}

.wp-block-table tbody tr {
  border-bottom: 1px solid var(--warm-gray);
  transition: background 0.15s;
}

.wp-block-table tbody tr:nth-child(even) {
  background: var(--warm-gray);
}

.wp-block-table tbody tr:hover {
  background: var(--teal-light);
}

.wp-block-table tbody td {
  padding: 10px 16px;
  font-size: 14px;
  color: var(--ink-soft);
  text-align: center;
  border: none;
}

.wp-block-table tbody td:first-child {
  font-weight: 700;
  color: var(--ink);
}

.rank-math-block {
  margin: 24px 0;
  border-top: 3px solid var(--ink);
}

.rank-math-list-item {
  border-bottom: 1px solid var(--rule);
  counter-increment: faq-counter;
}

.rank-math-list-item:last-child {
  border-bottom: 3px solid var(--ink);
}

.rank-math-question {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  padding: 14px 0 14px 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.rank-math-question::before {
  content: counter(faq-counter, decimal-leading-zero);
  font-size: 22px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -1px;
  flex-shrink: 0;
  min-width: 32px;
}

.rank-math-answer {
  padding: 0 0 16px 44px;
}

.rank-math-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.rank-math-answer a {
  color: var(--teal);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-top: 4px solid var(--teal);
}

.site-footer .site-info {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #fff;
}

.bottom-footer {
  padding: 20px 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
  border: 1px solid var(--warm-gray);
}

.mobile-menu-container .slicknav_menu {
  background: var(--ink);
}

.mobile-menu-container .slicknav_btn {
  background: var(--teal);
}

.mobile-menu-container .slicknav_nav a {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 991px) {
  .header-one .bottom-header {
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .wp-block-cover__inner-container h1 {
    font-size: 24px;
  }

  .entry-content h2 {
    font-size: 20px;
    margin-top: 28px;
  }

  .theme-block {
    padding: 20px 18px;
    margin: 24px -12px;
  }

  .key-fact {
    padding: 16px 18px;
    margin: 20px -12px;
  }

  .wp-block-quote {
    padding: 18px 16px;
  }

  .num-list li {
    padding-left: 44px;
  }

  .num-list li::before {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .wp-block-table {
    font-size: 13px;
  }

  .wp-block-table thead th,
  .wp-block-table tbody td {
    padding: 8px 10px;
  }
}
