/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
    Theme Name: Tars
    Version: 1.0.5
*/
/* SASS and Global'ish Stuff */
body.block-editor-page {
  background-color: #fbfbfb !important;
}

.editor-styles-wrapper {
  background-color: #fbfbfb !important;
}

body {
  color: #000000;
  font-family: "Nunito Sans", serif;
  overflow-x: hidden;
  background: #fcfcfc;
}

img {
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1em 0;
  font-size: 1rem;
}

p,
li {
  line-height: 1.8;
}

h1 {
  font-size: 2.5rem;
  margin: 0 0 0.7em 0;
}

h2 {
  font-size: 2rem;
  margin: 0 0 0.7em 0;
}

h3 {
  font-size: 1.3rem;
  margin: 0 0 0.7em 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}

.flex-grow {
  flex-grow: 1;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.custom-center {
  margin: 0 auto;
  text-align: center;
}

.wp-block-media-text__content {
  padding: 0px !important;
}

.wp-block-media-text__media {
  padding: 0px 15px !important;
}

.wp-block-columns {
  margin-bottom: 0px;
}

/*
    Theme Name: Tars
    Version: 1.0.5
*/
/* SASS and Global'ish Stuff */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

/* General styles for header */
.submenu-toggle {
  cursor: pointer;
  padding-left: 3px;
  font-size: 1rem;
  color: #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu-item-has-children.open > .submenu-toggle {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.header {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(to left, #55059e, #15178f, #0f48b3);
}

.header-content {
  display: grid;
  grid-template-columns: 250px auto 250px;
  align-items: center;
  padding: 20px 40px;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-header {
  margin: 0 auto;
}

.edit-header {
  height: 150px;
  background-color: rgb(105, 105, 105);
  text-align: center;
}

/* Logo styling */
.header-content img {
  width: 180px;
}

.nav-menu .menu > li > .sub-menu {
  display: none;
  position: absolute;
  background: rgb(7, 0, 130);
  margin: 0;
  list-style: none;
  z-index: 1000;
}

/* Pokaż submenu po najechaniu na rodzica */
.nav-menu .menu > li:hover > .sub-menu {
  display: block;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}

/* Opcjonalnie: stylowanie pozycji */
.nav-menu .menu {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.nav-menu .menu > li {
  position: relative;
}

.nav-menu .sub-menu li a {
  padding: 15px 20px;
  display: block;
  white-space: nowrap;
  color: #dbdbdb;
}

.nav-menu .sub-menu li a:hover {
  color: rgb(255, 255, 255);
  background: #6200ff;
}

/* Navigation menu container */
.nav-menu {
  background-color: #050061;
  padding: 3px 35px;
  border: 1px solid #6200FF;
  border-radius: 30px;
  margin: 0 auto;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  gap: 55px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #BFBFBF;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.nav-menu li a:hover {
  color: white;
}

.hamburger-menu {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .header-content {
    grid-template-columns: 250px auto;
  }
  .nav-menu {
    padding: 3px 30px;
  }
}
/* Responsive Styles for Mobile */
@media (max-width: 920px) {
  .submenu-toggle {
    font-size: 1.5rem;
  }
  .submenu-toggle:hover {
    color: white;
  }
  .hamburger-menu {
    display: block;
    position: absolute;
    right: 40px;
    top: 30px;
  }
  .custom-nav-menu {
    display: flex;
    position: absolute;
    right: 0px;
    top: 75px;
    z-index: 99;
    width: 100%;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
  }
  .custom-nav-menu.active {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    transition: all 0.6s ease-in-out;
  }
  .nav-menu {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
  }
  .nav-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0px;
    margin: 0;
    padding: 0;
  }
  .nav-menu ul li a {
    padding: 30px 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu .menu > li > .sub-menu {
    position: relative;
    width: 100%;
  }
  .nav-menu .menu > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #2e0078;
  }
  .nav-menu .menu > li:hover > .sub-menu {
    display: none;
    position: relative;
    border-radius: 0px;
  }
  .nav-menu ul li a:hover {
    background-color: #6200FF;
    color: white;
  }
}
@media screen and (max-width: 576px) {
  .header-content img {
    width: 120px;
  }
  .header-content {
    padding: 10px 5px;
  }
  .hamburger-menu {
    right: 20px;
    top: 15px;
  }
}
.fade-in-h1 {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 0.5s;
}

.fade-in-p {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.banner {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 100px;
  background: linear-gradient(to left, #55059e, #15178f, #0f48b3);
  position: relative;
  color: white;
}

.banner::after {
  content: "";
  position: absolute;
  top: 300px;
  right: 0px;
  width: 1793px;
  height: 862px;
  background-image: url(images/grid.c2eddb8b.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.banner__content {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 15px 0px;
}

.banner > * {
  position: relative;
  z-index: 2; /* Ustawienie treści nad tłem */
}

.banner__content__text {
  width: 60%;
}

.banner__content__text h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.banner__content__text p {
  font-size: 1.25rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.banner__bg-image {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1300px) {
  .banner__content {
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .banner {
    padding: 40px 0px;
  }
  .banner::after {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .banner__content__text h1 {
    font-size: 2.3rem;
  }
  .banner__content__text p {
    font-size: 13pt;
  }
  .banner::after {
    width: 550px;
    top: 200px;
  }
}
@media screen and (max-width: 576px) {
  .banner__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner__content p {
    font-size: 13pt;
  }
  .banner::after {
    top: 160px;
  }
}
.bounce {
  position: relative;
  animation: moveUpDown 5s infinite;
}

@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  } /* Move up */
  100% {
    top: 0;
  } /* Back to original position */
}
@keyframes shadowSimulation {
  0% {
    top: 0;
    background: rgba(0, 0, 0, 0.35);
  }
  50% {
    top: 15px;
    background: rgba(0, 0, 0, 0.15);
  } /* Move up */
  100% {
    top: 0;
    background: rgba(0, 0, 0, 0.35);
  } /* Back to original position */
}
.colleague-container {
  width: 40%;
  position: relative;
}

.colleague-container img {
  max-width: 90%;
  position: relative;
  top: 23px;
  filter: drop-shadow(0 0px 1px #a200ff);
}

.colleague-container::after {
  content: "";
  position: relative;
  display: block;
  margin-top: 25px;
  left: 42%;
  transform: translateX(-50%);
  width: 60%;
  height: 15px;
  border-radius: 50%;
  filter: blur(8px);
  z-index: -1;
  animation: shadowSimulation 5s infinite;
}

@media screen and (max-width: 768px) {
  .colleague-container {
    bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .colleague-container img {
    width: 120px;
  }
}
.portfolio {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.portfolio > h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  color: white;
}

.portfolio > h4 {
  color: #fcb900;
  text-align: center;
}

.highlight {
  color: #f4a700;
  font-weight: bold;
}

.carousel-container {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.project-card, .project-card-editor {
  background: #050061;
  border: 1px solid #6200FF;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 0 0 calc(50% - 20px); /* 50% szerokości minus margines */
  margin: 0 10px; /* Dodanie marginesów */
}

.project-card-editor {
  margin: 0;
}

.project-card-editor img:hover {
  cursor: pointer;
}

.portfolio-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.project-card img {
  width: 100%;
  display: block;
}

.project-card h3, .project-card-editor h3 {
  font-size: 1.15rem;
  font-weight: bold;
  padding: 0px 15px;
  margin: 10px 0px 0px 0px;
}

.project-card p, .project-card-editor p {
  margin: 10px 0px 10px 15px;
  font-size: 0.9rem;
}

.project-card a {
  text-decoration: none;
  color: white;
}
.project-card a:hover {
  text-decoration: underline;
}

.pagination {
  margin-top: 20px;
}

.pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.pagination .active {
  background: #f4a700;
}

.button-container {
  margin-top: 20px;
}

.button-container button {
  background: #f4a700;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.arrow {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 15pt;
}

.prev {
  left: 8%;
}

.next {
  right: 8%;
}

.portfolio-editor-view {
  width: 75%;
  margin: 0 auto;
}

.portfolio-editor-view h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.portfolio-item-editor-view {
  width: 500px;
  height: 250px;
  background-color: #001c41;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 920px) {
  .project-card, .project-card-editor {
    flex: 0 0 calc(100% - 20px); /* 100% szerokości minus margines */
  }
  .project-card-editor {
    margin: 0 10px; /* Dodanie marginesów */
  }
  .prev, .next {
    top: 55%;
    transform: translateY(-50%);
  }
  .next {
    right: 0;
  }
  .prev {
    left: 0;
  }
  .arrow {
    padding: 20px;
  }
  .portfolio > h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .project-card h3, .project-card-editor h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .arrow {
    padding: 10px;
  }
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* domyślnie 3 kolumny */
  gap: 5px;
  padding: 20px 0;
}

/* 2 kolumny na tabletach */
@media (max-width: 1024px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 1 kolumna na telefonach */
@media (max-width: 600px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}
.offer-post-wrapper {
  margin-top: 30px;
}

.offer-posts-list {
  position: relative;
  margin: 0 auto;
  background: white;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.offer-post {
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 1200px;
}

.offer-content {
  font-size: 1rem;
}

.offer-posts-list-editor-view {
  width: 75%;
  margin: 100px auto;
}

.offer-posts-list-editor-view ul li a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}

.offer-posts-list-editor-view h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  color: black;
}

.block-container.single-post {
  margin-top: 100px;
}

@media screen and (max-width: 920px) {
  .offer-post h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .offer-content {
    font-size: 0.9rem;
  }
  .offer-post {
    margin: 0 auto;
    border: none;
    border-radius: 0px;
    padding: 25px;
    margin-bottom: 10px;
    width: auto;
  }
  .offer-post-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block-container.single-post {
    margin-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  .offer-post {
    padding: 10px;
  }
  .offer-post h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 920px) {
  .custom-page__title {
    font-size: 2rem;
  }
}
.contact-form {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem 2rem 0rem 2rem;
  background: #4b0aa6;
  border: 1px solid #6200FF;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  font-family: "Segoe UI", sans-serif;
  color: #fff;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}

.contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.contact-form label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #eee;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.3s;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #bfaaff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form-button {
  background-color: #050061 !important;
  border: 1px solid #6200FF !important;
  color: #BFBFBF !important;
  transition: all 0.3s ease-in-out !important;
}

.contact-form-button:hover {
  color: white !important;
  box-shadow: 0px 0px 20px 0px rgb(98, 0, 255);
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}

.wpcf7-response-output {
  max-width: 900px;
  margin: 0 auto !important;
  text-align: center;
  border-radius: 5px;
}

.sent .wpcf7-response-output {
  background-color: #46b450;
}

.invalid .wpcf7-response-output {
  background-color: #a77900;
}

.contact-info-block {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 🔁 Responsive layout: stack on smaller screens */
@media (max-width: 920px) {
  .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.home-contact-form {
  background: linear-gradient(to left, #55059e, #0f48b3);
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: white;
}

.home-contact-form h2 {
  padding: 20px 20px 0px 20px;
  text-align: center;
}

.home-contact-form p {
  margin: 5px 0px;
}

.home-contact-form .form-text {
  padding: 0px 20px;
  margin-bottom: 22px;
  text-align: center;
}

.home-form-row input:not([type=checkbox]),
.home-form-row textarea {
  all: unset;
  padding: 0.75rem;
  border: 1px solid #6200ff;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s;
  background: #050061;
  color: #f7f7f7;
  box-sizing: border-box;
  width: 100%;
}

.home-form-row input::-moz-placeholder, .home-form-row textarea::-moz-placeholder {
  color: #9d9d9d;
  font-family: "Nunito Sans", sans-serif;
}

.home-form-row input::placeholder,
.home-form-row textarea::placeholder {
  color: #9d9d9d;
  font-family: "Nunito Sans", sans-serif;
}

.home-submit-button {
  all: unset;
  background: #00b9cd;
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #6200ff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #e4e4e4;
  transition: all 0.3s ease-in-out !important;
}

.home-submit-button:hover {
  box-shadow: 0px 0px 20px 0px rgb(98, 0, 255);
  background: #22d6ea;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.home-form-row {
  width: 100%;
}

.acceptance label {
  display: inline-flex;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 5px;
}

.acceptance span {
  font-size: 0.8rem;
  color: #eee;
}

.acceptance input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.footer {
  background-color: #030055;
  color: #eee;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
  border-top: 3px solid #6200FF;
  margin-top: 100px;
}

.footer h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}

.footer a {
  color: #bbb;
  text-decoration: none;
  display: block;
  margin: 8px 0;
}

.footer a:hover {
  color: #fff;
}

.footer-menu ul {
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item i {
  margin-right: 10px;
  color: #00aced;
  font-size: 1.5rem;
}

.contact-item h3 {
  margin: 0;
  font-size: 1.5rem;
}

.social-icons a {
  color: #bbb;
  margin-right: 15px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 5rem;
  font-size: 14px;
  color: #777;
}

.contact-item a {
  color: rgb(227, 227, 227);
  text-decoration: none;
}

.footer .sub-menu {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .contact-item i {
    font-size: 1.2rem;
  }
  .contact-item h3 {
    font-size: 1.2rem;
  }
}
.pricing-container,
.pricing-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin: 50px 0px;
  justify-content: center;
  gap: 20px;
}

.pricing-card {
  background-color: #19246f;
  color: #e7e7e7;
  border-radius: 10px;
  padding: 2rem;
  max-width: 400px;
  box-shadow: 0 0px 6px rgb(0, 185, 205);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #00b9cd;
  padding: 30px 20px;
  flex: 1;
}

.pricing-card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.pricing-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.5rem 0;
  text-align: center;
}

.pricing-card-content {
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 0 0 0;
}

.pricing-card-price {
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.pricing-card-img-editor {
  cursor: pointer;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}

.pricing-card-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 1rem 0;
  opacity: 0.15;
  box-sizing: border-box;
}

.pricing-card-editor {
  width: 400px;
}

@media screen and (max-width: 1100px) {
  .pricing-container {
    gap: 10px;
  }
  .pricing-card {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 920px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
  .pricing-card img {
    width: 60px;
    height: 60px;
  }
  .pricing-card h3 {
    font-size: 1.1rem;
  }
  .pricing-card p {
    font-size: 0.9rem;
  }
}
.custom-button-container {
  display: inline;
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease, transform 0.3s ease;
  background-color: #00b9cd !important;
  border: 1px solid #6200FF !important;
  color: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(98, 0, 255, 0.8);
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.custom-button:hover {
  color: white !important;
  box-shadow: 0px 0px 20px 0px rgb(178, 0, 255);
  background-color: #00cde4 !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}

.alignleft {
  display: flex;
  justify-content: flex-start;
}

.alignright {
  display: flex;
  justify-content: flex-end;
}

.aligncenter {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .custom-button {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 420px) {
  .custom-button {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.breadcrumb {
  max-width: 1333px;
  padding: 10px 20px;
  margin: 0 auto;
  color: rgb(197, 197, 197);
  text-decoration: none;
  font-size: 11pt;
}

.breadcrumb a {
  color: rgb(197, 197, 197);
  text-decoration: none;
}

.breadcrumb span[property=itemListElement]:last-of-type {
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 920px) {
  .breadcrumb {
    width: inherit;
    padding: 10px;
    font-size: 9pt;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    text-align: center;
  }
}
.card-img-editor {
  cursor: pointer;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}

.custom-card {
  display: flex;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
  color: black;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  min-width: 200px;
}

.custom-card img {
  padding: 10px;
}

.custom-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.custom-card h3 {
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.custom-card p {
  text-decoration: none;
  margin-bottom: 10px;
}

.block-custom-media {
  padding: 50px 10px;
}

.block-custom-media-content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

.block-custom-media-content.media-position-left {
  flex-direction: row;
}

.block-custom-media-content.media-position-right {
  flex-direction: row-reverse;
}

@media (max-width: 850px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}
.block-container-content {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .block-container {
    padding: 15px 10px !important;
  }
}
.block-cards-container {
  padding: 15px 10px;
}

.block-cards-container-content, .block-cards-container-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
  max-width: 1200px;
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.process {
  padding: 40px 20px;
  text-align: center;
}

.process p {
  margin-bottom: 50px;
}

.process-content {
  max-width: 1200px;
  margin: 0 auto;
}

.process h2 {
  margin-bottom: 30px;
}

.process h4 {
  color: #fcb900;
}

.steps,
.steps > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.steps::after {
  content: "";
  position: absolute;
  top: 75px;
  width: 1000px;
  height: 2px;
  background: rgb(255, 255, 255);
  /* linia ogona */
}

.step {
  text-align: center;
  max-width: 150px;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

.step-content {
  display: flex;
  flex-direction: column;
}

.step-img-container {
  background-color: rgb(30, 48, 167);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step img {
  width: 70px;
  margin-bottom: 10px;
}

.step h4 {
  font-size: 1.15rem;
  color: white;
}

@media screen and (max-width: 1100px) {
  .step {
    max-width: 120px;
  }
  .step-img-container {
    width: 120px;
    height: 120px;
  }
  .step img {
    width: 60px;
  }
  .steps::after {
    top: 60px;
    width: 800px;
  }
}
@media screen and (max-width: 880px) {
  .step {
    max-width: 100px;
  }
  .step-img-container {
    width: 100px;
    height: 100px;
  }
  .step img {
    width: 40px;
  }
  .steps::after {
    top: 50px;
    width: 600px;
  }
  .step h4 {
    font-size: 0.9rem;
    color: white;
  }
}
@media screen and (max-width: 766px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .steps::after {
    width: 0;
    height: 0;
  }
  .step {
    max-width: 150px;
  }
  .step-img-container {
    width: 150px;
    height: 150px;
  }
  .step img {
    width: 70px;
  }
  .step h4 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.custom-blog-list {
  display: flex;
  justify-content: center;
}

.custom-blog-list-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.custom-blog-layout {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 30%;
  margin: 20px auto;
  gap: 50px;
  padding: 10px;
}

.custom-blog-item {
  border-radius: 5px;
  background: white;
  color: #363636;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.custom-blog-item img {
  width: 100%;
  height: auto;
}

.custom-blog-item-heading {
  margin: 25px 25px 0px 25px;
}

.custom-blog-item p {
  font-size: 13pt;
}

.custom-blog-item .date {
  padding: 10px 25px;
  margin: 0;
  font-size: 10pt;
}

.custom-blog-item .read-more {
  color: #fcb900;
  font-weight: bold;
}

.custom-blog-item .excerpt {
  margin: 0;
}

.custom-blog-item-content {
  border-bottom: 1px solid #ebebeb;
  padding: 25px;
}

.blog-item-full p {
  font-size: 12pt !important;
}

.recent-posts {
  margin: 0;
  padding: 0;
}

.recent-posts li {
  list-style: none;
}

.recent-post-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.recent-post-item a img {
  max-width: 130px;
}

.recent-post-item-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 920px) {
  .custom-blog-sidebar {
    margin-top: 30px;
  }
  .custom-blog-layout {
    grid-template-columns: none;
  }
  .recent-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .recent-posts li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .custom-blog-list-content {
    gap: 30px;
  }
  .custom-blog-item-heading {
    margin: 10px 0px 10px 10px;
    font-size: 1.7rem;
  }
  .custom-blog-item-content {
    padding: 10px;
  }
  .custom-blog-list {
    margin-top: 30px;
  }
  .custom-blog-item .date {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 576px) {
  .recent-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-subbanner-wrapper {
  background: linear-gradient(to left, #55059e, #15178f, #0f48b3);
}

.custom-subbanner {
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.custom-subbanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/876094.ee84934d.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  mix-blend-mode: plus-lighter;
  z-index: 0;
}

.custom-subbanner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  z-index: 1;
  max-width: 1200px;
}

.custom-subbanner-content h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .custom-subbanner {
    height: 150px;
  }
  .custom-subbanner-content h2 {
    font-size: 1.7rem;
    text-align: center;
    margin: 0 auto;
  }
}

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