.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-420b16b:#E0E0E0;--e-global-color-fa3f072:#212121;--e-global-color-545b418:#838383;--e-global-color-a53a40b:#B8B8B8;--e-global-color-2a39989:#D4D4D4;--e-global-color-9ff9c7b:#E5E7EB;--e-global-color-f43aca9:#44BAF5;--e-global-typography-primary-font-family:"Albert Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Albert Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Albert Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Albert Sans";--e-global-typography-accent-font-weight:500;background-color:#0A0A0A;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-a53a40b );color:var( --e-global-color-9ff9c7b );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-9ff9c7b );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-9ff9c7b );}.elementor-kit-7 a:hover{color:var( --e-global-color-a53a40b );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 1024px) {

  /* Kafelek: tekst + plus w jednej linii, submenu pod spodem */
  .ipc-mobile-menu-item {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;   /* dzięki temu submenu może wejść w drugi rząd */
    padding-right: 10px !important;
  }

  /* Tekst po lewej – NIE na 100% szerokości */
  .ipc-mobile-menu-link {
    width: auto !important;       /* klucz: zabieramy width:100% */
    flex: 0 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-right: 0 !important;
  }

  .ipc-mobile-menu-text {
    flex: 0 1 auto;
  }

  /* Plus po prawej, w tej samej linii */
  .ipc-mobile-menu-toggle-sub {
    flex: 0 0 auto;
    margin-left: auto !important;
    position: static !important;
  }

  /* Submenu – nowy rząd pod elementem nadrzędnym */
  .ipc-mobile-submenu {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 4px;
    padding-left: 18px;
  }
}
@media (max-width: 1024px) {

  /* Tło całego panelu menu */
  .ipc-mobile-menu-panel {
    background: rgb(10, 10, 10) !important;
  }

  /* Obramowanie i tło elementów głównych */
  .ipc-mobile-menu-item {
    border-color: rgb(42, 42, 42) !important;
    background: rgba(10, 10, 10, 0.95) !important;
  }

  /* Stały kolor tekstu (bez zmiany przy hover) */
  .ipc-mobile-menu-link,
  .ipc-mobile-submenu-link,
  .ipc-mobile-submenu-link:hover {
    color: #ffffff !important;
  }
@media (max-width: 1024px) {

  /* Specjalny styl dla przycisku: UMÓW KONSULTACJĘ INWESTYCYJNĄ */
  .ipc-mobile-menu-link[href="https://indoorplayconcept.com/konsultacja"] {
    margin-top: 16px;
    border-radius: 999px;
    border: 1px solid #0f0f0fc7;
    background-color: #0f0f0fd9;
    justify-content: center !important;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  /* Ikonka strzałki na końcu */
  .ipc-mobile-menu-link[href="https://indoorplayconcept.com/konsultacja"]::after {
    content: "➜";
    font-size: 16px;
    display: inline-block;
    transform: translateY(1px);
  }

  /* Hover – ten sam klimat co reszta, ale bez zmiany koloru tekstu */
  .ipc-mobile-menu-item:hover .ipc-mobile-menu-link[href="https://indoorplayconcept.com/konsultacja"] {
    background-color: #0f0f0fd9 !important;
    border-color: #0f0f0fc7 !important;
    color: #ffffff !important;
  }
}

  /* Hover – tylko delikatne rozjaśnienie tła, tekst zostaje biały */
  .ipc-mobile-menu-link:hover {
    background-color: rgb(20, 20, 20) !important;
  }
}
@media (max-width: 1024px) {

  /* Styl przycisku X – stałe tło i obramowanie */
  .ipc-mobile-menu-close {
    border-color: rgb(42, 42, 42) !important;
    background: rgb(10, 10, 10) !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  /* Brak efektu hover – zostaje taki sam jak normalny */
  .ipc-mobile-menu-close:hover,
  .ipc-mobile-menu-close:focus {
    border-color: rgb(42, 42, 42) !important;
    background: rgb(10, 10, 10) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
  }
}
@media (max-width: 1024px) {

  .ipc-mobile-menu-close {
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;      /* większy X */
    display: flex !important;
    align-items: center !important;   /* wyśrodkowanie w pionie */
    justify-content: center !important; /* wyśrodkowanie w poziomie */
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 10px !important;   /* możesz zmienić, jeśli chcesz bardziej okrągły */
  }
}
@media (max-width: 1024px) {

  /* HOVER dla głównych kafelków (Usługi, Dla inwestora itd.) */
  .ipc-mobile-menu-item:hover {
    background-color: #0f0f0fd9 !important;
    border-color: #0f0f0fc7 !important;
  }

  /* Żeby link w środku nie nadpisywał tła kafelka */
  .ipc-mobile-menu-link:hover {
    background-color: transparent !important;
    color: #ffffff !important;
  }

  /* HOVER dla elementów w podmenu */
  .ipc-mobile-submenu-link:hover {
    background-color: #0f0f0fd9 !important;
    border: 1px solid #0f0f0fc7 !important;
    border-radius: 6px;
    color: #ffffff !important;
  }
}
@media (max-width: 1024px) {

  /* Mniejsze logo w nagłówku mobilnego menu */
  .ipc-mobile-menu-logo {
    max-width: 110px;          /* możesz zmienić np. na 90px / 80px */
  }

  .ipc-mobile-menu-logo img {
    max-height: 26px;          /* wysokość logo */
    width: auto;
    height: auto;
  }
}
@media (max-width: 1024px) {

  /* Jaśniejsze tło i delikatna ramka dla guzika CTA */
  .ipc-mobile-menu-item--cta {
    background-color: #1a1a1a !important;   /* jaśniejsze niż reszta */
    border-color: #2a2a2a !important;
  }

  /* Mniejszy napis, wyrównany na środek */
  .ipc-mobile-menu-link--cta {
    font-size: 12px !important;             /* zmniejszony tekst */
    padding: 10px 18px !important;
    justify-content: center !important;
    gap: 0 !important;                      /* odstępy kontrolujemy strzałką */
  }
}
@media (max-width: 1024px) {
  .ipc-mobile-menu-cta-arrow {
    margin-left: 50px !important;   /* zwiększ np. na 30px, jeśli chcesz jeszcze dalej */
    font-size: 14px;
  }
}
@media (max-width: 1024px) {

  /* Przycisk hamburgera / X w nagłówku */
  .elementor-location-header .elementor-menu-toggle {
    background: transparent !important;                 /* brak niebieskiego tła */
    color: #ffffff !important;                          /* kolor ikony (hamburger + X) */
    border: 1px solid rgb(42, 42, 42) !important;       /* ramka wokół przycisku */
    border-radius: 10px;                                /* lekko zaokrąglone rogi */
    padding: 6px 8px;
    box-shadow: none !important;
  }

  /* Ikony wewnątrz przycisku (oba stany) */
  .elementor-location-header .elementor-menu-toggle i,
  .elementor-location-header .elementor-menu-toggle svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }

  /* Po najechaniu i po otwarciu menu – dalej białe, bez niebieskiego tła */
  .elementor-location-header .elementor-menu-toggle:hover,
  .elementor-location-header .elementor-menu-toggle.elementor-active,
  .elementor-location-header .elementor-menu-toggle:focus {
    background: transparent !important;
    color: #ffffff !important;
    border-color: rgb(42, 42, 42) !important;
    box-shadow: none !important;
    outline: none !important;
  }
}/* End custom CSS */