@font-face { font-family: 'Font Awesome 6 Free';   font-display: swap; }
@font-face { font-family: 'Font Awesome 6 Brands'; font-display: swap; }
@font-face { font-family: 'Font Awesome 5 Free';   font-display: swap; }
@font-face { font-family: 'Font Awesome 5 Brands'; font-display: swap; }
@font-face { font-family: 'FontAwesome';           font-display: swap; }

.chy-header-1-wrap {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
  gap: 16px;
  width: 100%;
}
.chy-header-1-wrap .left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}
.chy-header-1-wrap .right {
  flex: 0 0 auto;
  white-space: nowrap;
}
.chy-header-1-wrap .right > .d-flex {
  flex-wrap: nowrap !important;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .chy-main-menu-1 nav > ul > li > a {
    padding: 0 7px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
  .chy-header-1-wrap .right .header-btn {
    padding: 8px 16px !important;
    font-size: 13px !important;
    gap: 6px !important;
  }
  .chy-header-1-wrap .right .header-btn i { font-size: 14px !important; }
  .chy-header-1-wrap .right .modern-cart-btn { font-size: 20px !important; }
  .chy-header-1-wrap .right .modern-cart-wrapper { margin-right: 8px !important; }
  .chy-logo img { max-height: 40px !important; width: auto !important; }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .chy-main-menu-1 nav > ul > li > a {
    padding: 0 9px !important;
    font-size: 13.5px !important;
  }
}

.white-header-on-inner .chy-main-menu-1 nav > ul > li > a { color: #fff !important; }
.white-header-on-inner .chy-main-menu-1 nav > ul > li > a:hover,
.white-header-on-inner .chy-main-menu-1 nav > ul > li.dropdown:hover > a { color: #A249ED !important; }
.white-header-on-inner .chy-main-menu-1 nav ul li ul.dropdown-menu li a { color: #000000 !important; }
.white-header-on-inner .dropdown-menu li a:hover { color: #A249ED !important; }
.white-header-on-inner .modern-cart-btn { color: #fff !important; }

.modern-cart-wrapper { position: relative; display: inline-block; margin-right: 15px; }
.modern-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 24px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.modern-cart-btn:hover { color: #A249ED; transform: translateY(-2px); }
.modern-cart-btn .badgex {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #A249ED;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-btn {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.header-btn i { font-size: 16px; }
.header-btn.login { background-color: #0f3cb3; border: 1px solid #0f3cb3; }
.header-btn.login:hover { background-color: #0d3291; color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(15, 60, 179, 0.2); }
.header-btn.offer { background-color: #fe3b5c; border: 1px solid #fe3b5c; }
.header-btn.offer:hover { background-color: #d62f4b; color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(254, 59, 92, 0.2); }

.sj-has-mega { position: static !important; }
.sj-mainbar .container { position: relative !important; }
.sj-has-mega > .dropdown-menu { display: none !important; }
.sj-mega {
  position: absolute !important;
  left: 50% !important;
  top: calc(100% + 4px) !important;
  transform: translateX(-50%) !important;
  width: min(1080px, 94vw) !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 30px 70px rgba(30,12,69,0.20), 0 0 0 1px rgba(30,12,69,0.04) !important;
  padding: 0 !important;
  z-index: 99999 !important;
  overflow: hidden !important;
  animation: sjMegaIn .26s cubic-bezier(.16,.84,.44,1) !important;
}
.sj-mega::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg,#1e0c45,#724ebf,#A249ED) !important;
}
@keyframes sjMegaIn {
  from { opacity: 0; transform: translateX(-50%) translateY(12px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.sj-mg-grid { display: flex !important; gap: 8px !important; padding: 22px !important; align-items: stretch !important; }
.sj-mg-col {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 0 8px !important;
}
.sj-mg-head {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  color: #724ebf !important;
  padding: 0 6px 12px !important;
  margin-bottom: 6px !important;
  border-bottom: 2px solid #f0e9fb !important;
}
.sj-mg-head i { font-size: 13px !important; }
.sj-mg-item {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 9px 11px !important;
  margin-bottom: 8px !important;
  color: #2c2740 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border: 1.5px solid #eee8f7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  transition: all 0.16s ease !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
.sj-mg-item:hover {
  border-color: #c9b6ef !important;
  background: #faf7ff !important;
  color: #5a2ea6 !important;
  box-shadow: 0 6px 16px rgba(114,78,191,0.12) !important;
  transform: translateY(-1px) !important;
}
.sj-mg-txt { flex: 1 1 auto !important; min-width: 0 !important; white-space: normal !important; }
.sj-mg-arrow { font-size: 11px !important; color: #b9b2cc !important; flex-shrink: 0 !important; transition: color .16s ease !important; }
.sj-mg-item:hover .sj-mg-arrow { color: #724ebf !important; }
.sj-badge-new { color:#fff !important; font-size:9px !important; font-weight:700 !important; padding:2px 6px !important; border-radius:5px !important; flex-shrink:0 !important; letter-spacing:.3px !important; }
.sj-ic {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  color: #7a52c4 !important;
  background: #f1eafb !important;
  border-radius: 9px !important;
  transition: all 0.16s ease !important;
  flex-shrink: 0 !important;
}
.sj-mg-item:hover .sj-ic { background: linear-gradient(135deg,#724ebf,#5a2ea6) !important; color: #fff !important; }
/* Mega promo card */
.sj-mg-promo {
  flex: 0 0 230px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 26px 22px !important;
  border-radius: 16px !important;
  background: linear-gradient(155deg,#1e0c45 0%,#5a2ea6 55%,#724ebf 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}
.sj-mg-promo::after {
  content:"" !important; position:absolute !important; right:-40px !important; top:-40px !important;
  width:150px !important; height:150px !important; border-radius:50% !important;
  background: rgba(255,255,255,0.07) !important;
}
.sj-mg-promo-ico {
  width:52px !important; height:52px !important; border-radius:14px !important;
  display:flex !important; align-items:center !important; justify-content:center !important;
  background: rgba(255,255,255,0.15) !important; color:#fff !important; font-size:22px !important;
  margin-bottom:16px !important; position:relative !important; z-index:1 !important;
}
.sj-mg-promo-title { color:#fff !important; font-size:17px !important; font-weight:800 !important; line-height:1.3 !important; margin:0 0 8px !important; position:relative !important; z-index:1 !important; }
.sj-mg-promo-desc { color:rgba(255,255,255,0.72) !important; font-size:13px !important; line-height:1.5 !important; margin:0 0 18px !important; position:relative !important; z-index:1 !important; }
.sj-mg-promo-btn {
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  background:#fff !important; color:#5a2ea6 !important; font-weight:700 !important; font-size:13px !important;
  padding:11px 18px !important; border-radius:30px !important; text-decoration:none !important;
  position:relative !important; z-index:1 !important; transition:transform .16s ease !important;
}
.sj-mg-promo-btn:hover { transform:translateY(-2px) !important; color:#5a2ea6 !important; }

/* ============ SJ HEADER (beyaz kurumsal header) ============ */
.sj-header {
  position: absolute; top: 0; left: 0; right: 0; width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 24px rgba(30,12,69,0.07);
}
.sj-header.sticky { position: fixed; background:#fff; box-shadow: 0 6px 24px rgba(30,12,69,0.10); }

/* top bar */
.sj-topbar { background:#f7f5fb; border-bottom:1px solid #efeaf6; font-size:13px; }
.sj-topbar-row { display:flex; align-items:center; justify-content:space-between; height:40px; }
.sj-topbar-left, .sj-topbar-right { display:flex; align-items:center; gap:22px; }
.sj-topbar a { display:inline-flex; align-items:center; gap:7px; color:#5b556e; text-decoration:none; font-weight:600; transition:color .15s ease; }
.sj-topbar a:hover { color:#724ebf; }
.sj-topbar a i { font-size:13px; color:#9a93ad; transition:color .15s ease; }
.sj-topbar a:hover i { color:#724ebf; }
.sj-topbar-tel { color:#5a2ea6 !important; }

/* main bar */
.sj-mainbar { background:#fff; }
.sj-mainbar-row { display:flex; align-items:center; justify-content:space-between; gap:24px; height:78px; }
.sj-logo { flex:0 0 auto; display:inline-flex; align-items:center; }
.sj-logo img { height:46px; width:auto; }

/* nav */
.sj-nav { flex:1 1 auto; }
.sj-nav > ul { display:flex; align-items:center; justify-content:center; gap:4px; margin:0; padding:0; list-style:none; }
.sj-nav > ul > li { position:relative; }
.sj-nav > ul > li > a { display:inline-flex; align-items:center; gap:7px; padding:12px 16px; border-radius:10px; font-size:15.5px; font-weight:700; color:#1f1b30; text-decoration:none; transition:all .16s ease; }
.sj-nav > ul > li > a:hover { color:#724ebf; background:#f6f1fe; }
.sj-caret { font-size:11px; transition:transform .2s ease; opacity:.7; }
.sj-has-mega:hover .sj-caret { transform:rotate(180deg); }

/* actions */
.sj-actions { flex:0 0 auto; display:flex; align-items:center; gap:14px; }
.sj-panel-btn { display:inline-flex; align-items:center; gap:9px; background:linear-gradient(135deg,#724ebf,#5a2ea6); color:#fff !important; font-weight:700; font-size:14px; padding:10px 20px; border-radius:30px; text-decoration:none; box-shadow:0 8px 20px rgba(90,46,166,0.28); transition:transform .16s ease; white-space:nowrap; }
.sj-panel-btn:hover,
.sj-panel-btn:focus,
.sj-panel-btn:active,
.sj-panel-btn.show,
.dropdown:hover .sj-panel-btn,
.dropdown.show .sj-panel-btn { color:#fff !important; }
.sj-panel-btn:hover { transform:translateY(-2px); }
.sj-panel-btn i { font-size:17px; color:#fff !important; }
.sj-panel-btn.dropdown-toggle::after { margin-left:3px; border-top-color:#fff; opacity:.85; }

/* Müşteri paneli açılır menüsü */
.sj-paneldd { border:none !important; border-radius:16px !important; box-shadow:0 24px 60px rgba(30,12,69,.22), 0 0 0 1px rgba(30,12,69,.04) !important; padding:8px !important; min-width:252px !important; margin-top:12px !important; }
.sj-paneldd-head { display:flex; align-items:center; gap:11px; padding:14px 12px; margin:-8px -8px 6px; border-radius:16px 16px 0 0; background:linear-gradient(135deg,#1e0c45 0%,#5a2ea6 100%); }
.sj-paneldd-head img { width:42px; height:42px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.55); flex-shrink:0; }
.sj-paneldd-user { display:flex; flex-direction:column; min-width:0; }
.sj-paneldd-user .ad { color:#fff; font-weight:700; font-size:13.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:165px; }
.sj-paneldd-user .mail { color:rgba(255,255,255,.72); font-size:11.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:165px; }
.sj-paneldd-item { display:flex; align-items:center; gap:11px; padding:9px 10px; border-radius:10px; color:#3a3550; font-size:14px; font-weight:600; text-decoration:none; transition:all .15s ease; }
.sj-paneldd-item .ic { width:30px; height:30px; flex-shrink:0; display:flex; align-items:center; justify-content:center; border-radius:8px; background:#f1eafb; color:#724ebf; font-size:13px; transition:all .15s ease; }
.sj-paneldd-item:hover { background:#f6f1fe; color:#5a2ea6; }
.sj-paneldd-item:hover .ic { background:linear-gradient(135deg,#724ebf,#5a2ea6); color:#fff; }
.sj-paneldd-item.danger { color:#e0496b; }
.sj-paneldd-item.danger .ic { background:#fdeef1; color:#e0496b; }
.sj-paneldd-item.danger:hover { background:#fdeef1; color:#c93a59; }
.sj-paneldd-item.danger:hover .ic { background:#e0496b; color:#fff; }
.sj-paneldd-sep { height:1px; background:#eee7f6; margin:6px 4px; }
.sj-cart { position:relative; display:inline-flex; align-items:center; justify-content:center; font-size:22px; color:#2c2740; text-decoration:none; transition:color .16s ease; }
.sj-cart:hover { color:#724ebf; }
.sj-cart-badge { position:absolute; top:-7px; right:-9px; background:#724ebf; color:#fff; font-size:10px; font-weight:700; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; border:2px solid #fff; }
.sj-iconbtn { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; border:1.5px solid #ece6f6; color:#2c2740; font-size:16px; text-decoration:none; transition:all .16s ease; cursor:pointer; }
.sj-iconbtn:hover { border-color:#724ebf; color:#724ebf; }
.sj-iconbtn.dropdown-toggle::after { display:none; }
.sj-menu-btn { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; background:linear-gradient(135deg,#724ebf,#5a2ea6); color:#fff; font-size:18px; cursor:pointer; }

@media (max-width: 991px){
  .sj-mainbar-row { height:64px; }
  .sj-logo img { height:40px; }
}
@media (max-width: 575px){
  .sj-topbar-row { height:36px; font-size:12px; }
  .sj-topbar-left, .sj-topbar-right { gap:14px; }
  .sj-mainbar-row { gap:12px; }
}

.footer-contact-grid .row { display: flex; flex-wrap: wrap; gap: 24px 0; }
.footer-contact-grid > .row > [class*="col-"] { display: flex; }
.footer-contact-grid .contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
  width: 100%;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .footer-contact-grid .contact-item { padding-right: 0; }
}
.footer-contact-grid .contact-item h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-grid .contact-item h5 i { color: #A249ED; font-size: 18px; margin: 0; }
.footer-contact-grid .contact-item .text-content { color: #fff !important; opacity: 0.9; font-size: 14px; line-height: 1.6; }
.footer-contact-grid .contact-item .text-content * { color: #fff !important; background: transparent !important; }
.footer-contact-grid .contact-item a { color: #fff !important; text-decoration: none; }

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 1040;
  border-top: 1px solid #eee;
}
.mobile-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
}
.mobile-bottom-item i { font-size: 20px; }
.mobile-bottom-item:hover,
.mobile-bottom-item:active { color: #724ebf; }
.mobile-bottom-badge {
  position: absolute;
  top: -4px;
  right: 50%;
  transform: translateX(14px);
  background: #A249ED;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  body { padding-bottom: 70px; }
}

#ajax-modal .modal-dialog-scrollable .modal-body { max-height: calc(100vh - 220px); overflow-y: auto; }
#ajax-modal .modal-dialog-scrollable { max-height: calc(100vh - 40px); }

@media (max-width: 991px) {
  .chy-header-1-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
  }
  .chy-header-1-wrap .left { flex: 1; }
  .chy-header-1-wrap .chy-menu-btn-1 { order: 3 !important; margin-left: auto; }
  .fullpage-menu-close {
    cursor: pointer !important;
    font-size: 24px !important;
    color: #fff !important;
    z-index: 9999 !important;
    position: relative !important;
    padding: 10px !important;
  }
  .mobile-search-bar input {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    width: calc(100% - 40px) !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    outline: none !important;
  }
  .mobile-search-bar input::placeholder { color: rgba(255,255,255,0.5) !important; }
  .mobile-search-bar button {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    cursor: pointer !important;
  }
  .mobile-sub-menu li a {
    font-size: 14px !important;
    padding: 8px 0 !important;
    display: block !important;
    color: rgba(255,255,255,0.7) !important;
  }
  .mobile-sub-menu li a:hover { color: #A249ED !important; }
  .mobile-dropdown-toggle::after { content: ' \25BC'; font-size: 10px; margin-left: 5px; }
  .mobile-dropdown-toggle.active::after { content: ' \25B2'; }
}

@keyframes sj-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.6); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

#sj-floating-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#sj-floating-buttons a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
#sj-floating-buttons a:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.28);
  color: #fff;
}
#sj-floating-buttons .sj-fb-whatsapp {
  width: 56px;
  height: 56px;
  font-size: 28px;
  background: #25D366;
  box-shadow: 0 4px 15px rgba(37,211,102,.45);
  animation: sj-pulse 2s infinite;
}
#sj-floating-buttons .sj-fb-telegram { background: #229ED9; }
#sj-floating-buttons .sj-fb-teams    { background: #4B53BC; }
#sj-floating-buttons .sj-fb-skype    { background: #00AFF0; }
#sj-floating-buttons .sj-fb-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

@media (max-width: 768px) {
  #sj-floating-buttons {
    right: 10px;
    top: auto;
    bottom: 90px;
    transform: none;
    gap: 8px;
  }
  #sj-floating-buttons a {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  #sj-floating-buttons .sj-fb-whatsapp {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@keyframes sj-popIn {
  from { opacity: 0; transform: scale(.8); }
  to   { opacity: 1; transform: scale(1);  }
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(162,73,237,0.15);
}
.team-card-img { position: relative; height: 320px; overflow: hidden; }
.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
.team-card:hover .team-card-img img { transform: scale(1.05); }
.team-card-overlay { display: none; }
.team-card-info {
  padding: 0 24px 24px;
  text-align: center;
  margin-top: -30px;
  position: relative;
}
.team-card-name { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.team-card-role {
  font-size: 14px;
  color: #A249ED;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modern-testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 20px;
  overflow: hidden;
}
.modern-testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(162, 73, 237, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.testimonial-image-wrap { position: relative; z-index: 1; flex-shrink: 0; }
.testimonial-image-wrap img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.testimonial-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  border-left: 4px solid #A249ED;
}
.testimonial-title { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; line-height: 1.3; }
.testimonial-text { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; flex-direction: column; }
.testimonial-author .author-name { font-size: 18px; font-weight: 700; color: #1a1a1a; }
.testimonial-author .author-role { font-size: 14px; color: #A249ED; font-weight: 600; }
@media (max-width: 991px) {
  .modern-testimonial-card { flex-direction: column; text-align: center; gap: 20px; padding: 30px; }
  .testimonial-content { border-left: none; border-top: 4px solid #A249ED; padding-left: 0; padding-top: 20px; }
  .testimonial-image-wrap img { width: 120px; height: 120px; }
}

.modern-blog-card {
  border: none;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modern-blog-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-5px); }
.modern-blog-card .card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}
.modern-blog-card .category { color: #7b46f3; font-weight: 600; font-size: 14px; margin-bottom: 10px; display: block; }
.modern-blog-card .title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.modern-blog-card .title:hover { color: #7b46f3; }
.modern-blog-card .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modern-blog-card .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.modern-blog-card .author { display: flex; align-items: center; gap: 12px; }
.modern-blog-card .author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.modern-blog-card .author-name { font-size: 14px; font-weight: 600; color: #333; }
.modern-blog-card .stats { display: flex; gap: 15px; color: #555; font-size: 13px; }
.modern-blog-card .stats span { display: flex; align-items: center; gap: 5px; }
.modern-blog-card .stats i { font-size: 15px; }

.seo-rank-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.seo-rank-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.rank-card-header { text-align: center; padding: 20px 15px 15px; border-bottom: 1px solid #f0f0f0; }
.rank-domain { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.rank-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #2e7d32;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.rank-card-body { padding: 15px 20px 20px; }
.rank-table-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 5px;
}
.rank-table-header span {
  font-weight: 700;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f8f8f8;
}
.rank-row:last-child { border-bottom: none; }
.rank-keyword { font-size: 14px; color: #333; font-weight: 500; }
.rank-position {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rank-up { color: #15803d; font-size: 12px; }
.rank-position em { font-style: normal; color: #15803d; font-weight: 700; font-size: 13px; }

.modal-dialog-scrollable .modal-content > form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100%;
  flex: 1 1 auto;
  min-height: 0;
}
.modal-dialog-scrollable .modal-content > form > .modal-body {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}
.modal-dialog-scrollable .modal-content > form > .modal-footer {
  flex-shrink: 0;
}
