/* 
FONTS - Poppins from Google font
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/* 
BASE - Base styles,  Variables, Typhography, etc
======================================================== */
/* -----------------------
Typography 
-------------------------- */
h1, .masthead__form--heading-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
}

@media (max-width: 991px) {
  h1, .masthead__form--heading-title {
    font-size: 44px;
    line-height: 52.8px;
  }
}

h2, .section__heading--title, .pricing__card--price-currency {
  font-weight: 700;
  font-size: 44px;
  line-height: 52.8px;
}

@media (max-width: 991px) {
  h2, .section__heading--title, .pricing__card--price-currency {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 33.6px;
  }
}

h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33.6px;
}

@media (max-width: 991px) {
  h4 {
    font-size: 24px;
    line-height: 28.8px;
  }
}

h5, .section__heading--label, .accordions__title, .masthead__form--heading-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
  h5, .section__heading--label, .accordions__title, .masthead__form--heading-subtitle {
    font-size: 18px;
    line-height: 28.8px;
  }
}

 .footer__quickContact--heading-subtitle, .form__label, .cta__content {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
   .footer__quickContact--heading-subtitle, .form__label, .cta__content {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.text-medium, .form__lg, .pricing__card--price-currency span, .pricing__card--package ul li, .testimonials__content--blockquote {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
  .text-medium, .form__lg, .pricing__card--price-currency span, .pricing__card--package ul li, .testimonials__content--blockquote {
    font-size: 16px;
    line-height: 25.6px;
  }
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 22.4px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

body p {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  body p {
    margin-bottom: 12px;
  }
}

body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body p:last-child {
    margin-bottom: 0;
  }
}

h1 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 12px;
  }
}

h2 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }
}

h3 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h3 {
    margin-bottom: 12px;
  }
}

h4 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h4 {
    margin-bottom: 12px;
  }
}

h5 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h5 {
    margin-bottom: 12px;
  }
}

a {
  color: #540C97;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

/* -----------------------
Section 
-------------------------- */
.section {
  position: relative;
  padding: 64px 0;
  z-index: 4;
}

@media (max-width: 991px) {
  .section {
    padding: 32px 0;
  }
}

.section__container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section__container {
    padding-top: 24px;
  }
}

.section__light-purple {
  position: relative;
  background-color: #F8F2FE;
  padding: 0;
  margin-top: 250px;
  margin-bottom: 74px;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section__light-purple {
    margin-top: 200px;
  }
}

@media (max-width: 991px) {
  .section__light-purple {
    margin-top: 64px;
    margin-bottom: 0;
  }
}

.section__light-purple::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/background/vector-bg-top.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  padding-bottom: 34.375%;
  top: 0;
  left: 0;
  transform: translateY(-80%);
}

.section__light-purple::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/background/vector-bg-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  padding-bottom: 34.375%;
  bottom: 0;
  left: 0;
  transform: translateY(64%);
}

.section__heading {
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading--label {
  position: relative;
  display: block;
  color: #06B178;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .section__heading--label {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}

.section__heading--label::after {
  content: '';
  background-color: #06B178;
  position: absolute;
  width: 70px;
  height: 8px;
  border-radius: 8px;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .section__heading--label::after {
    width: 60px;
    height: 6px;
  }
}

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

/* -----------------------
Animate 
-------------------------- */
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 195, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 195, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 195, 0, 0);
  }
}

@keyframes shimmy {
  0% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 50px);
  }
}

@keyframes rocketUp {
  0% {
    transform: translate(-50%, 40px);
  }
  100% {
    transform: translate(-50%, -25px);
  }
}

/* 
PARTIALS - Demo, Header, and Footer Styles
======================================================== */
/* -----------------------
Demo 
-------------------------- */

/* -----------------------
Footer 
-------------------------- */
.footer {
  position: relative;
  background-color: transparent;
  background-image: url("../images/footer/footer-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  padding: 64px 0;
  margin-top: 190px;
}

@media (max-width: 991px) {
  .footer {
    margin-top: 140px;
    padding: 64px 0 32px 0;
  }
}

.footer::before {
  content: '';
  position: absolute;
  background: #540c97;
  background: linear-gradient(198deg, #540c97 46%, #f94b15 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .9;
}

.footer__container {
  position: relative;
  z-index: 2;
}

.footer__main {
  padding-left: 12px;
}

@media (max-width: 991px) {
  .footer__main {
    padding-left: 0;
  }
}

.footer__backtotop {
  position: absolute;
  background-color: #540C97;
  width: 80px;
  height: 80px;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  top: -107px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .footer__backtotop {
    display: none;
  }
}

.footer__backtotop:hover {
  background-color: #06B178;
}

.footer__backtotop:focus {
  outline: 0;
}

.footer__quickContact {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .footer__quickContact {
    margin-bottom: 64px;
  }
}

.footer__quickContact::after {
  content: '';
  position: absolute;
  background-color: #FFDE71;
  width: 94%;
  height: 20px;
  border-radius: 0 0 20px 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .footer__quickContact::after {
    width: 90%;
  }
}

.footer__quickContact--body {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 64px 32px 32px 32px;
  margin-top: -200px;
  color: #11001C;
  box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

@media (max-width: 991px) {
  .footer__quickContact--body {
    margin-top: -150px;
    padding: 54px 24px 24px 24px;
  }
}

.footer__quickContact--body::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border: 40px solid #22BA87;
  border-radius: 50%;
  right: -104px;
  bottom: -82px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer__quickContact--body::before {
    border: 38px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .footer__quickContact--body::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

.footer__quickContact--heading {
  position: relative;
  margin-bottom: 32px;
  padding-left: 52px;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer__quickContact--heading {
    margin-bottom: 24px;
  }
}

.footer__quickContact--heading::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 18px solid #FFDE71;
  border-radius: 50%;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .footer__quickContact--heading::before {
    width: 85px;
    height: 85px;
    border: 16px solid #FFDE71;
    bottom: 0;
    left: 0;
  }
}

.footer__quickContact--heading-title {
  position: relative;
  margin-bottom: 4px;
  z-index: 2;
}

.footer__quickContact--heading-subtitle {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

.footer__quickContact--form {
  position: relative;
  z-index: 2;
}

.footer__contact--column {
  margin-top: 64px;
  word-break: break-all;
}

@media (max-width: 991px) {
  .footer__contact--column {
    margin-top: 32px;
  }
}

.footer__contact--column .icon__circle {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .footer__contact--column .icon__circle {
    margin-bottom: 6px;
  }
}

.footer__contact--title {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .footer__contact--title {
    margin-bottom: 6px;
  }
}

.footer__bottom {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 8px solid #7A42AE;
}

@media (max-width: 991px) {
  .footer__bottom {
    border-top: 4px solid #FA7349;
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media (max-width: 991px) {
  .footer__copyright {
    display: block;
    width: 100%;
  }
}

.footer__copyright a {
  color: #06B178;
}

@media (max-width: 991px) {
  .footer__network {
    text-align: right;
    display: block;
    width: 100%;
  }
}

/* -----------------------
Header 
-------------------------- */
.header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  padding: 42px 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

@media (max-width: 991px) {
  .header {
    padding: 24px 0;
  }
}

.header__open--mobile {
  background: none;
  border: none;
  color: #FFFFFF;
  padding: 0;
  display: none;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .header__open--mobile {
    display: block;
  }
}

.header__open--mobile:focus {
  outline: 0;
}

.header__nav {
  margin: 0;
  padding: 0;
}

.header__logo--link {
  position: relative;
  display: block;
  width: 152px;
  height: 42px;
}

.header__logo--img {
  position: absolute;
  width: 152px;
  height: 42px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.header__logo--img-default {
  opacity: 1;
}

.header__logo--img-scroll {
  opacity: 0;
}

.header__right {
  margin: 0;
  padding: 0;
}

.header__right--main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(84, 12, 151, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  display: none;
}

.header__right--main-close {
  position: fixed;
  background: none;
  border: none;
  top: 24px;
  right: 32px;
  z-index: 1011;
  padding: 0;
  display: none;
}

.header__right--main.show .header__right--main-close {
  display: inline-block;
}

.header__right--main.show .header__lists {
  right: 0;
}

.header__right--main.show::before {
  display: block;
}

.header__lists {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .header__lists {
    position: fixed;
    background-color: #FFFFFF;
    width: calc(100vw - 40px);
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 1010;
    padding: 64px 32px;
    text-align: left;
    transition: all 0.3s ease-in-out;
  }
}

.header__lists--item {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 32px;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__lists--item {
    margin: 0 0 0 12px;
  }
}

@media (max-width: 991px) {
  .header__lists--item {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.header__lists--item-mobile {
  display: none;
}

@media (max-width: 991px) {
  .header__lists--item-mobile {
    display: block;
  }
}

.header__lists--link {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .header__lists--link {
    color: #11001C;
    display: block;
    padding: 12px 0;
  }
}

.header__lists--link:hover {
  color: #06B178;
  text-decoration: none;
}

.header__action {
  text-align: right;
  margin-left: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__action {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .header__action {
    margin-left: 16px;
    display: none;
  }
}

/* 
ELEMENTS - Style for Button, Icon , Form, etc
======================================================== */
/* -----------------------
Buttons 
-------------------------- */
.button {
  position: relative;
  background-color: #11001C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 11px 36px;
  border-radius: 60px;
  border: 3px solid #11001C;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .button {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 26px;
  }
}

.button span {
  position: relative;
  z-index: 2;
}

.button::before {
  content: '';
  position: absolute;
  background-color: #11001C;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 60px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: transparent;
  text-decoration: none;
  color: #11001C;
}

.button:hover::before {
  left: 100%;
}

.button:focus {
  outline: 0;
}

.button__block {
  display: block;
  width: 100%;
  text-align: center;
}

.button__sm {
  font-size: 14px;
  line-height: 21px;
  padding: 7px 26px;
}

@media (max-width: 991px) {
  .button__sm {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 20px;
  }
}

.button__lg {
  font-size: 18px;
  line-height: 27px;
  padding: 17px 46px;
}

@media (max-width: 991px) {
  .button__lg {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 36px;
  }
}

.button__purple {
  background-color: #C48EF6;
  border-color: #540C97;
}

.button__purple::before {
  background-color: #540C97;

}

.button__purple:hover {
  color: #540C97;
  background-color: transparent;
}

.button__green {
  background-color: #06B178;
  border-color: #06B178;
}

.button__green::before {
  background-color: #06B178;
}

.button__green:hover {
  background-color: transparent;
  color: #06B178;
}

.button__yellow {
  background-color: #FFC300;
  border-color: #FFC300;
  color: #11001C;
}

.button__yellow::before {
  background-color: #FFC300;
}

.button__yellow:hover {
  color: #FFC300;
  background-color: transparent;
}

/* -----------------------
Form 
-------------------------- */
.form__base {
  display: block;
  width: 100%;
  padding: 14px 24px;
  border: 1px solid #B0AAB3;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px 0px rgba(84, 12, 151, 0.1);
  color: #11001C;
}

@media (max-width: 991px) {
  .form__base {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 22.4px;
  }
}

.form__base::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #958E9A;
}

.form__base:-ms-input-placeholder {
  color: #958E9A;
}

.form__base::placeholder {
  color: #958E9A;
}

.form__base:focus {
  outline: 0;
  border: 1px solid #540C97;
  box-shadow: 0px 0px 0px 1px #540c97;
}

.form__lg {
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .form__lg {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form__label {
  display: block;
}

@media (max-width: 991px) {
  .form__label {
    margin-bottom: 5px;
  }
}

.form__group {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .form__group {
    margin-bottom: 12px;
  }
}

/* -----------------------
Modal 
-------------------------- */

.modal__popup--content {
  border: none;
  border-radius: 20px;
  text-align: center;
}

.modal__popup--body {
  position: relative;
  border-radius: 20px;
  background-color: #06B178;
  padding: 64px 32px;
  color: #FFFFFF;
}

.modal__popup--body::after {
  content: '';
  position: absolute;
  background-color: #FFD039;
  width: 90%;
  height: 18px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
}

.modal__popup--icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.modal__popup--icon svg {
  width: 64px;
  height: 64px;
}

/* -----------------------
Video 
-------------------------- */

/* -----------------------
Icons 
-------------------------- */
.icon__circle {
  display: inline-block;
  background-color: #11001C;
  color: #FFFFFF;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 10px 10px;
  overflow: hidden;
  text-align: center;
}

.icon__circle--yellow {
  background-color: #FFC300;
  color: #540C97;
}

.icon__circle--green {
  background-color: #06B178;
}

.icon__circle--light-green {
  background-color: #C8EEE1;
  color: #540C97;
}

.icon__circle--light-purple {
  background-color: #F2E6FD;
  color: #540C97;
}

.icon__circle--red {
  background-color: #F94B15;
}

.icon__circle--light-red {
  background-color: #FEEBE5;
  color: #540C97;
}

.icon__circle--light-yellow {
  background-color: #FFF2C6;
  color: #540C97;
}

.icon__circle--lg {
  padding: 34px 10px;
  width: 120px;
  height: 120px;
}

.icon__circle--lg svg {
  width: 54px;
  height: 54px;
  stroke-width: 1px;
}

/* -----------------------
Accordion 
-------------------------- */
.accordions__title {
  position: relative;
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 24px 32px 24px 0;
  margin: 0;
  border-top: 5px solid #06B178;
}

.accordions__title::before, .accordions__title::after {
  display: block;
  content: '';
  position: absolute;
  background-color: #11001C;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  top: 33px;
  right: 0;
}

.accordions__title::after {
  width: 2px;
  height: 20px;
  top: 24px;
  right: 9px;
  display: none;
}

.accordions__title.collapsed {
  border-top: 5px solid #E5E3E6;
}

.accordions__title.collapsed::after {
  display: block;
}

.accordions__body {
  padding-bottom: 24px;
}

/* 
COMPONETS - Style for Masthead, Cta, Testimoni, etc
======================================================== */
/* -----------------------
Masthead 
-------------------------- */
.masthead {
  position: relative;
  background-color: transparent;
  background-image: url("../images/masthead/masthead-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  min-height: 980px;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .masthead {
    min-height: 0;
    margin-bottom: 32px;
  }
}

.masthead::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/masthead-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .masthead::before {
    background-position: bottom left;
  }
}

.masthead::after {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
}

.masthead__container {
  position: relative;
  padding-top: 148px;
  padding-bottom: 256px;
  z-index: 2;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .masthead__container {
    padding-top: 64px;
    padding-bottom: 0;
  }
}

.masthead__container2 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 256px;
  z-index: 2;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .masthead__container2 {
    padding-top: 64px;
    padding-bottom: 0;
  }
}


.masthead__rocket {
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/dot-line01.svg");
  background-repeat: no-repeat;
  background-size: 308px 118px;
  background-position: 0 0;
  width: 308px;
  height: 118px;
  left: 26px;
  bottom: 110px;
}

@media (min-width: 1400px) {
  .masthead__rocket {
    left: 94px;
    bottom: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocket {
    left: 6px;
    bottom: 70px;
  }
}

@media (max-width: 991px) {
  .masthead__rocket {
    display: none;
  }
}

.masthead__rocket::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/rocket.svg");
  background-repeat: no-repeat;
  background-size: 140px 252px;
  background-position: 0 0;
  width: 140px;
  height: 252px;
  top: -240px;
  right: -115px;
  animation: shimmy 1.5s infinite;
  animation-direction: alternate;
}

@media (min-width: 1400px) {
  .masthead__rocket::after {
    top: -240px;
    right: -115px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocket::after {
    background-size: 110px 198px;
    width: 110px;
    height: 198px;
    top: -190px;
    right: -90px;
  }
}

.masthead__overview {
  position: relative;
  margin-top: 64px;
  z-index: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__overview {
    padding-right: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__overview {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-right: 0;
  }
}

.masthead__overview--heading {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .masthead__overview--heading {
    margin-bottom: 16px;
  }
}

.masthead__overview--desc {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .masthead__overview--desc {
    margin-bottom: 16px;
  }
}

.masthead__overview--action {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .masthead__overview--action {
    margin-top: 32px;
  }
}

.masthead__overview--action-inline {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 767px) {
  .masthead__overview--action-inline {
    margin-left: 0;
    margin-right: 0;
  }
}

.masthead__overview--action-inline .button {
  margin: 0 8px 24px 8px;
}

@media (max-width: 767px) {
  .masthead__overview--action-inline .button {
    display: block;
    margin: 0 0 24px 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .masthead__overview--action-inline .button + .button {
    margin: 0;
  }
}

/* -----------------------
Masthead demo
-------------------------- */

/* -----------------------
Masthead Form
-------------------------- */
.masthead__form {
  position: relative;
  padding-left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .masthead__form {
    margin-top: 16px;
  }
}

.masthead__form::after {
  content: '';
  position: absolute;
  background-color: #FFDE71;
  display: block;
  width: 85%;
  height: 30px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 40px 40px;
  box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

@media (min-width: 1400px) {
  .masthead__form::after {
    margin-left: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form::after {
    margin-left: 12px;
    bottom: -25px;
    height: 25px;
  }
}

@media (min-width: 1400px) {
  .masthead__form {
    padding-left: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form {
    padding-left: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__form {
    margin-bottom: 32px;
  }
}

.masthead__form--wrapper {
  border-radius: 40px;
  box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

.masthead__form--body {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 84px 64px 74px 64px;
  color: #11001C;
  overflow: hidden;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body2 {
    padding: 64px 32px 34px 32px;
  }
}

.masthead__form--body2 {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 24px 64px 34px 64px;
  color: #E0E0E0;
  overflow: hidden;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body {
    padding: 64px 32px 64px 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--body {
    padding: 32px;
  }
}

.masthead__form--body::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border: 40px solid #22BA87;
  border-radius: 50%;
  right: -54px;
  bottom: -62px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .masthead__form--body::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

.masthead__form--body2::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border: 30px solid #22BA87;
  border-radius: 50%;
  right: -54px;
  bottom: -62px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body2::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .masthead__form--body2::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

.masthead__form--heading {
  position: relative;
  margin-bottom: 42px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--heading {
    padding-left: 0;
    margin-bottom: 24px;
  }
}

.masthead__form--heading::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #FFDE71;
  border-radius: 50%;
  left: -100px;
  top: -120px;
  bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading::before {
    border: 18px solid #FFDE71;
    width: 100px;
    height: 100px;
    bottom: 10px;
  }
}

.masthead__form--heading2 {
  position: relative;
  margin-bottom: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading2 {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--heading2 {
    padding-left: 0;
    margin-bottom: 24px;
  }
}

.masthead__form--heading2::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #FFDE71;
  border-radius: 50%;
  left: -100px;
  top: -80px;
  bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading2::before {
    border: 18px solid #FFDE71;
    width: 100px;
    height: 100px;
    bottom: 10px;
  }
}


@media (max-width: 991px) {
  .masthead__form--heading::before {
    border: 18px solid #FFDE71;
    width: 110px;
    height: 110px;
    bottom: 14px;
    left: -60px;
  }
}

.masthead__form--heading-title {
  position: relative;
  margin-bottom: 4px;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading-title {
    font-size: 44px;
    line-height: 52.8px;
  }
}

.masthead__form--heading-subtitle {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading-subtitle {
    font-size: 18px;
    line-height: 21.6px;
  }
}

.masthead__form--main {
  position: relative;
  z-index: 2;
}

.masthead__form--group {
  margin-bottom: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--group {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__form--group {
    margin-bottom: 24px;
  }
}

.masthead__form--action {
  margin-top: 49px;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--action {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--action {
    margin-top: 32px;
  }
}

/* -----------------------
Masthead App
-------------------------- */

/* -----------------------
Masthead Video
-------------------------- */

/* -----------------------
Masthead Carousel
-------------------------- */

/* -----------------------
Masthead Rocket
-------------------------- */

/* -----------------------
Masthead Subscription
-------------------------- */

/* -----------------------
Masthead single form
-------------------------- */

/* -----------------------
Masthead Graphic
-------------------------- */

/* -----------------------
Masthead app screen
-------------------------- */

/* -----------------------
Clients Section
-------------------------- */

/* -----------------------
Overview Section
-------------------------- */
@media (max-width: 991px) {
  .overview {
    margin-bottom: 10px;
  }
}

/* -----------------------
Introduction Section
-------------------------- */
.introduction {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  top: -10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .introduction {
    top: 0;
  }
}

@media (min-width: 1400px) {
  .introduction {
    top: -10px;
  }
}

@media (min-width: 1800px) {
  .introduction {
    top: -120px;
  }
}

.introduction__content {
  padding: 64px 0;
}

@media (max-width: 991px) {
  .introduction__content {
    padding: 42px 0 0 0;
  }
}

.introduction__content--action {
  margin-top: 46px;
}

@media (max-width: 991px) {
  .introduction__content--action {
    margin-top: 16px;
    margin-bottom: 0;
  }
}

.introduction__content--action .button {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .introduction__content--action .button {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.introduction__content--action .button + .button {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .introduction__content--action .button + .button {
    margin-left: 4px;
  }
}

.introduction__hero {
  position: relative;
  width: 160%;
  height: auto;
}

@media (min-width: 1400px) {
  .introduction__hero {
    width: 160%;
  }
}

@media (min-width: 1800px) {
  .introduction__hero {
    width: 200%;
  }
}

@media (max-width: 991px) {
  .introduction__hero {
    width: 160%;
  }
}

.introduction__hero--image {
  width: 100%;
  height: auto;
}

.introduction__listing {
  margin: 24px 0 0 0;
  padding: 0;
}

.introduction__listing li {
  position: relative;
  list-style: none;
  padding-left: 32px;
  margin: 0;
  margin-top: 24px;
}

.introduction__listing--check {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #06B178;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
  top: 3px;
  left: 0;
}

.introduction__listing--check-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* -----------------------
How It Work Section
-------------------------- */
.it-work__item {
  position: relative;
  margin-top: 32px;
  padding-right: 32px;
}

@media (max-width: 991px) {
  .it-work__item {
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.it-work__item--steps {
  position: absolute;
  background-color: #06B178;
  font-weight: 700;
  font-size: 20px;
  line-height: 41px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
}

.it-work__item--image {
  position: relative;
  border: 20px solid #540C97;
  width: 320px;
  height: 320px;
  border-radius: 210px 0 210px 200px;
}

@media (min-width: 1400px) {
  .it-work__item--image {
    width: 370px;
    height: 370px;
    border-radius: 210px 0 210px 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .it-work__item--image {
    border: 18px solid #540C97;
    width: 280px;
    height: 280px;
    border-radius: 210px 0 210px 200px;
  }
}

@media (max-width: 991px) {
  .it-work__item--image {
    border: 16px solid #540C97;
    width: 280px;
    height: 280px;
    border-radius: 210px 0 210px 200px;
  }
}

.it-work__item--image-fluid {
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.it-work__item--content {
  margin-top: 32px;
}

/* -----------------------
CTA Section
-------------------------- */
.cta {
  position: relative;
  margin-top: 32px;
  bottom: -64px;
  padding-bottom: 70px;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cta {
    bottom: 10px;
  }
}

.cta__wrapper {
  position: relative;
}

.cta__wrapper::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  right: -80px;
  bottom: -70px;
}

.cta__main {
  position: relative;
  z-index: 2;
  padding: 96px 0 72px 0;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #540c97;
  background: linear-gradient(29deg, #540c97 0%, #540c97 20%, #f94b15 100%);
}

@media (max-width: 991px) {
  .cta__main {
    padding: 64px 16px;
  }
}

.cta__main::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/map.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}

.cta__main::after {
  content: '';
  position: absolute;
  background-color: #FFC300;
  width: 97%;
  height: 20px;
  border-radius: 0 0 25px 25px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .cta__main::after {
    width: 90%;
  }
}

.cta__container {
  position: relative;
  z-index: 2;
}

.cta__content {
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .cta__content {
    margin-bottom: 32px;
  }
}

.cta__content p {
  margin-bottom: 0;
}

.cta__action .button {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .cta__action .button {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .cta__action .button {
    display: block;
    width: 100%;
  }
}

.cta__action .button + .button {
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cta__action .button + .button {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .cta__action .button + .button {
    margin-left: 0;
  }
}

/* -----------------------
Features Section
-------------------------- */
.features {
  position: relative;
  padding-bottom: 0;
  bottom: -80px;
  z-index: 6;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features {
    bottom: 0;
  }
}

@media (min-width: 1800px) {
  .features {
    bottom: -100px;
  }
}

@media (max-width: 991px) {
  .features {
    padding-top: 0;
  }
}

.features__row {
  margin-bottom: -32px;
}

@media (max-width: 991px) {
  .features__row {
    margin-bottom: -24px;
  }
}

.features__column {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .features__column {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.features__item {
  padding-right: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features__item {
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .features__item {
    padding-right: 0;
  }
}

.features__icon {
  display: block;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .features__icon {
    margin-bottom: 16px;
  }
}

.features__content {
  position: relative;
}

/* -----------------------
FAQ Section
-------------------------- */
.faq {
  position: relative;
  padding: 0;
}

.faq__wrapper {
  position: relative;
  overflow: hidden;
}

.faq__image {
  position: relative;
  width: 100%;
  height: auto;
}

.faq__image--fluid {
  position: relative;
  height: auto;
  width: 170%;
  right: 80%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq__image--fluid {
    width: 160%;
    right: 60%;
  }
}

@media (min-width: 1400px) {
  .faq__image--fluid {
    width: 180%;
    right: 80%;
  }
}

@media (min-width: 1800px) {
  .faq__image--fluid {
    width: 220%;
    right: 130%;
  }
}

.faq__content {
  padding: 256px 0 64px 0;
}

@media (max-width: 991px) {
  .faq__content {
    padding-top: 64px;
  }
}

/* -----------------------
Pricing Section
-------------------------- */
.pricing {
  position: relative;
  overflow: hidden;
  padding-bottom: 256px;
}

@media (max-width: 991px) {
  .pricing {
    padding-bottom: 64px;
  }
}

.pricing::after {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  border: 60px solid #FFC300;
  border-radius: 50%;
  right: -170px;
  bottom: 0;
}

@media (max-width: 991px) {
  .pricing::after {
    width: 280px;
    height: 280px;
    border: 40px solid #FFC300;
    right: -120px;
  }
}

.pricing__main {
  position: relative;
  margin-top: 94px;
}

@media (max-width: 991px) {
  .pricing__main {
    margin-top: 64px;
  }
}

.pricing__main::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  left: -80px;
  top: -70px;
}

.pricing__card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0px 0px 64px 0px rgba(50, 17, 83, 0.15);
  z-index: 2;
}

@media (max-width: 991px) {
  .pricing__card {
    margin-bottom: 52px;
  }
}

.pricing__card::after {
  content: '';
  position: absolute;
  background-color: #FFF2C6;
  width: 94%;
  height: 20px;
  border-radius: 0 0 20px 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .pricing__card::after {
    width: 90%;
  }
}

.pricing__card.pricing__recommendation {
  background-color: #540C97;
  color: #FFFFFF;
}

.pricing__card.pricing__recommendation::after {
  background-color: #E5CDFB;
}

.pricing__card--icon {
  margin-top: 12px;
  margin-bottom: 24px;
}

.pricing__card--icon .icon__circle--lg {
  padding: 26px 10px;
  width: 100px;
  height: 100px;
}

.pricing__card--icon .icon__circle--lg svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
}

.pricing__card--price {
  margin-bottom: 24px;
}

.pricing__card--price-title {
  margin-bottom: 8px;
}

.pricing__card--price-currency {
  margin-bottom: 0;
}

.pricing__card--package {
  position: relative;
}

.pricing__card--package ul {
  margin: 0;
  padding-left: 15px;
}

.pricing__card--package ul li {
  padding: 0;
  margin: 0 0 12px 0;
}

/* -----------------------
Testimonials Section 
-------------------------- */
.testimonials {
  overflow: hidden;
}

.testimonials__wrapper {
  position: relative;
  margin-top: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__wrapper {
    margin-top: 22px;
  }
}

@media (max-width: 991px) {
  .testimonials__wrapper {
    margin-top: 0;
  }
}

.testimonials__wrapper::before {
  content: '';
  position: absolute;
  background: #540c97;
  background: linear-gradient(29deg, #540c97 0%, #540c97 20%, #f94b15 100%);
  border-radius: 20px;
  width: 100%;
  padding-bottom: 36.874051593323216%;
  left: 0;
  bottom: -64px;
  z-index: 2;
}

@media (max-width: 991px) {
  .testimonials__wrapper::before {
    padding-bottom: 65%;
    bottom: 0;
  }
}

.testimonials__wrapper::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  right: -80px;
  bottom: -134px;
}

@media (max-width: 991px) {
  .testimonials__wrapper::after {
    bottom: -70px;
  }
}

.testimonials__body {
  position: relative;
  z-index: 2;
  margin-bottom: 128px;
}

@media (max-width: 991px) {
  .testimonials__body {
    margin-bottom: 44px;
  }
}

.testimonials__avatar {
  position: absolute;
  width: 40%;
  height: auto;
  right: 70px;
  bottom: -64px;
  z-index: 4;
}

@media (max-width: 991px) {
  .testimonials__avatar {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .testimonials__avatar {
    position: relative;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials__avatar--image {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .testimonials__avatar--image {
    width: 70%;
  }
}

.testimonials__avatar--image-fluid {
  width: 100%;
  height: auto;
}

.testimonials__avatar .swiper-slide {
  opacity: 0 !important;
  transition: all 0ms ease-in-out;
}

.testimonials__content {
  position: relative;
  padding-bottom: 19%;
  padding-left: 6%;
}

@media (max-width: 991px) {
  .testimonials__content {
    padding: 0;
  }
}

.testimonials__content--inner {
  position: relative;
  padding-right: 48%;
  padding-top: 0;
  padding-left: 9%;
}

@media (max-width: 991px) {
  .testimonials__content--inner {
    padding: 0;
  }
}

.testimonials__content--inner::after {
  content: '';
  position: absolute;
  background-image: url("../images/testimonials/testimoni-main-body.svg");
  background-repeat: no-repeat;
  background-size: 884px 478px;
  background-position: 0 0;
  width: 884px;
  height: 478px;
  top: 0;
  left: 0;
}

@media (min-width: 1400px) {
  .testimonials__content--inner::after {
    background-size: 1104px 597px;
    width: 1104px;
    height: 597px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--inner::after {
    background: none;
    width: 100%;
    height: auto;
  }
}

.testimonials__content--inner-row {
  position: relative;
  z-index: 2;
  top: 56px;
}

@media (max-width: 991px) {
  .testimonials__content--inner-row {
    top: 0;
    margin-bottom: 32px;
  }
}

.testimonials__content--quote {
  background-color: #06B178;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--quote {
    width: 48px;
    height: 48px;
    padding: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--quote {
    margin-bottom: 12px;
  }
}

.testimonials__content--quote-img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--quote-img {
    margin-top: -5px;
  }
}

.testimonials__content--blockquote {
  margin-bottom: 32px;
}

@media (min-width: 1400px) {
  .testimonials__content--blockquote {
    font-weight: 400;
    font-size: 24px;
    line-height: 38.4px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--blockquote {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--blockquote {
    margin-bottom: 16px;
  }
}

.testimonials__content--author {
  position: relative;
}

.testimonials__content--author-name {
  margin-bottom: 8px;
}

.testimonials__nav {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  padding-left: 64px;
}

@media (max-width: 991px) {
  .testimonials__nav {
    padding-left: 0;
    left: auto;
    right: 14px;
    bottom: 14px;
    z-index: 4;
  }
}

.testimonials__nav--next, .testimonials__nav--prev {
  background: none;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
}

.testimonials__nav--next svg, .testimonials__nav--prev svg {
  transition: all 0.3s ease-in-out;
}

.testimonials__nav--next:hover svg, .testimonials__nav--prev:hover svg {
  stroke: #FFC300;
}

.masthead__form--row {
  display: flex;
  justify-content: space-between;
}

.masthead__form--group {
  flex: 1;
  margin-right: 10px; /* Odstęp między polami */
}

.masthead__form--group:last-child {
  margin-right: 0; /* Usuń odstęp po prawej stronie ostatniego pola */
}

.form__base {
  width: 100%; /* Aby każde pole zajmowało pełną szerokość kontenera */
}

@media (max-width: 768px) {
  .masthead__form--row {
      flex-direction: column;
  }

  .masthead__form--group {
      margin-right: 0;
      margin-bottom: 15px; /* Odstęp między polami w widoku mobilnym */
  }
}

.form__group--inline {
  display: flex;
  gap: 10px; /* Odstęp między polami */
}

.form__base {
  width: 100%;
}

.form__group--inline input {
  flex: 1;
}

.header {
    padding: 40px 0;
}
.business-name {
    margin-bottom: 0px;
    font-size: 3rem;
}
.business-oferta {
    margin-bottom: 0px;
    font-size: 2rem;
    font-weight: 400;
}
.business-category {
    margin-bottom: 0;
}
.masthead__container {
    padding-top: 100px;
}
.address-center {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #540C97;
}
.business-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.stats-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
    color: #540C97;
    text-align: center;
}
.rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding-top: 10px;
}
.rating-stats2 {
    padding-bottom: 20px;
}
.subawards .rating-stars {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    gap: 10px;
}
.subawards .rating-text {
    text-align: right;
    font-weight: 400;
    color: #540C97;
    padding-right: 15px;
}
.subawards .star {
    margin-right: 2px;
    font-size: 24px;
}
.subawards .rating-text:last-child {
    margin-left: 10px;
}
.subawards .rating-stars > span:not(:first-child) {
    display: flex;
    align-items: center;
}
.rating-stars2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.star {
    position: relative;
    color: #FFC300;
}
.main-rating .star {
    font-size: 36px;
}
.star-small {
    font-size: 18px;
}
.rating-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #540C97;
    border-radius: 5px;
    padding: 7px;
    min-width: 50px;
}
.rating-block-text {
    color: #540C97;
    font-weight: bold;
    margin-left: 5px;
}
.main-rating {
    font-size: 36px;
}
.rating-half {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    font-size: 36px;
}
.rating-half::before {
    content: '★';
    color: #FFC300;
    position: absolute;
    left: 0;
    width: 40%;
    overflow: hidden;
}
.rating-half::after {
    content: '★';
    color: #E0E0E0;
}
.subawards .rating-half {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    font-size: 24px;
}
.subawards .rating-half::before {
    content: '★';
    color: #FFC300;
    position: absolute;
    left: 0;
    width: 40%;
    overflow: hidden;
}
.subawards .rating-half::after {
    content: '★';
    color: #E0E0E0;
}
.rating-stars:last-child {
    flex-wrap: wrap;
    gap: 10px;
}
.rating-stars2:last-child {
    flex-wrap: wrap;
}
.main-rating .rating-text {
    color: #540C97;
    font-weight: 400;
    padding-right: 10px;
}
.package-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.disclaimer-text {
    font-size: 10px;
    color: #958E9A;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}

/* Style dla kafelków z ceną */
.pricing__card--small {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(84, 12, 151, 0.1);
    color: #540C97;
    position: relative;
}

.pricing__card--small::after {
    content: '';
    position: absolute;
    width: 94%;
    height: 5px;
    border-radius: 0 0 10px 10px;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

.package-basic .pricing__card--small::after {
    background-color: #540C97;
}

.package-premium .pricing__card--small::after {
    background-color: #fa5f2f;
}

.pricing__card--small .pricing__card--price-title1 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    color: #540C97;
}

.pricing__card--small .pricing__card--price-title2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    color: #fa5f2f;
}

.pricing__card--small .pricing__card--package ul {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pricing__card--small .pricing__card--package ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #540C97;
}

.packages-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.package-col {
    flex: 1;
}

/* Style dla sekcji ceny */
.pricing__card--price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.price-main {
    font-size: 70px;
    font-weight: 700;
    line-height: 0.8;
    margin-right: 10px;
    color: #540C97;
}

.price-details {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 1.2;
    color: #540C97;
    padding-bottom: 2px;
}

.price-currency {
    color: #fa5f2f;
    font-weight: 600;
    margin-bottom: 2px;
}

/* Style przycisków */
.pricing__card--small .button__lg {
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
}

.button__premium {
    background-color: #fa5f2f;
    border-color: #fa5f2f;
}

.button__premium:hover {
    color: #fa5f2f;
    background-color: transparent;
}

.button__premium::before {
    background-color: #fa5f2f;
}

.star-empty {
  color: #E0E0E0; /* jasny kolor pustej gwiazdki */
}

/* Style dla przycisku nieaktywnego */
.button__next {
  position: relative;
  background-color: #E5E3E6 !important;
  color: #958E9A !important;
  border: none !important;
  padding: 15px 30px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
}

/* Style dla przycisku aktywnego */
.button__next.active {
  background-color: #540C97 !important;
  border: 3px solid #540C97 !important;
  color: white !important;
  cursor: pointer !important;
}

.button__next.active:hover {
  background-color: transparent !important;
  color: #540C97 !important;
}

/* Style dla ikony w przycisku */
.button__next svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* Styles dla formularza zamówienia */
.form__row {
  display: flex;
  margin: 0 -10px;
}

.form__row > .form__group {
  padding: 0 10px;
}

.form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.form__checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.form__help {
  display: block;
  font-size: 12px;
  color: #958E9A;
  margin-top: 4px;
  text-align: right;
}

.form__error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.form__base.error {
  border-color: #dc3545;
}

.terms-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.terms-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: white;
}

.terms-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #06B178;
  font-weight: bold;
}

/* Modal styles */
.modal-header {
  background-color: #540C97;
  color: white;
}

.modal-header .close {
  color: white;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

  .form__row {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.form__row > .form__group {
    padding: 0 10px;
    margin-bottom: 10px;
}

.form__row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.form__row > .form__group {
  padding: 0 10px;
  margin-bottom: 10px;
}

.col-half {
  width: 50%;
}

.col-third {
  width: 33.333333%;
}

.col-two-thirds {
  width: 66.666667%;
}

@media (max-width: 768px) {
  .form__row > .form__group {
      width: 100%;
  }
}

.masthead__form--body3 {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 24px 64px 34px 64px;
  color: #540C97;
  overflow: hidden;
}

.form__label3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28.8px;
}

.form__group3 {
  margin-bottom: 12px;
}

.form-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 20px;
  color: #fa5f2f;
  text-align: center;
}

.masthead__overview3 {
  position: relative;
  margin-top: 64px;
  z-index: 4;
}

.masthead__form3 {
  position: relative;
  padding-top: 30px;
  z-index: 2;
}

/* Bazowy styl przycisku */
.button__purple2 {
  background-color: #540C97 !important;
  border-color: #540C97 !important;
  color:  white !important;
  z-index: 1;
}

/* Overlay animation */
.button__purple2::before {
  background-color: #540C97 !important;
  z-index: -1;
}

/* Hover */
.button__purple2:hover {
  color: #540C97 !important;
  background-color: white !important;

}

.button__purple2:hover::before {
  left: 100%;
}

/* Disabling the problematic pseudo-element */
.button::before {
  display: none;
}