/* =====================================================
   RizeMaps - Kameralar
   kameralar.css
===================================================== */


/* =====================================================
   GENEL
===================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f3f7f5;
    color: #1d3028;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

a {
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}


/* =====================================================
   HEADER
===================================================== */

.siteHeader{
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #dce7df;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    position:relative;
    z-index:1000;
}

.headerInner{
    width:100%;
    max-width:1200px;
    min-height:72px;
    margin:0 auto;
    padding:0 18px;
    box-sizing:border-box;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

/* =====================================================
   LOGO
===================================================== */

.siteLogo{
    display:inline-flex;
    align-items:center;

    color:#287C35;
    text-decoration:none;

    font-size:25px;
    font-weight:800;
    letter-spacing:-.5px;
    white-space:nowrap;
}

.siteLogo strong{
    color:#183126;
    font-weight:800;
}

/* =====================================================
   TOP MENU
===================================================== */

.topMenu{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    flex-wrap:wrap;
}

.topMenuBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;

    min-height:42px;
    padding:0 12px;

    border:1px solid transparent;
    border-radius:10px;

    background:transparent;
    color:#183126;

    text-decoration:none;
    font-size:13px;
    font-weight:700;

    white-space:nowrap;

    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.topMenuBtn:hover{
    background:#f1f8f3;
    border-color:#dce7df;
    color:#287C35;
    transform:translateY(-1px);
}

.topMenuBtn.active{
    background:#287C35;
    border-color:#287C35;
    color:#ffffff;
}

.topMenuBtn span{
    line-height:1;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width:1000px){

    .headerInner{
        min-height:68px;
        gap:12px;
    }

    .siteLogo{
        font-size:22px;
    }

    .topMenu{
        gap:4px;
    }

    .topMenuBtn{
        min-height:40px;
        padding:0 9px;
        font-size:12px;
        gap:5px;
    }
}

/* =====================================================
   MOBİL
===================================================== */

@media (max-width:760px){

    .headerInner{
        min-height:auto;
        padding:12px 14px;

        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }

    .siteLogo{
        justify-content:center;
        font-size:23px;
    }

    .topMenu{
        width:100%;
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:6px;
    }

    .topMenuBtn{
        width:100%;
        min-height:44px;
        padding:6px 4px;

        flex-direction:column;
        gap:3px;

        font-size:10px;
        line-height:1.1;
    }

    .topMenuBtn:first-child{
        grid-column:auto;
    }
}

/* =====================================================
   KÜÇÜK TELEFON
===================================================== */

@media (max-width:480px){

    .headerInner{
        padding:10px 10px;
    }

    .siteLogo{
        font-size:21px;
    }

    .topMenu{
        grid-template-columns:repeat(3,1fr);
    }

    .topMenuBtn{
        min-height:45px;
        font-size:10px;
        border-radius:8px;
    }
}

/* =====================================================
   ÇOK KÜÇÜK EKRAN
===================================================== */

@media (max-width:360px){

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

    .topMenuBtn{
        min-height:42px;
        font-size:10px;
    }
}
/* =====================================================
   ANA SAYFA
===================================================== */

.cameraPage {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
}


/* =====================================================
   HERO
===================================================== */

.cameraHero {
    margin: 24px 22px 18px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #edf8f0,
            #ffffff
        );

    border: 1px solid #dce9e1;
}

.cameraHeroInner {
    min-height: 145px;

    padding: 28px 32px;

    display: flex;
    align-items: center;
    gap: 20px;
}

.cameraHeroIcon {
    width: 66px;
    height: 66px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #258443;

    font-size: 32px;
    flex-shrink: 0;
}

.cameraHero h1 {
    margin: 0 0 8px;

    color: #183128;

    font-size: 31px;
    line-height: 1.2;
}

.cameraHero p {
    margin: 0;

    color: #66756e;

    font-size: 15px;
}


/* =====================================================
   ORTAK BÖLÜM BAŞLIĞI
===================================================== */

.sectionTitle {
    margin: 24px 22px 15px;

    display: flex;
    align-items: center;
    gap: 14px;
}

.sectionTitleIcon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #e6f3e9;

    font-size: 23px;
}

.sectionTitle h2 {
    margin: 0 0 4px;

    color: #1d3028;

    font-size: 22px;
}

.sectionTitle p {
    margin: 0;

    color: #75837d;

    font-size: 13px;
}


/* =====================================================
   4K VİDEOLAR
===================================================== */

.videoSection {
    margin-bottom: 25px;
}

.videoPlayerGrid {
    padding: 0 22px;

    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}

.videoPlayerCard {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 15px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, .07);
}

.videoPlayer {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #101715;
}

.videoPlayer iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;
}

.videoPlayerInfo {
    padding: 15px 17px 17px;
}

.videoBadge {
    display: inline-block;

    padding: 4px 8px;

    margin-bottom: 7px;

    border-radius: 5px;

    background: #258443;
    color: #ffffff;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
}

.videoPlayerInfo h3 {
    margin: 0 0 5px;

    color: #1d3028;

    font-size: 17px;
}

.videoPlayerInfo p {
    margin: 0;

    color: #738079;

    font-size: 13px;
    line-height: 1.45;
}


/* =====================================================
   CANLI KAMERA BAŞLIK
===================================================== */

.liveCameraSection {
    margin-top: 8px;
}


/* =====================================================
   FİLTRE
===================================================== */

.cameraFilters {
    margin: 0 22px 18px;

    padding: 14px;

    display: flex;
    align-items: center;
    gap: 12px;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 13px;
}

.cameraSearchBox {
    flex: 1;

    min-height: 44px;

    padding: 0 13px;

    display: flex;
    align-items: center;
    gap: 9px;

    background: #f7faf8;

    border: 1px solid #dce5e0;
    border-radius: 9px;
}

.cameraSearchBox span {
    font-size: 16px;
}

.cameraSearchBox input {
    width: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: #24362f;

    font-size: 14px;
}

.cameraSearchBox input::placeholder {
    color: #8a9690;
}

.cameraDistrictBox {
    min-width: 210px;
}

.cameraDistrictBox select {
    width: 100%;
    min-height: 44px;

    padding: 0 12px;

    border: 1px solid #dce5e0;
    border-radius: 9px;

    outline: 0;

    background: #f7faf8;

    color: #35483f;

    cursor: pointer;
}


/* =====================================================
   SONUÇ BAR
===================================================== */

.cameraResultBar {
    margin: 0 22px 17px;

    padding: 15px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 13px;
}

.cameraResultBar strong {
    display: block;

    color: #24382f;

    font-size: 15px;
}

.cameraResultBar p {
    margin: 4px 0 0;

    color: #7a8781;

    font-size: 12px;
}

.cameraResult {
    padding: 7px 11px;

    border-radius: 20px;

    background: #edf7ef;

    color: #258443;

    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}


/* =====================================================
   KAMERA GRID
===================================================== */

.cameraContent {
    padding: 0 22px;
}

.cameraGrid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}


/* =====================================================
   KAMERA KARTI
===================================================== */

.cameraCard {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 14px;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, .06);

    cursor: pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.cameraCard:hover {
    transform: translateY(-3px);

    border-color: #bcd8c5;

    box-shadow:
        0 9px 25px rgba(0, 0, 0, .10);
}

.cameraImage {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #18211e;
}

.cameraImage img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .3s ease;
}

.cameraCard:hover .cameraImage img {
    transform: scale(1.03);
}

.cameraPlay {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(37, 132, 67, .92);

    color: #ffffff;

    font-size: 19px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, .25);
}

.cameraDistrictBadge {
    position: absolute;

    left: 10px;
    bottom: 10px;

    padding: 5px 9px;

    border-radius: 6px;

    background: rgba(20, 31, 27, .82);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
}

.cameraContent .cameraCard {
    min-width: 0;
}

.cameraCard .cameraContent {
    padding: 0;
}

.cameraCard > .cameraContent {
    padding: 0;
}

.cameraInfo {
    padding: 15px;
}

.cameraCard h3 {
    margin: 0 0 7px;

    color: #20342b;

    font-size: 17px;
}

.cameraDescription {
    min-height: 38px;

    margin: 0 0 12px;

    color: #718078;

    font-size: 12px;
    line-height: 1.5;
}

.cameraMeta {
    padding-top: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #edf1ef;

    color: #7a8781;

    font-size: 10px;
}

.camera4k {
    padding: 4px 7px;

    border-radius: 5px;

    background: #edf7ef;

    color: #258443;

    font-weight: 800;
}


/* =====================================================
   JS KARTI İÇİN DÜZELTME
===================================================== */

.cameraCard .cameraInfo,
.cameraCard .cameraContent {
    padding: 15px;
}


/* =====================================================
   LOADING
===================================================== */

.cameraLoading {
    grid-column: 1 / -1;

    min-height: 220px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 14px;

    color: #75837d;

    font-size: 14px;
}

.cameraLoadingIcon {
    margin-bottom: 12px;

    font-size: 35px;
}

.cameraEmpty {
    grid-column: 1 / -1;

    padding: 60px 20px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #dce6e1;
    border-radius: 14px;

    color: #7a8781;

    font-size: 14px;
}


/* =====================================================
   MODAL
===================================================== */

.cameraModal {
    position: fixed;

    inset: 0;

    z-index: 5000;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background:
        rgba(7, 16, 12, .78);
}

.cameraModal.active {
    display: flex;
}

.cameraModalBox {
    width: min(1050px, 100%);

    overflow: hidden;

    background: #ffffff;

    border-radius: 16px;

    box-shadow:
        0 20px 70px rgba(0, 0, 0, .35);
}

.cameraModalHeader {
    min-height: 78px;

    padding: 16px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-bottom: 1px solid #e3eae6;
}

.cameraModalLive {
    display: inline-block;

    margin-bottom: 4px;

    color: #d43636;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: .7px;
}

.cameraModalHeader h2 {
    margin: 0;

    color: #1c3027;

    font-size: 20px;
}

.cameraModalHeader p {
    margin: 4px 0 0;

    color: #748079;

    font-size: 12px;
}

.cameraModalClose {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    border: 0;
    border-radius: 8px;

    background: #f1f5f3;

    color: #405149;

    font-size: 27px;

    cursor: pointer;

    transition: .2s ease;
}

.cameraModalClose:hover {
    background: #e5ece8;
}

.cameraModalVideo {
    width: 100%;

    aspect-ratio: 16 / 9;

    background: #07100c;
}

.cameraModalVideo iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;
}

.cameraModalFooter {
    min-height: 58px;

    padding: 10px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    border-top: 1px solid #e3eae6;
}

#modalCoordinates {
    color: #7a8781;

    font-size: 11px;
}

.cameraCloseButton {
    padding: 8px 14px;

    border: 0;
    border-radius: 7px;

    background: #258443;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}


/* =====================================================
   FOOTER
===================================================== */

.siteFooter {
    margin-top: 30px;

    background: #193229;

    color: #ffffff;
}

.footerInner {
    max-width: 1400px;
    min-height: 120px;

    margin: 0 auto;
    padding: 25px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.footerInner strong {
    font-size: 17px;
}

.footerInner p {
    margin: 6px 0 0;

    color: #b8c8c0;

    font-size: 12px;
}

.footerLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footerLinks a {
    color: #d9e5df;

    font-size: 12px;
}

.footerLinks a:hover {
    color: #ffffff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .cameraGrid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .videoPlayerGrid {
        grid-template-columns:
            1fr;
    }

    .mainNav {
        gap: 2px;
    }

    .mainNav a {
        padding: 9px 8px;
    }

}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 700px) {

    .headerInner {
        min-height: auto;

        padding: 13px 15px;

        flex-wrap: wrap;

        gap: 10px;
    }

    .siteLogo {
        font-size: 21px;
    }

    .mainNav {
        width: 100%;

        overflow-x: auto;

        order: 3;
    }

    .mainNav a {
        white-space: nowrap;

        font-size: 12px;
    }

    .brandDynamic {
        display: none;
    }


    .cameraHero {
        margin: 12px 10px 15px;
    }

    .cameraHeroInner {
        min-height: 120px;

        padding: 22px;

        gap: 13px;
    }

    .cameraHeroIcon {
        width: 50px;
        height: 50px;

        font-size: 24px;
    }

    .cameraHero h1 {
        font-size: 23px;
    }

    .cameraHero p {
        font-size: 12px;
    }


    .sectionTitle {
        margin: 20px 10px 13px;
    }

    .sectionTitleIcon {
        width: 40px;
        height: 40px;

        font-size: 19px;
    }

    .sectionTitle h2 {
        font-size: 19px;
    }


    .videoPlayerGrid {
        padding: 0 10px;

        gap: 12px;
    }


    .cameraFilters {
        margin: 0 10px 12px;

        padding: 10px;

        flex-direction: column;
        align-items: stretch;
    }

    .cameraDistrictBox {
        min-width: 0;
        width: 100%;
    }


    .cameraResultBar {
        margin: 0 10px 12px;

        padding: 12px;

        align-items: flex-start;
        flex-direction: column;
    }


    .cameraContent {
        padding: 0 10px;
    }

    .cameraGrid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .cameraModal {
        padding: 10px;
    }

    .cameraModalHeader {
        padding: 13px;

        min-height: 68px;
    }

    .cameraModalHeader h2 {
        font-size: 16px;
    }

    .cameraModalVideo {
        aspect-ratio: 16 / 10;
    }

    .cameraModalFooter {
        padding: 9px 12px;
    }


    .footerInner {
        padding: 22px 15px;

        align-items: flex-start;

        flex-direction: column;
    }

    .footerLinks {
        gap: 10px;
    }

}


/* =====================================================
   KÜÇÜK TELEFON
===================================================== */

@media (max-width: 420px) {

    .cameraHero h1 {
        font-size: 20px;
    }

    .cameraHeroInner {
        padding: 18px;
    }

    .cameraHeroIcon {
        width: 44px;
        height: 44px;

        font-size: 21px;
    }

    .videoPlayerInfo {
        padding: 12px;
    }

    .cameraCard h3 {
        font-size: 16px;
    }

}
/* =====================================================
   VİDEO PLAYER
===================================================== */

.cameraModalVideo{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    background:#000;
    overflow:hidden;
}

#cameraVideo{
    width:100%;
    height:100%;
    display:none;
    object-fit:contain;
    background:#000;
}

#cameraFrame{
    width:100%;
    height:100%;
    display:none;
    border:0;
    background:#000;
}

.cameraQualityBadge{
    position:absolute;
    right:10px;
    bottom:10px;
    padding:5px 9px;
    background:rgba(0,0,0,.78);
    color:#fff;
    border-radius:6px;
    font-size:12px;
    font-weight:800;
    z-index:3;
}

/* =====================================================
   YOUTUBE PLAYER - SON DÜZELTME
   Eski modal stillerini geçersiz kılar
===================================================== */

#cameraModal.cameraModal.show {
    position: fixed !important;
    inset: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 20px !important;

    background: rgba(0, 0, 0, 0.88) !important;

    z-index: 999999 !important;

    box-sizing: border-box !important;
}


/* ANA PLAYER */

#cameraModal .youtubePlayerBox {
    position: relative !important;

    width: min(1500px, 96vw) !important;
    max-width: 1500px !important;

    height: auto !important;
    max-height: 94vh !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;

    overflow: hidden !important;

    background: #0f0f0f !important;

    color: #fff !important;

    border-radius: 14px !important;

    box-shadow:
        0 30px 100px rgba(0, 0, 0, .75) !important;
}


/* HEADER */

#cameraModal .youtubePlayerHeader {
    position: relative !important;

    width: 100% !important;
    min-height: 75px !important;

    box-sizing: border-box !important;

    padding: 14px 20px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    background: #181818 !important;

    color: #fff !important;

    border: 0 !important;
    border-bottom: 1px solid #303030 !important;
}


#cameraModal .youtubePlayerHeader h2 {
    margin: 4px 0 !important;

    color: #fff !important;

    font-size: 21px !important;
}


#cameraModal .youtubePlayerHeader p {
    margin: 0 !important;

    color: #aaa !important;

    font-size: 14px !important;
}


#cameraModal .youtubeLive {
    color: #ff3333 !important;

    font-size: 13px !important;

    font-weight: 800 !important;
}


/* KAPAT */

#cameraModal .youtubeClose {
    width: 44px !important;
    height: 44px !important;

    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    background: #292929 !important;

    color: #fff !important;

    font-size: 29px !important;
    line-height: 44px !important;

    text-align: center !important;

    cursor: pointer !important;
}

#cameraModal .youtubeClose:hover {
    background: #3b3b3b !important;
}


/* PLAYER + SAĞ LİSTE */

#cameraModal .youtubePlayerLayout {
    width: 100% !important;

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        350px !important;

    background: #000 !important;

    overflow: hidden !important;
}


/* ANA PLAYER */

#cameraModal .youtubeMainPlayer {
    min-width: 0 !important;

    background: #000 !important;

    overflow-y: auto !important;
}


/* VİDEO */

#cameraModal .youtubeVideo {
    position: relative !important;

    width: 100% !important;

    aspect-ratio: 16 / 9 !important;

    background: #000 !important;

    overflow: hidden !important;
}


#cameraModal .youtubeVideo iframe {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    display: block !important;

    background: #000 !important;
}


/* VIDEO BİLGİ */

#cameraModal .youtubeVideoInfo {
    width: 100% !important;

    box-sizing: border-box !important;

    padding: 18px 20px 24px !important;

    background: #0f0f0f !important;
}


#cameraModal .youtubeVideoInfo h1 {
    margin: 0 0 16px !important;

    color: #fff !important;

    font-size: 21px !important;
}


/* KANAL */

#cameraModal .youtubeChannel {
    display: flex !important;

    align-items: center !important;

    gap: 12px !important;

    margin-bottom: 16px !important;
}


#cameraModal .channelAvatar {
    width: 42px !important;
    height: 42px !important;

    flex: 0 0 42px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: #238b45 !important;

    color: #fff !important;

    font-weight: 800 !important;
}


#cameraModal .youtubeChannel strong {
    display: block !important;

    color: #fff !important;
}


#cameraModal .youtubeChannel small {
    display: block !important;

    margin-top: 3px !important;

    color: #999 !important;
}


/* BUTONLAR */

#cameraModal .youtubeActions {
    display: flex !important;

    flex-wrap: wrap !important;

    gap: 8px !important;

    margin-bottom: 18px !important;
}


#cameraModal .youtubeActions button {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-height: 40px !important;

    padding: 9px 17px !important;

    border: 0 !important;

    border-radius: 22px !important;

    background: #272727 !important;

    color: #fff !important;

    font-size: 14px !important;

    cursor: pointer !important;
}


#cameraModal .youtubeActions button:hover {
    background: #3a3a3a !important;
}


/* AÇIKLAMA */

#cameraModal .youtubeDescription {
    box-sizing: border-box !important;

    padding: 14px 16px !important;

    border-radius: 10px !important;

    background: #272727 !important;

    color: #eee !important;

    font-size: 14px !important;
}


#cameraModal .youtubeDescription p {
    margin: 6px 0 0 !important;

    color: #bbb !important;
}


/* =====================================================
   SAĞ VİDEO LİSTESİ
===================================================== */

#cameraModal .youtubeRelated {
    box-sizing: border-box !important;

    width: 350px !important;

    padding: 15px !important;

    background: #0f0f0f !important;

    border-left: 1px solid #292929 !important;

    overflow-y: auto !important;
}


#cameraModal .youtubeRelated h3 {
    margin: 0 0 14px !important;

    color: #fff !important;

    font-size: 17px !important;
}


#cameraModal .youtubeRelatedCard {
    display: grid !important;

    grid-template-columns: 135px 1fr !important;

    gap: 10px !important;

    width: 100% !important;

    box-sizing: border-box !important;

    margin-bottom: 12px !important;

    padding: 5px !important;

    border-radius: 8px !important;

    background: transparent !important;

    cursor: pointer !important;
}


#cameraModal .youtubeRelatedCard:hover {
    background: #272727 !important;
}


#cameraModal .youtubeRelatedThumb {
    width: 135px !important;
    height: 76px !important;

    object-fit: cover !important;

    border-radius: 6px !important;
}


#cameraModal .youtubeRelatedTitle {
    color: #eee !important;

    font-size: 13px !important;

    line-height: 1.35 !important;

    font-weight: 700 !important;
}


#cameraModal .youtubeRelatedMeta {
    margin-top: 5px !important;

    color: #888 !important;

    font-size: 11px !important;
}


/* =====================================================
   FOOTER
===================================================== */

#cameraModal .youtubePlayerFooter {
    min-height: 55px !important;

    box-sizing: border-box !important;

    padding: 10px 18px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    background: #181818 !important;

    border-top: 1px solid #292929 !important;
}


#cameraModal .youtubePlayerFooter span {
    color: #999 !important;

    font-size: 13px !important;
}


#cameraModal .youtubeFooterClose {
    padding: 10px 18px !important;

    border: 0 !important;

    border-radius: 7px !important;

    background: #238b45 !important;

    color: #fff !important;

    font-weight: 700 !important;

    cursor: pointer !important;
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 900px) {

    #cameraModal.cameraModal.show {
        padding: 0 !important;
    }

    #cameraModal .youtubePlayerBox {
        width: 100% !important;
        height: 100% !important;

        max-height: 100vh !important;

        border-radius: 0 !important;
    }

    #cameraModal .youtubePlayerLayout {
        display: block !important;

        overflow-y: auto !important;
    }

    #cameraModal .youtubeRelated {
        width: 100% !important;

        border-left: 0 !important;

        border-top: 1px solid #292929 !important;
    }

}


@media (max-width: 600px) {

    #cameraModal .youtubePlayerHeader h2 {
        font-size: 17px !important;
    }

    #cameraModal .youtubeRelatedCard {
        grid-template-columns: 120px 1fr !important;
    }

    #cameraModal .youtubeRelatedThumb {
        width: 120px !important;
        height: 68px !important;
    }

}
/* =====================================================
   RİZE 4K KEŞFET
===================================================== */

.rize4kSection {
    width: min(1500px, 94%);
    margin: 50px auto 60px;
}


/* BAŞLIK */

.rize4kHeader {
    margin-bottom: 18px;
}


.rize4kBadge {
    display: inline-block;

    color: #e53935;

    font-size: 14px;

    font-weight: 900;
}


.rize4kHeader h2 {
    margin: 5px 0;

    color: #17372b;

    font-size: 28px;
}


.rize4kHeader p {
    margin: 0;

    color: #718078;

    font-size: 14px;
}



/* =====================================================
   PLAYER ALANI
===================================================== */

.rize4kPlayer {

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        390px;

    gap: 0;

    overflow: hidden;

    background: #0d0d0d;

    border-radius: 14px;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,.18);
}



/* =====================================================
   SOL PLAYER
===================================================== */

.rize4kMain {
    min-width: 0;

    background: #000;
}


.rize4kFrame {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    background: #000;
}


.rize4kFrame iframe {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
}



/* =====================================================
   PLAYER BİLGİ
===================================================== */

.rize4kVideoInfo {

    padding: 15px 20px 18px;

    background: #111;
}


.rize4kVideoInfo h2 {

    margin: 0 0 6px;

    color: #fff;

    font-size: 20px;

    line-height: 1.3;
}


.rize4kVideoInfo p {

    margin: 0;

    color: #aaa;

    font-size: 14px;
}



/* =====================================================
   SAĞ LİSTE
===================================================== */

.rize4kSidebar {

    display: flex;

    flex-direction: column;

    min-width: 0;

    background: #0b0b0b;

    border-left:
        1px solid #262626;
}


.rize4kSidebarTitle {

    padding: 18px 18px 14px;

    color: #fff;

    font-size: 20px;

    font-weight: 800;

    border-bottom:
        1px solid #252525;
}


.rize4kVideoList {

    height: 100%;

    max-height: 560px;

    overflow-y: auto;

    padding: 8px;
}



/* =====================================================
   LİSTE KARTI
===================================================== */

.rize4kItem {

    display: grid;

    grid-template-columns:
        145px
        minmax(0, 1fr);

    gap: 10px;

    padding: 8px;

    margin-bottom: 3px;

    border-radius: 8px;

    cursor: pointer;

    transition:
        background .18s ease;
}


.rize4kItem:hover {

    background: #202020;
}


.rize4kItem.selected {

    background: #252525;
}



/* =====================================================
   THUMBNAIL
===================================================== */

.rize4kThumb {

    position: relative;

    overflow: hidden;

    aspect-ratio: 16 / 9;

    border-radius: 6px;

    background: #222;
}


.rize4kThumb img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}



/* PLAY */

.rize4kPlay {

    position: absolute;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(25,135,84,.95);

    color: #fff;

    font-size: 14px;

    padding-left: 2px;
}



/* 4K */

.rize4kQuality {

    position: absolute;

    right: 5px;
    bottom: 5px;

    padding: 2px 5px;

    border-radius: 4px;

    background: #198754;

    color: #fff;

    font-size: 10px;

    font-weight: 900;
}



/* =====================================================
   LİSTE METNİ
===================================================== */

.rize4kItemInfo {

    min-width: 0;

    padding-top: 2px;
}


.rize4kItemInfo h3 {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    margin: 0 0 6px;

    color: #fff;

    font-size: 14px;

    line-height: 1.3;
}


.rize4kItemInfo p {

    margin: 0;

    color: #888;

    font-size: 12px;
}



/* =====================================================
   YÜKLENİYOR
===================================================== */

.rize4kLoading {

    padding: 30px 15px;

    color: #888;

    text-align: center;

    font-size: 14px;
}


.rize4kError {

    padding: 30px 15px;

    color: #d9534f;

    text-align: center;
}



/* =====================================================
   SCROLLBAR
===================================================== */

.rize4kVideoList::-webkit-scrollbar {

    width: 7px;
}


.rize4kVideoList::-webkit-scrollbar-track {

    background: #111;
}


.rize4kVideoList::-webkit-scrollbar-thumb {

    background: #444;

    border-radius: 10px;
}



/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .rize4kPlayer {

        grid-template-columns: 1fr;

    }


    .rize4kSidebar {

        border-left: 0;

        border-top:
            1px solid #262626;
    }


    .rize4kVideoList {

        max-height: 420px;

    }

}



/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 600px) {

    .rize4kSection {

        width: 94%;

        margin-top: 35px;

    }


    .rize4kHeader h2 {

        font-size: 23px;

    }


    .rize4kItem {

        grid-template-columns:
            125px
            minmax(0, 1fr);

    }


    .rize4kVideoInfo h2 {

        font-size: 17px;

    }

}
/* =========================================================
   RIZEMAPS ÜST MENÜ
========================================================= */

header{
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #dfe7e5;
    box-sizing:border-box;
}


header .container{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 18px;
    box-sizing:border-box;
}


.header-inner{
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}


.headerInner{
    display:flex;
    align-items:center;
}


/* =========================================================
   LOGO
========================================================= */

.brandTicker{
    display:flex;
    align-items:center;
    gap:7px;
    flex-shrink:0;
}


.brandLogo{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    font-size:22px;
    font-weight:800;
    line-height:1;
}


.brandLogo .rize{
    color:#173f38;
}


.brandLogo .maps{
    color:#2e8b57;
}


.brandDynamic{
    color:#68777a;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}


/* =========================================================
   ANA MENÜ
========================================================= */

.mainNav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    flex:1;
    flex-wrap:nowrap;
}


/* =========================================================
   MENÜ BUTONLARI
========================================================= */

.topMenuBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    min-height:42px;
    padding:0 15px;

    border-radius:11px;

    text-decoration:none;

    font-size:15px;
    font-weight:800;

    white-space:nowrap;

    box-sizing:border-box;

    transition:
        transform .15s ease,
        filter .15s ease,
        box-shadow .15s ease;
}


.topMenuBtn:hover{
    transform:translateY(-1px);
    filter:brightness(.97);
}


.topMenuBtn span:first-child{
    font-size:16px;
}


/* =========================================================
   RENKLER
========================================================= */

.menuHome{
    background:#455a64;
    color:#ffffff;
}


.menuMap{
    background:#1599a8;
    color:#ffffff;
}


.menuDiscover{
    background:#2e8b57;
    color:#ffffff;
}


.menuDistrict{
    background:#2789d1;
    color:#ffffff;
}


.menuCamera{
    background:#df403f;
    color:#ffffff;
}


.menuPharmacy{
    background:#8e4bc8;
    color:#ffffff;
}


.menuMemories{
    background:#f2a400;
    color:#ffffff;
}


.menuContact{
    background:#607d8b;
    color:#ffffff;
}


/* =========================================================
   AKTİF MENÜ
========================================================= */

.topMenuBtn[aria-current="page"]{
    box-shadow:
        0 3px 10px rgba(0,0,0,.12);
}


/* =========================================================
   MOBİL / DAR EKRAN
========================================================= */

@media(max-width:1100px){

    .header-inner{
        gap:12px;
    }

    .mainNav{
        gap:5px;
    }

    .topMenuBtn{
        padding:0 10px;
        font-size:13px;
    }

    .brandDynamic{
        display:none;
    }

}


@media(max-width:850px){

    header .container{
        padding:0 10px;
    }

    .header-inner{
        min-height:auto;
        padding:10px 0;
        flex-direction:column;
        align-items:stretch;
    }

    .brandTicker{
        justify-content:center;
    }

    .mainNav{
        width:100%;
        overflow-x:auto;
        justify-content:flex-start;
        padding-bottom:3px;
        scrollbar-width:none;
    }

    .mainNav::-webkit-scrollbar{
        display:none;
    }

    .topMenuBtn{
        flex:0 0 auto;
    }

}
/* =========================================================
   iVOLTTECH SPONSOR
========================================================= */

.sponsorSection{
    width:100%;
    margin:14px 0 0;
    box-sizing:border-box;
}


.sponsorBox{
    width:100%;

    min-height:105px;

    display:flex;
    align-items:center;

    gap:18px;

    padding:12px 16px;

    box-sizing:border-box;

    background:#fff;

    border:1px solid #dce7e2;

    border-radius:14px;

    box-shadow:0 3px 12px rgba(0,0,0,.06);

    overflow:hidden;
}


/* SPONSOR */

.sponsorLabel{
    flex:0 0 auto;

    padding:7px 11px;

    background:#2E8B57;

    color:#fff;

    border-radius:7px;

    font-size:11px;
    font-weight:800;

    letter-spacing:.5px;
}


/* SLOGAN */

.sponsorSlogan{
    flex:1 1 auto;

    display:flex;
    flex-direction:column;

    line-height:1.2;
}


.sponsorSlogan span{
    color:#687385;

    font-size:14px;
}


.sponsorSlogan strong{
    margin-top:3px;

    color:#287C35;

    font-size:19px;
    font-weight:900;
}


/* BANNER */

.sponsorLink{
    flex:0 1 520px;

    width:520px;
    max-width:520px;

    display:flex;
    align-items:center;
    justify-content:flex-end;

    overflow:hidden;
}


.sponsorBanner{
    display:block;

    width:100%;
    max-width:520px;

    height:90px;

    object-fit:contain;

    object-position:center;

    border-radius:8px;
}


/* MOBİL */

@media(max-width:700px){

    .sponsorBox{
        flex-direction:column;

        text-align:center;

        padding:14px 10px;

        gap:10px;
    }


    .sponsorSlogan{
        align-items:center;
    }


    .sponsorLink{
        width:100%;
        max-width:100%;

        justify-content:center;
    }


    .sponsorBanner{
        width:100%;
        max-width:520px;

        height:auto;
        max-height:100px;
    }

}
/* =====================================================
   RİZE CANLI KAMERALAR - PLAYER
   ===================================================== */

.rize-camera-section {
    width: 100%;
    margin: 25px 0;
    background: #fff;
    border: 1px solid #dfe7e3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

/* Başlık */

.rize-camera-header {
    min-height: 72px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #e6ece9;
}

.rize-camera-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #173d2d;
}

.rize-camera-header p {
    margin: 4px 0 0;
    color: #718078;
    font-size: 14px;
}

/* Canlı etiketi */

.rize-camera-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 20px;
    background: #eaf7ef;
    color: #21834a;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27ae60;
    box-shadow: 0 0 0 3px rgba(39,174,96,.12);
}

/* PLAYER */

.rize-camera-player {
    width: 100%;
    background: #000;
    aspect-ratio: 16 / 9;
    position: relative;
}

#rizeCameraPlayer {
    width: 100%;
    height: 100%;
}

#rizeCameraPlayer .jwplayer {
    width: 100% !important;
    height: 100% !important;
}

/* Kamera listesi */

.rize-camera-list-wrap {
    padding: 15px 18px 18px;
    background: #f7faf8;
    border-top: 1px solid #e4ebe7;
}

.rize-camera-list-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #315d48;
}

.rize-camera-list {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
}

.rize-camera-list::-webkit-scrollbar {
    height: 5px;
}

.rize-camera-list::-webkit-scrollbar-thumb {
    background: #b9cfc2;
    border-radius: 10px;
}

/* Kamera butonu */

.rize-camera-btn {
    flex: 0 0 auto;
    min-width: 145px;
    padding: 11px 14px;
    border: 1px solid #d5e2db;
    border-radius: 10px;
    background: #fff;
    color: #315d48;
    cursor: pointer;
    text-align: left;
    transition: .2s ease;
}

.rize-camera-btn:hover {
    border-color: #2e8b57;
    transform: translateY(-1px);
}

.rize-camera-btn.active {
    background: #2e8b57;
    border-color: #2e8b57;
    color: #fff;
    box-shadow: 0 4px 12px rgba(46,139,87,.25);
}

.camera-btn-live {
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px;
    opacity: .75;
}

.camera-btn-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

/* Yükleniyor */

.camera-loading {
    width: 100%;
    padding: 25px;
    text-align: center;
    color: #718078;
    font-size: 14px;
}

/* MOBİL */

@media (max-width: 700px) {

    .rize-camera-section {
        margin: 15px 0;
        border-radius: 12px;
    }

    .rize-camera-header {
        padding: 12px 14px;
    }

    .rize-camera-header h2 {
        font-size: 17px;
    }

    .rize-camera-header p {
        font-size: 12px;
    }

    .rize-camera-status {
        padding: 6px 9px;
        font-size: 10px;
    }

    .rize-camera-list-wrap {
        padding: 12px;
    }

    .rize-camera-btn {
        min-width: 135px;
    }
}
/* =========================================================
   RİZE HARİTASI
   ORTAK HEADER CSS
========================================================= */


/* =========================================================
   RESET
========================================================= */

.rhHeader,
.rhHeader *,
.rhHeader *::before,
.rhHeader *::after {
    box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.rhHeader {
    width: 100%;
    height: 68px;

    position: sticky;
    top: 0;
    z-index: 5000;

    background: #ffffff;

    border-bottom: 1px solid #dce7e0;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.07);

    overflow: hidden;
}


/* =========================================================
   HEADER İÇ ALANI
========================================================= */

.rhHeaderInner {
    width: 1500px;
    max-width: calc(100% - 20px);

    height: 68px;

    margin: 0 auto;
    padding: 0;

    display: flex;
    align-items: center;

    gap: 8px;

    flex-wrap: nowrap;

    overflow: hidden;

    /* İstenen sağa kaydırma */
    transform: translateX(11px);
}


/* =========================================================
   LOGO
========================================================= */

.rhLogo {
    flex: 0 0 180px;

    width: 180px;
    min-width: 180px;
    max-width: 180px;

    display: flex;
    align-items: center;

    justify-content: flex-start;

    gap: 6px;

    margin: 0;
    padding: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 22px;

    font-weight: 900;

    line-height: 1;

    letter-spacing: -0.8px;

    white-space: nowrap;

    text-decoration: none !important;

    color: #198754;
}


/* Rize */

.rhLogoRize {
    color: #198754;
}


/* Haritası */

.rhLogoHaritasi {
    color: #1565c0;
}


/* Logo hover */

.rhLogo:hover,
.rhLogo:focus {
    text-decoration: none !important;
    outline: none;
}


/* =========================================================
   ANA MENÜ
========================================================= */

.rhNav {
    flex: 1 1 auto;

    width: auto;
    min-width: 0;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 3px;

    flex-wrap: nowrap;

    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
}


/* Chrome / Edge scrollbar */

.rhNav::-webkit-scrollbar {
    display: none;
}


/* =========================================================
   MENÜ BUTONLARI
========================================================= */

.rhMenu {
    flex: 0 0 auto;

    height: 36px;
    min-height: 36px;

    padding: 0 6px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    border: 1px solid rgba(0, 0, 0, 0.10);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 8.5px;

    font-weight: 900;

    line-height: 1;

    white-space: nowrap;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.10);

    transition:
        transform 0.18s ease,
        filter 0.18s ease,
        box-shadow 0.18s ease;
}


/* =========================================================
   MENÜ RENKLERİ
========================================================= */

.rhHome {
    background: #299b52;
    color: #ffffff !important;
}

.rhMap {
    background: #328bc5;
    color: #ffffff !important;
}

.rhDistrict {
    background: #e79a3b;
    color: #ffffff !important;
}

.rhNeighborhood {
    background: #82c963;
    color: #ffffff !important;
}

.rhVillages {
    background: #6fa866;
    color: #ffffff !important;
}

.rhOfficial {
    background: #557fa8;
    color: #ffffff !important;
}

.rhFactory {
    background: #806b4d;
    color: #ffffff !important;
}

.rhValues {
    background: #218c43;
    color: #ffffff !important;
}

.rhCamera {
    background: #258f9e;
    color: #ffffff !important;
}

.rhPharmacy {
    background: #d6535b;
    color: #ffffff !important;
}

.rhMemories {
    background: #a85891;
    color: #ffffff !important;
}

.rhContact {
    background: #536b82;
    color: #ffffff !important;
}


/* =========================================================
   HOVER
========================================================= */

.rhMenu:hover {
    transform: translateY(-1px);

    filter: brightness(1.08);

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.16);
}


/* =========================================================
   AKTİF MENÜ
========================================================= */

.rhMenu.active,
.rhMenu.current {
    box-shadow:
        0 0 0 2px #ffffff,
        0 3px 8px rgba(0, 0, 0, 0.22);

    filter: brightness(1.05);
}


/* =========================================================
   1500 PX ALTINDA
========================================================= */

@media (max-width: 1500px) {

    .rhHeaderInner {
        width: calc(100% - 20px);

        max-width: none;

        transform: translateX(11px);
    }

    .rhLogo {
        flex-basis: 170px;

        width: 170px;
        min-width: 170px;
        max-width: 170px;

        font-size: 21px;
    }

    .rhMenu {
        padding-left: 5px;
        padding-right: 5px;

        font-size: 8.2px;
    }

    .rhNav {
        gap: 2px;
    }
}


/* =========================================================
   1300 PX ALTINDA
========================================================= */

@media (max-width: 1300px) {

    .rhHeaderInner {
        width: calc(100% - 12px);

        transform: translateX(6px);
    }

    .rhLogo {
        flex-basis: 155px;

        width: 155px;
        min-width: 155px;
        max-width: 155px;

        font-size: 20px;
    }

    .rhMenu {
        padding-left: 4px;
        padding-right: 4px;

        font-size: 7.8px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .rhHeader {
        height: auto;

        overflow: visible;
    }

    .rhHeaderInner {
        width: 100%;
        max-width: none;

        height: auto;

        min-height: 68px;

        padding: 7px 10px;

        flex-wrap: wrap;

        transform: none;

        overflow: visible;
    }

    .rhLogo {
        flex: 0 0 auto;

        width: auto;
        min-width: auto;
        max-width: none;

        font-size: 22px;
    }

    .rhNav {
        flex: 1 1 auto;

        width: auto;

        height: 40px;

        overflow-x: auto;
    }

    .rhMenu {
        height: 33px;
        min-height: 33px;

        padding: 0 7px;

        font-size: 8.5px;
    }
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 700px) {

    .rhHeader {
        height: auto;

        overflow: visible;
    }

    .rhHeaderInner {
        width: 100%;

        min-height: auto;

        padding: 8px;

        display: block;

        transform: none;

        overflow: visible;
    }

    .rhLogo {
        width: 100%;

        height: 32px;

        justify-content: center;

        margin-bottom: 6px;

        font-size: 22px;
    }

    .rhNav {
        width: 100%;

        height: 36px;

        display: flex;

        overflow-x: auto;

        overflow-y: hidden;

        justify-content: flex-start;

        gap: 4px;
    }

    .rhMenu {
        height: 31px;
        min-height: 31px;

        padding: 0 8px;

        font-size: 8.5px;

        border-radius: 7px;
    }
}


/* =========================================================
   KÜÇÜK TELEFON
========================================================= */

@media (max-width: 480px) {

    .rhLogo {
        font-size: 21px;
    }

    .rhMenu {
        height: 30px;
        min-height: 30px;

        padding: 0 7px;

        font-size: 8px;
    }
}
/* =====================================================
   RİZE HARİTASI - HEADER
===================================================== */

.siteHeader {
    width: 100%;
    height: 82px;
    background: #ffffff;
    border-bottom: 1px solid #dfe7e3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.headerInner {
    width: 100%;
    height: 82px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 28px;
}

/* =====================================================
   LOGO
===================================================== */

.siteLogo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;

    color: #087f5b !important;
    text-decoration: none !important;

    font-size: 27px;
    font-weight: 800;
    line-height: 1;

    white-space: nowrap;
}

.siteLogo:hover {
    color: #066b4d !important;
}


/* =====================================================
   ÜST MENÜ
===================================================== */

.topMenu {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 6px;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
}

.topMenu::-webkit-scrollbar {
    display: none;
}


/* =====================================================
   MENÜ BUTONLARI
===================================================== */

.topMenuBtn {
    flex: 0 0 auto;

    height: 48px;

    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    background: #ffffff;

    border: 1px solid #dce5e1;
    border-radius: 11px;

    color: #26352e !important;

    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}


/* =====================================================
   HOVER
===================================================== */

.topMenuBtn:hover {
    background: #f1f8f4;
    border-color: #b9d5c5;
    color: #147b50 !important;

    transform: translateY(-1px);
}


/* =====================================================
   AKTİF SAYFA
===================================================== */

.topMenuBtn.active {
    background: #25843d;
    border-color: #25843d;

    color: #ffffff !important;

    box-shadow: 0 2px 5px rgba(37, 132, 61, 0.18);
}

.topMenuBtn.active:hover {
    background: #1f7335;
    border-color: #1f7335;

    color: #ffffff !important;
}


/* =====================================================
   MOBİL / TABLET
===================================================== */

@media (max-width: 900px) {

    .siteHeader {
        height: auto;
    }

    .headerInner {
        height: auto;
        min-height: 72px;

        padding: 8px 12px;

        flex-direction: column;
        align-items: stretch;

        gap: 8px;
    }

    .siteLogo {
        justify-content: center;

        font-size: 24px;
    }

    .topMenu {
        width: 100%;

        padding-bottom: 3px;

        gap: 6px;
    }

    .topMenuBtn {
        height: 42px;

        padding: 0 15px;

        font-size: 11px;
    }
}


/* =====================================================
   KÜÇÜK TELEFON
===================================================== */

@media (max-width: 500px) {

    .headerInner {
        padding: 7px 8px;
    }

    .siteLogo {
        font-size: 22px;
    }

    .topMenuBtn {
        height: 39px;

        padding: 0 13px;

        gap: 5px;

        font-size: 10px;

        border-radius: 9px;
    }
}
/* =====================================================
   KAMERALAR - DAR HEADER
===================================================== */

.siteHeader {
    width: 100%;
    height: 68px;
    background: #fff;
    border-bottom: 1px solid #dfe7e3;
    box-shadow: 0 2px 7px rgba(0,0,0,.05);
    overflow: hidden;
}

.headerInner {
    width: 100%;
    height: 68px;
    padding: 6px 14px;

    display: flex;
    align-items: center;

    gap: 18px;
}


/* =====================================================
   LOGO
===================================================== */

.siteLogo {
    flex: 0 0 auto;

    color: #087f5b !important;
    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;

    white-space: nowrap;
}


/* =====================================================
   ANA MENÜ
===================================================== */

.topMenu {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 5px;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
}

.topMenu::-webkit-scrollbar {
    display: none;
}


/* =====================================================
   MENÜ BUTONLARI
===================================================== */

.topMenuBtn {
    flex: 0 0 auto;

    height: 40px;

    padding: 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    background: #fff;

    border: 1px solid #dce5e1;
    border-radius: 9px;

    color: #26352e !important;
    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    cursor: pointer;

    transition: .15s ease;
}


/* =====================================================
   HOVER
===================================================== */

.topMenuBtn:hover {
    background: #f1f8f4;

    border-color: #b9d5c5;

    color: #147b50 !important;
}


/* =====================================================
   AKTİF
===================================================== */

.topMenuBtn.active {
    background: #25843d;

    border-color: #25843d;

    color: #fff !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .siteHeader {
        height: 60px;
    }

    .headerInner {
        height: 60px;

        padding: 5px 10px;

        gap: 12px;
    }

    .siteLogo {
        font-size: 21px;
    }

    .topMenuBtn {
        height: 36px;

        padding: 0 11px;

        font-size: 10px;
    }
}
/* =====================================================
   KAMERALAR - DAHA DAR HEADER
===================================================== */

.siteHeader {
    width: 100%;
    height: 58px;

    background: #fff;

    border-bottom: 1px solid #dfe7e3;

    box-shadow: 0 2px 6px rgba(0,0,0,.05);

    overflow: hidden;
}

.headerInner {
    width: 100%;
    height: 58px;

    padding: 4px 10px;

    display: flex;
    align-items: center;

    gap: 12px;
}


/* LOGO */

.siteLogo {
    flex: 0 0 auto;

    color: #087f5b !important;
    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;
    font-weight: 800;

    line-height: 1;

    white-space: nowrap;
}


/* MENÜ */

.topMenu {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 4px;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
}

.topMenu::-webkit-scrollbar {
    display: none;
}


/* BUTONLAR */

.topMenuBtn {
    flex: 0 0 auto;

    height: 34px;

    padding: 0 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 4px;

    background: #fff;

    border: 1px solid #dce5e1;

    border-radius: 8px;

    color: #26352e !important;

    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    font-weight: 700;

    line-height: 1;

    white-space: nowrap;
}


/* HOVER */

.topMenuBtn:hover {
    background: #f1f8f4;

    border-color: #b9d5c5;

    color: #147b50 !important;
}


/* AKTİF */

.topMenuBtn.active {
    background: #25843d;

    border-color: #25843d;

    color: #fff !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .siteHeader {
        height: 54px;
    }

    .headerInner {
        height: 54px;

        padding: 3px 8px;

        gap: 9px;
    }

    .siteLogo {
        font-size: 18px;
    }

    .topMenu {
        gap: 3px;
    }

    .topMenuBtn {
        height: 31px;

        padding: 0 8px;

        font-size: 9px;

        border-radius: 7px;
    }
}


/* =====================================================
   TELEFON
===================================================== */

@media (max-width: 600px) {

    .siteHeader {
        height: 50px;
    }

    .headerInner {
        height: 50px;

        padding: 3px 6px;

        gap: 7px;
    }

    .siteLogo {
        font-size: 17px;
    }

    .topMenuBtn {
        height: 29px;

        padding: 0 7px;

        font-size: 9px;

        gap: 3px;
    }
}
/* =====================================================
   HEADER - EXTRA DAR
===================================================== */

.siteHeader {
    height: 48px !important;
    min-height: 48px !important;
}

.headerInner {
    height: 48px !important;
    min-height: 48px !important;

    padding: 3px 8px !important;

    gap: 10px !important;
}

.siteLogo {
    font-size: 18px !important;
}

.topMenu {
    gap: 3px !important;
}

.topMenuBtn {
    height: 30px !important;

    padding: 0 9px !important;

    gap: 4px !important;

    border-radius: 7px !important;

    font-size: 9px !important;
}


/* =====================================================
   TELEFON
===================================================== */

@media (max-width: 600px) {

    .siteHeader {
        height: 45px !important;
        min-height: 45px !important;
    }

    .headerInner {
        height: 45px !important;
        min-height: 45px !important;

        padding: 2px 6px !important;

        gap: 7px !important;
    }

    .siteLogo {
        font-size: 14px !important;
    }

    .topMenuBtn {
        height: 25px !important;

        padding: 0 7px !important;

        font-size: 8px !important;
    }
}
/* =====================================================
   KAMERALAR - HEADER ORTA BOY
===================================================== */

.siteHeader {
    width: 100%;
    height: 54px !important;
    min-height: 54px !important;

    background: #fff;

    border-bottom: 1px solid #dfe7e3;

    box-shadow: 0 2px 6px rgba(0,0,0,.05);

    overflow: hidden;
}

.headerInner {
    width: 100%;
    height: 54px !important;
    min-height: 54px !important;

    padding: 4px 10px !important;

    display: flex;
    align-items: center;

    gap: 13px !important;
}


/* LOGO */

.siteLogo {
    flex: 0 0 auto;

    color: #087f5b !important;
    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px !important;
    font-weight: 800;

    line-height: 1;

    white-space: nowrap;
}


/* MENÜ */

.topMenu {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 4px !important;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
}

.topMenu::-webkit-scrollbar {
    display: none;
}


/* BUTONLAR */

.topMenuBtn {
    flex: 0 0 auto;

    height: 34px !important;

    padding: 0 11px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 4px !important;

    background: #fff;

    border: 1px solid #dce5e1;

    border-radius: 8px !important;

    color: #26352e !important;

    text-decoration: none !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px !important;

    font-weight: 700;

    line-height: 1;

    white-space: nowrap;
}

.topMenuBtn span {
    font-size: 10px !important;
}


/* HOVER */

.topMenuBtn:hover {
    background: #f1f8f4;

    border-color: #b9d5c5;

    color: #147b50 !important;
}


/* AKTİF */

.topMenuBtn.active {
    background: #25843d;

    border-color: #25843d;

    color: #fff !important;
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 600px) {

    .siteHeader {
        height: 50px !important;
        min-height: 50px !important;
    }

    .headerInner {
        height: 50px !important;
        min-height: 50px !important;

        padding: 3px 7px !important;

        gap: 8px !important;
    }

    .siteLogo {
        font-size: 16px !important;
    }

    .topMenuBtn {
        height: 30px !important;

        padding: 0 8px !important;

        font-size: 9px !important;
    }

    .topMenuBtn span {
        font-size: 9px !important;
    }
}

/* =====================================================
   SAYFA GENİŞLİK DÜZELTMESİ - KOMPAKT TASARIM
   Kamera sayfası ve Rize 4K bölümü aynı içerik genişliğini kullanır.
===================================================== */

.cameraPage,
.rize4kSection,
.footerInner {
    width: min(1200px, calc(100% - 32px));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cameraPage {
    padding-bottom: 32px;
}

.cameraHero {
    margin-left: 0;
    margin-right: 0;
}

.sectionTitle,
.cameraSection,
.cameraFilters,
.cameraResults,
.cameraEmpty,
.cameraLoading {
    margin-left: 0;
    margin-right: 0;
}

/* RİZE 4K */
.rize4kSection {
    margin-top: 36px;
    margin-bottom: 44px;
}

.rize4kPlayer {
    grid-template-columns: minmax(0, 1fr) 300px;
    max-width: 1200px;
}

/* 4K kart/listeler de ana içerikle aynı hizada */
.rize4kGrid {
    width: 100%;
    max-width: 1200px;
}

/* Modal oyuncuyu da gereksiz yere 1500px'e büyütme */
#cameraModal .youtubePlayerBox {
    width: min(1200px, 94vw) !important;
    max-width: 1200px !important;
}

@media (max-width: 900px) {
    .cameraPage,
    .rize4kSection,
    .footerInner {
        width: calc(100% - 24px);
    }

    .rize4kPlayer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .cameraPage,
    .rize4kSection,
    .footerInner {
        width: calc(100% - 20px);
    }

    .cameraHeroInner {
        padding: 22px 18px;
    }

    .rize4kSection {
        margin-top: 28px;
        margin-bottom: 32px;
    }

    #cameraModal .youtubePlayerBox {
        width: 96vw !important;
    }
}
