@charset "UTF-8";
/* 
Theme Name: Hello Elementor Child 
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash 
Template: hello-elementor 
Author: Elementor Team 
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash 
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators. 
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready 
Version: 3.4.1.1747659487 
Updated: 2025-05-19 14:58:07 
*/
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap");
body {
  font-family: "Maven Pro", sans-serif;
}
body h1,
body h1.elementor-heading-title,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body #ekit-megamenu-mobile-menu li a {
  line-height: 130% !important;
  letter-spacing: -0.04em !important;
}
body h1 {
  line-height: 110% !important;
}

.wpcf7 {
  line-height: 130% !important;
  letter-spacing: -0.04em !important;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 12px;
  font-weight: 400;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e1ecf8;
  border-radius: 4px;
  font-size: 16px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #1f2e51;
  opacity: 1;
}
.wpcf7 input[type=submit] {
  background-color: #1f2e51;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.wpcf7 input[type=submit]:hover {
  background-color: #3a5698;
}
.wpcf7 input[type=checkbox] {
  appearance: none;
  min-width: 18px;
  height: 18px;
  border: 1px solid #e1ecf8;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}
.wpcf7 input[type=checkbox]:checked {
  background-color: #2fb1da;
  border-color: #2fb1da;
}
.wpcf7 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #e1ecf8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-dark .wpcf7 input[type=submit] {
  background-color: #ffffff;
  color: #1f2e51;
}
.contact-dark .wpcf7 .wpcf7-list-item-label {
  color: #fff;
}

.elementor-form .elementor-field {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e1ecf8;
  border-radius: 4px;
  font-size: 16px;
}
.elementor-form .elementor-button {
  background-color: #1f2e51;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: auto;
  align-self: auto;
}

/* STYLES FOR TEMPLATES */
.yellow-gradient {
  background: linear-gradient(to bottom, #ffffff, #f9edcc);
}

.blue-gradinet {
  background: linear-gradient(to bottom, #ffffff, #a3cefc);
}

.light-blue-gradient {
  background: linear-gradient(to bottom, #ffffff, #e5f0f9);
}

.inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
.inline-badge .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffba00;
  display: inline-block;
  flex-shrink: 0;
}

.rank-math-breadcrumb {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.rank-math-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.rank-math-breadcrumb a:hover {
  color: #ffd700;
}
.rank-math-breadcrumb span.separator {
  margin: 0 0.5em;
  color: #2fb1da;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://staging.fabres.pl/FabresStaging/wp-content/uploads/2025/05/separator.png") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}
.rank-math-breadcrumb > span:last-child {
  color: #ffd700;
  font-weight: 600;
}

#ekit-megamenu-main-menu {
  max-width: 100%;
}
#ekit-megamenu-main-menu .active {
  font-weight: 700;
}

#ekit-megamenu-mobile-menu {
  padding: 1rem 1rem 0 1rem;
}
#ekit-megamenu-mobile-menu .elementskit-nav-identity-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ekit-megamenu-mobile-menu .elementskit-nav-identity-panel button {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
#ekit-megamenu-mobile-menu .elementskit-nav-identity-panel button:hover {
  background-color: transparent;
}

.elementskit-menu-hamburger:hover, .elementskit-menu-hamburger:focus {
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ekit-megamenu-mobile-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.elementskit-menu-overlay {
  background-color: transparent !important;
}

body .sticky-header,
body .sticky-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  top: -100%;
  transition: top 0.3s ease;
}
body .sticky-header.active,
body .sticky-header-mobile.active {
  top: 0;
}
body .career-menu {
  transition: transform 0.3s ease;
}
body .career-menu.active {
  position: fixed;
  top: 60px; /* wysokość sticky-header */
  left: 0;
  right: 0;
  z-index: 999;
}

.active-button {
  background-color: #1f2e51;
  color: white;
}

.accordion-texts > * {
  display: none;
}

/* case studies */
.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single-box {
  flex: 1 1 300px;
  max-width: calc(33.33% - 20px);
  box-sizing: border-box;
  background: #f2f6fc;
  padding: 32px;
  border-radius: 8px;
  transition: transform 0.3s;
}
.single-box h6 {
  color: #1f2e51;
  margin-bottom: 10px;
  font-size: 18px;
}
.single-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #515151;
}

.section-container .section-row {
  display: flex;
  justify-content: space-between;
}
.section-container .section-row .title-column {
  max-width: 45%;
}
.section-container .section-row .title-column h4 {
  color: #1f2e51;
  font-weight: 600;
}
.section-container .section-row .paragraph-column {
  width: 100%;
  max-width: 55%;
  text-align: left;
}
.section-container .section-row .paragraph-column p {
  color: #1f2e51;
  font-weight: 0;
}
.section-container .divider {
  height: 1px;
  background-color: #caddf3;
  width: 100%;
  margin: 2rem 0;
}

.case-studies-results {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}
.case-studies-results .result-box {
  flex: 1 1 300px;
  max-width: 300px;
}
.case-studies-results .result-icon img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: block;
}
.case-studies-results .result-title {
  font-weight: bold;
  margin-bottom: 12px;
  color: #1f2e51;
}
.case-studies-results .result-description {
  color: #555;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .single-box {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .single-box {
    max-width: 100%;
  }
}
/*  */
.case-studies-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.case-studies-badge {
  background: #f2f6fc;
  color: #1f2e51;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.checklist .checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.checklist .checklist-item .check-icon {
  color: #0073e6;
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.2;
}
.checklist .checklist-item .check-content h6 {
  margin: 0 0 1rem 0;
  font-size: 16px;
  font-weight: 600;
}
.checklist .checklist-item .check-content p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

.case-studies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.case-studies-grid .case-study-item {
  position: relative;
  overflow: hidden;
}
.case-studies-grid .case-study-item.cs-narrower-column {
  flex: 0 0 calc(45% - 50px);
}
.case-studies-grid .case-study-item.cs-wider-column {
  flex: 0 0 calc(55% - 50px);
}
.case-studies-grid .case-study-item .case-image {
  position: relative;
}
.case-studies-grid .case-study-item .case-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.case-studies-grid .case-study-item .case-image .case-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}
.case-studies-grid .case-study-item .case-category {
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  color: #1f2e51;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
  border-radius: 4px;
  font-weight: 500;
}
.case-studies-grid .case-study-item .case-title {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
.case-studies-grid .case-study-item .case-excerpt {
  color: #fff;
  font-size: 16px;
  margin: 5px 0 10px;
}
.case-studies-grid .case-study-item .case-button {
  display: inline-block;
  padding: 10px 16px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: background 0.3s ease;
}
.case-studies-grid .case-study-item .case-button:hover {
  background: #fff;
  color: #1f2e51;
}

.e-n-tab-title .e-n-tab-title-text,
.e-n-tab-title .e-n-subtext {
  display: block;
}
.e-n-tab-title .e-n-subtext {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .case-studies-grid {
    gap: 50px;
  }
  .case-studies-grid .case-study-item.cs-narrower-column, .case-studies-grid .case-study-item.cs-wider-column {
    flex: 0 0 100%;
  }
  .page-content .scroll-text {
    font-size: 45px;
  }
}
.elementor-widget-n-tabs .e-n-tabs-heading {
  justify-content: flex-start;
}

.mobile-contact-button a {
  color: #1f2f52 !important;
  font-weight: 700 !important;
}

.elementskit-megamenu-panel {
  position: absolute !important;
  z-index: 99999 !important;
}

.scroll-text {
  font-size: 55px;
  font-weight: 400;
  line-height: 110%;
  padding: 0 2rem;
}

#scrollText span {
  color: #e1ecf8;
  transition: color 0.2s ease;
  white-space: pre-wrap;
}

.e-commerce-accordion .e-n-tabs-heading {
  padding: 36px !important;
  justify-content: center !important;
}

/* Ukryj natywne pole */
.custom-file-input {
  position: absolute;
  left: -9999px;
}

/* Własny przycisk */
.custom-file-label {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0073e6;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  font-weight: 500;
}

.custom-file-label:hover {
  background-color: #005bb5;
}

/* Wyświetlana nazwa pliku */
.custom-file-name {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #333;
}

/*# sourceMappingURL=style.css.map */
