/* Hanedan Turizm - mobil hamburger menü düzeni */
@media (max-width: 991.98px) {
  body .navbar.fixed-top {
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
  }

  body .navbar .container {
    gap: 10px;
  }

  body .navbar-brand img {
    width: 178px !important;
    max-height: 58px;
    object-fit: contain;
  }

  body .navbar-toggler {
    width: 46px;
    height: 46px;
    border: 0 !important;
    border-radius: 16px;
    box-shadow: none !important;
    background: #fff;
  }

  body .navbar-toggler-icon {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }

  body .hd-top-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
  }

  body .hd-top-icon svg {
    width: 27px !important;
    height: 27px !important;
  }

  body .hd-mobile-menu-wrap {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    padding: 0 0 22px 0;
    background: #fff;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
    z-index: 1040;
  }

  body .hd-mobile-menu-wrap .navbar-nav {
    padding: 18px 12px 8px;
    gap: 12px;
    max-height: none !important;
  }

  body .hd-mobile-menu-wrap .nav-item {
    width: 100%;
  }

  body .hd-mobile-menu-wrap .nav-link {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 18px 26px !important;
    border: 1px solid #edf0f6;
    border-radius: 14px;
    background: #fff;
    color: #333342 !important;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.2px;
    box-shadow: 0 2px 0 rgba(15, 23, 42, .01);
  }

  body .hd-mobile-menu-wrap .nav-link:hover,
  body .hd-mobile-menu-wrap .nav-link:focus,
  body .hd-mobile-menu-wrap .nav-link.active {
    color: #f42554 !important;
    border-color: #f2e7ec;
    background: #fff;
  }

  body .hd-mobile-menu-wrap .hd-login-pill {
    justify-content: center;
    min-height: 64px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff5b2e, #ff8a32) !important;
    border-color: transparent !important;
    border-radius: 18px;
    font-size: 20px;
    box-shadow: 0 14px 28px rgba(255, 97, 5, .25);
  }

  body .hd-mobile-extra {
    padding: 8px 12px 18px;
  }

  body .hd-mobile-social-row {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 18px 34px 34px;
  }

  body .hd-mobile-social {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f2f2f5;
    color: #151528;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    text-decoration: none;
  }

  body .hd-mobile-social svg {
    width: 30px;
    height: 30px;
  }

  body .hd-mobile-quick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body .hd-mobile-quick-card {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 118px;
    padding: 20px 28px;
    background: #fff;
    border: 1px solid #edf0f6;
    border-radius: 28px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .07);
    text-decoration: none;
    color: #242436;
    font-size: 26px;
    font-weight: 900;
  }

  body .hd-mobile-quick-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body .hd-mobile-quick-icon svg {
    width: 38px;
    height: 38px;
  }

  body .hd-icon-purple { color: #6f4bef; background: #f0ebff; }
  body .hd-icon-yellow { color: #f3b321; background: #fff6de; }
  body .hd-icon-green { color: #15b97a; background: #e9fbf3; }
  body .hd-icon-red { color: #fb4a3a; background: #fff0ee; }
}

@media (max-width: 575.98px) {
  body .navbar-brand img {
    width: 150px !important;
  }

  body .hd-top-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  body .hd-top-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  body .hd-mobile-menu-wrap .nav-link {
    min-height: 64px;
    padding: 14px 20px !important;
    font-size: 21px;
  }

  body .hd-mobile-social-row {
    gap: 16px;
    padding-left: 24px;
  }

  body .hd-mobile-social {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  body .hd-mobile-quick-card {
    min-height: 92px;
    gap: 18px;
    padding: 16px 20px;
    border-radius: 24px;
    font-size: 21px;
  }

  body .hd-mobile-quick-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
  }

  body .hd-mobile-quick-icon svg {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 991.98px) {
  body .hd-icon-orange { color: #ff5b2e; background: #fff1eb; }
}


/* Hamburger tıklama alanı ve açılır menü kesin düzeltme */
@media (max-width: 991.98px) {
  body .navbar.fixed-top {
    z-index: 1100 !important;
  }

  body .navbar .container {
    position: relative;
  }

  body .hd-mobile-menu-toggle,
  body .navbar-toggler.hd-mobile-menu-toggle {
    position: relative !important;
    z-index: 1120 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  body .hd-mobile-menu-toggle * {
    pointer-events: none !important;
  }

  body .hd-top-icon {
    position: relative;
    z-index: 1110 !important;
  }

  body .hd-mobile-menu-wrap {
    display: none;
    z-index: 1090 !important;
  }

  body .hd-mobile-menu-wrap.show {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  body .hd-mobile-menu-toggle,
  body .navbar-toggler.hd-mobile-menu-toggle {
    flex-basis: 46px !important;
    width: 46px !important;
    height: 46px !important;
  }
}


/* Mobil menü - alt hızlı erişim kartları final düzen */
@media (max-width: 991.98px) {
  body .hd-mobile-quick-grid {
    margin-top: 6px;
  }
  body .hd-mobile-quick-card {
    position: relative;
    overflow: hidden;
  }
  body .hd-mobile-quick-card:active {
    transform: scale(.99);
  }
}


.hd-icon-pink{
    background: linear-gradient(135deg, #fff1f7, #ffe0ec);
    color: #d63384;
}

/* Mobil menü giriş butonu en üst sabit alan */
@media (max-width: 991.98px) {
  body .hd-mobile-login-top {
    display: block;
    padding: 18px 12px 6px;
  }

  body .hd-mobile-login-top-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 68px;
    padding: 14px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(135deg, #ff5b2e, #ff8a32) !important;
    box-shadow: 0 16px 30px rgba(255, 97, 5, .28);
    font-size: 20px;
    font-weight: 900;
  }

  body .hd-mobile-login-top-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.18);
    color: #fff;
  }

  body .hd-mobile-login-top-icon svg {
    width: 22px;
    height: 22px;
  }

  body .hd-mobile-menu-wrap .navbar-nav {
    padding-top: 8px;
  }
}
