:root {
  --primary-dark: #171717;
  --dark-blue: #324162;
  --grey: #515b73;
  --primary-blue: #0bbef2;
  --off-white: #f5f7fa;
  --jasny-bez: #f7f7f3;
  --shadow: #272c2f1a;
  --grey-hover: #c8c8c8;
  --grey-darker: #969696;
  --zolty-savo: #c8be3d;
  --footer-blue: #3c4862;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 122%;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 103%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 163%;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.hero {
  background-image: linear-gradient(#171717, #171717);
  height: 600px;
  margin-bottom: 160px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Noto Sans, sans-serif;
  overflow: visible;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.container.hero-blocks {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.nav-right-group {
  float: right;
  display: flex;
  align-items: center;
  gap: 0;
}

.language-dropdown-wrapper {
  margin-left: auto;
  position: relative;
  z-index: 1000;
}

.container.bottom-section {
  text-align: center;
  display: block;
}

.container.narzedzia {
  display: block;
}

.container.opinie {
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.container.uslugi {
  display: block;
}

.navbar {
  background-color: #0000;
  max-width: 570px;
  padding-top: 30px;
  display: flex;
  overflow: visible;
}

.navbar.navbar-with-padding {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.nav-link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
  color: #dfdfdf;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #dfdfdf;
}

.nav-link.nav-button {
  background-color: #fff3;
  border-radius: 4px;
}

.nav-link.nav-button.blue-nav-button {
  color: var(--primary-blue);
  background-color: #0bbef226;
}

.nav-link.dark-nav-link {
  color: var(--dark-blue);
}


.language-toggle {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: opacity .2s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  position: relative;
  pointer-events: auto;
}

.language-code {
  display: inline-block;
  pointer-events: none;
}

.language-toggle:hover {
  opacity: .8;
  color: #dfdfdf;
}

.language-dropdown-list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 35px 0 var(--shadow);
  min-width: 120px;
  margin-top: 8px;
  padding: 8px 0;
  z-index: 1002;
  position: absolute;
  top: 100%;
  left: 0;
}

.language-option {
  color: var(--grey);
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.language-option:hover {
  background-color: var(--off-white);
  color: var(--primary-dark);
}

.image {
  margin-top: -8px;
}

.white {
  color: #fff;
  margin-top: 120px;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph.phero {
  padding-right: 60px;
}

.hero-content {
  min-width: 43%;
  max-width: 45%;
  position: relative;
  overflow: visible;
}

.success-message {
  color: #fff;
  background-color: #2d7c5a;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}

.section {
  background-color: #fff;
  padding: 80px 60px;
}

.section.overflow-hidden {
  height: auto;
  overflow: hidden;
}

.section.overflow-hidden.testimonial-section {
  background-color: #fff;
  padding-bottom: 100px;
  font-family: Noto Sans, sans-serif;
}

.section.overflow-hidden.nasze-realizacje-bg {
  background-color: var(--jasny-bez);
  font-family: Noto Sans, sans-serif;
}

.section.overflow-hidden.uslugi---kopia-opinii {
  background-color: #fff;
  padding-bottom: 160px;
  font-family: Noto Sans, sans-serif;
}

.section.footer-section {
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 30px;
}

.section.white-section {
  background-color: #fff;
}

.section.bigger-bottom-padding {
  padding-bottom: 140px;
}

.content-wrapper {
  max-width: 410px;
}

.mockup-flexbox {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  display: flex;
}

.mockup-flexbox.reverse {
  flex-flow: row-reverse;
}

.mockup-flexbox.przykladowe {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.mockup {
  border-radius: 4px;
  width: 677px;
  max-width: 55%;
  height: 500px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.left-arrow {
  color: var(--primary-blue);
}

.arrow {
  color: var(--primary-dark);
  width: 42px;
  inset: auto 0% -100px auto;
}

.arrow.left-arrow {
  right: 60px;
}

.slide-nav {
  display: none;
}

.testimonial-card {
  box-shadow: 0 15px 35px 0 var(--shadow);
  background-color: #fff;
  border-radius: 4px;
  width: 367px;
  height: auto;
  padding: 60px 40px 40px;
}

.testimonial-stars {
  margin-bottom: 30px;
  margin-left: -2px;
}

.text-block {
  color: var(--grey);
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
}

.text-block.tekst-uslugi-kafelek {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-author {
  margin-top: 60px;
}

.slide {
  width: 367px;
  margin-right: 30px;
}

.slide.uslugi-slide {
  border-radius: 4px;
}

.mask {
  border-radius: 0;
  width: 367px;
  height: 420px;
  overflow: visible;
}

.link-2 {
  color: #fff9;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-2:hover {
  color: var(--off-white);
}

.footer-tagline {
  color: #fff9;
  width: 168px;
  max-width: 168px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 300;
}

.container-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1194px;
  display: block;
}

.flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexbox.footer-flex {
  justify-content: space-between;
  align-items: stretch;
}

.copyright {
  color: #fff6;
  margin-top: 160px;
  font-size: 13px;
  line-height: 145%;
}

.footer-column {
  background-color: #ffc0cb00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-column.first-column {
  max-width: 168px;
  margin-left: 0;
}

.footer-column.last-column {
  margin-right: 0;
}

.subscribe-text {
  color: #fff9;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  display: block;
}

.text-field-copy {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #0000;
  border-radius: 4px;
  max-width: 296px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 50px;
}

.text-field-copy::placeholder {
  color: #ffffff1a;
  font-size: 13px;
}

.form-block-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  width: 267px;
  margin-top: 10px;
  overflow: visible;
}

.arrow-button {
  color: #3330;
  background-color: #3898ec00;
  background-image: url('../images/arrow_forward_24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.form-copy {
  display: flex;
  position: relative;
}

.arrow-icon {
  margin-top: -2px;
  margin-left: 4px;
}

.blog-container {
  max-width: 700px;
}

.blog-container._900-wide {
  max-width: 900px;
}

.author-and-date {
  justify-content: flex-start;
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.author-name {
  color: #223b5db3;
  margin-top: 0;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 163%;
}

.divider {
  opacity: .2;
  color: #223b5db3;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 163%;
}

.avatar-img {
  object-fit: cover;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.main-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.blog-rich-text {
  color: var(--dark-blue);
  margin-top: 40px;
}

.blog-rich-text p {
  color: var(--dark-blue);
}

.blog-rich-text blockquote {
  color: var(--grey);
  border-left-color: #69769466;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 25px;
}

.blog-rich-text figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-rich-text ol, .blog-rich-text ul {
  font-size: 18px;
  line-height: 26px;
}

.blog-rich-text h3 {
  color: var(--dark-blue);
}

.blog-rich-text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-rich-text h1 {
  margin-bottom: 20px;
}

.author-block {
  margin-top: 40px;
  display: flex;
}

.avatar-img-bottom {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.blog-category {
  color: #6976944d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.blog-title {
  color: var(--dark-blue);
  font-size: 26px;
  line-height: 145%;
}

.blog-excerpt {
  color: var(--grey);
  font-size: 15px;
  line-height: 145%;
}

.hero-primary-button {
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 40px;
  margin-right: 24px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.hero-primary-button:hover {
  background-color: #cecece;
}

.hero-primary-button.secondary-button {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fcfcfc;
}

.hero-primary-button.secondary-button:hover {
  background-color: #ffffff1a;
}

.hero-primary-button.navpozahome-button {
  color: #fff;
  background-color: #000;
  margin-top: 11px;
  margin-left: 10px;
  margin-right: 0;
  transition: all .2s;
}

.hero-primary-button.navpozahome-button:hover {
  background-color: #494949;
}

.hero-image-placeholder {
  opacity: 0;
  width: 50%;
  height: 670px;
  margin-left: 80px;
  display: block;
}

.slider-arrow-icon {
  color: #171717;
}

.section-heading {
  color: var(--primary-dark);
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.nasze-realizacje-button {
  background-color: var(--primary-dark);
  border-radius: 40px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.nasze-realizacje-button:hover {
  background-color: #4d4d4d;
}

.project-title {
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
}

.project-description {
  margin-top: 20px;
}

.navbar-wrapper {
  width: 100%;
  overflow: visible;
}

.kafelek-uslug {
  background-color: #fff;
  background-image: url('../images/uslugi---1.avif');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px 40px 30px;
  display: flex;
}

.kafelek-uslug.tynki-strukturalne-kafelek {
  background-image: url('../images/tynki-strukturalne-kafelek.avif');
}

.kafelek-uslug.gladzie-i-malowanie-kafelek {
  background-image: url('../images/gladzie-i-maloawnie-.avif');
}

.kafelek-uslug.lazienki-od-a-do-z-kafelek {
  background-image: url('../images/lazienki.avif');
}

.kafelek-uslug.sufity-napinane-kafelek {
  background-image: url('../images/sufity.avif');
}

.kafelek-uslug.zlota-raczka-kafelek {
  background-image: url('../images/zlota-raczka.avif');
}

.kafelek-uslug.narzedzie-1 {
  background-image: url('../images/karl-solano-eQ-8iUrb07g-unsplash-1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.kafelek-uslug.narzedzie-1.gradient {
  background-image: url('../images/Rectangle-42_1.avif');
  background-position: 50%;
  background-size: 367px;
  background-attachment: scroll;
}

.kafelek-uslug.narzedzie-2 {
  background-image: url('../images/sidney-pearce-4Qv1wRxondk-unsplash.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.kafelek-uslug.narzedzie-2.gradient {
  background-image: url('../images/Rectangle-42.avif');
  background-position: 50%;
  background-size: 367px;
  background-attachment: scroll;
}

.kafelek-uslug.narzedzie-3.gradient {
  background-image: url('../images/Rectangle-42_2.avif');
  background-position: 60%;
  background-size: 367px;
  background-attachment: scroll;
}

.kafelek-uslug.narzedzie-3 {
  background-image: url('../images/kenny-eliason-CuDoRFyTkAQ-unsplash.avif');
  background-position: 60%;
}

.kafelek-uslug.narzedzie-4 {
  background-image: url('../images/Rectangle-42_3.avif');
  background-position: 50% 0;
  background-size: 367px;
  background-attachment: scroll;
}

.icon.arrow-icon {
  cursor: pointer;
  width: 42px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #fff;
  padding: 80px 60px;
  font-family: Noto Sans, sans-serif;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 1160px;
  font-family: Noto Sans, sans-serif;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--jasny-bez);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-family: Noto Sans, sans-serif;
  box-shadow: 0 3px 7px #00000008;
}

.cta-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.cta-description {
  text-align: center;
}

.contact-cards-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-card-bottom {
  text-align: left;
  background-color: #c8be3d26;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 343px;
  height: 217px;
  margin-right: 15px;
  transition: all .2s;
  display: flex;
}

.contact-card-bottom:hover {
  background-color: #f0eedc;
}

.contact-card-bottom.right {
  flex-flow: column;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.contact-card-label {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.contact-card-content {
  margin-bottom: 25px;
  margin-left: 35px;
}

.icon-contact-cards {
  margin-bottom: 60px;
}

.white-2 {
  color: #fff;
  margin-top: 140px;
  margin-bottom: 20px;
  font-size: 40px;
}

.hero-2 {
  background-image: linear-gradient(#000, #000);
  height: 600px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-2.pomoc-hero {
  background-image: url('../images/hero-pomoc.avif'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.slider-2 {
  border-radius: 8px;
  max-width: 48%;
  height: 100%;
}

.slider-2.sliderport {
  max-width: 55%;
}

.mask-2 {
  border-radius: 8px;
}

.slide-4 {
  background-image: url('../images/WhatsApp-Image-2025-09-28-at-19.29.37.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slider-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  overflow: clip;
}

.savonavpozahome {
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1160px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  display: block;
}

.savonavpozahome .nav-right-group {
  float: right;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1000;
}

.navbar-3 {
  background-color: #fff;
  padding: 10px 60px 20px;
}

.project-content {
  max-width: 410px;
  margin-left: 40px;
}

.project-content.right-margin {
  margin-left: 0;
  margin-right: 40px;
}

.project-text {
  margin-top: 20px;
}

.project-title-large {
  font-size: 40px;
}

.navbar-logo {
  margin-top: 0;
}

.hero-content-3 {
  max-width: 508px;
}

.hero-content-3.pomoc-hero-content {
  max-width: 500px;
}

.hero-description {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 146%;
}

.pomoc-hero-spacer {
  width: 100%;
}

.article-text {
  color: var(--grey);
  max-width: 826px;
  margin-top: 80px;
  display: flex;
}

.pomoc-article-image {
  border-radius: 4px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.service-title {
  margin-bottom: 20px;
  font-size: 40px;
  display: flex;
}

.pomoc-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.timaline {
  width: 100%;
  margin-top: 80px;
}

.container-uslug {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.service-section-heading {
  color: #000;
}

.service-description {
  color: var(--grey);
}

.tekst-opisu-uslugi {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 140px;
}

.list {
  color: var(--grey);
  font-size: 16px;
  line-height: 163%;
  list-style-type: square;
}

.section-subheading {
  margin-top: 80px;
  font-size: 28px;
  font-weight: 500;
}

.consultation-heading {
  margin-bottom: 80px;
  font-size: 40px;
}

.consultation-images-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.consultation-image {
  margin-right: 30px;
}

.zdjecie-uslugi-div {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}

.service-image {
  border-radius: 4px;
  width: 100%;
}

.kolko-1-v2 {
  background-image: url('../images/u12.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto auto 80% 4%;
  box-shadow: 0 8px 12px #0000004d;
}

.kolko-2 {
  background-image: url('../images/u11.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -7% auto auto 31%;
  box-shadow: 0 8px 12px #0000004d;
}

.kolko-3 {
  background-image: url('../images/u13.avif');
  background-position: 60%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto -4% -6% auto;
  box-shadow: 0 8px 12px #0000004d;
}

.u21 {
  background-image: url('../images/u21.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -7% auto auto 21%;
  box-shadow: 0 8px 12px #0000004d;
}

.u22 {
  background-image: url('../images/u22_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto auto -9% -2%;
  box-shadow: 0 8px 12px #0000004d;
}

.u23 {
  background-image: url('../images/u22.avif');
  background-position: 60%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto -4% -6% auto;
  box-shadow: 0 8px 12px #0000004d;
}

.u31 {
  background-image: url('../images/u31.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -7% auto auto 7%;
  box-shadow: 0 8px 12px #0000004d;
}

.u32 {
  background-image: url('../images/u32.avif');
  background-position: 60%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto -4% -6% auto;
  box-shadow: 0 8px 12px #0000004d;
}

.u41 {
  background-image: url('../images/u41.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -7% auto auto 31%;
  box-shadow: 0 8px 12px #0000004d;
}

.u42 {
  background-image: url('../images/u42.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto auto -9% -2%;
  box-shadow: 0 8px 12px #0000004d;
}

.kolko-1-v1 {
  background-image: url('../images/u12.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto auto -9% -2%;
  box-shadow: 0 8px 12px #0000004d;
}

.u43 {
  background-image: url('../images/u13.avif');
  background-position: 60%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto -4% -6% auto;
  box-shadow: 0 8px 12px #0000004d;
}

.u53 {
  background-image: url('../images/u52.avif');
  background-position: 60%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto 23% -6% auto;
  box-shadow: 0 8px 12px #0000004d;
}

.nav-link-final {
  color: var(--primary-dark);
  font-size: 16px;
  transition: all .2s;
}

.nav-link-final:hover {
  color: gray;
}

.nav-link-final.w--current {
  color: var(--primary-dark);
}

.nav-link-final.w--current:hover {
  color: gray;
}

.zolta-linia-hero {
  background-color: var(--zolty-savo);
  border-radius: 0;
  width: 180px;
  height: 1px;
  display: none;
  position: absolute;
  inset: 61% auto auto 96%;
  box-shadow: 0 8px 12px #0000004d;
}

.zolta-linia-sekcja-1-home {
  background-color: var(--zolty-savo);
  border-radius: 0;
  width: 140px;
  height: 1px;
  position: absolute;
  inset: 101% auto auto 30%;
  box-shadow: 0 8px 12px #0000004d;
}

.kreski-hero {
  background-image: url('../images/kreski-hero.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 128px;
  height: 128px;
  display: none;
  position: absolute;
  inset: 66% auto auto 51%;
}

.zolta-linia-sekcja-3-home {
  background-color: var(--zolty-savo);
  border-radius: 0;
  width: 140px;
  height: 1px;
  display: none;
  position: absolute;
  inset: 268% auto auto 30%;
  box-shadow: 0 8px 12px #0000004d;
}

.pytanie-faq {
  color: var(--primary-dark);
  margin-top: 4px;
  transition: all .2s;
  display: block;
}

.pytanie-faq:hover {
  color: var(--grey-hover);
}

.email, .telefon {
  color: var(--grey);
}

.logo-image {
  margin-top: 60px;
  margin-bottom: 80px;
}

.consultation-image-spacer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-image {
  background-image: url('../images/Rectangle.avif');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: 1;
  height: 670px;
}

.hero-wrapper {
  margin-right: 40px;
}

.section-title {
  font-size: 40px;
}

.link-3 {
  color: var(--grey);
  -webkit-text-stroke-color: var(--grey);
  transition: all .2s;
}

.link-3:hover {
  color: var(--grey-hover);
}

.link-4 {
  color: var(--grey);
  -webkit-text-stroke-color: var(--grey);
  transition: all .2s;
}

.link-4:hover {
  color: var(--grey-hover);
}

.link-block {
  display: block;
}

.link {
  color: var(--primary-dark);
  letter-spacing: .32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.4px;
  transition: all .2s;
  display: inline-block;
}

.error-message {
  background-color: #f1d3d3;
}

.mask-opinie {
  border-radius: 0;
  width: 367px;
  height: 420px;
  overflow: visible;
}

.hero-section-wrapper {
  background-color: #fff;
  height: 760px;
}

.body {
  background-color: var(--primary-dark);
}

.link-block-2 {
  -webkit-text-decoration-color: var(--primary-dark);
  text-decoration-color: var(--primary-dark);
  margin-right: 15px;
  display: flex;
}

.timeline-image {
  display: none;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-credit {
  opacity: .8;
  justify-content: space-between;
  align-items: flex-end;
  transition: all .2s;
  display: flex;
}

.footer-credit:hover {
  opacity: 1;
}

.footer-credit-text {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  .hero {
    background-color: var(--primary-dark);
    background-image: linear-gradient(#0000, #0000);
    height: 680px;
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero-blocks {
    justify-content: flex-start;
    align-items: center;
  }

  .container.nav-container {
    padding-right: 0;
    display: block;
  }

  .nav-right-group {
    float: right;
    display: flex;
    align-items: center;
  }

  .language-dropdown-wrapper {
    margin-left: auto;
  }

  .container.osczasu {
    margin-bottom: 40px;
  }

  .nav-link.navtablet {
    color: var(--off-white);
    font-weight: 400;
  }

  .language-toggle {
    color: var(--off-white);
    font-weight: 400;
  }

  .image {
    margin-top: 0;
  }

  .white {
    margin-top: 80px;
  }

  .section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.overflow-hidden.testimonial-section {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .section.overflow-hidden.uslugi---kopia-opinii {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .section.bigger-bottom-padding {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section.sectionport {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.sectionport.portbottom {
    padding-bottom: 80px;
  }

  .content-wrapper {
    max-width: none;
  }

  .mockup-flexbox.przykladowe {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .mockup-flexbox.tabletportfolio {
    flex-flow: column;
  }

  .mockup {
    width: 100vw;
    max-width: 100%;
    height: 100%;
  }

  .testimonial-slider {
    margin-top: 60px;
  }

  .text-block.tekst-uslugi-kafelek {
    max-width: 160px;
  }

  .slide.uslugi-slide {
    width: 260px;
  }

  .mask {
    width: 260px;
    height: 320px;
  }

  .flexbox.footer-flex {
    flex-flow: wrap;
  }

  .copyright {
    margin-top: 60px;
  }

  .footer-column {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-column.first-column {
    max-width: 160px;
  }

  .menu-button {
    padding: 20px 10px;
  }

  .menu-button.w--open {
    background-color: var(--grey-hover);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: var(--grey-hover);
    text-align: left;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-menu.navhome {
    background-color: var(--grey-darker);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-menu.srenu {
    margin-top: 0;
  }

  .avatar-img-bottom {
    border-radius: 100px;
  }

  .blog-content-wrapper {
    margin-left: -60px;
    margin-right: -60px;
  }

  .hero-primary-button.secondary-button {
    margin-right: 0;
  }

  .hero-primary-button.navpozahome-button {
    margin-bottom: 10px;
  }

  .nasze-realizacje-button.zobacz-wiecej {
    margin-top: 20px;
  }

  .kafelek-uslug {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-faq {
    padding: 20px 40px;
  }

  .white-2 {
    margin-top: 40px;
  }

  .hero-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bob-van-aubel-AUloiE6rsP8-unsplash.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 680px;
  }

  .hero-2.pomoc-hero {
    background-image: url('../images/hero-pomoc.avif'), linear-gradient(#0000, #0000);
    background-position: 40%, 0 0;
    height: 540px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-2.sliderport {
    max-width: none;
  }

  .navbar-3 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-content.divport {
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
  }

  .hero-content-3 {
    margin-top: 130px;
  }

  .hero-content-3.pomoc-hero-content {
    max-width: 450px;
  }

  .article-text {
    margin-top: 40px;
  }

  .service-title {
    margin-bottom: 0;
  }

  .timaline {
    margin-bottom: 40px;
  }

  .container-uslug {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .tekst-opisu-uslugi {
    padding-left: 60px;
    padding-right: 60px;
  }

  .consultation-images-container {
    max-width: 100%;
  }

  .consultation-image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .kolko-1-v2 {
    width: 100px;
    height: 100px;
    bottom: 75%;
  }

  .kolko-2, .kolko-3, .u21, .u22, .u23, .u31, .u32, .u41, .u42, .kolko-1-v1, .u43 {
    width: 100px;
    height: 100px;
  }

  .u53 {
    width: 100px;
    height: 100px;
    bottom: -15%;
    right: 20%;
  }

  .hero-image {
    min-width: 53vw;
    max-width: 555px;
    height: 75vh;
    max-height: 1000px;
    position: absolute;
    right: 0;
  }

  .openbutoon {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .openimage {
    max-width: 90%;
  }

  .hero-section-wrapper {
    height: 680px;
  }

  .icon-2 {
    color: var(--off-white);
    font-size: 30px;
  }

  .icon-2.showed {
    color: var(--primary-dark);
  }

.consultation-image-right {
  width: 100%;
  max-width: 100%;
}

  .consultation-image-left {
    max-width: 460px;
    max-height: 480px;
    margin-right: 30px;
  }

  .consultation-image-right-wrapper {
    max-width: 460px;
  }

  .icon-3 {
    color: #000;
  }

  .menu-button-copy {
    padding: 20px 10px;
  }

  .menu-button-copy.w--open {
    background-color: var(--grey-darker);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .hero {
    background-color: var(--primary-dark);
    background-image: none;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.hero-blocks {
    flex-flow: column;
  }

  .container.nav-container {
    min-width: 100%;
    max-width: none;
    display: block;
  }

  .nav-right-group {
    float: right;
    display: flex;
    align-items: center;
  }

  .language-dropdown-wrapper {
    margin-left: auto;
  }

  .navbar.navbar-with-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar.navsmaller {
    max-width: none;
  }

  .nav-link.nav-button {
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
  }

  .white {
    margin-top: 60px;
  }

  .paragraph.phero {
    margin-bottom: 0;
  }

  .hero-content {
    min-width: 100%;
    max-width: none;
  }

  .section {
    padding: 60px 30px;
  }

  .section.overflow-hidden.testimonial-section {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section.overflow-hidden.uslugi---kopia-opinii {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .mockup-flexbox.przykladowe {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-tagline {
    width: auto;
  }

  .flexbox {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .flexbox.footer-flex {
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-column {
    min-width: 150px;
  }

  .footer-column.first-column {
    max-width: 110px;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .menu-button.dark-menu-button {
    color: var(--dark-blue);
  }

  .menu-button.dark-menu-button.w--open {
    background-color: #ebf0fc;
  }

  .nav-menu {
    text-align: left;
    padding: 10px;
  }

  .nav-menu.blog-nav-menu {
    background-color: #ebf0fc;
  }

  .nav-menu.srenu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .main-image {
    width: 100%;
    height: 250px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .avatar-img-bottom {
    border-radius: 100px;
  }

  .blog-content-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }

  .hero-primary-button {
    margin-top: 20px;
  }

  .section-heading, .project-title {
    font-size: 36px;
  }

  .icon.arrow-icon {
    width: 36px;
  }

  .section-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .cta-heading {
    font-size: 36px;
  }

  .contact-card-content {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 180px;
    min-height: 159px;
    max-height: 160px;
    display: flex;
  }

  .icon-contact-cards {
    max-width: 40px;
    margin-bottom: 20px;
  }

  .white-2 {
    font-size: 36px;
  }

  .hero-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bob-van-aubel-AUloiE6rsP8-unsplash.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-2.pomoc-hero {
    padding-left: 30px;
  }

  .navbar-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-title-large {
    font-size: 36px;
  }

  .hero-content-3 {
    margin-top: 50px;
  }

  .hero-content-3.pomoc-hero-content {
    max-width: 280px;
    margin-top: 80px;
  }

  .service-title {
    margin-bottom: -20px;
    font-size: 36px;
  }

  .timaline {
    display: none;
  }

  .tekst-opisu-uslugi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .consultation-heading {
    font-size: 36px;
  }

  .consultation-heading.pomyslmobile {
    margin-bottom: 40px;
  }

  .kolko-1-v2, .kolko-2, .kolko-3, .u21, .u22, .u23, .u31, .u32, .u41, .u42, .kolko-1-v1, .u43, .u53 {
    width: 80px;
    height: 80px;
  }

  .pytanie-faq {
    font-size: 16px;
  }

  .hero-image {
    border-radius: 4px;
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 600px;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .hero-wrapper {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .openimage {
    max-width: 90%;
  }

  .hero-section-wrapper {
    height: 100%;
  }

  .timeline-image {
    max-width: 90%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .menu-button-copy {
    color: #fff;
    font-size: 30px;
  }

  .menu-button-copy.dark-menu-button {
    color: var(--dark-blue);
  }

  .menu-button-copy.dark-menu-button.w--open {
    background-color: #ebf0fc;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: var(--primary-dark);
    background-image: none;
  }

  .paragraph.phero {
    padding-right: 0;
  }

  .section.overflow-hidden.uslugi---kopia-opinii {
    padding-top: 60px;
  }

  .section.bigger-bottom-padding {
    padding-bottom: 80px;
  }

  .content-wrapper {
    max-width: none;
  }

  .mockup-flexbox {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .mockup-flexbox.przykladowe {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .arrow, .arrow.left-arrow {
    width: 36px;
  }

  .arrow.arrowmobile {
    width: 36px;
    margin-top: 220px;
  }

  .testimonial-card {
    width: 100%;
    padding: 50px 30px 30px;
  }

  .testimonial-stars {
    margin-bottom: 20px;
  }

  .slide {
    width: 95%;
    margin-right: 20px;
  }

  .mask {
    width: 260px;
  }

  .flexbox {
    flex-flow: row;
  }

  .flexbox.footer-flex {
    flex-flow: column;
  }

  .footer-column.first-column {
    order: -1;
    max-width: 160px;
  }

  .footer-column.last-column {
    order: -1;
  }

  .form-block-copy {
    width: 100%;
    max-width: 267px;
  }

  .author-name {
    margin-left: 10px;
  }

  .divider {
    margin-left: 15px;
    margin-right: 10px;
  }

  .main-image {
    margin-bottom: 0;
  }

  .avatar-img-bottom {
    border-radius: 100px;
    margin-right: 15px;
  }

  .nasze-realizacje-button.zobacz-wiecej {
    margin-top: 10px;
  }

  .kafelek-uslug {
    width: 100%;
    padding: 50px 20px 20px;
  }

  .icon.arrow-icon {
    margin-top: 2px;
  }

  .section-faq {
    padding: 40px 30px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .contact-card-bottom {
    margin-right: 8px;
  }

  .contact-card-bottom.right {
    margin-left: 8px;
  }

  .contact-card-content {
    margin-left: 20px;
    margin-right: 10px;
  }

  .hero-2 {
    background-color: #0000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/bob-van-aubel-AUloiE6rsP8-unsplash.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .service-title {
    margin-bottom: -20px;
  }

  .section-subheading.mobilehead {
    margin-top: 40px;
  }

  .consultation-images-container {
    flex-flow: column;
  }

  .kolko-1-v2, .kolko-2, .kolko-3, .u21, .u22, .u23, .u31, .u32, .u41, .u42, .kolko-1-v1, .u43, .u53 {
    width: 60px;
    height: 60px;
  }

  .hero-image {
    min-height: 300px;
  }

  .hero-wrapper {
    margin-right: 60px;
  }

  .openimage {
    max-width: 90%;
  }

  .mask-opinie {
    width: 100%;
    height: 100%;
  }

  .hero-section-wrapper {
    height: 100%;
  }

  .timeline-image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .consultation-image-left {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/* Contact Floating Button & Modal */
.contact-floating-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9998;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  opacity: 1;
  transform: translateY(0);
}

.contact-floating-button.contact-button-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.contact-floating-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.contact-floating-button:active {
  transform: scale(0.95);
}

.contact-floating-button svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.contact-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-modal-overlay.contact-modal-open {
  opacity: 1;
  visibility: visible;
}

.contact-modal {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 320px;
  max-width: calc(100vw - 48px);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  padding: 24px;
}

.contact-modal.contact-modal-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-modal-title {
  color: var(--primary-dark);
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.contact-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  transition: color 0.2s ease;
}

.contact-modal-close:hover {
  color: var(--primary-dark);
}

.contact-modal-close svg {
  width: 20px;
  height: 20px;
}

.contact-modal-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-option-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: pointer;
}

.contact-option-button:hover {
  background-color: var(--off-white);
  border-color: var(--primary-blue);
  transform: translateX(4px);
}

.contact-option-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-option-icon.whatsapp {
  background-color: #25D366;
}

.contact-option-icon.phone {
  background-color: var(--primary-blue);
}

.contact-option-icon.email {
  background-color: var(--zolty-savo);
}

.contact-option-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.contact-option-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-option-label {
  color: var(--primary-dark);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.contact-option-description {
  color: var(--grey);
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact-floating-button {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }
  
  .contact-floating-button svg {
    width: 28px;
    height: 28px;
  }
  
  .contact-modal {
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    max-width: none;
  }
}


