.elementor-50186 .elementor-element.elementor-element-973d83d{--display:flex;--min-height:484px;--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;--justify-content:center;--overlay-opacity:0.45;--border-radius:40px 40px 40px 40px;--margin-top:-81px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:0;}.elementor-50186 .elementor-element.elementor-element-973d83d:not(.elementor-motion-effects-element-type-background):not(.cmsmasters-bg-effect), .elementor-50186 .elementor-element.elementor-element-973d83d > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-50186 .elementor-element.elementor-element-973d83d > .cmsmasters-bg-effects-container > .cmsmasters-bg-effects-element{background-image:url("https://nivaesthetic.com/wp-content/uploads/2026/04/NIVA-DENTALJourney.webp");background-position:center center;}.elementor-50186 .elementor-element.elementor-element-973d83d::before, .elementor-50186 .elementor-element.elementor-element-973d83d > .elementor-background-video-container::before, .elementor-50186 .elementor-element.elementor-element-973d83d > .e-con-inner > .elementor-background-video-container::before, .elementor-50186 .elementor-element.elementor-element-973d83d > .elementor-background-slideshow::before, .elementor-50186 .elementor-element.elementor-element-973d83d > .e-con-inner > .elementor-background-slideshow::before, .elementor-50186 .elementor-element.elementor-element-973d83d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-50186 .elementor-element.elementor-element-472c079{margin:271px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;z-index:3;}.elementor-50186 .elementor-element.elementor-element-472c079 .cmsmasters-widget-breadcrumbs__content a{transition-duration:0s;}.elementor-50186 .elementor-element.elementor-element-c2827c8{--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;}.elementor-50186 .elementor-element.elementor-element-6ec2f6a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-50186 .elementor-element.elementor-element-2baad0c{--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;}.elementor-50186 .elementor-element.elementor-element-bb0c1bb{--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;}/* Start custom CSS for container, class: .elementor-element-c2827c8 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');

.niva-patient-journey {
    --niva-pj-bg: #000000;
    --niva-pj-text: #ffffff;
    --niva-pj-stroke: #a48871;
    --niva-pj-gold: #d1b06b;
    --niva-pj-glow: rgba(209, 176, 107, 0.4);

    width: 100%;

    background: var(--niva-pj-bg);

    color: var(--niva-pj-text);

    font-family: 'Poppins', sans-serif;

    padding: 80px 0;

    overflow-x: hidden;

    box-sizing: border-box;
}

.niva-patient-journey *,
.niva-patient-journey *::before,
.niva-patient-journey *::after {
    box-sizing: border-box;
}


/* =========================
   ANA CONTAINER
   ========================= */

.niva-patient-journey .niva-pj-container {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 20px;
}


/* =========================
   STEP CARD
   ========================= */

.niva-patient-journey .niva-pj-step-card {
    display: flex;

    align-items: center;

    margin-bottom: 60px;

    padding: 30px;

    border:
        1px solid
        var(--niva-pj-stroke);

    border-radius: 40px;

    background:
        rgba(164, 136, 113, 0.03);

    position: relative;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease,
        background 0.4s ease;

    will-change:
        transform,
        box-shadow;
}


/* Son kartta gereksiz alt boşluk olmasın */

.niva-patient-journey
.niva-pj-step-card:last-child {
    margin-bottom: 0;
}


/* Hover */

.niva-patient-journey
.niva-pj-step-card:hover {
    border-color:
        var(--niva-pj-gold);

    box-shadow:
        0 10px 40px -10px
        var(--niva-pj-glow);

    background:
        rgba(164, 136, 113, 0.08);

    transform:
        translateY(-5px);

    z-index: 2;
}


/* 2 - 4 - 6 ters yön */

.niva-patient-journey
.niva-pj-step-card:nth-child(even) {
    flex-direction: row-reverse;
}


/* =========================
   IMAGE
   ========================= */

.niva-patient-journey
.niva-pj-image-side {
    flex: 1;

    overflow: hidden;

    border-radius: 25px;

    line-height: 0;

    backface-visibility: hidden;
}


.niva-patient-journey
.niva-pj-image-side img {
    width: 100%;

    height: 400px;

    object-fit: cover;

    border-radius: 25px;

    display: block;

    transition:
        transform 0.6s ease;
}


.niva-patient-journey
.niva-pj-step-card:hover
.niva-pj-image-side img {
    transform:
        scale(1.03);
}


/* =========================
   CONTENT
   ========================= */

.niva-patient-journey
.niva-pj-content-side {
    flex: 1;

    padding:
        0 50px;

    display: flex;

    flex-direction: column;
}


/* =========================
   STEP HEADER
   ========================= */

.niva-patient-journey
.niva-pj-step-header {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 15px;
}


.niva-patient-journey
.niva-pj-step-number {
    font-size: 0.9rem;

    color:
        var(--niva-pj-stroke);

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 2px;

    transition:
        color 0.3s ease;
}


.niva-patient-journey
.niva-pj-step-card:hover
.niva-pj-step-number {
    color:
        var(--niva-pj-gold);
}


/* STEP LINE */

.niva-patient-journey
.niva-pj-step-line {
    height: 1px;

    flex-grow: 1;

    background:
        linear-gradient(
            to right,
            var(--niva-pj-stroke),
            transparent
        );

    transition:
        background 0.3s ease;
}


.niva-patient-journey
.niva-pj-step-card:hover
.niva-pj-step-line {
    background:
        linear-gradient(
            to right,
            var(--niva-pj-gold),
            transparent
        );
}


/* =========================
   TITLE
   ========================= */

.niva-patient-journey
.niva-pj-step-title {
    font-size: 2.3rem;

    font-weight: 700;

    margin: 0;

    line-height: 1.2;

    color:
        var(--niva-pj-text);

    transition:
        color 0.4s ease;
}


.niva-patient-journey
.niva-pj-step-card:hover
.niva-pj-step-title {
    color:
        var(--niva-pj-gold);
}


/* =========================
   DESCRIPTION
   ========================= */

.niva-patient-journey
.niva-pj-step-description {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    color: #bdc3c7;

    font-size: 1.05rem;

    line-height: 1.7;

    transition:
        max-height 0.5s ease,
        opacity 0.5s ease,
        margin 0.5s ease;
}


.niva-patient-journey
.niva-pj-step-card:hover
.niva-pj-step-description {
    max-height: 500px;

    opacity: 1;

    margin-top: 25px;
}


/* =========================
   TABLET / MOBILE
   ========================= */

@media (max-width: 992px) {

    .niva-patient-journey {
        padding:
            50px 0;
    }

    .niva-patient-journey
    .niva-pj-step-card,

    .niva-patient-journey
    .niva-pj-step-card:nth-child(even) {

        flex-direction: column;

        padding: 20px;

        border-radius: 30px;

        margin-bottom: 40px;

        transform: none !important;
    }


    .niva-patient-journey
    .niva-pj-content-side {

        width: 100%;

        padding:
            30px 10px
            10px;

        text-align: center;
    }


    .niva-patient-journey
    .niva-pj-step-header {
        justify-content: center;
    }


    .niva-patient-journey
    .niva-pj-step-line {
        display: none;
    }


    /*
     * Tablet ve mobilde hover olmadığı için
     * açıklamalar sürekli görünür.
     */

    .niva-patient-journey
    .niva-pj-step-description {

        max-height: none;

        opacity: 1;

        overflow: visible;

        margin-top: 15px;
    }


    .niva-patient-journey
    .niva-pj-image-side {

        width: 100%;
    }


    .niva-patient-journey
    .niva-pj-image-side img {

        height: 280px;
    }

}


/* =========================
   KÜÇÜK MOBİL
   ========================= */

@media (max-width: 600px) {

    .niva-patient-journey {
        padding:
            30px 0;
    }


    .niva-patient-journey
    .niva-pj-container {

        padding:
            12px;
    }


    .niva-patient-journey
    .niva-pj-step-card {

        padding:
            14px;

        border-radius:
            24px;

        margin-bottom:
            28px;
    }


    .niva-patient-journey
    .niva-pj-image-side,

    .niva-patient-journey
    .niva-pj-image-side img {

        border-radius:
            18px;
    }


    .niva-patient-journey
    .niva-pj-image-side img {

        height:
            230px;
    }


    .niva-patient-journey
    .niva-pj-content-side {

        padding:
            24px 6px
            8px;
    }


    .niva-patient-journey
    .niva-pj-step-title {

        font-size:
            1.7rem;
    }


    .niva-patient-journey
    .niva-pj-step-description {

        font-size:
            0.95rem;

        line-height:
            1.65;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bb0c1bb */.custom-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #111111;
    padding: 15px 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.custom-sticky-bar .bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.custom-sticky-bar .decor-line {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}


/* =========================
   BUTONLAR
   ========================= */

.custom-sticky-bar .sticky-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 28px;

    border-radius: 50px;
    border: none;

    color: #ffffff !important;
    text-decoration: none !important;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;

    white-space: nowrap;

    cursor: pointer;

    line-height: 1;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.custom-sticky-bar .sticky-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.custom-sticky-bar .sticky-button svg,
.custom-sticky-bar .sticky-button img {
    display: block;
    flex-shrink: 0;
}

.custom-sticky-bar .sticky-button &gt; svg {
    width: 18px;
    height: 18px;
    fill: #ffffff !important;
}


/* =========================
   BUTON RENKLERİ
   ========================= */

.custom-sticky-bar .btn-orange {
    background-color: #d86833 !important;
}

.custom-sticky-bar .btn-green {
    background-color: #82c95f !important;
}

.custom-sticky-bar .btn-blue {
    background-color: #0b59e8 !important;
}


/* =========================
   WHATSAPP İKONU
   ========================= */

.custom-sticky-bar .wa-icon-wrap {
    width: 24px;
    height: 24px;

    min-width: 24px;
    min-height: 24px;

    border-radius: 50%;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-sticky-bar .wa-icon-wrap svg {
    width: 14px !important;
    height: 14px !important;

    fill: #25d366 !important;

    display: block;
}


/* =========================
   SOCIAL DROPDOWN
   ========================= */

.custom-sticky-bar .social-dropdown {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    flex-shrink: 0;
}


/* Buton ile açılır menü arasında
   görünmez geçiş alanı */

.custom-sticky-bar .social-dropdown::after {
    content: "";

    position: absolute;

    bottom: 100%;
    left: 0;

    width: 100%;
    height: 20px;

    display: none;
}

.custom-sticky-bar .social-dropdown:hover::after {
    display: block;
}


/* Açılır sosyal medya kutusu */

.custom-sticky-bar .dropdown-content {
    position: absolute;

    bottom: calc(100% + 10px);

    background-color: rgba(34, 34, 34, 0.98);

    border-radius: 15px;

    padding: 12px;

    display: flex;
    flex-direction: column;

    gap: 15px;

    visibility: hidden;
    opacity: 0;

    transform: translateY(10px);

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);

    border: 1px solid rgba(255, 255, 255, 0.15);

    z-index: 1000;
}

.custom-sticky-bar .social-dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;

    transform: translateY(0);
}


/* =========================
   SOCIAL ICONS
   ========================= */

.custom-sticky-bar .social-icon {
    text-decoration: none;

    transition: transform 0.2s ease;

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-sticky-bar .social-icon:hover {
    transform: scale(1.2);
}

.custom-sticky-bar .social-icon img {
    width: 22px;
    height: 22px;

    object-fit: contain;

    display: block;
}


/* ============================================
   TABLET + MOBİL
   Kenarlarda ekstra güvenli boşluk
   ============================================ */

@media (max-width: 768px) {

    .custom-sticky-bar {
        padding: 12px 0;
    }

    .custom-sticky-bar .decor-line {
        display: none;
    }

    /*
     * Sağ ve soldan 20px güvenli alan.
     * Böylece butonlar ekran kenarına yapışmaz.
     */
    .custom-sticky-bar .bar-content {
        width: calc(100% - 40px);
        max-width: 600px;

        margin: 0 auto;

        gap: 7px;

        justify-content: center;
    }


    /*
     * İlk iki buton ve Social kutusu
     * mevcut alanı paylaşabilir.
     */

    .custom-sticky-bar .bar-content &gt; .sticky-button {
        flex: 1 1 auto;
        min-width: 0;
    }

    .custom-sticky-bar .social-dropdown {
        flex: 0 1 auto;
        min-width: 0;
    }


    .custom-sticky-bar .sticky-button {
        padding: 9px 10px;

        font-size: clamp(9px, 2.6vw, 11px);

        gap: 5px;

        min-width: 0;
    }


    .custom-sticky-bar .sticky-button &gt; span:not(.wa-icon-wrap) {
        white-space: nowrap;
    }


    .custom-sticky-bar .sticky-button &gt; svg {
        width: 16px;
        height: 16px;
    }


    /* WhatsApp */

    .custom-sticky-bar .wa-icon-wrap {
        width: 22px;
        height: 22px;

        min-width: 22px;
        min-height: 22px;
    }

    .custom-sticky-bar .wa-icon-wrap svg {
        width: 13px !important;
        height: 13px !important;
    }


    /* Social dropdown */

    .custom-sticky-bar .dropdown-content {
        padding: 10px;
        gap: 12px;
    }
}


/* ============================================
   DAHA DAR TELEFONLAR
   ============================================ */

@media (max-width: 390px) {

    .custom-sticky-bar .bar-content {
        width: calc(100% - 28px);

        gap: 5px;
    }

    .custom-sticky-bar .sticky-button {
        padding: 8px 7px;

        font-size: clamp(8px, 2.5vw, 9px);

        gap: 4px;
    }

    .custom-sticky-bar .sticky-button &gt; svg {
        width: 14px;
        height: 14px;
    }

    .custom-sticky-bar .wa-icon-wrap {
        width: 19px;
        height: 19px;

        min-width: 19px;
        min-height: 19px;
    }

    .custom-sticky-bar .wa-icon-wrap svg {
        width: 11px !important;
        height: 11px !important;
    }
}


/* ============================================
   ÇOK DAR TELEFONLAR
   320px civarı ekranlar
   ============================================ */

@media (max-width: 340px) {

    .custom-sticky-bar .bar-content {
        width: calc(100% - 24px);

        gap: 4px;
    }

    .custom-sticky-bar .sticky-button {
        padding: 7px 5px;

        font-size: 8px;

        gap: 3px;
    }

    .custom-sticky-bar .sticky-button &gt; svg {
        width: 13px;
        height: 13px;
    }

    .custom-sticky-bar .wa-icon-wrap {
        width: 18px;
        height: 18px;

        min-width: 18px;
        min-height: 18px;
    }

    .custom-sticky-bar .wa-icon-wrap svg {
        width: 10px !important;
        height: 10px !important;
    }
}/* End custom CSS */