/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.ah-client-card{
    border-radius:12px;
}

.ah-client-card .panel-heading{
    background:#fff;
    border-bottom:1px solid #eee;
    font-size:16px;
}

.ah-client-card .panel-body{
    padding:25px;
}

.ah-profile-box{
    margin-top:15px;
    border-radius:12px;
}

/* ===== TOP BAR ===== */
.adp-topbar{
  background:#2f343b;
  color:#fff;
  font-size:14px;
}
.adp-topbar-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
}
.adp-topbar-left{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.adp-topbar-item,
.adp-user{
  color:#fff !important;
  text-decoration:none !important;
  opacity:.95;
}
.adp-topbar-item:hover,
.adp-user:hover{ opacity:1; }
.adp-topbar-item i{ margin-right:8px; }
.adp-user-dd .dropdown-menu{
  border-radius:10px;
  overflow:hidden;
}

/* ===== MAIN BAR ===== */
.adp-mainbar{
  background:#fff;
  border-bottom:1px solid #eee;
}
.adp-mainbar-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}

/* Sol paket: logo + rozet */
.adp-left-pack{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}
.adp-logo img{ height:44px; width:auto; display:block; }



/* Orta menü */
.adp-midnav{
  flex:1 1 auto;
  display:flex;
  justify-content:center;
}
.adp-mid-collapse{
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
}
.adp-midnav-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}

/* WHMCS navbar.tpl li/a stilleri */
.adp-midnav-list > li{ float:none; }
.adp-midnav-list > li > a{
  display:block;
  padding:10px 14px;
  font-weight:600;
  font-size:16px;
  color:#2f343b !important;
  text-decoration:none !important;
  white-space:nowrap;
}
.adp-midnav-list > li > a:hover{ opacity:.85; }

/* Sağ paket: sepet + hamburger */
.adp-right-pack{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

/* Sepet */
.adp-cart-link{
  display:flex;
  align-items:center;
  gap:8px;
  color:#2f343b !important;
  text-decoration:none !important;
  font-weight:700;
}
.adp-cart-link i{ font-size:18px; }
.adp-cart-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  background:#e53935;
  color:#fff;
  font-size:12px;
  line-height:18px;
  font-weight:800;
}

/* Mobil hamburger */
.adp-hamburger{
  margin:0;
  padding:8px 10px;
  border:1px solid #e5e5e5;
  background:#fff !important;
  border-radius:8px;
}
.adp-hamburger .icon-bar{ background:#2f343b; }

/* ===== Mobilde menüyü aşağı aç ===== */
@media (max-width: 992px){
  .adp-badge{ display:none; } /* İstersen kalsın: kaldır */
  .adp-midnav{
    justify-content:flex-start;
  }
  .adp-midnav-list{
    display:block;
    padding-top:10px;
  }
  .adp-midnav-list > li > a{
    padding:12px 10px;
  }
}

/* ===============================
   PREMIUM COMPANY YEAR BADGE
=================================*/

.adp-badge-premium{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-left:10px;
    user-select:none;
}

/* ALTIN MADALYA */
.badge-medal{
    width:42px;
    height:42px;
    border-radius:50%;
    background:
        radial-gradient(circle at 30% 30%, #fff6b0, #f6c343 40%, #d39b00 75%);
    box-shadow:
        inset 0 2px 6px rgba(255,255,255,.6),
        0 3px 8px rgba(0,0,0,.25);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s;
}

/* iç halka */
.badge-medal:after{
    content:"";
    position:absolute;
    width:30px;
    height:30px;
    border-radius:50%;
    border:2px dashed rgba(255,255,255,.45);
}

/* YIL SAYISI */
.badge-center{
    font-weight:900;
    font-size:15px;
    color:#7a5200;
    z-index:2;
}

/* Ribbon */
.badge-ribbon{
    margin-top:-6px;
    background:#e53935;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:2px 8px;
    border-radius:4px;
    box-shadow:0 2px 4px rgba(0,0,0,.25);
    letter-spacing:.5px;
}

/* Hover premium glow */
.adp-badge-premium:hover .badge-medal{
    transform:translateY(-2px) scale(1.05);
    box-shadow:
        inset 0 2px 8px rgba(255,255,255,.7),
        0 6px 14px rgba(246,195,67,.6);
}

/* Mobil */
@media (max-width:992px){
    .adp-badge-premium{
        display:none;
    }
}

/* =========================
   PREMIUM SMOOTH HEADER
========================= */

/* tüm header elementlerine smooth geçiş */
.adp-header-wrap,
.adp-topbar,
.adp-mainbar,
.adp-mainbar-row,
.adp-logo img,
.adp-badge-premium,
.adp-midnav-list > li > a{
    transition:
        all .38s cubic-bezier(.4,0,.2,1);
}

/* Sticky olduğunda cam efekti */
body.adp-sticky .adp-mainbar{
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 12px 30px rgba(0,0,0,.08);
}

/* Header küçülme animasyonu */
body.adp-sticky .adp-mainbar-row{
    padding: 6px 0;
}

/* Logo smooth küçülür */
body.adp-sticky .adp-logo img{
    height: 34px;
}

/* Rozet hafif küçülür */
body.adp-sticky .adp-badge-premium{
    transform: scale(.88);
}

/* Menü sıkışır */
body.adp-sticky .adp-midnav-list > li > a{
    padding: 8px 12px;
    font-size: 15px;
}

/* hover'da hafif lift */
.adp-midnav-list > li > a:hover{
    transform: translateY(-1px);
}

