.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;color:#1A1A2E;font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:400;line-height:30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:600;line-height:30px;}.elementor-kit-6 h1{color:#1A1A2E;font-family:"Raleway", Sans-serif;font-size:54px;font-weight:700;line-height:60px;}.elementor-kit-6 h2{color:#1A1A2E;font-family:"Raleway", Sans-serif;font-size:40px;font-weight:600;line-height:48px;}.elementor-kit-6 h3{color:#1A1A2E;font-family:"Raleway", Sans-serif;font-size:30px;font-weight:600;line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:17px;line-height:28px;}.elementor-kit-6 a{font-size:17px;line-height:28px;}.elementor-kit-6 h1{font-size:42px;line-height:48px;}.elementor-kit-6 h2{font-size:32px;line-height:40px;}.elementor-kit-6 h3{font-size:26px;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;line-height:27px;}.elementor-kit-6 a{font-size:16px;line-height:27px;}.elementor-kit-6 h1{font-size:34px;line-height:40px;}.elementor-kit-6 h2{font-size:28px;line-height:34px;}.elementor-kit-6 h3{font-size:22px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.offer-card,
.offer-card.e-con {
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 8px 32px rgba(0,0,0,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 !important;
  background: #ffffff;
  isolation: isolate;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(32px);
  animation: cardReveal 0.7s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
.offer-card:nth-child(2) { animation-delay: 0.15s; }
.offer-card:nth-child(3) { animation-delay: 0.30s; }
.offer-card:nth-child(4) { animation-delay: 0.45s; }
@keyframes cardReveal {
  to { opacity: 1; transform: translateY(0); }
}
.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.06), 0 24px 64px rgba(207,103,57,0.20);
}
.offer-card .elementor-widget-image {
  width: 100%;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}
.offer-card .elementor-widget-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.offer-card:hover .elementor-widget-image img {
  transform: scale(1.04) translateZ(0);
}
.offer-card .elementor-widget-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,0.18) 50%,
    transparent 60%
  );
  transition: left 0.7s ease;
  pointer-events: none;
}
.offer-card:hover .elementor-widget-image::after {
  left: 160%;
}
.offer-card .offer-card_content,
.offer-card .offer-card_content.e-con {
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.95) 60px) !important;
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  border-radius: 20px 20px 0 0;
  padding: 28px 24px 32px !important;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.4s ease;
}
.offer-card .offer-card_content::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,0.25) 50%,
    transparent 60%
  );
  transition: left 0.7s ease 0.1s;
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
.offer-card:hover .offer-card_content::after {
  left: 100%;
}
.offer-card .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.offer-card:hover .elementor-heading-title {
  color: #cf6739;
}
.offer-card .elementor-divider-separator {
  border-color: #cf6739 !important;
  border-width: 3px !important;
  width: 40px;
  margin: 0;
  transition: width 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.offer-card:hover .elementor-divider-separator {
  width: 80px !important;
}
.offer-card .elementor-button {
  background-color: #cf6739 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  box-shadow: 0 4px 16px rgba(207,103,57,0.30);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.offer-card .elementor-button:hover {
  background-color: #b85a30 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(207,103,57,0.45);
}
.price-badge {
  display: inline-block;
  background: rgba(207,103,57,0.10);
  color: #cf6739;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
/* Przycisk telefonu w menu */
.menu-item-phone a,
a.menu-phone-btn {
  background-color: #C8541A !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}

.menu-item-phone a:hover {
  background-color: #a8431a !important;
}

.menu-item-phone a::before {
  content: "📞";
  font-size: 14px;
}/* End custom CSS */