/* DEVASA MEDIA — Executive Topbar (premium floating card) */

.dm-executive-topbar-wrap {
  position: relative;
  z-index: 120;
  width: 100%;
  padding: 14px 0 0;
  margin: 0 0 16px;
  box-sizing: border-box;
  pointer-events: none;
}

.page-wrapper {
  --dm-topbar-header-offset: 96px;
}

/* Header .header-1 .container ile aynı genişlik (logo ↔ hamburger hizası) */
.dm-executive-topbar-wrap > .container {
  max-width: 1680px;
  width: 100%;
}

.dm-executive-topbar-wrap .dm-premium-topbar,
.dm-executive-topbar-wrap a,
.dm-executive-topbar-wrap button {
  pointer-events: auto;
}

.dm-premium-topbar {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.dm-premium-topbar__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  gap: 16px;
  height: 48px;
  width: 100%;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color1) rgba(255, 255, 255, 0.06);
}

.dm-premium-topbar__card::-webkit-scrollbar {
  height: 4px;
}

.dm-premium-topbar__card::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  border-radius: 4px;
}

.dm-premium-topbar__left,
.dm-premium-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 2px;
}

.dm-premium-topbar__left {
  justify-self: start;
  padding-left: 18px;
}

.dm-premium-topbar__right {
  justify-self: end;
  padding-right: 18px;
}

.dm-premium-topbar__center {
  justify-self: center;
  min-width: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}

.dm-premium-topbar__slogan {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: none;
  line-height: 1.25;
  text-shadow: 0 0 22px rgba(255, 107, 30, 0.35), 0 1px 0 rgba(0, 0, 0, 0.45);
  font-family: var(--body-font-family);
  text-align: center;
  transition: color 0.25s ease, text-shadow 0.25s ease;
  cursor: default;
}

.dm-premium-topbar__center:hover .dm-premium-topbar__slogan,
.dm-premium-topbar__slogan:hover {
  color: var(--theme-color1, #ff6b1e);
  -webkit-text-fill-color: var(--theme-color1, #ff6b1e);
  text-shadow: 0 0 26px rgba(255, 107, 30, 0.55);
}

.dm-premium-topbar__slogan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 30, 0.38);
  background: rgba(255, 107, 30, 0.12);
  color: #fff ;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dm-premium-topbar__item,
.dm-premium-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.dm-premium-topbar__link:hover {
  color: #fff;
}

.dm-premium-topbar__icon {
  color: var(--theme-color1);
  font-size: 10px;
  width: 12px;
  text-align: center;
  flex-shrink: 0;
  opacity: 0.92;
}

.dm-premium-topbar__text {
  color: rgba(255, 255, 255, 0.9);
}

.dm-premium-topbar__ekatalog-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dm-premium-topbar__ekatalog-wrap:hover .dm-premium-topbar__ekatalog-menu,
.dm-premium-topbar__ekatalog-wrap:focus-within .dm-premium-topbar__ekatalog-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dm-premium-topbar__ekatalog-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 120;
  min-width: 240px;
  max-width: min(320px, 92vw);
  padding: 8px;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.96) 0%, rgba(8, 8, 12, 0.92) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42), 0 0 0 3px rgba(255, 107, 30, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.dm-premium-topbar__ekatalog-menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.dm-premium-topbar__ekatalog-menu a:hover {
  color: #fff;
  background: rgba(255, 107, 30, 0.18);
}

.dm-premium-topbar__ekatalog {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  animation: dm-ekatalog-idle 4s ease-in-out infinite;
}

.dm-premium-topbar__action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  font-family: var(--body-font-family);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  animation: dm-ekatalog-idle 4s ease-in-out infinite;
}

.dm-premium-topbar__search {
  width: 34px;
  padding: 0;
}

.dm-premium-topbar__theme {
  width: 34px;
  padding: 0;
}

.dm-premium-topbar__quote {
  padding: 0 14px;
}

@keyframes dm-ekatalog-idle {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 107, 30, 0);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 107, 30, 0.18);
  }
}

.dm-premium-topbar__ekatalog-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 107, 30, 0.35), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.dm-premium-topbar__ekatalog:hover,
.dm-premium-topbar__action:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 107, 30, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(255, 107, 30, 0.18), 0 0 34px rgba(255, 107, 30, 0.38);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
}

.dm-premium-topbar__ekatalog:hover .dm-premium-topbar__ekatalog-glow {
  opacity: 1;
}

.dm-premium-topbar__icon--cta {
  position: relative;
  z-index: 1;
  font-size: 11px;
  color: #fff;
}

.dm-premium-topbar__cta-label {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.dm-premium-topbar__right .dm-header-locale {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 3px;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
  gap: 0;
  overflow: hidden;
}

.dm-premium-topbar__right .dm-header-locale a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body-font-family);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.35s ease, background-color 0.35s ease;
}

.dm-premium-topbar__right .dm-header-locale a:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
}

.dm-premium-topbar__right .dm-header-locale a.is-active {
  border-color: #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.72) 0%, rgba(255, 107, 30, 0.42) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46), 0 0 18px rgba(255, 107, 30, 0.42);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32);
}

.about-section .btn-style-one {
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48), 0 0 0 4px rgba(255, 107, 30, 0.16), 0 0 34px rgba(255, 107, 30, 0.34);
  border-radius: 10px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32);
}

.about-section .btn-style-one:hover {
  border-color: rgba(255, 107, 30, 0.9);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.52), 0 0 0 5px rgba(255, 107, 30, 0.22), 0 0 44px rgba(255, 107, 30, 0.44);
}

.about-section .btn-style-one .btn-arrow-left,
.about-section .btn-style-one .btn-arrow-right {
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.about-section .btn-style-one:hover .btn-arrow-left,
.about-section .btn-style-one:hover .btn-arrow-right {
  background: rgba(0, 0, 0, 0.22);
  border-color: #fff;
}

.about-section .btn-style-one .btn-arrow-left img,
.about-section .btn-style-one .btn-arrow-right img {
  filter: brightness(0) invert(1);
}

.about-section .btn-style-one .btn-title {
  color: #fff;
}

.about-content .about-thumb-items {
  gap: 0 !important;
  align-items: stretch !important;
}

.about-content .about-thumb-items .thumb1 {
  align-self: stretch;
  height: auto;
  min-height: 100%;
  display: flex;
}

.about-content .about-thumb-items .thumb1 img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content .about-thumb-items .content {
  width: 430px;
  min-width: 430px;
  max-width: 430px;
  justify-content: flex-start;
  align-items: center;
  transform: none !important;
  align-self: stretch;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}

.about-content .about-thumb-items .content .count-box {
  flex: 0 0 140px;
  width: 140px;
  min-width: 140px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: visible;
}

.about-content .about-thumb-items .content .count-box .count-text {
  display: inline-block;
  min-width: 3ch;
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.about-content .about-thumb-items .content p {
  flex: 0 0 155px;
  width: 155px;
  max-width: 155px;
  margin: 0;
}

@media (max-width: 1399.98px) {
  .about-content .about-thumb-items .content {
    width: 370px;
    min-width: 370px;
    max-width: 370px;
  }

  .about-content .about-thumb-items .content .count-box {
    flex-basis: 118px;
    width: 118px;
    min-width: 118px;
  }

}

@media (max-width: 575.98px) {
  .about-content .about-thumb-items .content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.header-1 .ui-btn-outer .dm-header-social,
.header-2 .ui-btn-outer .dm-header-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-1 .ui-btn-outer .dm-header-social a,
.header-2 .ui-btn-outer .dm-header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.header-1 .ui-btn-outer .dm-header-social a i,
.header-2 .ui-btn-outer .dm-header-social a i {
  font-size: 13px;
  color: #fff;
}

.header-1 .ui-btn-outer .dm-header-social a:hover,
.header-2 .ui-btn-outer .dm-header-social a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 107, 30, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(255, 107, 30, 0.18), 0 0 34px rgba(255, 107, 30, 0.38);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
  color: #fff;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  margin-right: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 107, 30, 0.45);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.22) 0%, rgba(255, 107, 30, 0.1) 100%);
  color: #fff;
  font-family: var(--body-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a:hover {
  transform: translateY(-1px);
  border-color: var(--theme-color1);
  box-shadow: 0 10px 28px rgba(255, 107, 30, 0.28);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.32) 0%, rgba(255, 107, 30, 0.14) 100%);
  color: #fff;
}

.footer-section .footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-section .footer-info .mail,
.footer-section .footer-widget-items .widget-title {
  color: var(--theme-color1) !important;
  text-transform: none !important;
}

.footer-section .dm-footer-lead {
  max-width: 520px;
  margin: -42px 0 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.footer-section .dm-footer-newsletter-text {
  max-width: 420px;
  margin: -8px 0 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-widget-items .user-links li a {
  color: #fff !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-widget-items .dm-footer-contact-list li {
  margin-bottom: 14px !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-widget-items .dm-footer-contact-list li:hover {
  margin-left: 0 !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-widget-items .dm-footer-contact-list li a {
  display: block;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff !important;
  line-height: 1.35;
}

.footer-section .dm-footer-contact-label {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.footer-section .dm-footer-contact-list strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.footer-section .dm-footer-copyright-brand {
  color: #fff;
  text-decoration: none;
  transition: color 0.35s ease;
}

.footer-section .dm-footer-copyright-brand:hover {
  color: var(--theme-color1);
}

.footer-section .dm-footer-copyright-accent,
.footer-section .dm-footer-contact-list a:hover strong {
  color: var(--theme-color1);
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group {
  display: flex !important;
  align-items: center !important;
  max-width: 430px !important;
  min-height: 62px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.12), 0 0 18px rgba(255, 107, 30, 0.24) !important;
  overflow: visible !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group input.email {
  width: 100% !important;
  height: 62px !important;
  padding: 0 76px 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  outline: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 62px !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group .circle-btn {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  display: inline-flex !important;
  width: 48px !important;
  height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.12), 0 0 18px rgba(255, 107, 30, 0.24) !important;
  color: #fff !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group .circle-btn:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 107, 30, 0.95) !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.94) 0%, rgba(8, 8, 12, 0.84) 100%) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36), 0 0 0 3px rgba(255, 107, 30, 0.18), 0 0 30px rgba(255, 107, 30, 0.4) !important;
  color: #fff !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group input.email::placeholder {
  color: #fff !important;
  opacity: 1;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group input.email::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.footer-section .wow {
  visibility: visible !important;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 107, 30, 0.45);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.22) 0%, rgba(255, 107, 30, 0.1) 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 0 0 rgba(255, 107, 30, 0);
}

.back-to-top:hover {
  border-color: var(--theme-color1);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.32) 0%, rgba(255, 107, 30, 0.14) 100%);
  box-shadow: 0 10px 28px rgba(255, 107, 30, 0.28);
  color: #fff;
}

.header-1 .mobile-nav-toggler,
.sticky-header .mobile-nav-toggler {
  width: 44px !important;
  height: 34px !important;
  border: 2px solid rgba(255, 107, 30, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
}

.header-1 .mobile-nav-toggler span,
.sticky-header .mobile-nav-toggler span {
  left: 10px !important;
  width: 20px !important;
  height: 2px;
  border-radius: 2px;
  background: #fff !important;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.28), 0 0 14px rgba(255, 107, 30, 0.28);
}

.header-1 .mobile-nav-toggler span:first-child,
.sticky-header .mobile-nav-toggler span:first-child {
  top: 9px !important;
}

.header-1 .mobile-nav-toggler span:nth-child(2),
.sticky-header .mobile-nav-toggler span:nth-child(2) {
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

.header-1 .mobile-nav-toggler span:last-child,
.sticky-header .mobile-nav-toggler span:last-child {
  bottom: 9px !important;
}

.mobile-menu {
  width: min(390px, 94vw);
}

.mobile-menu .menu-backdrop {
  background: rgba(0, 0, 0, 0.78);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mobile-menu .menu-box {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 107, 30, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(18, 18, 22, 0.98) 0%, rgba(7, 7, 10, 0.98) 100%) !important;
  border-left: 2px solid rgba(255, 107, 30, 0.42);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.52), 0 0 46px rgba(255, 107, 30, 0.16) !important;
  overflow: hidden !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: flex-start;
}

.mobile-menu .menu-box::-webkit-scrollbar {
  display: none;
}

.mobile-menu .upper-box {
  padding: 14px 20px 10px;
  border-bottom: 1px solid rgba(255, 107, 30, 0.2);
}

.mobile-menu .close-btn {
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  font-size: 17px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28);
}

.mobile-menu .navigation {
  padding: 7px 18px 0;
  border-top: 0;
  margin-bottom: 4px;
}

.mobile-menu .navigation li {
  margin-bottom: 6px;
  border: 1px solid rgba(255, 107, 30, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.mobile-menu .navigation li > a {
  padding: 9px 14px;
  color: #fff ;
  font-size: 15px;
  font-weight: 500;
}

.mobile-menu .navigation li:hover,
.mobile-menu .navigation li.current {
  border-color: rgba(255, 107, 30, 0.58);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.18) 0%, rgba(18, 18, 22, 0.78) 100%);
}

.mobile-menu .menu-box .dm-mobile-quote-cta {
  padding: 10px 22px 12px;
}

.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  border: 2px solid rgba(255, 107, 30, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48), 0 0 0 4px rgba(255, 107, 30, 0.16), 0 0 34px rgba(255, 107, 30, 0.34);
  cursor: pointer;
}

.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button:hover {
  border-color: rgba(255, 107, 30, 0.9);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.52), 0 0 0 5px rgba(255, 107, 30, 0.22), 0 0 44px rgba(255, 107, 30, 0.44);
}

.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button .btn-arrow-left,
.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button .btn-arrow-right {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.18);
}

.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button .btn-arrow-left i,
.mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button .btn-arrow-right i {
  color: #fff;
}

.mobile-menu .contact-list-one {
  padding: 0 20px 10px;
}

.mobile-menu .contact-list-one li {
  margin-bottom: 6px;
}

.mobile-menu .contact-list-one li:last-child {
  margin-bottom: 0;
}

.mobile-menu .contact-list-one li .contact-info-box {
  min-height: 44px;
  padding: 7px 10px 7px 50px;
  border: 1px solid rgba(255, 107, 30, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.35;
}

.mobile-menu .contact-list-one li .contact-info-box .icon {
  left: 11px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 107, 30, 0.58);
  border-radius: 10px;
  background: rgba(255, 107, 30, 0.12);
  color: var(--theme-color1) !important;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 20px rgba(255, 107, 30, 0.18);
}

.mobile-menu .contact-list-one li .contact-info-box .title {
  margin-bottom: 2px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 10px;
  font-weight: var(--h3-font-weight);
  letter-spacing: normal;
  text-transform: none;
}

.dm-mobile-contact-line {
  display: block;
  color: #fff;
}

.mobile-menu .contact-list-one li .contact-info-box a.dm-mobile-contact-line {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.mobile-menu .contact-list-one li .contact-info-box a {
  color: #fff;
  font-weight: 600;
}

.dm-mobile-address-group {
  margin: 2px 20px 12px;
  padding: 8px;
  border: 1px solid rgba(255, 107, 30, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.dm-mobile-address-group__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 10px;
  font-weight: var(--h3-font-weight);
  line-height: 1.15;
}

.dm-mobile-address-group__title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 107, 30, 0.58);
  border-radius: 8px;
  background: rgba(255, 107, 30, 0.12);
  color: var(--theme-color1);
  font-size: 12px;
}

.dm-mobile-office-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 107, 30, 0.32);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.12) 0%, rgba(255, 255, 255, 0.035) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.22);
}

.dm-mobile-office-card:last-child {
  margin-bottom: 0;
}

.dm-mobile-office-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 107, 30, 0.58);
  border-radius: 10px;
  background: rgba(255, 107, 30, 0.12);
  color: var(--theme-color1);
  font-size: 14px;
}

.dm-mobile-office-card__title {
  display: block;
  margin-bottom: 2px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 10px;
  font-weight: var(--h3-font-weight);
  line-height: 1.15;
}

.dm-mobile-office-card__text {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 1.32;
}

.mobile-menu .social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6px;
  align-items: stretch;
  justify-content: stretch;
  width: auto !important;
  box-sizing: border-box;
  margin: 2px 18px 18px;
  padding: 6px;
  border: 1px solid rgba(255, 107, 30, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.mobile-menu .social-links li {
  width: 100%;
  border-right: 0;
}

.mobile-menu .social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 36px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.1);
}

.mobile-menu .social-links li a:hover {
  border-color: rgba(255, 107, 30, 0.9);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 480px) and (max-height: 900px) {
  .mobile-menu {
    width: min(360px, 92vw);
  }

  .mobile-menu .upper-box {
    padding: 8px 16px 6px;
  }

  .mobile-menu .upper-box .nav-logo img {
    max-height: 34px;
    width: auto;
  }

  .mobile-menu .close-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .mobile-menu .navigation {
    padding: 4px 14px 0;
    margin-bottom: 2px;
  }

  .mobile-menu .navigation li {
    margin-bottom: 3px;
    border-radius: 10px;
  }

  .mobile-menu .navigation li > a {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.15;
  }

  .mobile-menu .menu-box .dm-mobile-quote-cta {
    padding: 5px 16px 6px;
  }

  .mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button {
    min-height: 38px;
    padding: 0 10px;
  }

  .mobile-menu .menu-box .dm-mobile-quote-cta .dm-mobile-quote-button .btn-title {
    font-size: 12px;
  }

  .dm-mobile-address-group {
    margin: 0 16px 6px;
    padding: 5px;
    border-radius: 12px;
  }

  .dm-mobile-address-group__title {
    gap: 6px;
    margin-bottom: 4px;
    font-size: 9px;
  }

  .dm-mobile-address-group__title i,
  .dm-mobile-office-card > i {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    border-radius: 8px;
    font-size: 11px;
  }

  .dm-mobile-office-card {
    gap: 6px;
    margin-bottom: 4px;
    padding: 5px 7px;
    border-radius: 11px;
  }

  .dm-mobile-office-card__title {
    margin-bottom: 1px;
    font-size: 9px;
    line-height: 1.05;
  }

  .dm-mobile-office-card__text {
    font-size: 9.5px;
    line-height: 1.12;
  }

  .mobile-menu .contact-list-one {
    padding: 0 16px 6px;
  }

  .mobile-menu .contact-list-one li {
    margin-bottom: 4px;
  }

  .mobile-menu .contact-list-one li .contact-info-box {
    min-height: 34px;
    padding: 4px 8px 4px 40px;
    border-radius: 11px;
    font-size: 10px;
    line-height: 1.18;
  }

  .mobile-menu .contact-list-one li .contact-info-box .icon {
    left: 9px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 13px;
  }

  .mobile-menu .contact-list-one li .contact-info-box .title {
    margin-bottom: 1px;
    font-size: 9px;
  }

  .mobile-menu .social-links {
    gap: 4px;
    margin: 0 16px 8px;
    padding: 4px;
    border-radius: 12px;
  }

  .mobile-menu .social-links li a {
    height: 30px;
    border-radius: 8px;
  }
}

/* Portal-wide button standard: mirrors the hero slider "Keşfedin" structure. */
.page-wrapper :where(
  .btn-style-one,
  .contact-btn,
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-mobile-quote-button,
  .dm-contact-quick-actions a,
  .dm-contact-office-socials a,
  .dm-contact-office-box__actions a,
  .dm-contact-hero__actions a,
  .dm-contact-department-card a,
  .dm-contact-social__grid a,
  .dm-contact-final-cta--compact .contact-btn
) {
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48), 0 0 0 4px rgba(255, 107, 30, 0.16), 0 0 34px rgba(255, 107, 30, 0.34) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32);
}

.page-wrapper :where(
  .btn-style-one,
  .contact-btn,
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-mobile-quote-button,
  .dm-contact-quick-actions a,
  .dm-contact-office-socials a,
  .dm-contact-office-box__actions a,
  .dm-contact-hero__actions a,
  .dm-contact-department-card a,
  .dm-contact-social__grid a,
  .dm-contact-final-cta--compact .contact-btn
):hover {
  border-color: rgba(255, 107, 30, 0.675) !important;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.255) 0%, rgba(18, 18, 22, 0.82) 100%) !important;
  color: #fff !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.52), 0 0 0 5px rgba(255, 107, 30, 0.165), 0 0 44px rgba(255, 107, 30, 0.33) !important;
}

.page-wrapper .btn-style-one :where(.btn-arrow-left, .btn-arrow-right),
.page-wrapper .dm-mobile-quote-button :where(.btn-arrow-left, .btn-arrow-right) {
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  box-shadow: 0 0 18px rgba(255, 107, 30, 0.22) !important;
}

.page-wrapper .btn-style-one:hover :where(.btn-arrow-left, .btn-arrow-right),
.page-wrapper .dm-mobile-quote-button:hover :where(.btn-arrow-left, .btn-arrow-right) {
  border-color: rgba(255, 107, 30, 0.88) !important;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.2) 0%, rgba(8, 8, 12, 0.82) 100%) !important;
  box-shadow: 0 0 24px rgba(255, 107, 30, 0.32) !important;
}

.page-wrapper .btn-style-one :where(.btn-title, span, i),
.page-wrapper .dm-mobile-quote-button :where(.btn-title, span, i),
.page-wrapper :where(.contact-btn, .dm-contact-social-button, .dm-ecatalog-btn, button.project-btn, .project-button .project-btn, .dm-sidebar-action-button, .dm-contact-quick-actions a, .dm-contact-office-socials a, .dm-contact-office-box__actions a, .dm-contact-hero__actions a, .dm-contact-department-card a, .dm-contact-social__grid a, .dm-contact-final-cta--compact .contact-btn) :where(i, span) {
  color: #fff !important;
}

.page-wrapper .btn-style-one img,
.page-wrapper .dm-mobile-quote-button img,
.page-wrapper :where(.dm-contact-social-button, .dm-ecatalog-btn, button.project-btn, .project-button .project-btn, .dm-sidebar-action-button) img {
  filter: brightness(0) invert(1) !important;
}

.page-wrapper :where(.back-to-top, .mobile-nav-toggler, .dm-header-social a, .mobile-menu .social-links li a, .blog-details__social-list a, .blog-details__social-list button) {
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.12), 0 0 24px rgba(255, 107, 30, 0.28) !important;
}

.dm-quote-popup :where(.btn-style-one, .dm-quote-cta) {
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48), 0 0 0 4px rgba(255, 107, 30, 0.16), 0 0 34px rgba(255, 107, 30, 0.34) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32);
}

.dm-quote-popup :where(.btn-style-one, .dm-quote-cta):hover {
  border-color: rgba(255, 107, 30, 0.675) !important;
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.255) 0%, rgba(18, 18, 22, 0.82) 100%) !important;
  color: #fff !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.52), 0 0 0 5px rgba(255, 107, 30, 0.165), 0 0 44px rgba(255, 107, 30, 0.33) !important;
}

.dm-quote-popup .btn-style-one :where(.btn-arrow-left, .btn-arrow-right) {
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  box-shadow: 0 0 18px rgba(255, 107, 30, 0.22) !important;
}

.dm-quote-popup .btn-style-one img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 1399.98px) {
  .dm-premium-topbar__center {
    display: none;
  }

  .dm-premium-topbar__item--location {
    display: none;
  }

  .dm-premium-topbar__card {
    gap: 10px;
  }

  .dm-premium-topbar__left,
  .dm-premium-topbar__right {
    gap: 10px;
  }
}

@media (max-width: 1199.98px) {
  .dm-executive-topbar-wrap {
    padding: 12px 0 0;
  }

  .dm-premium-topbar__card {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
    height: auto;
    min-height: 0;
    padding: 8px;
    white-space: normal;
    overflow: visible;
  }

  .dm-premium-topbar__left,
  .dm-premium-topbar__right {
    justify-self: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    min-height: 0;
    padding: 0;
    flex-shrink: 1;
  }

  .dm-premium-topbar__center {
    display: none;
  }

  .dm-premium-topbar__item--location {
    display: inline-flex;
  }

  .dm-premium-topbar__item,
  .dm-premium-topbar__link {
    line-height: 1.25;
  }

  .dm-premium-topbar__text {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .dm-executive-topbar-wrap {
    padding: 10px 0 0;
    margin-bottom: 16px;
  }

  .dm-premium-topbar__item--location {
    display: inline-flex;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
  }

  .dm-premium-topbar__card {
    gap: 8px;
  }

  .dm-premium-topbar__left {
    gap: 7px 10px;
  }

  .dm-premium-topbar__right {
    gap: 6px;
  }

  .dm-premium-topbar__item,
  .dm-premium-topbar__link {
    font-size: 11px;
  }

  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__action,
  .dm-premium-topbar__right .dm-header-locale {
    height: 32px;
  }

  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__quote {
    padding: 0 10px;
  }

  .dm-premium-topbar__search,
  .dm-premium-topbar__theme {
    width: 32px;
  }

  .dm-premium-topbar__right .dm-header-locale a {
    min-width: 29px;
    height: 26px;
    padding: 0 6px;
    font-size: 10px;
  }
}

.page-wrapper:has(.dm-executive-topbar-wrap) .main-header .sticky-header.fixed-header {
  top: 0;
  animation-name: none;
  -webkit-animation-name: none;
}
