/* Website sayfa bilesenleri — tema1 frontend (carousel, metin, hero 4, hero 5) */

/* Carousel */
.website-pb-carousel
{
    display: block;
    width: 100%;
}

.website-pb-carousel-baslik-wrap
{
    width: 100%;
    margin-bottom: 10px;
}

.website-pb-carousel-baslik
{
    font-weight: 600;
    line-height: 1.3;
}

.website-pb-carousel .website-pb-swiper
{
    overflow: hidden !important;
    border-radius: 8px;
}

.website-pb-carousel .swiper-wrapper
{
    align-items: stretch !important;
}

.website-pb-carousel .website-pb-carousel-slide,
.website-pb-carousel .swiper-slide
{
    overflow: hidden !important;
    flex-shrink: 0;
    height: var(--wpb-carousel-h, 250px) !important;
}

.website-pb-carousel-img
{
    width: 100% !important;
    height: var(--wpb-carousel-h, 250px) !important;
    display: block !important;
    object-fit: var(--wpb-carousel-fit, cover) !important;
    object-position: center center !important;
    max-width: 100%;
    flex-shrink: 0;
}

.website-pb-carousel-fit-kes .website-pb-carousel-img
{
    object-fit: cover !important;
}

.website-pb-carousel-fit-sigdir .website-pb-carousel-img
{
    object-fit: contain !important;
    background: #f5f5f5;
}

/* Metin bileseni */
.website-pb-text-inner
{
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.website-pb-text-inner p
{
    margin: 0 0 0.65em;
}

.website-pb-text-inner p:last-child
{
    margin-bottom: 0;
}

.website-pb-text-inner ul,
.website-pb-text-inner ol
{
    margin: 0 0 0.65em;
    padding-left: 1.35em;
}

.website-pb-text-inner h1,
.website-pb-text-inner h2,
.website-pb-text-inner h3,
.website-pb-text-inner h4,
.website-pb-text-inner h5,
.website-pb-text-inner h6
{
    margin: 0 0 0.5em;
}

.website-pb-text-inner br
{
    display: block;
    content: "";
    margin-top: 0.25em;
}

/* Hero 1 — tam genislik arkaplan */
.website-pb-component.website-pb-hero1
{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.website-pb-hero.website-pb-hero1
{
    width: 100%;
    min-height: 420px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.website-pb-hero.website-pb-hero1::before
{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.website-pb-hero.website-pb-hero1 .container
{
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Resim bileseni — mobil etiketli ayri gorsel */
.website-pb-resim-img-mobil
{
    display: none;
}

@media (max-width: 767.98px)
{
    .website-pb-resim-img-desktop
    {
        display: none !important;
    }

    .website-pb-resim-img-mobil
    {
        display: inline-block;
    }
}

.website-pb-component.website-pb-hero4,
.website-pb-component.website-pb-hero5
{
    width: 100%;
}

/* Hero 4 — Nicepage tarzi overlap kart */
.website-pb-hero4
{
    background-color: var(--website-pb-hero4-bg, #f9e100);
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.website-pb-hero4-inner
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.website-pb-hero4-layout
{
    display: flex;
    align-items: stretch;
    min-height: 440px;
}

.website-pb-hero4-media
{
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.website-pb-hero4-img
{
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.website-pb-hero4-img-placeholder
{
    width: 100%;
    height: 100%;
    min-height: 380px;
    background: rgba(255, 255, 255, 0.3);
}

.website-pb-hero4-card
{
    flex: 1;
    background: #fff;
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.10);
    margin-left: -40px;
    padding: 52px 52px 44px 72px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.website-pb-hero4-num
{
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 300;
    color: #c8c8c8;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.website-pb-hero4-title
{
    font-size: clamp(1.4rem, 3.2vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
    margin: 0 0 20px;
    line-height: 1.2;
}

.website-pb-hero4-text
{
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
    margin: 0 0 28px;
    max-width: 480px;
    line-height: 1.7;
    font-size: 1rem;
}

.website-pb-hero4-btn
{
    display: inline-block;
    background-color: var(--website-pb-hero4-btn, #f9e100);
    color: #111;
    padding: 13px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    align-self: flex-start;
    border: 2px solid transparent;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.website-pb-hero4-btn:hover
{
    opacity: 0.85;
    color: #111;
}

.website-pb-hero4-credit
{
    margin-top: auto;
    padding-top: 28px;
    font-size: 0.875rem;
    color: #888;
}

.website-pb-hero4-credit a
{
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 991px)
{
    .website-pb-hero4
    {
        padding: 0 0 40px;
    }

    .website-pb-hero4-layout
    {
        flex-direction: column;
        min-height: 0;
    }

    .website-pb-hero4-media
    {
        flex: none;
        width: 100%;
        margin-bottom: -40px;
        max-height: 380px;
    }

    .website-pb-hero4-img
    {
        min-height: 280px;
        max-height: 380px;
        object-position: center 20%;
    }

    .website-pb-hero4-card
    {
        margin-left: 0;
        padding: 56px 28px 36px;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 575px)
{
    .website-pb-hero4-card
    {
        padding: 52px 20px 32px;
    }

    .website-pb-hero4-title
    {
        font-size: clamp(1.2rem, 6vw, 1.6rem);
    }
}

/* Hero 5 — Nicepage Page 7: icerik sol, sari gorsel alan sag */
.website-pb-hero5
{
    width: 100%;
    padding: 24px 16px;
}

.website-pb-hero5-inner
{
    max-width: 1140px;
    margin: 0 auto;
}

.website-pb-hero5-layout
{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 420px;
    overflow: hidden;
}

.website-pb-hero5-content
{
    flex: 1 1 50%;
    min-width: min(100%, 320px);
    background: #fff;
    padding: clamp(32px, 4vw, 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.website-pb-hero5-title
{
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin: 0 0 20px;
}

.website-pb-hero5-intro
{
    font-size: 1rem;
    line-height: 1.65;
    color: #444;
    margin: 0 0 24px;
    max-width: 540px;
}

.website-pb-hero5-sep
{
    border: 0;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    max-width: 100%;
    margin: 0 0 28px;
    opacity: 1;
}

.website-pb-hero5-list
{
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.website-pb-hero5-item
{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.website-pb-hero5-item:last-child
{
    margin-bottom: 0;
}

.website-pb-hero5-thumb
{
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
}

.website-pb-hero5-thumb-placeholder
{
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.website-pb-hero5-thumb-img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.website-pb-hero5-item-text
{
    flex: 1;
    margin: 0;
    padding-top: 4px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.website-pb-hero5-credit
{
    margin: auto 0 0;
    padding-top: 16px;
    font-size: 0.875rem;
    color: #666;
}

.website-pb-hero5-credit a
{
    color: inherit;
    text-decoration: underline;
}

.website-pb-hero5-visual
{
    flex: 1 1 50%;
    min-width: min(100%, 320px);
    background-color: var(--website-pb-hero5-visual-bg, #f7c35f);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 360px;
    position: relative;
    padding: clamp(24px, 4vw, 40px);
    box-sizing: border-box;
}

.website-pb-hero5-main-img
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.website-pb-hero5-main-placeholder
{
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
}

@media (max-width: 991px)
{
    .website-pb-hero5
    {
        padding: 16px 12px;
    }

    .website-pb-hero5-layout
    {
        flex-direction: column;
        min-height: 0;
    }

    .website-pb-hero5-visual
    {
        order: 2;
        min-height: 320px;
    }

    .website-pb-hero5-content
    {
        order: 1;
    }
}
