/* =====================================================
   ROMATEM SECTIONS CSS
   Header / Search dışındaki ana sayfa ve section stilleri
===================================================== */

html,
body{
    overflow-x:hidden !important;
}

/* =========================
   FLOATING BUTTONS
========================= */
.floating-btn{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-decoration:none;
    background:#c5c9d1;
    border-radius:999px;
    box-shadow:0 6px 18px rgba(0,0,0,0.14);
    overflow:visible;
    transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-btn:hover{
    transform:translateX(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,0.16);
}

.floating-btn .floating-icon{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f58220;
}

.whatsapp-btn{
    width:265px;
    height:72px;
    padding-left:108px;
    padding-right:24px;
}

.whatsapp-btn .floating-icon{
    width:78px;
    height:78px;
    left:-6px;
    box-shadow:
        0 0 26px rgba(99,184,214,0.28),
        0 8px 20px rgba(0,0,0,0.22);
}

.whatsapp-btn .floating-icon img{
    width:42px;
    height:42px;
    display:block;
}

.whatsapp-btn .text{
    color:#ffffff;
    font-size:20px;
    font-weight:600;
    font-family:'Montserrat', sans-serif;
    line-height:1;
}

.appointment-btn{
    width:205px;
    height:62px;
    padding-left:92px;
    padding-right:16px;
}

.appointment-btn .floating-icon{
    width:68px;
    height:68px;
    left:-4px;
    box-shadow:
        0 0 22px rgba(99,184,214,0.24),
        0 8px 18px rgba(0,0,0,0.18);
}

.appointment-btn .floating-icon img{
    width:36px;
    height:36px;
    object-fit:contain;
    display:block;
}

.appointment-btn .text{
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:13px;
    font-weight:700;
    line-height:1.05;
    text-shadow:0 4px 8px rgba(0,0,0,0.18);
}

.appointment-btn .text-2line{
    display:inline-block;
}

.support-btn{
    width:170px;
    height:54px;
    padding-left:78px;
    padding-right:14px;
}

.support-btn .floating-icon{
    width:50px;
    height:50px;
    left:10px;
    box-shadow:none;
}

.support-btn .floating-icon span{
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    font-weight:800;
    line-height:1;
}

.support-btn .text{
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:1.08;
}

.whatsapp-btn:hover .floating-icon,
.appointment-btn:hover .floating-icon,
.support-btn:hover .floating-icon{
    transform:translateY(-50%) scale(1.05);
}

@media(max-width:768px){
    .whatsapp-btn{
        width:215px;
        height:62px;
        padding-left:88px;
    }

    .whatsapp-btn .floating-icon{
        width:68px;
        height:68px;
    }

    .whatsapp-btn .floating-icon img{
        width:34px;
        height:34px;
    }

    .whatsapp-btn .text{
        font-size:16px;
    }

    .appointment-btn{
        width:170px;
        height:54px;
        padding-left:78px;
    }

    .appointment-btn .floating-icon{
        width:58px;
        height:58px;
    }

    .appointment-btn .floating-icon img{
        width:30px;
        height:30px;
    }

    .appointment-btn .text{
        font-size:12px;
    }

    .support-btn{
        width:148px;
        height:48px;
        padding-left:68px;
    }

    .support-btn .floating-icon{
        width:44px;
        height:44px;
    }
}

/* =========================
   BRAND
========================= */
.brand-item{
    padding:15px !important;
    height:auto !important;
    border-radius:10px;
}

.brand-item img{
    height:30px !important;
}

/* =========================
   TREATMENT SECTION
========================= */
.treatment-section{
    padding:36px 0 80px;
    background:white;
}

.section-title-wrap{
    text-align:center;
    margin-bottom:34px;
}

.section-title-wrap h2{
    margin:0;
    color:#062657;
    font-size:28px;
    font-weight:700;
    line-height:1.1;
    font-family:'Montserrat', sans-serif;
}

.treatment-carousel-wrap{
    position:relative;
    padding:0 26px;
}

.treatment-carousel .owl-stage{
    display:flex;
    align-items:stretch;
}

.treatment-carousel .owl-item{
    display:flex;
    height:auto;
}

.treatment-item{
    width:100%;
    display:flex;
}

.treatment-card{
    width:100%;
    height:400px;
    min-height:400px;
    display:flex;
    flex-direction:column;
    padding:16px 0 22px;
    border-radius:20px;
}

.treatment-card-light{
    background:#e8e8e8;
}

.treatment-card-orange{
    background:#ff7a00;
}

.treatment-image{
    width:calc(100% - 44px);
    height:210px;
    margin:0 auto 0;
    overflow:hidden;
    box-sizing:border-box;
    flex-shrink:0;
}

.treatment-image a{
    display:block;
    width:100%;
    height:100%;
}

.treatment-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.treatment-image-blue{
    border:10px solid #062657;
    background:#062657;
}

.treatment-image-white{
    border:10px solid #ffffff;
    background:#ffffff;
}

.treatment-body{
    width:calc(100% - 44px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    flex:1;
    text-align:left;
    align-content:center;
}

.treatment-body h3{
    margin:0 0 14px;
    font-family:'Montserrat', sans-serif;
    font-size:23px;
    line-height:1.15;
    font-weight:700;
    letter-spacing:-0.3px;
    word-break:break-word;
    text-align:left;
    align-content:center;
}

.treatment-card-light .treatment-body h3{
    color:#062657;
}

.treatment-card-orange .treatment-body h3{
    color:#ffffff;
}

.treatment-body p{
    margin:0 0 18px;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    line-height:1.45;
    font-weight:400;
    max-width:95%;
}

.treatment-card-light .treatment-body p{
    color:#222;
}

.treatment-card-orange .treatment-body p{
    color:#ffffff;
}

.mini-detail-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:130px;
    height:auto;
    padding:0 18px;
    border-radius:24px;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    font-weight:600;
    margin-top:10px;
}

.mini-detail-btn-dark{
    color:#062657;
    border:1px solid #062657;
    background:transparent;
}

.mini-detail-btn-light{
    color:#ffffff;
    border:1px solid #ffffff;
    background:transparent;
}

.treatment-carousel .owl-nav{
    margin-top:0 !important;
}

.treatment-carousel .owl-nav button.owl-prev,
.treatment-carousel .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:84px;
    background:#f58220d9 !important;
    color:lightgray !important;
    font-size:34px !important;
    line-height:78px !important;
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    box-shadow:none !important;
}

.treatment-carousel .owl-nav button.owl-prev{
    left:-6px;
    border-radius:0 20px 20px 0 !important;
}

.treatment-carousel .owl-nav button.owl-next{
    right:-6px;
    border-radius:20px 0 0 20px !important;
}

.treatment-carousel .owl-nav button.owl-prev span,
.treatment-carousel .owl-nav button.owl-next span{
    position:relative;
    top:-2px;
}

@media(max-width:1199px){
    .treatment-card{
        min-height:405px;
    }

    .treatment-image{
        height:190px;
    }

    .treatment-body h3{
        font-size:26px;
    }
}

@media(max-width:991px){
    .treatment-carousel-wrap{
        padding:0 18px;
    }

    .treatment-card{
        min-height:380px;
    }

    .treatment-image{
        width:calc(100% - 34px);
        height:185px;
    }

    .treatment-body{
        width:calc(100% - 34px);
    }

    .treatment-body h3{
        font-size:24px;
    }
}

@media(max-width:767px){
    .section-title-wrap h2{
        font-size:24px;
    }

    .treatment-card{
        min-height:350px;
    }

    .treatment-image{
        height:175px;
        margin-bottom:18px;
    }

    .treatment-body h3{
        font-size:22px;
    }

    .mini-detail-btn{
        min-width:118px;
        height:36px;
        font-size:13px;
    }
}

/* =========================
   TECHNOLOGY SECTION
========================= */
.technology-section{
    padding:42px 0 90px;
    background:white;
    overflow:hidden;
}

.orange-title{
    margin-bottom:28px;
}

.orange-title h2{
    margin:0;
    color:#f58220;
    font-size:28px;
    font-weight:700;
    font-family:'Montserrat', sans-serif;
    line-height:1.1;
    text-align:center;
}

.technology-slider-wrap{
    position:relative;
}

.technology-carousel .owl-stage-outer{
    overflow:visible;
}

.technology-slide-item{
    width:100%;
}

.technology-box{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    min-height:510px;
    gap:56px;
    margin-top:34px;
}

.technology-left{
    width:52%;
    min-height:510px;
    position:relative;
    overflow:hidden;
}

.technology-left::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:34%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(243,243,243,0.75) 55%,
        rgba(243,243,243,0.98) 100%
    );
    pointer-events:none;
    z-index:2;
}

.technology-left a{
    display:block;
    width:100%;
    height:100%;
}

.technology-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transform:scale(1);
    transition:transform 0.8s ease;
}

.technology-carousel .owl-item.active .technology-left img{
    transform:scale(1.015);
}

.technology-right{
    width:48%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:26px;
    padding:0 7% 0 4%;
}

.technology-content{
    flex:1;
    max-width:560px;
    opacity:0;
    transform:translateY(20px);
    transition:all 0.55s ease;
}

.technology-carousel .owl-item.active .technology-content{
    opacity:1;
    transform:translateY(0);
}

.technology-content h3{
    margin:0 0 18px 0;
    color:#f58220;
    font-family:'Montserrat', sans-serif;
    font-size:30px;
    line-height:1.14;
    font-weight:700;
    max-width:540px;
}

.technology-content p{
    margin:0 0 28px 0;
    color:#202020;
    font-family:'Montserrat', sans-serif;
    font-size:17px;
    line-height:1.45;
    font-weight:400;
    max-width:560px;
}

.technology-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:120px;
    height:34px;
    padding:0 16px;
    background:#062657;
    color:#fff;
    border-radius:20px;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    font-weight:600;
    transition:all 0.2s ease;
}

.technology-btn:hover{
    background:#0b3675;
    color:#fff;
}

.technology-nav-custom{
    display:flex;
    align-items:center;
    gap:18px;
    flex-shrink:0;
    opacity:0;
    transform:translateX(16px);
    transition:all 0.55s ease;
}

.technology-carousel .owl-item.active .technology-nav-custom{
    opacity:1;
    transform:translateX(0);
}

.technology-nav-custom button{
    width:38px;
    height:38px;
    border:none;
    background:transparent;
    color:#f58220;
    font-size:62px;
    line-height:1;
    padding:0;
    cursor:pointer;
    font-family:Arial, sans-serif;
    transition:all 0.2s ease;
}

.technology-nav-custom button:hover{
    transform:scale(1.08);
    opacity:0.85;
}

.technology-dots-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:22px;
}

.technology-carousel .owl-dots{
    margin-top:0 !important;
}

.technology-carousel .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:0 5px;
    background:#d1d1d1;
    transition:all 0.2s ease;
}

.technology-carousel .owl-dots .owl-dot.active span{
    background:#062657;
}

.technology-carousel .owl-nav{
    display:none;
}

@media(max-width:1199px){
    .technology-box{
        min-height:430px;
        gap:34px;
    }

    .technology-left{
        min-height:430px;
    }

    .technology-content h3{
        font-size:26px;
    }

    .technology-content p{
        font-size:15px;
    }
}

@media(max-width:991px){
    .technology-box{
        flex-direction:column;
        min-height:auto;
        gap:26px;
    }

    .technology-left,
    .technology-right{
        width:100%;
    }

    .technology-left{
        min-height:360px;
    }

    .technology-left::after{
        width:100%;
        height:30%;
        top:auto;
        bottom:0;
        right:0;
        background:linear-gradient(
            180deg,
            rgba(255,255,255,0) 0%,
            rgba(243,243,243,0.78) 60%,
            rgba(243,243,243,0.98) 100%
        );
    }

    .technology-right{
        padding:24px 20px 0;
        gap:18px;
    }

    .technology-content{
        max-width:100%;
    }

    .technology-content h3{
        font-size:24px;
    }

    .technology-content p{
        font-size:15px;
        line-height:1.5;
    }

    .technology-nav-custom button{
        font-size:46px;
    }
}

@media(max-width:767px){
    .technology-section{
        padding:34px 0 70px;
    }

    .technology-left{
        min-height:280px;
    }

    .technology-right{
        flex-direction:column;
        align-items:flex-start;
        padding:20px 14px 0;
    }

    .technology-content h3{
        font-size:22px;
    }

    .technology-content p{
        font-size:14px;
    }

    .technology-nav-custom{
        gap:10px;
    }

    .technology-nav-custom button{
        width:28px;
        height:28px;
        font-size:40px;
    }
}

/* =========================
   PROMO VIDEO SECTION
========================= */
.promo-video-section{
    position:relative;
    padding:80px 0;
    overflow:hidden;
    background:#f3f3f3;
}

.promo-video-bg{
    position:absolute;
    inset:0;
    z-index:1;
    overflow:hidden;
}

.promo-video-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    filter:grayscale(100%);
    transform:scale(1.02);
}

.promo-video-section .container-xxl{
    position:relative;
    z-index:2;
}

.promo-video-card{
    width:100%;
    max-width:1320px;
    min-height:430px;
    margin:0 auto;
    background:rgba(245,130,32,0.78);
    border-radius:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:38px;
    padding:40px 60px;
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
}

.promo-video-play{
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    flex-shrink:0;
}

.promo-play-circle{
    width:144px;
    height:144px;
    border:6px solid #ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.promo-play-triangle{
    width:0;
    height:0;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent;
    border-left:38px solid #ffffff;
    margin-left:8px;
}

.promo-video-play:hover .promo-play-circle{
    transform:scale(1.05);
    box-shadow:0 10px 30px rgba(255,255,255,0.18);
}

.promo-video-divider{
    width:2px;
    height:118px;
    background:rgba(255,255,255,0.95);
    flex-shrink:0;
}

.promo-video-content h3{
    margin:0 0 6px 0;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:36px;
    line-height:1.1;
    font-weight:700;
    letter-spacing:0.3px;
}

.promo-video-content p{
    margin:0;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:30px;
    line-height:1.2;
    font-weight:400;
}

@media(max-width:1199px){
    .promo-video-card{
        min-height:360px;
        border-radius:34px;
        padding:34px 40px;
    }

    .promo-play-circle{
        width:120px;
        height:120px;
    }

    .promo-play-triangle{
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-left:32px solid #ffffff;
    }

    .promo-video-content h3{
        font-size:30px;
    }

    .promo-video-content p{
        font-size:25px;
    }
}

@media(max-width:991px){
    .promo-video-section{
        padding:60px 0;
    }

    .promo-video-card{
        min-height:320px;
        gap:24px;
        padding:28px 26px;
    }

    .promo-play-circle{
        width:104px;
        height:104px;
        border-width:5px;
    }

    .promo-play-triangle{
        border-top:18px solid transparent;
        border-bottom:18px solid transparent;
        border-left:28px solid #ffffff;
    }

    .promo-video-divider{
        height:90px;
    }

    .promo-video-content h3{
        font-size:26px;
    }

    .promo-video-content p{
        font-size:22px;
    }
}

@media(max-width:767px){
    .promo-video-card{
        min-height:auto;
        flex-direction:column;
        text-align:center;
        gap:18px;
        padding:28px 20px;
        border-radius:26px;
    }

    .promo-video-divider{
        width:90px;
        height:2px;
    }

    .promo-play-circle{
        width:90px;
        height:90px;
    }

    .promo-play-triangle{
        border-top:15px solid transparent;
        border-bottom:15px solid transparent;
        border-left:24px solid #ffffff;
        margin-left:6px;
    }

    .promo-video-content h3{
        font-size:22px;
    }

    .promo-video-content p{
        font-size:18px;
    }
}

/* =========================
   PATIENT STORIES SECTION
========================= */
.patient-stories-section{
    padding:44px 0 90px;
    background:#f3f3f3;
    overflow:hidden;
}

.patient-stories-slider-wrap{
    position:relative;
    margin-top:28px;
}

.patient-stories-carousel .owl-stage-outer{
    overflow:visible;
}

.patient-story-slide{
    width:100%;
}

.patient-story-box{
    display:flex;
    align-items:stretch;
    min-height:505px;
}

.patient-story-left{
    width:49%;
    min-height:505px;
    position:relative;
    overflow:hidden;
}

.patient-story-left::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:36%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(243,243,243,0.78) 55%,
        rgba(243,243,243,0.98) 100%
    );
    z-index:2;
    pointer-events:none;
}

.patient-story-left a{
    display:block;
    width:100%;
    height:100%;
}

.patient-story-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transform:scale(1);
    transition:transform 0.8s ease;
}

.patient-stories-carousel .owl-item.active .patient-story-left img{
    transform:scale(1.015);
}

.patient-story-right{
    width:51%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:0 7% 0 5%;
}

.patient-story-content{
    max-width:660px;
    opacity:0;
    transform:translateY(24px);
    transition:all 0.55s ease;
}

.patient-stories-carousel .owl-item.active .patient-story-content{
    opacity:1;
    transform:translateY(0);
}

.patient-story-content h3{
    margin:0 0 34px 0;
    color:#f58220;
    font-family:'Montserrat', sans-serif;
    font-size:34px;
    line-height:1.15;
    font-weight:700;
    max-width:620px;
}

.patient-story-content p{
    margin:0 0 34px 0;
    color:#222222;
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    line-height:1.45;
    font-weight:400;
    max-width:650px;
}

.patient-story-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:120px;
    height:40px;
    padding:0 18px;
    background:#062657;
    color:#ffffff;
    border-radius:22px;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    font-weight:600;
    transition:all 0.2s ease;
}

.patient-story-btn:hover{
    background:#0c3a7d;
    color:#ffffff;
}

.patient-story-nav{
    margin-top:28px;
    display:flex;
    align-items:center;
    gap:16px;
}

.patient-story-prev,
.patient-story-next{
    border:none;
    background:transparent;
    color:#062657;
    font-size:42px;
    line-height:1;
    padding:0;
    cursor:pointer;
    font-family:Arial, sans-serif;
    transition:transform 0.2s ease, opacity 0.2s ease;
}

.patient-story-prev:hover,
.patient-story-next:hover{
    transform:scale(1.08);
    opacity:0.85;
}

.patient-story-pagination{
    display:flex;
    align-items:center;
    gap:12px;
    color:#062657;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    font-weight:600;
}

.patient-story-pagination .page-number{
    cursor:pointer;
    opacity:0.95;
    transition:opacity 0.2s ease;
}

.patient-story-pagination .page-number:hover{
    opacity:0.65;
}

.patient-story-pagination .page-number.active{
    font-weight:700;
}

.patient-story-pagination .page-dots{
    opacity:0.7;
}

.patient-stories-carousel .owl-nav,
.patient-stories-carousel .owl-dots{
    display:none !important;
}

@media(max-width:1199px){
    .patient-story-box{
        min-height:430px;
    }

    .patient-story-left{
        min-height:430px;
    }

    .patient-story-content h3{
        font-size:28px;
        margin-bottom:24px;
    }

    .patient-story-content p{
        font-size:16px;
        margin-bottom:26px;
    }
}

@media(max-width:991px){
    .patient-story-box{
        flex-direction:column;
        min-height:auto;
    }

    .patient-story-left,
    .patient-story-right{
        width:100%;
    }

    .patient-story-left{
        min-height:360px;
    }

    .patient-story-left::after{
        width:100%;
        height:28%;
        top:auto;
        bottom:0;
        right:0;
        background:linear-gradient(
            180deg,
            rgba(255,255,255,0) 0%,
            rgba(243,243,243,0.78) 60%,
            rgba(243,243,243,0.98) 100%
        );
    }

    .patient-story-right{
        padding:26px 20px 0;
    }

    .patient-story-content{
        max-width:100%;
    }

    .patient-story-content h3{
        font-size:26px;
    }

    .patient-story-content p{
        font-size:15px;
    }
}

@media(max-width:767px){
    .patient-stories-section{
        padding:34px 0 70px;
    }

    .patient-story-left{
        min-height:280px;
    }

    .patient-story-right{
        padding:22px 14px 0;
    }

    .patient-story-content h3{
        font-size:22px;
        margin-bottom:18px;
    }

    .patient-story-content p{
        font-size:14px;
        margin-bottom:20px;
    }

    .patient-story-nav{
        flex-wrap:wrap;
        gap:12px;
    }

    .patient-story-prev,
    .patient-story-next{
        font-size:34px;
    }

    .patient-story-pagination{
        font-size:14px;
        gap:8px;
    }
}

/* =========================
   CENTERS SECTION
========================= */
.centers-section{
    padding:48px 0 0;
    background:white;
    overflow:hidden;
}

.centers-section .section-title-wrap{
    text-align:center;
    margin-bottom:28px;
}

.centers-section .section-title-wrap h2{
    margin:0;
    color:#062657;
    font-size:34px;
    font-weight:700;
    line-height:1.1;
    font-family:'Montserrat', sans-serif;
}

.centers-map-wrap{
    position:relative;
    width:100%;
    min-height:620px;
    background:white;
    overflow:hidden;
}

.centers-watermark{
    position:absolute;
    left:50%;
    bottom:-40px;
    transform:translateX(-50%);
    font-family:'Montserrat', sans-serif;
    font-size:240px;
    font-weight:800;
    color:rgba(0,0,0,0.04);
    white-space:nowrap;
    pointer-events:none;
    z-index:1;
    line-height:1;
}

.centers-map{
    width:100%;
    height:620px;
    position:relative;
    z-index:2;
    border-radius:18px;
    overflow:hidden;
    background:white;
}

.centers-map .leaflet-control-attribution{
    display:none;
}

.centers-map .leaflet-control-zoom{
    box-shadow:none;
    border:none;
}

.centers-map .leaflet-control-zoom a{
    border-radius:10px !important;
    border:none;
    color:#062657;
}

.center-marker{
    position:relative;
    width:26px;
    height:36px;
    transform:translate(-50%, -100%);
}

.center-marker .pin{
    width:26px;
    height:26px;
    background:#ff7a00;
    border:4px solid #153b7a;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    position:absolute;
    left:0;
    top:0;
    box-shadow:0 4px 10px rgba(0,0,0,0.18);
}

.center-marker .pin::after{
    content:"";
    width:8px;
    height:8px;
    background:#ffffff;
    border-radius:50%;
    position:absolute;
    left:5px;
    top:5px;
}

.center-marker-label{
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    font-weight:700;
    color:#062657;
    white-space:nowrap;
    position:absolute;
    top:-2px;
    left:30px;
}

.centers-info-panel{
    position:absolute;
    left:50%;
    top:52%;
    transform:translate(-50%, -50%);
    width:280px;
    background:rgba(31,58,110,0.84);
    border-radius:20px;
    box-shadow:0 10px 24px rgba(0,0,0,0.20);
    z-index:5;
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    overflow:hidden;
}

.centers-info-title{
    padding:16px 18px 10px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    font-family:'Montserrat', sans-serif;
    border-bottom:1px solid rgba(255,255,255,0.18);
}

.centers-info-list{
    padding:8px 0;
}

.centers-info-item{
    display:block;
    padding:10px 18px;
    color:#ffffff;
    font-size:14px;
    line-height:1.3;
    text-decoration:none;
    border-bottom:1px solid rgba(255,255,255,0.24);
    font-family:'Montserrat', sans-serif;
    transition:all 0.2s ease;
}

.centers-info-item:hover{
    background:rgba(255,255,255,0.08);
    color:#ffffff;
}

.centers-info-item:last-child{
    border-bottom:none;
}

.centers-empty{
    padding:14px 18px;
    color:rgba(255,255,255,0.88);
    font-size:14px;
    font-family:'Montserrat', sans-serif;
}

.leaflet-popup-content-wrapper{
    border-radius:14px;
    box-shadow:0 8px 22px rgba(0,0,0,0.18);
}

.leaflet-popup-content{
    font-family:'Montserrat', sans-serif;
    font-size:13px;
    margin:12px 14px;
}

.center-popup-title{
    font-weight:700;
    color:#062657;
    margin-bottom:6px;
}

.center-popup-text{
    color:#444;
    font-size:12px;
}

#centersInfoPanel{
    display:none;
}

.custom-svg-marker-wrap{
    background:transparent;
    border:none;
}

.custom-svg-marker{
    position:relative;
    width:120px;
    height:46px;
}

.custom-svg-marker svg{
    position:absolute;
    left:0;
    top:0;
    display:block;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,0.18));
}

.custom-svg-marker-label{
    position:absolute;
    left:38px;
    top:8px;
    white-space:nowrap;
    color:#062657;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
}

@media(max-width:1199px){
    .centers-map,
    .centers-map-wrap{
        min-height:560px;
        height:560px;
    }

    .centers-watermark{
        font-size:180px;
    }
}

@media(max-width:991px){
    .centers-map,
    .centers-map-wrap{
        min-height:520px;
        height:520px;
    }

    .centers-info-panel{
        width:250px;
        top:auto;
        bottom:16px;
        left:16px;
        transform:none;
    }

    .centers-watermark{
        font-size:120px;
        bottom:0;
    }
}

@media(max-width:767px){
    .centers-section{
        padding:36px 0 70px;
    }

    .centers-section .section-title-wrap h2{
        font-size:28px;
    }

    .centers-map,
    .centers-map-wrap{
        min-height:460px;
        height:460px;
    }

    .centers-info-panel{
        width:calc(100% - 24px);
        left:12px;
        bottom:12px;
    }

    .centers-info-title{
        font-size:16px;
    }

    .centers-info-item{
        font-size:13px;
        padding:9px 14px;
    }

    .centers-watermark{
        display:none;
    }
}

/* =========================
   EXPERTS SECTION
========================= */
.experts-section{
    position:relative;
    min-height:740px;
    overflow:hidden;
    background:#062657;
}

.experts-bg{
    position:absolute;
    inset:0;
    z-index:1;
}

.experts-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    filter:brightness(1.05) contrast(1.05);
}

.experts-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(
            180deg,
            rgba(6,38,87,0.45) 0%,
            rgba(6,38,87,0.60) 45%,
            rgba(6,38,87,0.85) 100%
        ),
        radial-gradient(
            circle at 50% 30%,
            rgba(255,255,255,0.08) 0%,
            rgba(255,255,255,0.02) 40%,
            transparent 70%
        );
}

.experts-section::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:radial-gradient(
        ellipse at center,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.15) 100%
    );
}

.experts-inner{
    position:relative;
    z-index:3;
    min-height:740px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:80px 0;
}

.experts-title-wrap{
    text-align:center;
    margin-bottom:110px;
}

.experts-title-wrap h2{
    margin:0;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:34px;
    line-height:1.1;
    font-weight:700;
    letter-spacing:0.4px;
}

.experts-filter-row{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:34px;
    flex-wrap:wrap;
}

.experts-filter-box,
.experts-search-box{
    width:330px;
    height:92px;
    border:2px solid rgba(255,255,255,0.72);
    border-radius:28px;
    display:flex;
    align-items:center;
    padding:0 20px 0 22px;
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
    background:rgba(255,255,255,0.02);
    box-sizing:border-box;
    transition:all 0.25s ease;
}

.experts-filter-box:hover,
.experts-search-box:hover{
    background:rgba(255,255,255,0.05);
    border-color:rgba(255,255,255,0.95);
    transform:translateY(-2px);
}

.experts-filter-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    margin-right:12px;
}

.experts-filter-icon img{
    max-width:42px;
    max-height:42px;
    display:block;
}

.experts-filter-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
}

.experts-filter-content label{
    margin:0 0 2px 0;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    line-height:1.1;
    font-weight:700;
}

.experts-filter-content select{
    width:100%;
    border:none;
    outline:none;
    background:transparent;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    line-height:1.1;
    font-weight:600;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding:0;
    cursor:pointer;
}

.experts-filter-content select option{
    color:#062657;
}

.experts-filter-content.single-line{
    justify-content:center;
}

.experts-filter-content.single-line input{
    width:100%;
    border:none;
    outline:none;
    background:transparent;
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
    font-size:20px;
    line-height:1.1;
    font-weight:600;
    padding:0;
}

.experts-filter-content.single-line input::placeholder{
    color:#ffffff;
    opacity:1;
}

.experts-filter-arrow{
    width:34px;
    height:34px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:8px;
}

.experts-filter-arrow img{
    width:22px;
    height:22px;
    display:block;
}

@media(max-width:1399px){
    .experts-filter-row{
        gap:24px;
    }

    .experts-filter-box,
    .experts-search-box{
        width:300px;
        height:86px;
    }
}

@media(max-width:1199px){
    .experts-section,
    .experts-inner{
        min-height:680px;
    }

    .experts-title-wrap{
        margin-bottom:80px;
    }

    .experts-title-wrap h2{
        font-size:30px;
    }

    .experts-filter-box,
    .experts-search-box{
        width:280px;
        height:82px;
        border-radius:24px;
    }

    .experts-filter-content label,
    .experts-filter-content select{
        font-size:17px;
    }

    .experts-filter-content.single-line input{
        font-size:18px;
    }
}

@media(max-width:991px){
    .experts-section,
    .experts-inner{
        min-height:620px;
    }

    .experts-inner{
        padding:60px 0;
    }

    .experts-title-wrap{
        margin-bottom:56px;
    }

    .experts-filter-row{
        flex-direction:column;
        gap:18px;
    }

    .experts-filter-box,
    .experts-search-box{
        width:min(100%, 420px);
    }
}

@media(max-width:767px){
    .experts-section,
    .experts-inner{
        min-height:560px;
    }

    .experts-title-wrap h2{
        font-size:26px;
    }

    .experts-filter-box,
    .experts-search-box{
        height:76px;
        padding:0 16px;
        border-radius:22px;
    }

    .experts-filter-icon{
        width:46px;
        height:46px;
        margin-right:10px;
    }

    .experts-filter-icon img{
        max-width:34px;
        max-height:34px;
    }

    .experts-filter-content label,
    .experts-filter-content select{
        font-size:16px;
    }

    .experts-filter-content.single-line input{
        font-size:17px;
    }

    .experts-filter-arrow img{
        width:18px;
        height:18px;
    }
}

/* =========================
   SEPARATOR / UTILITIES
========================= */
.section-logo-separator{
    position:relative;
    z-index:-1;
    width:100%;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    bottom:-90px;
}

.section-logo-separator img{
    width:100%;
    height:auto;
    display:block;
}

.special-container{
    padding:75px !important;
}

.filtre-overflow-list{
    max-height:25vh;
    overflow-y:auto;
}

.br-20{
    border-radius:20px;
}

.rtm-letters-row{
    overflow-y:hidden !important;
}

.technology-v2-content{
    max-width:90% !important;
}

.rtm-contact-share{
    max-width:40px;
    max-height:40px;
}

@media(max-width:767px){
    .d-mobil-none{
        display:none !important;
    }
}

@media(max-width:992px){
    .experts-title-wrap h2{
        font-size:24px !important;
    }
}

@media(min-width:992px){
    .rtm-treatments-title,
    .rtm-medtech-title,
    .experts-title{
        font-family:var(--font) !important;
        font-size:60px !important;
    }
}

@media(max-width:767px){
    .rtm-treatments-title,
    .rtm-medtech-title,
    .experts-title{
        font-family:var(--font) !important;
        font-size:36px !important;
    }
}

/* =========================
   GLOBAL SHINE EFFECT
========================= */
.shine-left,
.shine-right,
.shine-both{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

.shine-left::before,
.shine-both::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:140px;
    height:100%;
    pointer-events:none;
    z-index:3;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.72) 18%,
        rgba(255,255,255,0.38) 42%,
        rgba(255,255,255,0.12) 72%,
        rgba(255,255,255,0) 100%
    );
}

.shine-right::after,
.shine-both::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:140px;
    height:100%;
    pointer-events:none;
    z-index:3;
    background:linear-gradient(
        270deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.72) 18%,
        rgba(255,255,255,0.38) 42%,
        rgba(255,255,255,0.12) 72%,
        rgba(255,255,255,0) 100%
    );
}

.shine-soft::before,
.shine-soft::after{
    opacity:.55;
}

.shine-strong::before,
.shine-strong::after{
    opacity:1;
}

.shine-left::before,
.shine-right::after,
.shine-both::before,
.shine-both::after{
    opacity:.82;
}

@media(max-width:991px){
    .shine-left::before,
    .shine-right::after,
    .shine-both::before,
    .shine-both::after{
        width:90px;
    }
}

@media(max-width:575px){
    .shine-left::before,
    .shine-right::after,
    .shine-both::before,
    .shine-both::after{
        width:58px;
        opacity:.55;
    }
}

/* =========================
   OWL GLOBAL SMALL FIXES
========================= */
.owl-carousel .animated{
    animation-duration:0.8s;
    animation-fill-mode:both;
}

.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next{
    background:#f58220d9 !important;
    color:lightgray !important;
}

.brand-carousel .owl-nav button.owl-prev,
.brand-carousel .owl-nav button.owl-next {
    background:#062657d9 !important;
    color:lightgray !important;
}

.detail-btn {
    width:auto !important;
    padding-left:20px;
    padding-right:20px;
}

@media(min-width:992px){
    .de-header-inner {
        min-height:90px !important;
    }   
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(238, 114, 3, 0) 5.77%, rgba(238, 114, 3, 0.71) 70%) !important;
    
}

.hero-content {
    color:rgb(6,38,87) !important;
}