/* ==========================================================
   ABOUT
   Noclegi u Boguszów
==========================================================*/


/* ==========================================================
   GLOBAL
========================================================== */

#about-main{
    background:#FBFAF8;
}

#about-main .e-con-inner{
    max-width:1140px;
}

#about-main img{
    display:block;
    width:100%;
    height:auto;
    border-radius:8px;
}

#about-main p{
    margin:0 0 22px;
    font-family:"Inter",sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#4E4E4E;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

#about-main p:last-child{
    margin-bottom:0;
}

#about-main a{
    transition:.25s ease;
}

#about-main a:hover{
    opacity:.85;
}


/* ==========================================================
   SECTION TITLES
========================================================== */

.section-title{
    margin:0;
}

.section-title .elementor-heading-title,
.section-title h2{
    margin:0;
    font-family:"Cormorant Garamond",serif;
    font-size:30px;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.15;
    letter-spacing:1.5px;
    color:#4A4036;
}


/* ==========================================================
   DIVIDER
========================================================== */

.section-divider{
    margin:0;
}

.section-divider .elementor-divider{
    padding:0;
}

.section-divider .elementor-divider-separator{
    width:108px !important;
    margin:0 !important;
    border-top:2px solid #E8E4DC !important;
}


/* ==========================================================
   INTRO
========================================================== */

#about-intro{
    padding:72px 0 90px;
}

#about-intro > .e-con-inner{
    display:flex;
    align-items:center;
    gap:72px;
}

#about-photo{
    flex:0 0 48%;
}

#about-content{
    flex:1;
}

.about-text{
    max-width:540px;
}

.about-text p{
    margin-bottom:22px;
}


/* ==========================================================
   FEATURES
========================================================== */

#about-features{
    padding:0 0 90px;
}

#about-features .section-title{
    text-align:center;
}

.features-grid{
    display:flex;
    justify-content:space-between;
    gap:48px;
}

.feature-card{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    transition:transform .25s ease;
}

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

.feature-icon{
    margin-bottom:20px;
}

.feature-icon .elementor-icon{
    color:#D2AE67;
    font-size:42px;
}

.feature-icon svg{
    width:42px;
    height:42px;
}

.feature-title{
    margin-bottom:14px;
}

.feature-title .elementor-heading-title{
    margin:0;
    font-family:"Cormorant Garamond",serif;
    font-size:24px;
    font-weight:500;
    line-height:1.2;
    color:#2E2D28;
}

.feature-text{
    max-width:300px;
}

.feature-text p{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#707070;
}

/* ==========================================================
   RIVER
========================================================== */

#about-river{
    padding:0 0 90px;
}

#about-river>.e-con-inner{
    display:flex;
    align-items:center;
    gap:72px;
}

#river-content{
    flex:0 0 44%;
}

#river-photo{
    flex:1;
}

#river-content .section-title{
    text-align:left;
}

.river-text{
    max-width:500px;
}

.river-text p{
    margin-bottom:22px;
}

#river-photo{
    overflow:hidden;
    border-radius:8px;
}

#river-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:transform .45s ease;
}

#river-photo:hover img{
    transform:scale(1.03);
}


/* ==========================================================
   GALLERY
========================================================== */

#about-gallery{
    padding:0 0 90px;
}

#about-gallery .section-title{
    text-align:center;
}

/* ==========================================================
   GALLERY GRID
========================================================== */

.about-gallery-grid{
    display:flex;
    gap:20px;
    overflow:hidden;
}

.gallery-item{
    flex:1;
    overflow:hidden;
    border-radius:8px;
    box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.gallery-item a{
    display:block;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .45s ease;
    backface-visibility:hidden;
}

.gallery-item:hover img{
    transform:scale(1.05);
}


/* ==========================================================
   GALLERY ARROWS (jeżeli kiedyś pojawi się slider)
========================================================== */

#about-gallery .elementor-swiper-button{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#FFFFFF;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:.25s ease;
}

#about-gallery .elementor-swiper-button:hover{
    background:#D2AE67;
    color:#FFF;
}

#about-gallery .elementor-swiper-button i{
    font-size:16px;
}

#about-gallery .swiper-pagination{
    margin-top:26px;
}

#about-gallery .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background:#D9D4CB;
    opacity:1;
}

#about-gallery .swiper-pagination-bullet-active{
    background:#D2AE67;
}

/* ==========================================================
   OFFER
========================================================== */

#about-offer{
    padding:0 0 90px;
}

#about-offer .section-title{
    text-align:center;
}


/* ==========================================================
   OFFER GRID
========================================================== */

.offer-grid{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

.offer-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    transition:transform .25s ease;
}

.offer-item:hover{
    transform:translateY(-4px);
}

.offer-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    height:36px;
    margin-bottom:14px;
}

.offer-icon .elementor-icon{
    font-size:30px;
    color:#D2AE67;
}

.offer-icon svg{
    width:30px;
    height:30px;
}

.offer-title{
    max-width:110px;
}

.offer-title .elementor-heading-title{
    margin:0;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:1.45;
    color:#444;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

#about-description{
    padding:0 0 90px;
}

#about-description .section-title{
    text-align:left;
}

.about-description{
    max-width:900px;
}

.about-description p{
    margin-bottom:22px;
}


/* ==========================================================
   CTA
========================================================== */

#about-cta{
    padding:0 0 90px;
}

.about-cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:64px;
    padding:54px 60px;
    background:#7F8A6E;
    border-radius:8px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.about-cta-content{
    flex:1;
}

.about-cta-content .elementor-heading-title{
    margin:0 0 18px;
    font-family:"Cormorant Garamond",serif;
    font-size:38px;
    font-weight:500;
    line-height:1.1;
    color:#FFF;
}

.about-cta-content p{
    max-width:520px;
    margin:0;
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:1.9;
}

.about-cta-buttons{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:250px;
}

.about-cta-buttons .elementor-button{
    width:100%;
    transition:.25s ease;
}

.about-cta-buttons .elementor-button:hover{
    transform:translateY(-2px);
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:1024px){

    /* ---------- Global ---------- */

    #about-intro,
    #about-features,
    #about-river,
    #about-gallery,
    #about-offer,
    #about-description,
    #about-cta{
        padding-bottom:70px;
    }

    .section-title .elementor-heading-title,
    .section-title h2{
        font-size:26px;
    }

    /* ---------- Intro ---------- */

    #about-intro>.e-con-inner{
        gap:48px;
    }

    /* ---------- Features ---------- */

    .features-grid{
        gap:30px;
    }

    .feature-icon .elementor-icon{
        font-size:36px;
    }

    .feature-icon svg{
        width:36px;
        height:36px;
    }

    .feature-title .elementor-heading-title{
        font-size:22px;
    }

    /* ---------- River ---------- */

    #about-river>.e-con-inner{
        gap:48px;
    }

    /* ---------- Gallery ---------- */

    .about-gallery-grid{
        gap:16px;
    }

    .gallery-item img{
        height:190px;
    }

    /* ---------- Offer ---------- */

    .offer-grid{
        flex-wrap:wrap;
        justify-content:center;
        row-gap:36px;
    }

    .offer-item{
        flex:0 0 calc(25% - 18px);
    }

    /* ---------- CTA ---------- */

    .about-cta-box{
        gap:42px;
        padding:42px;
    }

    .about-cta-content .elementor-heading-title{
        font-size:32px;
    }

}



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

@media (max-width:767px){

    /* ---------- Global ---------- */

    #about-intro{
        padding:48px 0 60px;
    }

    #about-features,
    #about-river,
    #about-gallery,
    #about-offer,
    #about-description,
    #about-cta{
        padding-bottom:60px;
    }

    .section-title{
        text-align:center !important;
    }

    .section-title .elementor-heading-title,
    .section-title h2{
        font-size:24px;
        letter-spacing:1px;
    }

    .section-divider{
        margin:18px auto 30px !important;
    }

    /* ---------- Intro ---------- */

    #about-intro>.e-con-inner{
        flex-direction:column;
        gap:34px;
    }

    #about-photo,
    #about-content{
        flex:0 0 100%;
        width:100%;
    }

    .about-text{
        max-width:100%;
    }

    /* ---------- Features ---------- */

    .features-grid{
        flex-direction:column;
        gap:40px;
    }

    .feature-card{
        max-width:340px;
        margin:0 auto;
    }

    /* ---------- River ---------- */

    #about-river>.e-con-inner{
        flex-direction:column;
        gap:34px;
    }

    #river-content,
    #river-photo{
        flex:0 0 100%;
        width:100%;
    }

    .river-text{
        max-width:100%;
    }

    /* ---------- Gallery ---------- */

    .about-gallery-grid{
        flex-wrap:wrap;
        gap:14px;
    }

    .gallery-item{
        flex:0 0 calc(50% - 7px);
    }

    .gallery-item img{
        height:170px;
    }

    /* ---------- Offer ---------- */

    .offer-grid{
        row-gap:28px;
    }

    .offer-item{
        flex:0 0 calc(25% - 12px);
    }

    .offer-icon .elementor-icon{
        font-size:26px;
    }

    .offer-icon svg{
        width:26px;
        height:26px;
    }

    .offer-title .elementor-heading-title{
        font-size:13px;
    }

    /* ---------- Description ---------- */

    .about-description{
        max-width:100%;
    }

    /* ---------- CTA ---------- */

    .about-cta-box{
        flex-direction:column;
        text-align:center;
        padding:34px 26px;
    }

    .about-cta-content p{
        max-width:100%;
    }

    .about-cta-buttons{
        width:100%;
        min-width:0;
    }

}



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

@media (max-width:480px){

    .gallery-item{
        flex:0 0 100%;
    }

    .gallery-item img{
        height:220px;
    }

    .offer-item{
        flex:0 0 calc(50% - 8px);
    }

}