.elementor-86 .elementor-element.elementor-element-9cf9946{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-0c79680{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-aece553{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9473003 *//* === Sekcja: Web Services === */
.web-services-section {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
  color: #fff;
  background:#ffffff00!important;
}

.web-services-section h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ff9c00;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Karty usług */
.web-services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.web-service-card {
  background: #111;
  border: 1px solid rgba(255, 156, 0, 0.15);
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(255, 156, 0, 0.08);
  padding: 30px 24px;
  width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.web-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(255, 156, 0, 0.2);
}

.web-service-card h3 {
  font-size: 1.4rem;
  color: #ff9c00;
  margin-bottom: 12px;
  text-align: center;
}

.web-service-card p {
  font-size: 1rem;
  color: #ccc;
  opacity: 0.88;
  line-height: 1.6;
  text-align: center;
}

/* Responsywność */
@media (max-width: 768px) {
  .web-service-card {
    width: 100%;
    max-width: 380px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac72fe9 *//* === Sekcja: Web & Ecommerce – projekty stron/sklepów === */

.portfolio-web-section h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ff9c00;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-web-section p.section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ccc;
  opacity: 0.85;
  margin-bottom: 60px;
}

.portfolio-web-section {
  color: #fff;
  padding: 100px 20px;
  font-family: 'Urbanist', sans-serif;
  text-align: center;
}

.portfolio-web-title {
  font-size: 2.6rem;
  color: #ff9c00;
  margin-bottom: 60px;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

/* Pojedyncza karta projektu */
.portfolio-card {
  width: 300px;
  background: #111;
  border: 1px solid rgba(255, 156, 0, 0.15);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(255, 156, 0, 0.06);
  padding: 20px;
  transition: transform 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-4px);
}

.portfolio-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}

.project-tags span {
  background: #ff9c00;
  color: #000;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 12px;
}

.portfolio-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #fff;
}

.portfolio-card p {
  font-size: 0.95rem;
  opacity: 0.88;
  margin-bottom: 16px;
}

/* Przycisk otwierający popup */
.portfolio-card button {
  background: #ff9c00;
  color: #000;
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-card button:hover {
  background: #ffaa00;
}

/* === POPUP === */

.project-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.popup-content {
  background: #1a1a1a;
  color: #fff;
  max-width: 760px;
  width: 100%;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  text-align: left;
  box-shadow: 0 0 40px rgba(255, 156, 0, 0.15);
}

.popup-content h3 {
  color: #ff9c00;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-style: bold;
}

.popup-content p,
.popup-content ul {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.popup-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.popup-content li {
  margin-bottom: 8px;
}

.popup-content a {
  color: #ff9c00;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-top: 12px;
}

.popup-content img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
}

.portfolio-animated-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  background: linear-gradient(135deg, #ff9900, #ff6a00);
  color: #000;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 50px;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(255, 156, 0, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

.portfolio-animated-btn span {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  transition: top 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.portfolio-animated-btn .btn-text-one {
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-animated-btn .btn-text-two {
  top: 150%;
  transform: translateY(-50%);
}

.portfolio-animated-btn:hover .btn-text-one {
  top: -100%;
}

.portfolio-animated-btn:hover .btn-text-two {
  top: 50%;
}

.portfolio-animated-btn:hover {
  box-shadow: 0 12px 24px rgba(255, 156, 0, 0.45);
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edacbb6 *//* Sekcja: Dlaczego nasze strony zarabiają */
.web-benefits-section {
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
}

.web-benefits-section h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ff9c00;
  margin-bottom: 60px;
}

.web-benefits-section h2 span {
  color: #fff;
}

.web-benefits-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 1400px;
  margin: 0 auto;
}

.web-box {
  background: #111;
  border: 1px solid rgba(255, 156, 0, 0.08);
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 6px 18px rgba(255, 156, 0, 0.05);
  transition: all 0.3s ease;
}

.web-box:hover {
  transform: translateY(-4px);
  border-color: #ff9c00;
  box-shadow: 0 10px 24px rgba(255, 156, 0, 0.15);
}

.web-box h3 {
  font-size: 1.2rem;
  color: #ff9c00;
  margin-bottom: 10px;
}

.web-box p {
  color: #ccc;
  font-size: 1rem;
  opacity: 0.95;
}

/* Sekcja: Co możemy zbudować */
.web-services-section {
  background: #0b0b0b;
  padding: 100px 20px;
  text-align: center;
}

.web-services-section h2 {
  font-size: 2.4rem;
  color: #ff9c00;
  margin-bottom: 60px;
}

.web-services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.web-service-card {
  background: #121212;
  border: 1px solid rgba(255, 156, 0, 0.1);
  border-radius: 16px;
  padding: 30px 24px;
  max-width: 320px;
  flex: 1 1 280px;
  color: #fff;
  transition: 0.3s ease;
}

.web-service-card:hover {
  border-color: #ff9c00;
  box-shadow: 0 10px 24px rgba(255, 156, 0, 0.2);
}

.web-service-card h3 {
  font-size: 1.2rem;
  color: #ff9c00;
  margin-bottom: 12px;
}

.web-service-card p {
  font-size: 1rem;
  opacity: 0.9;
  color: #ccc;
}

/* Sekcja: Przykładowe pakiety */
.web-pricing-section {
  background: #0b0b0b;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.web-pricing-section h2 {
  font-size: 2.4rem;
  color: #ff9c00;
  margin-bottom: 12px;
}

.web-pricing-section p {
  color: #ccc;
  opacity: 0.85;
  margin-bottom: 60px;
}

.web-pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.web-price-box {
  background: #121212;
  border: 1px solid rgba(255, 156, 0, 0.1);
  border-radius: 16px;
  padding: 36px 24px;
  width: 320px;
  box-shadow: 0 6px 18px rgba(255, 156, 0, 0.06);
  transition: 0.3s ease;
}

.web-price-box:hover {
  border-color: #ff9c00;
  box-shadow: 0 12px 28px rgba(255, 156, 0, 0.12);
}

.web-price-box h3 {
  font-size: 1.2rem;
  color: #ff9c00;
  margin-bottom: 16px;
}

.web-price-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.web-price-box ul li {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 0.95rem;
}

.price {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff9c00;
}/* End custom CSS */