.header-type-3 nav {
  display: flex !important;
  flex-direction: row-reverse !important;
}
.linkedin-icon-header img {
  width: 23px;
}
.page-title-additional {
  font-size: 0.4em !important;
}
.home-card {
  transition: 0.4s;
}
.home-card:hover {
  transform: scale(1.05);
  transition: 0.4s;
}
.oze-industry-card-icons .elementor-icon-box-content {
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}
.body-container .body-lines {
  z-index: -1 !important;
}
.single-problem .top-page-wrapper {
  border-radius: 0 !important;
}

.body-container .content-wrapper {
  margin-top: 50px !important;
}

.header-icons-container .logo-link img {
  width: 160px !important;
}
.mobile-header .logo-link img {
  width: 150px !important;
}

.single-post .breadcrumbs *,
.page-id-713 .breadcrumbs * {
  color: white !important; 
}
.footer-type-1 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* IT Solutions */ 
.rozwiazanie-it-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rozwiazanie-it-icon {
  opacity: 0.7;
  position: absolute;
  width: 45px;
  left: 40px;
  top: 40px;
}
.rozwiazanie-it-button {
  width: fit-content !important;
    text-align: left;
    border-bottom: 1px solid #f14f44 !important; 
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 1.7143em !important;
    font-size: 0.875em !important;
    text-transform: uppercase !important;
}
.rozwiazanie-it-button:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
.rozwiazanie-it-button::after {
  display: none !important;
}
.rozwiazanie-it-item {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}
.rozwiazanie-it-content .neuros-button {
  background-color: transparent !important;
}
.rozwiazanie-it-content {
  width: 40%;
  display: flex;
  color: white;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 10px 40px 45px;
}
.rozwiazanie-it-item .rozwiazanie-it-image {
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  height: 100% !important;
  width: 65%;
  align-self: end;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (max-width: 850px) {
  .rozwiazanie-it-item {
    flex-direction: column-reverse !important;
    height: fit-content;
  }
  .rozwiazanie-it-icon {
    display: none !important;
  }
  .rozwiazanie-it-content {
    width: 100%;
    padding: 60px 40px;
  }
  .rozwiazanie-it-content , .rozwiazanie-it-button {
    text-align: center;
    margin: auto;
  }
  .rozwiazanie-it-item .rozwiazanie-it-image {
    height: auto;
    max-height: 350px;
    object-position: 50% 0%;
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 650px) {
  .rozwiazanie-it-item .rozwiazanie-it-image {
    max-width: 100%;
  }
  .rozwiazanie-it-item {
    flex-direction: column;
  }
}
.rozwiazanie-it-item .neuros-button {
  width: max-content;
}

.single-it-solution {
  display: flex;
}
.single-it-solution > div {
  width: 50%;
}
.it-solution-post-gallery img {
  border-radius: 25px;
  margin-bottom: 30px;
}
.it-solution-post-gallery {
  padding-right: 45px;
}

@media only screen and (max-width: 767px) {
  .single-it-solution {
    flex-direction: column-reverse;
  }
  .it-solution-post-gallery {
    padding-right: 0;
    margin-top: 40px;
  }
  .single-it-solution > div {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .toc-container {
    width: 95% !important;
  }
}

/* Educational materials */
#material-listing img {
  width: 100% !important;
  height: 100%;
  border-radius: 25px;
  transition: transform 0.4s ease, filter 0.4s ease;
  object-fit: cover;
}

#material-listing a:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

#material-listing a:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}
#material-listing a:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
#material-listing a:nth-child(4) {
  grid-area: 2 / 1 / 4 / 2;
}
#material-listing a:nth-child(5) {
  grid-area: 3 / 2 / 4 / 3;
}

#material-listing a:nth-child(6) {
  grid-area: 4 / 1 / 5 / 2;
}
#material-listing a:nth-child(7) {
  grid-area: 4 / 2 / 6 / 3;
}
#material-listing a:nth-child(8) {
  grid-area: 5 / 1 / 6 / 2;
}
@media only screen and (max-width: 767px) {
  #material-listing {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
}

#material-listing .blog-item {
  position: relative;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

#material-listing .blog-item .post-title {
  position: absolute;
  background-color: white;
  padding: 22px 26px;
  left: 0;
  bottom: 0;
  border-radius: 0 25px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}

#material-listing .blog-item h3::before {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
  top: -40px;
  bottom: initial;
  border-bottom-left-radius: 20px;
}

#material-listing .blog-item h3::after {
  box-shadow: 0 20px 0 0 #ffffff;
  right: -20px;
  border-bottom-left-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

#material-listing .blog-item:hover img {
  transform: scale(1.1);
  filter: blur(10px);
}
#material-filter button.filter-btn {
  color: #333333;
}

/* Single post */
body.single-post,
body.single-post .footer-columns-row,
body.single-post .post-meta-items {
  background-color: #171717 !important;
  color: white;
}
body.single-post .top-page-wrapper,
body.single-post .breadcrumbs{
  background-color: #171717;
}
.single-post .sidebar  {
  background-color:#171717 !important;
}
.single-post .simple-sidebar-trigger {
  background-color: #1f1f1f;
  border: 0;
  color: white;
}
body.single-post .breadcrumbs-wrapper:after,
body.single-post .breadcrumbs-wrapper:before {
  box-shadow: 0 20px 0 0 #171717 !important;
}
body.single-post .footer-columns-row::after,
body.single-post .footer-columns-row::before,
.post-meta-items-wrapper::after {
  box-shadow: 0 20px 0 0 #171717 !important;
}

body.single-post .post-meta-footer *,
body.single-post .widget-title,
body.single-post .post-content,
body.single-post .wp-block-latest-posts__post-title {
  color: white !important;
}
body.single-post .post-content p , body.single-post .post-content li {
  line-height: 1.7rem !important;
}
body.single-post .post-content a {
  text-decoration: underline;
}
body.single-post .wp-block-heading {
  color: white !important;
}
body.single-post .body-lines {
  display: none;
}
body.single-post .post-content h2 {
  font-size: 36px !important;
}
body.single-post .post-content h3 {
  font-size: 22px !important;
}
body.single-post .page-title-box .page-title {
  font-size: 0.7em !important;
}

.single-post .post-meta-footer:not(:first-child):before {
  left: 0 !important;
  right: 0 !important;
}
.post-meta-footer .wrapper-socials li {
  margin-top: 0 !important;
}

.single-post-image-mobile {
  display: none !important;
}

/* Single post footer */
@media only screen and (max-width: 992px) {
  body.single-post .post-meta-footer {
    display: flex;
    flex-direction: row;
    padding: 10px 15px !important;
    justify-content: space-between;
    align-items: center;
  }
  .single-post-image-desktop {
    display: none !important;
  }
  .single-post-image-mobile {
    display: block !important;
    padding: 0 15px 20px 15px !important;
  }
  body.single-post .post-meta-footer  .wrapper-socials {
    display: flex !important;
    justify-content: flex-end;
  }
  body.single-post .post-meta-footer .post-meta-item-socials {
    width: 100% !important;
  }
  body.single-post .post-meta-footer .post-meta-item-author {
    margin-bottom: 0 !important;
  }
}

/* Header on single post*/
body.single-post .header,
body.single-post .mobile-header {
  background-color: #171717 !important;
}
body.single-post .mobile-header .hamburger span {
  background-color: white !important;
}
body.single-post .header a,
body.single-post .header .search-trigger-icon {
  color: white !important;
}
/* Educational material */
.single-material {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.material-post-gallery img {
  border-radius: 25px;
  margin-bottom: 30px;
}
.material-post-gallery {
  padding-right: 45px;
}
/* Responsivness*/
@media only screen and (max-width: 767px) {
 
  .material-post-gallery {
    padding-right: 0;
    margin-top: 40px;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
  .page-title-box .page-title {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 992px) {
  .toc-container {
    width: 95% !important;
  }
}

/* Lead gen form */
.single-material .wpcf7-form {
  margin-top: 40px;
  background-color: #333333;
  border-radius: 25px;
  padding: 20px 50px;
}
.single-material .wpcf7-form h4 {
  color: white !important;
}
.lead-fields-container {
  justify-content: center;
  display: flex;
  gap: 20px;
}
.lead-fields-container p {
  margin: 0 !important;
  line-height: 0 !important;
}
.single-material .wpcf7-form input,
.single-material .wpcf7-form input:focus {
  color: white !important;
  border-color: white !important;
}
.single-material .wpcf7-form .neuros-button {
  color: white !important;
  display: flex;
  padding: 10px 35px !important;
}
.single-material .wpcf7-not-valid-tip {
  font-size: 0.5em !important;
  line-height: 60px !important;
}
.single-material .wpcf7-response-output {
  color: white !important;
}
.lead-fields-container p:nth-child(3) {
  visibility: hidden;
  position: absolute;
}

@media only screen and (max-width: 600px) {
  .lead-fields-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1675px) {
  .header-menu-container nav a {
    padding: 9px 12px !important;
    font-size: 12px !important;
  }
  .header-button-container .neuros-button {
    padding: 10px 0px !important;
  }
}
@media only screen and (max-width: 1430px) {
  .header-icons-container .logo-link img {
    width: 120px !important;
  }
  .header-icons-container .logo-container {
    margin: 8px !important;
  }
}

/* Override banners background */
body.single-post .page-title-bg {
  background-image: url("/wp-content/uploads/2025/04/bb98ace4-d537-4758-95a6-b5874b7c4042.jpg") !important;
  background-color: rgb(10 10 10 / 50%) !important;
}
body.problem-cat-przemysl-4-0 .page-title-bg {
  background-image: url("/wp-content/uploads/2025/04/oze-2.png") !important;
}
body.problem-cat-oze .page-title-bg {
  background-image: url("/wp-content/uploads/2025/04/przemysl-3.png") !important;
}
body.problem-cat-parki-rozrywki .page-title-bg {
  background-image: url("/wp-content/uploads/2025/04/parki-2.png") !important;
}


/* OTHER POSTS */
.post-navigation {
  margin-top: 90px !important;
}
.testimonial::before {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
.pld-like-dislike-wrap {
  margin-bottom: 0 !important;
}
.res-ind-it-section > div > div {
  gap: 25px !important;
}
.case-study-info-text-item-value {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.it-section-problem > div > div {
  background-color: #282828 !important;
  border: 1px solid #3f3f3f !important;
  border-radius: 25px !important;
}
.single-problem .neuros_tab_icon svg {
  filter: invert(1) !important;
  fill: none !important;
}
@media only screen and (max-width: 1000px) {
  .it-section-problem > div > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .it-section-problem > div > div > div {
    width: 100% !important;
  }
}

/* FIXES */
.case-study-item .post-meta-item-date {
  display: none !important;
}
.single-problem h1.page-title {
  font-size: 0.7em !important;
}

.single-problem-content h3 {
  margin-top: 60px !important;
}
.single-problem-content a {
  color: #f14f44 !important;
}
.page-title-container .breadcrumbs a {
  font-weight: 500 !important;
}
.page-title-container .breadcrumbs a::before {
  display: none !important;
}

@media only screen and (min-width: 767px) {
  .single-neuros_case_study .content {
    padding-right: 8% !important;
  }
  .single-problem-content {
    padding: 0 5% !important;
  }
}
.simple-sidebar-trigger {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  top: 30% !important;
}

/* CONTACT FORM */

.wpcf7-form {
  background-color: transparent !important;
}
footer .wpcf7-form {
  background-color: white !important;
  border-radius: 25px !important;
  padding: 80px 120px !important;
}
@media only screen and (max-width: 1100px) {
  footer .wpcf7-form {
    padding: 80px 40px !important;
  }
}
footer .wpcf7-form input,
footer .wpcf7-form textarea {
  color: #111111 !important;
}
footer .wpcf7-form input::placeholder,
footer .wpcf7-form textarea::placeholder {
  color: grey !important;
}
footer .contact-form-subtitle {
  color: #111111 !important;
}
footer .wpcf7-submit,
footer .wpcf7-submit:hover {
  color: white !important;
}

.wpcf7-response-output,
.contact-form-title {
  color: #111111 !important;
}

.full-width-contact-form input[type="text"],
.full-width-contact-form input[type="email"],
.full-width-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px;
}

.full-width-contact-form textarea {
  height: 150px;
  resize: none;
}

.full-width-contact-form .wpcf7-submit {
  width: 100%;
  padding: 12px;
  background-color: #f14f44 !important;
  color: white !important;
  border: none;
  cursor: pointer;
}

.full-width-contact-form .wpcf7-submit:hover {
  background-color: #f14f44 !important;
  background: #f14f44 !important;
}

/* TABLE OF CONTENTS ON SINGLE POST */
.toc-container {
  width: 30%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.toc-title,
.toc-list a,
.toc-list li::before {
  margin: 0 0 15px 0 !important;
}
.toc-list li::before , .toc-title{
  color: white !important;
}

.toc-list a {
  color: #c7c7c7 !important;
  font-size: 14px;
 
  font-weight: 500;
}

.toc-list ul {
  padding: 0 !important;
  margin: 5px 0 !important;
}
.toc-list > li,
.toc-list > li::before {
  padding-top: 10px;
}
.toc-list li {
  line-height: 1.65rem !important;
  padding-left: 15px !important;
}
.single-problem .page-title-row {
  max-width: 1160px !important;
}

@media only screen and (max-width: 575px) {
  .btn-hide-icon-mobile .neuros-button .icon-button-arrow {
    display: none !important;
  }
  .home-tabs-icons .neuros_tab_title_item > a {
    flex-direction: column !important;
    gap: 20px !important;
  }
  #block-65 .wp-block-image {
    display: none !important;
  }
  #neuros_nav_menu_widget-8 , #neuros_nav_menu_widget-7 {
    text-align: center !important;
  }
 #wpcf7-f25400-p15623-o1 form {
  padding: 40px 20px !important;
 }
 .footer-wrapper {
  margin-inline: 0 !important;
 }
 .breadcrumbs-wrapper {
  left: 7.65% !important;
 }
}

.single-neuros_case_study .post-content h3 {
  margin: 40px 0 20px 0 !important;
}

.cookie-notice-container {
  position: fixed;
    background-color: rgba(20, 20, 25, 1);
    max-width: 500px;
    width: 100%;
    left: 20px;
    bottom: 20px;
    color: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
}
#cn-close-notice {
  top:22px !important
}
#cn-accept-cookie {
  font-weight: 700 !important;
    background-color: #f14f44 !important;
    margin-top: 15px !important;
    padding: 10px 30px 11px 30px !important;
}
@media only screen and (max-width: 767px) {
  .cookie-notice-container {
 left:0;
 bottom: 0;
 border-radius: 0;
  }
}



/* Podcast/Technologie */
.spinner {
  display: none;
  width: 190px;
  height: 190px;
  border: 6px solid rgba(255, 255, 255, 0.4);
  border-left-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 180px auto;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.fade-enter {
  opacity: 0;
  transform: translateY(20px);
}

.fade-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-exit {
  opacity: 1;
  transform: translateY(0);
}

.fade-exit-active {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.filter-btn {
  color: white;
  margin-right: 10px !important;
  margin-top: 10px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-btn.active {
  background-color: #333333 !important;
  color: #fff !important;
}

.filter-btn:hover {
  color: white !important;
  background-color: #333333 !important;
}

.filter-btn.active::after {
  background: none !important;
}

#material-filter {
  margin-bottom: 40px;
}

#material-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 350px 350px;
  gap: 50px;
  margin-bottom: 120px;
}

@media only screen and (max-width:1250px) {
  #material-listing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-bottom: 120px;
  }
}

@media only screen and (max-width:570px) {
  #material-listing {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      margin-bottom: 120px;
  }
}

.pagination {
  position: absolute;
  bottom: -80px;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 9px 15px;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 1px solid #f14f44;
  border-radius: 50%;
  text-decoration: none;
  color: #333333 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a.active {
  background-color: #f14f44;
  color: white !important;
}

.pagination a:hover {
  background-color: #f14f44;
}

#technologie-listing {
  margin-top:68px;
} 


/* SINGLE PODCAST */
.full-width-video {
  width: 100%;
  height: auto;
  display: block;
}  

.material-transkrypcja {
  padding:0 200px;
}
.single-podcast .post-meta-footer {
  display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #fe8041;
      padding-top: 10px;
      margin: 40px 200px 0 200px;
}

@media only screen and (max-width: 1080px) {
  .material-transkrypcja {
    padding: 0;
  }
  .single-podcast .post-meta-footer {
    margin: 40px 0 0 0;
  }
}

.page-title-additional {
  bottom: 5% !important;
}

/* BLOG ARCHIVE */
body.page-id-713 .filter-btn {
  color: white !important;
  margin-right: 10px !important;
  margin-top: 10px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body.page-id-713 .post-title a {
  color: white !important;
}


#blog-filter {
  margin-bottom: 40px;
}



.blog-item {
  height: 100% !important;
}

#blog-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}

@media only screen and (max-width:1250px) {
  #blog-listing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-bottom: 120px;
  }
}

@media only screen and (max-width:570px) {
  #blog-listing {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      margin-bottom: 120px;
  }
}

.blog-item::before {
  border-color: #2C2C2C !important;
}

.blog-item:hover img {
  transform: scale(1.05) translateX(2%);
  transition: 0.4s all;
}

body.tag .page-title-bg {
  background-image: url("/wp-content/uploads/2025/04/bb98ace4-d537-4758-95a6-b5874b7c4042.jpg") !important;
  background-color: rgb(10 10 10 / 50%) !important;
}

body.tag .blog-item .post-title a {
  color:#111111 !important;
}

.cookie-notice-container {
  position: fixed;
    background-color: rgba(20, 20, 25, 1);
    max-width: 500px;
    width: 100%;
    left: 20px;
    bottom: 20px;
    color: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
}
#cn-close-notice {
  top:22px !important
}
#cn-accept-cookie {
  font-weight: 700 !important;
    background-color: #fe8041 !important;
    margin-top: 15px !important;
    padding: 10px 30px 11px 30px !important;
}
@media only screen and (max-width: 767px) {
  .cookie-notice-container {
 left:0;
 bottom: 0;
 border-radius: 0;
  }
}

.cn-revoke-cookie {
	z-index: 99;
    display: block;
    position: fixed;
    background-color: #fe8041;
    color: white;
    left: 20px;
    bottom: 20px;
font-size:12px;
    padding: 5px 10px;
    border-radius: 15px;
}
.cn-revoke-cookie:hover {
	color:white !important;
	transform:scale(1.05);
}
#cn-refuse-cookie {
	background-color: transparent !important;
    border: 1px solid #fe8041;
    padding: 10px 20px;
}

.problem-item .problem-counter {
  font-weight: 500 !important;
  color: #111111 !important;
}

.problem-item {
	padding:40px;
}



body.single-neuros_case_study h1 , body.single-post h1 , body.single-rozwiazanie-it h1 ,
body.single-problem h1 {
	font-size:50px !important;
}

body.single-neuros_case_study h2 , body.single-post h2 , body.single-rozwiazanie-it h2 ,
body.single-problem h2 , 
body.single-podcast h2 {
	font-size:40px !important;
}
body.single-neuros_case_study h3 , body.single-post h3 , body.single-rozwiazanie-it h3 ,
body.single-problem h3 ,
body.single-podcast h3 {
	font-size:30px !important;
}
body.single-neuros_case_study h4 , body.single-post h4 , body.single-rozwiazanie-it h4 ,
body.single-problem h4 ,
body.single-podcast h4 {
	font-size:22px !important;
}
body.single-neuros_case_study h5 , body.single-post h5 , body.single-rozwiazanie-it h5 ,
body.single-problem h5 ,
body.single-podcast h5 {
	font-size:20px !important;
}


.cases-widget .next , .cases-widget .prev {
  display:none !important;
}

.it-solution-description h2 {
  letter-spacing: 0em !important;
}