body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background-color: #fefcf5;
}


.home-contact {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* TŁO */
.home-contact__bg {
    position: absolute;
    inset: 0;
    background:
        /*  linear-gradient(rgba(11, 79, 47, .9), rgba(11, 79, 47, .9)),*/
        url('/images/bg_contact.jpg') center / cover no-repeat;
    z-index: 0;
}

.our_advantages ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.our_advantages ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.our_advantages ul li::before {
    font-family: "bootstrap-icons";
    content: "\F26A";

    /* bi-check-circle-fill */

    position: absolute;
    left: 0;
    top: 0.18em;

    font-size: 22px;
    line-height: 1;

    color: #000;
}



.pricing-hero__content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pricing-hero__content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 20px;
}

.pricing-hero__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;

    width: 12px;
    height: 12px;
    border-radius: 50%;

    background-color: #0b5d1e;
    /* zielony jak na screenie */
}

.pricing-content-text ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    /* CENTROWANIE CAŁEJ LISTY */
}

.pricing-content-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    /* odstęp kropka–tekst */
    margin-bottom: 12px;
    font-size: 20px;
    text-align: left;
    /* tekst normalnie czytelny */
}

.pricing-content-text ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0b5d1e;
    /* zielona kropka */
    flex-shrink: 0;
}

section.pricing-hero-circle {
    background-color: transparent;
}

/* TEKST */
.home-contact__text h2 {
    font-size: 3rem;
    font-weight: 900;
}

.home-contact__text h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
}

.home-contact__text p {
    line-height: 1.7;
    margin: 16px 0;
    color: #eaf7a6;
}

/* FORM */
.home-contact__form .form-control {
    border-radius: 10px;
    border: none;
    padding: 12px 14px;
}

.home-contact__btn {
    background: #edfba3;
    border-radius: 999px;
    padding: 10px 28px;
    font-weight: 700;
}

.home-contact__btn:hover {
    background: #edfba3;
}

/* KARTA PRAWA */
.home-contact__card {
    background: #eaf7a6;
    border-radius: 24px;
    padding: 32px;
}

.home-contact__card a {
    color: #000;
    text-decoration: none;
}

.home-contact__card h4 {
    font-weight: 800;
    margin-bottom: 8px;
}

.home-contact__card p {
    margin-bottom: 20px;
}

/* SOCIAL */
.home-contact__social i {
    font-size: 22px;
    margin-right: 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .home-contact {
        padding: 70px 0;
    }

    .home-contact__title {
        font-size: 2.2rem;
    }
}



/* Ustawienia globalne*/

section p {
    color: #000;
    font-size: 20px;
}

section h3 {
    color: #014220;
    font-size: 47px;
    font-weight: 700;
}


.realizations {
    background-color: #edfba3;
    color: #014220;
    padding-top: 150px;
    padding-bottom: 100px;
}

/* FAQ*/

.faq-hero {
    background-color: #004220;
    padding-top: 80px;
    color: #ffffff;
}

.faq-hero__title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.faq-hero__subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}

.faq-hero__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #edfba3 !important;
    margin-bottom: 16px;
}

.faq-hero__text p {
    color: #edfba3 !important;
}

.faq-hero__image {
    max-width: 100%;
}

/* =========================
   HEADER – RESET
========================= */

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

    background: rgba(90, 90, 90, 0.55);
    /* backdrop-filter: blur(6px); */
}

/* container jako punkt odniesienia */
.header-container {
    position: relative;
}

/* =========================
   HEADER INNER
========================= */

.header-inner {
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =========================
   LOGO
========================= */

.logo img {
    height: 70px;
    display: block;
}

/* =========================
   ACTIONS
========================= */

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.phone {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

/* CTA */
.btn-cta {
    background: #e7f26b;
    color: #0b4d2a;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
}

/* =========================
   HAMBURGER
========================= */

.hamburger {
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background: #e7f26b;
    border-radius: 2px;
    transition: 0.25s ease;
}

/* =========================
   MENU PANEL
========================= */

.menu-panel {
    position: absolute;
    top: 72px;
    /* dokładnie pod headerem */
    right: 0;

    margin-top: 12px;
    width: 260px;
    padding: 14px;

    /* 🔴 LEKKA PRZEZROCZYSTOŚĆ */
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);

    border-radius: 18px;

    /* animacja */
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.menu-panel.active {
    opacity: 0.9;
    transform: translateY(0);
    pointer-events: auto;
}

/* =========================
   MENU LIST
========================= */

.menu-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-panel li {
    margin-bottom: 6px;
}

.menu-panel a {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;

    color: #0b4d2a;
    font-weight: 600;
    text-decoration: none;
}

.menu-panel li.active a {
    background: #0b4d2a;
    color: #ffffff;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .btn-cta,
    .phone {
        display: none;
    }

    .menu-panel {
        left: 12px;
        right: 12px;
        width: auto;
    }


}



/* =========================
   HERO
========================= */

.hero {
    position: relative;
    width: 100%;

    /* 🔴 STAŁA WYSOKOŚĆ */
    height: 640px;

    /* 🔴 ZDJĘCIE W TLE */
    background-image: url('/images/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* header jest fixed */
    padding-top: 72px;
}

/* półprzezroczysta warstwa (jak na screenie) */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* =========================
   CONTENT
========================= */

.hero .container {
    position: relative;
    height: 100%;
}

.hero-content {

    /* height: 100%;
    display: flex;*/
    text-align: center;
    align-items: center;
    background: rgba(90, 90, 90, 0.65);
    margin-top: 300px;
    z-index: 2;
    position: relative;
}




/* CENNIK */

.pricing-hero-text {
    padding: 120px 20px;
}

.pricing-hero-circle {
    margin-top: -230px;
}

.pricing-hero {
    background: linear-gradient(180deg, #f6ffe8 0%, #b9d98c 100%);
    padding: 120px 20px;
    padding-bottom: 270px;
}

.pricing-hero__container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* LEWA STRONA */
.pricing-hero__title {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #0b4f2c;
    margin-bottom: 20px;
}

.pricing-hero__lead {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing-hero__text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.pricing-hero__subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-hero__list {
    list-style: none;
    padding: 0;
}

.pricing-hero__list li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
}

.pricing-hero__list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 2px;
    color: #0b4f2c;
    font-size: 14px;
}

/* PRAWA STRONA – ZDJĘCIE */
.pricing-hero__image {
    text-align: center;
}

.pricing-hero__image img {
    width: 100%;
    height: 100%;
    max-height: 500px;

    object-fit: cover;
    border-radius: 80px 20px 80px 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}



/* =========================
   TEKST
========================= */

.hero h1 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 0px;

}

.hero h1 span {
    font-weight: 800;
    color: #e7f26b;
}

@media (max-width: 768px) {
    .hero {
        height: 420px;
    }

    .hero h1 {
        font-size: 32px;
    }
}


/* =========================
   WOOD hero-wood
========================= */


.hero-wood {
    width: 100%;
    height: 420px;
    background-image: url('/images/drzewo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* PRZYCISK jak na obrazku */
.cta-wood {
    position: absolute;
    right: 0;
    bottom: 30px;

    background-color: #F3F7A1;
    /* jasno żółto-zielony */
    color: #1E3D1E;

    font-size: 22px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 999px;

    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

/* hover jak na nowoczesnych stronach */
.cta-wood:hover {
    background-color: #E9EE86;
    color: #1E3D1E;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-wood {
        height: 300px;
    }

    .cta-wood {
        right: 20px;
        bottom: 20px;
        font-size: 18px;
        padding: 14px 28px;
    }
}

section {
    background-color: #fefcf5;
}

/*sekcja about */
.about-section {
    color: #000;
    font-size: 20px;
    overflow: hidden;

}

.about-section .box-about h3 {
    font-size: 57px;
    font-weight: 800;
}

.about-section h4 {
    font-size: 37px;
    font-weight: 600;
}

.about-section h3 {
    font-size: 47px;
    font-weight: 700;
}

.about-section h2,
.about-section h3,
.about-section h4 {
    color: #014220;
}

/* wrapper kolumny */
.complex-wrapper {
    position: relative;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

/* TŁO WYJEŻDŻAJĄCE DO PRAWEJ */
.complex-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    /* do końca ekranu */
    height: 100%;

    background: #eaf7a6;
    /* jasno zielone */
    border-radius: 40px 0 0 40px;

    z-index: 0;
}

/* ZAWARTOŚĆ */
.complex-box {
    position: relative;
    z-index: 1;

    padding: 50px 40px;
}

.complex-box h3 {
    font-weight: 800;
    margin-bottom: 20px;
}

@media (max-width: 991px) {

    .feature-icon {
        width: 26px;
        height: 26px;
        margin-top: 10px;
    }

    .feature-row {
        gap: 5px;
    }


    .complex-wrapper::before {
        width: 100%;
        border-radius: 30px;
    }

    .complex-box {
        padding: 30px;
        margin-top: 30px;
        padding-left: 0px;
    }
}


/*seklcja z licznikiem */

.stats-section {}

/* GÓRNY ZIELONY PASEK */
.stats-bar {
    background: #0b3f24;
    color: #fff;

    padding: 30px 60px 30px;
    border-radius: 0;

    position: relative;
    z-index: 2;
}

/* LICZNIKI */
.stat-number {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
}

.stat-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* WRAPPER ZDJĘCIA */
.stats-image-wrapper {
    position: relative;
    margin-top: -40px;
    margin-right: -42px;
    /* wchodzi pod zielony pasek */
    z-index: 1;
}

/* RAMKA */
.stats-image-frame {
    position: relative;

    padding: 18px;
    /* ODSTĘP ramki od zdjęcia */
    border-radius: 48px;
    border: 6px solid #0b3f24;

    max-width: 900px;
    margin-left: auto;
    /* do prawej */
}

/* ZDJĘCIE */
.stats-image-frame img {
    width: 100%;
    display: block;

    border-radius: 36px;
    position: relative;

    /* wychodzi górą po prawej */
}

@media (max-width: 991px) {

    .hero-content {
        margin-top: 90px;
    }

    .stats-bar {
        padding: 40px 30px;
        text-align: center;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-text {
        font-size: 18px;
    }

    .stats-image-wrapper {
        margin-top: 30px;
        margin-right: 0px;
    }

    .stats-image-frame {
        margin: 0 auto;
    }

    .stats-image-frame img {
        top: 0;
    }
}

/* nasze usługi  */
.services-hero {
    position: relative;
    background-color: #0b4d2c;
    color: #fff;
    overflow: hidden;
    padding: 120px 0;
}

/* container tylko dla tekstu */
.services-inner {
    position: relative;
    z-index: 2;
}

/* tekst */
.services-content {
    max-width: 520px;
}

.services-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 50px;
    text-transform: uppercase;
}

.services-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 420px;
    color: #e3ef9b;
}

/* obraz WYCHODZI poza container */
.services-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: scale(1.2) translateY(-50%);
    max-width: 50%;
}

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



@media (max-width: 1024px) {

    .pricing-hero__image {
        padding: 0px 50px 0px 50px;
    }

    .services-image {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: 40px;
    }

    .services-image img {
        transform: scale(1.5) translateY(0px) translateX(30px);
    }

    .services-hero {
        padding: 80px 0;
    }
}

/* TŁO SEKCJI */
.services-boxes {
    background: #eaf4b4;
    padding: 100px 0;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* WSPÓLNE DLA BOXÓW */
.service-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    padding: 0 0 32px;
}

.video-wrapper {
    /*height: 380px;*/
    background: #000;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PRZYCISK PLAY */
.video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;

    width: 96px;
    height: 96px;
    border-radius: 50%;

    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 42px;

    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: background .2s ease, transform .2s ease;
}

.video-play-btn:hover {
    background: rgba(0, 0, 0, .8);
    transform: scale(1.05);
}

*/ .service-card .service-card__image {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

/* JASNE */
.service-card.light {
    background: #ffffff;
    color: #0b4d2c;
}

/* CIEMNE */
.service-card.dark {
    background: #0b4d2c;
    color: #ffffff;
}

/* TEKST */
.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 24px 24px 12px;
}

.service-card.dark h3 {
    color: #fff;

}

.service-card.dark p {
    color: #e3ef9b;
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 24px 24px;
}

/* PRZYCISKI */
.services-boxes .btn {
    margin: auto 64px 0;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}



.services-boxes .btn.dark {
    background: #0b4d2c;
    color: #ffffff;
}

.services-boxes .btn.light {
    background: #eaf4b4;
    color: #000;
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}


/*service section*/

.services-section {
    background: transparent;
    z-index: 6;
    position: relative;
    margin-top: -80px;
}

/* BOX */
.service-box {
    position: relative;
    border-radius: 26px;
    overflow: hidden;

    border: 4px solid #e6f29c;
    /* jasna zieleń */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);

    height: 360px;
}

/* ŚRODKOWY WIĘKSZY */
.service-box--main {
    height: 420px;
}

/* ZDJĘCIE */
.service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TYTUŁ NA DOLE */
.service-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    padding: 22px 15px;
    text-align: center;

    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;

    background: rgba(0, 0, 0, 0.55);
}

/* większy napis na środkowym */
.service-box--main .service-title {
    font-size: 30px;
}


.service-box {
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {

    .service-box,
    .service-box--main {
        height: 300px;
    }

    .service-title {
        font-size: 22px;
    }
}

/* FOOTER */

.site-footer {
    font-size: 18px;
    background: #0b4d2a;
    color: #ffffff;
    padding: 60px 0px 0px;
    font-weight: 300;
}

.footer-socials {
    margin-bottom: 20px;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0px;
}

.footer-socials a {
    display: inline-block;

}

.footer-logo {
    height: 60px;
}


.footer-bottom {
    background-color: white;
    color: #0b4d2a;

    font-size: 14px;

}

.social-circle {
    text-align: center !important;

    width: 28px;
    height: 28px;

    background-color: #ffffff;
    /* 🔴 BIAŁE TŁO */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-circle i {

    color: #0b4d2a !important;
    /* 🔴 ZIELONA IKONKA */
    font-size: 16px;
    line-height: 1;
}

.service-card__placeholder {
    height: 380px;
    /* albo ile tam masz */
    display: flex;
    align-items: center;
    /* pion */
    justify-content: center;
    /* poziom */
}

.service-card__logo {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}


.google-review-btn {
    position: fixed;
    right: 20px;
    bottom: 80px;

    background: #4285f4;
    color: #fff;
    padding: 14px 18px;
    border-radius: 30px;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    z-index: 9999;

    transition: transform .2s ease, box-shadow .2s ease;
}


.google-review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
}

@media (max-width: 768px) {
    .google-review-btn {
        bottom: 20px;
        right: 15px;
        font-size: 14px;
        padding: 12px 16px;
    }
}