/*
Theme Name: bosa-cyber-security-child
Template: bosa-cyber-security
*/

body {
  background: #f4f3f0;
  color: #1a1a1a;
}

#page {
  background: #f4f3f0;
}

.site-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-header {
  background: #0f1b2d;
  border-bottom: 2px solid #b8993e;
}

.site-header .bottom-header {
  background: #0f1b2d;
  padding: 10px 0;
}

.site-branding .site-title a {
  color: #b8993e;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
}

.main-navigation .menu.nav-menu li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 5px;
  transition: color 0.2s;
}

.main-navigation .menu.nav-menu li a:hover,
.main-navigation .menu.nav-menu li.current_page_item a {
  color: #b8993e !important;
}

.mobile-menu-container .slicknav_menu {
  background: #0f1b2d;
}

.mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon span,
.mobile-menu-container
  .slicknav_menu
  .slicknav_btn
  .slicknav_icon
  span:first-child::before,
.mobile-menu-container
  .slicknav_menu
  .slicknav_btn
  .slicknav_icon
  span:first-child::after {
  background-color: #fff;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt:hover {
  color: #b8993e;
}

.mobile-menu-container .slicknav_menutxt {
  color: #b8993e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.mobile-menu-container .slicknav_icon-bar {
  background: #b8993e;
}

.mobile-menu-container .slicknav_nav {
  background: #0f1b2d;
}

.mobile-menu-container .slicknav_nav a {
  color: #c8c5be;
  font-size: 13px;
  border-bottom: 1px solid rgba(184, 153, 62, 0.15);
}

.offcanvas-menu-wrap {
  background: #0f1b2d;
}

a {
  color: #b8993e !important;
}

.entry-content p a:hover,
a:hover {
  color: #b8993e !important;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #fff;
}

.main-cover {
  position: relative;
  margin-bottom: 30px;
}

.main-cover .wp-block-cover__background {
  background: #0f1b2d !important;
  opacity: 0.88 !important;
}

.main-cover .wp-block-cover__inner-container {
  padding: 40px 30px;
  position: relative;
}

.main-cover .wp-block-cover__inner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 3px;
  background: #b8993e;
}

.main-cover h1.wp-block-heading,
h1.page-title {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.main-cover p {
  color: #e5e5e5;
  line-height: 1.7;
}

.info-block {
  background: #0f1b2d;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.info-block::before {
  content: "📊";
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 50px;
  opacity: 0.06;
}

.info-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b8993e;
}

.info-block p {
  color: #c8c5be;
  line-height: 1.6;
  margin-bottom: 3px;
}

.info-block p strong {
  color: #ffffff;
  display: block;
}

.info-block p:first-child strong:first-child {
  color: #b8993e;
  font-size: 28px;
  letter-spacing: -0.5px;
}

.info-block p em {
  color: #7a8599;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.topic-group {
  background: #0f1b2d;
  padding: 25px;
  margin: 30px 0;
  position: relative;
}

.topic-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b8993e;
}

.topic-group > .wp-block-group__inner-container > h2.wp-block-heading,
.topic-group > .wp-block-group__inner-container > h3.wp-block-heading {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 5px;
  padding-left: 22px;
  position: relative;
}

.topic-group > .wp-block-group__inner-container > h2.wp-block-heading::before,
.topic-group > .wp-block-group__inner-container > h3.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #b8993e;
  transform: translateY(-50%) rotate(45deg);
}

.topic-group > .wp-block-group__inner-container > h2.wp-block-heading::after,
.topic-group > .wp-block-group__inner-container > h3.wp-block-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #0f1b2d;
  transform: translateY(-50%) rotate(45deg);
}

.topic-group > .wp-block-group__inner-container > p {
  color: #7a8599;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.topic-item {
  background: #1a2a42;
  padding: 15px 18px 15px 50px;
  margin-bottom: 8px;
  position: relative;
  transition: background 0.2s;
  gap: 2px !important;
}

.topic-item::before {
  content: "§";
  position: absolute;
  top: 15px;
  left: 18px;
  color: #b8993e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.topic-item::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #4a6fa5;
  font-size: 16px;
  opacity: 0;
  transition:
    opacity 0.2s,
    right 0.2s;
}

.topic-item:hover {
  background: #1f3352;
}

.topic-item:hover::after {
  opacity: 1;
  right: 15px;
}

.topic-item p {
  margin: 0;
  color: #8a96a8;
  font-size: 13px;
  line-height: 1.5;
}

.topic-item p strong a {
  color: #b8993e;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}

.topic-item p strong a:hover {
  text-decoration: underline;
}

.entry-content h2.wp-block-heading {
  color: #0f1b2d;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  padding-left: 22px;
  margin-top: 35px;
  margin-bottom: 15px;
  position: relative;
}

.entry-content h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #b8993e;
  transform: translateY(-50%) rotate(45deg);
}

.entry-content h2.wp-block-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #0f1b2d;
  transform: translateY(-50%) rotate(45deg);
}

.entry-content > p {
  line-height: 1.75;
  color: #2c2c2c;
  margin-bottom: 12px;
}

.entry-content > p strong {
  color: #0f1b2d;
}

.wp-block-quote {
  background: #0f1b2d;
  padding: 25px;
  margin: 25px 0;
  position: relative;
  border: none !important;
}

.wp-block-quote::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 60px;
  color: #b8993e;
  opacity: 0.3;
  line-height: 1;
}

.wp-block-quote p {
  color: #d4d0c8;
  line-height: 1.7;
  padding-left: 30px;
}

.wp-block-quote p em {
  color: #c8c5be;
}

.wp-block-quote p.has-text-align-right {
  padding-left: 0;
  margin-top: 10px;
}

.wp-block-quote p.has-text-align-right strong {
  color: #b8993e;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.wp-block-image {
  margin: 25px 0;
  position: relative;
}

.wp-block-image img {
  width: 100%;
  display: block;
  filter: grayscale(15%) contrast(1.05);
}

.wp-block-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b8993e 0%,
    #b8993e 30%,
    #0f1b2d 30%,
    #0f1b2d 100%
  );
}

.wp-block-image figcaption {
  background: #0f1b2d;
  color: #7a8599;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

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

.wp-block-table thead tr {
  background: #0f1b2d;
}

.wp-block-table thead th {
  color: #b8993e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid #b8993e;
}

.wp-block-table tbody tr {
  border-bottom: 1px solid #ddd8cf;
  transition: background 0.2s;
}

.wp-block-table tbody tr:nth-child(even) {
  background: #ece9e3;
}

.wp-block-table tbody tr:hover {
  background: #e4e0d8;
}

.wp-block-table tbody td {
  padding: 10px 15px;
  font-size: 14px;
  color: #2c2c2c;
  vertical-align: top;
}

.wp-block-table tbody td strong {
  color: #0f1b2d;
  font-weight: 700;
}

.wp-block-table tbody td:last-child {
  color: #8b3a3a;
  font-weight: 600;
}

.page-info {
  background: #ece9e3;
  padding: 15px 20px;
  margin-top: 30px;
  position: relative;
  border-top: 2px solid #b8993e;
}

.page-info::before {
  content: "ⓘ";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #b8993e;
  color: #0f1b2d;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.page-info em {
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.6;
}

.entry-footer {
  display: none;
}

.site-footer {
  background: #0f1b2d;
  border-top: 2px solid #b8993e;
  padding: 15px 0;
}

.site-info {
  color: #7a8599;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.breadcrumb-wrap {
  display: none;
}

.header-search-wrap .search-form {
  display: flex;
  gap: 5px;
}

.header-search-wrap .search-field {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(184, 153, 62, 0.3);
  color: #c8c5be;
  padding: 6px 10px;
  font-size: 13px;
}

.header-search-wrap .search-button {
  background: #b8993e;
  border: none;
  color: #0f1b2d;
  padding: 6px 10px;
  cursor: pointer;
}

.header-sidebar h2.wp-block-heading {
  color: #b8993e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-bottom: 1px solid rgba(184, 153, 62, 0.2);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.header-sidebar .wp-block-archives,
.header-sidebar .wp-block-categories-list {
  color: #7a8599;
  font-size: 13px;
}

.header-sidebar .wp-block-categories-list li {
  list-style: none;
}

.schema-faq {
  margin: 30px 0;
  counter-reset: faq-counter;
}

.schema-faq-section {
  background: #f4f3f0;
  padding: 15px 20px 15px 55px;
  margin-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #ddd8cf;
  counter-increment: faq-counter;
  transition: background 0.2s;
}

.schema-faq-section:hover {
  background: #ece9e3;
}

.schema-faq-section::before {
  content: counter(faq-counter, decimal-leading-zero);
  position: absolute;
  top: 15px;
  left: 18px;
  color: #b8993e;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1;
}

.schema-faq-section:first-child {
  border-top: 3px solid #0f1b2d;
}

.schema-faq-section:last-child {
  border-bottom: 3px solid #0f1b2d;
}

.schema-faq-question {
  display: block;
  color: #0f1b2d;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  padding-right: 20px;
  position: relative;
}

.schema-faq-question::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #b8993e;
  font-size: 18px;
  font-weight: 300;
}

.schema-faq-answer {
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 14px;
  margin: 0;
}

.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
  border: none;
  height: 1px;
  background: #ddd8cf;
  margin: 30px 0;
  position: relative;
  overflow: visible;
}

.wp-block-separator.has-alpha-channel-opacity.is-style-wide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #b8993e;
  transform: translate(-50%, -50%) rotate(45deg);
}

.wp-block-separator.has-alpha-channel-opacity.is-style-wide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #f4f3f0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.entry-content > .wp-block-cover:not(.main-cover) {
  margin: 30px 0;
  position: relative;
}

.entry-content > .wp-block-cover:not(.main-cover) .wp-block-cover__background {
  opacity: 0.85 !important;
  background: #0f1b2d !important;
}

.entry-content
  > .wp-block-cover:not(.main-cover)
  .wp-block-cover__inner-container {
  padding: 30px 25px;
  position: relative;
}

.entry-content
  > .wp-block-cover:not(.main-cover)
  .wp-block-cover__inner-container::before {
  content: "⚖";
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 40px;
  opacity: 0.08;
}

.entry-content
  > .wp-block-cover:not(.main-cover)
  .wp-block-cover__inner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 40px;
  height: 3px;
  background: #b8993e;
}

.entry-content > .wp-block-cover:not(.main-cover) h2.wp-block-heading {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  margin-bottom: 12px;
  padding-left: 0;
}

.entry-content > .wp-block-cover:not(.main-cover) h2.wp-block-heading::before,
.entry-content > .wp-block-cover:not(.main-cover) h2.wp-block-heading::after {
  display: none;
}

.entry-content > .wp-block-cover:not(.main-cover) p {
  color: #c8c5be;
  line-height: 1.7;
  margin-bottom: 10px;
}

.entry-content > .wp-block-cover:not(.main-cover) p strong {
  color: #b8993e;
}

.entry-content > .wp-block-cover:not(.main-cover) p:last-child {
  margin-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(184, 153, 62, 0.2);
}

@media (max-width: 767px) {
  .schema-faq-section {
    padding: 12px 15px 12px 45px;
  }

  .schema-faq-section::before {
    left: 14px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_menutxt {
    color: #fff !important;
  }

  .main-cover .wp-block-cover__inner-container {
    padding: 25px 15px;
  }

  .main-cover h1.wp-block-heading,
  h1.page-title {
    font-size: 22px;
  }

  .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }

  .info-block {
    padding: 15px;
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span,
  .mobile-menu-container .slicknav_menu .slicknav_btn:focus .slicknav_icon span,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:active
    .slicknav_icon
    span,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:hover
    .slicknav_icon
    span:first-child::before,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:focus
    .slicknav_icon
    span:first-child::before,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:active
    .slicknav_icon
    span:first-child::before,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:hover
    .slicknav_icon
    span:first-child::after,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:focus
    .slicknav_icon
    span:first-child::after,
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn:active
    .slicknav_icon
    span:first-child::after {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .main-cover h1.wp-block-heading,
  h1.page-title {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .main-cover p {
    font-size: 14px;
  }

  .entry-content h2.wp-block-heading {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .wp-block-quote {
    padding: 20px 15px;
  }

  .wp-block-quote p {
    padding-left: 20px;
    font-size: 14px;
  }

  .wp-block-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-table table {
    min-width: 600px;
  }

  .info-block p:first-child strong:first-child {
    font-size: 24px;
  }

  .topic-group {
    padding: 20px 15px;
  }

  .topic-item {
    padding: 12px 15px 12px 42px;
  }

  .topic-item::before {
    left: 14px;
    font-size: 18px;
  }

  .topic-item::after {
    display: none;
  }
}
