.rtm-treatments-page{
    background:#f4f4f4;
    overflow:hidden;
}

.rtm-treatments-hero{
    position:relative;
    min-height:430px;
    overflow:hidden;
    background:#082d6a;
    color:#fff;
}

.rtm-treatments-hero-bg{
    position:absolute;
    inset:0;
    z-index:1;
    opacity:.96;
}

.rtm-treatments-hero-bg img{
    width:40%;
    height:100%;
    object-fit:100% 100%;
    object-position:center right;
    display:block;
    float:inline-end;
}


.rtm-treatments-hero-text-mask{
    position:absolute;
    inset:0;
    z-index:3;
    background-image:url('../img/saydam-romatem.png');
    background-repeat:no-repeat;
    background-position:left center;
    background-size:100% auto;
    opacity:1;
    pointer-events:none;
    user-select:none;
}

.rtm-treatments-hero-inner{
    position:relative;
    z-index:6;
    padding-top:34px;
    padding-bottom:70px;
}

.rtm-treatments-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:14px;
    margin-bottom:28px;
    flex-wrap:wrap;
}

.rtm-treatments-breadcrumb a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.rtm-treatments-breadcrumb img{
    width:22px;
    height:22px;
    display:block;
}

.rtm-breadcrumb-sep{
    font-size:22px;
    line-height:1;
    opacity:.9;
}

.rtm-treatments-hero-content{
    max-width:980px;
}

.rtm-treatments-left{
    max-width:70%;
}

.rtm-treatments-title{
    font-size:72px;
    font-weight:300;
    line-height:1;
    color:#fff;
    margin:0 0 22px;
    letter-spacing:1px;
}

.rtm-treatments-desc{
    font-size:16px;
    line-height:1.65;
    color:rgba(255,255,255,.94);
    max-width:1120px;
    margin:0 0 34px;
    font-weight:300;
}

.rtm-treatments-searchbar{
    display:flex;
    align-items:stretch;
    width:100%;
    max-width:950px;
    border:2px solid rgba(255,255,255,.75);
    border-radius:36px;
    overflow:hidden;
    background:rgba(255,255,255,.02);
    backdrop-filter:blur(2px);
}

.rtm-search-input-wrap{
    flex:1.4;
    position:relative;
    min-width:240px;
}

.rtm-search-input-wrap input{
    width:100%;
    min-height:60px;
    border:none;
    background:transparent;
    color:#fff;
    padding:0 20px 0 52px;
    font-size:17px;
    outline:none;
}

.rtm-search-input-wrap input::placeholder{
    color:rgba(255,255,255,.8);
}

.rtm-search-icon{
    position:absolute;
    inset-inline-start:18px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.rtm-search-select-wrap{
    flex:.9;
    position:relative;
    min-width:210px;
    border-inline-start:2px solid rgba(255,255,255,.28);
}

.rtm-search-select-wrap select{
    width:100%;
    min-height:60px;
    border:none;
    background:transparent;
    color:#fff;
    padding:0 45px 0 20px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    font-size:17px;
    outline:none;
    cursor:pointer;
}

.rtm-search-select-wrap option{
    color:#082d6a;
}

.rtm-select-caret{
    position:absolute;
    inset-inline-end:16px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    pointer-events:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

.rtm-search-btn{
    min-width:110px;
    border:none;
    background:#f29114;
    color:#fff;
    font-size:18px;
    font-weight:500;
    transition:.25s ease;
}

.rtm-search-btn:hover{
    background:#ff9c1e;
}


.rtm-treatments-content{
    background:#f4f4f4;
    padding:48px 0 88px;
}

.rtm-treatments-loading{
    padding:90px 0;
    text-align:center;
}

.rtm-treatments-loading span{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#f28a18;
    margin:0 5px;
    animation:rtmLoadingBlink .9s infinite alternate;
}

.rtm-treatments-loading span:nth-child(2){ animation-delay:.18s; }
.rtm-treatments-loading span:nth-child(3){ animation-delay:.36s; }

@keyframes rtmLoadingBlink{
    from{ opacity:.35; transform:translateY(0); }
    to{ opacity:1; transform:translateY(-8px); }
}

.rtm-empty-state{
    background:#fff;
    color:#082d6a;
    border-radius:24px;
    padding:38px 30px;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
    font-size:18px;
}

.rtm-treatment-tree-card{
    width:100%;
    background:transparent;
    color:#082d6a;
}

.rtm-treatment-tree-head{
    display:none;
}

.rtm-treatment-tree{
    width:100%;
    display:block;
}

.rtm-tree-node{
    position:relative;
    width:100%;
}

.rtm-tree-row{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    min-height:54px;
    border-bottom:2px solid rgba(8,45,106,.75);
    color:#082d6a;
}

.rtm-tree-title{
    flex:1;
    min-width:0;
    color:#082d6a;
    text-decoration:none;
    font-weight:300;
    letter-spacing:.2px;
    transition:.2s ease;
}

.rtm-tree-title:hover{
    color:#082d6a;
    text-decoration:none;
}

.rtm-tree-detail{
    display:none !important;
}

.rtm-tree-toggle,
.rtm-tree-toggle-placeholder{
    order:2;
    flex:0 0 38px;
    width:38px;
    height:38px;
    margin-inline-start:14px;
}

.rtm-tree-toggle{
    border:2px solid #082d6a;
    border-radius:11px;
    background:transparent;
    color:#082d6a;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    cursor:pointer;
    transition:.22s ease;
}

.rtm-tree-toggle:hover{
    background:rgba(8,45,106,.06);
    transform:translateY(-1px);
}

.rtm-tree-toggle-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    line-height:1;
    font-weight:300;
    transform:translateY(-2px) rotate(0deg);
    transition:.22s ease;
}

.rtm-tree-node.is-open > .rtm-tree-row .rtm-tree-toggle-icon{
    transform:translateY(-2px) rotate(180deg);
}

.rtm-tree-children{
    display:none;
}

.rtm-tree-node.is-open > .rtm-tree-children{
    display:block;
}

.rtm-tree-node.level-0{
    margin-bottom:38px;
}

.rtm-tree-node.level-0 > .rtm-tree-row{
    min-height:66px;
    border-bottom:3px solid #082d6a;
}

.rtm-tree-node.level-0 > .rtm-tree-row .rtm-tree-title{
    font-size:36px;
    line-height:1.18;
}

.rtm-tree-node.level-0 > .rtm-tree-children{
    padding-top:24px;
}

.rtm-tree-node.level-1 > .rtm-tree-row{
    min-height:44px;
    border-bottom:2px solid rgba(8,45,106,.75);
}

.rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-title{
    font-size:28px;
    line-height:1.2;
    padding-inline-start:16px;
}

.rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-toggle,
.rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-toggle-placeholder{
    width:32px;
    height:32px;
    flex-basis:32px;
}

.rtm-tree-node.level-2 > .rtm-tree-row .rtm-tree-title{
    font-size:22px;
    padding-inline-start:42px;
}

.rtm-tree-node.level-3 > .rtm-tree-row .rtm-tree-title{
    font-size:19px;
    padding-inline-start:68px;
}

.rtm-tree-node.is-search-match > .rtm-tree-row .rtm-tree-title span{
    background:rgba(242,145,20,.18);
    border-radius:8px;
    padding:0 6px;
    box-decoration-break:clone;
    -webkit-box-decoration-break:clone;
}

@media(max-width:1199px){
    .rtm-tree-node.level-0 > .rtm-tree-row .rtm-tree-title{
        font-size:32px;
    }

    .rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-title{
        font-size:24px;
    }
}

@media(max-width:991px){
    .rtm-treatments-hero{
        min-height:auto;
    }

    .rtm-treatments-hero-bg img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:70% center;
        display:block;
        float:none;
    }

    .rtm-treatments-hero-overlay{
        background:linear-gradient(90deg, rgba(7,39,94,.96) 0%, rgba(7,39,94,.88) 52%, rgba(7,39,94,.52) 100%);
    }

    .rtm-treatments-left{
        max-width:100%;
    }

    .rtm-treatments-title{
        font-size:52px;
    }

    .rtm-treatments-desc{
        font-size:15px;
    }

    .rtm-treatments-searchbar{
        flex-wrap:wrap;
        border-radius:24px;
    }

    .rtm-search-input-wrap,
    .rtm-search-select-wrap,
    .rtm-search-btn{
        width:100%;
        flex:0 0 100%;
    }

    .rtm-search-select-wrap{
        border-inline-start:none;
        border-top:1px solid rgba(255,255,255,.15);
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .rtm-search-btn{
        min-height:54px;
    }

    .rtm-treatments-content{
        padding:34px 0 72px;
    }

    .rtm-tree-node.level-0{
        margin-bottom:30px;
    }

    .rtm-tree-node.level-0 > .rtm-tree-row .rtm-tree-title{
        font-size:30px;
    }

    .rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-title{
        font-size:22px;
    }
}

@media(max-width:767px){
    .rtm-treatments-hero-inner{
        padding-top:24px;
        padding-bottom:50px;
    }

    .rtm-treatments-breadcrumb{
        font-size:13px;
        gap:8px;
    }

    .rtm-treatments-title{
        font-size:40px;
        margin-bottom:16px;
    }

    .rtm-treatments-desc{
        font-size:14px;
        line-height:1.55;
        margin-bottom:24px;
    }

    .rtm-treatments-hero-text-mask{
        background-size:145% auto;
        background-position:center center;
        opacity:.72;
    }

    .rtm-search-input-wrap input,
    .rtm-search-select-wrap select{
        min-height:54px;
        font-size:15px;
    }

    .rtm-tree-row{
        min-height:48px;
    }

    .rtm-tree-node.level-0{
        margin-bottom:28px;
    }

    .rtm-tree-node.level-0 > .rtm-tree-row{
        min-height:58px;
    }

    .rtm-tree-node.level-0 > .rtm-tree-row .rtm-tree-title{
        font-size:28px;
    }

    .rtm-tree-node.level-0 > .rtm-tree-children{
        padding-top:18px;
    }

    .rtm-tree-node.level-1 > .rtm-tree-row .rtm-tree-title{
        font-size:20px;
        padding-inline-start:16px;
    }

    .rtm-tree-node.level-2 > .rtm-tree-row .rtm-tree-title{
        font-size:18px;
        padding-inline-start:34px;
    }

    .rtm-tree-toggle,
    .rtm-tree-toggle-placeholder{
        flex-basis:34px;
        width:34px;
        height:34px;
        margin-inline-start:10px;
    }

    .rtm-tree-toggle-icon{
        font-size:24px;
    }
}

.rtm-treatments-content{
    background:#f7f7f7;
    padding:22px 0 90px;
}

.rtm-treatment-group{
    width:100%;
    margin-top:0;
}

.rtm-treatment-card{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 30%),
        linear-gradient(90deg, #1d3f86 0%, #173879 45%, #143371 100%);
    border-radius:0 0 28px 28px;
    padding:48px 54px 170px;
    box-shadow:0 10px 28px rgba(0,0,0,.16);
}

.rtm-treatment-card::after{
    content:"";
    position:absolute;
    inset-inline-start:24px;
    inset-inline-end:24px;
    bottom:18px;
    height:220px;
    background-image:url('../img/saydam-romatem.png');
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:contain;
    opacity:.48;
    pointer-events:none;
    z-index:1;
}

.rtm-treatment-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 70px;
}

.rtm-treatment-col{
    display:flex;
    flex-direction:column;
}

/* ANA SATIR */
.rtm-treatment-tree-item{
    width:100%;
}

.rtm-treatment-main-row{
    width:100%;
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

    border:0;
    border-bottom:1.5px solid rgba(255,255,255,.72);
    background:transparent;
    color:#eef5ff;

    padding:0 0 7px;
    margin:0 0 8px;

    text-decoration:none !important;
    text-align:start;
    font-family:inherit;
    cursor:pointer;
    transition:.22s ease;
}

.rtm-treatment-main-row span:first-child{
    font-size:19px;
    line-height:1.25;
    font-weight:300;
    color:inherit;
}

.rtm-treatment-main-row:hover{
    color:#fff;
    transform:translateX(3px);
}

/* OK */
.rtm-treatment-arrow{
    flex:0 0 24px;
    width:24px;
    height:24px;
    border:none !important;
    border-radius:8px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:17px;
    line-height:1;
    transition:.25s ease;
}

.rtm-treatment-arrow.empty{
    opacity:0;
    visibility:hidden;
}

.rtm-treatment-tree-item.is-open > .rtm-treatment-main-row .rtm-treatment-arrow{
    transform:rotate(180deg);
}

/* ALT TEDAVÄ°LER */
.rtm-treatment-children{
    display:block;
    padding:0 0 10px 18px;
    margin:-2px 0 8px;
}

.rtm-treatment-child-row,
.rtm-treatment-children .rtm-treatment-main-row{
    width:100%;
    min-height:30px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    border-bottom:1.2px solid rgba(255,255,255,.46);
    padding:0 0 6px;
    margin:0 0 6px;

    color:rgba(255,255,255,.88);
    text-decoration:none !important;
    font-size:17px;
    line-height:1.25;
    font-weight:300;
    transition:.22s ease;
}

.rtm-treatment-child-row:hover,
.rtm-treatment-children .rtm-treatment-main-row:hover{
    color:#fff;
    transform:translateX(3px);
}

.rtm-treatment-tree-item.level-1{
    margin-inline-start:0;
}

.rtm-treatment-tree-item.level-2{
    margin-inline-start:14px;
}

.rtm-treatment-tree-item.level-2 .rtm-treatment-main-row span:first-child,
.rtm-treatment-tree-item.level-2 .rtm-treatment-child-row{
    font-size:16px;
}

/* EMPTY */
.rtm-empty-state{
    background:#fff;
    color:#082d6a;
    border-radius:24px;
    padding:38px 30px;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
    font-size:18px;
}

/* LOADING */
.rtm-treatments-loading{
    padding:90px 0;
    text-align:center;
}

.rtm-treatments-loading span{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#f28a18;
    margin:0 5px;
    animation:rtmLoadingBlink .9s infinite alternate;
}

.rtm-treatments-loading span:nth-child(2){ animation-delay:.18s; }
.rtm-treatments-loading span:nth-child(3){ animation-delay:.36s; }

@keyframes rtmLoadingBlink{
    from{ opacity:.35; transform:translateY(0); }
    to{ opacity:1; transform:translateY(-8px); }
}

/* RESPONSIVE */
@media(max-width:1199px){
    .rtm-treatment-card{
        padding:42px 34px 140px;
    }

    .rtm-treatment-grid{
        gap:0 42px;
    }

    .rtm-treatment-main-row span:first-child{
        font-size:18px;
    }
}

@media(max-width:991px){
    .rtm-treatment-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .rtm-treatment-card{
        padding:34px 24px 110px;
        border-radius:0 0 24px 24px;
    }

    .rtm-treatment-card::after{
        height:140px;
        opacity:.32;
    }

    .rtm-treatment-main-row span:first-child{
        font-size:18px;
    }

    .rtm-treatment-child-row,
    .rtm-treatment-children .rtm-treatment-main-row{
        font-size:16px;
    }
}

@media(max-width:767px){
    .rtm-treatments-content{
        padding:18px 0 70px;
    }

    .rtm-treatment-card{
        padding:28px 18px 90px;
        border-radius:0 0 20px 20px;
    }

    .rtm-treatment-card::after{
        height:95px;
        opacity:.18;
    }

    .rtm-treatment-main-row{
        min-height:34px;
        margin-bottom:7px;
    }

    .rtm-treatment-main-row span:first-child{
        font-size:16px;
    }

    .rtm-treatment-children{
        padding-inline-start:14px;
    }

    .rtm-treatment-child-row,
    .rtm-treatment-children .rtm-treatment-main-row{
        font-size:15px;
    }

    .rtm-treatment-arrow{
        width:22px;
        height:22px;
        flex-basis:22px;
        font-size:14px;
        border-radius:7px;
    }
}

.rtm-treatments-hero-text-mask{
    position:absolute;
    inset:0;
    z-index:2 !important;

    background-image:url('../img/saydam-romatem.png');
    background-repeat:no-repeat;
    background-position:left;
    background-size:100% auto !important;

    opacity:1 !important;

    pointer-events:none;
    user-select:none;
}

@media (max-width: 1400px){
    .rtm-treatments-hero-text-mask{
        background-size:96% auto;
        opacity:.09;
    }
}

@media (max-width: 991px){
    .rtm-treatments-hero-text-mask{
        background-size:120% auto;
        background-position:center center;
        opacity:.08;
    }
}

@media (max-width: 767px){
    .rtm-treatments-hero-text-mask{
        background-size:145% auto;
        background-position:center center;
        opacity:.06;
    }
}

.rtm-treatments-page{
    background:#f4f4f4;
    overflow:hidden;
}

.rtm-treatments-hero{
    position:relative;
    min-height:410px;
    color:#fff;
    background:
        linear-gradient(90deg, rgba(6,39,99,.96) 0%, rgba(6,39,99,.93) 38%, rgba(6,39,99,.76) 63%, rgba(6,39,99,.48) 100%),
        url('../img/treatments-bg.jpg') right center / cover no-repeat;
    padding:34px 0 72px;
    overflow:hidden;
}

.rtm-treatments-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(6,39,99,.14) 0%, rgba(6,39,99,.04) 100%);
    pointer-events:none;
}

.rtm-treatments-hero-text-mask{
    position:absolute;
    inset-inline-start:0;
    top:6px;
    width:100%;
    font-size:20vw;
    line-height:.85;
    letter-spacing:6px;
    font-weight:600;
    color:transparent;
    -webkit-text-stroke:1px rgba(255,255,255,.16);
    opacity:.55;
    pointer-events:none;
    user-select:none;
    white-space:nowrap;
}

.rtm-treatments-hero-inner{
    position:relative;
    z-index:2;
}

.rtm-treatments-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    color:rgba(255,255,255,.92);
    margin-bottom:28px;
    flex-wrap:wrap;
}

.rtm-treatments-breadcrumb a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.rtm-treatments-breadcrumb img{
    width:22px;
    height:22px;
    display:block;
}

.rtm-breadcrumb-sep{
    font-size:22px;
    line-height:1;
    transform:translateY(-1px);
    opacity:.9;
}

.rtm-treatments-hero-content{
    max-width:980px;
}

.rtm-treatments-title{
    font-size:60px;
    line-height:1;
    font-weight:300;
    letter-spacing:1px;
    margin:0 0 22px;
    color:#fff;
}

.rtm-treatments-desc{
    max-width:980px;
    font-size:16px;
    line-height:1.55;
    color:rgba(255,255,255,.94);
    margin:0 0 34px;
    font-weight:300;
}

.rtm-treatments-searchbar{
    display:flex;
    align-items:stretch;
    max-width:800px;
    width:100%;
    border:2px solid rgba(255,255,255,.72);
    border-radius:34px;
    overflow:hidden;
    background:rgba(255,255,255,.02);
    backdrop-filter:blur(2px);
}

.rtm-search-input-wrap{
    flex:1.3;
    min-width:240px;
    position:relative;
}

.rtm-search-input-wrap input{
    width:100%;
    height:100%;
    min-height:52px;
    border:none;
    background:transparent;
    color:#fff;
    font-size:16px;
    padding:0 18px 0 44px;
    outline:none;
}

.rtm-search-input-wrap input::placeholder{
    color:rgba(255,255,255,.78);
}

.rtm-search-icon{
    position:absolute;
    inset-inline-start:14px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    opacity:.92;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
}

.rtm-search-select-wrap{
    flex:.95;
    min-width:200px;
    position:relative;
    border-inline-start:2px solid rgba(255,255,255,.38);
}

.rtm-search-select-wrap select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    width:100%;
    height:100%;
    min-height:52px;
    border:none;
    background:transparent;
    color:#fff;
    padding:0 42px 0 18px;
    font-size:16px;
    outline:none;
    cursor:pointer;
}

.rtm-search-select-wrap select option{
    color:#082d6a;
}

.rtm-select-caret{
    position:absolute;
    inset-inline-end:12px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    pointer-events:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

.rtm-search-btn{
    min-width:92px;
    border:none;
    background:#f28a18;
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding:0 24px;
    transition:.25s ease;
}

.rtm-search-btn:hover{
    background:#ff971f;
}

.rtm-treatments-letter-section{
    position:relative;
    background:#f7f7f7;
    padding:22px 0 34px;
    overflow:visible;
    margin-top:20px;
}

.rtm-letter-shadow{
    position:absolute;
    inset-inline-start:0;
    width:100%;
    height:12px;
    background:linear-gradient(90deg, rgba(12,45,104,0) 0%, rgba(12,45,104,.35) 10%, rgba(12,45,104,.68) 50%, rgba(12,45,104,.35) 90%, rgba(12,45,104,0) 100%);
    filter:blur(4px);
    opacity:.78;
}

.rtm-letter-shadow-top{
    top:16px;
}

.rtm-letter-shadow-bottom{
    bottom:22px;
}

.rtm-letters-row{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    padding:6px 0;
}

.rtm-letter-btn{
    position:relative;
    background:transparent;
    border:none;
    color:#0b2f6e;
    font-size:28px;
    line-height:1;
    font-weight:700;
    padding:6px 2px;
    transition:.22s ease;
}

.rtm-letter-btn span{
    position:relative;
    z-index:2;
}

.rtm-letter-btn:hover{
    transform:translateY(-2px);
}

.rtm-letter-btn.active,
.rtm-letter-btn.current{
    color:#fff;
}

.rtm-letter-btn.active::before,
.rtm-letter-btn.current::before{
    content:"";
    position:absolute;
    inset-inline-start:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:58px;
    height:168px;
    border-radius:8px;
    background:
        linear-gradient(
            180deg,
            rgba(248,164,83,0) 0%,
            rgba(248,164,83,.34) 18%,
            rgba(248,164,83,.93) 50%,
            rgba(248,164,83,.34) 82%,
            rgba(248,164,83,0) 100%
        );
    filter:blur(2px);
    z-index:1;
}

.rtm-letter-btn.disabled{
    opacity:.28;
    cursor:not-allowed;
}

.rtm-treatments-content{
    background:#f7f7f7;
    padding:8px 0 86px;
}

.rtm-treatments-loading{
    padding:90px 0;
    text-align:center;
}

.rtm-treatments-loading span{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#f28a18;
    margin:0 5px;
    animation:rtmLoadingBlink .9s infinite alternate;
}

.rtm-treatments-loading span:nth-child(2){ animation-delay:.18s; }
.rtm-treatments-loading span:nth-child(3){ animation-delay:.36s; }

@keyframes rtmLoadingBlink{
    from{ opacity:.35; transform:translateY(0); }
    to{ opacity:1; transform:translateY(-8px); }
}

.rtm-empty-state{
    background:#fff;
    color:#082d6a;
    border-radius:24px;
    padding:38px 30px;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
    font-size:18px;
}

.rtm-treatment-group{
    margin-top:8px;
}

.rtm-treatment-card{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 28%),
        linear-gradient(90deg, #1d3e85 0%, #163779 42%, #143371 100%);
    border-radius:0 0 28px 28px;
    padding:48px 54px 160px;
    
    box-shadow:0 8px 18px rgba(0,0,0,.16);
}

.rtm-treatment-card::after{
    content:"";
    position:absolute;
    inset-inline-start:24px;
    inset-inline-end:24px;
    bottom:18px;

    height:220px;
    background-image:url('../img/saydam-romatem.png');
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:contain;

    opacity:.53;

    pointer-events:none;
    user-select:none;
    z-index:1;
}

@media (max-width: 1199px){
    .rtm-treatment-card::after{
        height:180px;
        inset-inline-start:18px;
        inset-inline-end:18px;
        bottom:14px;
    }
}

@media (max-width: 991px){
    .rtm-treatment-card::after{
        height:140px;
        inset-inline-start:14px;
        inset-inline-end:14px;
        bottom:10px;
    }
}

@media (max-width: 767px){
    .rtm-treatment-card::after{
        height:95px;
        inset-inline-start:12px;
        inset-inline-end:12px;
        bottom:8px;
        opacity:.11;
    }
}

.rtm-treatment-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 64px;
}

.rtm-treatment-col{
    display:flex;
    flex-direction:column;
    gap:0;
}

.rtm-treatment-item{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:40px;
    text-decoration:none;
    color:#edf4ff;
    border-bottom:2px solid rgba(255,255,255,.58);
    padding:0 0 6px;
    margin-bottom:8px;
    transition:.22s ease;
}

.rtm-treatment-item:hover{
    color:#ffffff;
    transform:translateX(3px);
}

.rtm-treatment-item span{
    display:block;
    font-size:22px;
    line-height:1.25;
    font-weight:300;
}

.rtm-treatment-arrow{
    flex:0 0 24px;
    width:24px;
    height:24px;
    border:2px solid rgba(255,255,255,.92);
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    line-height:1;
    color:#fff;
    margin-inline-start:8px;
}

.rtm-treatment-item.no-link .rtm-treatment-arrow{
    opacity:0;
    visibility:hidden;
}

@media (max-width: 1399px){
    .rtm-treatment-item span{
        font-size:18px;
    }

    .rtm-letter-btn{
        font-size:24px;
    }
}

@media (max-width: 1199px){
    .rtm-treatments-title{
        font-size:52px;
    }

    .rtm-treatment-card{
        padding:42px 34px 130px;
    }

    .rtm-treatment-grid{
        gap:0 40px;
    }

    .rtm-treatment-item span{
        font-size:18px;
    }
}

@media (max-width: 991px){
    .rtm-treatments-hero{
        min-height:auto;
        padding:28px 0 54px;
        background-position:center right;
    }

    .rtm-treatments-title{
        font-size:42px;
    }

    .rtm-treatments-desc{
        font-size:15px;
        line-height:1.55;
    }

    .rtm-treatments-searchbar{
        flex-wrap:wrap;
        border-radius:20px;
        overflow:hidden;
    }

    .rtm-search-input-wrap,
    .rtm-search-select-wrap,
    .rtm-search-btn{
        flex:0 0 100%;
        width:100%;
    }

    .rtm-search-select-wrap{
        border-inline-start:none;
        border-top:1px solid rgba(255,255,255,.25);
        border-bottom:1px solid rgba(255,255,255,.25);
    }

    .rtm-search-btn{
        min-height:48px;
    }

    .rtm-letters-row{
        gap:14px;
    }

    .rtm-letter-btn{
        font-size:28px;
        min-width:30px;
    }

    .rtm-letter-btn.active::before,
    .rtm-letter-btn.current::before{
        width:48px;
        height:128px;
    }

    .rtm-treatment-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .rtm-treatment-card{
        padding:30px 22px 95px;
        border-width:3px;
        border-radius:0 0 24px 24px;
    }

    .rtm-treatment-card::after{
        font-size:19vw;
        bottom:-10px;
    }

    .rtm-treatment-item span{
        font-size:18px;
    }
}

@media (max-width: 767px){
    .rtm-treatments-breadcrumb{
        font-size:13px;
        gap:8px;
    }

    .rtm-treatments-title{
        font-size:36px;
        margin-bottom:16px;
    }

    .rtm-treatments-desc{
        font-size:14px;
        margin-bottom:24px;
    }

    .rtm-treatments-letter-section{
        padding:18px 0 24px;
    }

    .rtm-letters-row{
        justify-content:flex-start;
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:10px;
    }

    .rtm-letters-row::-webkit-scrollbar{
        height:6px;
    }

    .rtm-letters-row::-webkit-scrollbar-thumb{
        background:#d1d8e6;
        border-radius:20px;
    }

    .rtm-letter-btn{
        font-size:24px;
        min-width:26px;
        flex:0 0 auto;
    }

    .rtm-letter-btn.active::before,
    .rtm-letter-btn.current::before{
        width:42px;
        height:98px;
    }

    .rtm-treatment-item{
        min-height:36px;
        margin-bottom:6px;
        padding-bottom:5px;
    }

    .rtm-treatment-item span{
        font-size:16px;
    }

    .rtm-treatment-arrow{
        width:22px;
        height:22px;
        font-size:15px;
        border-radius:7px;
    }
}

.rtm-treatments-hero{
    position:relative;
    min-height:430px;
    overflow:hidden;
    background:#082d6a;
}

/* SaÄŸ gÃ¶rsel */
.rtm-treatments-hero-bg{
    position:absolute;
    inset:0;
    z-index:4 !important;
    opacity:0.95;
}

.rtm-treatments-hero-bg img{
    width:40%;
    height:100%;
    object-fit:100% 100%;
    object-position:center right;
    display:block;
    float:inline-end;
}

@media(max-width:992px){
    .rtm-treatments-hero-bg img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center right;
        display:block;
        float:inline-end;
    }
}

/* Lacivert geÃ§iÅŸli overlay */
.rtm-treatments-hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(
            90deg,
            rgba(7,40,101,.97) 0%,
            rgba(7,40,101,.94) 28%,
            rgba(7,40,101,.88) 48%,
            rgba(7,40,101,.70) 64%,
            rgba(7,40,101,.28) 84%,
            rgba(7,40,101,.05) 100%
        );
}

.rtm-treatments-hero-text-mask{
    position:absolute;
    inset:0;
    z-index:3;
    inset-inline-start:20px !important;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-top:8px;

    font-size:18vw;
    line-height:.82;
    font-weight:600;
    letter-spacing:8px;

    color:transparent;
    -webkit-text-stroke:1px rgba(255,255,255,.12);
    opacity:.6;
    user-select:none;
    pointer-events:none;
}

.rtm-treatments-hero-inner{
    position:relative;
    z-index:6;
    padding-top:34px;
    padding-bottom:70px;
}

.rtm-treatments-hero-bg{
    position:absolute;
    inset:0;
    z-index:2;
    overflow:hidden;
}

.rtm-treatments-hero-bg img{
    position:absolute;
    inset-inline-end:0;
    top:0;
    height:100%;
    width:45%;
    object-fit:cover;
}

.rtm-treatments-hero-bg::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;

    background:linear-gradient(
        90deg,
        #082d6a 0%,
        #082d6a 40%,
        rgba(8,45,106,0.95) 55%,
        rgba(8,45,106,0.75) 65%,
        rgba(8,45,106,0.45) 75%,
        rgba(8,45,106,0.15) 85%,
        rgba(8,45,106,0) 100%
    );
}

.rtm-category-card-grid{
    display:grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap:18px;
    padding:20px 0 18px;
}

.rtm-category-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    padding:18px 18px 16px;
    backdrop-filter:blur(4px);
}

.rtm-category-card-title{
    display:block;
    color:#fff;
    font-size:19px;
    line-height:1.25;
    font-weight:600;
    text-decoration:none !important;
    margin-bottom:12px;
}

.rtm-category-treatment-list{
    display:flex;
    flex-direction:column;
    gap:0;
}

.rtm-category-treatment-item{
    display:block;
    color:rgba(255,255,255,.86);
    text-decoration:none !important;
    font-size:15px;
    line-height:1.35;
    font-weight:300;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.28);
    transition:.2s ease;
}

.rtm-category-treatment-item:last-child{
    border-bottom:none;
}

.rtm-category-treatment-item:hover{
    color:#fff;
    transform:translateX(4px);
}

@media(max-width:991px){
    .rtm-category-card-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .rtm-category-card{
        padding:16px;
    }

    .rtm-category-card-title{
        font-size:17px;
    }
}

.rtm-treatment-tree-item.is-open .rtm-category-card-grid {
    display:grid !important;
}

.rtm-treatments-hero {
    padding:0px !important;
}


