:root {
  --tblr-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont,
    San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  font-feature-settings: "cv03", "cv04", "cv11";
}
.page {
  background-image: url("/apps/main/public/images/extras/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
  --tblr-card-border-radius: 0.5rem;
}
.navbar {
  box-shadow: none !important;
}
.nav-link .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--tblr-primary) !important;
  border-color: var(--tblr-primary) !important;
  filter: brightness(1.15) !important;
}

[x-cloak] {
  display: none !important;
}


.border-input {
  border-color: #dadfe5 !important;
}

.card-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-100 {
  font-size: 100%;
}

.alert-success {
  color: #fff;
  background-color: var(--tblr-success) !important;
}
.alert-danger {
  color: #fff;
  background-color: var(--tblr-danger) !important;
}
.alert-warning {
  color: #fff;
  background-color: var(--tblr-warning) !important;
}
.alert-info {
  color: #fff;
  background-color: var(--tblr-info) !important;
}

.widget-title {
  color: inherit;
  margin-bottom: 0.5rem;
}

.widget-link {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme="dark"] .widget-link {
  color: rgba(255, 255, 255, 0.5) !important;
}
.widget-link:hover {
  text-decoration: none;
  color: inherit !important;
}

.footer {
  color: inherit;
  background-color: var(--tblr-bg-surface);
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.breadcrumb {
  background-color: var(--tblr-bg-surface);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--tblr-border-color) !important;
  margin-bottom: 0.75rem;
  border: none !important;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item.active {
  --tblr-text-opacity: 1;
  font-weight: normal;
  color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme="dark"] .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  color: var(--tblr-dropdown-link-active-color) !important;
  text-decoration: none;
  background-color: var(--tblr-dropdown-link-active-bg);
}
[data-bs-theme="dark"] .dropdown-item.active,
.dropdown-item:active,
[data-bs-theme="dark"] .dropdown-item:hover {
  color: #fff;
}

[data-bs-theme="dark"] .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent !important;
  box-shadow: none;
  color: inherit;
}

@media (min-width: 768px) {
  .navbar-expand-md .nav-item:hover {
    position: relative;
  }
}

.ti {
  font-size: 20px;
}

.page-center {
  justify-content: center;
}

.card-header .ck-content p:last-child,
.card-body .ck-content p:last-child {
  margin-bottom: 0;
}

.superWheel .sWheel-inner {
  background-color: #d2a100;
  border-radius: 100%;
}

.input-group.input-icon {
  margin-left: 1px;
}
.input-group.input-icon .input-icon-addon {
  z-index: 6;
}
.input-group.input-icon .form-control {
  height: calc(2.25rem + 2px);
}

.table a:not(.btn) {
  color: inherit;
}
.table a:hover {
  text-decoration: none;
}

.btn-group-sm > .btn,
.btn-sm {
  --tblr-btn-line-height: 1.625;
  --tblr-btn-icon-size: 0.813rem;
}

tbody td {
  vertical-align: middle;
}

.btn-icon .ti {
  font-size: 1rem;
}

.bg-surface {
  background-color: var(--tblr-bg-surface);
}

.card-product .stock {
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0.325rem 0.625rem;
  font-size: 90%;
  color: #ffffff;
  border-radius: 0.375rem;
  z-index: 2;
}
.card-product .stock.stock-sm {
  top: -0.5rem;
  left: -0.5rem;
  font-size: 85%;
  padding: 0.25rem 0.5rem;
}
.card-product .stock.have-stock {
  background-color: #fb6340;
}
.card-product .stock.stock-out {
  background-color: #f5365c;
}

.card-product .discount {
  position: absolute;
  top: -0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  width: 100%;
}
.card-product .discount.discount-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 90%;
  font-weight: 600;
  top: -0.75rem;
  right: -0.5rem;
}

.card-product .price {
  font-size: 1.125rem;
  font-weight: 600;
}

.card-product .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #f5365c;
  text-decoration: line-through;
}

.card-product {
  height: 100%;
}

.card-product .card-img-top {
  height: auto;
}

.card-product .card-body {
  display: flex;
  flex-direction: column;
  position: initial;
}

.border-bottom-separator > * {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--tblr-border-color) !important;
}
.border-bottom-separator > *:last-child {
  border-bottom: 0 !important;
}

.no-underline:hover {
  text-decoration: none;
}

.icon-sm {
  font-size: 1rem !important;
}

.card-img-right {
  border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0
    0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .home-slider .carousel-inner,
  .home-slider .carousel-item {
    height: 400px;
    overflow: hidden;
  }
  .home-slider .carousel-item img {
    height: 400px;
    object-fit: cover;
    overflow: hidden;
  }
}

/* BROADCAST */
.broadcast {
  width: 100%;
  height: 44px;
  background-color: var(--tblr-bg-surface);
  overflow: hidden;
  border-bottom: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
}
.broadcast-item {
  display: inline-block;
  padding: 10px 600px 10px 0;
}
@media (max-width: 768px) {
  .profile-div .user-data-grid {
    grid-template-columns: 1fr;
  }

  .profile-div .horizontal-menu {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 5px;
  }

  .profile-div .menu-item {
    padding: 10px 15px;
    margin: 3px;
  }

  .profile-div .profile-header {
    padding: 20px;
  }

  .profile-div .profile-header .avatar {
    width: 70px;
    height: 70px;
  }

  .profile-div .profile-header .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .profile-div .profile-header .edit-profile-btn {
    margin-top: 15px;
    align-self: flex-start;
  }

  .profile-div .profile-username {
    font-size: 1.3rem;
  }

  .profile-div .table-responsive {
    margin: 0 -15px;
  }
  .top-donor-card {
    padding: 20px;
  }

  .donor-avatar {
    width: 60px;
    height: 60px;
  }

  .donor-name {
    font-size: 1.1rem;
  }

  .donor-badge {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  .third-section {
    padding: 30px 0;
  }

  .third-section .card {
    margin-bottom: 20px;
  }

  .third-section .top-donor-avatar {
    width: 40px;
    height: 40px;
  }

  .third-section .crown-badge {
    width: 25px;
    height: 25px;
    font-size: 0.9rem;
  }
  .second-section .content-wrapper {
    flex-direction: column;
  }

  .second-section .col-md-6 {
    width: 100%;
  }

  .second-section h2 {
    font-size: 32px;
  }

  .second-section .video-wrapper {
    height: 300px;
    margin-bottom: 30px;
  }

  .second-section .text-content {
    padding: 20px 0;
  }
  .first-section .content-wrapper {
    flex-direction: column;
  }

  .first-section .col-md-6 {
    width: 100%;
  }

  .first-section h1 {
    font-size: 36px;
  }

  .first-section .video-wrapper {
    height: 300px;
    margin-top: 30px;
  }
  .broadcast-item {
    padding-right: 400px;
  }
}
.broadcast-link {
  color: var(--tblr-body-color);
}

.shopping-cart-count-circle {
  width: 18px;
  height: 18px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 80%;
  background-color: var(--tblr-primary);
  color: #fff;
}

/*NAV-TABS*/
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  display: block;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  color: var(--tblr-body-color);
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--tblr-border-color);
}

.nav-tabs .nav-link:hover {
  color: var(--tblr-primary);
  border-color: var(--tblr-border-color);
}

.nav-tabs .nav-link:first-child {
  border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
  border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid var(--tblr-primary);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--tblr-primary);
  border-color: var(--tblr-primary);
  background-color: transparent;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  --tblr-btn-disabled-border-color: var(--tblr-btn-disabled-bg);
}

@media (min-width: 768px) {
  .termsfeed-com---nb .cc-nb-main-container {
    padding: 2rem !important;
  }
  .termsfeed-com---nb-simple {
    bottom: 20px !important;
    right: 20px !important;
    border-radius: 0.625rem !important;
  }
}
.cc-cp-foot-byline {
  visibility: hidden;
}
.cc-pc-head-close:focus {
  border: none !important;
}
.termsfeed-com---palette-dark *:focus {
  box-shadow: none !important;
}
.cc-nb-okagree,
.cc-cp-foot-save {
  color: #fff !important;
  background-color: var(--tblr-primary) !important;
}

.btn-link {
  color: rgba(var(--tblr-link-color-rgb), var(--tblr-link-opacity, 1));
}

.btn-link:hover {
  color: rgba(var(--tblr-link-hover-color-rgb), var(--tblr-link-opacity, 1));
}

.role__default {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: var(--tblr-bg-surface-secondary);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 1.35714285em;
  font-size: 85%;
  font-weight: var(--tblr-font-weight-bold);
  letter-spacing: 0.04em;
  vertical-align: bottom;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
}

.forum-online-users a:hover {
  text-decoration: none;
}
.forum-online-users a:not(:last-child)::after {
  margin-left: -3px;
  content: ",";
  font-size: 90%;
  color: rgb(var(--tblr-body-color-rgb)) !important;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.875em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: calc(1.875em + 0.75rem);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: var(--tblr-bg-forms);
  border-color: var(--tblr-border-color);
}

.select2-results__option {
  background-color: var(--tblr-bg-forms);
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: var(--tblr-border-color);
}

/* ckeditor */
.ck-editor__editable {
  min-height: 150px !important;
}
[data-bs-theme="dark"] .ck-editor .ck-content {
  background: var(--tblr-bg-surface) !important;
  border-color: var(--tblr-border-color-translucent) !important;
}
[data-bs-theme="dark"] .card .ck-editor .ck-content {
  background: var(--tblr-bg-forms) !important;
  border-color: var(--tblr-bg-forms) !important;
}
[data-bs-theme="dark"] .ck-editor .ck-toolbar {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
[data-bs-theme="dark"] .ck-editor .ck-toolbar__items * {
  color: #fff !important;
}
[data-bs-theme="dark"] .ck-editor .ck-button:hover {
  background: #111111 !important;
}
[data-bs-theme="dark"] .ck-editor .ck-button:focus {
  background: #111111 !important;
}
[data-bs-theme="dark"] .ck-editor .ck-list__item {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
  border: 1px solid #efefef !important;
}

.header-banner {
  position: relative;
  overflow: hidden;
}

.header-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 255px;
}

.header-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.header-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-banner-content {
    width: 100%;
    justify-content: center;
  }
}
.zoom-hover {
  transition: transform 0.3s;
  transform: scale(1);
}
.zoom-hover:hover {
  transform: scale(1.1);
}
.header-banner-logo {
  max-height: 150px;
}
.header-side-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: #fff;
}
.header-side-icon svg {
  fill: white;
  width: 30px;
  height: 30px;
}

#powered_by_leaderos {
  color: var(--body-color);
}

[data-bs-theme="dark"] .navbar-brand-autodark .navbar-brand-image {
  filter: none !important;
}
.auth-logo {
  max-height: 100px;
}
.auth-layout #powered_by_leaderos {
  opacity: 0.75;
}
[data-bs-theme="dark"] .auth-layout #powered_by_leaderos {
  opacity: 0.5;
}
.toggle-password {
  line-height: 1;
}

.user-data {
  display: flex;
  align-items: center;
  padding: 8px;
}

.user-data:nth-child(2n) {
  border-right: none !important;
}

.user-data:last-child {
  border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
  .user-data {
    border-right: none !important;
  }
}

.sidebar-profile-card .sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  color: var(--body-color);
  text-decoration: none !important;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
  background-color: rgb(var(--tblr-body-bg-rgb));
}
.avatar-150px {
  width: 150px;
  height: 150px;
}
body {
  font-family: "Paytone One", sans-serif !important;
}
.navbar {
  padding: 1.5rem 0 !important;
}

.container-xxl {
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

/* Logo alanı */
.navbar .col-md-3:first-child {
  flex: 0 0 12% !important;
  max-width: 12% !important;
}

/* Menü alanı */
.navbar .col-md-6 {
  flex: 0 0 58% !important;
  max-width: 58% !important;
}

/* Sağ butonlar alanı */
.navbar .col-md-3:last-child {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  padding-right: 2rem !important;
}

.navbar .nav-item {
  margin: 0 8px !important;
  display: flex !important;
  align-items: center !important;
}

.navbar .nav-link {
  padding: 8px 16px !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  height: 40px !important;
}

/* Sağ butonlar düzenlemesi */
.navbar-nav.flex-row.order-md-last {
  margin-right: 2rem !important;
  gap: 16px !important;
  display: flex !important;
  align-items: center !important;
}

.d-flex.align-items-center.gap-4 {
  margin-left: auto !important;
  padding-right: 1rem !important;
  gap: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
}

.discord-button {
  background-color: rgb(79 70 229 / 1) !important;
  color: rgb(255 255 255 / 1) !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 0.75rem !important;
  width: 45px !important;
  height: 45px !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: inset -4px -4px 0px 0px rgba(59, 52, 179, 0.83),
    0px 10px 8px 0px hsla(0, 0%, 8%, 0.25),
    inset 3px 4px 0px 0px hsla(0, 0%, 100%, 0.25) !important;
  position: relative !important;
}

.discord-button svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
}
.discord-button.main svg {
  margin-right: 10px !important;
}

.discord-button:hover {
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

.discord-button:active {
  transform: translateY(0) !important;
}

.discord-button::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 40px !important;
  height: 200% !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  transform: rotate(30deg) !important;
  transition: 0.7s !important;
  opacity: 0 !important;
  filter: blur(5px) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

.discord-button:hover::after {
  left: 150% !important;
  opacity: 1 !important;
  transition: 0.7s !important;
}

.orange-button {
  border:none !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 1.25rem !important;
  background-color: rgb(250 204 21) !important;
  text-transform: uppercase !important;
  color: rgb(146 64 14) !important;
  box-shadow: inset -4px -4px 0px 0px rgba(134, 63, 23, 0.83),
    0px 10px 8px 0px hsla(0, 0%, 8%, 0.25),
    inset 3px 4px 0px 0px hsla(0, 0%, 100%, 0.25) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: "Paytone One", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0.5px !important;
  text-shadow: 0.5px 0.5px 0 #fff !important;
  position: relative !important;
  overflow: hidden !important;
}

.orange-button::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 40px !important;
  height: 200% !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  transform: rotate(30deg) !important;
  transition: 0.7s !important;
  opacity: 0 !important;
  filter: blur(5px) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

.orange-button:hover::after {
  left: 150% !important;
  opacity: 1 !important;
  transition: 0.7s !important;
}

.orange-button span {
  color: rgb(217 119 6) !important;
  margin-left: 10px !important;
  font-size: 14px !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  text-shadow: 0.5px 0.5px 0 #fff !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 1 !important;
}

.orange-button:active {
  transform: translateY(0) !important;
}

.navbar .nav-item.active,
.navbar .nav-item.active .nav-link,
.nav-item.active,
.active {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: none !important;
}

.navbar .nav-item.active .nav-link {
  color: #ffd700 !important;
}

.navbar .nav-link {
  background: none !important;
  border-radius: 12px !important;
  padding: 8px 16px !important;
  color: #fff !important;
  font-family: "Paytone One", sans-serif !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-weight: 700 !important;
  border: none !important;
  line-height: 1 !important;
}

.navbar .nav-link:hover {
  background: none !important;
  transform: translateY(-2px) !important;
  color: #ffd700 !important;
  border: none !important;
}

.navbar .nav-link-icon {
  font-size: 18px !important;
  color: #ffd700;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 24px !important;
  width: 24px !important;
}

.navbar .nav-link-title {
  display: inline-flex !important;
  align-items: center !important;
  height: 24px !important;
  line-height: 24px !important;
  text-shadow: 1px 1px 1px #000;
  width: max-content
}

.navbar-brand-image {
  height: 45px !important;
}

.navbar .dropdown-menu {
  background: linear-gradient(
    145deg,
    rgba(29, 35, 42, 0.98),
    rgba(17, 24, 39, 0.98)
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 20px !important;
  padding: 5px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 215, 0, 0.05) !important;
  min-width: 250px !important;
  margin-top: 15px !important;
  position: absolute !important;
  animation: dropdownSlide 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  transform-origin: top !important;
}

@keyframes dropdownSlide {
  0% {
    opacity: 0 !important;
    transform: translateY(-15px) scale(0.95) !important;
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
  }
}

.navbar .dropdown-item {
  color: #fff !important;
  border-radius: 15px !important;
  padding: 12px !important;
  margin: 5px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
  position: relative !important;
  overflow: hidden !important;
}

.navbar .dropdown-item i {
  color: #ffd700 !important;
  font-size: 20px !important;
  transition: all 0.3s ease !important;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.2)) !important;
}

.navbar .dropdown-item:hover {
  background: rgba(255, 215, 0, 0.1) !important;
  transform: translateX(5px) !important;
  padding-left: 20px !important;
}

.navbar .dropdown-item:hover i {
  transform: scale(1.2) rotate(10deg) !important;
  color: #ffd700 !important;
}

.navbar .dropdown-item::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 0, 0.1),
    transparent
  ) !important;
  transition: width 0.3s ease !important;
}

.navbar .dropdown-item:hover::before {
  width: 100% !important;
}

/* Dropdown ok işareti */
.navbar .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: #ffd700 !important;
  font-size: 10px !important;
  margin-left: 4px !important;
  border: none !important;
  vertical-align: middle !important;
  transition: all 0.3s ease !important;
  opacity: 0.7 !important;
  display: inline-block !important;
  text-decoration: none !important;
  transform: none !important;
  position: relative !important;
  top: -1px !important;
}

.navbar .dropdown-toggle {
  text-decoration: none !important;
  border-bottom: none !important;
}

.navbar .dropdown-toggle:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.navbar .dropdown-toggle:hover::after {
  opacity: 1 !important;
  transform: translateY(2px) !important;
  text-decoration: none !important;
}

.navbar .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg) !important;
  opacity: 1 !important;
}

.navbar .dropdown-menu::before {
  content: "" !important;
  position: absolute !important;
  top: -8px !important;
  right: 2rem !important;
  width: 16px !important;
  height: 16px !important;
  background: linear-gradient(
    145deg,
    rgba(29, 35, 42, 0.98),
    rgba(17, 24, 39, 0.98)
  ) !important;
  transform: rotate(45deg) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: -1 !important;
}

/* Özel scroll bar */
.navbar .dropdown-menu::-webkit-scrollbar {
  width: 5px !important;
}

.navbar .dropdown-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 10px !important;
}

.navbar .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 215, 0, 0.3) !important;
  border-radius: 10px !important;
}

.navbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 215, 0, 0.5) !important;
}

/* Ayırıcı çizgi */
.navbar .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.05) !important;
  margin: 8px 5px !important;
}

.navbar .nav-item.dropdown {
  position: relative !important;
}

.navbar .nav-item.dropdown .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}

.navbar-nav.flex-row.order-md-last {
  position: relative !important;
}

.navbar-nav.flex-row.order-md-last .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: -0.5rem !important;
}

.navbar .dropdown-toggle::after {
  margin-left: 0px !important;
  border-top: 4px solid !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  transition: transform 0.3s ease !important;
}

.navbar .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg) !important;
}

.navbar .dropdown-menu-arrow:before {
  content: "" !important;
  position: absolute !important;
  top: -6px !important;
  left: 20px !important;
  width: 12px !important;
  height: 12px !important;
  background: rgba(17, 24, 39, 0.95) !important;
  transform: rotate(45deg) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  z-index: -1 !important;
}

.navbar .btn {
  border-radius: 12px !important;
  padding: 8px 20px !important;
  font-family: "Paytone One", sans-serif !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  font-size: 18px !important;
  background: none !important;
  border: none !important;
}

.gap-header {
  gap: 5rem !important;
}
.nav-link-icon {
  margin-right: 0 !important;
}
.navbar .btn-transparent {
  color: #fff !important;
}

.navbar .btn-primary {
  color: #ffd700 !important;
}

.navbar .btn:hover {
  transform: translateY(-2px) !important;
  color: #ffd700 !important;
}

.navbar-expand-md .nav-item.active:after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
}
.first-section {
  padding: 100px 0;
  background: rgb(116, 204, 133);
  position: relative;
  overflow: hidden;
}

.first-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.first-section .text-content {
  color: #fff;
  padding: 20px 0;
}

.first-section h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 3px;
  word-spacing: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.first-section p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}

.first-section .video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 1px;
  box-shadow: 0 10px 20px 0px rgb(0 0 0 / 11%);
}

.first-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive ayarlar */
@media (max-width: 1500px) {
  .container-xxl {
    justify-content: end !important;
  }
  .navbar {
    padding: 0.75rem 0 !important;
  }

  .navbar .col-md-8,
  #navbar-menu,
  .navbar-collapse {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
  }

  .navbar-brand-image {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .d-flex.align-items-center.gap-4 {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Dropdown menü pozisyonu */
  .navbar-nav.flex-row.order-md-last .dropdown-menu {
    left: auto !important;
    right: -1rem !important;
    transform-origin: top right !important;
  }

  .navbar .dropdown-menu::before {
    right: 2rem !important;
    left: auto !important;
  }
}

/* Dropdown menü stili */
.navbar .dropdown-menu {
  min-width: 280px !important;
}

@media (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 13px !important;
    padding: 6px 8px !important;
  }

  .navbar .nav-link-icon {
    font-size: 15px !important;
  }

  .orange-button {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }

  .orange-button span {
    font-size: 12px !important;
  }

  .discord-button {
    width: 36px !important;
    height: 36px !important;
  }

  .navbar .dropdown-item {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }

  .navbar .dropdown-item i {
    font-size: 16px !important;
  }

  .navbar .dropdown-menu {
    min-width: 200px !important;
    padding: 10px !important;
  }
}

/* Menü Butonu */
.menu-toggle {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  border-radius: 12px !important;
  width: 45px !important;
  height: 45px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  --tw-shadow: -4px -4px 0px 0px rgba(2, 87, 129, 0.83) inset,
    0px 10px 8px 0px hsla(0, 0%, 8%, 0.25),
    3px 4px 0px 0px hsla(0, 0%, 100%, 0.25) inset !important;
  --tw-shadow-colored: inset -4px -4px 0px 0px var(--tw-shadow-color),
    0px 10px 8px 0px var(--tw-shadow-color),
    inset 3px 4px 0px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* Offcanvas Menü Stili */
.offcanvas-menu {
  position: fixed !important;
  top: 0 !important;
  left: -100% !important;
  width: 320px !important;
  height: 100vh !important;
  background: linear-gradient(
    145deg,
    rgba(29, 35, 42, 0.98),
    rgba(17, 24, 39, 0.98)
  ) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  z-index: 9999 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2) !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
}

.offcanvas-menu.show {
  left: 0 !important;
  transform: translateX(0) !important;
}

/* Menü Başlığı */
.offcanvas-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-bottom: 20px !important;
}

.offcanvas-title {
  color: #ffd700 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Paytone One", sans-serif !important;
}

.offcanvas-close {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.offcanvas-close:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: rotate(90deg) !important;
}

/* Menü İçeriği */
.offcanvas-body {
  flex: 1 !important;
  overflow-y: auto !important;
}

.offcanvas-menu-item {
  display: flex !important;
  align-items: center !important;
  padding: 12px 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  margin: 8px 0 !important;
  transition: all 0.3s ease !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.offcanvas-menu-item i {
  margin-right: 12px !important;
  font-size: 20px !important;
  color: #ffd700 !important;
  transition: all 0.3s ease !important;
}

.offcanvas-menu-item:hover {
  background: rgba(255, 215, 0, 0.1) !important;
  transform: translateX(5px) !important;
}

.offcanvas-menu-item:hover i {
  transform: scale(1.2) !important;
}

/* Özel Scrollbar */
.offcanvas-body::-webkit-scrollbar {
  width: 5px !important;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05) !important;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(255, 215, 0, 0.3) !important;
  border-radius: 10px !important;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 215, 0, 0.5) !important;
}

/* Overlay */
.offcanvas-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  z-index: 9998 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
}

.offcanvas-overlay.show {
  opacity: 1 !important;
  visibility: visible !important;
}

body.offcanvas-active {
  overflow: hidden !important;
  padding-right: 0 !important; /* Scrollbar genişliği kadar padding eklemeyi engelle */
}

/* Menü Butonu */
.menu-toggle {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  border-radius: 12px !important;
  width: 45px !important;
  height: 45px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  --tw-shadow: -4px -4px 0px 0px rgba(2, 87, 129, 0.83) inset,
    0px 10px 8px 0px hsla(0, 0%, 8%, 0.25),
    3px 4px 0px 0px hsla(0, 0%, 100%, 0.25) inset !important;
  --tw-shadow-colored: inset -4px -4px 0px 0px var(--tw-shadow-color),
    0px 10px 8px 0px var(--tw-shadow-color),
    inset 3px 4px 0px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (max-width: 1500px) {
  .menu-toggle {
    display: flex !important;
  }
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px) !important;
}

.menu-toggle i {
  font-size: 24px !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .offcanvas-menu {
    width: 280px !important;
  }
}

/* Sağ kısımdaki menü */
.navbar .col-md-6.col-sm-6.col-lg-3 {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding-right: 0 !important;
}

.navbar-nav.flex-row.order-md-last {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

@media (max-width: 1500px) {
  .navbar {
    padding: 0.75rem 0 !important;
  }

  .navbar .col-md-8,
  #navbar-menu,
  .navbar-collapse {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
  }

  .d-flex.justify-content-between.align-items-center.col-lg-12 {
    justify-content: end !important;
    flex-wrap: nowrap !important;
    padding: 0 1rem !important;
  }

  .navbar-brand-image {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .d-flex.align-items-center.gap-4 {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-nav.flex-row.order-md-last .dropdown-menu {
    left: auto !important;
    right: -1rem !important;
    transform-origin: top right !important;
  }

  .navbar .dropdown-menu::before {
    right: 2rem !important;
    left: auto !important;
  }
}

.login-button {
  background-color: rgb(79 70 229 / 1) !important;
  color: rgb(255 255 255 / 1) !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  width: 45px !important;
  height: 45px !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  --tw-shadow: -4px -4px 0px 0px rgba(59, 52, 179, 0.83) inset,
    0px 10px 8px 0px hsla(0, 0%, 8%, 0.25),
    3px 4px 0px 0px hsla(0, 0%, 100%, 0.25) inset !important;
  --tw-shadow-colored: inset -4px -4px 0px 0px var(--tw-shadow-color),
    0px 10px 8px 0px var(--tw-shadow-color),
    inset 3px 4px 0px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  position: relative !important;
}

.login-button i {
  font-size: 24px !important;
  color: white !important;
}

.login-button:hover {
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

.login-button:active {
  transform: translateY(0) !important;
}

.login-button::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 40px !important;
  height: 200% !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  transform: rotate(30deg) !important;
  transition: 0.7s !important;
  opacity: 0 !important;
  filter: blur(5px) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

.login-button:hover::after {
  left: 150% !important;
  opacity: 1 !important;
  transition: 0.7s !important;
}
.navbar-gradient {
  background: linear-gradient(
    180deg,
    rgb(21 87 115) 0%,
    rgb(0 0 0 / 0%) 100%
  ) !important;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.second-section {
  background-color: rgb(2, 44, 34);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.second-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.second-section .col-md-6 {
  flex: 0 0 50%;
}

.second-section .video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 1px;
  box-shadow: 0 10px 20px 0px rgb(0 0 0 / 11%);
}

.second-section .video-wrapper img.front-image,
.first-section .video-wrapper img.front-image {
  position: absolute;
  top: 125px;
  left: -83px;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}

.second-section .video-wrapper img.main-image,
.first-section .video-wrapper img.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.second-section .text-content {
  padding: 30px;
  color: #ffffff;
}

.second-section .news-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.second-section .news-category a {
  color: #ffd700;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.second-section .news-category a:hover {
  color: #ffa500;
}

.second-section .news-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.second-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.second-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.second-section .orange-button {
  background: linear-gradient(45deg, #ffd700, #ffa500);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.second-section .orange-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.second-section .alert {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.third-section {
  background-color: rgb(113, 63, 18);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.third-section .container {
  position: relative;
  z-index: 2;
}

.third-section .card {
  background: rgba(78, 43, 12, 0.95);
  border: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}

.third-section .card:hover {
  transform: translateY(-5px);
}

.third-section .card-header {
  background: rgba(78, 43, 12, 0.98);
  border: none;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.third-section .card-title {
  color: #ffd700;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.third-section .top-donor {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: relative;
}

.third-section .top-donor-avatar {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 15px;
  border: 2px solid rgba(255, 215, 0, 0.3);
}

.third-section .top-donor-info {
  flex: 1;
}

.third-section .top-donor-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.third-section .top-donor-name {
  color: #ffd700;
  font-size: 1.1rem;
  font-weight: 600;
}

.third-section .top-donor-status {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  margin-top: 3px;
}

.third-section .crown-badge {
  width: 30px;
  height: 30px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #4e2b0c;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.third-section .table {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.third-section .table th {
  border: none;
  font-weight: 600;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  background: rgba(78, 43, 12, 0.98);
}

.third-section .table td {
  border: none;
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 0.9rem;
}

.third-section .table tr {
  transition: all 0.3s ease;
}

.third-section .table tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.third-section .table a {
  color: #ffd700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.third-section .table .avatar {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  margin-right: 10px;
  border: 2px solid rgba(255, 215, 0, 0.3);
}

.third-section .text-end {
  color: #ffd700;
  font-weight: 600;
}
.top-donor-card {
  background: linear-gradient(
    145deg,
    rgba(78, 43, 12, 0.95),
    rgba(113, 63, 18, 0.95)
  );
  border-radius: 15px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.top-donor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), transparent);
  z-index: 1;
}

.top-donor-title {
  color: #ffd700;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-donor-period {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: normal;
}

.donor-profile {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.donor-avatar {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  border: 3px solid rgba(255, 215, 0, 0.3);
  margin-right: 20px;
  transition: all 0.3s ease;
}

.donor-info {
  flex: 1;
}

.donor-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.donor-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.donor-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #4e2b0c;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.donor-amount {
  color: #ffd700;
  font-size: 1.1rem;
  font-weight: 600;
}

.donor-status {
  color: #ffd700;
  font-size: 0.9rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.profile-div {
  font-family: "Paytone One", sans-serif;
}

.profile-div .profile-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.profile-div .profile-header {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.profile-div .profile-header:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.profile-div .profile-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgb(250, 204, 21), rgb(234, 179, 8));
}

.profile-div .profile-header .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid rgb(250, 204, 21);
  box-shadow: 0 5px 15px rgba(250, 204, 21, 0.3);
  transition: all 0.3s ease;
}

.profile-div .profile-header .avatar:hover {
  transform: scale(1.05) rotate(5deg);
}

.profile-div .profile-username {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}

.profile-div .profile-email {
  color: #777;
  font-size: 0.9rem;
}

.profile-div .role__default {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 5px;
  border-radius: 30px;
  font-size: 0.8rem;
  background: rgb(250, 204, 21);
  color: #fff;
  box-shadow: 0 4px 10px rgba(250, 204, 21, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.profile-div .role__default:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(250, 204, 21, 0.4);
}

.profile-div .horizontal-menu {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  padding: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-div .menu-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #555;
  text-decoration: none;
  border-radius: 10px;
  margin: 5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid transparent;
}

.profile-div .menu-item:hover {
  background: rgba(250, 204, 21, 0.1);
  color: rgb(250, 204, 21);
  transform: translateY(-3px);
}

.profile-div .menu-item.active {
  background: rgb(250, 204, 21);
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(250, 204, 21, 0.4);
  position: relative;
  transform: translateY(-2px);
  border: 2px solid rgb(250, 204, 21);
}

.profile-div .menu-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgb(250, 204, 21);
}

.profile-div .menu-item.active i {
  transform: scale(1.2);
}

.profile-div .menu-item i {
  margin-right: 10px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.profile-div .menu-item:hover i {
  transform: scale(1.2);
}

.profile-div .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: rgb(250, 204, 21);
  transition: width 0.3s ease;
}

.profile-div .menu-item:hover::before {
  width: 100%;
}

.profile-div .menu-item.active::before {
  width: 100%;
}

.profile-div .user-data-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-div .user-data-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.profile-div .user-data-header {
  background: linear-gradient(90deg, rgb(250, 204, 21), rgb(234, 179, 8));
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.profile-div .user-data-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.profile-div .user-data-header .btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.profile-div .user-data-header .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.profile-div .user-data-body {
  padding: 20px;
}

.profile-div .user-data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.profile-div .user-data-item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.profile-div .user-data-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.profile-div .user-data-item i {
  font-size: 1.5rem;
  margin-right: 15px;
  color: rgb(250, 204, 21);
  transition: all 0.3s ease;
}

.profile-div .user-data-item:hover i {
  transform: scale(1.2) rotate(10deg);
}

.profile-div .user-data-item .label {
  font-size: 0.8rem;
  color: #777;
  display: block;
  margin-bottom: 5px;
}

.profile-div .user-data-item .value {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.profile-div .table-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-div .table-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.profile-div .table-header {
  background: linear-gradient(90deg, rgb(250, 204, 21), rgb(234, 179, 8));
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-div .table-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.profile-div .table-header a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.profile-div .table-header a:hover {
  transform: translateX(5px);
}

.profile-div .modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.profile-div .modern-table thead th {
  padding: 15px;
  background: #f8f9fa;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.profile-div .modern-table tbody tr {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.profile-div .modern-table tbody tr:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.profile-div .modern-table td {
  padding: 15px;
  border: none;
  color: #555;
}

.profile-div .modern-table a {
  color: rgb(250, 204, 21);
  text-decoration: none;
  transition: all 0.3s ease;
}

.profile-div .modern-table a:hover {
  color: rgb(234, 179, 8);
}

.profile-div .table-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

.profile-div .table-badge.success {
  background: #38c172;
  box-shadow: 0 4px 10px rgba(56, 193, 114, 0.3);
}

.profile-div .table-badge.info {
  background: #3490dc;
  box-shadow: 0 4px 10px rgba(52, 144, 220, 0.3);
}

.profile-div .table-badge.warning {
  background: #f6993f;
  box-shadow: 0 4px 10px rgba(246, 153, 63, 0.3);
}

.profile-div .table-badge.danger {
  background: #e3342f;
  box-shadow: 0 4px 10px rgba(227, 52, 47, 0.3);
}

.profile-div .btn-action {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(250, 204, 21);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(250, 204, 21, 0.3);
}

.profile-div .btn-action:hover {
  background: rgb(234, 179, 8);
  transform: translateY(-3px) rotate(10deg);
  box-shadow: 0 6px 15px rgba(250, 204, 21, 0.4);
}

.profile-div .nav-tabs {
  border: none;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  margin-bottom: 20px;
}

.profile-div .nav-tabs .nav-item {
  flex: 1;
}

.profile-div .nav-tabs .nav-link {
  border: none;
  padding: 15px;
  text-align: center;
  color: #555;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 0;
}

.profile-div .nav-tabs .nav-link:hover {
  background: rgba(250, 204, 21, 0.1);
  color: rgb(250, 204, 21);
}

.profile-div .nav-tabs .nav-link.active {
  background: rgb(250, 204, 21);
  color: #fff;
  box-shadow: 0 5px 15px rgba(250, 204, 21, 0.3);
}

.profile-div .text-success {
  color: #38c172 !important;
}

.profile-div .text-danger {
  color: #e3342f !important;
}

.profile-div .profile-header .edit-profile-btn {
  background: rgb(250, 204, 21);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(250, 204, 21, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.profile-div .profile-header .edit-profile-btn:hover {
  background: rgb(234, 179, 8);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.4);
}

.profile-div .modern-table .fa,
.profile-div .modern-table .ti {
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  margin: 0 3px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.profile-div .modern-table .text-success .fa,
.profile-div .modern-table .text-success .ti {
  color: #38c172;
}

.profile-div .modern-table .text-danger .fa,
.profile-div .modern-table .text-danger .ti {
  color: #e3342f;
}

.profile-div .modern-table .fa-coins {
  color: rgb(250, 204, 21);
}

.profile-div .modern-table .fa-paper-plane {
  color: #3490dc;
}

.profile-div .modern-table .fa-ticket-alt,
.profile-div .modern-table .fa-store {
  color: #6c757d;
}

.profile-div .btn-view {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(250, 204, 21);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(250, 204, 21, 0.3);
  margin-left: auto;
  transition: all 0.3s ease;
  border: none;
}

.profile-div .btn-view:hover {
  transform: scale(1.1) rotate(5deg);
  background: rgb(234, 179, 8);
  box-shadow: 0 6px 15px rgba(250, 204, 21, 0.4);
}

.profile-div .btn-view i {
  font-size: 1.2rem;
  color: #fff;
}

.profile-div .modern-table td:last-child {
  text-align: right;
}

.profile-div .modern-table tbody tr {
  position: relative;
}

.profile-div .modern-table tbody tr:hover .btn-view {
  transform: scale(1.1);
}
.footer {
  background-color: #0f172a;
  color: #fff;
  padding: 50px 0 20px;
  font-family: "Paytone One", sans-serif;
}

.footer h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #4dabf7;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.footer ul li a:hover {
  color: #74c0fc;
  transform: translateX(5px);
  display: inline-block;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  perspective: 1000px;
}

.footer-logo img {
  max-width: 200px;
  transition: all 0.3s ease;
  animation: floating 5s infinite ease-in-out;
  transform-style: preserve-3d;
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(2deg) rotateY(5deg);
  }
  50% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
  75% {
    transform: translateY(8px) rotate(-2deg) rotateY(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
}

.footer-logo img:hover {
  animation-play-state: paused;
  transform: rotate(5deg) scale(1.1);
}

.footer-bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.footer-bottom .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1e293b;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-bottom .social-icons a:hover {
  background-color: #4dabf7;
  transform: translateY(-3px);
}

.footer-copyright {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links-column {
  margin-bottom: 30px;
}

.footer-esrb {
  max-width: 150px;
  margin-bottom: 20px;
}
/* Mikado Font Yükleme */
@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoUltra.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikado";
  src: url("../fonts/HVD Fonts  MikadoUltraItalic.woff") format("woff");
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* Mikado sınıfları */
.mikado-light {
  font-family: "Mikado", sans-serif;
  font-weight: 300;
}

.mikado-regular,
.mikado-normal {
  font-family: "Mikado", sans-serif;
  font-weight: 400;
}

.mikado-medium {
  font-family: "Mikado", sans-serif;
  font-weight: 500;
}

.mikado-bold {
  font-family: "Mikado", sans-serif;
  font-weight: 700;
}

.mikado-black {
  font-family: "Mikado", sans-serif;
  font-weight: 900;
}

.mikado-ultra {
  font-family: "Mikado", sans-serif;
  font-weight: 950;
}

:root {
  /* Ana yeşil renkler */
  --auth-primary-color: #3acc00;
  --auth-primary-color-light: #4aee0e;
  --auth-primary-color-dark: #2fa000;

  /* Opaklık değerleri olan renkler */
  --auth-primary-color-10: rgba(58, 204, 0, 0.1);
  --auth-primary-color-20: rgba(58, 204, 0, 0.2);
  --auth-primary-color-30: rgba(58, 204, 0, 0.3);
  --auth-primary-color-40: rgba(58, 204, 0, 0.4);
  --auth-primary-color-50: rgba(58, 204, 0, 0.5);
  --auth-primary-color-60: rgba(58, 204, 0, 0.6);
  --auth-primary-color-70: rgba(58, 204, 0, 0.7);
  --auth-primary-color-80: rgba(58, 204, 0, 0.8);
  --auth-primary-color-90: rgba(58, 204, 0, 0.9);

  /* Koyu renk temaları */
  --auth-dark-bg-primary: #0f172a;
  --auth-dark-bg-secondary: #182234;
  --auth-dark-bg-tertiary: #1e293b;
}

.auth-page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  position: relative;
  background-color: var(--auth-dark-bg-primary);
  overflow: hidden;
}

.auth-container {
  display: flex;
  width: 100%;
  background-color: var(--auth-dark-bg-primary);
}

.auth-form-container {
  width: 50%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(
    135deg,
    var(--auth-dark-bg-primary) 0%,
    var(--auth-dark-bg-secondary) 50%,
    var(--auth-dark-bg-tertiary) 100%
  );
}

.back-to-home {
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  background-color: rgba(58, 204, 0, 0.1);
  padding: 8px 15px;
  top: 1rem;
  left: 1rem;
  border-radius: 6px;
}

.back-to-home:hover {
  color: var(--auth-primary-color) !important;
  transform: translateX(-3px);
  background-color: rgba(58, 204, 0, 0.2);
}

.auth-logo-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("/apps/main/public/images/extras/bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 20px 0;
}

.auth-logo-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.85) 0%,
    rgba(30, 41, 59, 0.75) 100%
  );
  box-shadow: inset 0 0 150px var(--auth-primary-color-30);
  z-index: 1;
}

.auth-logo-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/apps/main/public/images/extras/noise.png");
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.auth-logo-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.server-stats {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  z-index: 3;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Paytone One", sans-serif;
}

.stat-value {
  font-size: 32px;
  font-weight: bold;
  color: var(--auth-primary-color);
  text-shadow: 0 0 10px var(--auth-primary-color-50);
}

.stat-label {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.logo-wrapper {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: linear-gradient(
    45deg,
    var(--auth-primary-color-dark),
    var(--auth-primary-color-light)
  );
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0 4px 15px var(--auth-primary-color-40);
  transform: rotate(5deg);
  animation: pulse-badge 2s infinite;
  z-index: 4;
}

@keyframes pulse-badge {
  0% {
    transform: rotate(5deg) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.1);
  }
  100% {
    transform: rotate(5deg) scale(1);
  }
}

.server-name {
  margin-top: 40px;
  font-family: "Paytone One", sans-serif;
  font-size: 28px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.server-slogan {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 300px;
  z-index: 3;
}

.auth-logo-animation {
  width: 250px;
  height: 250px;
  animation: floating 6s infinite ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 20px var(--primary-color-50));
}

.particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary-color-50);
  border-radius: 50%;
  z-index: 1;
  animation: particle-float 6s infinite linear;
}

@keyframes particle-float {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(50px) scale(0);
    opacity: 0;
  }
}

.floating-square {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-color-30);
  z-index: 1;
  animation: square-float 10s infinite linear;
}

@keyframes square-float {
  0% {
    transform: rotate(0deg) translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.7;
  }
  100% {
    transform: rotate(360deg) translateY(-150px) scale(1.5);
    opacity: 0;
  }
}

.decoration {
  position: absolute;
  opacity: 0.2;
  z-index: 1;
}

.decoration-1 {
  top: 15%;
  left: 10%;
  font-size: 40px;
  color: var(--primary-color);
  animation: float-up-down 8s infinite ease-in-out;
}

.decoration-2 {
  bottom: 15%;
  right: 10%;
  font-size: 30px;
  color: var(--primary-color);
  animation: float-up-down 7s infinite ease-in-out reverse;
}

@keyframes float-up-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(5deg) rotateY(10deg);
  }
  50% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
  75% {
    transform: translateY(15px) rotate(-5deg) rotateY(-10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg) rotateY(0deg);
  }
}

.logo-rays {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    var(--auth-primary-color-60) 0%,
    var(--auth-primary-color-30) 30%,
    rgba(15, 23, 42, 0) 70%
  );
  border-radius: 50%;
  z-index: 1;
  animation: pulse 4s infinite alternate ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.auth-form h2 {
  font-family: "Paytone One", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.auth-form p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}

.auth-form .form-label {
  color: #fff;
  font-weight: 500;
}

.auth-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
}

.auth-form .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--auth-primary-color-50);
  box-shadow: 0 0 0 0.25rem var(--auth-primary-color-25);
}

.auth-form .input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.auth-form .btn-primary {
  background: linear-gradient(
    90deg,
    var(--auth-primary-color),
    var(--auth-primary-color-light)
  );
  border: none;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.auth-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.auth-form a {
  color: var(--auth-primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.auth-form a:hover {
  color: var(--auth-primary-color-light);
  text-decoration: underline;
}

.auth-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  z-index: 5;
}

.form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.form-check-input:checked {
  background-color: var(--auth-primary-color);
  border-color: var(--auth-primary-color);
}

.form-check-label {
  color: rgba(255, 255, 255, 0.7);
}
.category-div .card {
  border-radius: 0.5rem;
  border: none;
      background-color: #232323;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
  height: 250px;
}

.category-div .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.category-div .card-body {
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.category-div .card-img-top {
  margin: 0 auto;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000, 0px 4px 0 #000;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.5));
  transition: all 0.4s ease;
  height: 100%;
}

.category-div .card:hover .card-img-top {
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, 0.6));
  transform: scale(1.05);
}

.category-name {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7rem 1rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.go-button {
  color: #fff;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.category-div .card:hover .category-name {
  background-color: rgba(0, 0, 0, 0.7);
}

.category-div .card:hover .go-button {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

/* Breadcrumb stilini düzenliyorum */
.breadcrumb {
  background-color: rgb(59, 130, 246);
  border: 4px solid #000000;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 4px #38bdf8;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}

.breadcrumb .breadcrumb-item {
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.breadcrumb .breadcrumb-item a {
  color: white;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
  color: #f0f9ff !important;
}

.store-section {
  padding: 3rem 0;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}
.support-section .ticket-section {
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #f8fafc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.support-section .ticket-title {
  color: #2563eb;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #2563eb;
  padding-left: 15px;
}

.support-section .ticket-subtitle {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
  position: relative;
}

.support-section .ticket-subtitle:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #2563eb;
  bottom: -2px;
  left: 0;
}

/* Message Box Styles */
.support-section .messages-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 10px;
  max-height: 500px;
  overflow: auto;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

.support-section .messages-container::-webkit-scrollbar {
  width: 8px;
}

.support-section .messages-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.support-section .messages-container::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

.support-section .message-card {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
}

.support-section .message-card:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.support-section .message-card:last-child {
  margin-bottom: 5px;
}

.support-section .message-header {
  background-color: #f1f5f9;
  padding: 12px 18px;
  border-bottom: 1px solid #e2e8f0;
}

.support-section .message-author {
  font-weight: 600;
  color: #1e40af;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.support-section .message-author:hover {
  color: #2563eb;
  text-decoration: none;
}

.support-section .message-date {
  color: #64748b;
  font-size: 0.85rem;
  background-color: #f8fafc;
  padding: 3px 8px;
  border-radius: 12px;
}

.support-section .message-body {
  padding: 18px;
  color: #334155;
  line-height: 1.7;
}

.support-section .message-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Reply Form Styles */
.support-section .reply-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  margin-top: 20px;
  border: 1px solid #e2e8f0;
}

.support-section .reply-textarea {
  border-color: #cbd5e1;
  border-radius: 8px;
  transition: all 0.3s ease;
  resize: vertical;
  padding: 12px;
}

.support-section .reply-textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.support-section .send-button {
  background-color: #2563eb;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.support-section .send-button:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}

.support-section .send-button:active {
  transform: translateY(0);
}

/* Ticket Details Styles */
.support-section .details-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.support-section .details-header {
  background-color: #2563eb;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 4px solid #1d4ed8;
}

.support-section .details-body {
  padding: 20px;
}

.support-section .details-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0;
  transition: all 0.2s ease;
}

.support-section .details-item:hover {
  background-color: #f8fafc;
  padding-left: 5px;
  border-radius: 5px;
}

.support-section .details-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.support-section .details-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 5px;
}

.support-section .details-value {
  color: #1e293b;
}

/* Status Badges */
.support-section .badge-open {
  background-color: #2563eb !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.support-section .badge-answered {
  background-color: #10b981 !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.support-section .badge-user-reply {
  background-color: #f59e0b !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.support-section .badge-closed {
  background-color: #ef4444 !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

/* Avatar Styles */
.support-section .avatar-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.support-section .avatar-container:hover {
  border-color: #2563eb;
  transform: scale(1.05);
}

.support-section .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-section .ck-editor__editable {
  min-height: 200px !important;
  background-color: #f8fafc !important;
  color: #1e293b !important;
  font-family: inherit !important;
  border-radius: 0 0 8px 8px !important;
  padding: 15px !important;
  transition: all 0.3s ease !important;
}

.support-section
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.support-section .ck.ck-editor {
  width: 100% !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.support-section .ck-editor__main {
  width: 100% !important;
}

.support-section .ck.ck-toolbar {
  border-radius: 8px 8px 0 0 !important;
  background-color: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  padding: 8px !important;
}

.support-section .ck.ck-button {
  border-radius: 6px !important;
  padding: 6px 10px !important;
  transition: all 0.2s ease !important;
  color: #475569 !important;
}

.support-section .ck.ck-button:hover {
  background-color: #e2e8f0 !important;
}

.support-section .ck.ck-button.ck-on {
  background-color: #dbeafe !important;
  color: #2563eb !important;
}

.support-section .ck.ck-button.ck-on:hover {
  background-color: #bfdbfe !important;
}

.support-section .ck.ck-button .ck-button__label {
  font-weight: 500 !important;
}

.support-section .ck.ck-dropdown__panel {
  border-color: #cbd5e1 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.support-section .ck.ck-list {
  border-radius: 6px !important;
  background-color: #fff !important;
}

.support-section .ck.ck-list__item .ck-button {
  border-radius: 0 !important;
}

.support-section .ck.ck-list__item .ck-button.ck-on {
  background-color: #dbeafe !important;
  color: #2563eb !important;
}

.support-section .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background-color: #f1f5f9 !important;
}

.support-section .ck-content .image {
  margin: 15px auto !important;
}

.support-section .ck-content blockquote {
  border-left: 5px solid #2563eb !important;
  padding: 10px 15px !important;
  margin-left: 20px !important;
  font-style: italic !important;
  background-color: #f8fafc !important;
  border-radius: 0 8px 8px 0 !important;
}

.support-section .ck-content code {
  background-color: #f1f5f9 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-family: monospace !important;
  color: #2563eb !important;
}

.support-section .ck-content pre {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  font-family: monospace !important;
  margin: 15px 0 !important;
}

.support-section .ck-content ul,
.support-section .ck-content ol {
  padding-left: 30px !important;
  margin: 10px 0 !important;
}

.support-section .ck-content a {
  color: #2563eb !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.support-section .ck-content a:hover {
  text-decoration: underline !important;
}

.support-section .ck-content p {
  line-height: 1.6 !important;
  margin: 12px 0 !important;
}

.support-section .ck-content h1,
.support-section .ck-content h2,
.support-section .ck-content h3,
.support-section .ck-content h4 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  color: #1e293b !important;
  font-weight: 600 !important;
}

.support-section .ck-content table {
  border-collapse: collapse !important;
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  margin: 15px 0 !important;
}

.support-section .ck-content th {
  background-color: #f1f5f9 !important;
  font-weight: 600 !important;
  padding: 10px !important;
  border: 1px solid #cbd5e1 !important;
  color: #1e293b !important;
}

.support-section .ck-content td {
  padding: 10px !important;
  border: 1px solid #cbd5e1 !important;
}

/* Message content styling */
.support-section .message-content blockquote {
  border-left: 5px solid #2563eb;
  padding: 10px 15px;
  margin-left: 20px;
  font-style: italic;
  background-color: #f8fafc;
  border-radius: 0 8px 8px 0;
}

.support-section .message-content code {
  background-color: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  color: #2563eb;
}

.support-section .message-content pre {
  background-color: #0f172a;
  color: #e2e8f0;
  padding: 15px;
  border-radius: 8px;
  font-family: monospace;
  margin: 15px 0;
  overflow-x: auto;
}

.support-section .message-content ul,
.support-section .message-content ol {
  padding-left: 30px;
  margin: 10px 0;
}

.support-section .message-content a {
  color: #2563eb;
  text-decoration: none;
  transition: all 0.2s ease;
}

.support-section .message-content a:hover {
  text-decoration: underline;
}

.support-section .message-content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #cbd5e1;
  margin: 15px 0;
}

.support-section .message-content th {
  background-color: #f1f5f9;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #cbd5e1;
  color: #1e293b;
}

.support-section .message-content td {
  padding: 10px;
  border: 1px solid #cbd5e1;
}
.support-section-index .information-support {
  background-color: #0f172a;
  background-image: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.support-section-index .information-support::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.support-section-index .information-support::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(-30%, 30%);
}

.support-section-index .information-support-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.support-section-index .information-support-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #f0db4f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.support-section-index .information-support-content {
  flex-grow: 1;
}

.support-section-index .information-support-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.support-section-index .information-support-text {
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.support-section-index .information-support-button {
  flex-shrink: 0;
  background-color: #2563eb;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  margin-left: 20px;
  white-space: nowrap;
}

.support-section-index .information-support-button:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}
/* Ticket Styles */
.support-section-index .ticket-section {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.support-section-index .ticket-title {
  color: #3b82f6;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* Ticket Table Styles */
.support-section-index .ticket-table {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.support-section-index .ticket-table thead th {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 12px 15px;
  letter-spacing: 0.5px;
}

.support-section-index .ticket-table tbody tr {
  transition: all 0.3s ease;
}

.support-section-index .ticket-table tbody tr:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.support-section-index .ticket-table tbody td {
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.support-section-index .ticket-table tbody tr:last-child td {
  border-bottom: none;
}

/* Ticket Details */
.support-section-index .ticket-id {
  font-weight: 700;
  color: #3b82f6;
  transition: all 0.3s ease;
}

.support-section-index .ticket-id:hover {
  color: #2563eb;
  text-decoration: none;
}

.support-section-index .ticket-heading {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}

.support-section-index .ticket-heading:hover {
  color: #3b82f6;
  text-decoration: none;
}

.support-section-index .ticket-category {
  color: #64748b;
  font-size: 0.9rem;
  padding: 3px 8px;
  background-color: #f1f5f9;
  border-radius: 4px;
  display: inline-block;
}

.support-section-index .ticket-date {
  color: #64748b;
  font-size: 0.9rem;
}

/* Status Badges */
.support-section-index .badge-open {
  background-color: #3b82f6 !important;
}

.support-section-index .badge-answered {
  background-color: #10b981 !important;
}

.support-section-index .badge-user-reply {
  background-color: #f59e0b !important;
}

.support-section-index .badge-closed {
  background-color: #ef4444 !important;
}

/* Buttons */
.support-section-index .action-buttons {
  display: flex;
  gap: 5px;
}

.support-section-index .action-button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.support-section-index .action-button:hover {
  transform: translateY(-2px);
}

.support-section-index .create-ticket-button {
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.support-section-index .create-ticket-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

/* Empty State Message */
.support-section-index .empty-ticket-message {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.support-section-index .empty-ticket-icon {
  color: #cbd5e1;
  margin-bottom: 15px;
}

.support-section-index .empty-ticket-title {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 10px;
}

.support-section-index .empty-ticket-description {
  color: #64748b;
  margin-bottom: 20px;
}
/* Ticket Create Styles */
.support-section-create .support-section {
  padding: 40px 0;
}

.support-section-create .ticket-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e2e8f0;
}

.support-section-create .ticket-card-header {
  background-color: #2563eb;
  padding: 20px;
  border-bottom: 4px solid #1d4ed8;
}

.support-section-create .ticket-card-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding-left: 15px;
  border-left: 4px solid #fff;
}

.support-section-create .ticket-card-body {
  padding: 25px;
}

.support-section-create .form-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
  display: block;
}

.support-section-create .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease;
  background-color: #f8fafc;
  color: #1e293b;
  width: 100%;
}

.support-section-create .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
  outline: none;
}

.support-section-create .form-control::placeholder {
  color: #94a3b8;
}

.support-section-create .form-group {
  margin-bottom: 20px;
}

.support-section-create .submit-btn {
  background-color: #2563eb;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.support-section-create .submit-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}

.support-section-create .submit-btn:active {
  transform: translateY(0);
}

/* CKEditor Custom Styling */
.support-section-create .ck-editor__editable {
  min-height: 200px !important;
  background-color: #f8fafc !important;
  color: #1e293b !important;
  font-family: inherit !important;
  border-radius: 0 0 8px 8px !important;
  padding: 15px !important;
  transition: all 0.3s ease !important;
}

.support-section-create
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.support-section-create .ck.ck-editor {
  width: 100% !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.support-section-create .ck-editor__main {
  width: 100% !important;
}

.support-section-create .ck.ck-toolbar {
  border-radius: 8px 8px 0 0 !important;
  background-color: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  padding: 8px !important;
}

.support-section-create .ck.ck-button {
  border-radius: 6px !important;
  padding: 6px 10px !important;
  transition: all 0.2s ease !important;
  color: #475569 !important;
}

.support-section-create .ck.ck-button:hover {
  background-color: #e2e8f0 !important;
}

.support-section-create .ck.ck-button.ck-on {
  background-color: #dbeafe !important;
  color: #2563eb !important;
}

.support-section-create .ck.ck-button.ck-on:hover {
  background-color: #bfdbfe !important;
}

.support-section-create .ck.ck-button .ck-button__label {
  font-weight: 500 !important;
}

.support-section-create .ck.ck-dropdown__panel {
  border-color: #cbd5e1 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.support-section-create .ck.ck-list {
  border-radius: 6px !important;
  background-color: #fff !important;
}

.support-section-create .ck.ck-list__item .ck-button {
  border-radius: 0 !important;
}

.support-section-create .ck.ck-list__item .ck-button.ck-on {
  background-color: #dbeafe !important;
  color: #2563eb !important;
}

.support-section-create .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background-color: #f1f5f9 !important;
}

.support-section-create .ck-content .image {
  margin: 15px auto !important;
}

.support-section-create .ck-content blockquote {
  border-left: 5px solid #2563eb !important;
  padding: 10px 15px !important;
  margin-left: 20px !important;
  font-style: italic !important;
  background-color: #f8fafc !important;
  border-radius: 0 8px 8px 0 !important;
}

.support-section-create .ck-content code {
  background-color: #f1f5f9 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-family: monospace !important;
  color: #2563eb !important;
}

.support-section-create .ck-content pre {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  font-family: monospace !important;
  margin: 15px 0 !important;
}

.support-section-create .ck-content ul,
.support-section-create .ck-content ol {
  padding-left: 30px !important;
  margin: 10px 0 !important;
}

.support-section-create .ck-content a {
  color: #2563eb !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.support-section-create .ck-content a:hover {
  text-decoration: underline !important;
}

.support-section-create .ck-content p {
  line-height: 1.6 !important;
  margin: 12px 0 !important;
}

.support-section-create .ck-content h1,
.support-section-create .ck-content h2,
.support-section-create .ck-content h3,
.support-section-create .ck-content h4 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  color: #1e293b !important;
  font-weight: 600 !important;
}

.support-section-create .ck-content table {
  border-collapse: collapse !important;
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  margin: 15px 0 !important;
}

.support-section-create .ck-content th {
  background-color: #f1f5f9 !important;
  font-weight: 600 !important;
  padding: 10px !important;
  border: 1px solid #cbd5e1 !important;
  color: #1e293b !important;
}

.support-section-create .ck-content td {
  padding: 10px !important;
  border: 1px solid #cbd5e1 !important;
}

/* Select Field Styling */
.support-section-create select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
.store-section .top-sales-card .card {
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #3b82f6;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.store-section .top-sales-card .card-img-top {
  width: 250px !important;
  height: auto !important;
  object-fit: contain;
  margin: 0px auto 0px auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.store-section .top-sales-card .card-body {
  padding: 0 !important;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-section .top-sales-card h3 {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px !important;
  font-size: 1.1rem !important;
  display: none;
}

.store-section .top-sales-card .text-heading {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-section .top-sales-card .price,
.store-section .top-sales-card .old-price {
  color: white !important;
  font-size: 1.7rem !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
  border-radius: 8px;
  display: inline-block;
  margin: 5px auto !important;
}

.store-section .top-sales-card .old-price {
  text-decoration: line-through !important;
  font-size: 1.1rem !important;
  opacity: 1.7;
  color: red !important;
}

.store-section .top-sales-card .btn {
  background-color: #ffc107 !important;
  border: none !important;
  color: #7b3f00 !important;
  font-weight: bold !important;
  font-size: 1.1rem !important;
  border-radius: 10px !important;
  padding: 12px !important;
  width: 85% !important;
  margin: 15px auto 5px auto !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 0 #b38600;
  position: relative;
  top: 0;
}

.store-section .top-sales-card .btn:hover {
  background-color: #ffcd39 !important;
  box-shadow: 0 2px 0 #b38600;
}

.store-section .top-sales-card .mt-auto {
  margin: 0 !important;
  width: 100%;
}

.store-section .top-sales-card .btn i {
  margin-right: 8px;
}


.store-section .top-sales-card .product-name {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 15px;
    width: 100%;
    position: relative;
    margin-top: 25px;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: max-content;
}
.store-section .discount-div .value-banner {
  background-color: #ff3131;
  text-align: center;
  width: 100%;
  padding: 6px 16px;
  box-shadow: 0 0 0 2px #000000;
  z-index: 5;
  margin-top: 10px;
  border-top: 4px solid rgba(243, 115, 115);
}

.store-section .discount-div .uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.store-section .discount-div .text-sm {
  font-size: 1rem;
}

.store-section .discount-div .text-shadow-outline {
  text-shadow: 0px 4px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.store-section .discount-div .shadow-black {
  color: white;
  font-weight: bold;
}

/* Top-sales indirim şeridi için */
.store-section .top-sales-card .discount-div .value-banner {
  background-color: #ff3131;
  text-align: center;
  width: 100%;
  padding: 6px 0;
  box-shadow: 0 0 0 2px #000000;
  z-index: 5;
  margin-top: 10px;
}

/* Sınırlı stok mesajı için */
.store-section .limited-stock-text {
  text-align: center;
  width: 100%;
  padding: 3px 10px;
  z-index: 5;
  margin: 5px auto 0 auto;
  font-size: 0.85rem;
  color: #007bff;
  font-weight: bold;
}

.store-section .stock-div {
  background-color: #ff3131;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  border-top: 5px solid rgba(243, 115, 115);
  z-index: 5;
  margin-top: 10px;
  border-radius: 8px 8px 0px 0px !important;
  position: relative;
  overflow: hidden;
}

.store-section .stock-div::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 40px;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: rotate(30deg);
  opacity: 0;
  filter: blur(5px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  animation: stockShine 3s infinite;
}

@keyframes stockShine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

.store-section .stock-div .text-success {
  color: #fff !important;
  text-shadow: 1.5px 0 0 #b91c1c, -1.5px 0 0 #b91c1c, 0 1.5px 0 #b91c1c,
    0 -1.5px 0 #b91c1c, 0 4px 0 #b91c1c;
}

/* Süre sayacı için stil */
.store-section .countdown-timer {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  margin-top: 8px;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.store-section .countdown-timer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #ffcc00 50%,
    transparent 100%
  );
  animation: timerProgress 24s linear infinite;
}

@keyframes timerProgress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.store-section .countdown-timer i {
  color: #ffcc00;
  margin-right: 5px;
  animation: pulseClock 1s infinite;
}
.cart-section .odeme-yontemleri-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  max-width: 100%;
}

.cart-section .odeme-baslik {
  font-size: 1.1rem;
  color: #3b82f6;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}

.cart-section .odeme-yontemi-item {
  position: relative;
  width: 100%;
}

.cart-section .odeme-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cart-section .odeme-label {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.cart-section .odeme-radio:checked + .odeme-label {
  border-color: #3b82f6;
  background-color: #eff6ff;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.cart-section .odeme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.cart-section .odeme-icon i {
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.cart-section .odeme-title {
  font-weight: 600;
  color: #1e293b;
  font-size: 1rem;
}

.cart-section .odeme-radio:focus + .odeme-label {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

.cart-section .odeme-radio:hover + .odeme-label:not(:checked) {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
}

.cart-section .odeme-yontemi-yok {
  padding: 15px;
  background-color: #fee2e2;
  color: #b91c1c;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
}
.cart-section .cart-section {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.cart-section .cart-title {
  color: #3b82f6;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* Cart Table Styles */
.cart-section .cart-table {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cart-section .cart-table thead th {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 12px 15px;
  letter-spacing: 0.5px;
}

.cart-section .cart-table tbody tr {
  transition: all 0.3s ease;
}

.cart-section .cart-table tbody tr:hover {
  background-color: #f1f5f9;
}

.cart-section .cart-table tbody td {
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.cart-section .cart-table tbody tr:last-child td {
  border-bottom: none;
}

/* Product Image and Info */
.cart-section .product-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.cart-section .product-name {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 3px;
}

.cart-section .product-id {
  font-size: 0.8rem;
  color: #64748b;
}

/* Quantity Controls */
.cart-section .quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-section .quantity-button {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.cart-section .quantity-button:hover {
  transform: translateY(-2px);
}

.cart-section .quantity-input {
  width: 40px;
  height: 32px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0 5px;
  font-weight: 600;
}

/* Spinner Styles */
.cart-section .quantity-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0 5px;
  height: 32px;
}
/* Cart-Main-Styles-End */

/* Ana Sepet Konteyner Stilleri */
.cart-section .sepet-bolumu {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.cart-section .sepet-baslik {
  color: #3b82f6;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* Sepet Tablosu Stilleri */
.cart-section .sepet-tablo {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cart-section .sepet-tablo thead th {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 12px 15px;
  letter-spacing: 0.5px;
}

.cart-section .sepet-tablo tbody tr {
  transition: all 0.3s ease;
}

.cart-section .sepet-tablo tbody tr:hover {
  background-color: #f1f5f9;
}

.cart-section .sepet-tablo tbody td {
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.cart-section .sepet-tablo tbody tr:last-child td {
  border-bottom: none;
}

/* Ürün Görseli ve Bilgisi */
.cart-section .urun-gorsel {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.cart-section .urun-adi {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 3px;
}

.cart-section .urun-kimlik {
  font-size: 0.8rem;
  color: #64748b;
}

/* Miktar Kontrolleri */
.cart-section .miktar-kontrol {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-section .miktar-buton {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.cart-section .miktar-buton:hover {
  transform: translateY(-2px);
}

.cart-section .miktar-input {
  width: 40px;
  height: 32px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0 5px;
  font-weight: 600;
}

/* Spinner Stilleri */
.cart-section .miktar-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0 5px;
  height: 32px;
}

/* Ürün Fiyatları */
.cart-section .old-price {
  text-decoration: line-through;
  color: #ef4444;
  font-size: 0.9rem;
  display: block;
}

.cart-section .price {
  font-weight: 700;
  color: #1e293b;
}

.cart-section .total-price {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.1rem;
}

/* Butonlar */
.cart-section .action-buttons {
  display: flex;
  gap: 5px;
}

.cart-section .action-button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.cart-section .action-button:hover {
  transform: translateY(-2px);
}

/* Boş Sepet ve Yükleniyor Durumları */
.cart-section .empty-cart,
.cart-section .loading {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cart-section .empty-cart-icon {
  font-size: 4rem !important;
  color: #cbd5e1 !important;
  margin-bottom: 15px;
}

.cart-section .empty-cart-title {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 10px;
}

.cart-section .empty-cart-text {
  color: #64748b;
  margin-bottom: 20px;
}

.cart-section .shopping-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-section .shopping-button:hover {
  background-color: #2563eb;
}

/* Sepet Özeti */
.cart-section .cart-summary {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cart-section .summary-title {
  background-color: #3b82f6;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.cart-section .summary-content {
  padding: 20px;
}

.cart-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
}

.cart-section .summary-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cart-section .summary-label {
  font-weight: 600;
  color: #64748b;
}

.cart-section .summary-value {
  font-weight: 700;
  color: #1e293b;
}

.cart-section .discount-value {
  color: #ef4444;
}

.cart-section .total-value {
  font-size: 1.5rem;
  color: #3b82f6;
}

/* Kupon Bölümü */
.cart-section .coupon-section {
  margin-bottom: 20px;
}

.cart-section .coupon-label {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  display: block;
}

.cart-section .coupon-group {
  display: flex;
}

.cart-section .coupon-input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 6px 0 0 6px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.cart-section .coupon-input:focus {
  border-color: #3b82f6;
  outline: none;
}

.cart-section .coupon-button {
  border-radius: 0 6px 6px 0;
  padding: 10px 20px;
  font-weight: 600;
}

/* Ödeme Butonu */
.cart-section .checkout-button {
  background-color: #10b981;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.cart-section .checkout-button:hover {
  background-color: #059669;
}

/* Form Kontrolleri */
.cart-section .form-etiket {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.cart-section .form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.cart-section .form-select:focus {
  border-color: #3b82f6;
  outline: none;
}

.cart-section .form-check {
  margin-top: 15px;
}

.cart-section .form-check-input {
  margin-right: 5px;
}

.cart-section .form-check-label {
  font-weight: 500;
  color: #1e293b;
}

/* Öne Çıkan Ürünler */
.cart-section .one-cikan-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 30px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.cart-section .urun-karti {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.cart-section .urun-karti:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.cart-section .urun-karti-icerik {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cart-section .urun-karti-gorsel {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.cart-section .urun-karti-baslik {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.cart-section .urun-karti-fiyat {
  margin-bottom: 15px;
}

.cart-section .urun-karti-eski-fiyat {
  text-decoration: line-through;
  color: #ef4444;
  font-size: 0.9rem;
  margin-right: 8px;
}

.cart-section .urun-karti-guncel-fiyat {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.2rem;
}

.cart-section .urun-karti-butonlar {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.cart-section .sepete-ekle-buton {
  background-color: #10b981;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-section .sepete-ekle-buton:hover {
  background-color: #059669;
}

.cart-section .detay-buton {
  background-color: #f1f5f9;
  color: #64748b;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-section .detay-buton:hover {
  background-color: #e2e8f0;
  color: #1e293b;
}

/* Stok ve İndirim Etiketleri */
.cart-section .stok-etiketi {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #10b981;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}

.cart-section .stok-yok {
  background-color: #ef4444;
}

.cart-section .indirim-etiketi {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #ef4444;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  z-index: 1;
}
.cart-section .credit-use-container,
.cart-section .terms-container {
  margin-top: 20px;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.cart-section .credit-use-container:hover,
.cart-section .terms-container:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
}

.cart-section .credit-use-checkbox,
.cart-section .terms-checkbox {
  display: flex;
  align-items: center;
}

.cart-section .credit-checkbox,
.cart-section .terms-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #3b82f6;
}

.cart-section .credit-label,
.cart-section .terms-label {
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0;
  cursor: pointer;
}

.cart-section .credit-amount {
  color: #10b981;
  font-weight: 700;
}

.cart-section .terms-label a {
  color: #3b82f6;
  text-decoration: underline;
  font-weight: 600;
}

.cart-section .terms-label a:hover {
  color: #2563eb;
}
.cart-section .cart-summary {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cart-section .summary-title {
  background-color: #3b82f6;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.cart-section .summary-content {
  padding: 20px;
}

.cart-section .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
}

.cart-section .summary-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cart-section .summary-label {
  font-weight: 600;
  color: #64748b;
}

.cart-section .summary-value {
  font-weight: 700;
  color: #1e293b;
}

.cart-section .discount-value {
  color: #ef4444;
}

.cart-section .total-value {
  font-size: 1.5rem;
  color: #3b82f6;
}

/* Coupon Section */
.cart-section .coupon-section {
  margin-bottom: 20px;
}

.cart-section .coupon-label {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  display: block;
}

.cart-section .coupon-group {
  display: flex;
}

.cart-section .coupon-input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 6px 0 0 6px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.cart-section .coupon-input:focus {
  border-color: #3b82f6;
  outline: none;
}

.cart-section .coupon-button {
  border-radius: 0 6px 6px 0;
  padding: 10px 20px;
  font-weight: 600;
}

/* Checkout Button */
.cart-section .checkout-button {
  background-color: #10b981;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.cart-section .checkout-button:hover {
  background-color: #059669;
}
/* Cart-Summary-Styles-End */

/* Cart-Featured-Cashback-Styles-Begin - Öne Çıkan Ürünler ve Cashback Stilleri */
/* Featured Products */
.cart-section .featured-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 30px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.cart-section .product-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.cart-section .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.cart-section .product-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cart-section .product-card-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.cart-section .product-card-title {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.cart-section .product-card-price {
  margin-bottom: 15px;
}

.cart-section .product-card-old-price {
  text-decoration: line-through;
  color: #ef4444;
  font-size: 0.9rem;
  margin-right: 8px;
}

.cart-section .product-card-current-price {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.2rem;
}

.cart-section .product-card-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.cart-section .add-to-cart-button {
  background-color: #10b981;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-section .add-to-cart-button:hover {
  background-color: #059669;
}

.cart-section .details-button {
  background-color: #f1f5f9;
  color: #64748b;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-section .details-button:hover {
  background-color: #e2e8f0;
  color: #1e293b;
}

/* Stock and Discount Labels */
.cart-section .stock-label {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #10b981;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}

.cart-section .out-of-stock {
  background-color: #ef4444;
}

.cart-section .discount-label {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #ef4444;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  z-index: 1;
}

/* Cashback Notification */
.cart-section .cashback-notification {
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.cart-section .cashback-icon {
  font-size: 2rem;
  color: #0ea5e9;
  margin-right: 15px;
}

.cart-section .cashback-title {
  color: #0369a1;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-section .cashback-text {
  color: #0369a1;
  margin-bottom: 0;
}
.product-section .product-div-container {
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.product-section .product-div-container::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.product-section .product-div-container::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 0;
}

.product-section .product-div-main {
  position: relative;
  z-index: 1;
}

.product-section .product-div-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.product-section .product-div-image-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.product-section .product-div-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.product-section .product-div-image {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transition: all 0.5s ease;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.product-section .product-div-image-wrapper:hover .product-div-image {
  transform: scale(1.05);
}

.product-section .product-div-category-pill {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(1, 233, 177, 0.8);
  color: #000;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.product-section .product-div-content {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-section .product-div-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 15px;
  letter-spacing: -0.5px;
}

.product-section .product-div-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #01e9b1, transparent);
  border-radius: 2px;
}

.product-section .product-div-badges-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.product-section .product-div-badge {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.product-section .product-div-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.product-section .product-div-badge i {
  font-size: 1.1rem;
}

.product-section .product-div-badge-lifetime {
  background: linear-gradient(45deg, #01e9b1, #01b58d);
  color: #000;
}

.product-section .product-div-badge-discount {
  background: linear-gradient(45deg, #ff3131, #d71921);
  color: white;
}

.product-section .product-div-badge-stock {
  background: linear-gradient(45deg, #ffc107, #ff9800);
  color: #000;
}

.product-section .product-div-badge-out {
  background: linear-gradient(45deg, #dc3545, #b02a37);
  color: white;
}

.product-section .product-div-description {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 25px;
  color: #fff;
  margin-top: 25px;
  line-height: 1.7;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.product-section .product-div-description h1,
.product-section .product-div-description h2,
.product-section .product-div-description h3,
.product-section .product-div-description h4,
.product-section .product-div-description h5,
.product-section .product-div-description h6 {
  color: #01e9b1;
  margin-bottom: 15px;
  font-weight: 600;
}

.product-section .product-div-description p {
  margin-bottom: 15px;
}

.product-section .product-div-description ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.product-section .product-div-description ul li {
  margin-bottom: 8px;
}

.product-section .product-div-description a {
  color: #01e9b1;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.product-section .product-div-description a:hover {
  color: #fff;
}

/* Sipariş özeti kartı */
.product-section .product-div-summary {
  border-radius: 20px;
  overflow: hidden;
  background: #1a3979;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 25px;
}

.product-section .product-div-summary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #00c897;
}

.product-section .product-div-summary-header {
  background: #102552;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-section .product-div-summary-title {
  color: white;
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.product-section .product-div-summary-body {
  padding: 25px 20px;
  position: relative;
}

.product-section .product-div-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: white;
}

.product-section .product-div-price-label {
  font-weight: 600;
  font-size: 1.1rem;
  opacity: 0.9;
}

.product-section .product-div-price-value {
  font-weight: bold;
  font-size: 1.2rem;
}

.product-section .product-div-price-discount {
  color: #ff5757;
  font-weight: bold;
}

.product-section .product-div-price-subtotal {
  color: rgba(255, 255, 255, 0.8);
}

.product-section .product-div-price-total {
  font-size: 1.8rem !important;
  color: #00ffb3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 800;
}

.product-section .product-div-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}

.product-section .product-div-button {
  background: #ffb700 !important;
  border: none !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 1.1rem !important;
  border-radius: 50px !important;
  padding: 14px !important;
  width: 100% !important;
  margin-top: 15px !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .product-div-button:hover {
  background: #ffc425 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.product-section .product-div-button i {
  margin-right: 10px;
  font-size: 1.2rem;
}
.store-section .top-sales-card .card-body {
  padding: 0 !important;
  width: 100%;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 240px;
}
.footer-info {
	margin-top: 15px;
	text-align: center;
}
.footer-mail, .footer-disclaimer {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 5px;
}
.footer-disclaimer {
	font-size: 12px;
	opacity: 0.8;
	font-style: italic;
}
.footer-logo {
	text-align: center;
}
.footer-links-column {
	text-align: center;
}
.footer-links-column ul {
	padding-left: 0;
	list-style: none;
}
@keyframes pulseClock {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 360px) {
  .store-section .top-sales-card .product-name {
    font-size: 1rem;
    padding: 4px 8px;
  }

  .store-section .top-sales-card .card-img-top {
    width: 80px !important;
  }

  .store-section .countdown-timer span {
    max-width: 120px;
  }

  .store-section .orange-button {
    font-size: 0.8rem !important;
    padding: 6px !important;
  }
}

.avatar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.avatar-wrapper .avatar {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
}

/* Mobil dropdown menü düzeltmesi */
@media (max-width: 576px) {
  .navbar .nav-item.dropdown .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  .navbar .nav-item.dropdown.show .dropdown-menu {
    display: block !important;
  }
  
  .navbar .dropdown-menu-arrow:before {
    right: 15px !important;
    left: auto !important;
  }
  
  .navbar-nav.flex-row.order-md-last .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    min-width: 200px;
    max-width: 250px;
    z-index: 9999 !important;
  }
}

.mobile-dropdown {
  position: relative !important;
}

.mobile-dropdown-toggle {
  cursor: pointer;
}

.mobile-dropdown-menu {
  display: none;
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 9999 !important;
  min-width: 200px;
  max-width: 250px;
  background: rgba(17, 24, 39, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
}

.mobile-dropdown-menu.show {
  display: block !important;
}

.offcanvas-user-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

.offcanvas-user-section .avatar {
  width: 60px !important;
  height: 60px !important;
  border: 2px solid rgba(255, 215, 0, 0.3);
}

.offcanvas-user-menu {
  margin-top: 15px;
}

.offcanvas-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.offcanvas-menu-item.text-danger {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #ff6b6b !important;
}

.offcanvas-menu-item.text-danger:hover {
  background: rgba(255, 107, 107, 0.1) !important;
}

.user-fullname {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.user-rolename {
  font-size: 0.75rem !important;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.offcanvas-user-menu {
  margin-top: 15px;
}
section.section.profile-section.profile-div {
  margin-top: 1rem;
}
section.section.charge-credit-section {
  margin: 2rem;
}
:root {
  --charge-primary: #5469d4;
  --charge-secondary: #00c6bc;
  --charge-background: #f7fafc;
  --charge-card-bg: #ffffff;
  --charge-text: #1a202c;
  --charge-text-light: #718096;
  --charge-border: #e2e8f0;
  --charge-success: #31c48d;
  --charge-danger: #e53e3e;
  --charge-warning: #f59e0b;
  --charge-radius: 12px;
  --charge-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --charge-transition: all 0.3s ease;
}

.charge-credit-section {
  padding: 3rem 0;
}

/* Kart Tasarımı */
.charge-credit-card,
.charge-credit-history-card {
  border: none;
  border-radius: var(--charge-radius);
  box-shadow: var(--charge-shadow);
  overflow: hidden;
  transition: var(--charge-transition);
  margin-bottom: 2rem;
  background-color: var(--charge-card-bg);
}

.charge-credit-card:hover,
.charge-credit-history-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.charge-credit-card-header,
.charge-credit-history-header {
  background-color: var(--charge-card-bg);
  border-bottom: 1px solid var(--charge-border);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.charge-credit-card-title,
.charge-credit-history-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--charge-text);
  margin: 0;
}

.charge-credit-history-link {
  color: var(--charge-primary);
  font-weight: 600;
  text-decoration: none;
  transition: var(--charge-transition);
}

.charge-credit-history-link:hover {
  color: var(--charge-secondary);
  text-decoration: underline;
}

.charge-credit-card-body,
.charge-credit-history-body {
  padding: 1.5rem;
}

/* Form Elemanları */
.charge-credit-form-group {
  margin-bottom: 1.5rem;
}

.charge-credit-form-label {
  font-weight: 700;
  font-size: 1rem;
  color: var(--charge-text);
  margin-bottom: 0.75rem;
  display: block;
}

.charge-credit-amount-input {
  position: relative;
  border-radius: var(--charge-radius);
  overflow: hidden;
  border: 2px solid var(--charge-border);
  background-color: var(--charge-card-bg);
  transition: var(--charge-transition);
}

.charge-credit-amount-input:focus-within {
  border-color: var(--charge-primary);
  box-shadow: 0 0 0 3px rgba(84, 105, 212, 0.2);
}

.charge-credit-form-control {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 1rem 1.25rem;
  font-weight: 500;
  width: 100%;
  font-size: 1rem;
  color: var(--charge-text);
  background-color: transparent;
}

.charge-credit-form-control:focus {
  box-shadow: none;
}

.charge-credit-amount-info {
  font-size: 0.875rem;
  color: var(--charge-text-light);
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}

.charge-credit-amount-info i {
  margin-right: 0.5rem;
  color: var(--charge-primary);
}

/* Ödeme Yöntemleri */
.charge-credit-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}

.charge-credit-payment-method {
  flex: 1;
  position: relative;
  border-radius: var(--charge-radius);
  overflow: hidden;
}

.charge-credit-payment-method input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.charge-credit-payment-method label {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  background-color: var(--charge-card-bg);
  border: 2px solid var(--charge-border);
  border-radius: var(--charge-radius);
  cursor: pointer;
  transition: var(--charge-transition);
}

.charge-credit-payment-method label:hover {
  border-color: var(--charge-secondary);
  background-color: rgba(0, 198, 188, 0.05);
}

.charge-credit-payment-method input[type="radio"]:checked + label {
  border-color: var(--charge-primary);
  background-color: rgba(84, 105, 212, 0.05);
  box-shadow: 0 0 0 2px var(--charge-primary);
}

.charge-credit-payment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--charge-primary), var(--charge-secondary));
  border-radius: 50%;
  margin-right: 1rem;
  box-shadow: 0 4px 6px rgba(84, 105, 212, 0.2);
}

.charge-credit-payment-icon i {
  font-size: 1.25rem;
  color: white;
}

.charge-credit-payment-method label span {
  font-weight: 600;
  color: var(--charge-text);
  font-size: 1rem;
}

.charge-credit-payment-method input[type="radio"]:checked + label span {
  font-weight: 700;
  color: var(--charge-primary);
}

/* Butonlar */
.charge-credit-form-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

.charge-credit-submit-btn {
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  background: linear-gradient(135deg, var(--charge-primary), var(--charge-secondary));
  border: none;
  border-radius: var(--charge-radius);
  box-shadow: 0 4px 6px rgba(84, 105, 212, 0.2);
  transition: var(--charge-transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charge-credit-submit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--charge-secondary), var(--charge-primary));
  z-index: -1;
  opacity: 0;
  transition: var(--charge-transition);
}

.charge-credit-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(84, 105, 212, 0.3);
}

.charge-credit-submit-btn:hover:before {
  opacity: 1;
}

.charge-credit-submit-btn:active {
  transform: translateY(1px);
}

.charge-credit-update-email-btn {
  padding: 1rem 2rem;
  font-weight: 700;
  background-color: var(--charge-success);
  border: none;
  border-radius: var(--charge-radius);
  transition: var(--charge-transition);
}

.charge-credit-update-email-btn:hover {
  background-color: #2cb67d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(49, 196, 141, 0.3);
}

/* Onay Kutusu */
.charge-credit-form-check {
  padding-left: 2rem;
  margin-top: 1rem;
}

.charge-credit-form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -2rem;
  border-color: var(--charge-border);
  border-radius: 6px;
}

.charge-credit-form-check-input:checked {
  background-color: var(--charge-primary);
  border-color: var(--charge-primary);
}

.charge-credit-form-check-label {
  font-size: 0.9rem;
  color: var(--charge-text-light);
}

.charge-credit-form-check-label a {
  color: var(--charge-primary);
  font-weight: 600;
  text-decoration: none;
}

.charge-credit-form-check-label a:hover {
  text-decoration: underline;
  color: var(--charge-secondary);
}

/* Tarih Tablosu */
.charge-credit-history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.charge-credit-history-table th {
  background-color: rgba(84, 105, 212, 0.05);
  color: var(--charge-text);
  font-weight: 600;
  padding: 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--charge-border);
}

.charge-credit-history-table td {
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid var(--charge-border);
  color: var(--charge-text);
  font-size: 0.95rem;
}

.charge-credit-history-table tr:last-child td {
  border-bottom: none;
}

.charge-credit-history-table tr:hover td {
  background-color: rgba(84, 105, 212, 0.05);
}

/* Uyarı ve Bilgilendirme Mesajları */
.charge-credit-payment-empty {
  width: 100%;
  background-color: rgba(229, 62, 62, 0.1);
  color: var(--charge-danger);
  border: 1px solid rgba(229, 62, 62, 0.2);
  border-radius: var(--charge-radius);
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}

.charge-credit-history-empty .alert {
  border-radius: var(--charge-radius);
  margin-bottom: 0;
}

/* Sınırlı Stok Yazısı */
.charge-credit-limited-stock {
  display: inline-block;
  background-color: #2b6cb0;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-top: 1rem;
  box-shadow: 0 2px 4px rgba(43, 108, 176, 0.3);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(43, 108, 176, 0.4);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(43, 108, 176, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(43, 108, 176, 0);
  }
}
section.section.support-section.support-section-index {
  margin: 2rem;
}
.social-icons a:hover {
  text-decoration: none;
}
.download-section {
  margin: 2rem;
}
.launcher-promo {
	background: linear-gradient(135deg, #2980b9, #3498db, #2980b9);
	background-size: 200% 200%;
	border-radius: 15px;
	padding: 25px;
	color: white;
	box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	animation: gradientBG 8s ease infinite;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.launcher-promo:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(52, 152, 219, 0.4);
}

.launcher-promo::before,
.launcher-promo::after {
	content: '';
	position: absolute;
	pointer-events: none;
}

.launcher-promo::before {
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.2),
		transparent
	);
	animation: shine 4s infinite;
	transform: skewX(-25deg);
}

.launcher-promo::after {
	top: -150%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.1) 0%,
		transparent 60%
	);
	animation: ripple 8s infinite linear;
}

@keyframes shine {
	0% {
		left: -75%;
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.launcher-promo h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	animation: fadeInDown 0.8s ease;
	position: relative;
	z-index: 1;
}

.launcher-promo p {
	font-size: 1.1rem;
	margin-bottom: 20px;
	opacity: 0.95;
	line-height: 1.6;
	animation: fadeInUp 0.8s ease 0.2s both;
	position: relative;
	z-index: 1;
}

.launcher-countdown {
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.15);
	padding: 8px 15px;
	border-radius: 8px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	animation: pulse 2s infinite;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.launcher-countdown:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: scale(1.05);
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.footer-links-column {
	margin-bottom: 20px;
}

.footer-links-column h4 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.footer-links-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links-column ul li {
	margin-bottom: 10px;
}

.footer-links-column ul li a {
	color: inherit;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-block;
	position: relative;
	padding: 2px 0;
}

.footer-links-column ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0.7;
}

.footer-links-column ul li a:hover::after {
	width: 100%;
}

.footer-links-column ul li a:hover {
	transform: translateX(5px);
}

.footer-about-text {
	line-height: 1.6;
	margin: 0;
}
.download-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.download-section .download-container {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.download-section .download-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.download-section .download-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent
  );
  animation: shine 8s infinite;
}

@keyframes shine {
  0% {
      left: -100%;
      opacity: 0;
  }
  10% {
      opacity: 0.5;
  }
  20% {
      left: 100%;
      opacity: 0;
  }
  100% {
      left: 100%;
      opacity: 0;
  }
}

.download-section .launcher-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

@keyframes float {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0px);
  }
}

.download-section .launcher-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2c3e50;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.8s ease;
}

.download-section .launcher-description {
  font-size: 1.2rem;
  color: #34495e;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.8;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.download-section .download-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.download-section .download-buttons .orange-button {
  padding: 22px 50px;
  font-size: 1.4rem;
  min-width: 300px;
justify-content: center;
align-items: center;
display: flex;
gap: 10px;
}

.download-section .download-buttons i {
  margin-right: 15px;
  font-size: 1.6rem;
}

.download-section .download-button.windows {
  background: linear-gradient(135deg, #2980b9, #3498db);
}

.download-section .download-button.mac {
  background: linear-gradient(135deg, #2c3e50, #34495e);
}

.download-section .features-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.download-section .feature-item {
  flex: 0 1 250px;
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.download-section .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.download-section .feature-icon {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 20px;
}

.download-section .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.download-section .feature-text {
  font-size: 1rem;
  color: #34495e;
  line-height: 1.6;
}

.download-section .system-requirements {
  margin-top: 40px;
  padding: 20px;
  background: rgba(52, 152, 219, 0.05);
  border-radius: 12px;
  text-align: left;
}

.download-section .system-requirements h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.download-section .system-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}

.download-section .system-requirements li {
  margin-bottom: 10px;
  color: #34495e;
  padding-left: 25px;
  position: relative;
}

.download-section .system-requirements li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3498db;
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.empty-title {
  line-height: 2.5rem;
}
.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.error-container {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.error-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.error-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent
  );
  animation: shine 8s infinite;
}

@keyframes shine {
  0% {
      left: -100%;
      opacity: 0;
  }
  10% {
      opacity: 0.5;
  }
  20% {
      left: 100%;
      opacity: 0;
  }
  100% {
      left: 100%;
      opacity: 0;
  }
}

.error-page .empty-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

@keyframes float {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0px);
  }
}

.error-page .empty-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2c3e50;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.8s ease;
}

.error-page .empty-action {
  margin-top: 30px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.error-page .btn-primary {
  padding: 15px 40px;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0455A4 0%, #0468d7 100%);
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.error-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(4, 85, 164, 0.3);
}

.error-page .icon {
  width: 24px;
  height: 24px;
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.news-section {
  padding: 80px 0;
}

.news-section .page-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
  line-height: 1.3;
}

.news-section .article-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.news-section .article-card:hover {
  transform: translateY(-5px);
}

.news-section .article-meta {
  padding: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.news-section .author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-section .author-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
}

.news-section .author-name:hover {
  color: #0455A4;
}

.news-section .post-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #6c757d;
  font-size: 0.9rem;
}

.news-section .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-section .article-content {
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2c3e50;
}

.news-section .ck-content {
  max-width: 100%;
}

.news-section .ck-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}

.news-section .tags {
  padding: 1rem 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.news-section .tag-btn {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: #0455A4;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.news-section .tag-btn:hover {
  background: #033b72;
  transform: translateY(-2px);
}

.news-section .comments-section {
  margin-top: 4rem;
}

.news-section .comment-form {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.news-section .comment-textarea {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  min-height: 100px;
  margin-bottom: 1rem;
}

.news-section .comment-card {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.news-section .comment-card:hover {
  transform: translateY(-3px);
}

.news-section .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.news-section .comment-author {
  font-weight: 600;
  color: #2c3e50;
}

.news-section .comment-date {
  color: #6c757d;
  font-size: 0.9rem;
}

.news-section .comment-content {
  color: #2c3e50;
  line-height: 1.6;
}

.news-section .related-posts {
  margin-top: 4rem;
}

.news-section .related-post-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.news-section .related-post-card:hover {
  transform: translateY(-5px);
}

.news-section .related-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-section .related-post-content {
  padding: 1.5rem;
}

.news-section .related-post-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.news-section .related-post-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  line-height: 1.4;
}

.news-section .related-post-title a {
  color: inherit;
  text-decoration: none;
}

.news-section .related-post-title a:hover {
  color: #0455A4;
}

.news-section .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.news-section .btn-primary {
  background: linear-gradient(135deg, #0455A4 0%, #0468d7 100%);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(4, 85, 164, 0.3);
}
.section.section.support-section {
  margin: 2rem;
}
.section {
  margin: 2rem;
}
.custom-page-card {
	border-radius: 12px;
	border: 2px solid #000;
	background-color: #3b82f6;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	position: relative;
}

.custom-page-inner-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	margin: 3px;
	pointer-events: none;
}

.custom-page-header {
	border-bottom: 2px solid #000;
	background: rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
}

.custom-page-title {
	color: white;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
	font-size: 1.5rem;
}

.custom-page-body {
	padding: 2rem;
	background-color: white;
}
.app-form-card {
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #3b82f6;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
}

.app-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  margin: 3px;
  pointer-events: none;
}

.app-form-header {
  border-bottom: 2px solid #000;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.app-form-title {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px !important;
  font-size: 1.5rem !important;
}

.app-form-description {
  color: rgba(255, 255, 255, 0.9) !important;
}

.app-form-description p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.app-form-body {
  padding: 2rem;
  background-color: white;
}

.app-form-label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.app-form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease;
  background-color: #f8fafc;
  color: #1e293b;
}

.app-form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
  outline: none;
}

.app-form-submit {
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}

.app-form-submit:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}

.app-form-submit:active {
  transform: translateY(0);
}
.app-show-card {
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #3b82f6;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
}

.app-show-header {
  border-bottom: 2px solid #000;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.app-show-title {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0 !important;
  font-size: 1.3rem !important;
}

.app-show-body {
  padding: 2rem;
  background-color: white;
}

.app-show-badge {
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

.app-show-badge.rejected {
  background: linear-gradient(145deg, #ef4444, #dc2626);
  border: 1px solid #b91c1c;
}

.app-show-badge.approved {
  background: linear-gradient(145deg, #10b981, #059669);
  border: 1px solid #047857;
}

.app-show-badge.pending {
  background: linear-gradient(145deg, #f59e0b, #d97706);
  border: 1px solid #b45309;
}

.app-show-label {
  font-weight: 600;
  color: #3b82f6;
  margin-bottom: 5px;
  font-size: 1rem;
  border-bottom: 2px solid rgba(59, 130, 246, 0.2);
  padding-bottom: 5px;
  display: inline-block;
}

.app-show-answer {
  background-color: #f8fafc;
  padding: 12px 15px;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  margin-bottom: 20px;
  color: #1e293b;
}
.orange-button.server-ip-button {
  cursor:pointer;
}
.copy-popup {
  position: fixed;
  top: 30px;
  right: -400px;
  background: linear-gradient(145deg, #0ea5e9, #0284c7); /* Daha parlak mavi */
  color: white;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: right 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
  width: 320px;
  opacity: 0;
  border: none !important;
}

.copy-popup.active {
  right: 30px;
  opacity: 1;
}

.copy-popup-content {
  display: flex;
  padding: 18px;
  align-items: center;
  background-color: #0ea5e9 !important;
}

.copy-popup-icon {
  background-color: white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px;
  color: #0ea5e9;
}

.copy-popup-message {
  flex: 1;
}

.copy-popup-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.copy-popup-subtitle {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.copy-popup-text {
  font-size: 14px;
  opacity: 0.9;
}

.copy-popup-progress {
  height: 4px;
  background: linear-gradient(to right, #ffffff, #e0f2fe);
  width: 0%;
  transition: width 3s linear;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes shine {
  0% {
    background-position: -100% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.logo-animation {
  animation: fadeInScale 1s ease-out forwards;
  opacity: 0;
}

.logo-animation:nth-child(1) {
  animation-delay: 0.3s;
}

.logo-animation:nth-child(2) {
  animation-delay: 0.6s;
}

.logo-container {
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background: transparent;
}


.logo-container:hover {
  transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) scale(1.05);
  background: transparent;
}

.logo-container:hover::before {
  opacity: 1;
  animation: shine 1.5s infinite;
}

.logo-container img {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  background: transparent;
}

.logo-container:hover img {
  transform: translateY(-5px);
}

.logo-container::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5%;
  width: 90%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  filter: blur(5px);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}

.logo-container:hover::after {
  opacity: 1;
  transform: translateY(5px) scale(1.1);
}

.offcanvas-menu-dropdown {
  overflow: hidden;
}

.offcanvas-menu-item.dropdown-toggle {
  justify-content: space-between;
  cursor: pointer;
}

.offcanvas-menu-item.dropdown-toggle i.ti-chevron-down {
  transition: transform 0.3s ease;
}

.offcanvas-menu-item.dropdown-toggle.active i.ti-chevron-down {
  transform: rotate(180deg);
}

.offcanvas-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.offcanvas-submenu-item {
  display: block;
  padding: 10px 16px 10px 50px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.01);
}

.offcanvas-submenu-item:hover {
  background: rgba(255, 215, 0, 0.05);
  color: #ffd700;
}
.gift-section-card {
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #3b82f6;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
}

.gift-section-card-header {
  border-bottom: 2px solid #000;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.gift-section-card-title {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
}

.gift-section-card-body {
  padding: 2rem;
  background-color: white;
}

.gift-section-form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease;
  background-color: #f8fafc;
  color: #1e293b;
}

.gift-section-form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
  outline: none;
}

.gift-section-form-label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.gift-section-button {
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}

.gift-section-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}

.gift-section-table {
  width: 100%;
  margin-bottom: 0;
}

.gift-section-table thead th {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.gift-section-table tbody tr {
  transition: all 0.2s ease;
}

.gift-section-table tbody tr:hover {
  background-color: rgba(59, 130, 246, 0.05);
}

.gift-section-table tbody td {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}
.gift-section-card {
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #3b82f6;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
}

.gift-section-card-header {
  border-bottom: 2px solid #000;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.gift-section-card-title {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
}

.gift-section-card-body {
  padding: 2rem;
  background-color: white;
}

.gift-section-title-background {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  color: #2c3e50;
}

.gift-section-title-background span {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 0 15px;
}

.gift-section-title-background::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.gift-section-store-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.gift-section-store-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 200px;
  display: block;
}

.gift-section-detail-row {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

.gift-section-detail-label {
  font-weight: 600;
  color: #2c3e50;
  width: 40%;
}

.gift-section-detail-value {
  color: #374151;
  width: 60%;
}

.gift-section-detail-value.text-success {
  color: #10b981 !important;
}

.gift-section-button {
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}

.gift-section-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}

.gift-section-button.success {
  background-color: #10b981;
}

.gift-section-button.success:hover {
  background-color: #059669;
}

.gift-section-info-text {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gift-section-info-text strong {
  color: #2563eb;
  font-weight: 600;
}

.nav-link.credit-add span {
  animation: krediAnimasyon 2s infinite !important;
  position: relative !important;
  overflow: hidden !important;
}

@keyframes krediAnimasyon {
  0% {
    color: rgb(255, 215, 0);
  }
  25% {
    color: rgb(255, 105, 180);
  }
  50% {
    color: rgb(0, 191, 255);
  }
  75% {
    color: rgb(50, 205, 50);
  }
  100% {
    color: rgb(255, 215, 0);
  }
}

/* Credits Charge Link Styling */
.nav-link.credit-add {
    background: linear-gradient(45deg, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255));
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    animation: rgbShine 3s ease infinite;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-link.credit-add:hover {
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.nav-link.credit-add::after {
    content: "Hemen Satın Al";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(45deg, rgba(255, 99, 99, 0.85), rgba(255, 171, 99, 0.85), rgba(255, 240, 99, 0.85), rgba(122, 255, 99, 0.85), rgba(99, 255, 228, 0.85), rgba(99, 129, 255, 0.85), rgba(164, 99, 255, 0.85), rgba(255, 99, 220, 0.85));
    background-size: 400% 400%;
    font-weight: bold;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    animation: gradientBG 3s ease infinite;
    z-index: 1;
}

.nav-link.credit-add:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item.credit-add {
    position: relative;
    overflow: hidden;
}

.dropdown-item.credit-add::after {
    content: "Hemen Satın Al";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(255, 99, 99, 0.85), rgba(255, 171, 99, 0.85), rgba(255, 240, 99, 0.85), rgba(122, 255, 99, 0.85), rgba(99, 255, 228, 0.85), rgba(99, 129, 255, 0.85), rgba(164, 99, 255, 0.85), rgba(255, 99, 220, 0.85));
    background-size: 400% 400%;
    color: white;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    animation: gradientBG 3s ease infinite;
    z-index: 2;
}

.dropdown-item.credit-add:hover::after {
    opacity: 1;
    transform: translateX(0);
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rgbShine {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Header Logo Styling */
.header-logo {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}

.header-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  position: absolute;
  left: 50px;
  z-index: 10;
  transform: scale(2.5);
}

@media (max-width: 768px) {
    .header-logo {
        height: 30px !important;
    }
}

.header-logo {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-height: 40px;
}

.header-logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@media (max-width: 991px) {
  .header-logo {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-logo {
    display: block;
  }
}

@media (max-width: 768px) {
    .header-logo {
      height: 30px !important;
    }
}
.discount-badge p {
    text-shadow: 1px 1.5px black;
}
.discount-badge {
  position: absolute;
  top: 120px;
  left: 0;
  right: auto;
  background: linear-gradient(90deg, #ff7372, #ff9c75);
  color: #FFF;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(250, 204, 21, 0.5);
  border-radius: 0 8px 8px 0;
  z-index: 1000;
  transform: translateX(0);
  animation: badgePulse 2s infinite alternate;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-right: 3px solid #facc15;
  border-bottom: 3px solid #facc15;
  border-left: none;
}

.discount-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.5) 50%, 
    rgba(255, 255, 255, 0) 100%);
  animation: shimmer 2s infinite;
}

.discount-badge::after {
  content: "";
  position: absolute;
  top: 0;
  z-index:-155;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' opacity='0.1'%3E%3Cpath d='M0 0h40v40H0V0zm20 40a20 20 0 1 0 0-40 20 20 0 0 0 0 40zm0-5a15 15 0 1 1 0-30 15 15 0 0 1 0 30z' fill='%23000000'/%3E%3C/svg%3E");
  pointer-events: none;
}

.discount-badge .chain-link {
    display: inline-block;
    margin: 0 5px;
    color: #facc15;
    animation: chainShake 3s infinite;
    font-size: 18px;
    position: relative;
    z-index: 12412512515125;
}

.discount-badge .discount-text {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 2px;
  font-weight: 900;
}

.discount-badge .percent {
  font-size: 24px;
  font-weight: 900;
  margin: 0 5px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
  color: #000000;
}
.header-banner.mini-header * {
  display: none;
}
.header-banner.mini-header {
  height: 130px;
}

@keyframes badgePulse {
  0% {
    transform: translateX(0) scale(1);
    box-shadow: 0 5px 15px rgba(250, 204, 21, 0.5);
  }
  100% {
    transform: translateX(0) scale(1.05);
    box-shadow: 0 5px 20px rgba(250, 204, 21, 0.8);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes chainShake {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg) translateY(-2px);
  }
  75% {
    transform: rotate(5deg) translateY(2px);
  }
}
.credit-charge-button-container {
    padding: 20px;
    text-align: center;
    perspective: 1000px;
}

.credit-charge-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    position: relative;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.button-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FF8008, #FFA751);
    border-radius: 15px;
    z-index: 1;
    transition: all 0.4s ease;
}

.button-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 60%);
    transform: rotate(45deg);
    z-index: 2;
    pointer-events: none;
    animation: shine 3s infinite;
}

.button-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.credit-icon {
    font-size: 24px;
    animation: bounce 1.5s ease-in-out infinite;
}

.credit-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.button-effects {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 4;
}

.effect-particle {
    position: absolute;
    font-size: 20px;
    opacity: 0;
    animation: float 2s ease-out infinite;
}

.effect-particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.effect-particle:nth-child(2) { left: 30%; animation-delay: 0.3s; }
.effect-particle:nth-child(3) { left: 50%; animation-delay: 0.6s; }
.effect-particle:nth-child(4) { left: 70%; animation-delay: 0.9s; }
.effect-particle:nth-child(5) { left: 90%; animation-delay: 1.2s; }
.effect-particle:nth-child(6) { left: 20%; animation-delay: 1.5s; }

.button-border {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 17px;
    z-index: 2;
}

.credit-charge-button:hover {
    transform: translateY(-5px) rotateX(10deg);
}

.credit-charge-button:hover .button-bg {
    background: linear-gradient(135deg, #FFA751, #FF8008);
    filter: brightness(1.1);
}

.credit-charge-button:hover .effect-particle {
    animation: floatFast 1s ease-out infinite;
}

.credit-charge-button:active {
    transform: translateY(2px);
}

@keyframes shine {
    0% { transform: rotate(45deg) translateY(0); opacity: 0; }
    50% { opacity: 0.3; }
    100% { transform: rotate(45deg) translateY(100%); opacity: 0; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes float {
    0% { 
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    50% { 
        opacity: 1;
        transform: translateY(-20px) scale(1.2);
    }
    100% { 
        transform: translateY(-40px) scale(0);
        opacity: 0;
    }
}

@keyframes floatFast {
    0% { 
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 0;
    }
    50% { 
        opacity: 1;
        transform: translateY(-30px) scale(1.4) rotate(180deg);
    }
    100% { 
        transform: translateY(-60px) scale(0) rotate(360deg);
        opacity: 0;
    }
}
        .first-section .animated-title {
            font-size: 2.8em;
            color: #fff;
            text-shadow: 0 0 10px rgba(255, 107, 107, 0.7),
                        0 0 20px rgba(255, 179, 71, 0.5);
            animation: titlePulse 3s ease-in-out infinite;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .first-section .animated-title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fff, transparent);
            animation: lineShine 2s infinite;
        }

        .first-section .animated-text {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease-out forwards;
            color: #fff;
            font-size: 1.2em;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            position: relative;
            margin-bottom: 15px;
        }

        .first-section .animated-text:nth-child(1) { animation-delay: 0.2s; }
        .first-section .animated-text:nth-child(2) { animation-delay: 0.4s; }

        .first-section .credit-features {
            list-style: none;
            padding: 0;
            margin: 25px 0;
            position: relative;
        }

        .first-section .credit-features::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 0;
            height: 100%;
            width: 3px;
            background: linear-gradient(180deg, transparent, #fff, transparent);
            animation: borderPulse 2s infinite;
        }

        .first-section .feature-item {
            opacity: 0;
            transform: translateX(-20px);
            animation: slideInRight 0.6s ease-out forwards;
            margin: 20px 0;
            display: flex;
            align-items: center;
            font-size: 1.2em;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            padding: 10px 15px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
        }

        .first-section .feature-item:hover {
            transform: translateX(10px) scale(1.02);
            background: rgba(255, 255, 255, 0.2);
        }

        .first-section .feature-item:nth-child(1) { animation-delay: 0.8s; }
        .first-section .feature-item:nth-child(2) { animation-delay: 1s; }
        .first-section .feature-item:nth-child(3) { animation-delay: 1.2s; }

        .first-section .feature-icon {
            margin-right: 15px;
            font-size: 1.6em;
            animation: iconFloat 2s ease infinite;
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
            position: relative;
        }

        .first-section .feature-icon::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
            animation: iconGlow 1s ease-in-out infinite alternate;
        }
.category-div.main-category .card-img-top {
  object-fit:contain !important;
}
        @keyframes titlePulse {
            0%, 100% {
                transform: scale(1);
                filter: brightness(1);
            }
            50% {
                transform: scale(1.03);
                filter: brightness(1.2);
            }
        }

        @keyframes lineShine {
            0% {
                width: 0;
                left: 0;
            }
            50% {
                width: 100%;
            }
            100% {
                width: 0;
                left: 100%;
            }
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes iconFloat {
            0%, 100% {
                transform: translateY(0) rotate(0);
            }
            50% {
                transform: translateY(-5px) rotate(5deg);
            }
        }

        @keyframes iconGlow {
            from {
                opacity: 0.5;
                transform: scale(1);
            }
            to {
                opacity: 0.8;
                transform: scale(1.4);
            }
        }

        @keyframes borderPulse {
            0%, 100% {
                opacity: 0.3;
                height: 70%;
            }
            50% {
                opacity: 0.7;
                height: 100%;
            }
        }

        .first-section .orange-button {
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            border: 2px solid rgba(255, 255, 255, 0.2);
            animation: buttonPulse 2s infinite;
        }

        .first-section .orange-button::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
            animation: buttonShine 3s infinite;
        }
.category-div .card-img-top {
  background-size:100% 100%;
}
        .first-section .orange-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
        }

        @keyframes buttonPulse {
            0%, 100% {
                box-shadow: 0 0 20px rgba(255, 107, 107, 0.4);
            }
            50% {
                box-shadow: 0 0 30px rgba(255, 179, 71, 0.6);
            }
        }

        @keyframes buttonShine {
            0% {
                transform: rotate(0deg);
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                transform: rotate(360deg);
                opacity: 0;
            }
        }
  .secure-banner {
    background-color: #354254;
    border: 4px solid #4ABEE6;
    border-radius: .5rem;
    padding: 1.5rem;
  }
  /* Başlık rengi */
  .secure-title {
    color: #62D183;
  }
  /* Metin rengi ve alt boşluk */
  .secure-text {
    color: #fff;
    margin-bottom: .5rem;
  }
  /* Link rengi */
  .secure-text a {
    color: #4882E8;
    text-decoration: none;
  }
  /* Ödeme ikonları genişliği */
  .payment-methods-img {
    width: 10em;
    max-width: 100%;
  }
/* Mobil görünüm için ayarlar */
@media (max-width: 768px) {
  .discount-badge {
    top: 70px;
    padding: 8px 15px;
    font-size: 14px;
  }
  
  .discount-badge .percent {
    font-size: 20px;
  }
  
  .discount-badge .chain-link {
    font-size: 16px;
  }
}




