/* Header and menu styles */
.container {
  width: min(1450px, calc(100% - 24px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 0;
  padding-top: 0;
  transition: padding 0.2s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-bottom: 1px solid #e6e9f0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: -1;
}

.site-header.is-scrolled {
  padding-top: 0;
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.header-top {
  position: relative;
  border-top: 4px solid var(--color-primary);
  border-bottom: 0;
  margin-bottom: 0;
  max-height: 80px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.2s ease, opacity 0.2s ease, margin-bottom 0.2s ease, border-top-width 0.2s ease;
}

.header-top-inner {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-contact-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.top-contact-group .top-contact + .top-contact {
  border-left: 1px solid #d7deea;
  padding-left: 14px;
}

.top-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.top-icon {
  width: 16px;
  height: 16px;
  background-color: var(--color-text);
  display: inline-block;
  flex: 0 0 auto;
}

.top-icon-phone {
  mask: url("../icons/telefon.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/telefon.svg") no-repeat center / contain;
}

.top-icon-mail {
  mask: url("../icons/email.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/email.svg") no-repeat center / contain;
}

.top-socials {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.top-socials a {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-decoration: none;
  border-bottom: 0;
}

.top-socials a + a {
  border-left: 0;
  padding-left: 0;
}

.top-socials i {
  font-size: 16px;
  color: var(--color-text);
  line-height: 1;
  background: transparent;
}

.top-socials a:hover,
.top-socials a:focus-visible {
  text-decoration: none;
  border-bottom: 0;
}

.header-main {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(109, 119, 146, 0.18);
  border-radius: 10px;
  padding-inline: 14px;
  transition: border-radius 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled .header-main {
  border-radius: 10px;
  border-color: transparent;
}

@media (min-width: 1361px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    z-index: 1000;
    transition: none;
  }

  .header-top {
    transition: none;
  }

  .site-header.is-scrolled {
    padding-bottom: 78px;
  }

  .site-header.is-scrolled .header-top {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    border-top-width: 0;
  }

  .site-header.is-scrolled .header-main {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1450px, calc(100% - 24px));
    z-index: 1003;
    background: #fff;
    border-radius: 10px;
    border-bottom: 1px solid rgba(109, 119, 146, 0.18);
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax 0 -100vmax);
  }

  .site-header.is-scrolled .mega-menu-holder {
    position: fixed;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1450px, calc(100% - 24px));
    margin-top: 0;
    z-index: 1004;
  }
}

.site-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 48px;
  width: auto;
  display: block;
  max-height: 55px !important;
}

.desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.nav-item > a,
.nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 8px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  border: 0;
  font-family: var(--font-family-base);
  -webkit-appearance: none;
  appearance: none;
}

.nav-trigger::-webkit-details-marker {
  display: none;
}

.nav-arrow {
  font-size: 10px;
  opacity: 0.6;
  margin-top: 1px;
  transition: transform 0.2s ease;
}

.nav-dropdown[open] .nav-arrow {
  transform: rotate(180deg);
}

.nav-item > a:hover,
.nav-trigger:hover {
  background: transparent;
  color: var(--color-primary);
}

.nav-item.is-active .nav-trigger {
  color: var(--color-primary);
}

.nav-item.is-active .nav-arrow {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown[open] > .dropdown-menu {
  display: grid;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 290px;
  max-height: min(70vh, 520px);
  overflow: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #e7ecf5;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(20, 35, 68, 0.13);
  z-index: 12;
  gap: 4px;
}

.dropdown-menu a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #3e4b6c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-menu a:hover {
  background: #f2f5fb;
  color: #1d2a4c;
}

.dropdown-menu.large {
  width: min(860px, 78vw);
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

.menu-badge {
  position: absolute;
  top: -8px;
  left: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  line-height: 1.1;
}

.nav-item[data-label="Sektörler"] .menu-badge {
  left: 50%;
  transform: translateX(-50%);
  border-radius: 7px;
}

.menu-badge-pulse {
  animation: badgePulse 1.1s ease-in-out infinite;
}

@keyframes badgePulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.mega-menu-holder {
  position: relative;
  z-index: 1004;
}

.mega-menu-panel {
  display: none;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #e5eaf4;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(15, 27, 52, 0.12);
  padding: 14px;
}

.mega-menu-panel.is-open {
  display: block;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 10px;
  max-height: min(56vh, 430px);
  overflow: auto;
}

.mega-menu-panel-sektorler .mega-menu-grid {
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  max-height: 200px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mega-menu-panel-sektorler .mega-menu-grid::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.mega-menu-card {
  border: 1px solid #e8edf5;
  background: #fbfcff;
  border-radius: 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  text-decoration: none;
  color: var(--color-secondary);
}

.mega-menu-card:hover {
  border-color: #d7e3f8;
  background: #f4f8ff;
}

.mega-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e2e8f3;
  background: #f2f5fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mega-icon-wrap img {
  width: 16px;
  height: 16px;
  opacity: 0.75;
}

.mega-card-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.mega-card-text span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #7a85a0;
  font-weight: 400;
}

.mega-menu-info-bar {
  margin-top: 10px;
  background: var(--color-primary);
  border-radius: 7px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.mega-menu-info-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 7px 16px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.icon-action {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.icon-action i {
  font-size: 20px;
  color: var(--color-secondary);
}

.icon-action img {
  width: 22px;
  height: 22px;
}

.menu-icon-fa {
  font-size: 24px;
  color: var(--color-secondary);
  line-height: 1;
}

.mobile-info-toggle {
  display: none;
}

.mobile-menu-toggle {
  display: none;
}

.desktop-info-toggle .menu-icon-fa {
  font-size: 28px;
}

.btn-offer {
  min-height: 38px;
  padding: 7px 18px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}

.btn-offer:hover {
  background: #1f5fc7;
  border-color: #1f5fc7;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(19, 23, 39, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 960;
  pointer-events: none;
}

.mobile-drawer {
  position: fixed;
  top: var(--info-panel-top, 86px);
  right: 0;
  width: min(92vw, 370px);
  height: auto;
  max-height: min(74vh, 560px);
  background: #fff;
  border: 1px solid #e7ecf5;
  border-radius: 12px;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
  display: block;
  padding: 12px;
  gap: 12px;
  z-index: 1011;
  overflow: auto;
}

.mobile-drawer::before {
  content: "";
  position: absolute;
  top: -8px;
  right: var(--panel-notch-right, 26px);
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #e7ecf5;
  border-left: 1px solid #e7ecf5;
  transform: rotate(45deg);
}

.menu-panel {
  top: var(--menu-panel-top, var(--info-panel-top, 86px));
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.menu-panel::before {
  display: none;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mobile-menu-head strong {
  font-size: 30px;
  line-height: 1;
  color: var(--color-secondary);
  font-weight: 700;
}

.mobile-menu-close {
  width: 36px;
  height: 36px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 8px 12px 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #fff;
}

.mobile-nav::-webkit-scrollbar {
  width: 2px;
}

.mobile-nav::-webkit-scrollbar-track {
  background: #fff;
}

.mobile-nav::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 7px;
}

.mobile-nav > * {
  margin: 0;
}

.mobile-nav > *:last-child {
  margin-bottom: 0;
}

.mobile-nav details {
  margin: 0;
  padding: 0;
}

.mobile-nav .mobile-link,
.mobile-nav details > summary {
  width: 100%;
  min-height: 46px;
  height: 46px;
  border: 0;
  border-bottom: 1px solid rgba(109, 119, 146, 0.22);
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f3b5d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}

.mobile-item-start {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  white-space: nowrap;
  min-width: 0;
}

.mobile-nav > .mobile-link:first-child .mobile-item-start {
  transform: translateY(-1px);
}

.mobile-item-start img {
  width: 14px;
  height: 14px;
  opacity: 0.85;
  flex: 0 0 auto;
}

.mobile-item-start span {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-nav details > summary::-webkit-details-marker {
  display: none;
}

.mobile-nav details > div {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  border-left: 3px solid var(--color-primary);
}

.mobile-nav details > div a {
  font-size: 14px;
  font-weight: 500;
  color: #4c5878;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  border-radius: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin: 0;
}

.mobile-nav details > div a:last-child {
  margin-bottom: 0;
}

.mobile-menu-offer {
  width: calc(100% - 20px);
  min-height: 42px;
  border-radius: 7px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  flex: 0 0 auto;
  position: sticky;
  bottom: 10px;
  z-index: 2;
  margin: 8px 10px 10px;
}

.info-panel-body {
  display: grid;
  gap: 9px;
}

.info-row {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e7ebf3;
  border-radius: 7px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-secondary);
  font-size: 15px;
  font-weight: 500;
  background: #f3f5fa;
  padding: 10px 12px;
}

.info-panel-body p {
  margin: 0;
}

.info-row-icon {
  width: 16px;
  height: 16px;
  background-color: #616c8a;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: auto;
}

.info-row > span:last-child {
  order: 1;
}

.info-row > .info-row-icon {
  order: 2;
}

.info-phone {
  mask: url("../icons/telefon.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/telefon.svg") no-repeat center / contain;
}

.info-mail {
  mask: url("../icons/email.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/email.svg") no-repeat center / contain;
}

.info-map {
  mask: url("../icons/konum.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/konum.svg") no-repeat center / contain;
}

.info-building {
  mask: url("../icons/bina.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/bina.svg") no-repeat center / contain;
}

.info-cta {
  margin-top: 8px;
  min-height: 52px;
  background: var(--color-primary);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
}

.info-cta-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  mask: url("../icons/kurumsal.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/kurumsal.svg") no-repeat center / contain;
  flex: 0 0 auto;
}

body.mobile-menu-open .site-header::before {
  opacity: 0 !important;
}

body.mobile-menu-open .header-main {
  z-index: 1003;
  background: #fff !important;
}

body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .mobile-overlay {
  display: none;
}

body.mega-menu-open .mobile-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.mega-menu-open .site-header::before {
  opacity: 0 !important;
}

body.mega-menu-open .header-main {
  z-index: 1003;
  background: #fff !important;
}

body.mega-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .mobile-drawer.menu-panel {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.mobile-info-open .mobile-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.mobile-info-open .site-header::before {
  opacity: 0 !important;
}

body.mobile-info-open .header-main {
  z-index: 1003;
  background: #fff !important;
}

body.mobile-info-open {
  overflow: hidden;
}

body.mobile-info-open .mobile-drawer.info-panel {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1361px) {
  body.mega-menu-open .header-main,
  body.mobile-info-open .header-main {
    position: relative;
    z-index: 1003;
    background: #fff;
  }

  body.mega-menu-open .mega-menu-holder,
  body.mobile-info-open .mega-menu-holder {
    position: relative;
    z-index: 1004;
  }

  body.mega-menu-open .site-header:not(.is-scrolled) .header-top::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(19, 23, 39, 0.72);
    pointer-events: none;
  }

  .mobile-drawer.info-panel {
    left: auto;
    right: var(--info-panel-right-desktop, 14px);
    width: min(340px, calc(100vw - 520px));
    max-height: min(62vh, 500px);
    border-radius: 12px;
    transform: translateY(-12px);
    padding: 14px;
  }

  .mobile-drawer.info-panel::before {
    display: none;
  }

  body.mobile-info-open .mobile-drawer.info-panel {
    transform: translateY(0);
  }
}

@media (max-width: 1360px) {
  body {
    padding-top: 120px;
  }

  main {
    padding-top: 0;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }

  .site-header.is-scrolled .header-top {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    border-top-width: 0;
  }

  .site-header .container {
    width: 100%;
    margin-inline: 0;
  }

  .header-top {
    margin-bottom: 0;
    background: var(--color-secondary);
  }

  .header-top-inner {
    display: flex;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .top-contact-group {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    gap: 0;
  }

  .top-contact-group .top-contact + .top-contact {
    display: none;
    border-left: 0;
    padding-left: 0;
  }

  .top-contact {
    color: #9098af;
    font-size: 13px;
  }

  .top-contact .top-icon {
    width: 14px;
    height: 14px;
    background-color: #9098af;
  }

  .top-socials {
    margin-left: auto;
  }

  .top-socials i {
    color: #9098af;
    font-size: 14px;
  }

  .header-main {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1002;
    border-radius: 0;
    min-height: 70px;
    padding-inline: 10px;
    border-top: 0;
  }

  .site-header.is-scrolled .header-main {
    top: 0;
    border-radius: 0;
    border-top: 4px solid var(--color-primary);
  }

  .desktop-nav {
    display: none;
  }

  .mega-menu-holder {
    display: none;
  }

  .mobile-info-toggle {
    display: inline-flex;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 0;
    border-radius: 0;
    position: relative;
  }

  .mobile-info-toggle::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -14px;
    bottom: -14px;
    width: 1px;
    background: rgba(109, 119, 146, 0.18);
  }

  .mobile-info-toggle::after {
    content: "";
    position: absolute;
    right: -5px;
    top: -14px;
    bottom: -14px;
    width: 1px;
    background: rgba(109, 119, 146, 0.18);
  }

  .desktop-info-toggle {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: 6px;
    margin-right: 0;
  }

  .mobile-info-toggle i,
  .mobile-menu-toggle .menu-icon-fa {
    font-size: 22px;
  }

  .menu-panel {
    padding-inline: 0;
  }

  .mobile-drawer.info-panel {
    left: auto;
    right: var(--info-panel-right-mobile, 10px);
    width: min(88vw, 340px);
    max-width: calc(100vw - 20px);
    border-radius: 12px;
    transform: translateY(-12px);
    padding: 12px;
  }

  .mobile-drawer.info-panel::before {
    display: none;
  }

  body.mobile-info-open .mobile-drawer.info-panel {
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .top-socials {
    display: inline-flex;
  }

  .btn-offer {
    display: none;
  }
}

.mobile-bottom-bar {
  display: none;
}

@media (max-width: 1024px) {
  body.has-mobile-bottom-bar {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: var(--color-secondary);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-bar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
  }

  .mobile-bottom-item {
    min-height: 54px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    overflow: hidden;
  }

  .mobile-bottom-icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }

  .mobile-icon-home {
    -webkit-mask-image: url("../icons/ev.svg");
    mask-image: url("../icons/ev.svg");
  }

  .mobile-icon-services {
    -webkit-mask-image: url("../icons/monitor.svg");
    mask-image: url("../icons/monitor.svg");
  }

  .mobile-icon-support {
    -webkit-mask-image: url("../icons/destek2.svg");
    mask-image: url("../icons/destek2.svg");
  }

  .mobile-icon-whatsapp {
    -webkit-mask-image: url("../icons/whatsapp2.svg");
    mask-image: url("../icons/whatsapp2.svg");
  }

  .mobile-icon-references {
    -webkit-mask-image: url("../icons/yildiz.svg");
    mask-image: url("../icons/yildiz.svg");
  }

  .mobile-bottom-item span {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }

  .mobile-bottom-item.is-active {
    color: #fff;
  }

  .mobile-bottom-item.is-emphasis::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.09) 45%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .mobile-bottom-item.is-emphasis {
    border-radius: 0;
  }

  .mobile-bottom-item.is-emphasis::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 2px;
    background: var(--color-primary);
    border-radius: 2px;
  }
}

.desktop-float-cta {
  position: fixed;
  bottom: 16px;
  z-index: 1002;
  min-width: 150px;
  min-height: 46px;
  border-radius: 10px;
  padding: 10px 14px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease;
}

.desktop-float-cta-left {
  left: 10px;
}

.desktop-float-cta-right {
  right: 10px;
  background: #25d366;
}

.desktop-float-cta .mobile-bottom-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.desktop-float-cta:hover {
  background: #1f5fc7;
}

.desktop-float-cta-right:hover {
  background: #1faa4f;
}

@media (max-width: 1024px) {
  .desktop-float-cta {
    display: none;
  }
}

@media (min-width: 1025px) {
  .mobile-bottom-bar {
    display: none !important;
  }
  body.has-mobile-bottom-bar {
    padding-bottom: 0;
  }
}
