*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f0f2f5;
}

.site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.bg-lime {
  background-color: #D4E93B !important;
}

.text-dark {
  color: #1A1A1A !important;
}

@media (min-width: 992px) {
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

mark {
  background: linear-gradient(180deg, transparent 60%, #D4E93B 60%);
  color: inherit;
  padding: 0 3px;
}

.btn-primary {
  background-color: #D4E93B !important;
  color: #1A1A1A !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 14px 30px;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: rgb(206.9701834862, 230.4266055046, 36.0733944954) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.btn-grey {
  background-color: #DCDCDC !important;
  color: #1A1A1A !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 14px 30px;
  font-weight: 600;
  width: 240px;
}
.btn-grey:hover {
  background-color: #D4EA2F !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
  background-color: #F2F2F2 !important;
  color: #1A1A1A !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 14px 30px;
  font-weight: 600;
  width: 240px;
}
.btn-outline-light:hover {
  background-color: #D4EA2F !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  color: #1A1A1A !important;
}

.header .navbar {
  padding: 12px 0;
  background-color: #FFFFFF !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.header .navbar-brand img {
  height: 60px !important;
  width: auto;
}
.header .nav-link {
  color: #1A1A1A !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 10px 20px !important;
  line-height: 1;
}
.header .nav-link:hover {
  color: #D4E93B !important;
}
.header .navbar-nav .nav-item-highlight .nav-link {
  border-radius: 4px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.header .navbar-nav .nav-item-highlight:hover .nav-link,
.header .navbar-nav .nav-item-highlight .nav-link:hover,
.header .navbar-nav .nav-item-highlight .nav-link:focus {
  background-color: #D4E93B !important;
  color: #1A1A1A !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.lang-dropdown {
  width: 110px;
}
.lang-dropdown .btn {
  width: 100%;
  justify-content: center;
  background: #FFFFFF !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #1A1A1A !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-dropdown .btn::after {
  display: none;
}
.lang-dropdown .btn img {
  height: 16px;
  width: 26px;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.lang-dropdown .btn i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 2px;
}
.lang-dropdown .dropdown-menu {
  width: 100%;
  min-width: 100% !important;
  border: 1px solid #EEEEEE;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 8px;
  padding: 6px;
}
.lang-dropdown .dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-dropdown .dropdown-menu .dropdown-item img {
  height: 16px;
  width: 26px;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F8F9FA;
}

.hero {
  min-height: 85vh;
  padding: 60px 0;
  background: url("../assets/images/9cae7095948c9e8ab90a2856940cb2c43b792b60.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__content-wrapper {
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .hero .buttons {
    flex-direction: column; /* ustaw jeden pod drugim */
  }
}
.hero__title {
  font-size: 55px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .hero__title {
    white-space: nowrap;
  }
}
.hero__title mark {
  background: #D4EA2F !important;
  padding: 0 5px;
  border-radius: 4px;
}

.whyme {
  padding: 60px 0;
  background-color: #F6F6F6;
}
.whyme__heading {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
.whyme__card {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whyme__card h3 {
  font-size: 20px;
  font-weight: 700;
}
.whyme__card p {
  font-size: 16px;
}
.whyme__card:hover {
  transform: translateY(-5px);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.08);
}
.whyme__title {
  line-height: 1.1;
}
.whyme__icon-wrapper {
  width: 50px;
  height: 50px;
}
.whyme__icon-wrapper img {
  height: 24px;
  width: auto;
}

.about__image {
  border-radius: 20px !important;
}
@media (min-width: 992px) {
  .about__image {
    width: 552.71px;
    height: 612.7px;
  }
}
@media (max-width: 991px) {
  .about__image {
    height: 350px;
    width: 100%;
  }
}
.about__image img {
  border-radius: 20px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px !important;
  line-height: 1.2;
}
.about__content p {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  line-height: 1.5;
}
.about__highlight {
  background-color: #4C4C4C;
  color: #FFFFFF !important;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
}
.about__label {
  font-size: 20px;
  letter-spacing: 1px;
}
.about__label mark {
  background: none;
  padding: 0;
  position: relative;
  display: inline-block;
}
.about__label mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50%;
  height: 3px;
  background-color: #D4E93B;
}
.about__steps .about__step .step-num {
  color: #D4EA2F !important;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400 !important;
}
.about__steps .about__step h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.about__steps .about__step p {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  line-height: 1.4;
}

.card {
  border-radius: 20px !important;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
  width: 60px;
  height: 60px;
  background-color: #D4E93B;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-item .step-number {
  font-size: 48px;
  line-height: 1;
  opacity: 0.2;
  font-weight: 800;
}

.testimonials h2 {
  font-family: "Poppins", sans-serif;
  font-size: 38px !important;
  line-height: 1.2;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: none !important;
  transition: transform 0.3s ease;
}
.testimonial-card .testimonial-stars {
  color: #D4EA2F;
  font-size: 18px;
  letter-spacing: 2px;
}
.testimonial-card p {
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

blockquote {
  border-radius: 20px !important;
}

.map-section {
  background-color: #FFFFFF;
  color: #1A1A1A;
  border-radius: 30px;
  margin: 50px 0;
}
.map-section h2 {
  color: #1A1A1A;
  font-family: "Poppins", sans-serif;
  font-size: 40px !important;
  line-height: 1.2;
}
.map-section p {
  color: #1A1A1A;
  opacity: 0.8;
}
.map-section mark {
  background: #D4EA2F !important;
  padding: 0 5px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .partner-cta {
    width: 1215.56px;
    height: 499.87px;
    margin: 80px auto;
    border-radius: 30px;
  }
}
.partner-cta {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/87111fbda520dd9d3bbd7e07b8106195017bb3b3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  overflow: hidden;
}
.partner-cta h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
}
.partner-cta p {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  line-height: 1.5;
  color: #FFFFFF !important;
  opacity: 0.95;
  max-width: 900px;
}

.footer mark {
  background: #D4EA2F !important;
  padding: 0 5px;
  border-radius: 4px;
  color: #1A1A1A;
}
.footer .footer-icon-box {
  width: 27.04px;
  height: 27.04px;
  background-color: #D4EA2F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}
.footer .footer-icon-box img {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}
.footer .container span {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  font-weight: 500 !important;
}

@media (min-width: 992px) {
  .contact__logo {
    width: 323.48px;
    height: 107.83px;
  }
}
.contact__logo {
  object-fit: contain;
}
.contact h2 {
  font-family: "Poppins", sans-serif;
  font-size: 38px !important;
  line-height: 1.2;
}
.contact p {
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
}
@media (min-width: 992px) {
  .contact__image {
    width: 582.22px;
    height: 539.49px;
  }
}
.contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.contact .contact-form {
  background-color: #FFFFFF;
}
.contact .contact-form .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #1A1A1A;
}
.contact .contact-form .form-control {
  background-color: #F8F9FA;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.contact .contact-form .form-control:focus {
  background-color: #FFFFFF;
  border-color: #D4E93B;
  box-shadow: 0 0 0 4px rgba(212, 233, 59, 0.15);
}
.contact .contact-form .form-control::placeholder {
  color: #B0B0B0;
}
.contact .contact-form textarea.form-control {
  resize: none;
}

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