body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    /* font-family: 'Marcellus', serif; */
    font-style: normal;
    font-weight: 300;
}

html,body {
      width: 100%;
     overflow-x: hidden;
  }


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6,
blockquote {
  font-weight: 600;
}

h1 {
    font-size: 2.5rem;
    line-height: 6.5rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 12px;
}

h2 {
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

#oferta h2 {
  padding-bottom: 2px;
}

blockquote, h3 {
   font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

h3 {
  line-height: 36px;
}

h4 {
    color: #999;
    letter-spacing: 2px;
    margin-top: 22px;
}

p {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

p:not(.naglowek1) {
    color: #707070;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
#oferta {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#home,
#oferta,
#opinie {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  /* background: none repeat scroll 0 0 #fff5fa; */
  background: none repeat scroll 0 0 #FFF;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #26253a;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }




/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.navbar-default {
    background: #ffffff;
    border-bottom: 2px solid #f9f9f9;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a:hover {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    color: #000;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  color: #000;
  background-color: transparent;
}



/*---------------------------------------
    Home section              
-----------------------------------------*/
#home {
    background: 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    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;
    height: 100vh;
}

#home .naglowek1,
#home .naglowek2 {
  color: #ffffff;
}

#home .naglowek1 {
  letter-spacing: 2px;
}

#home .home-hero-content {
  position: relative;
  min-height: 70vh;
  padding-bottom: 120px;
}

#home .btn {
  background: linear-gradient(135deg, #f8fafc 0%, #e5e7eb 100%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #17223b;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 34px;
  margin-top: 28px;
  box-shadow: 0 10px 24px rgba(23, 34, 59, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

#home .btn:hover {
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%);
  color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.35);
}

#home .home-about-btn {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  margin-top: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

#home .home-about-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  animation: homeBtnSlideIn 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

#home .home-about-btn.is-visible:hover {
  transform: translateX(-50%) translateY(-2px) scale(1.03);
}

@keyframes homeBtnSlideIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}



/*---------------------------------------
   firma  section              
-----------------------------------------*/
#firma {
  padding-top: 14rem;
  padding-bottom: 20rem;
  position: relative;
}

#firma .cert-zoom-trigger {
  display: inline-block;
  cursor: zoom-in;
  border: 4px solid #f9f9f9;
  border-radius: 18px;
  padding: 20px 20px 40px 20px;
  background: #ffffff;
}

#firma .cert-zoom-trigger img {
  border-radius: 14px;
  display: block;
}

.cert-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(3, 7, 18, 0.88);
  z-index: 99999;
  padding: 20px 20px 24px;
}

.cert-lightbox.is-open {
  display: flex;
}

.cert-lightbox-content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cert-lightbox img {
  max-width: min(1080px, calc(100vw - 40px));
  max-height: calc(100dvh - 130px);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.cert-lightbox-close {
  width: auto;
  min-width: 210px;
  height: 46px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(127, 29, 29, 0.45);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cert-lightbox-close:hover {
  background: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(127, 29, 29, 0.5);
}

#firma blockquote {
  background: #ffffff;
  box-shadow: 0px 2px 8px 10px rgba(50, 50, 50, 0.04);
  border-left: 8px solid #26253a;
  border-radius: 14px;
  word-spacing: 1px;
  letter-spacing: 1px;
  position: absolute;
  font-size: 20px;
  /* top: 240px; */
  top: 565px;
  left: 80px;
  padding: 62px 52px;
}

#firma .firma-detail {
  position: relative;
  top: 40px;
}

#firma .btn {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
  border: 2px solid #26253a;
  border-radius: 14px;
  color: #26253a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 46px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(38, 37, 58, 0.14);
}

#firma .btn:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
  color: #1f2937;
  border-color: #1f2937;
  box-shadow: 0 12px 24px rgba(38, 37, 58, 0.20);
  transform: translateY(-1px);
}

#firma .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 75%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.72) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}

#firma .btn:hover::after {
  animation: firmaBtnShine 0.75s ease;
}

#firma .btn.is-shine-on-view::after {
  animation: firmaBtnShine 0.85s ease;
}

@keyframes firmaBtnShine {
  from {
    left: -130%;
  }
  to {
    left: 145%;
  }
}



/*---------------------------------------
   oferta section              
-----------------------------------------*/
#oferta {
  background:
    radial-gradient(circle at 12% 15%, rgba(29, 78, 216, 0.12) 0%, rgba(29, 78, 216, 0) 40%),
    radial-gradient(circle at 88% 78%, rgba(14, 116, 144, 0.16) 0%, rgba(14, 116, 144, 0) 42%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

#oferta .oferta-intro {
  margin: 0 auto 18px;
  text-align: center;
}

#oferta .oferta-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#oferta .oferta-intro p {
  margin: 0 auto;
  max-width: 760px;
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
}

#oferta .oferta-intro h2 {
  margin: 6px 0 14px;
  color: #0f172a;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

#oferta .oferta-meta {
  margin-top: 18px;
  margin-bottom: 10px;
}

#oferta .oferta-meta-bottom {
  margin-top: 8px;
  margin-bottom: 20px;
}

#oferta .oferta-price-box,
#oferta .oferta-services-box {
  background: #ffffff;
  border: 1px solid #d8e5f4;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
  padding: 20px;
  text-align: left;
  min-height: 100%;
}

#oferta .oferta-extended-box {
  max-width: none;
  margin: 0;
}

@media (min-width: 992px) {
  #oferta .oferta-meta {
    display: flex;
    gap: 20px;
  }

  #oferta .oferta-meta > .col-md-6 {
    float: none;
    width: calc(50% - 20px);
  }
}

#oferta .oferta-price-box h3,
#oferta .oferta-services-box h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

#oferta .oferta-cennik-title {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto 14px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

#oferta .oferta-price-box .oferta-cennik-title,
#oferta .oferta-services-box .oferta-cennik-title {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#oferta .oferta-cennik-title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(29, 78, 216, 0) 0%,
    rgba(29, 78, 216, 0.92) 23%,
    rgba(29, 78, 216, 0.92) 77%,
    rgba(29, 78, 216, 0) 100%
  );
  transform: scaleX(0);
  transform-origin: center;
}

@keyframes ofertaCennikLineIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

#oferta .oferta-services-title {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto 14px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

#oferta .oferta-services-box .oferta-services-title {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#oferta .oferta-services-title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(29, 78, 216, 0) 0%,
    rgba(29, 78, 216, 0.92) 23%,
    rgba(29, 78, 216, 0.92) 77%,
    rgba(29, 78, 216, 0) 100%
  );
  transform: scaleX(0);
  transform-origin: center;
}

#oferta .oferta-price-title {
  margin-top: 22px !important;
}

#oferta .oferta-price-list,
#oferta .oferta-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#oferta .oferta-price-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #d5e2f1;
  color: #334155;
  font-size: 16px;
}

#oferta .oferta-price-list li:last-child {
  border-bottom: 0;
}

#oferta .oferta-price-list strong {
  color: #0f172a;
  font-weight: 800;
  white-space: nowrap;
}

#oferta .oferta-note {
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

#oferta .oferta-service-list li {
  position: relative;
  padding: 7px 0 7px 20px;
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
}

#oferta .oferta-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d4ed8;
}

#oferta .oferta-extended-box .oferta-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

#oferta .oferta-grid {
  margin-top: 24px;
}

#oferta .oferta-gallery-title {
  position: relative;
  display: block;
  width: max-content;
  margin: 24px auto 4px;
  padding-bottom: 10px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  #oferta .oferta-gallery-title {
    margin: 40px auto 4px;
  }
}

#oferta .oferta-gallery-title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(29, 78, 216, 0) 0%,
    rgba(29, 78, 216, 0.92) 23%,
    rgba(29, 78, 216, 0.92) 77%,
    rgba(29, 78, 216, 0) 100%
  );
  transform: scaleX(0);
  transform-origin: center;
}

#oferta .oferta-cennik-title.is-underline-visible::after,
#oferta .oferta-services-title.is-underline-visible::after,
#oferta .oferta-gallery-title.is-underline-visible::after,
#dojazd .dojazd-header h2.is-underline-visible::after {
  animation: ofertaCennikLineIn 650ms ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  #oferta .oferta-cennik-title.is-underline-visible::after,
  #oferta .oferta-services-title.is-underline-visible::after,
  #oferta .oferta-gallery-title.is-underline-visible::after,
  #dojazd .dojazd-header h2.is-underline-visible::after {
    animation: none;
    transform: scaleX(1);
  }
}

#oferta .oferta-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

#oferta .oferta-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 18px;
  overflow: visible;
  position: relative;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  border: 1px solid #d8e5f4;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  height: 100%;
  text-align: center;
  padding: 18px 14px 14px;
}

#oferta .oferta-card:hover {
  transform: translateY(-5px);
  border-color: #b3cbeb;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
}

#oferta .oferta-gallery-card img {
  width: calc(100% - 10px);
  aspect-ratio: 4 / 3;
  min-height: 220px;
  object-fit: contain;
  object-position: center center;
  background: #f3f7fc;
  transition: none;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #dce8f5;
}

#oferta .oferta-zoom-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px 6px;
  border-radius: 14px;
  overflow: hidden;
  border-bottom: 0;
  cursor: zoom-in;
}

#oferta .oferta-caption {
  position: relative;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  min-width: calc(100% - 20px);
  max-width: calc(100% - 8px);
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #c7d8ee;
  background: linear-gradient(135deg, #ffffff 0%, #eef4fb 100%);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
  text-align: center;
}

#oferta .oferta-caption h3 {
  margin: 0;
  color: #10233a;
  font-size: 18px;
  line-height: 1.24;
  font-style: normal;
  font-family: inherit;
  font-weight: 800;
}

#oferta .oferta-content {
  padding: 10px 10px 2px;
}

#oferta .oferta-desc {
  margin-top: 6px;
  color: #3f4f65;
  font-size: 15px;
  line-height: 1.6;
  min-height: 88px;
}

#oferta .oferta-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

#oferta .oferta-contact:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  #oferta .oferta-meta > .col-sm-12 {
  }

  #oferta .oferta-price-box,
  #oferta .oferta-services-box {
    margin: 0 10px 14px;
  }

  #oferta .oferta-price-box,
  #oferta .oferta-services-box {
    padding: 20px;
  }

  #oferta .oferta-price-box h3,
  #oferta .oferta-services-box h3 {
    font-size: 20px;
  }

  #oferta .oferta-price-list li,
  #oferta .oferta-service-list li {
    font-size: 15px;
  }

  #oferta .oferta-extended-box .oferta-service-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #oferta .oferta-intro h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  #oferta .oferta-gallery-title {
    font-size: 24px;
  }

  #oferta .oferta-item {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  #oferta .oferta-caption h3 {
    font-size: 17px;
  }

  #oferta .oferta-desc {
    min-height: 0;
    font-size: 14px;
  }

  #oferta .oferta-contact {
    width: 100%;
  }

  #oferta .oferta-gallery-card img {
    min-height: 200px;
  }
}
/*---------------------------------------
    opinie section              
-----------------------------------------*/
#opinie {
    background: #ffffff;
    color: #26253a;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#opinie .opinie-quote-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  color: #26253a;
  margin-bottom: 14px;
}

#opinie .opinie-quote-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#opinie h3 {
  letter-spacing: 1px;
  line-height: 1.6;
  min-height: 210px;
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  margin-bottom: 14px;
  scrollbar-width: thin;
  scrollbar-color: #6b7280 #e5e7eb;
}

#opinie h3::-webkit-scrollbar {
  width: 8px;
}

#opinie h3::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 999px;
}

#opinie h3::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6b7280 0%, #374151 100%);
  border-radius: 999px;
}

#opinie h3::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #4b5563 0%, #1f2937 100%);
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background: #26253a;
  color: #ffffff;
  padding-top: 15rem;
  padding-bottom: 8rem;
}

#kontakt h2,
#kontakt h3,
#kontakt h4,
#kontakt h5 {
  color: #ffffff;
}

#kontakt p,
#kontakt td,
#kontakt li {
  color: #e5e7eb;
}

#kontakt a {
  color: #f8fafc;
}

#kontakt a:hover,
#kontakt a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media only screen and (max-width: 600px) {
  footer {
    background: #26253a;
    color: #ffffff;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

footer [class*="col-"] {
  text-align: center;
}

footer h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

footer .col-md-5 div {
  padding-top: 8px;
}

footer h4 {
  margin-top: 0;
}

footer .kontakt-hours-label,
footer .kontakt-hours-value {
  margin-top: 0;
}

#kontakt .kontakt-hours-value,
#kontakt .kontakt-hours-value * {
  color: #f1f5f9 !important;
}

#kontakt table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#kontakt table td {
  vertical-align: middle;
}

#kontakt table td:first-child {
  width: 40px;
  text-align: center;
}

#kontakt table td:first-child img {
  max-width: 26px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#kontakt table td:last-child {
  text-align: left !important;
  padding-left: 12px !important;
}

#kontakt .col-md-3 a {
  display: inline-block;
}

footer .copyright-text {
  padding-top: 80px;
  text-align: center;
  color: #e5e7eb;
}

#kontakt .copyright-text,
#kontakt .copyright-text * {
	color: #e5e7eb !important;
}

.copyright-text a {
	color: #f1f5f9 !important;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.copyright-text a:hover {
	color: #ffffff !important;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #999;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #firma {text-align: center;}

  #firma blockquote {
    top: 260px;
    padding: 82px;
  } 

  #firma .firma-detail {
    margin-left: 20px;
    top: 72px;
  }

}


@media (max-width: 768px) {

  #firma blockquote {
    top: 306px;
    left: 30px;
    right: 10px;
  }

}


@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-toggle {
    padding: 12px 10px;
    margin-top: 8px;
    margin-right: 8px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    width: 24px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .navbar-default .navbar-nav li a {
    font-size: 20px;
    line-height: 18px;
  }

  #oferta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #firma {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  /* Keep mobile menu collapsed on initial load */
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

}


@media (max-width: 760px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }

  h2 {
    font-size: 24px;
  }

  h3 {font-size: 18px}

  p {font-size: 17px;}

  #firma img {
    margin-bottom: 0;
  }

  #firma .cert-zoom-trigger {
    padding: 14px 14px 22px;
  }

  #firma .cert-zoom-trigger img {
    margin-bottom: 0 !important;
  }

  #firma .firma-detail {
    margin-top: 54px;
    top: 0;
  }

  #firma {
    padding-bottom: 10rem;
  }

  #firma blockquote {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -42px;
    padding: 34px 24px;
    z-index: 3;
  }

  footer {
    text-align: center;
  }

  #kontakt .row {
    display: block;
  }

  #kontakt .row > [class*="col-"] {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }

  #kontakt table td:last-child {
    text-align: center !important;
    padding-left: 0 !important;
  }

  #kontakt table {
    width: 100%;
    border-spacing: 0 16px;
  }

  #kontakt table tr {
    display: block;
    margin-bottom: 20px;
  }

  #kontakt table tr:last-child {
    margin-bottom: 0;
  }

  #kontakt table td {
    display: block;
    width: 100%;
    text-align: center !important;
    padding: 0 !important;
  }

  #kontakt table td:first-child {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: center !important;
  }

  #kontakt table td:first-child img {
    margin: 0 auto;
    display: block;
  }

  #kontakt .col-md-4 h2,
  #kontakt .col-md-5 h2,
  #kontakt .col-md-3 h2,
  #kontakt .col-md-5 h3,
  #kontakt .col-md-5 h4,
  #kontakt .col-md-5 h5,
  #kontakt .col-md-5 .kontakt-hours-label,
  #kontakt .col-md-5 .kontakt-hours-value {
    text-align: center !important;
  }

  #kontakt .col-md-3 {
    margin-top: 16px;
  }

}


@media (max-width: 650px) {

  #firma blockquote {
    position: relative;
    top: 0px;
    left: 0px;
  }

}


@media (max-width: 450px) {

  #firma blockquote {
    padding: 32px;
  }

  #firma .firma-detail {
    margin-top: 32px;
  }

}
.pulse {
  display: block;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
#map 
{
	height: 400px; 
	width: 100%; 
}
.logo_phu { 
       height: 80px; 
    }
@media screen and (max-device-width: 480px) and (orientation: portrait){
  .logo_phu { 
       height: 54px; 
    }
}
/*
.logo_phu {
  background-image: url(examples/images/image-384.jpg); 
}
@media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  .logo_phu {
    background-image: url(examples/images/image-768.jpg);
  }
}
*/

.naglowek1
{
  font-size: 55px;
  text-shadow: 2px 2px #2F2F2F;
  line-height: 50px;
  font-family: 'Marcellus SC', serif;
}

.home-heading-late {
  opacity: 0;
  white-space: nowrap;
}

.home-heading-late.is-visible {
  opacity: 1;
  animation: bounceIn 0.9s both;
}

.naglowek2
{
  font-size: 35px;
  text-shadow: 2px 2px #2F2F2F;
  letter-spacing: 2px;
  font-family: 'Marcellus SC', serif;
}

.naglowek2.is-line-reveal {
  white-space: normal;
  margin-top: 24px;
}

.naglowek2 .naglowek2-line {
  display: block;
  opacity: 0;
  transform: translateY(18px);
}

.naglowek2.is-line-reveal .naglowek2-line.is-visible {
  animation: naglowekLineIn 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes naglowekLineIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 600px) 
{
  .naglowek1
  {
    text-align: center;
    font-size: 27px;
  }

  .naglowek2
  {
    font-size: 21px;
  }

  #home .home-hero-content {
    min-height: 62vh;
    padding-bottom: 105px;
  }

  #home .home-about-btn {
    bottom: 18px;
  }

  .home-heading-late {
    white-space: normal;
    margin-top: 0;
  }
}

#dojazd .dojazd-header {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dojazd .dojazd-intro {
  max-width: 980px;
  margin: 16px auto 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.65;
}

#dojazd .dojazd-header h2 {
  display: block;
  width: max-content;
  margin: 0 auto;
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 6px rgba(15, 23, 42, 0.08);
  position: relative;
  padding-bottom: 10px;
}

#dojazd .dojazd-header h2::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(29, 78, 216, 0) 0%,
    rgba(29, 78, 216, 0.92) 23%,
    rgba(29, 78, 216, 0.92) 77%,
    rgba(29, 78, 216, 0) 100%
  );
  transform: scaleX(0);
  transform-origin: center;
}

#dojazd .dojazd-grid {
  margin-top: 30px;
}

#dojazd .dojazd-col {
  margin-bottom: 22px;
}

#dojazd .dojazd-option-box {
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  padding: 22px;
  height: 100%;
}

#dojazd .dojazd-option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

#dojazd .dojazd-option-box h3 {
  margin: 0;
  font-size: 28px;
  color: #0f172a;
  font-weight: 700;
}

#dojazd .dojazd-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8 0%, #0ea5a4 100%);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

#dojazd .dojazd-option-box p {
  margin: 0 0 14px;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

#dojazd .dojazd-option-box p.dojazd-desc-centered {
  text-align: center;
}

@media (min-width: 992px) {
  #dojazd .dojazd-option-box p {
    min-height: 84px;
  }

  #dojazd .dojazd-option-box p.dojazd-desc-centered {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#dojazd .dojazd-map-wrap {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d7e2ef;
  background: #f8fafc;
}

#dojazd .dojazd-map-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
}

#dojazd .dojazd-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 14px auto 0;
  padding: 10px 16px;
  border-radius: 9px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

#dojazd .dojazd-cta:hover {
  background: #ffffff;
  border-color: #94a3b8;
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-1px);
}

#dojazd .map-big-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

#opinie .map-big-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

#opinie .opinie-action-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 6px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

#dojazd .map-big-link .google-g-logo {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(45deg, #4285f4 0%, #4285f4 30%, #ea4335 30%, #ea4335 55%, #fbbc05 55%, #fbbc05 78%, #34a853 78%, #34a853 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#opinie .map-big-link .google-g-logo {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(45deg, #4285f4 0%, #4285f4 30%, #ea4335 30%, #ea4335 55%, #fbbc05 55%, #fbbc05 78%, #34a853 78%, #34a853 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#dojazd .map-big-link:hover {
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}

#opinie .map-big-link:hover {
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}

#opinie .opinie-action-link:hover {
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 500px;
}

.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 500px;
}

.mapouter .map-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.mapouter .map-image {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border: 0;
}

.map-location-label {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.map-business-card {
  max-width: 880px;
  margin: 22px auto 10px;
  padding: 18px 18px 20px;
  border-radius: 14px;
  border: 1px solid #d8e5f4;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  text-align: center;
}

.map-business-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.map-business-card p {
  margin: 0 0 12px;
  color: #334155;
  font-size: 17px;
  line-height: 1.5;
}

.fb-slide-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1160;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.fb-slide-toggle {
  pointer-events: auto;
  position: relative;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: #1877f2;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .32rem;
  width: 42px;
  min-height: 116px;
  padding: .35rem .22rem;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(24, 119, 242, 0.34);
  transform: translateX(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fb-slide-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 100%;
  background: #1877f2;
}

@media (hover: hover) and (pointer: fine) {
  .fb-slide-widget:not(.is-open) .fb-slide-toggle:hover,
  .fb-slide-widget:not(.is-open) .fb-slide-toggle:focus-visible {
    transform: translateX(-8px);
    box-shadow: 0 14px 28px rgba(24, 119, 242, 0.42);
  }
}

.fb-slide-toggle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.fb-slide-toggle span {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .04em;
}

.fb-slide-panel {
  pointer-events: auto;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(16px);
  transition: width 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

.fb-slide-panel iframe {
  display: block;
  border-radius: 12px 0 0 12px;
  background: #fff;
}

.fb-slide-widget.is-open .fb-slide-panel {
  width: min(340px, 92vw);
  opacity: 1;
  transform: translateX(0);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #26253a;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(8, 12, 35, 0.34);
  cursor: pointer;
  z-index: 1165;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.back-to-top svg {
  width: 28px;
  height: 28px;
  display: block;
}

.back-to-top:hover {
  background: #19182a;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 600px) {
  #dojazd .dojazd-header {
    min-height: 0;
    display: block;
    text-align: center;
  }

  #dojazd .dojazd-intro {
    font-size: 16px;
    margin-top: 12px;
  }

  #dojazd .dojazd-header h2 {
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }

  #dojazd .dojazd-option-box {
    padding: 16px;
    border-radius: 14px;
  }

  #dojazd .dojazd-option-box h3 {
    font-size: 24px;
  }

  #dojazd .dojazd-option-box p {
    font-size: 15px;
    min-height: 0;
  }

  #dojazd .dojazd-map-wrap iframe {
    height: 270px;
  }

  #dojazd .map-big-link {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    font-size: 13px;
    padding: 7px 10px;
  }

  .fb-slide-widget {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .fb-slide-toggle {
    transform: translateX(0) !important;
  }

  .fb-slide-widget.is-open .fb-slide-panel {
    width: min(300px, 90vw);
  }

  .fb-slide-panel iframe {
    width: min(300px, 90vw);
  }

  .back-to-top {
    right: 14px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
}
