/*
Theme Name: Anyar Bootstrap
Theme URI: https://demo.com/
Author: Codex
Description: WordPress theme converted from the Anyar Bootstrap template. The homepage keeps the original one-page layout, while each section is available as an individual WordPress page.
Version: 1.0.5
Text Domain: anyar-bootstrap
*/

body:not(.index-page) .header {
  --background-color: rgba(0, 78, 144, 0.96);
  position: relative !important;
  top: auto !important;
  box-shadow: none;
  z-index: 10;
}

.page-title.anyar-banner-title {
  clear: both;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-title.anyar-banner-title::before {
  display: none;
}

.page-title.anyar-banner-title .heading {
  position: relative;
  width: 100%;
  min-height: 427px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background-position: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-title.anyar-banner-title .heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 26, 48, 0.52);
}

.page-title.anyar-banner-title .heading .container {
  position: relative;
  z-index: 1;
}

.page-title.anyar-banner-title h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
}

.page-title.anyar-banner-title p {
  color: rgba(255, 255, 255, 0.88);
}

.page-title.anyar-banner-title .breadcrumbs {
  margin: 0;
  border: 0;
}

.anyar-page-content {
  padding: 80px 0;
}

.anyar-page-content .entry-content {
  color: var(--default-color);
  line-height: 1.8;
}

.anyar-page-content .entry-content > *:last-child {
  margin-bottom: 0;
}

.anyar-empty-state {
  padding: 80px 0;
  text-align: center;
}

.anyar-empty-state h2 {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
}

.anyar-empty-state p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

@media (max-width: 768px) {
  .page-title.anyar-banner-title {
    margin-top: 0;
  }

  .page-title.anyar-banner-title .heading {
    min-height: 280px;
  }

  .page-title.anyar-banner-title h1 {
    font-size: 36px;
  }
}
