/*------------------------------------------------------------------
 * template Name: emyUI - Multipurpose UI Kit for Web Hosting providers with WHMCS Template
 * Author: coodiv (nedjai mohamed) (nbames.mohamed@gmail.com)
 * Author URI: https://coodiv.net/
 * Author URI: https://themeforest.net/user/coodiv
 * Description: A Bootstrap Responsive Domain & Web Hosting Template + WHMCS template
 * Bootstrap v4.5 (http://getbootstrap.com)
 * Love Our work & support team? 😍 Buy us a coffee! https://ko-fi.com/coodiv
 * Copyright 2022 coodiv.
 -------------------------------------------------------------------*/

/* ===== Domain (Alan Adı) Mega Menu - Kartlı dropdown ===== */
.domain-megamenu .domain-megamenu-dropdown {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  min-width: 640px;
}
.domain-megamenu .domain-megamenu-dropdown .aws-style-megamenu-body {
  display: none;
}
.domain-megamenu-inner {
  background: #fff;
}
.domain-megamenu-content {
  padding: 1rem;
  margin: 0;
}
.domain-megamenu-col {
  min-width: 0;
}
/* Ortak kart stili - Hosting ürün kartları ile aynı görünüm */
.domain-megamenu-card {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 100px;
  height: 100%;
  box-sizing: border-box;
}
.domain-megamenu-card:hover {
  border-color: #c5cad1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  color: inherit;
  text-decoration: none;
}
.domain-megamenu-card-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f6f8;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.domain-megamenu-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.3rem 0;
}
.domain-megamenu-card-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.35;
}
/* Whois sütunu: dikey çizgi + kartla aynı boyut */
.domain-megamenu-whois-wrap {
  border-left: 1px solid #e2e8f0;
  padding-left: 0.5rem !important;
}
@media (max-width: 767px) {
  .domain-megamenu-whois-wrap {
    border-left: none;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.25rem;
    padding-top: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
.domain-megamenu-whois-box {
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1rem 4.25rem;
  background: #1e293b;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s;
  min-height: 88px;
  height: 100%;
  box-sizing: border-box;
}
.domain-megamenu-whois-box:hover {
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.4);
  color: inherit;
  text-decoration: none;
}
.domain-megamenu-whois-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.domain-megamenu-whois-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem 0;
}
.domain-megamenu-whois-desc {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.92);
  margin: 0;
  line-height: 1.35;
}
.domain-megamenu-whois-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
}
.domain-megamenu-whois-box:hover .domain-megamenu-whois-arrow {
  color: #fff;
}
@media (max-width: 991px) {
  .domain-megamenu .domain-megamenu-dropdown {
    min-width: 100%;
  }
  .domain-megamenu-content {
    padding: 0.75rem;
  }
  .domain-megamenu-card,
  .domain-megamenu-whois-box {
    min-height: 80px;
  }
}

/* ===== Hosting (Websites Solutions) Mega Menu - 2x2 kartlar + kampanya alanı ===== */
.hosting-megamenu .hosting-megamenu-dropdown {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  min-width: 860px;
}
.hosting-megamenu-inner {
  background: #fff;
  padding: 1.25rem 1rem 1rem 4rem;
}
.hosting-megamenu-header {
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}
.hosting-megamenu-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.35rem 0;
}
.hosting-megamenu-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
.hosting-megamenu-body {
  margin: 0 -0.25rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .hosting-megamenu-body {
    flex-wrap: nowrap;
  }
  .hosting-megamenu-body > .col-lg-4.hosting-megamenu-campaign-wrap {
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
  }
}
.hosting-megamenu-cards-wrap {
  min-width: 0;
  padding-right: 0;
}
.hosting-megamenu-content {
  margin: 0 -0.25rem;
}
.hosting-megamenu-content [class*="col-"] {
  min-width: 0;
}
.hosting-megamenu-card {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 100px;
  height: 100%;
  box-sizing: border-box;
}
.hosting-megamenu-card:hover {
  border-color: #c5cad1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  color: inherit;
  text-decoration: none;
}
.hosting-megamenu-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #1e3a5f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.hosting-megamenu-card-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f6f8;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.hosting-megamenu-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.3rem 0;
}
.hosting-megamenu-card-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.35;
}
.hosting-megamenu-campaign-line {
  width: 0;
  margin-left: 1.75rem;
  border-left: 1px solid #e2e8f0;
  flex-shrink: 0;
  align-self: stretch;
}
/* Sağ panel: Kampanya alanı — 16:9 sabit canvas, 1920×1080 görseller tam dolar */
.hosting-megamenu-campaign-wrap {
  margin-left: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  flex-shrink: 0;
  min-width: 0;
  width: 380px;
  max-width: 380px;
}
.hosting-megamenu-slider {
  flex: 0 0 auto;
  width: 380px;
  max-width: 100%;
  margin: 0;
}
.hosting-megamenu-slider-inner {
  width: 380px;
  max-width: 100%;
}
.hosting-megamenu-slider-item {
  position: relative;
  display: block;
  width: 380px;
  height: 214px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  text-decoration: none;
  color: inherit;
}
.hosting-megamenu-slider-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hosting-megamenu-slider-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #94a3b8;
  padding: 1rem;
}
.hosting-megamenu-slider-item.has-placeholder .hosting-megamenu-slider-placeholder {
  display: flex;
}
.hosting-megamenu-slider-item.has-placeholder .hosting-megamenu-slider-img {
  display: none;
}
.hosting-megamenu-campaign-btn {
  display: block;
  width: 380px;
  max-width: 100%;
  margin-top: 0.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.hosting-megamenu-campaign-btn:hover {
  border-color: #1e293b;
  background: #f8fafc;
  color: #1e293b;
  text-decoration: none;
}

@media (max-width: 991px) {
  .hosting-megamenu .hosting-megamenu-dropdown {
    min-width: 100%;
  }
  .hosting-megamenu-inner {
    padding: 1rem 0.75rem;
  }
  .hosting-megamenu-card {
    min-height: 90px;
  }
  .hosting-megamenu-campaign-line {
    display: none;
  }
  .hosting-megamenu-campaign-wrap {
    border-top: 1px solid #e2e8f0;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .hosting-megamenu-slider {
    width: 100%;
    max-width: 100%;
  }
  .hosting-megamenu-slider-inner {
    width: 100%;
  }
  .hosting-megamenu-slider-item {
    width: 100%;
    height: 214px;
  }
  .hosting-megamenu-campaign-btn {
    width: 100%;
  }
}

/* ===== Sunucu Mega Menu - Hosting ile aynı yapı ===== */
.server-megamenu .server-megamenu-dropdown {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  min-width: 860px;
}
.server-megamenu-inner {
  background: #fff;
  padding: 1.25rem 1rem 1rem 4rem;
}
.server-megamenu-header {
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}
.server-megamenu-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.35rem 0;
}
.server-megamenu-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
.server-megamenu-body {
  margin: 0 -0.25rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .server-megamenu-body {
    flex-wrap: nowrap;
  }
}
.server-megamenu-cards-wrap {
  min-width: 0;
  padding-right: 0;
}
.server-megamenu-content {
  margin: 0 -0.25rem;
}
.server-megamenu-content [class*="col-"] {
  min-width: 0;
}
.server-megamenu-card {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 100px;
  height: 100%;
  box-sizing: border-box;
}
.server-megamenu-card:hover {
  border-color: #c5cad1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  color: inherit;
  text-decoration: none;
}
.server-megamenu-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #1e3a5f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.server-megamenu-card-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f6f8;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.server-megamenu-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.3rem 0;
}
.server-megamenu-card-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.35;
}
.server-megamenu-campaign-line {
  width: 0;
  margin-left: 1.75rem;
  border-left: 1px solid #e2e8f0;
  flex-shrink: 0;
  align-self: stretch;
}
.server-megamenu-campaign-wrap {
  margin-left: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  flex-shrink: 0;
  min-width: 0;
  width: 380px;
  max-width: 380px;
}
.server-megamenu-slider {
  flex: 0 0 auto;
  width: 380px;
  max-width: 100%;
  margin: 0;
}
.server-megamenu-slider-inner {
  width: 380px;
  max-width: 100%;
}
.server-megamenu-slider-item {
  position: relative;
  display: block;
  width: 380px;
  height: 214px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  text-decoration: none;
  color: inherit;
}
.server-megamenu-slider-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.server-megamenu-slider-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #94a3b8;
  padding: 1rem;
}
.server-megamenu-slider-item.has-placeholder .server-megamenu-slider-placeholder {
  display: flex;
}
.server-megamenu-slider-item.has-placeholder .server-megamenu-slider-img {
  display: none;
}
.server-megamenu-campaign-btn {
  display: block;
  width: 380px;
  max-width: 100%;
  margin-top: 0.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.server-megamenu-campaign-btn:hover {
  border-color: #1e293b;
  background: #f8fafc;
  color: #1e293b;
  text-decoration: none;
}
@media (max-width: 991px) {
  .server-megamenu .server-megamenu-dropdown {
    min-width: 100%;
  }
  .server-megamenu-inner {
    padding: 1rem 0.75rem;
  }
  .server-megamenu-card {
    min-height: 90px;
  }
  .server-megamenu-campaign-line {
    display: none;
  }
  .server-megamenu-campaign-wrap {
    border-top: 1px solid #e2e8f0;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .server-megamenu-slider {
    width: 100%;
    max-width: 100%;
  }
  .server-megamenu-slider-inner {
    width: 100%;
  }
  .server-megamenu-slider-item {
    width: 100%;
    height: 200px;
  }
  .server-megamenu-campaign-btn {
    width: 100%;
  }
}

/* ===== E-Posta - İkonlu ikili dikey dropdown (hover ile açılır) ===== */
/* Menü linki altındaki hover çizgisini kaldır; çizgi dropdown üstünde gösterilir */
@media (min-width: 992px) {
  .email-dropdown .nav-link::before {
    display: none !important;
  }
  .email-dropdown .email-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
    display: block !important; /* Bootstrap click toggle'ı devre dışı, sadece hover */
  }
  .email-dropdown:hover .email-dropdown-menu {
    z-index: 9999;
    opacity: 1;
    pointer-events: visible;
    top: 90%;
  }
}
.email-dropdown-menu {
  padding: 0.5rem 0;
  min-width: 320px;
  border-radius: 10px;
  border: 1px solid #e7e9ed;
  border-top: 3px solid #13151c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.email-dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s;
  border-bottom: 1px solid #f1f5f9;
}
.email-dropdown-item:last-child {
  border-bottom: none;
}
.email-dropdown-item:hover {
  background: #f8fafc;
  color: inherit;
  text-decoration: none;
}
.email-dropdown-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f6f8;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.email-dropdown-text {
  flex: 1;
  min-width: 0;
}
.email-dropdown-title {
  font-size: 1rem;
  font-weight: 700;
  color: #13151c;
  margin: 0 0 0.35rem 0;
}
.email-dropdown-desc {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/* ===== Top Header — Para Birimi Switch ===== */
.site-top-header-navs {
  justify-content: space-between !important;
  padding: 0 45px;
}

.top-header-left,
.top-header-right {
  display: flex;
  align-items: center;
  gap: 23px;
}

.currency-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.currency-switcher-label,
.currency-rate-display {
  color: var(--color-texts-opacity);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.currency-rate-display strong {
  font-weight: 600;
  color: var(--color-texts);
}

.currency-toggle {
  --toggle-w: 46px;
  --toggle-h: 20px;
  --knob-w: 4px;
  --knob-gap: 2px;
  position: relative;
  display: block;
  width: var(--toggle-w);
  height: var(--toggle-h);
  flex-shrink: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 2px rgba(22, 28, 45, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.currency-toggle:hover {
  border-color: #cdd2d9;
  box-shadow: 0 1px 3px rgba(22, 28, 45, 0.08);
}

.currency-toggle:active {
  transform: scale(0.97);
  transition: transform 0.1s ease;
}

.currency-toggle:focus-visible {
  box-shadow: 0 0 0 2px rgba(22, 28, 45, 0.14);
}

.currency-toggle-knob {
  position: absolute;
  top: 50%;
  left: var(--knob-gap);
  width: var(--knob-w);
  height: calc(var(--toggle-h) - 6px);
  margin-top: calc((var(--toggle-h) - 6px) / -2);
  background: #161c2d;
  border-radius: 2px;
  transform: translateX(0);
  transition: transform 0.32s cubic-bezier(0.34, 1.25, 0.64, 1);
  will-change: transform;
  z-index: 2;
}

.currency-toggle.is-usd .currency-toggle-knob {
  transform: translateX(calc(var(--toggle-w) - var(--knob-w) - var(--knob-gap) * 2));
}

.currency-toggle-text {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.currency-toggle-opt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #161c2d;
  letter-spacing: 0.02em;
  line-height: 1;
  user-select: none;
  opacity: 0;
  transform: translateY(3px) scale(0.88);
  transition:
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none;
}

.currency-toggle:not(.is-usd) .currency-toggle-opt--try {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.06s;
  justify-content: flex-end;
  padding-right: 5px;
  padding-left: 9px;
}

.currency-toggle.is-usd .currency-toggle-opt--usd {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.06s;
  justify-content: flex-start;
  padding-left: 5px;
  padding-right: 9px;
}

.currency-toggle:not(.is-usd) .currency-toggle-opt--usd,
.currency-toggle.is-usd .currency-toggle-opt--try {
  transition-delay: 0s;
}

/* ===== Bakım Modu Sayfası ===== */
.maintenance-page-body {
  min-height: 100vh;
  background: var(--background, #fcfdfe);
}

.maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background:
    linear-gradient(180deg, var(--background-2, #f4f7fa) 0%, var(--background, #fcfdfe) 100%);
}

.maintenance-page-inner {
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.maintenance-brand img {
  max-height: 42px;
  width: auto;
  margin-bottom: 32px;
}

.maintenance-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #161c2d;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 20px;
}

.maintenance-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f59e0b;
  animation: maintenance-pulse 2s ease-in-out infinite;
}

@keyframes maintenance-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.maintenance-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #161c2d;
  margin: 0 0 16px;
  line-height: 1.25;
}

.maintenance-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(22, 28, 45, 0.72);
  margin: 0 0 32px;
}

.maintenance-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.maintenance-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  color: #161c2d;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.maintenance-meta-item:hover {
  color: #161c2d;
  text-decoration: none;
  border-color: #c5cad1;
  box-shadow: 0 2px 8px rgba(22, 28, 45, 0.06);
}

.maintenance-meta-item i {
  font-size: 12px;
  opacity: 0.55;
}

.maintenance-footer-note {
  font-size: 12px;
  color: rgba(22, 28, 45, 0.45);
  margin: 0;
}

@media (max-width: 991px) {
  .site-top-header-navs {
    display: none !important;
  }
}

/* ===== Mobil hamburger menü — klasik alt alta dropdown ===== */
.mobile-nav-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .mobile-nav-submenu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown > .dropdown-menu,
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown > .coodiv-megamenu-dropdown,
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.show > .dropdown-menu,
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.show > .coodiv-megamenu-dropdown,
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.dropdown-mega.aws-style-megamenu.show > .coodiv-megamenu-dropdown.dropdown-menu,
  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.email-dropdown.show > .email-dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.show > .mobile-nav-submenu {
    display: block;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu {
    padding: 0 12px 6px;
    margin: 0;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu li:last-child {
    border-bottom: none;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu li.mobile-nav-submenu-heading {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 2px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu li.mobile-nav-submenu-heading:first-child {
    padding-top: 4px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu li.mobile-nav-submenu-heading span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.3;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    line-height: 1.4;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu a:hover,
  .offcanvas-active.navbar-expand-lg .main-menu .mobile-nav-submenu a:focus {
    color: #fff;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown > .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 36px !important;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown > .nav-link.dropdown-toggle::after {
    content: "\e842" !important;
    font-family: "feather" !important;
    border: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }

  .offcanvas-active.navbar-expand-lg .main-menu .nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  /* Megamenu ucgen isareti — mobilde gosterme */
  .offcanvas-active.navbar-expand-lg .main-menu > .nav-item.dropdown.show::before,
  .offcanvas-active.navbar-expand-lg .main-menu > .nav-item.dropdown.menu-hover.show::before {
    display: none !important;
    content: none !important;
    border: 0 !important;
  }
}

@media (max-width: 768px) {
  .currency-switcher {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  body.coodiv-clouds-theme .site-header-with-top-nav .header-lang-container {
    top: 97px;
  }
}

.hero-slider {
  position: relative;
  z-index: 1;
  background: #fcfdfe;
  --hero-header-offset: 145px;
}

.hero-slider__viewport {
  display: grid;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  touch-action: pan-y;
}

.hero-slider__viewport.is-draggable {
  cursor: grab;
}

.hero-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.hero-slider__slide {
  grid-area: 1 / 1;
  width: 100%;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 0;
  background-color: #fcfdfe !important;
  background-image: none !important;
  display: block;
  padding-top: var(--hero-header-offset) !important;
  padding-bottom: 48px !important;
  box-sizing: border-box;
  margin: 0;
}

.hero-slider__slide.is-active {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 2;
}

.hero-slider__slide.is-active .hero-content,
.hero-slider__slide.is-active .hero-content * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.hero-slider__slide .container-fluid {
  position: relative;
  z-index: 3;
  width: 100%;
}

/* Buton + fiyat rozeti yan yana */
.hero-slider__btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

@media (min-width: 992px) {
  .hero-slider__btn-row {
    justify-content: flex-start;
  }
}

.hero-slider__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Baslangic fiyati rozeti — emyui minimalist */
.hero-slider__price-badge {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 0 0 0 18px;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(22, 28, 45, 0.1);
  line-height: 1.15;
}

.hero-slider__price-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7c85;
}

.hero-slider__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.hero-slider__price-old {
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1.2;
}

.hero-slider__price-current {
  font-size: 24px;
  font-weight: 700;
  color: #161c2d;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hero-slider__price-suffix {
  font-size: 12px;
  font-weight: 500;
  color: #7d818d;
}

.hero-slider__subtext {
  max-width: 100%;
}

/* Pagination — viewport grid icinde alt sol */
.hero-slider__pagination {
  grid-area: 1 / 1;
  align-self: end;
  justify-self: start;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px 45px;
  pointer-events: auto;
}

.hero-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(22, 28, 45, 0.22);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}

.hero-slider__dot:hover {
  background: rgba(22, 28, 45, 0.45);
}

.hero-slider__dot.is-active {
  background: #161c2d;
  transform: scale(1.15);
}

@media (min-width: 992px) {
  .hero-slider__viewport {
    min-height: 560px;
  }

  .hero-slider__slide.hero-slider__slide--has-desktop-bg {
    background-image: var(--hero-bg-desktop) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }
}

@media (max-width: 991px) {
  .hero-slider {
    --hero-header-offset: 92px;
  }

  .hero-slider__viewport {
    min-height: 440px;
  }

  .hero-slider__slide {
    background-position: center bottom !important;
    background-size: cover !important;
    padding-bottom: 36px !important;
  }

  .hero-slider__slide.hero-slider__slide--has-mobile-bg {
    background-image: var(--hero-bg-mobile) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .hero-slider__slide .hero-content {
    margin-bottom: 1.25rem !important;
  }

  .hero-slider__slide .coodiv-text-12.text-uppercase {
    margin-bottom: 0.75rem !important;
  }

  .hero-slider__slide .coodiv-cloud-hero-title {
    margin-bottom: 0.75rem !important;
  }

  .hero-slider__btn-row {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .hero-slider__price-badge {
    align-items: center;
    text-align: center;
    padding: 14px 0 0;
    border-left: none;
    border-top: 1px solid rgba(22, 28, 45, 0.1);
    width: 100%;
    max-width: 280px;
  }

  .hero-slider__price-row {
    justify-content: center;
  }

  .hero-slider__pagination {
    justify-self: center;
    margin: 0 0 14px;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    --hero-header-offset: 88px;
  }

  .hero-slider__viewport {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .hero-slider {
    --hero-header-offset: 84px;
  }

  .hero-slider__viewport {
    min-height: 400px;
  }

  .hero-slider__slide {
    padding-bottom: 28px !important;
  }

  .hero-slider__price-current {
    font-size: 22px;
  }

  .hero-slider__btn {
    width: 100%;
    max-width: 260px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 11px !important;
  }
}

/* Domain checker hero altinda duzgun aksin */
.hero-slider + .domain-checker-emyui-aws-homepage {
  position: relative;
  z-index: 2;
}

/* ------------------------------------------------------------------ */
/* Sunucu paket kartlari (accordion) — tema renkleri                    */
/* ------------------------------------------------------------------ */
.server-packages-section {
  background: #f4f7fa;
}

.server-package-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}

.server-package__card {
  position: relative;
  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(22, 28, 45, 0.04);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.server-package.is-expanded .server-package__card {
  border-left: 4px solid #473bf0;
  box-shadow: 0 6px 24px rgba(71, 59, 240, 0.1);
}

/* Dikey POPULER rozeti */
.server-package--popular .server-package__card {
  padding-left: 30px;
}

.server-package__badge-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: #473bf0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}

.server-package__badge-letter {
  display: block;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.server-package__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 18px 16px;
}

.server-package__identity {
  margin-bottom: 14px;
}

.server-package__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.server-package__name {
  font-size: 20px;
  font-weight: 700;
  color: #161c2d;
  margin: 0;
  line-height: 1.25;
}

.server-package__subtitle {
  font-size: 13px;
  color: #6a7c85;
  margin: 6px 0 0;
  line-height: 1.4;
}

.server-package__specs {
  list-style: none;
  margin: 0;
  padding: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 12px;
  border-top: 1px dashed #e7e9ed;
  border-bottom: 1px dashed #e7e9ed;
}

.server-package__spec {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.server-package__spec-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0edff;
  border-radius: 0;
  color: #473bf0;
  font-size: 13px;
}

.server-package__spec-label {
  font-size: 13px;
  font-weight: 500;
  color: #161c2d;
  line-height: 1.3;
}

.server-package__pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
}

.server-package__price-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.server-package__price-block {
  flex-shrink: 0;
}

.server-package__price-old {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1.2;
  margin-bottom: 2px;
}

.server-package__price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.server-package__price {
  font-size: 24px;
  font-weight: 700;
  color: #161c2d;
  line-height: 1.1;
}

.server-package__price-suffix {
  font-size: 13px;
  color: #6a7c85;
}

.server-package__buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  max-width: 200px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #473bf0;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.server-package__buy-btn:hover {
  color: #fff;
  background: #3d32c8;
  text-decoration: none;
}

.server-package__chevron {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e7e9ed;
  border-radius: 0;
  background: #f4f7fa;
  color: #161c2d;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.server-package__chevron:hover {
  background: #f0edff;
  border-color: #473bf0;
  color: #473bf0;
}

.server-package__chevron i {
  font-size: 14px;
  transition: transform 0.35s ease;
}

.server-package.is-expanded .server-package__chevron i {
  transform: rotate(180deg);
}

.server-package__chevron--desktop {
  display: none;
}

/* Accordion animasyonu */
.server-package__details {
  display: grid;
  grid-template-rows: 0fr;
  min-height: 0;
  transition: grid-template-rows 0.4s ease;
  border-top: 0 solid #e7e9ed;
}

.server-package.is-expanded .server-package__details {
  grid-template-rows: 1fr;
  border-top-width: 1px;
}

.server-package__details-panel {
  overflow: hidden;
  min-height: 0;
  background: #fafbfc;
}

.server-package__general-features {
  list-style: none;
  margin: 0;
  padding: 14px 16px 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.server-package__general-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #161c2d;
  line-height: 1.35;
  min-width: 0;
}

.server-package__general-features li i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #473bf0;
  background: #f0edff;
  border-radius: 0;
}

/* Tablet */
@media (min-width: 768px) {
  .server-package__summary {
    padding: 20px 22px;
  }

  .server-package__specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 14px;
  }

  .server-package__general-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 22px 18px;
    gap: 12px 20px;
  }

  .server-package__price {
    font-size: 26px;
  }
}

/* Desktop — yatay kart */
@media (min-width: 992px) {
  .server-package__summary {
    grid-template-columns: minmax(140px, 1fr) minmax(0, 2.5fr) auto;
    align-items: center;
    gap: 20px 24px;
    padding: 20px 24px;
  }

  .server-package--popular .server-package__summary {
    padding-left: 8px;
  }

  .server-package__identity {
    margin-bottom: 0;
  }

  .server-package__title-row .server-package__chevron {
    display: none;
  }

  .server-package__specs {
    padding: 0;
    border: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .server-package__pricing {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    gap: 12px;
  }

  .server-package__price-cta {
    flex: 0 1 auto;
    gap: 16px;
  }

  .server-package__buy-btn {
    flex: 0 0 auto;
    min-width: 118px;
    max-width: none;
    padding: 10px 16px;
  }

  .server-package__chevron--desktop {
    display: inline-flex;
  }

  .server-package__general-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 14px 24px 16px;
  }

  .server-package.is-expanded .server-package__general-features {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .server-package__name {
    font-size: 22px;
  }

  .server-package__price {
    font-size: 28px;
  }

  .server-package__summary {
    gap: 24px 32px;
    padding: 22px 28px;
  }

  .server-package__general-features {
    padding: 16px 28px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .server-package__details {
    transition: none;
  }

  .server-package__chevron i {
    transition: none;
  }
}

/* Dynamic product cards — hosting / e-posta */
.hosting-package-card {
  overflow: visible;
}

.product-section-heading {
  padding-top: 0;
}

/* Popüler şerit */
.hosting-package-card--featured .hosting-popular-badge.pricing-plan-recomoned-badge {
  background: linear-gradient(180deg, #b8ece9 0%, #8fd9d4 100%);
  color: #0a2f2c;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.16em;
  height: 40px;
  border-bottom: 1px solid rgba(10, 47, 44, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 8px rgba(13, 61, 58, 0.12);
  text-transform: uppercase;
}

.hosting-package-card--featured .hosting-popular-badge .icon-zap,
.hosting-package-card--featured .hosting-popular-badge i {
  color: #f59e0b;
  font-size: 15px;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
}

.hosting-package-card--featured .hosting-popular-badge:before {
  border-top-color: #8fd9d4;
  bottom: -8px;
}

.hosting-package-pricing {
  width: 100%;
}

.hosting-package-price-old-row {
  margin-bottom: 2px;
}

.hosting-package-price-old {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #454b56;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #6b7280;
  opacity: 1;
}

.hosting-package-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.hosting-package-price-left {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}

.hosting-package-price-suffix {
  white-space: nowrap;
}

.hosting-price-discount-label {
  flex-shrink: 0;
  text-align: right;
  font-style: italic;
  font-weight: 700;
  color: #111213;
  line-height: 1.05;
  margin-left: auto;
}

.hosting-price-discount-pct {
  display: block;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.hosting-price-discount-text {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 1px;
  padding-bottom: 3px;
  border-bottom: 2px solid #111213;
}

.hosting-package-features li {
  display: block !important;
  padding: 5px 0;
}

.hosting-package-features .product-feature-line {
  display: inline;
  line-height: 1.5;
}

.hosting-package-features .product-feature-text {
  display: inline;
  line-height: 1.5;
}

.hosting-package-features .product-feature-text b,
.hosting-package-features .product-feature-text strong {
  font-weight: 700;
}

.product-feature-tooltip {
  display: inline;
  margin-left: 4px;
  color: #473bf0;
  cursor: help;
  vertical-align: baseline;
  white-space: nowrap;
}

.product-feature-tooltip i {
  font-size: 13px;
  line-height: 1;
  vertical-align: -1px;
}

/* Anasayfa — Başlangıç fiyatı (solutions kartları) fiyat vurgusu */
.home-sol-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.home-sol-price .price,
.home-sol-price .converted-price {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
.home-sol-price .currencey {
  font-size: 24px;
  font-weight: 400;
  margin-right: 2px;
}
.home-sol-price small,
.home-sol-price .small {
  font-size: 13px;
  margin-left: 4px;
}

/* Anasayfa — Key Features (4'lü öne çıkan özellikler) */
.home-key-feature {
  height: 100%;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #dfe5ea;
  border-radius: 0;
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-key-feature:hover {
  transform: translate(-4px, -4px);
  border-color: #1d293f;
  box-shadow: 12px 12px 0 rgba(71, 59, 240, 0.9);
}

.home-key-feature__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #eef1ff;
  color: #473bf0;
  font-size: 24px;
  transition: background 0.28s ease, color 0.28s ease;
}

.home-key-feature:hover .home-key-feature__icon {
  background: #473bf0;
  color: #fff;
}

.home-key-feature__title {
  margin-bottom: 9px;
  font-weight: 700;
  color: #1d293f;
}

.home-key-feature__desc {
  color: #6a7c85;
  line-height: 1.6;
}

@media (max-width: 575px) {
  .home-key-feature {
    padding: 26px 20px;
  }
}

/* Hosting paket kartı — marka logoları (cPanel / LiteSpeed / JetBackup) */
.hosting-package-brands {
  margin-top: 18px;
  padding-top: 16px;
}

.hosting-package-brands .hosting-package-brand-logo {
  max-width: 100%;
  height: 26px;
  width: auto;
  object-fit: contain;
  opacity: 0.65;
  filter: grayscale(100%);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.hosting-package-card:hover .hosting-package-brands .hosting-package-brand-logo {
  opacity: 1;
  filter: grayscale(0);
}

.server-package__spec-label b,
.server-package__spec-label strong {
  font-weight: 700;
}

/* Teklif Al modal — tema uyumlu */
.quote-request-modal .modal-backdrop.show {
  opacity: 0.55;
}

.quote-request-modal__dialog {
  max-width: 720px;
  margin: 1.25rem auto;
}

.quote-request-modal__content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(71, 59, 240, 0.18);
}

.quote-request-modal__dismiss {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(17, 18, 19, 0.08);
}

.quote-request-modal__dismiss:hover {
  color: #473bf0;
  transform: scale(1.04);
}

.quote-request-modal__hero {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #f7f4ff 0%, #eef8ff 55%, #f8f5fc 100%);
  border-bottom: 1px solid rgba(71, 59, 240, 0.08);
}

.quote-request-modal__hero-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #473bf0 0%, #6c63ff 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(71, 59, 240, 0.28);
}

.quote-request-modal__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #473bf0;
}

.quote-request-modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #111213;
  line-height: 1.2;
}

.quote-request-modal__body {
  padding: 24px 32px 8px;
}

.quote-request-product-card {
  background: linear-gradient(180deg, #faf9ff 0%, #f7f8fb 100%);
  border: 1px solid #ebe7fb;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.quote-request-product-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b8fa3;
  margin-bottom: 8px;
}

.quote-request-product-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #111213;
  margin: 0 0 12px;
  line-height: 1.3;
}

.quote-request-product-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.quote-request-product-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}

.quote-request-product-card__features li i {
  color: #473bf0;
  margin-top: 3px;
  font-size: 12px;
  flex-shrink: 0;
}

.quote-request-product-card__features .quote-request-product__empty {
  grid-column: 1 / -1;
  color: #6b7280;
  font-size: 13px;
}

.quote-request-field {
  margin-bottom: 16px;
}

.quote-request-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 7px;
}

.quote-request-input {
  border: 1px solid #e5e7ef;
  border-radius: 12px;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 14px;
  color: #111213;
  background: #fff;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-request-textarea {
  min-height: 112px;
  resize: vertical;
}

.quote-request-input::placeholder {
  color: #9ca3af;
}

.quote-request-input:focus {
  border-color: #473bf0;
  box-shadow: 0 0 0 4px rgba(71, 59, 240, 0.12);
}

.quote-request-modal__footer {
  padding: 0 32px 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.quote-request-btn-cancel {
  background: transparent;
  border: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
}

.quote-request-btn-cancel:hover {
  color: #473bf0;
}

.quote-request-btn-submit {
  min-width: 160px;
  padding: 12px 22px;
  border-radius: 999px !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(71, 59, 240, 0.22);
}

.quote-request-btn-submit:disabled {
  opacity: 0.8;
  box-shadow: none;
}

.quote-request-btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.turnstile-widget-wrap {
  margin: 12px 0 4px;
  min-height: 65px;
}

.quote-request-form .turnstile-widget-wrap {
  margin-top: 16px;
}

.contact-form .turnstile-widget-wrap {
  margin-bottom: 4px;
}

.domain-checker-emyui-aws-homepage .turnstile-widget-wrap {
  max-width: 100%;
}

.hosting-package-quote-note {
  min-height: 52px;
  display: flex;
  align-items: flex-end;
}

.box-features-one__brand-logo-wrap {
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.box-features-one__brand-logo {
  display: block;
  width: auto;
  max-width: 155px;
  max-height: 40px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}

.box-features-one__brand-logo--imunify {
  max-width: 175px;
  max-height: 44px;
}

.box-features-one__brand-logo--litespeed {
  max-width: 170px;
  max-height: 42px;
}

.box-features-one__server-icon-wrap {
  height: 55px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.box-features-one__server-icon {
  display: block;
  width: auto;
  max-width: 105px;
  max-height: 53px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}

.quote-request-modal--zoom-out {
  animation: quoteModalZoomOut 0.24s ease forwards;
}

@keyframes quoteModalZoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.94);
  }
}

.quote-swal-popup {
  border-radius: 16px !important;
  padding-top: 8px !important;
}

.quote-swal-btn {
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
}

@media (max-width: 767px) {
  .quote-request-modal__hero,
  .quote-request-modal__body,
  .quote-request-modal__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-request-product-card__features {
    grid-template-columns: 1fr;
  }

  .quote-request-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .quote-request-btn-submit,
  .quote-request-btn-cancel {
    width: 100%;
    text-align: center;
  }
}

/* Footer misyon / vizyon — Hakkımızda bölümü */
.footer-corporate-section {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.footer-corporate-inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 56px 20px;
}

@media (min-width: 1400px) {
  .footer-corporate-inner {
    max-width: 1540px;
  }
}

.footer-corporate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: center;
}

.footer-corporate-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.footer-corporate-badge i {
  font-size: 14px;
  color: #ffffff;
}

.footer-corporate-heading {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: #111827;
}

.footer-corporate-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.footer-corporate-item:last-child {
  margin-bottom: 0;
}

.footer-corporate-item__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.3s ease;
}

.footer-corporate-item__icon i {
  color: #ffffff;
}

.footer-corporate-item:has(.footer-corporate-item__title:hover) .footer-corporate-item__icon {
  box-shadow: 8px 8px 0 0 #000000;
}

.footer-corporate-item__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  cursor: default;
}

.footer-corporate-item__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
}

.footer-corporate-visual {
  position: relative;
  min-height: 320px;
}

.footer-corporate-visual__frame {
  position: absolute;
  top: 18px;
  right: -12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background: #111111;
  border: 1px solid #000000;
  z-index: 0;
}

.footer-corporate-visual__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: 1px solid #d1d5db;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

@media (max-width: 991px) {
  .footer-corporate-inner {
    padding: 40px 20px;
  }

  .footer-corporate-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-corporate-visual {
    order: -1;
    min-height: 260px;
  }

  .footer-corporate-visual__image {
    min-height: 260px;
  }
}

/* ============================================================
   MENÜ YÖNETİMİ - İndirim Badge Animasyonları
   Not: Badge zaten position:absolute olduğu için position'ı EZMİYORUZ.
   ============================================================ */

/* Zoom in / out (ileri geri) */
@keyframes menuZoomPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}
.menu-anim-zoom {
  animation: menuZoomPulse 1.1s ease-in-out infinite !important;
  transform-origin: center center;
  will-change: transform;
}

/* Zıplama */
@keyframes menuBounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-7px); }
  60% { transform: translateY(-4px); }
}
.menu-anim-bounce {
  animation: menuBounce 1.2s ease-in-out infinite !important;
  will-change: transform;
}

/* Parıldama (sadece badge içinde) */
.menu-anim-shine {
  overflow: hidden !important;
  isolation: isolate;
}
.menu-anim-shine::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -80%;
  width: 45%;
  height: 140%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.85) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: menuShine 1.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes menuShine {
  0%        { left: -80%; }
  55%, 100% { left: 130%; }
}

/* Neon parıldayan, çevresinde dönen ışık */
@property --menu-neon-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.menu-anim-neon {
  z-index: 0;
  isolation: isolate;
  box-shadow: 0 0 5px rgba(0, 229, 255, 0.85), 0 0 11px rgba(0, 229, 255, 0.55);
  animation: menuNeonGlow 1.3s ease-in-out infinite alternate !important;
}
@keyframes menuNeonGlow {
  from { box-shadow: 0 0 4px rgba(0, 229, 255, 0.55), 0 0 8px rgba(0, 229, 255, 0.3); }
  to   { box-shadow: 0 0 9px rgba(0, 229, 255, 1),   0 0 20px rgba(0, 229, 255, 0.75); }
}
.menu-anim-neon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--menu-neon-angle),
              transparent 0deg,
              transparent 260deg,
              #6bf9ff 300deg,
              #ffffff 330deg,
              #6bf9ff 340deg,
              transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: menuNeonSpin 1.5s linear infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes menuNeonSpin {
  to { --menu-neon-angle: 360deg; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-anim-zoom,
  .menu-anim-bounce,
  .menu-anim-shine::after,
  .menu-anim-neon,
  .menu-anim-neon::before {
    animation: none !important;
  }
}

/* Footer — uzman destek telefon, BTK ve NS */
.footer-expert-phone {
  margin-top: 8px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.footer-expert-phone:hover {
  color: #93c5fd;
  text-decoration: none;
}

.footer-bottom-row {
  gap: 24px 0;
}

.footer-right-side {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

.footer-btk-block {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.footer-btk-logo-link {
  display: inline-block;
  margin-bottom: 14px;
  line-height: 0;
}

.footer-btk-logo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
}

.footer-btk-text {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
}

.footer-ns-block {
  margin-top: 4px;
}

.footer-ns-title {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.footer-ns-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-ns-list li {
  margin-bottom: 6px;
}

.footer-ns-list li:last-child {
  margin-bottom: 0;
}

.footer-ns-list code {
  display: inline-block;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

@media (min-width: 992px) {
  .footer-right-side {
    width: auto;
    max-width: 420px;
    margin-top: 0;
    margin-left: auto;
    text-align: right;
  }

  .footer-btk-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .footer-btk-logo-link {
    margin-left: auto;
  }

  .footer-btk-logo {
    margin-left: auto;
  }

  .footer-right-side .footer-social-accounts {
    justify-content: flex-end;
    margin-top: 20px;
  }
}

/* Anasayfa marka logolari — gri varsayilan, hover'da orijinal renk */
.home-client-brands-section .client-logos-blocks-container .client-logos-block img,
.home-client-brands-section .client-logos-blocks-container .client-logos-block__link img {
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.28s ease, opacity 0.28s ease;
}

.home-client-brands-section .client-logos-blocks-container .client-logos-block:hover img,
.home-client-brands-section .client-logos-blocks-container .client-logos-block__link:hover img {
  filter: none;
  opacity: 1;
}

.home-client-brands-section .client-logos-block__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

