.elementor-572 .elementor-element.elementor-element-35a6903{--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;border-style:solid;--border-style:solid;border-width:0px 0px 11px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:11px;--border-left-width:0px;border-color:#000000;--border-color:#000000;}.elementor-572 .elementor-element.elementor-element-35a6903:not(.elementor-motion-effects-element-type-background), .elementor-572 .elementor-element.elementor-element-35a6903 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fbeb04;}.elementor-572 .elementor-element.elementor-element-6be663c .qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite;}.elementor-572 .elementor-element.elementor-element-6be663c .qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;}.elementor-572 .elementor-element.elementor-element-6be663c .qodef-m-text-item{color:#000000;font-family:"geomgraphic", Sans-serif;font-size:22px;font-weight:900;text-transform:uppercase;}.elementor-572 .elementor-element.elementor-element-2bbf9b7{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-572 .elementor-element.elementor-element-7786b9c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-572 .elementor-element.elementor-element-7786b9c:not(.elementor-motion-effects-element-type-background), .elementor-572 .elementor-element.elementor-element-7786b9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body.elementor-page-572:not(.elementor-motion-effects-element-type-background), body.elementor-page-572 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-580d0bc *//* Wszystkie style ograniczone do sekcji "O FIRMIE" */
.about-page-wrapper {
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
}

.about-page-wrapper * {
    box-sizing: border-box;
}

.about-page-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-page-wrapper .highlight {
    color: #ffcc00;
    font-weight: bold;
}

/* Podstawowe style dla nagłówków */
.about-page-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffcc00;
}

/* Co drugi nagłówek sekcji będzie biały */
.about-page-wrapper section:nth-child(even) .section-title {
    color: #fff;
}

.about-page-wrapper .section-subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 3rem;
}

.about-page-wrapper .text-center {
    text-align: center;
}

.about-page-wrapper .section-badge {
    display: inline-block;
    color: #ffcc00;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 60px;
}

.about-page-wrapper .section-badge::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #ffcc00;
}

/* Sekcja Hero */
.about-page-wrapper .about-hero {
    padding: 100px 0;
    background: #0a0a0a;
}

.about-page-wrapper .hero-content {
    max-width: 800px;
}

.about-page-wrapper .hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #fff;
}

.about-page-wrapper .hero-description {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-page-wrapper .hero-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-page-wrapper .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-page-wrapper .feature-icon {
    width: 25px;
    height: 25px;
    background: #ffcc00;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.about-page-wrapper .feature-text {
    color: #fff;
    font-size: 1.1rem;
}

/* Sekcja Statystyki */
.about-page-wrapper .stats-section {
    padding: 80px 0;
    background: #111;
}

.about-page-wrapper .stats-header {
    text-align: center;
    margin-bottom: 3rem;
}

.about-page-wrapper .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.about-page-wrapper .stat-card {
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.about-page-wrapper .stat-card:hover {
    border-color: #ffcc00;
    transform: translateY(-5px);
}

.about-page-wrapper .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 10px;
}

.about-page-wrapper .stat-label {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5px;
}

.about-page-wrapper .stat-description {
    font-size: 0.9rem;
    color: #ccc;
}

/* Sekcja Dlaczego My */
.about-page-wrapper .why-us-section {
    padding: 80px 0;
    background: #000;
}

.about-page-wrapper .why-us-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-page-wrapper .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 2rem;
}

.about-page-wrapper .benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.about-page-wrapper .benefit-icon {
    width: 60px;
    height: 60px;
    background: #222;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-page-wrapper .benefit-icon .icon {
    font-size: 1.5rem;
}

.about-page-wrapper .benefit-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 8px;
}

.about-page-wrapper .benefit-description {
    color: #ccc;
    line-height: 1.6;
}

/* Sekcja Certyfikaty */
.about-page-wrapper .certifications-section {
    padding: 80px 0;
    background: #111;
}

.about-page-wrapper .certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 3rem;
}

.about-page-wrapper .cert-card {
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.about-page-wrapper .cert-card:hover {
    border-color: #ffcc00;
    transform: translateX(10px);
}

.about-page-wrapper .cert-icon {
    font-size: 2.5rem;
    width: 60px;
    text-align: center;
}

.about-page-wrapper .cert-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 5px;
}

.about-page-wrapper .cert-description {
    color: #ccc;
    font-size: 0.9rem;
}

/* Sekcja Proces */
.about-page-wrapper .process-section {
    padding: 80px 0;
    background: #000;
}

.about-page-wrapper .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.about-page-wrapper .process-step {
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.about-page-wrapper .process-step:hover {
    border-color: #ffcc00;
}

.about-page-wrapper .step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.about-page-wrapper .step-number {
    width: 50px;
    height: 50px;
    background: #ffcc00;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.about-page-wrapper .step-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

.about-page-wrapper .step-description {
    color: #ccc;
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-page-wrapper .step-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page-wrapper .step-features li {
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.about-page-wrapper .step-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
}

/* Sekcja CTA */
.about-page-wrapper .cta-section {
    padding: 80px 0;
    background: #ffcc00;
}

.about-page-wrapper .cta-content {
    text-align: center;
}

.about-page-wrapper .cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.about-page-wrapper .cta-description {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #333;
}

.about-page-wrapper .cta-buttons {
    display: flex;
    justify-content: center;
}

.about-page-wrapper .cta-button {
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    text-decoration: none;
    display: inline-block;
}

.about-page-wrapper .cta-button.primary {
    background: #000;
    color: #ffcc00;
}

.about-page-wrapper .cta-button.primary:hover {
    background: #333;
    transform: translateY(-3px);
}

/* Media Queries */
@media (max-width: 768px) {
    .about-page-wrapper .hero-title {
        font-size: 2.5rem;
    }
    
    .about-page-wrapper .section-title {
        font-size: 2rem;
    }
    
    .about-page-wrapper .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-page-wrapper .process-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-page-wrapper .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .about-page-wrapper .hero-title {
        font-size: 2rem;
    }
    
    .about-page-wrapper .cta-title {
        font-size: 2rem;
    }
    
    .about-page-wrapper .section-badge {
        padding-left: 0;
    }
    
    .about-page-wrapper .section-badge::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc21902 */.testimonials-section {
    background: #000;
    padding: 80px 0;
    color: #fff;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #111;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #333;
}

.stars {
    margin-bottom: 20px;
}

.stars span {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonial-text {
    margin-bottom: 25px;
}

.testimonial-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.testimonial-author h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.testimonial-author span {
    font-size: 0.9rem;
    color: #999;
}

/* Responsywność */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-container {
        padding: 0 15px;
    }
    
    .testimonials-header h2 {
        font-size: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-text p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .testimonials-header h2 {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-text p {
        font-size: 0.95rem;
    }
    
    .testimonial-author h4 {
        font-size: 1.1rem;
    }
}/* End custom CSS */