/* ==========================================================
   Reel Ajans - Haber Detay
   Renkler:
   --renk-1: #0070bb
   --renk-2: #303a45
   --renk-3: #ffffff
   SADECE .ra-hizmetdetay ALTINI ETKİLER
========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ra-hizmetdetay,
.ra-hizmetdetay *:not(.mdi):not(.mdi *),
.ra-hizmetdetay *:not(.mdi)::before,
.ra-hizmetdetay *:not(.mdi)::after{
  font-family:'Inter',system-ui,-apple-system,Arial,sans-serif !important;
}

.ra-hizmetdetay .mdi,
.ra-hizmetdetay i.mdi,
.ra-hizmetdetay .mdi::before,
.ra-hizmetdetay .mdi::after{
  font-family:"Material Design Icons" !important;
  font-style:normal !important;
  font-weight:normal !important;
  line-height:1;
  display:inline-block;
}

/* ==========================================================
   GRID
========================================================== */
.ra-hizmetdetay .container{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:12px;
  padding-right:12px;
}
@media (min-width:576px){ .ra-hizmetdetay .container{ max-width:540px; } }
@media (min-width:768px){ .ra-hizmetdetay .container{ max-width:720px; } }
@media (min-width:992px){ .ra-hizmetdetay .container{ max-width:960px; } }
@media (min-width:1200px){ .ra-hizmetdetay .container{ max-width:1140px; } }

.ra-hizmetdetay .row{
  display:flex;
  flex-wrap:wrap;
  margin-left:-12px;
  margin-right:-12px;
}
.ra-hizmetdetay .row > *{
  padding-left:12px;
  padding-right:12px;
}
@media (min-width:992px){
  .ra-hizmetdetay .col-lg-8{ width:66.6666667%; }
  .ra-hizmetdetay .col-lg-4{ width:33.3333333%; }
}
@media (max-width:991.98px){
  .ra-hizmetdetay .col-lg-8,
  .ra-hizmetdetay .col-lg-4{ width:100%; }
}

/* ==========================================================
   GENEL
========================================================== */
.ra-hizmetdetay{
  background:var(--renk-3,#ffffff);
}
.ra-hizmetdetay .ra-hd-wrap{
  padding:34px 0 70px;
}
.ra-hizmetdetay .ra-hd-row{
  align-items:flex-start;
}
.ra-hizmetdetay .ra-hd-main{
  min-width:0;
}

/* ==========================================================
   BREADCRUMB
========================================================== */
.ra-hizmetdetay .ra-hd-bc{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  margin:0 0 18px;
  padding:12px 14px;
  background:#fff;
  border:1px solid rgba(0,112,187,.14);
  border-radius:12px;
  box-shadow:0 6px 18px rgba(48,58,69,.05);
  font-size:13px;
  color:#51606f;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  scrollbar-width:none;
}
.ra-hizmetdetay .ra-hd-bc::-webkit-scrollbar{ display:none; }
.ra-hizmetdetay .ra-hd-bc > *{ flex:0 0 auto; }

.ra-hizmetdetay .ra-hd-bc a{
  color:var(--renk-1,#0070bb);
  text-decoration:none;
  font-weight:700;
}
.ra-hizmetdetay .ra-hd-bc a:hover{
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-sep{ color:#94a3b8; }
.ra-hizmetdetay .ra-hd-current{
  color:var(--renk-2,#303a45);
  font-weight:800;
}

/* ==========================================================
   BAŞLIK
========================================================== */
.ra-hizmetdetay .ra-hd-header{
  margin:0 0 16px;
}
.ra-hizmetdetay .ra-hd-title{
  margin:0 0 10px;
  font-size:34px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.3px;
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-spot{
  margin:0;
  max-width:95%;
  line-height:1.8;
  color:#64748b;
  font-weight:500;
  font-size:15px;
}

/* ==========================================================
   HERO
========================================================== */
.ra-hizmetdetay .ra-hd-hero{
  margin:18px 0 24px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,112,187,.12);
  box-shadow:0 14px 34px rgba(48,58,69,.08);
}
.ra-hizmetdetay .ra-hd-hero img{
  width:100%;
  height:auto;
  display:block;
  cursor:zoom-in;
}

/* ==========================================================
   İÇERİK
========================================================== */
.ra-hizmetdetay .ra-hd-content{
  font-size:15px;
  line-height:1.95;
  color:#3f4b57;
}
.ra-hizmetdetay .ra-hd-content > *:first-child{ margin-top:0 !important; }
.ra-hizmetdetay .ra-hd-content > *:last-child{ margin-bottom:0 !important; }

.ra-hizmetdetay .ra-hd-content p{
  margin:0 0 14px;
}
.ra-hizmetdetay .ra-hd-content h2{
  margin:28px 0 12px;
  font-size:22px;
  font-weight:900;
  color:var(--renk-2,#303a45);
  line-height:1.35;
}
.ra-hizmetdetay .ra-hd-content h3{
  margin:24px 0 10px;
  font-size:18px;
  font-weight:800;
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-content h4{
  margin:20px 0 8px;
  font-size:16px;
  font-weight:800;
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-content a{
  color:var(--renk-1,#0070bb);
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:700;
}
.ra-hizmetdetay .ra-hd-content a:hover{
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-content ul,
.ra-hizmetdetay .ra-hd-content ol{
  margin:0 0 14px;
  padding-left:18px;
}
.ra-hizmetdetay .ra-hd-content li{
  margin:0 0 8px;
}
.ra-hizmetdetay .ra-hd-content blockquote{
  margin:20px 0;
  padding:16px 18px;
  border:1px solid rgba(0,112,187,.12);
  border-left:4px solid var(--renk-1,#0070bb);
  background:linear-gradient(180deg, #f7fbff, #ffffff);
  border-radius:14px;
  color:var(--renk-2,#303a45);
  font-weight:600;
}
.ra-hizmetdetay .ra-hd-content hr{
  border:0;
  height:1px;
  background:#e6edf3;
  margin:24px 0;
}
.ra-hizmetdetay .ra-hd-content img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(0,112,187,.10);
  box-shadow:0 10px 24px rgba(48,58,69,.06);
}
.ra-hizmetdetay .ra-hd-content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:18px 0;
  border:1px solid rgba(0,112,187,.12);
  border-radius:14px;
  overflow:hidden;
}
.ra-hizmetdetay .ra-hd-content th,
.ra-hizmetdetay .ra-hd-content td{
  padding:12px;
  border-bottom:1px solid #edf2f7;
  vertical-align:top;
}
.ra-hizmetdetay .ra-hd-content th{
  background:linear-gradient(135deg, var(--renk-1,#0070bb), var(--renk-2,#303a45));
  color:#fff;
  font-weight:800;
}
.ra-hizmetdetay .ra-hd-content tr:last-child td{
  border-bottom:0;
}

/* ==========================================================
   SIDEBAR
========================================================== */
.ra-hizmetdetay .ra-hd-side{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.ra-hizmetdetay .ra-hd-box{
  background:#fff;
  border:1px solid rgba(0,112,187,.12);
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 28px rgba(48,58,69,.05);
}
.ra-hizmetdetay .ra-hd-box-tags{
  margin-top:14px;
}
.ra-hizmetdetay .ra-hd-box-title{
  margin:0 0 14px;
  font-size:18px;
  font-weight:900;
  color:var(--renk-2,#303a45);
  position:relative;
  padding-left:12px;
}
.ra-hizmetdetay .ra-hd-box-title::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  bottom:2px;
  width:4px;
  border-radius:4px;
  background:linear-gradient(180deg, var(--renk-1,#0070bb), var(--renk-2,#303a45));
}

/* ==========================================================
   DİĞER HABERLER
========================================================== */
.ra-hizmetdetay .ra-hd-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.ra-hizmetdetay .ra-hd-list a{
  display:block;
  position:relative;
  padding:13px 14px 13px 18px;
  background:#fff;
  border:1px solid #e7edf3;
  border-radius:12px;
  text-decoration:none;
  color:var(--renk-2,#303a45);
  font-weight:700;
  transition:all .2s ease;
}
.ra-hizmetdetay .ra-hd-list a::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:4px;
  border-radius:0 4px 4px 0;
  background:linear-gradient(180deg, var(--renk-1,#0070bb), var(--renk-2,#303a45));
}
.ra-hizmetdetay .ra-hd-list a:hover{
  border-color:rgba(0,112,187,.20);
  box-shadow:0 10px 22px rgba(48,58,69,.06);
  transform:translateY(-1px);
  color:var(--renk-1,#0070bb);
}

/* ==========================================================
   ETİKETLER
========================================================== */
.ra-hizmetdetay .ra-hd-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ra-hizmetdetay .ra-hd-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 14px;
  background:#fff;
  border:1px solid #dbe7f1;
  border-radius:999px;
  text-decoration:none;
  color:var(--renk-2,#303a45);
  font-size:13px;
  font-weight:700;
  transition:all .2s ease;
}
.ra-hizmetdetay .ra-hd-tag:hover{
  background:linear-gradient(135deg, var(--renk-1,#0070bb), var(--renk-2,#303a45));
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 20px rgba(48,58,69,.10);
}

/* ==========================================================
   ZOOM
========================================================== */
.ra-hizmetdetay .ra-hd-zoomov{
  position:fixed;
  inset:0;
  background:rgba(48,58,69,.88);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
  z-index:9999;
  padding:24px;
}
.ra-hizmetdetay .ra-hd-zoomov.is-open{
  opacity:1;
  visibility:visible;
}
.ra-hizmetdetay .ra-hd-zoomov img{
  max-width:min(1100px,95vw);
  max-height:90vh;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
}

/* ==========================================================
   404
========================================================== */
.ra-hizmetdetay .ra-hd-404{
  padding:70px 20px;
  background:#fff;
  border:1px solid rgba(0,112,187,.12);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(48,58,69,.05);
}
.ra-hizmetdetay .ra-hd-404 h1{
  margin:0 0 10px;
  font-size:30px;
  font-weight:900;
  color:var(--renk-2,#303a45);
}
.ra-hizmetdetay .ra-hd-404 p{
  margin:0 0 18px;
  color:#64748b;
}

/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width:991px){
  .ra-hizmetdetay .ra-hd-side{
    margin-top:22px;
  }
  .ra-hizmetdetay .ra-hd-title{
    font-size:28px;
  }
  .ra-hizmetdetay .ra-hd-spot{
    max-width:100%;
  }
}
@media (max-width:575px){
  .ra-hizmetdetay .ra-hd-wrap{
    padding:26px 0 60px;
  }
  .ra-hizmetdetay .ra-hd-title{
    font-size:24px;
  }
  .ra-hizmetdetay .ra-hd-box{
    padding:15px;
  }
  .ra-hizmetdetay .ra-hd-list a{
    padding:12px 12px 12px 16px;
    font-size:14px;
  }
}