/******************************

// VERSION-CONTROL
////////////////////////////////////////////////////////////////////////
// cutom.css
// v1.0.3 (01.02.2025) - 1.0.1 (3.8.1)
// last edited by: Damian Pakuła
// author: Damian Pakuła (d.pakula@advertpro.co)
// https://advertpro.co
////////////////////////////////////////////////////////////////////////

  APro styling
    
******************************/

.site-header .site-branding img {
  height: 40px;
  max-height: 85px;
  margin-top: 15px;
}



.pbmit-right-box {
  padding-top: 45px;
  gap: 25px;
}

.page-header {
  margin-top: 100px;
}
.page-header.background-header {
  margin: 180px 20px 0 20px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.header-style-4.simple .page-header.background-header {
  margin: 0 50px 0;
}
.page-header.background-header:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: ' ';
}
.page-header.background-header.mask-solid.mask-blue:before {
  background-color: rgb(3 27 78);
}
.page-header.background-header.mask-solid.mask-dark:before {
  background-color: #000;
}
.page-header.background-header.mask-solid.mask-light:before {
  background-color: #fff;
}
.page-header.background-header.mask-strong:before {
  opacity: .7
}
.page-header.background-header.mask-normal:before {
  opacity: .5
}
.page-header.background-header.mask-lite:before {
  opacity: .3
}


.page-header .pbmit-title-bar-content {
  min-height: auto;
  padding: 110px 0px 0;
}
.page-header.background-header .pbmit-title-bar-content {
  min-height: 330px;
  padding: 0 0 0 5px;
}

.text-light .pbmit-slider-social a,
.text-light .pbmit-tbar-title,
.text-light .pbmit-breadcrumb, 
.text-light .pbmit-breadcrumb a,
.text-light .pbmit-breadcrumb-inner i 
{
  color: #fff;
}

.pbmit-title-bar-wrapper.mask-strong:before {
  opacity: .44;
}
.pbmit-title-bar-wrapper.mask-normal:before {
   opacity: .66;
}
.pbmit-title-bar-wrapper.mask-lite:before {
   opacity: .22;
}

.pbmit-title-bar-wrapper.mask-solid.mask-dark:before {
  background-color: rgb(0 0 0);
}
.pbmit-title-bar-wrapper.mask-solid.mask-light:before {
  background-color: rgb(255 255 255);
}
.pbmit-title-bar-wrapper.mask-solid.mask-blue:before {
  background-color: rgb(3,27,78);
}

.pbmit-title-bar-wrapper.mask-gradient.mask-dark:before {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.pbmit-title-bar-wrapper.mask-gradient.mask-light:before {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.pbmit-title-bar-wrapper.mask-gradient.mask-blue:before {
  background: rgb(3,27,78);
  background: linear-gradient(180deg, rgba(3,27,78,1) 0%, rgba(3,27,78,0) 100%);
}


.pbmit-slider-one .pbmit-slider-four .pbmit-slider-item {
    padding: 0;
    position: relative;
}
.pbmit-slider-one .pbmit-slider-four .pbmit-title {
  color: #000;
}
.pbmit-slider-four .pbmit-slider-content:before {
  background-image: url(../images/slider-d-02.png);
  opacity: .6;
}
.pbmit-slider-four .banner-image {
  bottom: 0;
}
.ihbox-section-twelve {
  border-radius: 30px;
  margin: -20px 50px 100px 50px;
}
.pbmit-slider-four .pbmit-title,
.pbmit-heading-subheading .pbmit-title {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-family: "Baskervville", serif;
  font-weight: 700;
  font-family: "Gloock", serif;
  font-weight: 400;
}
.swiper-wrapper {
  /*justify-content: center;*/
}



.service-detail{
	position: relative;
  margin-bottom: 55px;
}
.service-detail .pbmit-team-detail-inner{
	padding: 45px 38px 70px;
    background-color: var(--pbmit-blackish-color);
    background-image: url(../images/bg/detail-pattern.png);
    background-position: bottom center;
    background-repeat: repeat;
	border-radius: 30px;
}
.service-detail .pbmit-team-summary{
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-detail .pbmit-team-designation{
	font-size: 0.75rem;
    line-height: 1.25rem;
    padding-left: 13px;
	letter-spacing: .6px;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}
.service-detail .pbmit-team-designation:before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
}
.service-detail .pbmit-team-title{
	color: var(--pbmit-white-color);
    font-size: 1.38rem;
    line-height: 1.75rem;
    font-weight: 500;
	margin: 0;
}
.service-detail .pbmit-single-team-info{
	position: relative;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.service-detail .pbmit-single-team-info li,
.service-detail .pbmit-single-team-info li a{
	margin: 0 0 20px 0;
    font-size: 1.00rem;
    font-weight: 500;
    line-height: 1.88rem;
    color: var(--pbmit-white-color);
}
.service-detail .pbmit-single-team-info li label{
	font-size: 0.94rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--pbmit-global-color);
    min-width: 75px;
    display: block;
    text-transform: uppercase;
}
.service-detail .pbmit-single-team-info li:last-child{
	margin-bottom: 0;
}
.service-detail .pbmit-team-share-btn{
	position: absolute;
    right: 0px;
    bottom: 0px;
    background: var(--pbmit-light-color);
    border-radius: 50% 0 0 0;
}

.widget .download .item-download .pbmit-download-content {
  overflow: hidden;
}
.sidebar .widget.widget-wide {
  background-color: transparent;
  padding: 0;
}
.sidebar .widget .widget-title {
  text-transform: none;
}
.sidebar .widget.pbmit-service-ad {
  background-image: url("/assets/images/contact-bg-img.jpg");
}
.list-style-a1 {
  border: none;
  padding: 30px;
  margin-bottom: 55px;
  border-radius: 30px;
  background-color: var(--pbmit-white-color);
}
.accordion-item .widget-title .pbmit-accordion-title,
.list-style-a1 .widget-title {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  font-size: 1.50rem;
  line-height: 2.12rem;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-bottom: 0;
  text-transform: none;
  color: var(--pbmit-blackish-color);
}
.accordion-item .widget-title .accordion-button:not(.collapsed) .pbmit-accordion-title {
  color: #fff;
}
.accordion-item .widget-title .pbmit-accordion-title {
  margin-bottom: 0;
  padding-left: 10px;
}
.accordion-item .list-style-a1 {
  margin-bottom: 0;
}
.list-style-a1 ul li{
    list-style: none;
}
.nfz-badge {
  height: 16px;
}
.pbmit-entry-content img {
  border-radius: 30px;
}
.pbmit-entry-content .widget {
  margin-bottom: 30px;
}
.seo-description ul,
.pbmit-entry-content ul {
  list-style: disc;
  margin-left: 20px;
}
.pbmit-entry-content ul li,
.pbmit-entry-content ol li {
  margin-bottom: .2rem;
}
.video-player img {
  max-width: 100%;
}
.plyr {
  margin-bottom: 20px;
}
.plyr,
.pbmit-entry-content .plyr__video-wrapper {
  border-radius: 30px;
}
.plyr--video .plyr__controls {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pbmit-btn .pbmit-button-text {
  white-space: nowrap;
}
.site-header .pbmit-button-box,
.site-header .pbmit-header-button,
.site-header .pbmit-header-search-btn {
  display: block;
}
.header-style-4 .pbmit-header-button,
.header-style-4 .pbmit-header-search-btn {
  margin-right: 0;
}



.site-header .pbmit-header-button a::before {
  display: none;
}
.site-header .pbmit-header-button a {
    font-size: 1.00rem;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    width: 48px;
    height: 48px;
    line-height: 3.00rem;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.site-header .pbmit-header-button a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
.sign-img {
  display: none !important;
}
.border-radius {
  border-radius: 2rem;
}

.pbminfotech-ele-ptable-style-1.subpages-grid {
  padding-top: 0;
}
.pbminfotech-ele-ptable-style-1.subpages-grid .pbmit-pricing-table-box {
  height: 100%;
  padding: 45px 54px 104px;
}
.pbminfotech-ele-ptable-style-1.subpages-grid .pbminfotech-ptable-btn {
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  padding: 0 54px;
} 
.pbmit-ihbox-style-17 .pbmit-element-heading {
  margin-bottom: 1rem;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image img {
  width: 100%;
}

.service-price .pbmit-ptable-inner {
  padding: 0 0 45px;
  border-bottom: 1px solid rgba(3, 27, 78, 0.1);
}
.service-price .pbmit-button {
  padding-top: 0;
}
.service-price .nfz-badge {
  height: 60px;
  margin-bottom: 25px;
}
.service-price .pbmit-head-wrap {
  position: relative;
  padding-bottom: 28px;
  padding-top: 40px;
  border-bottom: none;
}
.pbmit-portfolio-lines-wrapper ul {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 20px;
}
.pbmit-portfolio-lines-wrapper ul li {
  text-align: left;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
    font-size: 2.38rem;
    line-height: 3.75rem;
}

















.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.style-h1, .style-h2, .style-h3, .style-h4, .style-h5, .style-h6 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
}

.style-h1 {
    font-size: 2.88rem;
    line-height: 3.50rem;
    letter-spacing: 0px;
}

.style-h2 {
    font-size: 2.50rem;
    line-height: 3.12rem;
    letter-spacing: 0px;
}

.style-h3 {
    font-size: 2.25rem;
    line-height: 2.88rem;
    letter-spacing: 0px;
}
.site_content .style-h3 {
  font-size: 2rem;
}
.style-h4 {
    font-size: 1.88rem;
    line-height: 2.50rem;
    letter-spacing: 0px;
}

.style-h5 {
    font-size: 1.50rem;
    line-height: 2.12rem;
    letter-spacing: 0px;
}

.style-h6 {
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: 0px;
}
.style-p {
  font-family: "Roboto", sans-serif;
  font-size: 1.00rem;
  font-style: normal;
  font-weight: 400;
}
.pbmit-ihbox-style-40 .pbmit-element-subtitle, .pbmit-ihbox-style-40 .pbmit-heading-desc, .pbmit-ihbox-style-40 .pbmit-element-title {
  -webkit-line-clamp: none;
}
.pbmit-tab .nav .nav-item a,
.pbmit-service-style-6 .pbmit-service-title {
  text-transform: none;
}

/* accessibility-widget */


.all-post-list ul {
  list-style: none;
}

/* Kontener ogólny */
    .schedule-flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Nagłówek */
    .schedule-header {
        display: flex;
        font-weight: bold;
        gap: 10px;
        color: white;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .header-item {
        flex: 1;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: var(--pbmit-blackish-color);
    border-radius: 10px;
    }
    .header-item .short {
        display: none;
    }
@media (max-width: 767px) {
    .header-item .long {
        display: none;
    }
  .header-item .short {
        display: inline;
    }
  .schedule-row, .schedule-header {
  
    gap: 5px;
  }
  .schedule-event {
    padding: 5px 1px;
  }
}

    /* Style wierszy */
    .schedule-row {
        display: flex;
        gap: 10px;
    }

    .schedule-name {
       flex: 1 1 100%;
      background-color: #fff;
      text-align: center;
      padding: 10px;
      display: block;
      position: relative;
      font-size: 0.875rem;
      font-weight: 600;
      color: var(--pbmit-blackish-color);
      text-transform: uppercase;
      font-family: var(--pbmit-heading-typography-font-family);
      border-radius: 10px;
      margin-top: 15px;
    }

    .schedule-event {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        background-color: #e0e0e0;
        border-radius: 10px;
        min-height: 50px;
    text-align: center;
    }

    .schedule-event:not(:empty) {
        background-color: var(--pbmit-global-color);
    color: #fff;
}

    .schedule-event:empty{
        background-color: #fff;
    }








.accessibility-widget {
  display: none;
  position: fixed;
  right: -95px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
  z-index: 1035;
}
.accessibility-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accessibility-widget ul li a {
  background-color: var(--pbmit-light-color);
  position: relative;
  font-size: 1rem;
  color: var(--pbmit-global-color);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  border: 2px solid var(--pbmit-global-color);
  padding: 5px 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accessibility-widget ul li.solid a,
.accessibility-widget ul li a.active {
  color: #ffffff;
  background: var(--pbmit-global-color);
  border-color: var(--pbmit-global-color);
}
.accessibility-widget ul li.first a {
  border-right-width: 1px;
  border-radius: 100px 0 0 100px;
  padding-left: 15px;
}
.accessibility-widget ul li.last a {
  border-left-width: 1px;
  border-radius: 0 100px 100px 0;
  padding-right: 15px;
}

.accessibility-widget ul li svg {
  height: 14px;
  transform: rotate(-90deg);
}
.accessibility-widget ul li.solid svg,
.accessibility-widget ul li a.active svg {
  color: #ffffff;
  filter: brightness(0) invert(1);
}

.accessibility-widget ul li.last {
  margin-right: 20px;
}
.accessibility-widget ul li.last:last-child {
  margin-right: 0;
}

.accessibility-widget ul li:hover a {
  background: var(--pbmit-blackish-color);
  border-color: var(--pbmit-blackish-color);
}

.accessibility-widget ul li:hover a svg {
  color: #ffffff;
  filter: brightness(0) invert(1);
}



/* NAVIGATION RESPONSIVE */
@media (max-width: 1760px) {
  .header-style-4 .pbmit-header-overlay > .container-fluid {
    padding: 0 20px 0 20px;
  }
  .site-header .site-branding img {
    height: 35px;
    max-height: 35px;
    margin-top: 20px;
  }
  .header-style-4 .site-navigation {
    padding-left: 20px;
  }
  .site-navigation ul.navigation > li > a {
    margin: 0 20px;
  }

  .main-menu ul > li.dropdown > a:after {
    right: -15px;
  }
  .header-style-4 .pbmit-header-search-btn {
    padding-right: 28px;
  }
  .site-header .pbmit-header-search-btn {
    padding-left: 20px;
  }
}

@media (max-width: 1500px) {
  .header-style-4 .pbmit-header-search-btn {
    padding-right: 12px;
  }

  .site-header .pbmit-header-search-btn {
    padding-left: 4px;
  }
  .register-btn {
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.00rem;
  }
  .register-btn .pbmit-align-icon-right {
    margin: 0;
  }
  .register-btn .pbmit-button-text {
    display: none;
  }
  
}

@media (max-width: 1300px) {
  .logo-img {
    display: none !important;
  }
  .sign-img {
    display: inline-block !important;
  }
  .site-header .site-branding img.sign-img {
    height: 48px;
    max-height: 70px;
    margin-top: 40px;
  }
  
}

@media (max-width: 1200px) {

  .site-header .site-branding img.sign-img {
    margin-top: 0;
  }
  .pbmit-menu-logoarea {
    z-index: 9;
  }
  .pbmit-right-box {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 80px;
  }
  
  .pbmit-right-box {
    gap: 20px;
  }
}


.red {
  color: red;
}

.services-list .pbmit-head-wrap {
  width: 100%;
  padding: 30px 30px 30px 55px;
  margin-right: 10px;
  border-right: 1px solid rgba(3, 27, 78, 0.1);
}
.services-list .pbmit-ptable-inner {
  padding: 30px;
  width: 30%;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-list .pbmit-ptable-price-wrapper {
  width: 17%;
  padding: 45px 30px 40px;
  border-radius: 30px;
  margin-right: 18px;
  background-color: var(--pbmit-white-color);
}
.services-list .nfz-badge {
  height: 55px;
}
.services-list .pbminfotech-ptable-frequency {
  font-size: 0.88rem;
  line-height: 1.38rem;
  text-transform: uppercase;
  color: rgba(3, 27, 78, 0.7);
  font-weight: 400;
  padding-left: 0;
  text-align: center;
  margin-top: 10px;
}



/* kadra strona główna */
.pbmit-blog-style-2 .pbminfotech-box-content::before {
  border-radius: 30px;
  clip-path: none;
}
.pbmit-featured-container + .pbminfotech-box-wrap .pbminfotech-box-content::before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pbmit-team-style-3.team-with-thumbs .pbmit-team-title {
  font-size: 2.50rem;
}
.pbmit-team-style-3.team-with-thumbs .pbmit-team-title-wapper::before {
  display: none;
}
.pbmit-team-style-3.team-with-thumbs .pbmit-team-title-wapper .pbmit-team-thumb {
  height: 142px;
  width: 142px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
.pbmit-team-style-3.team-with-thumbs .pbmit-team-title-wapper .pbmit-team-thumb img {
  width: 100%;
}
.pbmit-team-style-3.team-with-thumbs .pbminfotech-box-team-position {
  align-self: center;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading,
.pbmit-blog-style-2 .pbmit-post-title a {
  text-transform: none;
}


.pbmit-portfolio-style-1.rounded .pbminfotech-post-content {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.pbminfotech-box-content.pbminfotech-box-btn {
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.pbminfotech-box-content.pbminfotech-box-btn.pbmit-icons-big {
  font-size: 2rem;
}

.pbmit-icon-close.dark svg {
    fill: #000;
}
.search-result-container {
  padding-top: 40px;
}
.searchform__input {
  font-family: var(--pbmit-heading-typography-font-family);
}
.searchform__input,
.searchform__popup p {
  font-family: var(--pbmit-heading-typography-font-family);
}
.search-result {
  margin-bottom: 40px; 
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
}
.search-result .pbmit-bg-image {
  position: relative;
}
.search-result .pbmit-meta-cat {
	padding: 8px 17px;
  background: var(--pbmit-global-color);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  letter-spacing: .6px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
}
.search-result .pbmit-meta-cat {
	position: absolute;
  bottom: 30px;
  left: 30px;
}

.search-result .pbminfotech-box-content {
  padding: 50px 40px;
  background: 0 0;
  padding-bottom: 20px;
  min-height: auto !important;
  z-index: 1;
  position: relative;
}

.search-tagcloud a {
  line-height: 2.50rem;
  margin: 0 4px 12px 0;
  display: inline-block;
  font-size: 1.00rem !important;
  padding: 0px 30px;
  height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
  border-radius: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.search-tagcloud a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
@media (max-width: 1200px) {
  .site-header .pbmit-header-content {
    position: relative;
    padding: 0;
  }
  .page-header .pbmit-title-bar-content  {
    min-height: auto;
  }
  .pbmit-featured-container + .pbminfotech-box-wrap .pbminfotech-box-content::before {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .search-result .pbminfotech-box-content {
    padding: 35px 30px;
  }
  .pbmit-blog-meta-top .pbmit-meta {
    padding-left: 0;
  }
  .post.blog-classic {
    margin-bottom: 80px;
  }
  .ihbox-section-twelve {
    border-radius: 0;
    margin: -20px 0px 100px 0px;
  }
  .pbmit-team-style-3.team-with-thumbs .pbmit-team-title-wapper {
    margin-bottom: 20px;
  }
  .pbmit-team-style-3.team-with-thumbs .pbmit-team-title-wapper .pbmit-team-thumb {
    margin: 0 auto;
  }
  .pbmit-team-style-3.team-with-thumbs .pbmit-team-title {
    font-size: 1.38rem;
    text-align: center;
    width: 100%;
  }
  .pbmit-team-style-3.team-with-thumbs .pbmit-team-title a {
    width: 100%;
  }
  .pbmit-team-style-3 .pbmit-team-btn {
    justify-content: center;
  }
  
  .services-list .nfz-badge {
    height: 35px;
  }
  .services-list .pbmit-ptable-price-wrapper {
    width: 100%;
    padding: 30px 30px 20px;
    border-radius: 30px;
    margin-right: 0;
    background-color: var(--pbmit-white-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .services-list .pbmit-head-wrap {
    width: 100%;
    padding: 30px;
    margin-right: 0;
    border-right: 1px solid rgba(3, 27, 78, 0.1);
  }
  .services-list .pbminfotech-ptable-heading {
    font-size: 1.50rem;
  }
  .services-list .pbmit-ptable-inner {
    padding: 23px;
    width: 100%;
    min-width: auto;
    display: flex;
  }
  .services-list .pbminfotech-ptable-btn {
    margin-top: 0;
  }
  
  .pbmit-tab.pbmit-tab-members {
    display: block;
    margin-bottom: 20px;
  }
  .pbmit-tab-members .nav {
    display: flex;
    flex-wrap: wrap;
  }
  .pbmit-tab-members .nav .nav-item {
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.empty-menu {
  pointer-events: none;
}

#team {
  padding-bottom: 60px;;
}
.service-detail-accordion_box {
  padding-top: 0;
}

.seo-description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Wyświetla tylko jedną linię */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: max-height 0.3s ease;
}

.seo-section[aria-expanded="true"] .seo-description {
    -webkit-line-clamp: unset; /* Usuń ograniczenie linii */
    max-height: none;
    overflow: visible;
}
.seo-section, .pbmit-service_content {
  margin-bottom: 40px;
}
#seo-toggle-button {
  width: 200px;
  margin-bottom: 0 auto;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  color: #000;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  ont-size: 13px;
  line-height: inherit;
  padding: 7px 15px;
  border-radius: 20px;
}
.seo-section.short #seo-toggle-button {
  display: none;
}
.seo-section.short .seo-description {
  display: block;
}

@media (min-width: 1201px) {
  .header-style-4 .site-navigation ul.navigation > li > a {
    padding-top: 45px;
  }
  .header-style-4 .pbmit-slider-social {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    bottom: 0;
    top: auto;
    left: 2rem;
  }
  .header-style-4 .page-header.background-header + .pbmit-slider-social {
    
    bottom: 22%;
  }
  .header-style-4 .pbmit-slider-area  + .pbmit-slider-social {
    top: calc(25% + 22%);
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .page-header .pbmit-title-bar-content {
    padding-left: 75px;
  }
}

@media (min-width: 1367px) {
  .pbmit-slider-one .pbmit-slider-four .pbmit-title {
    color: #000;
    font-size: 6.88rem;
    line-height: 7.50rem;
  }
}
@media (min-width: 1600px) {
  .header-style-4 .pbmit-header-overlay > .container-fluid {
    padding: 0 70px 0 45px;
  }
  .header-style-4.simple .pbmit-header-overlay > .container-fluid {
    padding: 0 50px;
  }
  .header-style-4 .pbmit-slider-social {
    left: 4rem;
  }
}


.card-container {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    .card {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      width: 260px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }
    .card h3 {
      margin: 15px 0;
      font-size: 20px;
    }
    .card a {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 15px;
      background-color: #0077cc;
      color: white;
      text-decoration: none;
      border-radius: 4px;
    }
    .card a:hover {
      background-color: #005fa3;
    }