@font-face {
  font-family: "Trade Gothic";
  src: url("../fonts/TradeGothicLTStd.eot");
  src: url("../fonts/TradeGothicLTStd.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TradeGothicLTStd.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd.woff") format("woff"),
    url("../fonts/TradeGothicLTStd.ttf") format("truetype"),
    url("../fonts/TradeGothicLTStd.svg#TradeGothicLTStd") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trade Gothic";
  src: url("../fonts/TradeGothicLTStd-Bold.eot");
  src: url("../fonts/TradeGothicLTStd-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/TradeGothicLTStd-Bold.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd-Bold.woff") format("woff"),
    url("../fonts/TradeGothicLTStd-Bold.ttf") format("truetype"),
    url("../fonts/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "Neo Sans";
  src: url("../fonts/NeoSans.eot");
  src: url("../fonts/NeoSans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/eoSans.woff2") format("woff2"),
    url("../fonts/NeoSans.woff") format("woff"),
    url("../fonts/NeoSans.ttf") format("truetype"),
    url("../fonts/NeoSans.svg#NeoSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

body {
  font-family: "Trade Gothic", sans-serif;
  background: white;
}

.container {
  width: 95%;
  max-width: 100%;
}

html body .custom-mega-quadmenu-new-1 {
  margin-bottom: 0px !important;
  box-shadow: none !important;
}
html
  body
  .custom-mega-quadmenu-new-1
  .quadmenu-container
  ul.quadmenu-navbar-nav
  .quadmenu-language-item {
  overflow: visible !important;
}
.lang-switch {
  position: relative;
  padding: 0px 0px 0px 10px;
}
.lang-switch .selected-lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /* font-size: var(--bs-body-font-size) !important; */
  font-size: 14px !important;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
}
.lang-switch .selected-lang:hover {
  color: #3880c5;
}
.lang-switch .selected-lang .lang-arrow {
  width: 16px;
  transition: 0.3s;
}
.lang-switch.open .selected-lang .lang-arrow {
  transform: rotate(-180deg);
  transform-origin: center center;
}
.lang-switch .selected-lang .lang-arrow svg {
  width: 16px;
  height: 16px;
}
.lang-switch .lang-dropdown {
  display: none !important;
  position: absolute !important;
  left: 0px !important;
  top: 100% !important;
  padding: 10px !important;
  margin: 0px !important;
  border: 0px solid #ccc !important;
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
  min-width: 130px;
  z-index: 1 !important;
}
.lang-switch .lang-dropdown li {
  padding: 7px 0px 7px 0px !important;
  margin: 0px !important;
  list-style-type: none !important;
  line-height: 1 !important;
}
.lang-switch .lang-dropdown li a {
  line-height: 12px !important;
  display: flex !important;
  align-items: center !important;
  color: var(--bs-body-color) !important;
  text-decoration: none !important;
  gap: 10px !important;
  /* font-size: var(--bs-body-font-size) !important; */
  font-size: 14px !important;
  font-weight: var(--bs-body-font-weight) !important;
  line-height: var(--bs-body-line-height) !important;
}
.lang-switch .lang-dropdown li:hover a {
  color: #3880c5 !important;
}
.lang-switch .lang-dropdown li img {
  vertical-align: top !important;
}
.lang-switch.open .lang-dropdown.open-dropdown {
  display: block !important;
}
html
  body
  .custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-item
  .quadmenu-dropdown-menu {
  padding: 33px 0 65px 0 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
}
html
  body
  .custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-item
  .quadmenu-dropdown-menu
  .quadmenu-row {
  max-width: 95% !important;
  width: 100% !important;
  margin: 0px auto !important;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  .quadmenu-title {
  border-width: 0 0 0px 0;
  border-color: transparent;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1b1919;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li
  ul
  li.quadmenu-item {
  margin-bottom: 30px;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li.quadmenu-item
  .quadmenu-item-widget
  ul.menu
  li.menu-item {
  margin: 0px !important;
  padding: 0px !important;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li.quadmenu-item
  .quadmenu-item-widget.widget_custom_html
  .custom-html-widget:not(:last-child) {
  border-right-width: 1px !important;
  border-right-color: #e0e0e0 !important;
  border-right-style: solid !important;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li.quadmenu-item
  .quadmenu-item-widget.widget_custom_html
  .custom-html-widget
  .wpb_wrapper
  h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li.quadmenu-item
  .quadmenu-item-widget.widget_custom_html
  .custom-html-widget
  .wpb_wrapper
  p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 19px;
  padding: 0px;
  margin: 0px;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li
  a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  color: #3c3c3c;
  letter-spacing: 0.3px;
  transition: all 0.2s;
}
html
  body
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  .quadmenu-dropdown-menu
  ul
  li
  a:hover {
  color: #0367c9;
  margin-left: 5px;
}

header {
  position: relative;
}
html .navbar {
  position: static;
}
html
  body
  #quadmenu.custom-mega-quadmenu-new-1
  .quadmenu-navbar-nav
  li.quadmenu-item
  .quadmenu-item-content {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  html
    body
    .custom-mega-quadmenu-new-1
    .quadmenu-container
    ul.quadmenu-navbar-nav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px !important;
  }
}

.header-left {
}

.header-right {
  /* position: relative; */
  /* padding-left: 30px; */
  padding-left: 0px;
  height: -webkit-fill-available;
}
/* .header-right::before {
  content: "";
  width: 100%;
  height: 70%;
  margin: auto;
  position: absolute;
  left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
} */
.header-logo {
  width: 150px;
  height: auto;
}
.nav-link {
  /* color: #4e6993; */
  color: rgba(0, 0, 0, 0.9);
  font-family: "Neo Sans", sans-serif;
  margin-right: 15px;
}

.nav-link.active {
  color: #2d476f;
  font-weight: bold;
}

.btn-primary {
  background-color: #3880c5;
  border-color: #3880c5;
  position: relative;
  padding-right: 2.5rem;
}

.btn-primary::after {
  content: " →";
  position: absolute;
  right: 1rem;
}

.btn-outline-light {
  position: relative;
  padding-right: 2.5rem;
}

.btn-outline-light::after {
  content: " →";
  position: absolute;
  right: 1rem;
}

.btn-primary:hover {
  background-color: #2d476f;
  border-color: #2d476f;
}

.navbar .social-icons {
  /* padding: 0 30px; */
  padding: 0 20px;
}
.navbar .social-icons a {
  color: rgba(0, 0, 0, 0.5);
}

.search-bar input {
  padding-left: 2.5rem;
}
.search-bar .fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e6993;
}
.highlight {
  color: #fdb813;
}

.header-banner {
  height: 100vh;
  background-image: url("../images/NTT-kola-zebate-produkcja.png");
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.header-content {
  position: relative;
  text-align: center;
  color: white;
}

.main-blue {
  color: #3880c5;
  display: block;
}
.headlines {
  color: #2d476f;
  display: block;
}
.small-headlines {
  color: #4e6993;
  display: block;
}
.yellow {
  color: #fdb813;
  display: block;
}

footer {
  background-color: #2d476f;
  color: white;
  /* padding: 40px 0 0; */
  background-image: url("../images/footer-bg.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(45 71 111 / 70%);
  z-index: -1;
}
.footer-content {
  position: relative;
  z-index: 1;
  padding-block: 50px;
}
.footer-section h4 {
  color: #fff;
  margin-bottom: 15px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  color: white;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #fdb813;
}
.footer-section .dropdown ul li a {
  color: #000;
}
.footer-section .social-icons {
  margin-top: 40px;
}
.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 20px;
}
.social-icons a:hover {
  color: #fdb813;
}
.footer-bottom {
  background-color: #3880c5;
  text-align: center;
  padding: 10px 0;
  color: white;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1299px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  html
    body
    .custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .quadmenu-item
    .quadmenu-dropdown-menu
    .quadmenu-row {
    max-width: 100% !important;
  }
  header .search-bar input.form-control {
    max-width: 159px;
  }
  .header-logo {
    margin: 12px 0px;
    width: 100%;
    max-width: 90px;
  }
}

@media screen and (max-width: 1099px) {
  .header-logo {
    max-width: 70px;
  }
  html
    body
    #quadmenu.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    li.quadmenu-item
    .quadmenu-item-content {
    padding: 0px 9px;
  }
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    > li.quadmenu-item
    > a,
  #quadmenu.quadmenu-default_theme
    .quadmenu-navbar-nav
    > li.quadmenu-item
    > form {
    font-size: 13px;
  }
  .navbar .social-icons {
    padding: 0 10px;
  }
  .navbar .social-icons a {
    margin-right: 10px !important;
  }
  header .search-bar input.form-control {
    max-width: 150px;
  }
  .lang-switch .selected-lang {
    font-size: 13px !important;
  }
  .lang-switch .lang-dropdown li a {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }
  /* header {
    padding-block: 20px;
    background: #3880c5;
  } */
  header .header-right {
    /* margin-top: 20px; */
    padding-left: 0;
  }
  /* header .header-right::before {
    content: unset;
  } */
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .nav-link.active,
  .nav-link {
    color: #fff;
  }
  .custom-order-1 {
    order: 4;
    margin-top: 30px;
  }
  .custom-order-2 {
    order: 3;
  }
  .custom-order-3 {
    order: 2;
  }
}
/*  */

/* Scroll to Top Button Styling */
.go-up {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 350;
  display: none; /* hidden by default */
  transition: opacity 0.4s, transform 0.4s;
}

.go-up.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.go-up a.up {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3880c5; /* Button color */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s, transform 0.3s;
}

.go-up a.up:hover {
  background-color: #3880c5;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .go-up {
    bottom: 12px;
    right: 12px;
  }
}

@media (max-width: 991px) {
  html body .custom-mega-quadmenu-new-1 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  header .search-bar input.form-control {
    max-width: 100%;
  }
  header .header-logo {
    margin: 0px;
  }
  header .search-bar {
    margin-bottom: 0px;
  }
  header {
    padding-block: 20px;
    background: #3880c5;
  }
  .lang-switch {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 30px 0px 30px;
  }
  .lang-switch .selected-lang {
    justify-content: space-between;
    color: #fff;
  }
  .lang-switch .lang-dropdown {
    width: 100% !important;
    background-color: transparent !important;
    position: relative !important;
    top: 0px !important;
    padding: 0 !important;
    border: 0 !important;
    /* display: flex !important;
    gap: 10px; */
    box-shadow: none !important;
    display: block !important;
  }
  .lang-switch .selected-lang {
    display: none;
  }
  .lang-switch .selected-lang {
    font-size: 15px !important;
  }
  html
    body
    #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .quadmenu-dropdown-menu
    ul
    li
    a {
    padding: 4px 0px;
  }
  #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    > li.quadmenu-item
    > a,
  #quadmenu.quadmenu-default_theme
    .quadmenu-navbar-nav
    > li.quadmenu-item
    > form {
    font-size: 15px;
  }
  .lang-switch .lang-dropdown li a {
    font-size: 15px !important;
  }
  html
    body
    .custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .quadmenu-item
    .quadmenu-dropdown-menu
    .quadmenu-row {
    max-width: 100% !important;
  }
  html
    body
    .custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .quadmenu-item
    .quadmenu-dropdown-menu {
    padding: 20px 0 10px 0 !important;
  }
  html
    body
    #quadmenu.quadmenu-default_theme.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .quadmenu-dropdown-menu
    ul
    li
    ul
    li.quadmenu-item {
    margin-bottom: 10px;
  }
  html
    body
    #quadmenu.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    .col-sm-3 {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  html
    body
    #quadmenu.custom-mega-quadmenu-new-1
    .quadmenu-navbar-nav
    li.quadmenu-item
    .quadmenu-item-widget {
    padding: 15px 30px 15px 30px !important;
  }
}

.produkttyp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.produkttyp-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.produkttyp-card img {
  width: 100%;
  height: auto;
  display: block;
}

.produkttyp-card h3 {
  margin: 15px 10px;
  font-size: 18px;
  line-height: 1.3;
}
.produktkatalog-container.bg-blue {
  background-color: #3880c5;
  padding-block: 50px;
}
.produktkatalog-container .taxonomy-header h1 {
  color: #fff;
  font-weight: 600;
}
.produktkatalog-container .produktkatalog-list {
  padding: 50px 0 20px;
}
.produktkatalog-list .produktkatalog-item h2 {
  font-size: 1rem;
  font-weight: bold;
}
.produktkatalog-container .pagination .nav-links a,
.produktkatalog-list .produktkatalog-item a {
  color: #3880c5;
  text-decoration: none;
}

.produktkatalog-container .pagination.navigation {
  margin: 20px 0;
}
.produktkatalog-container .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.produktkatalog-container .pagination .nav-links .page-numbers.current,
.produktkatalog-container .pagination .nav-links a.page-numbers {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  background-color: #3880c5;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produktkatalog-container .pagination .nav-links .page-numbers.current {
  color: #3880c5;
  text-decoration: none;
  /* padding: 10px; */
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3880c5;
}
.produktkatalog-container .pagination .nav-links a.prev,
.produktkatalog-container .pagination .nav-links a.next {
  width: auto;
  height: auto;
  border-radius: 05px;
}
/* ============================================
   Search Result Page Design
   ============================================ */

.search-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #fff;
}

/* Search Form Styling */
.search-form {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-form input[type="search"] {
  flex: 1;
  padding: 14px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Trade Gothic", sans-serif;
  color: #1b1919;
  background: #fff;
  transition: all 0.3s ease;
  outline: none;
}

.search-form input[type="search"]:focus {
  border-color: #3880c5;
  box-shadow: 0 0 0 3px rgba(56, 128, 197, 0.1);
}

.search-form input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-form button[type="submit"] {
  padding: 14px 35px;
  background-color: #3880c5;
  color: #fff;
  border: 2px solid #3880c5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Trade Gothic", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.search-form button[type="submit"]:hover {
  background-color: #2d476f;
  border-color: #2d476f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(56, 128, 197, 0.3);
}

.search-form button[type="submit"]:active {
  transform: translateY(0);
}

/* Search Title */
.search-title {
  font-size: 32px;
  font-weight: 600;
  color: #2d476f;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #3880c5;
  font-family: "Trade Gothic", sans-serif;
  letter-spacing: 0.3px;
}

/* Search Groups */
.search-group {
  margin-bottom: 60px;
}

.search-group:last-child {
  margin-bottom: 0;
}

/* Post Type Title */
.post-type-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d476f;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Trade Gothic", sans-serif;
  position: relative;
}

.post-type-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #3880c5;
}

/* Search Grid */
.search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

/* Search Cards */
.search-card {
  padding: 25px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.search-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #3880c5;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}

.search-card:hover {
  border-color: #3880c5;
  box-shadow: 0 8px 20px rgba(56, 128, 197, 0.15);
  transform: translateY(-4px);
}

.search-card:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

.search-card h3 {
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1b1919;
  font-family: "Trade Gothic", sans-serif;
}

.search-card h3 a {
  color: #2d476f;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.search-card h3 a:hover {
  color: #3880c5;
}

/* Search Excerpt */
.search-excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.6;
  margin: 15px 0 0 0;
}

/* Search Highlight */
.search-highlight {
  background: linear-gradient(120deg, #fdb813 0%, #fdb813 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  padding: 2px 4px;
  font-weight: 600;
  color: #1b1919;
  border-radius: 3px;
}

/* Search Taxonomy */
.search-taxonomy {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}

.search-taxonomy strong {
  color: #2d476f;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* Taxonomy Cards */
.taxonomy-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.taxonomy-card:hover {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

/* No Results Message */
.search-page > p {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  background: #f8f9fa;
  border-radius: 8px;
  margin: 40px 0;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .search-page {
    padding: 40px 20px;
  }

  .search-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .search-form {
    flex-direction: column;
    gap: 12px;
  }

  .search-form input[type="search"] {
    width: 100%;
  }

  .search-form button[type="submit"] {
    width: 100%;
  }

  .search-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }

  .post-type-title {
    font-size: 20px;
  }

  .search-card {
    padding: 20px;
  }

  .search-card h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .search-page {
    padding: 30px 15px;
  }

  .search-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .search-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .search-group {
    margin-bottom: 40px;
  }

  .post-type-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .search-card {
    padding: 18px;
  }

  .search-card h3 {
    font-size: 16px;
  }

  .search-excerpt {
    font-size: 14px;
    margin-top: 12px;
  }
}
