/* helyesgek-style.css */

.helyesgek-container {
    max-width: 1200px;
    margin: 0 auto;
}

.helyesgekkepeke {
    display: flex;
    justify-content: center;
}

.helyesgek-sizemobil {
    display: none;
}

.helyesgek-size  {
    display: flex;
}

.helyesgek-item {
    display: flex;
    gap: 0px;
    margin-bottom: 0px;
    align-items: flex-start;
    background: #fff;
    padding: 0px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

img.alakzatt {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.helyesgek-content {
    padding: 30px;
}

.helyesgek-item.image-left {
    flex-direction: row-reverse;
}

.helyesgek-gallery,
.helyesgek-content {
    flex: 1;
}

/* Gallery stílusok */
.helyesgek-gallery {
    width: 100%;
    max-width: 100%;
}

.splide {
    width: 100%;
    max-width: 100%;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

/* Tartalom stílusok */
.helyesgek-title {
    color: #322038;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

a.helyesgek-contact-link {
    color: #082B59;
    transition: all 0.5s ease;
    opacity: 1;
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    display: flex;
    background-color: #5f2c7200;
    border-radius: 5px;
    padding: 9px 19px;
    letter-spacing: 1px;
    border: 1px solid #082B59;
    justify-content: center;
}

.helyesgek-item:hover a.helyesgek-contact-link {
    background: #082B59;
    color: #ffffff;
}


.helyesgek-contact {
    display: flex;
    margin-top: 20px;
}

.helyesgek-description {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #5A555C;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.helyesgek-size {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    z-index: 5;
    background-color: #082b59;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 20px;
}

.helyesgek-size svg {
    width: 24px;
    fill: #ffffff;
    height: 24px;
}

/* Árazási grid stílusok */
.helyesgek-pricing-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

.helyesgek-pricing-column {
    width: 100%;
}

.har-title {
    color: #322038;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(50, 32, 56, 0.1);
}

.helyesgek-pricing-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-item {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid rgba(50, 32, 56, 0.1);
}

.pricing-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.item-header {
    margin-bottom: 10px;
}

.megnevezes {
    color: #322038;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.kiegeszito {
    color: #353136;
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.item-price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(50, 32, 56, 0.1);
}

.ar {
    color: #322038;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}

.berles-idotartam {
    color: #353136;
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

/* Splide slider testreszabása */
.splide__arrow {
    background: #157ebf91;
    opacity: 1;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.splide__arrow:hover {
    background: #157ebf;
}

.splide__arrow svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.splide__pagination {
    bottom: -25px;
}

.splide__pagination__page {
    background: rgba(50, 32, 56, 0.3);
    margin: 0 4px;
    transition: all 0.3s ease;
}

.splide__pagination__page.is-active {
    background: #322038;
    transform: scale(1.2);
}



@media (max-width: 768px) {
    .helyesgek-item {
        flex-direction: column;
        gap: 20px;
    }
    
    .helyesgek-item.image-left {
        flex-direction: column;
    }
    
    .helyesgek-gallery,
    .helyesgek-content {
        width: 100%;
    }

    .helyesgek-pricing-grid {
        display: grid;
            gap: 30px;
            margin-top: 30px;
    }
    
    .helyesgek-title {
        font-size: 24px;
    }
    
    .helyesgek-size {
        font-size: 15px;
        display: none;
    }
    
    .helyesgek-content {
        padding: 20px;
    }

    .pricing-item {
        padding: 15px;
        border-radius: 5px;
    }

    .ar {

        font-size: 14px;
    }

    a.helyesgek-contact-link {
        width: 100%;
    }

    .helyesgek-pricing-items {
        gap: 10px;
        flex-wrap: wrap;
    }

    .berles-idotartam {
        font-size: 12px;
    }


    .har-title {
        font-size: 20px;
    }

    .helyesgek-sizemobil {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #322038;
        font-family: "Kumbh Sans", sans-serif;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 20px;
    }

    svg#fi_70699523 {
        width: 25px;
        height: auto;
    }
}

