/* Sacdan Adam Custom CSS */
/* Generated: 2026-04-02 11:55:54 */

/* ============================================================
   HEADER - TEK SATIR DÜZENI
   Logo | Menü | Arama | Dil
   Renk: Antrasit + Turuncu
   ============================================================ */

header.header {
  background: linear-gradient(135deg,#1c1c1c 0%,#2a2a2a 55%,#3d3d3d 100%);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
  color: #fff;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  padding: 0 1.5rem !important;
  min-height: 80px;
}

header.header > .grid-child {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}

header.header > .grid-child:not(.container-nav) {
  flex: 0 0 auto;
  padding-right: 1.5rem !important;
}

header.header > .grid-child.container-nav {
  flex: 1 1 0;
  gap: .5rem;
  justify-content: flex-start !important;
  align-items: center !important;
  padding-bottom: 0 !important;
}

header.header .container-nav > * {
  margin-top: 0 !important;
}

header.header .container-nav > nav.navbar {
  flex: 1 1 auto;
  padding: 0 !important;
}

header.header .container-search {
  flex: 0 1 160px;
  order: 5;
}

header.header .mod-languages {
  flex: 0 0 auto;
  order: 10;
}

header.header .navbar-brand img {
  height: 84px;
  width: auto;
}

/* ---- Menü linkleri ---- */
header.header .mod-menu > li > a,
header.header .mod-menu > li > span {
  color: rgba(255,255,255,.9) !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
}
header.header .mod-menu > li > a:hover {
  color: #f47920 !important;
  text-decoration: none !important;
}
header.header .mod-menu > li.active > a,
header.header .mod-menu > li.current > a,
header.header .mod-menu > li.default.active > a {
  color: #f47920 !important;
}
header.header .mod-menu > li::after {
  opacity: .65;
}

/* Dropdown ok rengi */
header.header .mm-toggler,
header.header .mm-toggler::after {
  color: rgba(255,255,255,.7) !important;
  border-top-color: rgba(255,255,255,.7) !important;
}
header.header .mm-toggler:hover,
header.header .mm-toggler:hover::after {
  color: #f47920 !important;
  border-top-color: #f47920 !important;
}

/* ---- Alt menü paneli ---- */
@media (min-width: 992px) {
header.header .mm-collapse {
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  padding: .45rem;
  border: none;
  min-width: 190px;
}
header.header .mm-collapse .metismenu-item > a {
  color: #1e1e1e !important;
  font-size: .95rem;
  font-weight: 500;
  display: block;
  padding: .4rem .8rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .12s, color .12s;
  white-space: normal;
}
header.header .mm-collapse .metismenu-item > a:hover {
  background: #fff3e0 !important;
  color: #d4600a !important;
  text-decoration: none !important;
}
header.header .mm-collapse .metismenu-item.active > a,
header.header .mm-collapse .metismenu-item.current > a {
  background: #ffe0b2 !important;
  color: #d4600a !important;
}
header.header .mm-collapse .mm-collapse {
  box-shadow: none !important;
  background: #f5f0eb !important;
  border-radius: 6px;
  margin: .2rem 0 .2rem .4rem;
  min-width: unset;
}
}

/* ---- Dil seçici ---- */
header.header .mod-languages .btn,
header.header .mod-languages .btn-secondary {
  background: rgba(255,255,255,.1) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  color: rgba(255,255,255,.92) !important;
  font-size: .9rem;
  font-weight: 600;
  padding: .3rem .65rem;
  border-radius: 6px;
  box-shadow: none !important;
}
header.header .mod-languages .btn:hover,
header.header .mod-languages .btn:focus {
  background: rgba(244,121,32,.25) !important;
  border-color: rgba(244,121,32,.5) !important;
  color: #fff !important;
}
header.header .mod-languages .dropdown-menu {
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,.2) !important;
  padding: .3rem;
  min-width: 75px;
  background: #fff;
}
header.header .mod-languages .dropdown-menu li a {
  display: block;
  padding: .3rem .6rem;
  border-radius: 5px;
  color: #2d2d2d !important;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .12s;
}
header.header .mod-languages .dropdown-menu li a:hover {
  background: #fff3e0;
  color: #d4600a !important;
}
header.header .mod-languages .lang-active a {
  color: #d4600a !important;
  background: #ffe0b2;
}

/* ---- Mobil toggle ---- */
header.header .navbar-toggler {
  border: 1px solid rgba(255,255,255,.3) !important;
  background: rgba(255,255,255,.08) !important;
  border-radius: 6px;
  padding: .3rem .5rem;
}
header.header .navbar-toggler:hover {
  background: rgba(244,121,32,.2) !important;
  border-color: rgba(244,121,32,.4) !important;
}
header.header .navbar-toggler .icon-menu,
header.header .navbar-toggler .icon-menu::before {
  color: rgba(255,255,255,.9) !important;
}

/* ---- Mobil: logo üst tam satır, menü+dil+arama alt satır ---- */
@media (max-width: 991px) {
  header.header {
    flex-wrap: wrap !important;
    padding: .5rem 1rem !important;
    min-height: unset;
  }
  /* Logo: tam genişlik, boşluk yok */
  header.header > .grid-child:not(.container-nav) {
    flex: 0 0 100%;
    padding-right: 0 !important;
  }
  /* Menü + dil + arama: alt satır, tam genişlik */
  header.header > .grid-child.container-nav {
    flex: 0 0 100%;
    order: 10;
    padding: 0 !important;
  }
  /* Açık menü: taşmadan tam kapsar */
  header.header .navbar-collapse.show,
  header.header .collapsing {
    background: #111111;
    border-radius: 0 0 10px 10px;
    padding: .6rem .8rem .8rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    overflow: hidden;
  }
  header.header .mm-collapse {
    box-shadow: none !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.08) !important;
    padding: .3rem;
    margin-left: .5rem;
    min-width: unset;
  }
  header.header .mm-collapse .metismenu-item > a {
    color: rgba(255,255,255,.82) !important;
  }
  header.header .mm-collapse .metismenu-item > a:hover {
    background: rgba(244,121,32,.2) !important;
    color: #f47920 !important;
  }
  header.header .mm-collapse .mm-collapse {
    background: rgba(255,255,255,.05) !important;
  }
}

/* ---- Arama butonu gizle ---- */
header.header .container-search .btn,
header.header .mod-finder__search button {
  display: none !important;
}
header.header .mod-finder__search .form-control,
header.header .mod-finder__search input {
  border-radius: 7px !important;
}

/* ---- Arama kutusu ---- */
header.header .container-search input,
header.header .container-search .form-control {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  border-radius: 7px;
  font-size: .95rem;
}
header.header .container-search input::placeholder,
header.header .container-search .form-control::placeholder {
  color: rgba(255,255,255,.38);
}
header.header .container-search input:focus,
header.header .container-search .form-control:focus {
  background: rgba(255,255,255,.14);
  border-color: rgba(244,121,32,.6);
  box-shadow: 0 0 0 2px rgba(244,121,32,.2);
  outline: none;
  color: #fff;
}

/* ---- Yukarı çık butonu ---- */
#back-top {
  position: fixed;
  bottom: 84px;
  right: 22px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg,#d4600a,#f47920);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(212,96,10,.45);
  transition: transform .2s, box-shadow .2s;
  z-index: 1000;
}
#back-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(212,96,10,.55);
  color: #fff !important;
}
#back-top .icon-arrow-up {
  font-size: 1.4rem;
  line-height: 1;
}

/* ---- WhatsApp butonu (JS inline override) ---- */
.whatsapp-button {
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  bottom: 22px !important;
  right: 22px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#1da851,#25D366) !important;
  box-shadow: 0 4px 18px rgba(37,211,102,.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform .2s, box-shadow .2s !important;
}
.whatsapp-button:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 26px rgba(37,211,102,.55) !important;
}
.whatsapp-button a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
}
.whatsapp-button i {
  font-size: 1.7rem !important;
  color: #fff !important;
  line-height: 1 !important;
}

/* ===== FOOTER ===== */
.sda-footer{background:#1a1a1a;color:#c9cdd3;margin-top:1.5rem;padding:3rem 1.5rem 0;font-family:inherit}
.sda-footer-inner{max-width:1100px;margin:0 auto}
.sda-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:2.5rem;padding-bottom:2rem}
/* Marka kolonu */
.sda-footer-brand img{max-width:190px;height:auto;filter:brightness(1.05)}
.sda-footer-brand p{font-size:.88rem;color:#c9cdd3;margin-top:.9rem;line-height:1.75;max-width:220px}
.sda-footer-brand .sda-social{display:flex;gap:.55rem;margin-top:1.1rem}
.sda-footer-brand .sda-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.07);color:#c9cdd3;font-size:.95rem;text-decoration:none;transition:background .15s,color .15s}
.sda-footer-brand .sda-social a:hover{background:#f47920;color:#fff}
/* Kolon başlıkları */
.sda-footer-col .sda-footer-title{color:#e5e7eb;font-size:.7rem;font-weight:700;margin:0 0 1rem;letter-spacing:.1em;text-transform:uppercase;padding-bottom:.55rem;border-bottom:2px solid #f47920;display:inline-block}
.sda-footer-col ul{list-style:none;padding:0;margin:0}
.sda-footer-col li{margin-bottom:.5rem}
.sda-footer-col a{color:#c9cdd3;text-decoration:none;font-size:.88rem;transition:color .15s;display:flex;align-items:center;gap:.4rem}
.sda-footer-col a:hover{color:#f47920;text-decoration:none}
.sda-footer-col a i{width:14px;font-size:.78rem;color:#f47920;opacity:.8}
/* İletişim kolonu */
.sda-footer-contact .sda-contact-item{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.7rem;font-size:.88rem;line-height:1.5;color:#c9cdd3}
.sda-footer-contact .sda-contact-item i{color:#f47920;font-size:.95rem;margin-top:.15rem;flex-shrink:0;width:16px}
.sda-footer-contact .sda-contact-item a{color:#c9cdd3;text-decoration:none;transition:color .15s}
.sda-footer-contact .sda-contact-item a:hover{color:#f47920}
.sda-footer-hours{margin-top:.8rem;padding:.7rem .9rem;background:rgba(255,255,255,.04);border-radius:8px;border-left:3px solid #f47920}
.sda-footer-hours p{margin:.15rem 0;font-size:.82rem;color:#c9cdd3;line-height:1.5}
.sda-footer-hours p strong{color:#e5e7eb;font-weight:600}
/* Alt bar */
.sda-footer-bottom{border-top:1px solid #2a2a2a;padding:1rem 0;text-align:center;margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.sda-footer-bottom p{margin:0;font-size:.8rem;color:#c9cdd3}
.sda-footer-bottom .sda-footer-badges{display:flex;gap:.5rem;align-items:center}
.sda-footer-bottom .sda-badge{font-size:.7rem;background:rgba(244,121,32,.12);color:#f47920;border:1px solid rgba(244,121,32,.25);border-radius:4px;padding:.15rem .5rem;font-weight:600;letter-spacing:.04em}
@media(max-width:900px){.sda-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:540px){.sda-footer-grid{grid-template-columns:1fr;gap:1.5rem}.sda-footer-bottom{justify-content:center;text-align:center}}

/* ===== İÇ ALAN MODERNİZASYONU ===== */

/* Sayfa arka planı */
body.site {
  background: #f2f2f2 !important;
}

/* Ana içerik sarmalayıcı */
.grid-child.container-component {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,.07), 0 4px 24px rgba(0,0,0,.05);
  padding: 1.8rem 2rem !important;
  margin: 1.2rem 0;
}
@media(max-width:767px){
  .grid-child.container-component{padding:1.1rem 1rem !important;border-radius:8px}
}

/* Breadcrumb */
.mod-breadcrumbs__wrapper {
  margin-bottom: .5rem;
}
.mod-breadcrumbs.breadcrumb {
  background: transparent;
  font-size: .9rem;
  padding: .4rem 0 !important;
  margin: 0 0 1rem;
  border-radius: 0;
}
.mod-breadcrumbs__item.breadcrumb-item a {
  color: #f47920;
  text-decoration: none;
}
.mod-breadcrumbs__item.breadcrumb-item a:hover {
  color: #d4600a;
  text-decoration: underline;
}
.mod-breadcrumbs__item.breadcrumb-item.active {
  color: #6b6b6b;
}
.mod-breadcrumbs__here {
  color: #a0a0a0;
  font-size: .8rem;
}

/* Sayfa başlığı (h1) */
.com-content-article:has(#sda-hardox)>.page-header{display:none}
.page-header {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 1.4rem;
  padding-bottom: .7rem;
}
.page-header h1 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0;
  line-height: 1.3;
}

/* Makale gövdesi */
.com-content-article__body {
  color: #333;
  line-height: 1.8;
  font-size: 1.05rem;
}
.com-content-article__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e1e1e;
  margin: 1.6rem 0 .7rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #e5e5e5;
}
.com-content-article__body h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: #f47920;
  margin: 1.3rem 0 .5rem;
}
.com-content-article__body a {
  color: #f47920;
}
.com-content-article__body a:hover {
  color: #d4600a;
}
.com-content-article__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
  margin: 1rem 0;
}
.com-content-article__body table th {
  background: #2d2d2d;
  color: #fff;
  font-weight: 600;
  padding: .55rem .8rem;
  text-align: left;
}
.com-content-article__body table td {
  padding: .45rem .8rem;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.com-content-article__body table tr:nth-child(even) td {
  background: #f8f8f8;
}
.com-content-article__body table tr:hover td {
  background: #fff3e0;
}

/* Makale meta bilgileri */
.article-info.text-muted {
  font-size: .78rem;
  color: #a0a0a0 !important;
  margin-bottom: 1.2rem;
  padding: .5rem .8rem;
  background: #f8f8f8;
  border-radius: 6px;
  border-left: 3px solid #f47920;
}
.article-info-term {
  display: none;
}

/* Etiketler */
.tags.list-inline {
  margin: 1rem 0 .5rem;
}
.tags .list-inline-item a {
  display: inline-block;
  background: #ffe0b2;
  color: #d4600a;
  font-size: .74rem;
  font-weight: 600;
  padding: .22rem .65rem;
  border-radius: 20px;
  text-decoration: none;
  transition: background .12s, color .12s;
}
.tags .list-inline-item a:hover {
  background: #f47920;
  color: #fff;
}

/* Kategori tablosu */
.com-content-category__table.table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  font-size: 1rem;
}
.com-content-category__table thead th {
  background: #2d2d2d !important;
  color: #fff !important;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .03em;
  border: none !important;
  padding: .7rem 1rem;
}
.com-content-category__table tbody td {
  padding: .6rem 1rem;
  border-color: #e5e5e5 !important;
  vertical-align: middle;
  color: #333;
}
.com-content-category__table tbody tr:nth-child(odd) td {
  background: #fff;
}
.com-content-category__table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.com-content-category__table tbody tr:hover td {
  background: #fff3e0 !important;
}
.com-content-category__table a {
  color: #f47920;
  font-weight: 500;
  text-decoration: none;
}
.com-content-category__table a:hover {
  color: #d4600a;
  text-decoration: underline;
}

/* Kategori liste görünümü */
.content-category {
  margin-top: .5rem;
}
.com-content-category__articles .cat-list-row0,
.com-content-category__articles .cat-list-row1 {
  padding: .7rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.com-content-category__articles .cat-list-row0:last-child,
.com-content-category__articles .cat-list-row1:last-child {
  border-bottom: none;
}

/* Sayfalama */
.pagination {
  gap: .25rem;
  margin: 1.5rem 0;
}
.pagination .page-link {
  border-radius: 7px !important;
  border: 1px solid #e0e0e0;
  color: #f47920;
  font-size: .95rem;
  font-weight: 500;
  padding: .38rem .7rem;
  transition: background .12s, color .12s, border-color .12s;
}
.pagination .page-link:hover {
  background: #fff3e0;
  border-color: #f47920;
  color: #d4600a;
}
.pagination .page-item.active .page-link {
  background: #f47920 !important;
  border-color: #f47920 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(212,96,10,.35);
}
.pagination .page-item.disabled .page-link {
  color: #b0b0b0;
  background: #f8f8f8;
  border-color: #e0e0e0;
}

/* Butonlar */
.btn-primary {
  background: linear-gradient(135deg,#d4600a,#f47920) !important;
  border: none !important;
  border-radius: 7px !important;
  font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px rgba(212,96,10,.25);
  transition: box-shadow .15s, transform .1s;
}
.btn-primary:hover {
  box-shadow: 0 4px 14px rgba(212,96,10,.4) !important;
  transform: translateY(-1px);
}
.btn-info {
  background: linear-gradient(135deg,#3d3d3d,#555) !important;
  border: none !important;
  border-radius: 7px !important;
  color: #fff !important;
  font-weight: 600;
}

/* Kartlar */
.card {
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 8px rgba(0,0,0,.07) !important;
}
.card-header {
  background: #2d2d2d !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 10px 10px 0 0 !important;
  padding: .7rem 1rem !important;
  border: none !important;
}
.card-body {
  padding: .8rem 1rem !important;
}

/* Benzer öğeler liste */
.mod-tagssimilar a {
  color: #f47920;
  font-size: .95rem;
  text-decoration: none;
}
.mod-tagssimilar a:hover {
  color: #d4600a;
  text-decoration: underline;
}
.mod-tagssimilar li {
  padding: .3rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.mod-tagssimilar li:last-child {
  border-bottom: none;
}

/* Badge */
.badge.bg-secondary {
  background: #4a4a4a !important;
  font-size: .72rem;
  border-radius: 5px;
}

/* Form seçiciler */
.form-select {
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  font-size: .84rem;
  color: #333;
  background-color: #fff;
}
.form-select:focus {
  border-color: #f47920;
  box-shadow: 0 0 0 2px rgba(244,121,32,.2);
  outline: none;
}

/* Footer container */
.container-footer.footer {
  background: transparent !important;
  padding: 0 !important;
}


/* ============================================================
   MODULE 142 RESTORE - Joomla 5.4.4 update stripped these
   ============================================================ */

/* ===== BANNER / SLIDER ===== */
#mod-custom120 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 65vh;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 2rem 1.5rem;
}
#mod-custom120::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 100%);
  z-index: 0;
}
#mod-custom120 > * {
  position: relative;
  z-index: 1;
}
.sda-banner-badge {
  display: inline-block;
  background: rgba(244,121,32,.18);
  border: 1px solid rgba(244,121,32,.4);
  color: #ffd6a8;
  font-size: .85rem;
  font-weight: 600;
  padding: .35rem 1.1rem;
  border-radius: 30px;
  letter-spacing: .04em;
  margin-bottom: 1rem;
  backdrop-filter: blur(4px);
}
.sda-banner-h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 .6rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.sda-banner-h2 span { color: #f47920; }
.sda-banner-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f47920, #ffa726);
  margin: .8rem auto 1rem;
  border-radius: 2px;
}
.sda-banner-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.88);
  max-width: 680px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}
.sda-banner-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}
.sda-banner-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
}
.sda-banner-stat-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: #f47920;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.sda-banner-stat-lbl {
  font-size: .78rem;
  color: rgba(255,255,255,.75);
  letter-spacing: .03em;
}
.sda-banner-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sda-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.8rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .15s, box-shadow .15s;
  cursor: pointer;
}
.sda-banner-cta:hover { transform: translateY(-2px); }
.sda-banner-cta-primary {
  background: linear-gradient(135deg, #d4600a, #f47920);
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(212,96,10,.45);
}
.sda-banner-cta-primary:hover {
  box-shadow: 0 8px 28px rgba(212,96,10,.6);
  color: #fff !important;
}
.sda-banner-cta-secondary {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff !important;
  backdrop-filter: blur(4px);
}
.sda-banner-cta-secondary:hover {
  background: rgba(37,211,102,.2);
  border-color: #25D366;
  box-shadow: 0 4px 18px rgba(37,211,102,.3);
  color: #fff !important;
}

/* ===== BANNER CONTAINER ===== */
.container-banner.full-width {
  padding: 0 !important;
}
.container-banner .grid-child {
  padding: 0 !important;
  max-width: 100% !important;
}

/* ===== TOOLS BAR ===== */

.site-grid > .sda-tools-bar {
  grid-column: full-start / full-end;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1100px;
  margin: -2.5rem auto 2rem;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}
.sda-tool-btn {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  text-decoration: none !important;
  color: #1e1e1e !important;
  font-weight: 600;
  font-size: .95rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.06);
  transition: transform .15s, box-shadow .15s;
}
.sda-tool-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  color: #f47920 !important;
  text-decoration: none !important;
}
.sda-tool-btn svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #f47920;
}

/* ===== CATEGORY BLOG CARDS ===== */
.com-content-category-blog .blog-items {
  gap: 1.2rem;
}
.com-content-category-blog .blog-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,.07), 0 4px 20px rgba(0,0,0,.04);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s;
  border: 1px solid #eee;
}
.com-content-category-blog .blog-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}
.com-content-category-blog .blog-item .page-header {
  padding: .8rem 1.2rem .4rem;
  margin: 0;
  border-bottom: none;
}
.com-content-category-blog .blog-item .page-header h2 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.com-content-category-blog .blog-item .page-header h2 a {
  color: #1e1e1e;
  text-decoration: none;
}
.com-content-category-blog .blog-item .page-header h2 a:hover {
  color: #f47920;
}
.com-content-category-blog .blog-item .com-content-article__body {
  padding: 0 1.2rem 1rem;
  font-size: .9rem;
  color: #555;
  line-height: 1.6;
}
.com-content-category-blog .blog-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.com-content-category-blog .blog-item .article-info {
  padding: .3rem 1.2rem;
  margin: 0;
  background: transparent;
  border: none;
  border-left: none;
}
.com-content-category-blog .blog-item .readmore {
  padding: 0 1.2rem 1rem;
}
.com-content-category-blog .blog-item .readmore .btn {
  background: linear-gradient(135deg, #d4600a, #f47920) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: .85rem;
  font-weight: 600;
  padding: .4rem 1rem;
  text-decoration: none;
}
/* Category description */
.com-content-category-blog .category-desc {
  background: linear-gradient(135deg, #fff7ed, #fff3e0);
  border-left: 4px solid #f47920;
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  font-size: .95rem;
  color: #555;
  line-height: 1.7;
}
/* Subcategories */
.com-content-category-blog__children,
.cat-children {
  margin-bottom: 1.5rem;
}
.com-content-category-blog__children a,
.cat-children a {
  color: #f47920;
  font-weight: 600;
  text-decoration: none;
}
.com-content-category-blog__children a:hover,
.cat-children a:hover {
  color: #d4600a;
  text-decoration: underline;
}

/* ===== CATEGORY LIST (TABLE) CARDS ===== */
.com-content-category .cat-list-row0,
.com-content-category .cat-list-row1 {
  background: #fff;
  border-radius: 8px;
  margin-bottom: .5rem;
  padding: .8rem 1rem;
  border: 1px solid #eee;
  transition: background .12s;
}
.com-content-category .cat-list-row0:hover,
.com-content-category .cat-list-row1:hover {
  background: #fff3e0;
}

/* ===== MOBILE MENU ===== */
@media (max-width: 991px) {
  /* Header stays on top */
  header.header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10002 !important;
    min-height: 60px !important;
  }
  /* Push page content below fixed header */
  .site-grid {
    padding-top: 70px;
  }
  /* Hamburger button */
  header.header .navbar-toggler {
    z-index: 10003;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  /* Collapse hidden by default */
  header.header .navbar-collapse {
    display: none !important;
  }
  /* Open state - slide from right */
  header.header .navbar-collapse.sda-open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    max-width: 85vw;
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    z-index: 10001;
    padding: 80px 0 2rem;
    overflow-y: auto;
    box-shadow: -4px 0 30px rgba(0,0,0,.5);
    animation: sdaSlideRight .25s ease;
  }
  @keyframes sdaSlideRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }
  /* Submenu close transition fix */
  header.header .mm-collapse {
    transition: none !important;
  }
  /* Menu items */
  header.header .sda-open .mod-menu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  header.header .sda-open .mod-menu > li {
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  header.header .sda-open .mod-menu > li > a,
  header.header .sda-open .mod-menu > li > span {
    display: flex !important;
    align-items: center;
    gap: .6rem;
    padding: .85rem 1.5rem !important;
    font-size: 1rem;
    color: rgba(255,255,255,.9) !important;
    transition: background .12s, color .12s;
  }
  header.header .sda-open .mod-menu > li > a:hover,
  header.header .sda-open .mod-menu > li.active > a {
    background: rgba(244,121,32,.1) !important;
    color: #f47920 !important;
  }
  header.header .sda-open .mod-menu > li > a > i {
    width: 20px;
    text-align: center;
    font-size: .9rem;
    opacity: .7;
  }
  /* Submenu toggle arrow */
  header.header .sda-open .mod-menu > li > .mm-toggler {
    color: rgba(255,255,255,.4) !important;
    padding: .5rem 1rem !important;
    margin-left: auto;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 40px;
  }
  header.header .sda-open .mod-menu > li > .mm-toggler:hover {
    color: #f47920 !important;
  }
  /* Hide any extra icons/buttons in toggler */
  header.header .sda-open .mm-toggler img,
  header.header .sda-open .mm-toggler .icon-arrow-down {
    display: none !important;
  }
  /* Submenu panel */
  header.header .mm-collapse {
    display: none !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    min-width: unset !important;
  }
  header.header .mm-collapse.sda-sub-open,
  header.header .mm-collapse.mm-show {
    display: block !important;
    background: rgba(0,0,0,.25) !important;
    border-left: 3px solid #f47920;
    margin: 0 0 0 1.2rem;
    padding: .2rem 0 !important;
  }
  header.header .mm-collapse .metismenu-item {
    display: block !important;
  }
  header.header .mm-collapse .metismenu-item > a {
    padding: .5rem 1.2rem !important;
    font-size: .88rem;
    color: rgba(255,255,255,.75) !important;
    display: block !important;
    white-space: normal !important;
  }
  header.header .mm-collapse .metismenu-item > a:hover {
    color: #f47920 !important;
    background: rgba(244,121,32,.08) !important;
  }
  /* Hide extra toggle icons in submenus */
  header.header .mm-collapse .mm-toggler {
    display: none !important;
  }
  /* 2nd level submenus */
  header.header .mm-collapse .mm-collapse.sda-sub-open,
  header.header .mm-collapse .mm-collapse.mm-show {
    margin-left: .8rem;
    border-left-color: rgba(244,121,32,.4);
  }
  /* Search and lang in mobile menu */
  header.header .sda-open .container-search,
  header.header .sda-open .mod-languages {
    padding: .8rem 1.5rem;
    border-top: 1px solid rgba(255,255,255,.06);
  }
}

/* ===== DESKTOP SUBMENU ===== */
@media (min-width: 992px) {
  header.header .mm-collapse {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header.header .mm-collapse.sda-sub-open,
  header.header li.deeper:hover > .mm-collapse {
    display: block !important;
  }
  header.header .mm-toggler {
    cursor: pointer;
    padding: .2rem .4rem;
    transition: color .12s;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .site-grid > .sda-tools-bar,
  .sda-tools-bar { grid-template-columns: repeat(2, 1fr) !important; gap: .8rem; padding: 0 1rem; margin-top: -1.5rem; }
  #mod-custom120 { min-height: 55vh; padding: 1.5rem 1rem; }
  .sda-banner-h2 { font-size: 2rem; }
  .sda-banner-sub { font-size: .9rem; }
}
@media (max-width: 540px) {
  .site-grid > .sda-tools-bar,
  .sda-tools-bar { grid-template-columns: repeat(2, 1fr) !important; gap: .6rem; padding: 0 .8rem; margin-top: -1rem; }
  .sda-tool-btn { padding: .7rem .8rem; font-size: .85rem; gap: .5rem; }
  .sda-tool-btn svg { width: 22px; height: 22px; }
  .sda-banner-h2 { font-size: 1.6rem; }
  .sda-banner-stats { gap: 1.2rem; }
  .sda-banner-stat-num { font-size: 1.3rem; }
  .sda-banner-cta { padding: .55rem 1rem; font-size: .88rem; }
  #mod-custom120 { min-height: 50vh; }
  .com-content-category-blog .blog-items[class*=" masonry-"] { column-count: 1 !important; }
}
@media (max-width: 767px) {
  .com-content-category-blog .blog-items[class*=" masonry-"] { column-count: 2 !important; }
}
@media (max-width: 480px) {
  .com-content-category-blog .blog-items[class*=" masonry-"] { column-count: 1 !important; }
}

/* Hide breadcrumb and page title on homepage */
.itemid-105 .mod-breadcrumbs__wrapper,
.itemid-105 .page-header {
  display: none !important;
}
/* ===== COMPACT CATEGORY CARDS ===== */
/* Compact category cards: show only image + title */
.com-content-category-blog .blog-item .item-content > * {
  display: none !important;
}
.com-content-category-blog .blog-item .item-content > .page-header:first-child {
  display: block !important;
  padding: .7rem 1rem;
  margin: 0;
  border: none;
}
.com-content-category-blog .blog-item .item-content > .page-header h2 {
  font-size: .95rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.com-content-category-blog .blog-item .item-content > .page-header h2 a {
  color: #1e1e1e;
  text-decoration: none;
}
.com-content-category-blog .blog-item .item-content > .page-header h2 a:hover {
  color: #f47920;
}
.com-content-category-blog .blog-item .item-image {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.com-content-category-blog .blog-item .item-image img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover;
  display: block;
  transition: transform .25s;
}
.com-content-category-blog .blog-item {
  width: 100% !important;
}
.com-content-category-blog .blog-item:hover .item-image img {
  transform: scale(1.05);
}
/* Tags above category desc */
.com-content-category-blog > .tags {
  margin-bottom: .8rem;
}
/* Force equal card images */
.com-content-category-blog .blog-item figure.item-image {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  overflow: hidden;
}
.com-content-category-blog .blog-item figure.item-image img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  display: block !important;
  max-width: none !important;
}
/* Force masonry items full column width */
.blog-items[class*="masonry-"] .blog-item {
  width: 100% !important;
  display: inline-flex !important;
  flex-direction: column;
}
/* Hide figcaption if exists */
.com-content-category-blog .blog-item figcaption {
  display: none !important;
}
/* ===== MOBILE FIXES ===== */
@media (max-width: 991px) {
  body.site {
    overflow-x: hidden !important;
  }
  .site-grid {
    overflow-x: hidden !important;
  }
}
/* Mobile toggle arrows */
@media (max-width: 991px) {
  /* Style mm-toggler as red arrow */
  header.header .mm-toggler,
  header.header button.mm-toggler {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: .5rem .8rem !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }
  header.header .mm-toggler::after {
    content: "" !important;
    border-top: .45em solid #e53935 !important;
    border-left: .4em solid transparent !important;
    border-right: .4em solid transparent !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    transition: transform .2s !important;
  }
  header.header .mm-toggler:hover::after {
    border-top-color: #ff6659 !important;
  }
  header.header .mm-toggler[aria-expanded="true"]::after,
  header.header .mm-toggler.sda-sub-open::after {
    border-top-color: #ff6659 !important;
  }
  /* Hide togglers inside submenus */
  header.header .mm-collapse .mm-toggler {
    display: none !important;
  }
  /* Menu item row layout */
  header.header .sda-open .mod-menu > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header.header .sda-open .mod-menu > li > a {
    flex: 1;
  }
  header.header .sda-open .mod-menu > li > .mm-collapse,
  header.header .sda-open .mod-menu > li > ul {
    flex-basis: 100%;
  }
}