/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/acf-blocks/call-to-action-services/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.block-call-to-action-services {
  background: #FFFFFF;
}
.block-call-to-action-services__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
.block-call-to-action-services__content {
  width: 100%;
}
@media (min-width: 768px) {
  .block-call-to-action-services__content {
    flex: 1;
  }
}
.block-call-to-action-services__title {
  margin: 0 0 16px;
  color: #00205C;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .block-call-to-action-services__title {
    font-size: 32px;
  }
}
.block-call-to-action-services__description {
  color: #00205C;
  font-size: 20px;
  line-height: 1.6;
}
.block-call-to-action-services__description p {
  margin: 0;
}
@media (max-width: 991px) {
  .block-call-to-action-services__description p {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }
  .block-call-to-action-services__description p.is-visible {
    max-height: 800px; /* zapas — większy niż najwyższy możliwy akapit */
    opacity: 1;
  }
  .block-call-to-action-services__description p:first-child {
    max-height: 800px;
    opacity: 1;
  }
}
.block-call-to-action-services__description .toggle-btn {
  font-weight: 600;
  font-size: 16px;
  color: #00205C;
  border: none;
  background: transparent;
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.block-call-to-action-services__description .toggle-btn:after {
  content: url("../../../../assets/img/arrow_circle_left.svg");
  width: 19px;
  height: 19px;
  transform: rotate(-90deg);
}
.block-call-to-action-services__description.is-expanded .toggle-btn:after {
  transform: rotate(90deg);
}
.block-call-to-action-services__actions {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: end;
}
@media (max-width: 991px) {
  .block-call-to-action-services__actions {
    display: block;
    flex-direction: column;
  }
}
.block-call-to-action-services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  background: #fff;
  color: #00205C;
  border: 1px solid #00205C;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .block-call-to-action-services__button {
    margin: 5px 0;
  }
}
.block-call-to-action-services__button.button-primary {
  background: #FFFFFF;
  color: #00205C;
}
.block-call-to-action-services__button.button-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.block-call-to-action-services__button.button-secondary:hover {
  background: #FFFFFF;
  color: #00205C;
  transform: translateY(-2px);
}

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