:root{
    --mavi:#062657;
    --turuncu:#f66924;
    --turuncu-koyu:#d95d18;
    --acik-gri:#ececec;
    --gri:#f0f0f0;
    --beyaz:#ffffff;
    --font:'Montserrat', sans-serif;
}

body{
    margin:0;
    padding:0;
    font-family:var(--font);
    background:#fff;
    color:var(--mavi);
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

.topbar{
    height:28px;
    background:var(--mavi);
}

.topbar-right{
    height:28px;
}

.social-links a{
    color:#fff;
    font-size:11px;
    margin-left:8px;
    opacity:.95;
}

.lang-switch a{
    color:#fff;
    font-size:12px;
    margin-left:10px;
    opacity:.8;
    font-weight:600;
}

.lang-switch a.active{
    opacity:1;
}

.main-header{
    position:relative;
    z-index:20;
    background:rgba(255,255,255,.92);
    box-shadow:0 9px 8.5px rgba(6, 38, 87, 0.29);
}

.header-row{
    min-height:92px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:16px 0 8px 0;
}

.header-logo{
    width:248px;
    flex:0 0 248px;
}

.header-logo img{
    max-width:100%;
    display:block;
}

.header-search{
    flex:1;
}

.search-box{
    width:100%;
    height:35px;
    border-radius:36px;
    background:linear-gradient(90deg, #ffffff 0%, #d9d9d9 100%);
    box-shadow:inset 0px 4px 4px rgba(0,0,0,.25);
    display:flex;
    align-items:center;
    padding:0 18px;
}

.search-icon{
    color:var(--turuncu);
    font-size:14px;
    margin-right:12px;
}

.search-box input{
    width:100%;
    border:none;
    outline:none;
    background:transparent;
    color:var(--mavi);
    font-size:14px;
    font-weight:600;
}

.search-box input::placeholder{
    color:rgba(6,38,87,.35);
}

.header-actions{
    display:flex;
    align-items:center;
    gap:12px;
    position:relative;
}

.phone-box{
    width:157px;
    height:58px;
    border-radius:35px;
    background:var(--mavi);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#fff;
    font-weight:600;
    font-size:16px;
    overflow:hidden;
}

.phone-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.online-dropdown{
    position:relative;
}

.online-btn{
    background:var(--mavi);
    color:#fff;
    font-size:14px;
    font-weight:700;
    border-radius:30px;
    padding:14px 18px;
    display:flex;
    align-items:center;
    gap:10px;
}

.online-menu{
    position:absolute;
    top:100%;
    right:0;
    width:240px;
    background:rgba(6,38,87,.92);
    border-radius:0 0 16px 16px;
    padding:10px 0;
    display:none;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.online-menu.show{
    display:block;
}

.online-menu a{
    display:block;
    color:#fff;
    padding:8px 16px;
    font-size:13px;
    border-top:1px solid rgba(255,255,255,.22);
}

.mobile-toggle{
    border:none;
    background:var(--mavi);
    color:#fff;
    width:42px;
    height:42px;
    border-radius:10px;
    font-size:22px;
    display:none;
}

.nav-row{
    padding-bottom:14px;
}

.main-nav ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:46px;
}

.main-nav ul li{
    position:relative;
}

.main-nav ul li > a{
    color:var(--mavi);
    font-size:14px;
    font-weight:400;
}

.has-dropdown:hover .mega-menu{
    display:flex;
}

.mega-menu{
    display:none;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    min-width:320px;
    background:#fff;
    border-radius:0 0 16px 16px;
    box-shadow:0 10px 22px rgba(0,0,0,.15);
    padding:0;
    z-index:15;
    overflow:hidden;
}

.centers-menu{
    min-width:380px;
}

.info-menu{
    min-width:250px;
}

.mega-col{
    padding:14px 16px;
    min-width:160px;
}

.mega-col h6{
    font-size:14px;
    font-weight:500;
    color:var(--mavi);
    margin:0 0 10px 0;
}

.mega-col a{
    display:block;
    color:var(--mavi);
    font-size:12px;
    padding:6px 0;
    border-top:1px solid rgba(6,38,87,.18);
}

.hero-section{
    padding-top:24px;
}

.hero-card{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    height:607px;
}

.hero-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hero-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:145px;
    background:linear-gradient(360deg, rgba(6,38,87,0) 0%, rgba(6,38,87,0.4615) 39.31%);
}

.hero-content{
    position:absolute;
    left:30px;
    right:22px;
    bottom:25px;
    color:#fff;
}

.hero-content h3{
    font-size:24px;
    font-weight:900;
    margin:0 0 2px 0;
    line-height:28px;
}

.hero-content h4{
    font-size:24px;
    font-weight:500;
    margin:0 0 18px 0;
    line-height:28px;
}

.detail-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100px;
    height:31px;
    border:1px solid #fff;
    border-radius:20px;
    color:#fff;
    font-size:12px;
    font-weight:600;
}

.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next,
.brand-carousel .owl-nav button.owl-prev,
.brand-carousel .owl-nav button.owl-next,
.treatment-carousel .owl-nav button.owl-prev,
.treatment-carousel .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:33px;
    height:83px;
    background:rgba(255,255,255,.88) !important;
    color:var(--mavi) !important;
    font-size:30px !important;
    line-height:83px !important;
    border-radius:0 20px 20px 0 !important;
    margin:0 !important;
}

.hero-carousel .owl-nav button.owl-prev,
.brand-carousel .owl-nav button.owl-prev,
.treatment-carousel .owl-nav button.owl-prev{
    left:-1px;
}

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

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

.brand-slider-section{
    padding:38px 0 18px 0;
}

.brand-item{
    background:#f0f0f0;
    height:92px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
}

.brand-item img{
    max-width:100%;
    max-height:55px;
    object-fit:contain;
}

.quick-action-section{
    padding:16px 0 34px 0;
}

.quick-action-bar{
    background:var(--turuncu);
    border-radius:40px 40px 0 0;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    overflow:hidden;
}

.quick-action-item{
    min-height:59px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-align:center;
    padding:8px 10px;
    border-right:1px solid rgba(255,255,255,.3);
}

.quick-action-item:last-child{
    border-right:none;
}

.quick-action-item .icon{
    font-size:18px;
}

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

.section-title-wrap h2{
    margin:0;
    color:var(--mavi);
    font-size:24px;
    font-weight:700;
    line-height:117.88%;
}

.orange-title h2{
    color:var(--turuncu);
}

.treatment-section{
    padding:10px 0 70px 0;
}

.treatment-card{
    min-height:298px;
    padding:0;
    overflow:hidden;
}

.light-card{
    background:var(--acik-gri);
}

.dark-orange-card{
    background:#ff7000;
    color:#fff;
}

.light-orange-card{
    background:linear-gradient(90deg, #ff7000 0%, rgba(255,112,0,.25) 100%);
    color:#fff;
}

.treatment-image{
    width:238px;
    height:178px;
    margin:0 auto;
    border:9px solid var(--mavi);
    overflow:hidden;
}

.treatment-image.white-border{
    border-color:#fff;
}

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

.treatment-body{
    width:238px;
    margin:18px auto 0 auto;
}

.treatment-body h3{
    font-size:24px;
    line-height:28px;
    font-weight:700;
    margin:0 0 12px 0;
}

.light-card .treatment-body h3{
    color:var(--mavi);
}

.treatment-body p{
    font-size:12px;
    line-height:15px;
    margin:0 0 16px 0;
}

.mini-detail-btn{
    display:inline-flex;
    width:100px;
    height:31px;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.mini-detail-btn.dark{
    border:1px solid var(--mavi);
    color:var(--mavi);
}

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

.technology-section{
    padding:0 0 70px 0;
}

.technology-box{
    min-height:424px;
    background:#fff;
    align-items:stretch;
}

.technology-image{
    height:424px;
    overflow:hidden;
}

.technology-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.technology-content{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:20px 30px 20px 40px;
}

.technology-content h3{
    font-size:24px;
    font-weight:700;
    line-height:28px;
    color:var(--turuncu);
    margin:0 0 18px 0;
}

.technology-content p{
    font-size:12px;
    line-height:15px;
    color:#000;
    margin:0 0 20px 0;
}

.technology-btn{
    display:inline-flex;
    width:100px;
    height:31px;
    align-items:center;
    justify-content:center;
    background:var(--mavi);
    color:#fff;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    margin-bottom:20px;
}

.technology-dots{
    display:flex;
    gap:8px;
    align-items:center;
}

.technology-dots span{
    width:19px;
    height:19px;
    border-radius:50%;
    background:#d9d9d9;
    display:block;
}

.technology-dots span.active{
    background:var(--mavi);
}

.floating-contact-buttons{
    position:fixed;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    z-index:50;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.floating-btn{
    width:146px;
    min-height:61px;
    background:rgba(16,39,87,.2);
    border-radius:27px;
    display:flex;
    align-items:center;
    padding:8px 12px;
    color:#fff;
    backdrop-filter:blur(4px);
}

.floating-btn .circle{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#ff7000;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 44px;
    margin-right:10px;
    font-size:14px;
    font-weight:700;
}

.floating-btn .text{
    font-size:13px;
    line-height:15px;
    font-weight:700;
}

@media (max-width: 1199px){
    .quick-action-bar{
        grid-template-columns:repeat(3,1fr);
        border-radius:20px;
    }

    .quick-action-item{
        border-bottom:1px solid rgba(255,255,255,.3);
    }

    .header-row{
        flex-wrap:wrap;
    }

    .header-search{
        order:3;
        width:100%;
        flex:0 0 100%;
    }
}

@media (max-width: 991px){
    .mobile-toggle{
        display:block;
    }

    .nav-row{
        display:none;
        padding-top:8px;
    }

    .nav-row.show{
        display:block;
    }

    .main-nav ul{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
        padding:12px 0 18px 0;
    }

    .mega-menu{
        position:static;
        transform:none;
        display:none !important;
        box-shadow:none;
        border-radius:12px;
        margin-top:10px;
        width:100%;
    }

    .has-dropdown.open .mega-menu{
        display:flex !important;
        flex-direction:column;
    }

    .header-actions{
        margin-left:auto;
    }

    .hero-card{
        height:520px;
    }

    .floating-contact-buttons{
        right:10px;
        bottom:12px;
        top:auto;
        transform:none;
    }
}

@media (max-width: 767px){
    .topbar-right{
        justify-content:flex-end;
        width:100%;
    }

    .social-links{
        display:none;
    }

    .header-logo{
        width:200px;
        flex:0 0 200px;
    }

    .phone-box{
        width:auto;
        padding:0 12px;
    }

    .phone-text{
        font-size:14px;
    }

    .online-btn{
        padding:12px 14px;
        font-size:13px;
    }

    .hero-card{
        height:420px;
    }

    .hero-content{
        left:20px;
        bottom:18px;
    }

    .hero-content h3,
    .hero-content h4{
        font-size:20px;
        line-height:24px;
    }

    .quick-action-bar{
        grid-template-columns:repeat(2,1fr);
    }

    .quick-action-item{
        min-height:56px;
        font-size:12px;
    }

    .treatment-body,
    .treatment-image{
        width:100%;
    }

    .treatment-image{
        max-width:238px;
    }

    .technology-image{
        height:300px;
    }

    .technology-content{
        padding:24px 18px;
    }

    .floating-btn{
        width:60px;
        height:60px;
        border-radius:50%;
        justify-content:center;
        padding:0;
    }

    .floating-btn .text{
        display:none;
    }

    .floating-btn .circle{
        margin-right:0;
    }
}