 :root{
    --accent:#F29324;
    --text:#3D3A38;
    
    --card:#ffffff;
    --border:#ead7d1;
    --ok:#2e7d32;
    --muted:#7a6f6b;
  }
.price-header {
  background: linear-gradient(
    180deg,
    #F3AC5A 0%,
    #F19323 100%
  );
  color: #ffffff;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 6px 14px rgba(241, 147, 35, 0.28);
}
.price-header * {
   
}
.price-header .pricing-amount,
.price-header .pricing-currency,
.price-header .pricing-vat,
.price-header .pricing-per,
.price-header .pricing-per-text,
.price-header .pricing-sub,
.price-header .pricing-sub b {
  color: #fff;
}

.price-header {
  color: #fff;
  text-align: center;
}

.price-header .pricing-amount {
   font-size: 1.1rem;
  font-weight: 600;
}

.price-header .pricing-currency {
  font-size: 20px;
  font-weight: 500;
 
}

.price-header .pricing-vat {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-left: 6px;
}

.price-header .pricing-per {
  font-size: 1rem;
  opacity: 0.9;
}

.price-header .pricing-per-text {
  font-weight: 500;
}

.price-header .pricing-sub {
  margin-top: 8px;
  font-size: 1rem;
  opacity: 0.9;
}

.price-header .pricing-sub b {
  font-size: 1.1rem;
  font-weight: 600;
}


  .pricing-section{ background:var(--bg); padding:56px 0; color:var(--text); }
  .pricing-pill-wrap{ position:relative; gap:10px; }
  .pricing-pill.uk-subnav-pill>*>a{ border-radius:999px; padding:6px 14px; font-weight:600; }
  .pricing-pill.uk-subnav-pill>.uk-active>a{ background:var(--accent); color:#fff; }
  .pricing-discount{ font-size:12px; color:#2a2a7a; font-weight:600; white-space:nowrap; }
  .pricing-arrow{ display:inline-block; transform:translateY(-1px); margin-right:6px; }

  .pricing-card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:10px;
    padding:28px 22px 22px;
    position:relative;
    min-height: 860px; /* ekrandaki hizayı yakalamak için */
  }
  .pricing-title{ text-align:center; font-weight:700; margin:0 0 14px; }
  .pricing-price{
    text-align:center;
    font-weight:800;
    font-size:34px;
    margin-bottom:6px;
  }
  .pricing-currency{ margin-left:4px; }
  .pricing-vat, .pricing-per{ font-size:14px; font-weight:600; color:var(--muted); }
  .pricing-sub{ text-align:center; font-size:12px; color:var(--muted); margin-bottom:16px; }

  .pricing-list{ font-size:13px; line-height:1.35; }
  .pricing-list li{ display:flex; gap:10px; align-items:flex-start; padding:7px 0; }
  .ic-ok{ color:var(--ok); }
  .ic-no{ color:#c62828; }
  .text-no{ color:#c62828; font-weight:600; }

  .tag-free{
    margin-left:6px; font-size:11px; font-weight:700;
    color:#c62828;
  }
  .tag-new{
    margin-left:6px; font-size:11px; font-weight:700;
    color:#c62828;
  }

  .pricing-cta{ position:absolute; left:0; right:0; bottom:18px; display:flex; justify-content:center; }
  
  .pricing-btn-outline{
    border:1px solid var(--accent);
    color:var(--accent);
    border-radius:999px;
    padding:10px 18px;
    font-weight:700;
    background:transparent;
  }
  .pricing-btn-solid{
    background:var(--accent) !important;
    border-radius:999px;
    padding:10px 18px;
    font-weight:800;
  }

  .is-featured{
    background:#f7e9e5;
    box-shadow:0 10px 22px rgba(0,0,0,.12);
    border-color:#e7cfc6;
    margin-top:-66px!important;
  }

  .featured-top{
    text-align:center;
    font-size:12px;
    font-weight:700;
    margin-top:6px;
    margin-bottom:10px;
  }
  .featured-badge{
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
    width:40px; height:40px;
    border-radius:999px;
    background:var(--accent);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 6px 14px rgba(0,0,0,.18);
    color:#fff;
  }

  .pricing-footnote{ max-width:880px; margin-left:auto; margin-right:auto; color:var(--muted); }


@media (max-width: 960px){
  .is-featured{
    margin-top:0;
  }
}

/* Tema */ 

ol {
  counter-reset: item;
}

ol li {
  counter-increment: item;
  position: relative;
}

.cihazlar .el-image {
    background: rgba(21, 83, 164, 0.1);
    padding: 15px;
    border-radius: 12px 0 0 12px;
}
@media (max-width: 960px) {
.cihazlar .el-image {
    width: 50px;
    }
}
.map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 900px;
  border: 0;
}
.uk-tile, .uk-tile-muted, .uk-tile-secondary {
    border-radius: 12px;
}
.arama_grid .uk-tile-muted {
    padding: 25px 30px;
}
@media (min-width: 960px) {
  .uk-navbar-nav > li > a {
    height: 120px;
  }
}
.awesomplete>ul>li:hover, .awesomplete>ul>li[aria-selected=true] {
    color: #33639E;
}
mark {
    font-weight: 600;
}



.baslik_icon .el-title::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 40px;
  background-image: url('/images/tema/favicon_180.png'); 
  background-size: cover; /* Resmi boyutlandırma */
  vertical-align: middle;
    margin-top: -7px;
}

#search-116-search .uk-modal-dialog {
    background: transparent;
}

.uk-button-text::after {
    background-image: url(/images/tema/ok.svg) !important;
}

.uk-button-secondary:hover, .uk-button-primary:hover {
    box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 5px rgb(51 99 158 / 30%) !important;
}

.uk-alert-success {
    background: linear-gradient(45deg, rgba(54, 163, 54, 1) 0%, rgba(51, 99, 158, 1) 100%);
}


.uk-navbar-container:not(.uk-navbar-transparent) {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.uk-slidenav:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #33639e;
    opacity: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(.5);
    transition: all 450ms ease;
}

.uk-slidenav:hover:before {
    transform: translate(-50%,-50%)scale(1.3);
    opacity: .5;
}



/* Dil Değiştirici */
div.mod-languages ul {
    padding: 5px !important;
    border-radius: 50px;
    background: hsla(0, 0%, 100%, .1);
}
.sarjpark div.mod-languages ul {
    padding: 0px !important;
    border-radius: 0px;
    background: transparent !important;
}
.uk-navbar-container.uk-navbar-sticky div.mod-languages ul, .uk-navbar-container:not(.uk-navbar-transparent) div.mod-languages ul {
    background: rgba(51,51,204,.1);
}
div.mod-languages li {
    margin: 0 !important;
}
div.mod-languages ul li:first-child {
    border-bottom: 1px solid;
}
.sarjpark div.mod-languages ul li:first-child {
  border-bottom: 0;
}
div.mod-languages a {
    padding: 5px !important;
    font-size: 12px;
}
div.mod-languages ul li.uk-active {
    font-weight: bold;
}
.sarjpark .uk-subnav > * > :first-child {
  font-size: 16px;
}
/*-------------*/


/*Hareketli Başlık */
.hareketli_baslik {
    background: linear-gradient(269.79deg, #37c0d5 21.04%, #faf19d 50.46%, #7c7ff7 81.77%);
    background-size: 150% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anime 10s infinite;
    animation: anime 10s infinite;
}
@-webkit-keyframes anime {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

@keyframes anime {
    0% {
        background-position: 100% 0;
    }
    25% {
        background-position: 50% 0;
    }
    50% {
        background-position: 0% 0;
    }
    75% {
        background-position: 50% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
/*---------------*/

/* İletişim Mouse Hareket */
#mouse {
  animation: bounceWheel 2s ease-in-out infinite;
  transform-origin: center bottom;
}
#mouse .el-image {
  transform: rotate(180deg) !important;
}
@keyframes bounceWheel {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* blog video kodları */
.blog-video {

    position: relative; 
    width: 100%; 
    height: 0; 
    padding-bottom: 48.25%; 
    overflow: hidden;
    border-radius: 12px;
}

.blog-video iframe {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
}
