/* Custom Starmax theme overrides */
.realizacja-content-full table {
  border: 1px solid #fff;
}
#blogpage {
  padding: 20px;
  padding-bottom: 20px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 2.8px rgba(0, 0, 0, 0.005), 0px 0px 10.5px rgba(0, 0, 0, 0.007), 0px 0px 24.5px rgba(0, 0, 0, 0.01), 0px 0px 47px rgba(0, 0, 0, 0.016), 0px 0px 75px rgba(0, 0, 0, 0.04);
}
.extra-blogs.row {
  margin: 20px 0 0 0;
  padding: 20px;
  padding-bottom: 20px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 2.8px rgba(0, 0, 0, 0.005), 0px 0px 10.5px rgba(0, 0, 0, 0.007), 0px 0px 24.5px rgba(0, 0, 0, 0.01), 0px 0px 47px rgba(0, 0, 0, 0.016), 0px 0px 75px rgba(0, 0, 0, 0.04);
}

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.blogs-container .category-image img {
  padding-right: 0.625rem;
  margin-bottom: 1.25rem; }
  .rtl .blogs-container .category-image img {
    padding-left: 0.625rem;
    padding-right: inherit; }
  @media (max-width: 990px) {
    .blogs-container .category-image img {
      padding-right: 0; }
      .rtl .blogs-container .category-image img {
        padding-left: 0;
        padding-right: inherit; } }
.blogs-container .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .pagination .material-icons {
  font-size: 0.9375rem; }
.blogs-container .blog-image img {
  max-width: 100%; }

/* Blog Item */
.blog-item {
  padding: 1.875rem 0 0; }
  .blog-item .blog-image-container {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
  .blog-item .title {
    font-weight: 500;
    padding: 0 30px 30px;
    margin: 0; }
    @media (max-width: 1199px) {
      .blog-item .title {
        padding: 0 20px 20px; } }
    .blog-item .title a {
      font-size: 20px;
      text-transform: capitalize;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
      .blog-item .title a:hover {
        color: var(--theme-color-default); }
      @media (min-width: 992px) {
        .blog-item .title a {
          height: 49px; } }
  .blog-item .blog-meta {
    overflow: hidden;
    padding: 0.625rem 30px 0; }
    @media (max-width: 1199px) {
      .blog-item .blog-meta {
        padding: 0.625rem 20px 0; } }
    .blog-item .blog-meta > span {
      color: #959595;
      font-size: 14px; }
      .blog-item .blog-meta > span .material-icons {
        font-size: 1rem;
        display: none; }
    .blog-item .blog-meta a {
      color: var(--theme-color-default); }
      .blog-item .blog-meta a:hover {
        color: var(--theme-color-secondary); }
    .blog-item .blog-meta .blog-created > span {
      font-size: 0; }
    .blog-item .blog-meta .blog-created .b-date {
      font-size: 0; }
  .blog-item .blog-shortinfo {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 26px;
    color: #999999; }
  .blog-item .more {
    margin-top: 0.9375rem; }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    font-size: 1.5rem; }
  .blog-detail .blog-description {
    font-size: 1rem;
    line-height: 26px; }
  .blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .blog-detail .blog-meta {
    margin-bottom: 0.625rem;
    display: inline-block; }
    .blog-detail .blog-meta > span {
      color: #666666;
      font-size: 0.75rem;
      margin-right: 0.625rem;
      float: left; }
      .rtl .blog-detail .blog-meta > span {
        margin-left: 0.625rem;
        margin-right: inherit; }
      .rtl .blog-detail .blog-meta > span {
        float: right; }
      .blog-detail .blog-meta > span .material-icons {
        font-size: 0.9375rem; }
  .blog-detail .blog-image {
    margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      display: inline-block; } }

.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
  margin-bottom: 1.25rem; }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a span {
  background: #999;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.blog-tags a:hover span {
  background: var(--theme-color-secondary); }

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.102); }

.blog-video-code .inner {
  background: #DDD;
  padding: 0.75rem;
  margin-bottom: 0.9375rem;
  text-align: center; }
  .blog-video-code .inner iframe {
    max-width: 100%; }

/* comment */
.comment-item {
  padding: 0.75rem 0; }
  .comment-item img {
    padding: 0 0.75rem 0 0;
    float: left; }
    .rtl .comment-item img {
      padding: 0 0 0 0.75rem; }
    .rtl .comment-item img {
      float: right; }

.extra-blogs {
  clear: both; }

.comment-wrap {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.102);
  padding: 1.25rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .comment-wrap .comment-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.102);
    font-size: 0.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .comment-wrap .comment-infor > span {
    font-weight: bold;
    margin-right: 0.3125rem; }
    .rtl .comment-wrap .comment-infor > span {
      margin-left: 0.3125rem;
      margin-right: inherit; }
    .comment-wrap .comment-infor > span > span {
      font-weight: normal;
      white-space: inherit; }

.comment-link {
  display: block; }

.social-share .social-wrap > div {
  float: left;
  margin-right: 0.625rem; }
  .rtl .social-share .social-wrap > div {
    float: right; }
  .rtl .social-share .social-wrap > div {
    margin-left: 0.625rem;
    margin-right: inherit; }
.social-share .social-heading {
  padding-right: 0.75rem; }
  .rtl .social-share .social-heading {
    padding-left: 0.75rem;
    padding-right: inherit; }

.ipts-captcha img {
  float: left;
  padding-right: 0.75rem;
  margin-bottom: 0.625rem; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    padding-left: 0.75rem;
    padding-right: inherit; }
.ipts-captcha input {
  width: 100px; }

.blog-comment-block .fb-comments {
  margin: 0 -8px; }

#blog-localengine .comments {
  margin-bottom: 1.875rem; }
#blog-localengine .form-horizontal {
  margin-bottom: 1.875rem;
  background: white;
  padding: 1.25rem; }
  #blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    padding-top: 7px; }
  #blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0; }

/* Load Submit Comment */
.leoblog-cssload-container {
  width: 100%;
  height: 2.1875rem;
  text-align: center;
  display: none; }

.cssload-speeding-wheel {
  margin: 0 0 0 2.8125rem;
  border: 3px solid #000000;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: cssload-spin 700ms infinite linear;
  -moz-animation: cssload-spin 700ms infinite linear;
  animation: cssload-spin 700ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* categories menu display on left or right sidebar */
.blog-menu li {
  position: relative; }
.blog-menu ul {
  margin: 0px; }
  .blog-menu ul > li > a {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 30px;
    color: #9a9a9a;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .blog-menu ul > li > a {
        padding: 14px 20px; } }
  .blog-menu ul > li ul {
    padding-left: 20px; }
    .rtl .blog-menu ul > li ul {
      padding-right: 20px;
      padding-left: inherit; }
  .blog-menu ul > li:hover > a {
    color: var(--theme-color-default); }
  .blog-menu ul > li:last-child > a {
    border-bottom: none; }
  .blog-menu ul > li li a {
    font-size: 16px;
    padding: 0.625rem 30px; }
  .blog-menu ul > li li:hover a {
    color: var(--theme-color-default); }
.blog-menu .collapse-icons {
  position: absolute;
  top: 0.8125rem;
  padding: 0;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.625rem; }
  .rtl .blog-menu .collapse-icons {
    left: 0.625rem;
    right: auto; }
  .blog-menu .collapse-icons .material-icons {
    font-size: 0.9375rem; }
  .blog-menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  .blog-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  .blog-menu .collapse-icons .add,
  .blog-menu .collapse-icons .remove {
    color: #000; }
    .blog-menu .collapse-icons .add:hover,
    .blog-menu .collapse-icons .remove:hover {
      color: var(--theme-color-secondary); }
  .blog-menu .collapse-icons .remove {
    display: none; }

/*** RSS ***/
.blog-lastest-rss {
  float: right !important;
  position: relative;
  top: -2.1875rem; }
  .blog-lastest-rss a {
    color: #f8991d; }
    .blog-lastest-rss a:before {
      content: "\f09e";
      font-family: "FontAwesome";
      font-size: 1.875rem;
      margin-right: 0.3125rem; }
      .rtl .blog-lastest-rss a:before {
        margin-left: 0.3125rem;
        margin-right: inherit; }
    .blog-lastest-rss a:hover {
      color: var(--theme-color-secondary); }

/* css search blog */
#search-blog {
  background-color: var(--theme-color-secondary);
  border-radius: 10px;
  padding-bottom: 50px; }
  #search-blog form {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    background: none;
    border: 0; }
    #search-blog form input {
      width: 100%;
      margin: auto;
      height: 40px;
      background-color: #fff;
      border-radius: 20px;
      margin: auto;
      padding-right: 45px;
      font-size: 14px;
      text-transform: uppercase; }
      #search-blog form input::-webkit-input-placeholder {
        opacity: 1; }
      #search-blog form input::-moz-placeholder {
        opacity: 1; }
      #search-blog form input:-moz-placeholder {
        opacity: 1; }
      #search-blog form input:-ms-input-placeholder {
        opacity: 1; }
      #search-blog form input:focus {
        outline: none; }
    #search-blog form button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background: none;
      padding: 0; }
      #search-blog form button i {
        font-size: 0; }
        #search-blog form button i:before {
          content: '';
          background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE3IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVzYz5DcmVhdGVkIHdpdGggTHVuYWN5PC9kZXNjPg0KICA8ZyBpZD0iSUNOLXNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNSkiPg0KICAgIDxwYXRoIGQ9Ik0wIDBMMTYgMEwxNiAxNkwwIDE2TDAgMFoiIGlkPSJCb3giIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgLz4NCiAgICA8cGF0aCBkPSJNMTEuMzQ0MyAxMi4yNTQ1QzEwLjE0NjMgMTMuMjcyNyA4LjYwMzUyIDEzLjg3MjcgNi45MTU0OCAxMy44NzI3QzMuMTIxOTUgMTMuODcyNyAwIDEwLjc2MzYgMCA2LjkyNzI3QzAgMy4xMjcyNyAzLjEyMTk1IDAgNi45MTU0OCAwQzEwLjc0NTMgMCAxMy44NDkxIDMuMTA5MDkgMTMuODQ5MSA2LjkyNzI3QzEzLjg0OTEgOC42MTgxOCAxMy4yMzIgMTAuMTYzNiAxMi4yMzM3IDExLjM2MzZMMTUuODA5NCAxNC45MjczQzE2LjA2MzUgMTUuMTYzNiAxNi4wNjM1IDE1LjU2MzYgMTUuODA5NCAxNS44MTgyQzE1LjY4MjQgMTUuOTQ1NSAxNS41MTkgMTYgMTUuMzU1NiAxNkMxNS4xNzQxIDE2IDE1LjAyODkgMTUuOTQ1NSAxNC45MDE5IDE1LjgxODJMMTEuMzQ0MyAxMi4yNTQ1Wk0xMi41Nzg2IDYuOTI3MjdDMTIuNTc4NiAzLjggMTAuMDM3NCAxLjI1NDU1IDYuOTE1NDkgMS4yNTQ1NUMzLjgxMTY4IDEuMjU0NTUgMS4yNTI0MSAzLjgxODE4IDEuMjUyNDEgNi45MjcyN0MxLjI1MjQxIDEwLjA1NDUgMy43OTM1MyAxMi42IDYuOTE1NDkgMTIuNkMxMC4wMzc0IDEyLjYgMTIuNTc4NiAxMC4wNTQ1IDEyLjU3ODYgNi45MjcyN1oiIGlkPSJTaGFwZSIgZmlsbD0iIzRFMkI3MyIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIC8+DQogIDwvZz4NCjwvc3ZnPg==");
          width: 17px;
          height: 17px;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }

/*** Responsive part ***/
@media (min-width: 576px) {
  .comment-link {
    background: #F4F4F4;
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    margin: -0.6875rem -1.25rem -0.625rem 0;
    border-left: 1px solid #E5E5E5;
    float: right; }
    .rtl .comment-link {
      margin: -0.6875rem 0 -0.625rem -1.25rem; }
    .rtl .comment-link {
      border-right: 1px solid #E5E5E5;
      border-left: inherit; }
    .rtl .comment-link {
      float: left; }

  .blogs-container .product-count,
  .blog-detail .product-count {
    text-align: right;
    margin-top: 1rem; }
    .rtl .blogs-container .product-count, .rtl
    .blog-detail .product-count {
      text-align: left; } }
@media (max-width: 767px) {
  #blog-localengine .form-horizontal label {
    text-align: left; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }

  .blog-detail .pagination, .blogs-container .pagination {
    text-align: center; }
  .blog-detail .page-item, .blogs-container .page-item {
    display: inline-block; }

  .blog-video-code iframe {
    width: 100%; } }
@media (max-width: 575px) {
  .comment-wrap .comment-meta {
    display: inline-block; }
    .comment-wrap .comment-meta > span {
      display: inline-block;
      margin: 0.3125rem 0;
      width: 100%;
      float: left; }
      .rtl .comment-wrap .comment-meta > span {
        float: right; } }
/* Search and button share*/
#search-blog #blog-nav li a {
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
  color: #9a9a9a;
  font-size: 14px; }
#search-blog #blog-nav li:hover a {
  color: var(--theme-color-default); }
#search-blog form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #search-blog form .form-control {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.102);
    border-radius: 4px; }
#search-blog button {
  position: absolute;
  right: 0;
  top: -2px;
  height: 36px;
  background: transparent; }
  .rtl #search-blog button {
    left: 0;
    right: auto; }

.share_button {
  margin: 10px 0;
  display: flex;
  padding: 0 30px; }
  @media (max-width: 1199px) {
    .share_button {
      padding: 0 20px; } }
  .share_button > span {
    margin-right: 20px; }
    .rtl .share_button > span {
      margin-left: 20px;
      margin-right: inherit; }
    .share_button > span i {
      margin-right: 5px; }
      .rtl .share_button > span i {
        margin-left: 5px;
        margin-right: inherit; }
  .share_button ul {
    margin-bottom: 0; }
    .share_button ul li {
      position: relative;
      display: inline-block;
      clear: both; }
      .share_button ul li:first-child {
        margin-right: 10px; }
        .rtl .share_button ul li:first-child {
          margin-left: 10px;
          margin-right: inherit; }
      .share_button ul li.facebook a:before {
        font-family: "FontAwesome";
        content: "\f09a";
        color: #3c5a98; }
      .share_button ul li.twitter a:before {
        font-family: "FontAwesome";
        content: "\f099";
        color: #55acee; }

#module-leoblog-blog .share_button {
  padding: 0; }

#module-leoblog-category #blog-category > h1 {
  margin-bottom: 20px; }
#module-leoblog-category #blog-category .section-title {
  font-size: 25px;
  font-weight: 600; }
#module-leoblog-category p {
  line-height: 1.2; }
#module-leoblog-category .childrens .section-title {
  margin-bottom: 15px; }
#module-leoblog-category .childrens .row h4 {
  margin-top: 10px;
  font-weight: 600; }
  #module-leoblog-category .childrens .row h4 a:hover {
    color: var(--theme-color-default); }
/* Starmax LeoBlog Template Extensions */

/* ============================================================
   USLUGI (Services) - Starmax
   ============================================================ */

/* Hero image */
.blog-detail--uslugi .blog-image--service {
    margin-bottom: 2.5rem;
}
.blog-detail--uslugi .blog-image--service img {
    border-radius: 8px;
	transform: scale(1.06);
}

/* Service description container */
.blog-detail--uslugi .blog-description--service {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}

/* Section rows: vertical centering + spacing */
.blog-detail--uslugi .blog-description--service > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5rem 0;
    border-bottom: 1px solid #eee;
}
.blog-detail--uslugi .blog-description--service > .row:last-of-type {
    border-bottom: none;
}
.blog-detail--uslugi .blog-description--service > .row.mb-4 {
    margin-bottom: 0 !important;
}

/* Headings */
.blog-detail--uslugi .blog-description--service h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.blog-detail--uslugi .blog-description--service h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

/* Paragraphs */
.blog-detail--uslugi .blog-description--service p {
    margin-bottom: 0.8rem;
}

/* Lists */
.blog-detail--uslugi .blog-description--service ul,
.blog-detail--uslugi .blog-description--service ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.blog-detail--uslugi .blog-description--service ul li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

/* Images inside content sections */
.blog-detail--uslugi .blog-description--service .row img {
    border-radius: 8px;
	transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    width: 100%;
    height: auto;
}

/* CTA Buttons */
.blog-detail--uslugi .blog-description--service .btn-primary {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.6rem 1.5rem;
    background: #8BC34A;
    border-color: #8BC34A;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}
.blog-detail--uslugi .blog-description--service .btn-primary:hover {
    background: #7CB342;
    border-color: #7CB342;
    box-shadow: 0 3px 12px rgba(139,195,74,0.3);
    text-decoration: none;
}

/* Contact links */
.blog-detail--uslugi .blog-description--service a[href^="tel"] {
    color: #8BC34A;
    font-weight: 600;
    text-decoration: none;
}
.blog-detail--uslugi .blog-description--service a[href^="mailto"] {
    color: #8BC34A;
    text-decoration: none;
}
.blog-detail--uslugi .blog-description--service a[href^="tel"]:hover,
.blog-detail--uslugi .blog-description--service a[href^="mailto"]:hover {
    text-decoration: underline;
}

/* Tags */
.blog-detail--uslugi .blog-tags {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
}
.blog-detail--uslugi .blog-tags a {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    margin: 0.2rem;
    background: #f5f5f5;
    border-radius: 3px;
    color: #555;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.blog-detail--uslugi .blog-tags a:hover {
    background: #8BC34A;
    color: #fff;
}

/* Related services */
.blog-detail--uslugi .extra-blogs {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}
.service-related-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.service-related-list li {
    flex: 0 0 auto;
}
.service-related-list li a {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.service-related-list li a:hover {
    background: #8BC34A;
    color: #fff;
}

/* Uslugi listing cards - overlay style (like starmax.com.pl) */

/* Services grid - auto layout */
.uslugi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 2rem;
}
/* If odd number of items, last one spans full width (e.g. Malowanie) */
.uslugi-grid__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
/* Subcategory card as wide banner */
.uslugi-grid__item--subcat .usluga-card {
    min-height: 420px;
}
.uslugi-grid__item:last-child:nth-child(odd) .usluga-card {
    min-height: 420px;
}
.uslugi-grid__item:last-child:nth-child(odd) .usluga-card__image img {
    object-position: center 30%;
}

.uslugi-grid__item {
    padding: 0;
    margin: 0;
}

.blog-item--uslugi {
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
}
.blog-item--uslugi:hover {
    box-shadow: none;
}

.usluga-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    height: 100%;
    min-height: 480px;
}

.usluga-card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.usluga-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
	border-radius: 8px;
}
.usluga-card:hover .usluga-card__image img {
    transform: scale(1.06);
	border-radius: 8px;
}

.usluga-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
    transition: background 0.3s;
}
.usluga-card:hover .usluga-card__overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, transparent 100%);
}

.usluga-card__title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 0.6rem;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
    line-height: 1.3;
    padding: 0;
}

.usluga-card__more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}
.usluga-card:hover .usluga-card__more {
    opacity: 1;
    transform: translateY(0);
}
.usluga-card__plus {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

/* Uslugi description text below cards */
.uslugi-description {
    background: #fff;
    padding: 2.5rem;
    border-radius: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    box-shadow: 0px 0px 2.8px rgba(0,0,0,0.005), 0px 0px 10.5px rgba(0,0,0,0.007), 0px 0px 24.5px rgba(0,0,0,0.01), 0px 0px 47px rgba(0,0,0,0.016), 0px 0px 75px rgba(0,0,0,0.04);
    margin-top: 2rem;
}
.uslugi-description h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 1.5rem;
}
.uslugi-description p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

/* Responsive uslugi grid */
@media (max-width: 991px) {
    .usluga-card {
        min-height: 420px;
    }
    .usluga-card__title {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .uslugi-grid,
    .uslugi-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px;
    }
    .uslugi-grid__item,
    .uslugi-grid__item:nth-child(n+3) {
        flex: none;
    }
    .usluga-card {
        min-height: 400px;
    }
    .usluga-card__overlay {
        padding: 1.5rem 1rem;
    }
    .usluga-card__title {
        font-size: 1rem;
    }
    .usluga-card__more {
        opacity: 1;
        transform: translateY(0);
    }
    .uslugi-description {
        padding: 1.5rem;
    }
}

/* Responsive: uslugi */
@media (max-width: 767px) {
    .blog-detail--uslugi .blog-description--service > .row {
        padding: 1.5rem 0;
    }
    .blog-detail--uslugi .blog-description--service .row img {
        margin-top: 1rem;
    }
    .blog-detail--uslugi .blog-description--service h2 {
        font-size: 1.2rem;
    }
    .blog-detail--uslugi .blog-description--service h3 {
        font-size: 1.1rem;
    }
}

/* ============================================================
   REALIZACJE (Portfolio) - Starmax Original Style
   ============================================================ */

/* --- Category listing page --- */
.blogs-container--realizacje {
    max-width: 1200px;
    margin: 0 auto;
}

/* Intro text */
.realizacje-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}
.realizacje-intro strong {
    font-weight: 700;
}

/* Subcategory filter pills */
.realizacje-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}
.realizacje-filter-pill {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.realizacje-filter-pill:hover,
.realizacje-filter-pill.active {
    color: #8BC34A;
    border-bottom-color: #8BC34A;
    text-decoration: none;
}

/* Portfolio grid - CSS Grid for consistent sizing */
.realizacje-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

/* --- Portfolio card --- */
.realizacja-grid-item {
    padding: 0;
    margin: 0;
}

.blog-item--realizacja {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
}

.realizacja-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.realizacja-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
}

.realizacja-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.realizacja-card:hover .realizacja-card__image img {
    transform: scale(1.08);
}

/* Dark overlay with title at bottom */
.realizacja-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
    padding: 3rem 0.8rem 0.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 40%;
    transition: background 0.3s;
}

.realizacja-card:hover .realizacja-card__overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
}

.realizacja-card__title {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.realizacja-card__plus {
    color: #8BC34A;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 0.5rem;
    opacity: 0.8;
    transition: opacity 0.3s, transform 0.3s;
}

.realizacja-card:hover .realizacja-card__plus {
    opacity: 1;
    transform: scale(1.2);
}

/* --- Realizacje detail page --- */

/* Back link */
.realizacja-back {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}
.realizacja-back span {
    font-size: 1.2rem;
    line-height: 1;
}
.realizacja-back:hover {
    color: #8BC34A;
    text-decoration: none;
}

/* Hero: image left + content right */
.realizacja-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
}

.realizacja-hero__image {
    border-radius: 4px;
    overflow: hidden;
}
.realizacja-hero__image img {
    width: 100%;
    height: auto;
    display: block;
}

.realizacja-hero__content .blog-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 1.2rem;
    line-height: 1.3;
}

.realizacja-hero__content .blog-description--realizacja {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}
.realizacja-hero__content .blog-description--realizacja h2,
.realizacja-hero__content .blog-description--realizacja h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}
.realizacja-hero__content .blog-description--realizacja p {
    margin-bottom: 1rem;
}
.realizacja-hero__content .blog-description--realizacja a {
    color: #8BC34A;
    text-decoration: none;
}
.realizacja-hero__content .blog-description--realizacja a:hover {
    text-decoration: underline;
}
.realizacja-hero__content .blog-description--realizacja ul,
.realizacja-hero__content .blog-description--realizacja ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.realizacja-hero__content .blog-description--realizacja li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

/* Full-width content below hero (text continuation + gallery) */
.realizacja-content-full {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 2rem;
}
.realizacja-content-full h2,
.realizacja-content-full h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.realizacja-content-full p {
    margin-bottom: 1rem;
}
.realizacja-content-full a:not(.glightbox) {
    color: #8BC34A;
    text-decoration: none;
}
.realizacja-content-full a:not(.glightbox):hover {
    text-decoration: underline;
}

/* GLightbox gallery grid (inside content) */
.realizacja-content-full .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
    margin-top: 1rem;
}
.realizacja-content-full .gallery-grid a {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
}
.realizacja-content-full .gallery-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.realizacja-content-full .gallery-grid a:hover img {
    transform: scale(1.06);
}

/* Tags */
.realizacja-tags {
    margin: 1.5rem 0;
    font-size: 0.85rem;
    line-height: 1.8;
}
.realizacja-tags a {
    color: #8BC34A;
    text-decoration: none;
}
.realizacja-tags a:hover {
    text-decoration: underline;
}

/* Related projects */
.realizacja-related {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}
.realizacja-related__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.realizacja-related__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.realizacja-related__item {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.realizacja-related__item:hover {
    background: #8BC34A;
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .realizacje-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .realizacja-card__title {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .realizacja-hero {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .realizacja-hero__image {
        max-width: 600px;
    }
    .realizacja-hero__content .blog-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .realizacje-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
    .realizacja-card__overlay {
        padding: 2rem 0.6rem 0.6rem;
    }
    .realizacja-card__title {
        font-size: 0.75rem;
    }
    .realizacja-card__plus {
        font-size: 1.2rem;
    }
    .realizacje-filters {
        gap: 0.3rem 0.8rem;
    }
    .realizacje-filter-pill {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    .realizacja-content-full .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 4px;
    }
}

@media (max-width: 479px) {
    .realizacje-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px;
    }
    .realizacja-hero__content .blog-title {
        font-size: 1.2rem;
    }
    .realizacja-content-full .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === SEO fixes for default template === */
.extra-blogs h2.h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.blog-detail .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #666;
}

/* === DEFAULT LISTING - Equal height cards === */

/* Gallery grid - universal (all templates) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
    margin-top: 1rem;
}
.gallery-grid a {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
}
.gallery-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.gallery-grid a:hover img {
    transform: scale(1.06);
}

/* Gallery fallback: images inside glightbox links in content (no .gallery-grid wrapper) */
.blog-description a.glightbox,
.blog-description--realizacja a.glightbox,
.realizacja-content-full a.glightbox,
.blog-detail a.glightbox {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
    vertical-align: top;
    margin: 3px;
}
.blog-description a.glightbox img,
.blog-description--realizacja a.glightbox img,
.realizacja-content-full a.glightbox img,
.blog-detail a.glightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.blog-description a.glightbox:hover img,
.blog-description--realizacja a.glightbox:hover img,
.realizacja-content-full a.glightbox:hover img,
.blog-detail a.glightbox:hover img {
    transform: scale(1.06);
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 4px;
    }
}
@media (max-width: 479px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


#blog-listing .leading-blog .row,
#blog-listing .secondary-blog .row {
    display: flex;
    flex-wrap: wrap;
}
#blog-listing .leading-blog .row > [class*="col-"],
#blog-listing .secondary-blog .row > [class*="col-"] {
    display: flex;
    margin-bottom: 1.5rem;
}
#blog-listing .blog-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#blog-listing .blog-image-container {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
}
#blog-listing .blog-image {
    flex: 1;
    overflow: hidden;
    border-radius: 6px;
}
#blog-listing .blog-image a {
    display: block;
    height: 100%;
}
#blog-listing .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
#blog-listing .blog-item .title {
    margin-bottom: 0.5rem;
}
#blog-listing .blog-item .title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    text-transform: none;
    height: auto;
}
#blog-listing .blog-item .title a:hover {
    color: #8BC34A;
}
#blog-listing .blog-item .title {
    padding: 15px 20px;
    margin: 0;
}

/* Category listing - same fix */
#blog-category .leading-blog .row,
#blog-category .secondary-blog .row {
    display: flex;
    flex-wrap: wrap;
}
#blog-category .leading-blog .row > [class*="col-"],
#blog-category .secondary-blog .row > [class*="col-"] {
    display: flex;
    margin-bottom: 1.5rem;
}
#blog-category .blog-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#blog-category .blog-image-container {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
}
#blog-category .blog-image {
    flex: 1;
    overflow: hidden;
    border-radius: 6px;
}
#blog-category .blog-image a {
    display: block;
    height: 100%;
}
#blog-category .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
#blog-category .blog-item .title {
    padding: 15px 20px;
    margin: 0;
}
#blog-category .blog-item .title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    text-transform: none;
    height: auto;
}
#blog-category .blog-item .title a:hover {
    color: #8BC34A;
}
/*# sourceMappingURL=leoblog.css.map */
