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

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: rgb(96.1802575107, 104.19527897, 111.3197424893) !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: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
  background-color: #FFFFFF;
  color: #1A1A1A;
}

.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 .header-logo {
  height: 50px !important;
}
.header .nav-link {
  color: #1A1A1A !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 8px 20px !important;
}
.header .nav-link:hover:not(.active-client):not(.active-carrier) {
  color: #D4E93B !important;
}

/* General Styling & Page wrapper */
body {
  font-family: "Poppins", sans-serif;
  color: #070707;
  background-color: #F8F9FA;
  margin: 0;
  padding: 0;
}

.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;
}

/* Theme Utilities */
.bg-yellow {
  background-color: #D4EA2F !important;
}

.text-yellow {
  color: #D4EA2F !important;
}

.btn-yellow {
  background-color: #D4EA2F;
  color: #000000;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-yellow:hover {
  background-color: #c2d622;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(212, 234, 47, 0.3);
}
.btn-yellow:active {
  transform: translateY(0);
}

/* Navbar */
.navbar-brand img {
  transition: transform 0.3s ease;
}
.navbar-brand:hover img {
  transform: scale(1.03);
}

.nav-link {
  font-weight: 600;
  font-size: 13.5px;
  color: #070707 !important;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}
.nav-link:hover {
  color: #a4b520 !important;
}

.active-carrier,
.active-client {
  background-color: rgba(208, 208, 208, 0.2) !important;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}

.navbar-nav .nav-item-highlight .nav-link {
  border-radius: 6px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.navbar-nav .nav-item-highlight:hover .nav-link:not(.active-client):not(.active-carrier),
.navbar-nav .nav-item-highlight .nav-link:not(.active-client):not(.active-carrier):hover,
.navbar-nav .nav-item-highlight .nav-link:not(.active-client):not(.active-carrier):focus {
  background-color: #D4E93B !important;
  color: #1A1A1A !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-quote {
  background-color: #D4EA2F;
  color: #000000 !important;
  font-weight: 700;
  font-size: 13.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0.5rem 1.25rem !important;
}
.btn-quote:hover {
  background-color: #c2d622;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(212, 234, 47, 0.4);
}

/* Language Selector Styles */
.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;
}

/* Sections Tags & Headers */
.section-tag {
  letter-spacing: 2px;
  font-size: 0.9rem;
}

/* Hero Section */
.hero-section {
  position: relative;
}

.about-section-tag-line,
.services-section-tag-line,
.req-section-tag-line {
  width: 40px;
  height: 3px;
}

.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;
}

/* Features Section */
.feature-card {
  border: none;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08) !important;
}
.feature-card .icon-wrapper {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* Services Section */
.service-badge {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
  cursor: default;
  background-color: #F3F3F3;
  color: #070707;
  opacity: 0.85;
}
.service-badge:hover {
  background-color: #D4EA2F !important;
  border-color: #D4EA2F !important;
  color: #000000;
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(212, 234, 47, 0.2);
}

.services-banner {
  background-color: #4C4C4C;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Process Section */
.process-step {
  border-left: 3px solid #e9ecef;
  padding-left: 1.5rem;
  position: relative;
  transition: border-color 0.3s ease;
}
.process-step:hover {
  border-color: #D4EA2F;
}

.step-num {
  font-weight: 700;
  line-height: 1;
}

/* Requirements Section */
.req-card {
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}
.req-card:hover {
  border-color: #D4EA2F;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
}

.req-notice-box {
  background-color: rgba(212, 234, 47, 0.04);
  border: 1px solid rgba(212, 234, 47, 0.4);
}

/* CTA Banner Section */
.cta-section {
  border-radius: 20px;
  background-blend-mode: multiply;
}

.cta-accent-box {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

/* Contact Form */
.form-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.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-form .form-control:focus {
  background-color: #FFFFFF;
  border-color: #D4E93B;
  box-shadow: 0 0 0 4px rgba(212, 233, 59, 0.15);
}
.contact-form .form-control::placeholder {
  color: #B0B0B0;
}
.contact-form textarea.form-control {
  resize: none;
}

/* Footer & Icons */
.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;
}

/* Utilities */
.max-w-600 {
  max-width: 600px;
}

.max-w-800 {
  max-width: 800px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-title-highlight,
  .hero-title-main {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 575.98px) {
  .hero-title-highlight,
  .hero-title-main {
    font-size: 1.6rem !important;
  }
  .display-4 {
    font-size: 2rem;
  }
}

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