@charset "UTF-8";
/*
Theme Name: Orizan
Author: wordpressriver
Author URI: https://themeforest.net/user/wordpressriver
Description: Agznko - Creative Agency and Portfolio Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #BFF747;
  --theme2: #FFD531;
  --header: #121212;
  --text: #f5f5f4cc;
  --border: #2A2A2A;
  --body-bg: #121212;
  --bg: #171717;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--header);
  font-size: 18px;
  font-weight: 400;
  padding: 22px 40px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 120px;
  line-height: 1;
  font-family: "Kanit", sans-serif;
}
.theme-btn::after {
  content: "";
  background-color: var(--white);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  color: var(--theme);
  text-transform: capitalize;
}
.theme-btn-2 i {
  margin-left: 10px;
}
.theme-btn-2:hover {
  color: var(--theme2);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--white);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

/* E-posta her zaman küçük harf (capitalize/uppercase üst stillerden etkilenmesin) */
a[href^="mailto:"] {
  text-transform: lowercase;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Teko", sans-serif, "Kanit", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Teko", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  max-width: none;
  overflow: hidden;
  display: none;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  margin: 0;
  box-sizing: border-box;
  isolation: isolate;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Dokunmatik / dar ekran: özel imleç yok (JS yine visibility verebilir; !important ile kapat) */
@media (max-width: 991px) {
  .mouse-cursor.cursor-inner,
  .mouse-cursor.cursor-outer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.about-wrapper .about-image-items {
  margin-top: 30px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image-items {
    margin-right: 0;
  }
}
.about-wrapper .about-image-items .support-content {
  background-color: var(--theme);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}
.about-wrapper .about-image-items .support-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--header);
}
.about-wrapper .about-image-items .support-content .text-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-wrapper .about-image-items .support-content .text-area p {
  font-size: 16px;
  color: var(--header);
  font-weight: 400;
}
.about-wrapper .about-image-items .support-content .text-area .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  text-align: center;
  line-height: 48px;
  color: var(--white);
  background-color: var(--header);
}
.about-wrapper .about-image-items .support-content .text-area .icon i {
  transform: rotate(-40deg);
}
.about-wrapper .about-image-items .about-image-2 {
  position: relative;
}
.about-wrapper .about-image-items .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.about-wrapper .about-image-items .about-image.style-2 {
  position: relative;
}
.about-wrapper .about-image-items .about-image.style-2 img {
  object-fit: cover;
}
.about-wrapper .about-content {
  margin-left: 70px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content .about-icon-items {
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
}
.about-wrapper .about-content .about-icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme);
  color: var(--header);
  font-size: 24px;
  position: relative;
}
.about-wrapper .about-content .about-icon-items .icon .line-bar {
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
}
.about-wrapper .about-content .about-icon-items .content {
  flex-basis: 80%;
}
.about-wrapper .about-content .about-icon-items .content h3 {
  margin-bottom: 5px;
}

.about-wrapper-2 .about-video-image {
  position: relative;
  margin-top: 30px;
  height: 460px;
}
.about-wrapper-2 .about-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.about-wrapper-2 .about-video-image .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: var(--theme);
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  padding: 16px 30px;
  text-transform: capitalize;
  border-radius: 32px;
  line-height: 1;
}
.about-wrapper-2 .about-video-image .video-text i {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  font-size: 14px;
}
.about-wrapper-2 .about-video-image .video-text.ripple::before, .about-wrapper-2 .about-video-image .video-text.ripple::after {
  width: 150px;
  height: 53px;
  border-radius: 100px;
}
.about-wrapper-2 .abour-right-items {
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  background: #1D1D1D;
  margin-top: 30px;
  padding: 24px;
}
.about-wrapper-2 .abour-right-items .content-box {
  padding: 24px;
  background-color: var(--theme);
  border-radius: 12px;
}
.about-wrapper-2 .abour-right-items .content-box:last-child {
  background-color: var(--white);
}
.about-wrapper-2 .abour-right-items .content-box:not(:last-child) {
  margin-bottom: 24px;
}
.about-wrapper-2 .abour-right-items .content-box h3 {
  color: var(--header);
  margin-bottom: 5px;
}
.about-wrapper-2 .abour-right-items .content-box p {
  color: var(--header);
}

.about-wrapper-3 .about-image {
  max-width: 526px;
  position: relative;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-image .video-box {
  width: 115px;
  height: 108px;
  line-height: 108px;
  background-color: var(--theme);
  border-radius: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-wrapper-3 .about-image .video-box .video-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  display: inline-block;
  font-size: 22px;
}
.about-wrapper-3 .about-content .about-content-items {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .about-content-items {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-wrapper-3 .about-content .about-content-items .content h3 {
  margin-bottom: 5px;
}
.about-wrapper-3 .about-content .about-content-items .content:not(:last-child) {
  margin-bottom: 25px;
}
.about-wrapper-3 .about-content .about-content-items .growth-content {
  border-radius: 12px;
  background-color: var(--theme);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-wrapper-3 .about-content .about-content-items .growth-content .text-left h3 {
  color: var(--header);
}
.about-wrapper-3 .about-content .about-content-items .growth-content .text-left p {
  color: var(--header);
  font-size: 16px;
  font-weight: 400;
}
.about-wrapper-3 .about-content .about-content-items .growth-content .icon {
  text-align: center;
}
.about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  display: inline-block;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon:hover {
  background-color: var(--white);
  color: var(--header);
}
.about-wrapper-3 .about-content .about-content-items .growth-content .icon h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--header);
  font-family: "Kanit", sans-serif;
  margin-top: 15px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brand-text {
  position: relative;
  margin-bottom: 50px;
}
.brand-text::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 86px;
  background-color: var(--border);
  top: 8px;
}
@media (max-width: 1399px) {
  .brand-text::before {
    display: none;
  }
}
.brand-text::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 945px;
  background-color: var(--border);
  top: 8px;
  right: 0;
}
@media (max-width: 1399px) {
  .brand-text::after {
    display: none;
  }
}
.brand-text h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme);
  padding-left: 110px;
}

.brand-section .brand-slider {
  margin-right: -20%;
}
@media (max-width: 1199px) {
  .brand-section .brand-slider {
    margin-right: 0;
  }
}

.brand-section--showcase {
  position: relative;
}
.brand-section--showcase .brand-slider {
  margin-right: 0;
}

.brand-showcase-panel {
  position: relative;
  border-radius: 24px;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px) clamp(32px, 4vw, 44px);
  background: linear-gradient(145deg, rgba(23, 23, 23, 0.98) 0%, rgba(18, 18, 18, 0.99) 45%, rgba(30, 35, 22, 0.4) 100%);
  border: 1px solid rgba(191, 247, 71, 0.18);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.brand-showcase-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(191, 247, 71, 0.35), transparent 40%, transparent 60%, rgba(255, 213, 49, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.brand-showcase-panel__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(191, 247, 71, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.brand-showcase-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(24px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

.brand-showcase-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme);
  margin-bottom: 8px;
}

.brand-showcase-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--white);
  margin: 0;
  line-height: 1.2;
  max-width: 520px;
}

.brand-showcase-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.brand-showcase-meta__line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--theme), transparent);
}

.brand-showcase-meta span {
  font-size: 13px;
  color: var(--text);
  max-width: 200px;
  line-height: 1.45;
}

.brand-marquee-shell {
  position: relative;
  z-index: 1;
  margin: 0 -8px;
  padding: 8px 0;
}
.brand-marquee-shell::before, .brand-marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 3;
  pointer-events: none;
}
.brand-marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgb(18, 18, 18), transparent);
}
.brand-marquee-shell::after {
  right: 0;
  background: linear-gradient(-90deg, rgb(18, 18, 18), transparent);
}

.brand-slider--showcase {
  overflow: visible;
}

.brand-slider--showcase .swiper-slide {
  width: auto;
  height: auto;
}

.brand-slide-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
.brand-slide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 247, 71, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 32px rgba(191, 247, 71, 0.08);
  background: rgba(255, 255, 255, 0.06);
}
.brand-slide-card .brand-image {
  margin: 0;
  line-height: 0;
}
.brand-slide-card .brand-image img {
  max-height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.72);
  transition: filter 0.35s ease, opacity 0.35s ease;
}
.brand-slide-card:hover .brand-image img {
  filter: brightness(0) invert(1) opacity(0.95);
}

@media (max-width: 767px) {
  .brand-slide-card {
    min-height: 88px;
    padding: 16px 24px;
  }
  .brand-slide-card .brand-image img {
    max-height: 36px;
  }
  .brand-marquee-shell::before, .brand-marquee-shell::after {
    width: 40px;
  }
}
.campaign-offer-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
  overflow: hidden;
  background: var(--body-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.campaign-offer-section .campaign-bg-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 80% 50% at 10% 20%, rgba(191, 247, 71, 0.09) 0%, transparent 55%), radial-gradient(ellipse 60% 40% at 90% 80%, rgba(255, 213, 49, 0.07) 0%, transparent 50%), radial-gradient(circle at 50% 100%, rgba(191, 247, 71, 0.04) 0%, transparent 45%);
}
.campaign-offer-section .campaign-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black 30%, transparent 95%);
}
.campaign-offer-section .campaign-offer-inner {
  position: relative;
  z-index: 1;
  padding-inline-end: 64px;
  container-type: inline-size;
  container-name: campaign-offer;
}
@media (max-width: 575px) {
  .campaign-offer-section .campaign-offer-inner {
    padding-inline-end: 58px;
  }
}
.campaign-offer-section .campaign-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--header);
  background: linear-gradient(90deg, var(--theme), var(--theme2));
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 22px;
  box-shadow: 0 0 40px rgba(191, 247, 71, 0.4);
}
.campaign-offer-section .campaign-hero-title {
  font-size: clamp(22px, 4vw + 1rem, 56px);
  font-size: clamp(22px, 6.5cqi, 56px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.campaign-offer-section .campaign-hero-title .campaign-hero-title__accent {
  display: inline;
  background: linear-gradient(90deg, var(--theme), var(--theme2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.campaign-offer-section .campaign-lead {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--text);
  max-width: 520px;
  margin-bottom: 14px;
  line-height: 1.6;
}
.campaign-offer-section .campaign-highlight {
  color: var(--white);
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 3px solid var(--theme);
}
.campaign-offer-section .campaign-hero-split {
  margin-bottom: clamp(36px, 5vw, 56px);
}
.campaign-offer-section .campaign-hero-split__content {
  padding-right: clamp(0px, 3vw, 36px);
}
.campaign-offer-section .campaign-hero-split__price {
  display: flex;
  align-items: stretch;
}
.campaign-offer-section .campaign-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}
@media (max-width: 575px) {
  .campaign-offer-section .campaign-compare {
    grid-template-columns: 1fr;
  }
}
.campaign-offer-section .campaign-compare__box {
  border-radius: 16px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  background: rgba(23, 23, 23, 0.65);
}
.campaign-offer-section .campaign-compare__box--bad {
  border-color: rgba(255, 107, 107, 0.25);
  background: linear-gradient(160deg, rgba(80, 30, 30, 0.25) 0%, rgba(23, 23, 23, 0.8) 100%);
}
.campaign-offer-section .campaign-compare__box--good {
  border-color: rgba(191, 247, 71, 0.35);
  background: linear-gradient(160deg, rgba(40, 50, 25, 0.35) 0%, rgba(23, 23, 23, 0.85) 100%);
}
.campaign-offer-section .campaign-compare__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--text);
}
.campaign-offer-section .campaign-compare__box--bad .campaign-compare__label {
  color: #ff8a8a;
}
.campaign-offer-section .campaign-compare__box--good .campaign-compare__label {
  color: var(--theme);
}
.campaign-offer-section .campaign-compare__box p {
  margin: 0;
  font-size: 14px;
  color: var(--text);
  line-height: 1.55;
}
.campaign-offer-section .campaign-price-stack {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 36px);
  background: linear-gradient(155deg, rgba(191, 247, 71, 0.12) 0%, rgba(23, 23, 23, 0.95) 38%, rgba(18, 18, 18, 0.98) 100%);
  border: 1px solid rgba(191, 247, 71, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 28px 64px rgba(0, 0, 0, 0.4), 0 0 80px rgba(191, 247, 71, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 280px;
}
.campaign-offer-section .campaign-price-stack::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(191, 247, 71, 0.25), transparent 45%, rgba(255, 213, 49, 0.12));
  z-index: -1;
  opacity: 0.5;
}
.campaign-offer-section .campaign-discount-chip {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 800;
  color: var(--header);
  background: var(--theme2);
  padding: 6px 12px;
  border-radius: 8px;
  transform: rotate(4deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.campaign-offer-section .campaign-price-old {
  font-size: 18px;
  color: var(--text);
  text-decoration: line-through;
}
.campaign-offer-section .campaign-price-new {
  display: block;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 800;
  color: var(--theme);
  line-height: 1;
  margin: 12px 0 16px;
  animation: campaign-price-pulse 2.5s ease-in-out infinite;
}
.campaign-offer-section .campaign-price-note {
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 1.45;
}
.campaign-offer-section .campaign-price-sub {
  margin-top: 14px;
  font-size: 13px;
  color: var(--text);
}
.campaign-offer-section .campaign-bento {
  margin-bottom: clamp(28px, 4vw, 40px);
}
.campaign-offer-section .campaign-bento__item {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(23, 23, 23, 0.75);
  padding: 26px 26px 22px;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.campaign-offer-section .campaign-bento__item:hover {
  border-color: rgba(191, 247, 71, 0.28);
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .campaign-offer-section .campaign-bento__item--wide {
    min-height: 100%;
  }
}
.campaign-offer-section .campaign-bento__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
  background: rgba(191, 247, 71, 0.12);
  color: var(--theme);
  border: 1px solid rgba(191, 247, 71, 0.2);
}
.campaign-offer-section .campaign-bento__icon--warn {
  background: rgba(255, 107, 107, 0.12);
  color: #ff8a8a;
  border-color: rgba(255, 107, 107, 0.25);
}
.campaign-offer-section .campaign-bento__icon--gold {
  background: rgba(255, 213, 49, 0.12);
  color: var(--theme2);
  border-color: rgba(255, 213, 49, 0.25);
}
.campaign-offer-section .campaign-bento__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.35;
}
.campaign-offer-section .campaign-cta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vw, 32px) clamp(22px, 3vw, 36px);
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(191, 247, 71, 0.1) 0%, rgba(23, 23, 23, 0.9) 35%, rgba(23, 23, 23, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
}
.campaign-offer-section .campaign-cta-bar__text h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.campaign-offer-section .campaign-cta-bar__text p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  max-width: 560px;
  line-height: 1.55;
}
.campaign-offer-section .campaign-cta-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.campaign-offer-section .campaign-hemen-satin-al-form {
  flex-shrink: 0;
}
.campaign-offer-section .campaign-hemen-satin-al-btn.theme-btn {
  white-space: nowrap;
}
.campaign-offer-section .campaign-price-stack__buy {
  width: 100%;
}
.campaign-offer-section .campaign-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--theme2);
  background: rgba(255, 213, 49, 0.1);
  border: 1px solid rgba(255, 213, 49, 0.35);
  padding: 0 26px;
  min-height: 62px;
  box-sizing: border-box;
  border-radius: 100px;
}
.campaign-offer-section .campaign-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.campaign-offer-section .campaign-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}
.campaign-offer-section .campaign-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.campaign-offer-section .campaign-list li:first-child {
  padding-top: 0;
}
.campaign-offer-section .campaign-list li i {
  color: var(--theme);
  margin-top: 3px;
  flex-shrink: 0;
}
.campaign-offer-section .campaign-list--danger li i {
  color: #ff8a8a;
}
.campaign-offer-section .campaign-final {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.campaign-offer-section .campaign-final p {
  color: var(--text);
  font-size: 17px;
  margin-bottom: 10px;
}
.campaign-offer-section .campaign-final p:last-child {
  margin-bottom: 0;
}
.campaign-offer-section .campaign-final p strong {
  color: var(--white);
}
@media (max-width: 991px) {
  .campaign-offer-section {
    /* Mobilde / küçük ekranda kampanya alanı viewport genişliğinde */
  }
  .campaign-offer-section > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    --bs-gutter-x: 0;
  }
  .campaign-offer-section .campaign-offer-inner {
    padding-inline: clamp(16px, 4.5vw, 22px);
    padding-inline-end: clamp(16px, 4.5vw, 22px);
  }
  .campaign-offer-section .campaign-hero-split__content {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .campaign-offer-section .campaign-hero-split__price {
    min-height: 240px;
  }
  .campaign-offer-section .campaign-price-stack {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .campaign-offer-section .campaign-cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .campaign-offer-section .campaign-discount-chip {
    top: 12px;
    right: 12px;
  }
}

@keyframes campaign-price-pulse {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(191, 247, 71, 0);
  }
  50% {
    transform: scale(1.02);
    text-shadow: 0 0 32px rgba(191, 247, 71, 0.5);
  }
}
.lets-talk-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 767px) {
  .lets-talk-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.lets-talk-wrapper h2 {
  font-size: 32px;
}

.contact-box-items {
  background-color: #171717;
  border-radius: 12px;
  text-align: center;
  padding: 40px;
}
.contact-box-items .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  margin: 0 auto;
}
.contact-box-items .content {
  margin-top: 30px;
}

.contact-wrapper .map-items .googpemap iframe {
  width: 100%;
  border-radius: 12px;
  height: 740px;
}
.contact-wrapper .contact-content {
  background-color: #171717;
  padding: 60px 40px;
  border-radius: 12px;
}
.contact-wrapper .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper .contact-content .contact-form-items .form-clt span {
  color: var(--text);
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  color: var(--text);
  padding: 18px 20px;
  width: 100%;
  background-color: transparent;
  border: none;
  border: 1px solid var(--border);
}
.contact-wrapper .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}

.form-message {
  font-size: 15px;
  min-height: 1.25em;
}
.form-message.success {
  color: #7bd88f;
}
.form-message.error {
  color: #ff8a8a;
}

.faq-wrapper .faq-image {
  max-width: 540px;
}
.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}
.faq-wrapper .faq-content .accordion-item {
  border: none !important;
  background-color: var(--white);
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 400;
  color: var(--white);
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  background-color: #171717;
  padding: 30px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Kanit", sans-serif;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 0;
  }
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button span {
  margin-right: 20px;
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--white);
  font-size: 16px;
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f325";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color: var(--theme);
}
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  border: 1px solid rgba(42, 42, 42, 0.3);
  box-shadow: var(--box-shadow);
  padding: 25px 30px;
  color: var(--white);
  background-color: #171717;
}
.faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 25px;
  color: rgba(255, 255, 255, 0.7019607843);
  background-color: #171717;
  padding-bottom: 28px;
}
.faq-wrapper .faq-content-2 {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content-2 {
    margin-right: 0;
  }
}
.faq-wrapper .faq-content-2 .faq-client-items {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(42, 42, 42, 0.32);
  background: #171717;
  margin-top: 50px;
}
.faq-wrapper .faq-content-2 .faq-client-items .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.faq-wrapper .faq-content-2 .faq-client-items .client-info .content h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}
.faq-wrapper .faq-content-2 .faq-client-items .client-info .content span {
  font-size: 16px;
}

.counter-items {
  text-align: center;
}
.counter-items h2 {
  font-size: 80px;
  font-weight: 600;
}
.counter-items p {
  font-size: 18px;
}
.counter-items.style-2 h2 {
  -webkit-text-stroke: 1px #BFF747;
  -webkit-text-fill-color: transparent;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 160px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #2A2A2A;
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: 1px rgb(42, 42, 42);
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 991px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 90px;
    line-height: 100px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 60px;
    line-height: 65px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.digital-marketing {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.digital-marketing .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.digital-marketing .comm .cmn-textslide {
  font-size: 80px;
  font-weight: 600;
  line-height: 110px;
  opacity: 25%;
  transition: all 0.5s;
  text-transform: capitalize;
}
.digital-marketing .comm .cmn-textslide .serial-badge {
  padding: 7px 15px;
  width: 80px;
  line-height: initial;
  font-size: 16px;
  border: 1px solid #454750;
  border-radius: 100px;
  gap: 10px !important;
  text-align: center;
}
.digital-marketing .comm .cmn-textslide .serial-badge i {
  transform: rotate(-40deg);
  color: var(--theme);
}
.digital-marketing .comm .cmn-textslide .digital-thumb {
  max-width: 330px;
  max-height: 235px;
  margin: -150px auto 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.6s;
}
.digital-marketing .comm .cmn-textslide .digital-thumb img {
  width: 100%;
  height: 100%;
}
.digital-marketing .comm .cmn-textslide:hover {
  opacity: 1;
}
.digital-marketing .comm .cmn-textslide:hover .digital-thumb {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 1199px) {
  .digital-marketing .comm {
    display: flex;
    align-items: center;
    animation: scroll 40s linear infinite;
    gap: 30px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 48px;
    line-height: 110px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 230px;
    max-height: 235px;
    margin: -150px auto 0;
  }
}
@media (max-width: 991px) {
  .digital-marketing .comm {
    gap: 16px;
    cursor: pointer;
  }
  .digital-marketing .comm .cmn-textslide {
    font-size: 36px;
  }
  .digital-marketing .comm .cmn-textslide .digital-thumb {
    max-width: 170px;
    max-height: 105px;
    margin: -100px auto 0;
  }
}

.text-slie-reverse .comm {
  display: flex;
  align-items: center;
  animation: scroll 80s linear infinite;
}

.digital-software .comm .cmn-textslide {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
}
.digital-software .comm img {
  width: 65px;
}
@media (max-width: 575px) {
  .digital-software .comm .cmn-textslide {
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
  .digital-software .comm img {
    width: 55px;
  }
}

.footer-widgets-wrapper {
  padding: 50px 0 80px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  gap: 10px;
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: #2A2A2A;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text {
  margin-top: 25px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  text-transform: lowercase;
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  text-transform: lowercase;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  outline: none;
  width: 100%;
  color: rgba(245, 245, 244, 0.6);
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(245, 245, 244, 0.6);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  background-color: #2A2A2A;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
}
.footer-widgets-wrapper .single-footer-widget .list-items li {
  text-transform: capitalize;
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: table;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
  font-size: 18px;
  color: var(--text);
  position: relative;
  font-weight: 400;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover {
  background-size: 100% 1px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover::before {
  opacity: 1;
  visibility: visible;
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover a {
  padding-left: 25px;
  color: var(--theme);
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid var(--border);
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom p {
  color: var(--white);
  font-weight: 400;
}
.footer-bottom p a {
  color: var(--theme);
  font-weight: 400;
  text-decoration: underline;
}
.footer-bottom .footer-legal-note {
  display: inline-block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.footer-right-content {
  padding-top: 80px;
  margin-right: -350px;
  text-align: center;
}
@media (max-width: 1899px) {
  .footer-right-content {
    margin-right: -75px;
  }
}
@media (max-width: 1399px) {
  .footer-right-content {
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-right-content h2 {
  font-size: 40px;
  text-align: center;
}
.footer-right-content .radius-btn {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--border);
  margin: 50px auto 0;
  padding-top: 50px;
}
.footer-right-content .radius-btn i {
  display: block;
  transform: rotate(-40deg);
  margin-bottom: 5px;
}
.footer-right-content .radius-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.footer-right-content h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  margin-top: 50px;
}
.footer-right-content p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.footer-section.style-2 {
  position: relative;
  z-index: 9;
}
.footer-section.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1D1D1D;
  z-index: -1;
  left: 73%;
}
@media (max-width: 1399px) {
  .footer-section.style-2::before {
    left: 0;
  }
}

.tm-footer-pro {
  position: relative;
  z-index: 8;
  font-family: "Kanit", sans-serif;
  padding-top: 3.5rem;
  margin-top: 2rem;
  background: linear-gradient(180deg, transparent 0%, transparent 2.5rem, #1a1b1f 2.5rem);
}
.tm-footer-pro__shell {
  position: relative;
}
.tm-footer-pro__newsletter {
  position: relative;
  z-index: 3;
  margin: -2.75rem auto 2.25rem;
  max-width: min(1100px, 100%);
  padding: 1.35rem 1.5rem 1.35rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(115deg, rgb(201.2, 248.275, 100.325) 0%, #ffd531 48%, rgb(191.8, 152.6951456311, 0) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tm-footer-pro__newsletter {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.5rem 1.25rem;
  }
}
.tm-footer-pro__newsletter-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
}
.tm-footer-pro__bubble {
  position: absolute;
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14%;
  left: 8%;
  animation: tm-footer-float 5s ease-in-out infinite;
}
.tm-footer-pro__bubble--2 {
  top: 55%;
  left: 4%;
  animation-delay: -1.2s;
}
.tm-footer-pro__bubble--3 {
  top: 22%;
  right: 7%;
  left: auto;
  animation-delay: -2.4s;
}
.tm-footer-pro__ico-gift {
  position: absolute;
  font-size: 2.25rem;
  left: 14%;
  bottom: -6%;
  opacity: 0.5;
  transform: rotate(-12deg);
}
.tm-footer-pro__ico-bell {
  position: absolute;
  font-size: 1.75rem;
  right: 12%;
  top: 10%;
  opacity: 0.45;
}
.tm-footer-pro__newsletter-text {
  position: relative;
  z-index: 1;
  flex: 1 1 240px;
  margin: 0;
  color: rgba(18, 18, 18, 0.92);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: clamp(0.95rem, 1.9vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.tm-footer-pro__newsletter-form {
  position: relative;
  z-index: 1;
  flex: 1 1 280px;
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
}
@media (max-width: 575px) {
  .tm-footer-pro__newsletter-form {
    flex-direction: column;
  }
}
.tm-footer-pro__newsletter-form input {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  background: rgba(255, 255, 255, 0.55);
  color: #121212;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.4s ease-in-out;
}
.tm-footer-pro__newsletter-form input::placeholder {
  color: rgba(18, 18, 18, 0.45);
}
.tm-footer-pro__newsletter-form input:focus {
  border-color: rgba(18, 18, 18, 0.35);
  background: rgba(255, 255, 255, 0.72);
}
.tm-footer-pro__newsletter-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.35rem;
  background: #121212;
  color: #ffd531;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.tm-footer-pro__newsletter-btn i {
  font-size: 0.8rem;
}
.tm-footer-pro__newsletter-btn:hover {
  background: #0a0a0a;
  color: #bff747;
  transform: translateY(-1px);
}
.tm-footer-pro__main {
  padding: 0.5rem 0 3.25rem;
  background: #1a1b1f;
}
.tm-footer-pro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 2fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 991px) {
  .tm-footer-pro__grid {
    grid-template-columns: 1fr;
  }
}
.tm-footer-pro__brand-col {
  padding-right: 0.5rem;
}
.tm-footer-pro__brand-head {
  margin-bottom: 1rem;
}
.tm-footer-pro__lead {
  color: rgba(245, 245, 244, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.tm-footer-pro__address {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(245, 245, 244, 0.55);
}
.tm-footer-pro__address i {
  margin-top: 0.2rem;
  color: #ffd531;
  flex-shrink: 0;
}
.tm-footer-pro__support-card {
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.35rem;
}
.tm-footer-pro__support-card strong {
  display: block;
  color: #ffd531;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}
.tm-footer-pro__support-card span {
  color: rgba(245, 245, 244, 0.62);
  font-size: 0.88rem;
  line-height: 1.45;
}
.tm-footer-pro__contact-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.tm-footer-pro__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 0.94rem;
}
.tm-footer-pro__contact-list a {
  color: rgba(245, 245, 244, 0.88);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.tm-footer-pro__contact-list a:hover {
  color: #bff747;
}
.tm-footer-pro__contact-ico {
  width: 1.75rem;
  flex-shrink: 0;
  text-align: center;
  color: #ffd531;
  opacity: 0.95;
  line-height: 1.35;
}
.tm-footer-pro__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
}
.tm-footer-pro__social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 245, 244, 0.9);
  transition: all 0.4s ease-in-out;
}
.tm-footer-pro__social a:hover {
  background: #ffd531;
  color: var(--header);
}
.tm-footer-pro__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
}
@media (max-width: 767px) {
  .tm-footer-pro__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .tm-footer-pro__nav {
    grid-template-columns: 1fr;
  }
}
.tm-footer-pro__nav-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffd531;
  border-bottom: 1px solid rgba(255, 213, 49, 0.55);
}
.tm-footer-pro__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-footer-pro__nav-list li {
  position: relative;
  padding-left: 0.85rem;
  margin-bottom: 0.55rem;
}
.tm-footer-pro__nav-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(245, 245, 244, 0.35);
}
.tm-footer-pro__nav-list a {
  font-size: 0.91rem;
  color: rgba(245, 245, 244, 0.78);
  text-decoration: none;
  line-height: 1.45;
  transition: all 0.4s ease-in-out;
}
.tm-footer-pro__nav-list a:hover {
  color: var(--white);
  padding-left: 2px;
}
.tm-footer-pro__bottom {
  background: #121316;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.15rem 0 1.35rem;
}
.tm-footer-pro__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}
.tm-footer-pro__copyright {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(245, 245, 244, 0.5);
  line-height: 1.55;
  max-width: 720px;
}
.tm-footer-pro__copyright a {
  color: rgba(245, 245, 244, 0.65);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tm-footer-pro__copyright a:hover {
  color: #bff747;
}
.tm-footer-pro__pay {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.tm-footer-pro__pay-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.38);
}
.tm-footer-pro__pay-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.65rem;
  color: rgba(245, 245, 244, 0.42);
  line-height: 1;
}
.tm-footer-pro__pay-icons i {
  transition: color 0.2s ease, opacity 0.2s ease;
}
.tm-footer-pro__pay-icons i:hover {
  color: rgba(245, 245, 244, 0.72);
}

@keyframes tm-footer-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tm-footer-pro__bubble {
    animation: none !important;
  }
}
.header-logo__part--light,
.brand-logo-main {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
}

.header-logo__part--accent,
.brand-logo-accent {
  color: #bff747 !important;
  color: var(--theme) !important;
  -webkit-text-fill-color: var(--theme) !important;
}

.header-unified-rail {
  display: contents;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .logo {
  flex: 0 0 auto;
  position: relative;
  z-index: 12;
}
.header-main .logo .header-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.header-main .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(240px, 46vw);
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.header-main .logo .header-logo--wordmark {
  font-family: "Teko", sans-serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.header-main .logo .header-logo--wordmark .header-logo__part--light {
  color: var(--white);
}
.header-main .logo .header-logo--wordmark .header-logo__part--accent {
  color: #bff747 !important;
  color: var(--theme) !important;
  -webkit-text-fill-color: var(--theme) !important;
}
.header-main .logo .header-logo--wordmark:hover {
  color: var(--white);
}
.header-main .logo .header-logo--wordmark:hover .header-logo__part--light {
  color: var(--white);
}
.header-main .logo .header-logo--wordmark:hover .header-logo__part--accent {
  color: #bff747 !important;
  color: var(--theme) !important;
  -webkit-text-fill-color: var(--theme) !important;
}
.header-main .mean__menu-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.header-main .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.header-main .main-menu nav {
  overflow: visible;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 32px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li {
  /* Alt menü: max-content + li{width:100%} döngüsü genişliği 0 yapabiliyor; inline-block + nowrap ile en uzun satıra göre genişler */
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  /* 115% üst link ile kutu arasında boşluk bırakır; li kutusu sadece link kadar olduğu için hover düşer */
  top: 100%;
  inset-inline-start: 0;
  width: auto;
  min-width: 220px;
  max-width: calc(100vw - 32px);
  background: #120f0f;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-sizing: border-box;
  pointer-events: none;
  /* Linkten panele geçerken boşlukta hover düşmesin */
}
.header-main .main-menu ul li .submenu:not(.has-homemenu)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.header-main .main-menu ul li .submenu:not(.has-homemenu) {
  display: block;
  width: fit-content;
  max-width: calc(100vw - 32px);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .submenu:not(.has-homemenu) li > a {
  width: auto;
  max-width: none;
  white-space: nowrap;
  padding-right: 36px;
  box-sizing: border-box;
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  max-width: min(100vw - 32px, 1000px);
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--header) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}
.header-main .header-right {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  border-bottom: 1px solid #2A2A2A;
}
.header-1 .mean__menu-wrapper {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .header-1 {
    /* Tüm header + alt menüler, alttaki section’ların üstünde (stacking) */
    position: relative;
    z-index: 10090;
  }
  .header-1 > .container,
  .header-1 .mega-menu-wrapper {
    overflow: visible !important;
  }
  .header-1 .mean__menu-wrapper {
    overflow: visible;
    z-index: 40;
  }
  .header-1 .main-menu nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    box-sizing: border-box;
    overflow: visible;
  }
  .header-1 .main-menu nav > ul > li {
    flex: 0 1 auto;
    min-width: 0;
    margin-inline-end: 0;
    overflow: visible;
    position: relative;
  }
  .header-1 .main-menu nav > ul > li > a {
    white-space: nowrap;
  }
  .header-1 .header-main {
    justify-content: stretch;
    gap: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: visible;
  }
  .header-1 {
    /* auto | 1fr | auto: menü tam olarak iki ayırıcı çizgi arasındaki alanda ortalanır */
  }
  .header-1 .header-unified-rail {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    flex: 1;
    min-width: 0;
    column-gap: 0;
    row-gap: 0;
    overflow: visible !important;
    padding: 6px 0 6px 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    /* Alt menüler rail kutusunun dışına taşsın (WebKit + grid kırpması) */
    clip-path: none;
    -webkit-clip-path: none;
  }
  .header-1 .header-unified-rail .logo {
    display: flex;
    align-items: center;
    justify-self: start;
    position: relative;
    min-width: 0;
    padding-right: 14px;
    margin-right: 0;
    border-right: none;
    /* Tam yükseklik border yerine: dikeyde ortalı, üst-alt boşluklu ayırıcı */
  }
  .header-1 .header-unified-rail .logo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: clamp(32px, 76%, 48px);
    background: rgba(255, 255, 255, 0.14);
    border-radius: 1px;
    pointer-events: none;
  }
  .header-1 {
    /* overflow:auto alt menüyü kırpar (spec: y ekseni de clip olur); masaüstünde visible */
  }
  .header-1 .header-unified-rail .mean__menu-wrapper {
    margin: 0;
    justify-self: stretch;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    border-right: none;
    overflow: visible !important;
  }
  .header-1 .header-unified-rail .main-menu {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: visible;
  }
  .header-1 .header-unified-rail .header-right {
    justify-self: end;
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    align-items: center;
    padding-right: 4px;
    padding-left: 14px;
    margin-left: 0;
    border-left: none;
  }
  .header-1 .header-unified-rail .header-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: clamp(32px, 76%, 48px);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1px;
    pointer-events: none;
  }
  .header-1 .header-unified-rail .main-menu nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    min-width: 0;
    overflow: visible;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0;
    padding: 0;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li {
    position: relative;
    margin-inline-end: 0;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li:hover {
    z-index: 10100;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li {
    /* absolute submenu li yüksekliğini büyütmez; boşlukta :hover kapanmasın */
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li:has(> ul.submenu:not(.has-homemenu)) > a {
    position: relative;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li:has(> ul.submenu:not(.has-homemenu)) > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    background: transparent;
  }
  .header-1 {
    /* Birleşik şeritte menü ortada, öğeler arası rahat boşluk */
  }
  .header-1 .header-unified-rail .main-menu nav > ul {
    justify-content: center;
    gap: clamp(10px, 1.35vw, 22px);
    width: max-content;
    max-width: 100%;
    overflow: visible;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    font-size: clamp(11px, 0.45vw + 10px, 17px);
    letter-spacing: 0.02em;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li > a i {
    font-size: clamp(10px, 0.4vw + 9px, 13px);
    margin-left: 5px;
  }
  .header-1 .header-unified-rail .header-actions-bar {
    border: none;
    background: rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    height: 46px;
    border-radius: 999px;
    overflow: hidden;
    align-self: center;
  }
  .header-1 .header-unified-rail .header-actions-bar .search-icon {
    box-shadow: none;
  }
  .header-1 .header-unified-rail .header-actions-bar .sidebar__toggle {
    box-shadow: none;
  }
  .header-1 .header-unified-rail .main-menu nav > ul > li.active > a::before {
    margin-right: 8px;
  }
}
@media (min-width: 1400px) {
  .header-1 .header-unified-rail .main-menu nav > ul {
    gap: clamp(14px, 1.5vw, 28px);
  }
}
.header-1 .main-menu nav > ul > li.active > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme);
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.header-1 .main-menu nav > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-size: 19px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: var(--white);
}
.header-1 .main-menu nav > ul > li > a i {
  font-size: 15px;
  margin-left: 7px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header-1 .main-menu nav > ul > li > a {
    font-size: 17px;
  }
  .header-1 .main-menu nav > ul > li > a i {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-1 .main-menu nav > ul > li > a {
    font-size: 16px;
  }
  .header-1 .main-menu nav > ul > li > a i {
    font-size: 13px;
  }
}
.header-1 .header-right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header-1 .header-right {
    gap: 15px;
  }
}
.header-1 .header-right .header-actions-bar {
  display: inline-flex;
  align-items: stretch;
  height: 50px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: #252525;
  box-sizing: border-box;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-actions-bar {
    height: 46px;
  }
}
.header-1 .header-right .header-actions-bar .search-icon {
  width: 50px;
  min-width: 50px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: transparent;
  color: var(--white);
  border-radius: 0;
  line-height: 1;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-actions-bar .search-icon {
    width: 46px;
    min-width: 46px;
  }
}
.header-1 .header-right .header-actions-bar {
  /* Sepet rozeti: overflow:hidden bar içinde kalsın (dışarı taşıran Bootstrap badge kırpılıyordu) */
}
.header-1 .header-right .header-actions-bar .tm-header-cart-badge {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 2;
  min-width: 0.95rem;
  padding: 0.12em 0.38em;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.2;
  color: #171717 !important;
  background: #facc15 !important;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.header-1 .header-right .header-actions-bar .header-actions-bar__mid {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-actions-bar .header-actions-bar__mid {
    display: none;
  }
}
.header-1 .header-right .header-actions-bar .header-actions-bar__divider {
  display: none;
}
.header-1 .header-right .header-actions-bar .theme-btn.header-actions-bar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  align-self: stretch;
  padding: 0 22px;
  margin: 0;
  border-radius: 0 !important;
  background-color: var(--theme) !important;
  color: var(--header) !important;
  font-weight: 700;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.02em;
  border: none;
  line-height: 1.2;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.08), inset -1px 0 0 rgba(0, 0, 0, 0.08);
}
.header-1 .header-right .header-actions-bar .theme-btn.header-actions-bar__cta::after {
  display: none;
}
.header-1 .header-right .header-actions-bar .theme-btn.header-actions-bar__cta:hover {
  background-color: #d2ff6a !important;
  color: var(--header) !important;
}
.header-1 .header-right .header-actions-bar .header__hamburger {
  margin: 0 !important;
  display: flex !important;
  align-items: stretch;
}
.header-1 .header-right .header-actions-bar .sidebar__toggle {
  width: 50px;
  min-width: 50px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: transparent;
  color: var(--white);
  border-radius: 0;
  line-height: 1;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
}
.header-1 .header-right .header-actions-bar .sidebar__toggle i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-actions-bar .sidebar__toggle {
    width: 46px;
    min-width: 46px;
  }
}
.header-1 .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 0;
}
.header-1 .header-right .header-button .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
  display: inline-block;
}
.header-1 .header-right .header-button .theme-btn {
  padding: 19px 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-button .theme-btn {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
.header-1 {
  /* Mobil / tablet (≤1199): üst bar — alt app dock ile aynı dil (cam, ada, gölgeler) */
}
@media (max-width: 1199px) {
  .header-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* Canlı destek / FAB katmanlarının (≈10030–10050) üstünde kalsın */
    z-index: 10070;
    border: none !important;
    border-bottom: none !important;
    background: transparent;
    /* Çentik dışında ekstra üst şerit istemiyoruz; yalnızca güvenli alan */
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 0;
    pointer-events: none;
  }
  .header-1.tm-header-pro-primary {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  .header-1 > .container {
    pointer-events: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header-1 .mega-menu-wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-1 .header-main {
    pointer-events: auto;
    padding: 8px clamp(12px, 3.5vw, 18px);
    min-height: 54px;
    /* Üst / yan çizgi yok; alt kenar aşağıdan yukarı oval (kavisli) */
    border: none;
    border-radius: 0 0 clamp(22px, 7vw, 40px) clamp(22px, 7vw, 40px);
    /* Üstte hafif cam; kaydırınca .sticky ile matlaşır */
    background: rgba(16, 16, 16, 0.32);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    gap: 10px;
    transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
  }
  .header-1.sticky .header-main {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .header-1 .logo {
    flex: 1 1 auto;
    min-width: 0;
  }
  .header-1 .logo .header-logo--wordmark {
    font-size: clamp(16px, 4.8vw, 21px);
    letter-spacing: 0.06em;
  }
  .header-1 {
    /* Menü offcanvas + .mobile-menu mean-nav; header’da gizli nav / mean-push yer kaplamasın */
  }
  .header-1 .mean__menu-wrapper {
    display: none !important;
  }
  .header-1 .header-right {
    flex: 0 0 auto;
    margin-left: 0;
  }
  .header-1 {
    /* Sade pill: iki eşit alan, ortalanmış ikon — ekstra gradyan / renk kutusu yok */
  }
  .header-1 .header-actions-bar {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0;
    overflow: hidden;
    border-radius: 999px;
    border: none;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: none;
  }
  .header-1 .header-actions-bar .header-actions-bar__mid {
    display: none !important;
  }
  .header-1 .header-actions-bar .header__hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
  }
  .header-1 .header-actions-bar .header__hamburger.my-auto {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .header-1 .header-actions-bar .search-icon,
  .header-1 .header-actions-bar .sidebar__toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: all 0.4s ease-in-out;
  }
  .header-1 .header-actions-bar .search-icon i,
  .header-1 .header-actions-bar .sidebar__toggle i {
    line-height: 1;
    display: block;
  }
  .header-1 .header-actions-bar .search-icon {
    box-shadow: none;
  }
  .header-1 .header-actions-bar .search-icon:hover, .header-1 .header-actions-bar .search-icon:focus-visible {
    background: rgba(255, 255, 255, 0.07) !important;
    color: var(--white) !important;
  }
  .header-1 .header-actions-bar .sidebar__toggle {
    cursor: pointer;
    box-shadow: none !important;
  }
  .header-1 .header-actions-bar .sidebar__toggle i {
    color: rgba(255, 255, 255, 0.9);
  }
  .header-1 .header-actions-bar .sidebar__toggle:hover, .header-1 .header-actions-bar .sidebar__toggle:focus-visible {
    background: rgba(255, 255, 255, 0.07) !important;
  }
  .header-1.sticky {
    background: #181818 !important;
    -webkit-animation: none !important;
    animation: none !important;
    box-shadow: none !important;
    z-index: 10070 !important;
    transition: background-color 0.35s ease;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  /* 100 çok düşüktü: alt menüler sayfa içeriğinin / diğer katmanların altında kalıyordu */
  z-index: 10090;
  transition: background-color 0.35s ease;
  /* tm-header-pro-primary kendi arka planını verir; diğer şablonlar için yedek */
  background-color: #181818;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/* Sabit üst bar yüksekliği kadar içerik kayması (mobil header ile aynı ölçü) */
@media (max-width: 1199px) {
  /* Header doğrudan body çocuğu değil (GTM, FAB vb.); `>` olmadan eşleşsin */
  body:has(header#header-sticky.header-1) {
    padding-top: calc(env(safe-area-inset-top, 0px) + 72px);
  }
}
.offcanvas__info {
  background: var(--bg) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 280px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}
.breadcrumb-wrapper .arrow-shape {
  position: absolute;
  top: 50px;
  left: 50px;
}
.breadcrumb-wrapper .circle-shape {
  position: absolute;
  top: -25%;
  right: 0;
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 100px 0 50px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 130px 0 80px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0 60px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 56px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 42px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--theme);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-image {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.breadcrumb-wrapper .page-heading .breadcrumb-image img {
  width: 100%;
  height: 100%;
  max-width: 336px;
}

.error-content h2 {
  font-weight: 600;
  font-size: 320px;
  color: var(--theme);
  line-height: 1;
}
.error-content h2 span {
  color: var(--white);
}
@media (max-width: 1199px) {
  .error-content h2 {
    font-size: 300px;
  }
}
@media (max-width: 991px) {
  .error-content h2 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .error-content h2 {
    font-size: 110px;
  }
}
.error-content h3 {
  font-weight: 700;
  font-size: 40px;
}
.error-content p {
  max-width: 640px;
  margin: 20px auto 0;
}

.tm-header-pro-top {
  font-family: "Kanit", sans-serif;
}

.tm-header-pro-top__promo {
  background: linear-gradient(90deg, #1d1d1d 0%, #171717 45%, #131313 100%);
  color: rgba(245, 245, 244, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 991px) {
  .tm-header-pro-top__promo {
    display: none;
  }
}

.tm-header-pro-top__promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  min-height: 44px;
  padding: 0.35rem 0;
  font-size: 0.875rem;
}

.tm-header-pro-top__promo-msg {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.tm-header-pro-top__promo-msg p {
  margin: 0;
  line-height: 1.45;
}

.tm-header-pro-top__promo-ico {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd531;
  font-size: 1.05rem;
}

.tm-header-pro-top__hl {
  color: #ffd531;
  font-weight: 700;
}

.tm-header-pro-top__promo-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.tm-header-pro-top__countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media (max-width: 1199px) {
  .tm-header-pro-top__countdown {
    display: none;
  }
}

.tm-header-pro-top__countdown-ico {
  opacity: 0.85;
  font-size: 1rem;
}

.tm-header-pro-top__countdown-digits {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  white-space: nowrap;
}
.tm-header-pro-top__countdown-digits b {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.tm-header-pro-top__countdown-digits small {
  font-weight: 600;
  font-size: 0.68rem;
  opacity: 0.75;
  margin-left: 0.08rem;
  text-transform: uppercase;
}

.tm-header-pro-top__btn-reg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 1.15rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  background: #ffd531;
  color: #121212 !important;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
}
.tm-header-pro-top__btn-reg:hover {
  background: #bff747;
  color: #121212 !important;
  transform: translateY(-1px);
}

.tm-header-pro-top__utility {
  background: #1f1f1f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .tm-header-pro-top__utility {
    display: none;
  }
}

.tm-header-pro-top__utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  font-size: 0.82rem;
  padding: 0.2rem 0;
}

.tm-header-pro-top__nav-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
}

.tm-header-pro-top__u-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text);
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.tm-header-pro-top__u-link i {
  color: rgba(245, 245, 244, 0.42);
  font-size: 0.95rem;
}
.tm-header-pro-top__u-link:hover {
  color: var(--white);
}
.tm-header-pro-top__u-link:hover i {
  color: #ffd531;
}

.tm-header-pro-top__nav-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
}

.tm-header-pro-top__link-reg {
  color: rgba(245, 245, 244, 0.72) !important;
  text-decoration: none !important;
  font-weight: 600;
}
.tm-header-pro-top__link-reg:hover {
  color: var(--white) !important;
}

.tm-header-pro-top__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(245, 245, 244, 0.45);
  font-weight: 500;
  user-select: none;
}
.tm-header-pro-top__meta i {
  font-size: 0.88rem;
  opacity: 0.85;
}

.header-1.tm-header-pro-primary {
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.header-1.tm-header-pro-primary.sticky {
  background-color: #181818 !important;
  border-bottom-color: var(--border) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(191, 247, 71, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  transition: 0.6s;
  background-color: #2A2A2A;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 40px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid transparent;
}

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

/* —— Masaüstü: yalnızca sağ FAB (mobilde tamamen gizli) —— */
@media (max-width: 991px) {
  .floating-contact-fab {
    display: none !important;
  }
}
.floating-contact-fab {
  position: fixed;
  z-index: 10050;
  right: 22px;
  bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
.floating-contact-fab > * {
  pointer-events: auto;
}

.floating-contact-fab__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white);
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.floating-contact-fab__btn.floating-contact-fab__btn--phone {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(40, 40, 40, 0.95) 100%);
}
.floating-contact-fab__btn.floating-contact-fab__btn--phone:hover {
  border-color: rgba(191, 247, 71, 0.45);
  color: var(--theme);
  transform: translateY(-2px);
}
.floating-contact-fab__btn.floating-contact-fab__btn--whatsapp {
  background: linear-gradient(145deg, #2dd36f 0%, #128c7e 100%);
  border-color: rgba(255, 255, 255, 0.2);
}
.floating-contact-fab__btn.floating-contact-fab__btn--whatsapp:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

/* —— Mobil / tablet: FAB ile bağımsız, ayrı alt “dock” bileşeni —— */
@media (min-width: 992px) {
  .mobile-contact-dock {
    display: none !important;
  }
}
.mobile-contact-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  padding: 0 14px max(12px, env(safe-area-inset-bottom, 0px)) 14px;
  pointer-events: none;
}

.mobile-contact-dock__shell {
  pointer-events: auto;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  min-height: 62px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
  background: rgba(16, 16, 16, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-contact-dock__tile {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
  color: var(--white);
  font-family: "Kanit", sans-serif;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: all 0.4s ease-in-out;
}
.mobile-contact-dock__tile:active {
  filter: brightness(0.92);
}

.mobile-contact-dock__ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact-dock__words {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.mobile-contact-dock__kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.2;
}

.mobile-contact-dock__detail {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
}

.mobile-contact-dock__tile--phone {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.07) 0%, rgba(30, 30, 30, 0.65) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 3px 0 0 var(--theme);
}
.mobile-contact-dock__tile--phone .mobile-contact-dock__ico {
  color: var(--theme);
  background: rgba(191, 247, 71, 0.1);
  border-color: rgba(191, 247, 71, 0.25);
}

.mobile-contact-dock__tile--whatsapp {
  background: linear-gradient(125deg, #1fa855 0%, #0d7a6e 55%, #075e54 100%);
}
.mobile-contact-dock__tile--whatsapp .mobile-contact-dock__ico {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}
.mobile-contact-dock__tile--whatsapp .mobile-contact-dock__kicker,
.mobile-contact-dock__tile--whatsapp .mobile-contact-dock__detail {
  color: rgba(255, 255, 255, 0.95);
}
.mobile-contact-dock__tile--whatsapp .mobile-contact-dock__detail {
  opacity: 0.9;
}

@media (max-width: 991px) {
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }
}
.hero-1 {
  position: relative;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 44px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme);
  text-decoration: underline;
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 img {
    width: 80px;
  }
}
.hero-1 .hero-content p {
  max-width: 600px;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}
.hero-1 .hero-image {
  margin-top: 50px;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-1 .hero-counter {
  padding: 40px;
  background-color: var(--theme);
  display: inline-block;
  width: 340px;
  position: absolute;
  top: 120px;
  right: 172px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter {
    right: 0;
  }
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter {
    position: static;
    max-width: 1500px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-counter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-counter {
    display: none !important;
  }
}
.hero-1 .hero-counter .counter-items {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter .counter-items {
    margin-bottom: 0;
  }
}
.hero-1 .hero-counter .counter-items:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--header);
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter .counter-items:not(:last-child) {
    padding-bottom: 0;
    border: none;
  }
}
.hero-1 .hero-counter .counter-items h2 {
  font-size: 80px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 991px) {
  .hero-1 .hero-counter .counter-items h2 {
    font-size: 55px;
  }
}
.hero-1 .hero-counter .counter-items p {
  text-transform: uppercase;
  color: var(--header);
  font-weight: 400;
}
.hero-1 .circle-item {
  width: 170px;
  height: 170px;
  line-height: 179px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  position: absolute;
  right: 30%;
  top: 25%;
}
@media (max-width: 991px) {
  .hero-1 .circle-item {
    display: none;
  }
}
.hero-1 .circle-item .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  top: -4%;
  left: 7%;
  animation: cir36 10s linear infinite;
}
.hero-1 .circle-item .border-line {
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-1 .circle-item .border-line .arrow-icon {
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
  display: inline-block;
}
.hero-1 .circle-item .border-line .arrow-icon i {
  transform: rotate(-40deg);
}

.hero-2 .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-2 .hero-content h1 span {
  text-decoration: underline;
  color: var(--theme);
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 44px;
    margin-bottom: -10px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 img {
    width: 80px;
  }
}
.hero-2 .hero-content .content {
  flex-basis: 35%;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content {
    flex-basis: 100%;
  }
}
.hero-2 .hero-content .content p {
  font-size: 20px;
  margin-left: -50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .content p {
    font-size: 16px;
  }
}
.hero-2 .hero-content .content .theme-btn {
  border-radius: 12px;
  margin-top: 60px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content .theme-btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .content .theme-btn {
    margin-top: 30px;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.hero-2 .hero-counter .counter-items {
  text-align: center;
  background-color: #1D1D1D;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-counter .counter-items:not(:last-child) {
  margin-bottom: 10px;
}
.hero-2 .hero-counter .counter-items h2 {
  font-size: 80px;
  color: var(--white);
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .hero-2 .hero-counter .counter-items h2 {
    font-size: 55px;
  }
}
.hero-2 .hero-counter .counter-items p {
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .hero-2 .hero-counter .counter-items p {
    font-size: 16px;
  }
}
.hero-2 .hero-counter .counter-items:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-counter .counter-items:hover h2 {
  color: var(--header);
}
.hero-2 .hero-counter .counter-items.active {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-counter .counter-items.active h2 {
  color: var(--header);
}

.hero-3 {
  padding: 120px 0 240px;
  position: relative;
}
.hero-3 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-3 .hero-bg img {
  width: 100%;
  height: 100%;
}
.hero-3 .hero-content h6 {
  font-size: 20px;
  color: var(--theme);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 50px;
  }
}
.hero-3 .hero-content h1 span {
  text-decoration: underline;
  color: var(--theme);
}
.hero-3 .hero-content p {
  font-size: 20px;
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.hero-3 .hero-content .hero-button .theme-btn {
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid transparent;
}
.hero-3 .hero-content .hero-button .theme-btn.style-2 {
  background-color: transparent;
  color: var(--white);
  border: 2px solid #2A2A2A;
}
.hero-3 .hero-content .hero-button .theme-btn.style-2:hover {
  color: var(--header);
}
.hero-3 .hero-image-items {
  position: relative;
}
.hero-3 .hero-image-items .hero-image {
  max-width: 410px;
  position: relative;
}
.hero-3 .hero-image-items .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-3 .hero-image-items .hero-image-2 {
  position: absolute;
  right: 0;
  top: 137px;
}
@media (max-width: 991px) {
  .hero-3 .hero-image-items .hero-image-2 {
    right: 70px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image-items .hero-image-2 {
    right: initial;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image-items .hero-image-2 {
    height: 200px;
  }
  .hero-3 .hero-image-items .hero-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero-3 .hero-image-items .hero-image-2 img {
  border-radius: 16px;
}
.hero-3 .hero-image-items .hero-image-3 {
  position: absolute;
  bottom: -138px;
  right: 0;
  max-width: 297px;
}
@media (max-width: 991px) {
  .hero-3 .hero-image-items .hero-image-3 {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image-items .hero-image-3 {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-image-items .hero-image-3 {
    right: initial;
    left: 0;
  }
}
.hero-3 .hero-image-items .hero-image-3 img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.hero-3 .hero-image-items .circle-item {
  width: 170px;
  height: 170px;
  line-height: 179px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 991px) {
  .hero-3 .hero-image-items .circle-item {
    display: none;
  }
}
.hero-3 .hero-image-items .circle-item .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  top: -4%;
  left: 7%;
  animation: cir36 10s linear infinite;
}
.hero-3 .hero-image-items .circle-item .border-line {
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-3 .hero-image-items .circle-item .border-line .arrow-icon {
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
  display: inline-block;
}
.hero-3 .hero-image-items .circle-item .border-line .arrow-icon i {
  transform: rotate(-40deg);
}
.hero-3 .hero-image-items .client-image {
  position: absolute;
  bottom: -24%;
  left: 8%;
  text-align: center;
}
.hero-3 .hero-image-items .client-image h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: "Kanit", sans-serif;
  margin-top: 20px;
}
.hero-3 .hero-image-items .client-image h5 span {
  color: var(--theme);
  font-weight: 600;
  font-size: 24px;
}

.hero-4 {
  padding: 120px 0 120px;
  position: relative;
}
.hero-4 .number-list {
  display: grid;
  gap: 12px;
  position: absolute;
  right: 40px;
  top: 120px;
}
@media (max-width: 1199px) {
  .hero-4 .number-list {
    display: none;
  }
}
.hero-4 .number-list li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #1D1D1D;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.hero-4 .number-list li:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-4 .number-list li.active {
  background-color: var(--theme);
  color: var(--header);
}
.hero-4 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-4 .hero-content h6 {
  font-size: 20px;
  color: var(--theme);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-4 .hero-content h1 {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 44px;
  }
}
.hero-4 .hero-content h1 .video-img {
  position: relative;
}
.hero-4 .hero-content h1 .video-img img {
  border-radius: 120px;
}
.hero-4 .hero-content h1 .video-img .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  line-height: 52px;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
.hero-4 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.hero-4 .hero-content .hero-button .theme-btn {
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid transparent;
}
.hero-4 .hero-content .hero-button .theme-btn.style-2 {
  background-color: transparent;
  color: var(--white);
  border: 2px solid #2A2A2A;
}
.hero-4 .hero-content .hero-button .theme-btn.style-2:hover {
  color: var(--header);
}
.hero-4 .hero-content .counter-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content .counter-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-4 .hero-content .counter-items .counter-content h2 {
  font-size: 64px;
  font-weight: 600;
  color: var(--white);
}
.hero-4 .hero-content .counter-items .counter-content h2 span {
  color: var(--theme);
}
.hero-4 .hero-content .counter-items .counter-content p {
  font-size: 16px;
  color: var(--white);
}
.hero-4 .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-4 .hero-image {
    display: none;
  }
}
.hero-4 .client-image {
  margin-top: -160px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero-4 .client-image {
    display: none;
  }
}
.hero-4 .client-image h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: "Kanit", sans-serif;
  margin-top: 20px;
}
.hero-4 .client-image h5 span {
  color: var(--theme);
  font-weight: 600;
  font-size: 24px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* Mobil: meanmenu-reveal gizli (header’daki hamburger offcanvas açar). Panel açılınca
   üst menü listesi yine de görünmeli — aksi halde boş panel kalır. */
.offcanvas__info.info-open .mobile-menu .mean-container .mean-nav > ul {
  display: block !important;
}

.news-box-items {
  margin-top: 30px;
}
.news-box-items .news-image {
  position: relative;
  overflow: hidden;
}
.news-box-items .news-image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  border-radius: 8px;
}
.news-box-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}
.news-box-items .news-content {
  margin-top: 20px;
}
.news-box-items .news-content p {
  margin-bottom: 5px;
}
.news-box-items .news-content h3 {
  font-size: 32px;
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .news-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box-items .news-content .news-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.news-box-items:hover .news-image img:nth-child(2) {
  width: 100%;
  visibility: visible;
}
.news-box-items:hover .news-content .news-btn .arrow-icon, .news-box-items:hover .news-content .news-btn .link-btn {
  color: var(--theme);
}

.news-card-items-2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .news-card-items-2 {
    flex-wrap: wrap;
  }
}
.news-card-items-2 .news-image {
  max-width: 306px;
}
.news-card-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-card-items-2 .news-content {
  max-width: 300px;
}
.news-card-items-2 .news-content span {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
}
.news-card-items-2 .news-content h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .news-card-items-2 .news-content h3 {
    font-size: 25px;
  }
}
.news-card-items-2 .news-content h3 a:hover {
  color: var(--theme);
}
.news-card-items-2 .news-content .news-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-card-items-2 .news-content .news-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.news-card-items-2:hover .news-content .news-btn .arrow-icon, .news-card-items-2:hover .news-content .news-btn .link-btn {
  color: var(--theme);
}

.news-list-wrapper .news-list-area .news-list-items {
  display: flex;
  align-items: center;
  background-color: #171717;
  padding: 12px;
  border-radius: 12px;
  gap: 24px;
}
@media (max-width: 1399px) {
  .news-list-wrapper .news-list-area .news-list-items {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.news-list-wrapper .news-list-area .news-list-items:not(:last-child) {
  margin-bottom: 24px;
}
.news-list-wrapper .news-list-area .news-list-items .thumb {
  max-width: 306px;
}
.news-list-wrapper .news-list-area .news-list-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-list-wrapper .news-list-area .news-list-items .content {
  max-width: 500px;
  padding-right: 30px;
}
.news-list-wrapper .news-list-area .news-list-items .content span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.news-list-wrapper .news-list-area .news-list-items .content h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .news-list-wrapper .news-list-area .news-list-items .content h3 {
    font-size: 28px;
  }
}
.news-list-wrapper .news-list-area .news-list-items .content h3 a:hover {
  color: var(--theme);
}
.news-list-wrapper .news-list-area .news-list-items .content p {
  font-size: 16px;
}
.news-list-wrapper .news-list-area .news-list-items .content .news-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list-wrapper .news-list-area .news-list-items .content .news-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 480px;
  border-radius: 12px;
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content p {
  color: var(--text);
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: #171717;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--text);
  line-height: 162%;
  font-size: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--text);
  margin-right: 15px;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: #171717;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  color: var(--text);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--text);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--text);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--white);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: #171717;
  color: var(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt span {
  color: var(--text);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #171717;
  margin-bottom: 30px;
  border-radius: 12px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: #2A2A2A;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--white);
  border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: #1D1D1D;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Kanit", sans-serif;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  background-color: #1D1D1D;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 120px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}

.pricing-card-items {
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  background: #171717;
  padding: 40px 32px;
}
.pricing-card-items .pricing-header {
  padding-bottom: 30px;
}
.pricing-card-items .pricing-header span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-card-items .pricing-header h2 {
  font-size: 80px;
  font-weight: 600;
}
.pricing-card-items .pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.pricing-card-items .pricing-header p {
  margin-top: 10px;
  font-weight: 300;
}
.pricing-card-items .pricing-list {
  border-top: 1px solid #2A2A2A;
  padding-top: 30px;
}
.pricing-card-items .pricing-list li {
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.pricing-card-items .pricing-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: var(--white);
}
.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 20px;
}
.pricing-card-items .pricing-button {
  margin-top: 40px;
}
.pricing-card-items .pricing-button .theme-btn {
  border-radius: 4px;
  width: 100%;
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  padding: 20px 40px;
}
.pricing-card-items .pricing-button .theme-btn::before, .pricing-card-items .pricing-button .theme-btn::after {
  background-color: var(--theme);
}
.pricing-card-items .pricing-button .theme-btn:hover {
  color: var(--header);
}

.portfolio-box-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
@media (max-width: 1199px) {
  .portfolio-box-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-box-items .project-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .portfolio-box-items .project-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-box-items .content {
  padding-right: 80px;
  border-right: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .portfolio-box-items .content {
    padding-right: 0;
    border: none;
  }
}
.portfolio-box-items .content span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 15px;
}
.portfolio-box-items .content h3 {
  font-size: 32px;
}
.portfolio-box-items .content h3 a:hover {
  color: var(--theme);
}
.portfolio-box-items p {
  max-width: 480px;
}
.portfolio-box-items .radius-btn {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--border);
  padding-top: 50px;
}
.portfolio-box-items .radius-btn i {
  display: block;
  transform: rotate(-40deg);
  margin-bottom: 5px;
}
.portfolio-box-items .radius-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.portfolio-box-items .project-hover {
  width: 200px;
  height: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.portfolio-box-items:hover .project-hover {
  opacity: 1;
  visibility: visible;
}

.portfolio-image-items {
  position: relative;
  margin-top: 30px;
}
.portfolio-image-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 12px;
}
@media (max-width: 575px) {
  .portfolio-image-items {
    height: 400px;
  }
}
.portfolio-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.portfolio-image-items .content {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.portfolio-image-items .content p {
  font-weight: 400;
  color: var(--white);
  margin-bottom: 5px;
  font-size: 16px;
}
.portfolio-image-items .content h3 {
  font-size: 32px;
}
.portfolio-image-items .content h3 a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.portfolio-image-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}

.portfolio-section .portfolio-slider {
  margin-left: -10%;
  margin-right: -10%;
}

.portfolio-card-items {
  margin-top: 30px;
}
.portfolio-card-items .content {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio-card-items .content .title-header span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 5px;
}
.portfolio-card-items .content .title-header h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .portfolio-card-items .content .title-header h3 {
    font-size: 26px;
  }
}
.portfolio-card-items .content .title-header h3 a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.portfolio-card-items .content .title-header h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}
.portfolio-card-items .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #2A2A2A;
  color: var(--white);
}
.portfolio-card-items .content .icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.portfolio-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.project-details-wrapper .project-details-content h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 45px;
  }
}
.project-details-wrapper .project-category-items ul li {
  font-size: 20px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .project-category-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-category-items ul li span {
  font-size: 18px;
  color: var(--text);
  text-align: right;
  display: block;
}
.project-details-wrapper .details-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.project-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-details-wrapper .project-content-2 h2 {
  font-size: 48px;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-content-2 h2 {
    font-size: 40px;
  }
}
.project-details-wrapper .project-details-content-3 h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content-3 h2 {
    font-size: 35px;
  }
}
.project-details-wrapper .project-details-content-3 .details-list-items {
  display: flex;
  gap: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-content-3 .details-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li {
  font-size: 18px;
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li i {
  margin-right: 7px;
  color: var(--theme);
}
.project-details-wrapper .preview-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .preview-area .preview-item {
  color: var(--theme);
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
}
.project-details-wrapper .preview-area .preview-item i {
  margin-right: 10px;
}
.project-details-wrapper .preview-area .preview-item.style-2 {
  color: var(--white);
}
.project-details-wrapper .preview-area .preview-item.style-2 i {
  margin-right: 0;
  margin-left: 10px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  container-type: inline-size;
  container-name: section-title;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h6 {
  color: var(--theme);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  font-size: min(20px, 5.5cqi);
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.section-title h2 {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(16px, 3vw + 1rem, 40px);
  font-size: clamp(16px, 5.5cqi, 40px);
  line-height: 1.15;
}
.section-title h2 span {
  color: var(--theme);
  text-decoration: underline;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.section-title-area .section-title {
  flex: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-box-items {
  margin-top: 30px;
  padding: 32px 30px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-box-items {
    border: none;
  }
}
.service-box-items .icon {
  font-size: 40px;
  color: var(--theme);
  position: relative;
  z-index: 9;
}
.service-box-items .content {
  margin-top: 25px;
  position: relative;
  z-index: 9;
}
.service-box-items .content h3 {
  margin-bottom: 10px;
}
.service-box-items .content h3 a:hover {
  color: var(--theme);
}
.service-box-items .content p {
  font-size: 17px;
}
.service-box-items .content .service-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box-items .content .service-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.service-box-items .content .service-btn:hover .arrow-icon, .service-box-items .content .service-btn:hover .link-btn {
  color: var(--theme);
}
.service-box-items.border-none {
  border-right: none;
}
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--bg);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.service-box-items:hover {
  border-right: 1px solid var(--theme);
}
.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.style-2 {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--border);
  position: relative;
}
.service-box-items.style-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
}
.service-box-items.style-2::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.service-box-items.style-2:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-box-items.style-2:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}
.service-box-items.style-3::before {
  background-color: #1D1D1D;
}
@media (max-width: 1199px) {
  .service-box-items {
    border-right: 1px solid var(--theme);
  }
  .service-box-items::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
}

.service-box-items-2 {
  margin-top: 30px;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2 .icon {
  font-size: 40px;
  color: var(--theme);
}
.service-box-items-2 .content {
  margin-top: 25px;
}
.service-box-items-2 .content h3 {
  margin-bottom: 15px;
}
.service-box-items-2 .content h3 a:hover {
  color: var(--theme);
}
.service-box-items-2 .content .service-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box-items-2 .content .service-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.service-box-items-2 .number {
  font-size: 56px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #2A2A2A;
  position: absolute;
  top: 40px;
  right: 40px;
}
.service-box-items-2:hover .content .service-btn .arrow-icon, .service-box-items-2:hover .content .service-btn .link-btn {
  color: var(--theme);
}

.service-details-wrapper .details-content h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .service-details-wrapper .details-content h2 {
    font-size: 45px;
  }
}
.service-details-wrapper .details-content h3 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .service-details-wrapper .details-content h3 {
    font-size: 40px;
  }
}
.service-details-wrapper .details-content .details-list-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .service-details-wrapper .details-content .details-list-items {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.service-details-wrapper .details-content .details-list-items ul li {
  color: var(--white);
}
.service-details-wrapper .details-content .details-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper .details-image {
  border-top: 1px solid var(--border);
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-image {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.service-details-wrapper .details-image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-details-wrapper .details-image-2 img {
  width: 100%;
  height: 100%;
}

.service-section .row {
  align-items: stretch;
}
.service-section .row > [class*=col-] {
  display: flex;
}
.service-section .service-box-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  container-type: inline-size;
  container-name: service-card;
}
.service-section .service-box-items .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.service-section .service-box-items .content h3 {
  margin-bottom: 10px;
  min-width: 0;
}
.service-section .service-box-items .content h3 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: clamp(15px, 3.2vw + 0.35rem, 24px);
  font-size: clamp(15px, 5.8cqi, 24px);
  line-height: 1.2;
}
.service-section .service-box-items .content .service-btn {
  margin-top: auto;
}

.team-box-items {
  margin-top: 30px;
  overflow: hidden;
}
.team-box-items .team-image {
  position: relative;
}
.team-box-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.team-box-items .team-image .social-icon {
  position: absolute;
  top: 12px;
  right: -100px;
  display: grid;
  gap: 8px;
  background-color: #F5F5F4;
  padding: 8px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-image .social-icon .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  color: var(--header);
}
.team-box-items .team-image .social-icon .icon:hover {
  background-color: var(--theme);
}
.team-box-items .team-content {
  padding: 16px;
  background-color: #1D1D1D;
  border-radius: 4px;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  z-index: 9;
  margin-top: -50px;
  transition: all 0.4s ease-in-out;
  border-bottom: 4px solid var(--theme);
}
.team-box-items .team-content p {
  font-size: 16px;
  font-weight: 400;
}
.team-box-items:hover .team-image .social-icon {
  right: 12px;
  opacity: 1;
  visibility: visible;
}
.team-box-items:hover .team-content {
  background-color: var(--theme);
}
.team-box-items:hover .team-content h3 a {
  color: var(--header);
}
.team-box-items:hover .team-content p {
  color: var(--header);
}

.team-card-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  padding: 30px;
  border-radius: 14px;
}
.team-card-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  border-radius: 14px;
  background-color: #1D1D1D;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}
@media (max-width: 575px) {
  .team-card-items::before {
    height: 60%;
  }
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.team-card-items .team-content {
  margin-top: 30px;
}
.team-card-items .team-content h3 a:hover {
  color: var(--theme);
}
.team-card-items .team-content p {
  font-size: 16px;
  font-weight: 400;
}
.team-card-items .team-content .social-icon {
  margin-top: 20px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card-items .team-content .social-icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  background-color: #2A2A2A;
  color: var(--white);
}
.team-card-items .team-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.team-card-items:hover::before {
  height: 100%;
  background-color: #1D1D1D;
}
.team-card-items.active::before {
  height: 100%;
  background-color: #1D1D1D;
}

.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.team-details-wrapper .details-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .details-content h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .team-details-wrapper .details-content h2 {
    font-size: 42px;
  }
}
.team-details-wrapper .details-content span {
  font-size: 20px;
  display: inline-block;
}
.team-details-wrapper .details-content .team-about-info {
  margin-top: 30px;
}
.team-details-wrapper .details-content .team-about-info h3 {
  font-size: 32px;
}
.team-details-wrapper .details-content .details-info {
  margin-top: 30px;
}
.team-details-wrapper .details-content .details-info .team-details-info {
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  position: relative;
  color: var(--text);
}
.team-details-wrapper .details-content .details-info .team-details-info:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .details-content .details-info .team-details-info span, .team-details-wrapper .details-content .details-info .team-details-info a {
  color: var(--white);
  position: absolute;
  left: 0;
  top: 2px;
  margin-left: 150px;
  line-height: 1;
}
@media (max-width: 575px) {
  .team-details-wrapper .details-content .details-info .team-details-info span, .team-details-wrapper .details-content .details-info .team-details-info a {
    position: static;
  }
}
.team-details-wrapper .details-content .portfolio-tag {
  margin-top: 30px;
}
.team-details-wrapper .details-content .portfolio-tag ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.team-details-wrapper .details-content .portfolio-tag ul li a {
  line-height: 1;
  border: 1px solid var(--white);
  padding: 7px 15px;
  border-radius: 32px;
}
.team-details-wrapper .details-content .portfolio-tag ul li a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.team-details-wrapper .details-content .social-icon {
  gap: 8px;
  margin-top: 50px;
}
.team-details-wrapper .details-content .social-icon h3 {
  margin-right: 10px;
}
.team-details-wrapper .details-content .social-icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  background-color: #2A2A2A;
  color: var(--white);
}
.team-details-wrapper .details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}

.testimonial-box-items {
  margin-top: 30px;
  background-color: #1D1D1D;
  padding: 40px 35px;
  border-radius: 12px;
  position: relative;
  border: 1px solid #1D1D1D;
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.testimonial-box-items .client-info .content h5 {
  font-size: 20px;
  font-weight: 500;
}
.testimonial-box-items .client-info .content span {
  font-size: 16px;
  color: #F5F5F4;
}
.testimonial-box-items p {
  font-size: 18px;
}
.testimonial-box-items .testi-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.testimonial-box-items .testi-bottom .star {
  color: #55E6A5;
}
.testimonial-box-items .icon {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-box-items:hover {
  border: 1px solid var(--theme);
}

.tesimonial-wrapper-2 .testimonial-image {
  margin-left: -10%;
}
@media (max-width: 1199px) {
  .tesimonial-wrapper-2 .testimonial-image {
    margin-left: 0;
  }
}
.tesimonial-wrapper-2 .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tesimonial-wrapper-2 .testimonial-content {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .tesimonial-wrapper-2 .testimonial-content {
    margin-left: 0;
  }
}
.tesimonial-wrapper-2 .testimonial-card-items {
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  background: #171717;
  padding: 32px;
  transition: all 0.4s ease-in-out;
}
.tesimonial-wrapper-2 .testimonial-card-items .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tesimonial-wrapper-2 .testimonial-card-items .testi-top .star {
  color: #55E6A5;
}
.tesimonial-wrapper-2 .testimonial-card-items .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.tesimonial-wrapper-2 .testimonial-card-items .client-info .content h5 {
  font-size: 20px;
  font-weight: 500;
}
.tesimonial-wrapper-2 .testimonial-card-items .client-info .content span {
  font-size: 16px;
  color: #F5F5F4;
}
.tesimonial-wrapper-2 .testimonial-card-items:hover {
  border: 1px solid var(--theme);
}
.tesimonial-wrapper-2 .testimonial-slider-2 {
  margin-right: -50%;
  margin-left: 10%;
  margin-top: -230px;
}
@media (max-width: 1199px) {
  .tesimonial-wrapper-2 .testimonial-slider-2 {
    margin-right: 0;
    margin-left: 0;
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .tesimonial-wrapper-2 .testimonial-slider-2 {
    margin-top: 30px;
  }
}

.tm-portal {
  position: relative;
}

.tm-portal__container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tm-portal__container--narrow {
  max-width: 520px;
}

.tm-portal__container--auth {
  max-width: 480px;
}

.tm-portal__container--pay {
  max-width: 640px;
}

.tm-portal__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.tm-portal__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.55);
  margin-bottom: 0.5rem;
}

.tm-portal__title {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #f5f5f4;
}

.tm-portal__title span {
  color: var(--theme);
}

.tm-portal__lead {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.72);
}

.tm-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.tm-step {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Kanit", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(245, 245, 244, 0.72);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.tm-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 245, 244, 0.65);
}

.tm-step.is-active {
  color: #121212;
  background: linear-gradient(135deg, var(--theme) 0%, #d4ff7a 100%);
  box-shadow: 0 0 0 1px rgba(191, 247, 71, 0.35);
}

.tm-step.is-active .tm-step__num {
  background: rgba(18, 18, 18, 0.2);
  color: #121212;
}

.tm-step.is-done {
  color: rgba(245, 245, 244, 0.85);
}

.tm-step.is-done .tm-step__num {
  background: rgba(191, 247, 71, 0.25);
  color: var(--theme);
}

.tm-step-sep {
  color: rgba(245, 245, 244, 0.35);
  font-size: 0.78rem;
  user-select: none;
}

.tm-card {
  border-radius: 1.15rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.tm-card--padded {
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.tm-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #f5f5f4;
}

.tm-card__muted {
  font-size: 0.8rem;
  color: rgba(245, 245, 244, 0.5);
  margin-bottom: 0.35rem;
}

.tm-summary-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(191, 247, 71, 0.08);
  border: 1px solid rgba(191, 247, 71, 0.22);
}

.tm-summary-strip__label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.55);
}

.tm-summary-strip__value {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--theme);
  margin: 0;
}

.tm-table-wrap {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.75rem;
}

.tm-table {
  width: 100%;
  margin: 0;
  --bs-table-bg: transparent;
  --bs-table-color: #f5f5f4;
}

.tm-table thead th {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.45) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.25);
}

.tm-table tbody td {
  padding: 1rem;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.06);
}

.tm-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.tm-table tfoot th {
  padding: 1rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.tm-sepet-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.tm-sepet-card {
  position: relative;
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-sepet-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-sepet-card__title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #f5f5f4;
  margin: 0;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}

.tm-sepet-card__remove {
  flex-shrink: 0;
  margin: 0;
}

.tm-sepet-card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem 1rem;
  padding: 0.45rem 0;
  font-size: 0.92rem;
}
.tm-sepet-card__row--qty {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0.65rem;
}

.tm-sepet-card__label {
  color: rgba(245, 245, 244, 0.5);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.tm-sepet-card__value {
  color: #f5f5f4;
  text-align: right;
}

.tm-sepet-card__total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 1rem;
}

.tm-sepet-card__line-sum {
  color: var(--theme);
  font-variant-numeric: tabular-nums;
}

.tm-sepet-card--grand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: rgba(191, 247, 71, 0.09);
  border: 1px solid rgba(191, 247, 71, 0.25);
}

.tm-sepet-card__grand-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #f5f5f4;
}
.tm-sepet-card__grand-label small {
  display: inline;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 0.2rem;
}

.tm-sepet-card__grand-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--theme);
  font-variant-numeric: tabular-nums;
}

.tm-sepet-card .tm-qty-group--block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.tm-sepet-card__qty-input {
  max-width: 6rem;
}

.tm-sepet-card .form-control {
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f4;
}

.tm-code {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  font-size: 0.8rem;
  background: rgba(191, 247, 71, 0.12);
  color: var(--theme);
  border: 1px solid rgba(191, 247, 71, 0.25);
}

.tm-sepet-kampanya-domain {
  position: relative;
  border: 1px solid rgba(191, 247, 71, 0.28);
  border-radius: 1rem;
  background: linear-gradient(155deg, rgba(18, 18, 22, 0.98) 0%, rgba(8, 8, 10, 0.94) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.tm-sepet-kampanya-domain.tm-sepet-kampanya-domain--under-title {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.tm-sepet-domain-under-title {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-sepet-col-urun {
  min-width: 14rem;
  max-width: 26rem;
}

.tm-kampanya-domain-form--stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  max-width: 22rem;
}

.tm-sepet-kampanya-domain--sayfa .tm-kampanya-domain-form--stack {
  max-width: none;
  width: 100%;
}

.tm-kampanya-domain-form--stack .tm-sepet-domain-save-btn {
  align-self: flex-start;
  min-height: 2.5rem;
}

.tm-sepet-card .tm-kampanya-domain-form--stack {
  max-width: none;
}

.tm-sepet-domain-step-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0c0c0c;
  background: var(--theme);
  line-height: 1;
}

.tm-sepet-domain-step-badge--sm {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.78rem;
  border-radius: 0.45rem;
}

.tm-sepet-domain-fiyat-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(245, 245, 244, 0.88);
  line-height: 1.55;
}
.tm-sepet-domain-fiyat-list li {
  margin-bottom: 0.35rem;
}
.tm-sepet-domain-fiyat-list li:last-child {
  margin-bottom: 0;
}

.tm-sepet-kampanya-domain .tm-field .form-label {
  color: rgba(245, 245, 244, 0.75);
}

.tm-sepet-kampanya-domain .tm-field .form-select.tm-native-select,
.tm-sepet-kampanya-domain .tm-field .form-control {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background-color: rgba(6, 6, 8, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color-scheme: dark;
}

.tm-sepet-kampanya-domain .tm-field .form-select.tm-native-select:focus,
.tm-sepet-kampanya-domain .tm-field .form-control:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  border-color: rgba(191, 247, 71, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(191, 247, 71, 0.12);
}

.tm-sepet-kampanya-domain .tm-field .form-select.tm-native-select option {
  background-color: #141414;
  color: #ffffff;
}

.tm-sepet-kampanya-domain .tm-field .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
}

.tm-sepet-kampanya-domain .tm-domain-pick-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 0.95rem;
  background: rgba(191, 247, 71, 0.07);
  border: 1px solid rgba(191, 247, 71, 0.22);
}

.tm-sepet-kampanya-domain .tm-domain-pick-summary__label {
  color: rgba(245, 245, 244, 0.6);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tm-sepet-kampanya-domain .tm-domain-pick-summary__value {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--theme);
  font-variant-numeric: tabular-nums;
}

.tm-sepet-kampanya-domain .tm-domain-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tm-sepet-kampanya-domain .tm-domain-choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.12s ease;
  font-family: "Kanit", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tm-sepet-kampanya-domain .tm-domain-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 247, 71, 0.32);
  background: rgba(191, 247, 71, 0.06);
}

.tm-sepet-kampanya-domain .tm-domain-choice input.form-check-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.tm-sepet-kampanya-domain .tm-domain-choice__radio {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  border-radius: 999px;
  border: 2px solid rgba(245, 245, 244, 0.35);
  background: rgba(0, 0, 0, 0.25);
}
.tm-sepet-kampanya-domain .tm-domain-choice__radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35rem;
  height: 0.7rem;
  border-right: 2px solid #121212;
  border-bottom: 2px solid #121212;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tm-sepet-kampanya-domain .tm-domain-choice__mid {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}

.tm-sepet-kampanya-domain .tm-domain-choice__title {
  font-weight: 800;
  color: rgba(245, 245, 244, 0.95);
  font-size: 1rem;
  line-height: 1.15;
}

.tm-sepet-kampanya-domain .tm-domain-choice__sub {
  font-size: 0.9rem;
  color: rgba(245, 245, 244, 0.62);
  line-height: 1.25;
}

.tm-sepet-kampanya-domain .tm-domain-choice__right {
  flex-shrink: 0;
  font-weight: 900;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  color: rgba(245, 245, 244, 0.85);
}

.tm-sepet-kampanya-domain .tm-domain-choice.is-active {
  border-color: rgba(191, 247, 71, 0.9);
  background: rgba(191, 247, 71, 0.12);
}

.tm-sepet-kampanya-domain .tm-domain-choice.is-active .tm-domain-choice__radio {
  border-color: rgb(191, 247, 71);
  background: var(--theme);
}
.tm-sepet-kampanya-domain .tm-domain-choice.is-active .tm-domain-choice__radio::after {
  opacity: 1;
}

.tm-sepet-kampanya-domain .tm-domain-choice.is-active .tm-domain-choice__right {
  color: #121212;
}

@media (max-width: 575px) {
  .tm-sepet-kampanya-domain .tm-domain-choice-list {
    grid-template-columns: 1fr;
  }
}
.tm-sepet-domain-save-btn {
  min-height: 3rem;
  font-weight: 600;
}

.tm-field .form-label {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.55);
  margin-bottom: 0.4rem;
}

.tm-field .form-control,
.tm-field .form-select {
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f4;
  padding: 0.65rem 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tm-field .form-control:focus,
.tm-field .form-select:focus {
  border-color: rgba(191, 247, 71, 0.55);
  box-shadow: 0 0 0 3px rgba(191, 247, 71, 0.12);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.tm-select-wrap {
  width: 100%;
  min-width: 0;
}

.tm-field .form-select.tm-native-select {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.65rem 2.75rem 0.65rem 0.95rem;
  line-height: 1.45;
  color-scheme: dark;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(12, 12, 12, 0.92);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23a8a29e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem 1rem;
  cursor: pointer;
}

.tm-field .form-select.tm-native-select:focus {
  outline: none;
}

.tm-field .form-select.tm-native-select option {
  background-color: #1c1c1c;
  color: #f5f5f4;
  padding: 0.5rem;
}

.tm-destek-yeni-card {
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.15rem, 3vw, 2rem);
}

.tm-destek-yeni-intro {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-destek-yeni-intro__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 247, 71, 0.1);
  border: 1px solid rgba(191, 247, 71, 0.22);
  color: var(--theme);
  font-size: 1.25rem;
}

.tm-destek-yeni-intro__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #f5f5f4;
}

.tm-destek-yeni-intro__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.62);
}

.tm-destek-yeni-hint {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(245, 245, 244, 0.55);
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-destek-yeni-counter {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
  color: rgba(245, 245, 244, 0.4);
}

.tm-destek-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tm-destek-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.tm-destek-form__field {
  min-width: 0;
}

.tm-destek-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.tm-destek-form__submit {
  min-width: 11rem;
  border-radius: 999px;
  font-weight: 700;
}

.tm-field .form-control::placeholder {
  color: rgba(245, 245, 244, 0.35);
}

.tm-qty-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.tm-qty-group .form-control {
  width: 4.25rem;
  text-align: center;
  padding: 0.35rem 0.5rem;
}

.tm-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 245, 244, 0.85);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tm-btn-icon:hover {
  background: rgba(191, 247, 71, 0.12);
  border-color: rgba(191, 247, 71, 0.35);
  color: var(--theme);
}

.tm-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.tm-actions--between {
  justify-content: space-between;
}

.tm-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(245, 245, 244, 0.9);
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.tm-btn-ghost:hover {
  border-color: rgba(191, 247, 71, 0.45);
  color: var(--theme);
  background: rgba(191, 247, 71, 0.06);
}

.tm-alert {
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
}

.tm-alert--success {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.tm-alert--ok {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(245, 245, 244, 0.92);
}

.tm-alert--danger {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.tm-alert--warning {
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
}

.tm-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tm-badge--success {
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.tm-badge--warning {
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.tm-badge--danger {
  background: rgba(248, 113, 113, 0.14);
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.35);
}

.tm-badge--muted {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 245, 244, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-empty {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) 1.25rem;
  border-radius: 1.15rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.tm-empty__icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  opacity: 0.65;
}

.tm-empty__text {
  max-width: 26rem;
  margin: 0 auto 1.25rem;
  color: rgba(245, 245, 244, 0.72);
  line-height: 1.6;
}

.tm-panel-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-panel-hero__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  margin: 0.35rem 0 0;
  color: #f5f5f4;
}

.tm-panel-hero__title span {
  color: var(--theme);
}

.tm-logout-btn {
  padding: 0.65rem 1.25rem !important;
  font-size: 0.88rem !important;
  border-radius: 999px !important;
}

.tm-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.tm-stat {
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-stat__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 244, 0.45);
  margin-bottom: 0.35rem;
}

.tm-stat__value {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--theme);
  margin: 0;
}

.tm-paytr-frame {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.35);
}

.tm-paytr-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

.tm-footnote {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(245, 245, 244, 0.45);
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .tm-step-sep {
    display: inline-flex;
    opacity: 0.7;
  }
}
body.tm-client-no-scroll {
  overflow: hidden;
  touch-action: none;
}

.tm-client-layout {
  min-height: calc(100vh - 120px);
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.tm-client-container {
  max-width: 1400px;
}

.tm-client-shell {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  .tm-client-shell {
    flex-direction: row;
    align-items: stretch;
    min-height: 70vh;
  }
}

.tm-client-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 1rem 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.4);
  color: #f5f5f4;
  font-size: 0.88rem;
  font-weight: 600;
}

.tm-client-overlay {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2px);
}

.tm-client-sidebar {
  flex: 0 0 auto;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 1.25rem 1rem 1.5rem;
  background: linear-gradient(180deg, #0d0d0d 0%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1050;
}
@media (max-width: 991px) {
  .tm-client-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: min(300px, 88vw);
    margin: 0;
    border-radius: 0 1rem 1rem 0;
    transform: translateX(-105%);
    transition: transform 0.28s ease;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.55);
  }
  .tm-client-sidebar.is-open {
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .tm-client-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

.tm-client-sidebar__brand {
  padding: 0.35rem 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-client-sidebar__brand-title {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.45);
}

.tm-client-sidebar__brand-sub {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f4;
  margin-top: 0.2rem;
}

.tm-client-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tm-client-nav__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  color: rgba(245, 245, 244, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}
.tm-client-nav__link i {
  width: 1.1rem;
  text-align: center;
  opacity: 0.85;
}
.tm-client-nav__link:hover {
  background: rgba(191, 247, 71, 0.08);
  color: #fff;
}
.tm-client-nav__link.is-active {
  background: rgba(191, 247, 71, 0.14);
  border-color: rgba(191, 247, 71, 0.28);
  color: var(--theme);
}

.tm-client-nav__link--muted {
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(245, 245, 244, 0.5);
}
.tm-client-nav__link--muted:hover {
  color: rgba(245, 245, 244, 0.85);
}

.tm-client-nav__badge {
  margin-left: auto;
  font-size: 0.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: var(--theme);
  color: #121212;
  font-weight: 800;
}

.tm-client-sidebar__footer {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tm-client-main {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem 2rem;
}
@media (min-width: 992px) {
  .tm-client-main {
    padding: 0.85rem 1.25rem 2rem 2rem;
  }
}

.tm-client-main-inner {
  max-width: 960px;
}

.tm-client-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-client-topbar__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  margin: 0;
  color: #f5f5f4;
}

.tm-client-topbar__desc {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: rgba(245, 245, 244, 0.55);
}

.tm-client-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tm-client-topbar__user-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #f5f5f4;
}

.tm-client-topbar__user-mail {
  display: block;
  font-size: 0.75rem;
  color: rgba(245, 245, 244, 0.45);
}

.tm-client-btn-logout {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 245, 244, 0.9);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.tm-client-btn-logout:hover {
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca;
}

.tm-client-stat {
  border-radius: 1rem;
  padding: 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}
.tm-client-stat--accent {
  border-color: rgba(191, 247, 71, 0.25);
  background: rgba(191, 247, 71, 0.06);
}

.tm-client-stat__label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.45);
  margin-bottom: 0.35rem;
}

.tm-client-stat__value {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--theme);
  line-height: 1.1;
}

.tm-client-stat__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.55);
  text-decoration: none;
}
.tm-client-stat__link:hover {
  color: var(--theme);
}

.tm-client-card {
  border-radius: 1.1rem;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tm-client-card--table {
  padding: 0;
  overflow: hidden;
}

.tm-client-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.tm-client-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #f5f5f4;
}

.tm-client-card__actions {
  margin-top: 1rem;
}

.tm-client-dl {
  margin: 0;
}
.tm-client-dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
}
.tm-client-dl div:last-child {
  border-bottom: none;
}
.tm-client-dl dt {
  margin: 0;
  color: rgba(245, 245, 244, 0.45);
  font-weight: 600;
}
.tm-client-dl dd {
  margin: 0;
  color: #f5f5f4;
}

.tm-client-note {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: rgba(245, 245, 244, 0.85);
}

.tm-client-table-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-client-table {
  --bs-table-bg: transparent;
  --bs-table-color: #f5f5f4;
  margin: 0;
}
.tm-client-table thead th {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.45) !important;
  border-color: rgba(255, 255, 255, 0.08);
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.25);
}
.tm-client-table tbody td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.06);
}
.tm-client-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.tm-client-link-all {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--theme);
  text-decoration: none;
}
.tm-client-link-all:hover {
  text-decoration: underline;
}

.tm-client-mini-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--theme);
  text-decoration: none;
}
.tm-client-mini-link:hover {
  text-decoration: underline;
}

.tm-client-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #f5f5f4;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.tm-client-btn-secondary:hover {
  border-color: rgba(191, 247, 71, 0.4);
  color: var(--theme);
}

.tm-client-empty-inline {
  text-align: center;
  padding: 2rem 1rem;
}
.tm-client-empty-inline p {
  color: rgba(245, 245, 244, 0.6);
  margin-bottom: 1rem;
}

.tm-client-quick {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.tm-client-quick__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.45);
  margin-bottom: 0.75rem;
}

.tm-client-quick__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tm-client-quick__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: #f5f5f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
}
.tm-client-quick__btn:hover {
  border-color: rgba(191, 247, 71, 0.35);
  color: var(--theme);
}
.tm-client-quick__btn i {
  opacity: 0.85;
}

.tm-dash {
  padding-top: 1.15rem;
}
@media (min-width: 992px) {
  .tm-dash {
    padding-top: 1.5rem;
  }
}

.tm-dash-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(191, 247, 71, 0.09) 0%, rgba(255, 255, 255, 0.03) 45%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.tm-dash-hero__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(191, 247, 71, 0.85);
}

.tm-dash-hero__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  color: #fafaf9;
  line-height: 1.2;
}

.tm-dash-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.62);
}

.tm-dash-hero__badge {
  flex-shrink: 0;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 247, 71, 0.12);
  border: 1px solid rgba(191, 247, 71, 0.28);
  align-self: center;
}

.tm-dash-hero__initials {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--theme);
  letter-spacing: 0.02em;
}

.tm-dash-kpi {
  position: relative;
  height: 100%;
  min-height: 7.5rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.tm-dash-kpi:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}
.tm-dash-kpi--accent {
  border-color: rgba(191, 247, 71, 0.22);
  background: linear-gradient(165deg, rgba(191, 247, 71, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.tm-dash-kpi--cart .tm-dash-kpi__value {
  color: #fafaf9;
}

.tm-dash-kpi__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.65rem;
  border-radius: 0.65rem;
  font-size: 0.95rem;
  color: rgba(245, 245, 244, 0.85);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tm-dash-kpi--accent .tm-dash-kpi__icon {
  color: var(--theme);
  border-color: rgba(191, 247, 71, 0.25);
  background: rgba(191, 247, 71, 0.08);
}
.tm-dash-kpi--cart .tm-dash-kpi__icon {
  color: rgba(191, 247, 71, 0.95);
}

.tm-dash-kpi__label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.42);
  margin-bottom: 0.3rem;
}

.tm-dash-kpi__value {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: #f5f5f4;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.tm-dash-kpi__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--theme);
  text-decoration: none;
}
.tm-dash-kpi__link::after {
  content: "→";
  font-size: 0.85em;
  opacity: 0.85;
}
.tm-dash-kpi__link:hover {
  color: #d9f99d;
}

.tm-dash-panel {
  height: 100%;
  padding: 1.4rem 1.45rem 1.5rem;
  border-radius: 1.1rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
.tm-dash-panel--flush {
  padding-bottom: 0;
}

.tm-dash-panel__headrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}

.tm-dash-panel__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fafaf9;
  letter-spacing: -0.01em;
}

.tm-dash-panel__subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: rgba(245, 245, 244, 0.48);
  line-height: 1.45;
}
.tm-dash-panel__subtitle--tight {
  margin-top: 0.15rem;
}

.tm-dash-panel__seeall {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--theme);
  text-decoration: none;
  white-space: nowrap;
  padding: 0.35rem 0;
}
.tm-dash-panel__seeall:hover {
  text-decoration: underline;
  color: #d9f99d;
}

.tm-dash-info {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.tm-dash-info__row {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.tm-dash-info__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tm-dash-info__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  font-size: 0.88rem;
  color: rgba(191, 247, 71, 0.9);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-dash-info__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.tm-dash-info__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.4);
}

.tm-dash-info__value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f5f5f4;
  word-break: break-word;
}

.tm-dash-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f4;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.tm-dash-panel__btn i {
  font-size: 0.82rem;
  opacity: 0.85;
}
.tm-dash-panel__btn:hover {
  border-color: rgba(191, 247, 71, 0.45);
  color: var(--theme);
  background: rgba(191, 247, 71, 0.06);
}

.tm-dash-empty {
  text-align: center;
  padding: 2.25rem 1.5rem 2.5rem;
  margin: 0 -1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(191, 247, 71, 0.07) 0%, transparent 55%);
}

.tm-dash-empty__visual {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.35rem;
  color: rgba(191, 247, 71, 0.95);
  background: rgba(191, 247, 71, 0.1);
  border: 1px solid rgba(191, 247, 71, 0.22);
}

.tm-dash-empty__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fafaf9;
}

.tm-dash-empty__text {
  margin: 0 auto 1.35rem;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.58);
}

.tm-dash-empty__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.tm-dash-empty__btn-primary.theme-btn {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.tm-dash-empty__btn-ghost {
  min-height: 2.75rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.tm-dash-table-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-dash-actions {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-dash-actions__label {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(245, 245, 244, 0.42);
}

.tm-dash-action {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  border-radius: 0.95rem;
  text-decoration: none;
  color: #f5f5f4;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  height: 100%;
}
.tm-dash-action:hover {
  border-color: rgba(191, 247, 71, 0.28);
  background: rgba(191, 247, 71, 0.05);
  color: #fafaf9;
  transform: translateY(-1px);
}
.tm-dash-action:hover .tm-dash-action__arrow {
  color: var(--theme);
  transform: translateX(2px);
}

.tm-dash-action__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  font-size: 1rem;
  color: var(--theme);
  background: rgba(191, 247, 71, 0.1);
  border: 1px solid rgba(191, 247, 71, 0.2);
}

.tm-dash-action__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
}

.tm-dash-action__title {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.tm-dash-action__desc {
  font-size: 0.78rem;
  color: rgba(245, 245, 244, 0.45);
  line-height: 1.35;
}

.tm-dash-action__arrow {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: rgba(245, 245, 244, 0.35);
  transition: color 0.2s ease, transform 0.2s ease;
}

@media (max-width: 575.98px) {
  .tm-dash-hero {
    flex-direction: column;
    align-items: stretch;
    padding: 1.15rem 1.2rem;
  }
  .tm-dash-hero__badge {
    align-self: flex-start;
    width: 3.5rem;
    height: 3.5rem;
  }
  .tm-dash-kpi {
    min-height: 6.75rem;
    padding: 0.9rem 0.95rem;
  }
  .tm-dash-kpi__value {
    font-size: 1.4rem;
  }
}
.tm-client-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tm-client-filter-pill {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(245, 245, 244, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.tm-client-filter-pill:hover {
  color: #fff;
  border-color: rgba(191, 247, 71, 0.35);
}
.tm-client-filter-pill.is-active {
  color: #121212;
  background: var(--theme);
  border-color: var(--theme);
}

.tm-client-pagination .pagination {
  margin-bottom: 0;
}

.tm-client-breadcrumb {
  font-size: 0.88rem;
  color: rgba(245, 245, 244, 0.5);
}
.tm-client-breadcrumb a {
  color: var(--theme);
  text-decoration: none;
  font-weight: 600;
}
.tm-client-breadcrumb a:hover {
  text-decoration: underline;
}

.tm-client-breadcrumb__sep {
  margin: 0 0.4rem;
  opacity: 0.4;
}

.tm-destek-thread {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tm-destek-msg {
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tm-destek-msg--musteri {
  margin-right: 0;
  margin-left: clamp(0px, 8vw, 3rem);
  background: rgba(191, 247, 71, 0.08);
  border-color: rgba(191, 247, 71, 0.22);
}
.tm-destek-msg--personel {
  margin-right: clamp(0px, 8vw, 3rem);
  background: rgba(255, 255, 255, 0.04);
}

.tm-destek-msg__meta {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: rgba(245, 245, 244, 0.65);
}

.tm-destek-msg__body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #f5f5f4;
  word-break: break-word;
}

.tm-client-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-client-timeline__list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 2.5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.12);
  margin-left: 0.65rem;
  color: rgba(245, 245, 244, 0.45);
  font-size: 0.9rem;
}
.tm-client-timeline__list li span {
  position: absolute;
  left: -0.65rem;
  top: 0.55rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 245, 244, 0.5);
  font-size: 0.7rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tm-client-timeline__list li.is-done {
  color: rgba(245, 245, 244, 0.88);
  border-left-color: rgba(191, 247, 71, 0.45);
}
.tm-client-timeline__list li.is-done span {
  background: rgba(191, 247, 71, 0.25);
  color: var(--theme);
}
.tm-client-timeline__list li.is-bad.is-done span {
  background: rgba(248, 113, 113, 0.25);
  color: #fecaca;
}

.tm-auth {
  position: relative;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 8vw, 5rem);
  overflow: hidden;
}

.tm-auth__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(191, 247, 71, 0.12), transparent 55%), radial-gradient(ellipse 60% 40% at 100% 50%, rgba(255, 255, 255, 0.04), transparent 50%), radial-gradient(ellipse 50% 35% at 0% 80%, rgba(191, 247, 71, 0.06), transparent 45%);
}

.tm-auth__container {
  position: relative;
  z-index: 1;
}

.tm-auth__layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 992px) {
  .tm-auth__layout {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 440px);
    gap: 3rem 4rem;
    align-items: stretch;
  }
}

.tm-auth__hero {
  border-radius: 1.35rem;
  padding: 2rem 2.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.35) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tm-auth__hero-inner {
  max-width: 26rem;
}

.tm-auth__logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.75rem;
}
.tm-auth__logo-link .header-logo--wordmark {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: 0.08em;
}
.tm-auth__logo-link--compact {
  margin-bottom: 0;
}
.tm-auth__logo-link--compact .header-logo--wordmark {
  font-size: clamp(1.45rem, 5vw, 1.75rem);
}

.tm-auth__hero-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(191, 247, 71, 0.85);
  margin: 0 0 0.75rem;
}

.tm-auth__hero-title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #f5f5f4;
  margin: 0 0 1rem;
}
.tm-auth__hero-title span {
  color: var(--theme);
}

.tm-auth__hero-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(245, 245, 244, 0.65);
  margin: 0 0 1.5rem;
}

.tm-auth__hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.tm-auth__hero-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(245, 245, 244, 0.82);
}
.tm-auth__hero-list li i {
  width: 1.25rem;
  color: var(--theme);
  opacity: 0.9;
}

.tm-auth__mobile-brand {
  text-align: center;
  margin-bottom: 0.25rem;
}

.tm-auth__column {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .tm-auth__column {
    max-width: 440px;
  }
}

.tm-auth-card {
  border-radius: 1.25rem;
  padding: clamp(1.35rem, 4vw, 2rem);
  background: linear-gradient(165deg, rgba(18, 18, 18, 0.92) 0%, rgba(12, 12, 14, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.tm-auth-card__head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-auth-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(191, 247, 71, 0.75);
  margin: 0 0 0.5rem;
}

.tm-auth-card__title {
  font-size: clamp(1.45rem, 4vw, 1.85rem);
  font-weight: 800;
  margin: 0;
  color: #fafaf9;
  line-height: 1.2;
}
.tm-auth-card__title span {
  color: var(--theme);
}

.tm-auth-card__lead {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.55);
}

.tm-auth-form__submit {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.tm-auth-form__footer {
  color: rgba(245, 245, 244, 0.5);
}
.tm-auth-form__footer a {
  color: var(--theme);
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.25rem;
}
.tm-auth-form__footer a:hover {
  text-decoration: underline;
}

.tm-auth .form-check-input {
  border-radius: 0.35rem;
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.3);
}
.tm-auth .form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}

.tm-auth__fineprint {
  text-align: center;
  margin: 1.5rem 0 0;
  font-size: 0.82rem;
}
.tm-auth__fineprint a {
  color: rgba(245, 245, 244, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}
.tm-auth__fineprint a:hover {
  color: var(--theme);
}
.tm-auth__fineprint a i {
  margin-right: 0.35rem;
  opacity: 0.8;
}

.tm-client-appbar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  margin: 0 0 0.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.95) 0%, rgba(14, 14, 14, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  position: sticky;
  top: max(8px, env(safe-area-inset-top, 0px));
  z-index: 1020;
}

.tm-client-appbar__logo {
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}

.tm-client-appbar__wordmark.header-logo--wordmark {
  font-size: clamp(0.95rem, 3.2vw, 1.15rem);
  letter-spacing: 0.06em;
}

.tm-client-appbar__titles {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.tm-client-appbar__eyebrow {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(191, 247, 71, 0.75);
  line-height: 1.2;
}

.tm-client-appbar__page {
  font-size: 0.88rem;
  font-weight: 700;
  color: #f5f5f4;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
}

.tm-client-appbar__menu {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border: none;
  border-radius: 0.85rem;
  background: rgba(191, 247, 71, 0.1);
  border: 1px solid rgba(191, 247, 71, 0.28);
  color: var(--theme);
  font-size: 1.05rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.tm-client-appbar__menu:hover {
  background: rgba(191, 247, 71, 0.18);
}
.tm-client-appbar__menu:active {
  transform: scale(0.96);
}

.tm-client-sidebar__logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1rem;
}
.tm-client-sidebar__logo-link:hover .tm-client-sidebar__wordmark {
  opacity: 0.92;
}

.tm-client-sidebar__wordmark.header-logo--wordmark {
  font-size: 1.12rem;
  letter-spacing: 0.07em;
}

@media (max-width: 991.98px) {
  .tm-client-main {
    padding-top: 0.35rem;
  }
  .tm-client-topbar {
    padding-top: 0.35rem;
    border-radius: 1rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.tm-choice-radio-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tm-choice-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.12s ease, border-color 0.2s ease, background 0.2s ease;
}

.tm-choice-radio:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 247, 71, 0.35);
  background: rgba(191, 247, 71, 0.06);
}

.tm-choice-radio input.form-check-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.tm-choice-radio__text {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(245, 245, 244, 0.82);
}

.tm-choice-radio input:checked + .tm-choice-radio__text {
  color: rgba(245, 245, 244, 0.95);
}

.tm-choice-radio:has(input:checked) {
  border-color: rgba(191, 247, 71, 0.85);
  background: rgba(191, 247, 71, 0.22);
}

.tm-choice-radio:has(input:checked) .tm-choice-radio__text {
  color: rgba(245, 245, 244, 0.95);
}

.tm-choice-radio--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.tm-choice-radio--disabled:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 575px) {
  .tm-choice-radio-group {
    grid-template-columns: 1fr;
  }
}
.tm-address-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tm-address-choice {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.12s ease, border-color 0.2s ease, background 0.2s ease;
  user-select: none;
}

.tm-address-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 247, 71, 0.35);
  background: rgba(191, 247, 71, 0.06);
}

.tm-address-choice__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.tm-address-choice__radio {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid rgba(245, 245, 244, 0.25);
  background: rgba(255, 255, 255, 0.02);
  flex: 0 0 auto;
  margin-top: 0.15rem;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.tm-address-choice__radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.45rem;
  height: 0.25rem;
  border-right: 2px solid rgba(191, 247, 71, 0.95);
  border-bottom: 2px solid rgba(191, 247, 71, 0.95);
  transform: translate(-50%, -65%) rotate(45deg);
  opacity: 0;
}

.tm-address-choice__input:checked + .tm-address-choice__radio {
  border-color: rgba(191, 247, 71, 0.9);
  background: rgba(191, 247, 71, 0.22);
}

.tm-address-choice__input:checked + .tm-address-choice__radio::after {
  opacity: 1;
}

.tm-address-choice__mid {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tm-address-choice__title {
  font-weight: 800;
  line-height: 1.2;
  color: rgba(245, 245, 244, 0.95);
}

.tm-address-choice__sub {
  font-size: 0.8rem;
  color: rgba(245, 245, 244, 0.65);
  margin-top: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tm-address-choice__addr {
  font-size: 0.8rem;
  color: rgba(245, 245, 244, 0.8);
  margin-top: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .tm-address-choice-list {
    grid-template-columns: 1fr;
  }
}
/* Site canlı destek widget — Jivo/Tawk benzeri; tema ile uyumlu, sabit konum */
/* Kök sayfa akışına girmez; üst boşluk / header tıklanabilirliği bozulmasın
   — inset:0 + 0×0 bazı motorlarda tam ekran “hayalet” katmana yol açabiliyor;
   z-index mobil header (10048) altında kalmalı. */
.tm-cd {
  position: fixed;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 10030;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  --tm-cd-bg: rgba(18, 18, 22, 0.92);
  --tm-cd-border: rgba(255, 255, 255, 0.08);
  --tm-cd-text: rgba(255, 255, 255, 0.92);
  --tm-cd-muted: rgba(255, 255, 255, 0.55);
  --tm-cd-accent: var(--theme);
  --tm-cd-radius: 18px;
  --tm-cd-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.tm-cd__launcher,
.tm-cd__panel {
  pointer-events: auto;
}

.tm-cd__launcher {
  position: fixed;
  z-index: 1;
  right: clamp(16px, 3vw, 28px);
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(145deg, var(--theme) 0%, var(--theme2) 100%);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tm-cd__launcher:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}
.tm-cd__launcher:focus-visible {
  outline: 3px solid var(--theme);
  outline-offset: 3px;
}

.tm-cd__launcher-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  animation: tm-cd-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes tm-cd-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tm-cd__launcher-icon {
  display: flex;
  position: relative;
  z-index: 1;
}

.tm-cd__panel {
  position: fixed;
  z-index: 2;
  right: clamp(16px, 3vw, 28px);
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  width: min(100vw - 32px, 380px);
  max-height: min(560px, 100vh - 120px - env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  border-radius: var(--tm-cd-radius);
  background: var(--tm-cd-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--tm-cd-text);
  box-shadow: var(--tm-cd-shadow);
  border: 1px solid var(--tm-cd-border);
  overflow: hidden;
}

.tm-cd__head {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: start;
  gap: 10px;
  padding: 16px 14px 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, transparent 100%);
  border-bottom: 1px solid var(--tm-cd-border);
}

.tm-cd__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--tm-cd-text);
}

.tm-cd__subtitle {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: var(--tm-cd-muted);
}

.tm-cd__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tm-cd-muted);
  white-space: nowrap;
  margin-top: 4px;
}

.tm-cd__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.25);
}

.tm-cd__close {
  grid-column: 3;
  grid-row: 1;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--tm-cd-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.tm-cd__close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.tm-cd__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 14px 16px 16px;
}

.tm-cd__gate-lead {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: var(--tm-cd-muted);
}

.tm-cd__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.78rem;
  color: var(--tm-cd-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tm-cd__label input {
  border-radius: 12px;
  border: 1px solid var(--tm-cd-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--tm-cd-text);
  padding: 10px 12px;
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: normal;
}
.tm-cd__label input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.tm-cd__label input:focus {
  outline: 2px solid color-mix(in srgb, var(--theme) 55%, transparent);
  outline-offset: 1px;
}

.tm-cd__btn {
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 4px;
}

.tm-cd__btn--primary {
  background: linear-gradient(145deg, var(--theme) 0%, var(--theme2) 100%);
  color: #111;
}
.tm-cd__btn--primary:hover {
  filter: brightness(1.05);
}
.tm-cd__btn--primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.tm-cd__chat {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 10px;
}

.tm-cd__messages {
  flex: 1;
  min-height: 200px;
  max-height: 320px;
  overflow-y: auto;
  padding: 4px 2px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.tm-cd__hint {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.85rem;
  color: var(--tm-cd-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed var(--tm-cd-border);
}

/* Müşteri: yönetici yazarken metin göstermeden “yazıyor” ipucu */
.tm-cd__destek-yaziyor {
  flex-shrink: 0;
  margin: 0 2px 8px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--tm-cd-border);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--tm-cd-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tm-cd__destek-yaziyor-dot {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}

.tm-cd__destek-yaziyor-dot span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tm-cd-accent);
  opacity: 0.35;
  animation: tm-cd-yaziyor-nokta 1.1s ease-in-out infinite;
}

.tm-cd__destek-yaziyor-dot span:nth-child(2) {
  animation-delay: 0.15s;
}

.tm-cd__destek-yaziyor-dot span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes tm-cd-yaziyor-nokta {
  0%, 100% {
    opacity: 0.25;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.tm-cd__msg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 92%;
}

.tm-cd__msg--out {
  align-self: flex-end;
  align-items: flex-end;
}

.tm-cd__msg--in {
  align-self: flex-start;
  align-items: flex-start;
}

.tm-cd__msg-meta {
  font-size: 0.68rem;
  color: var(--tm-cd-muted);
  padding: 0 4px;
}

.tm-cd__msg-bubble {
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
  word-break: break-word;
}

.tm-cd__msg--out .tm-cd__msg-bubble {
  background: linear-gradient(145deg, var(--theme) 0%, var(--theme2) 100%);
  color: #111;
  border-bottom-right-radius: 4px;
}

.tm-cd__msg--in .tm-cd__msg-bubble {
  background: rgba(255, 255, 255, 0.1);
  color: var(--tm-cd-text);
  border-bottom-left-radius: 4px;
  border: 1px solid var(--tm-cd-border);
}

.tm-cd__closed {
  margin: 0;
  font-size: 0.82rem;
  color: #ffb4b4;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 80, 80, 0.12);
}

.tm-cd__composer {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding-top: 4px;
  border-top: 1px solid var(--tm-cd-border);
}
.tm-cd__composer textarea {
  flex: 1;
  resize: none;
  min-height: 44px;
  max-height: 120px;
  border-radius: 12px;
  border: 1px solid var(--tm-cd-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--tm-cd-text);
  padding: 10px 12px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.tm-cd__composer textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--theme) 50%, transparent);
  outline-offset: 1px;
}
.tm-cd__composer textarea:disabled {
  opacity: 0.5;
}

.tm-cd__send {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: none;
  border-radius: 12px;
  background: var(--theme);
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.tm-cd__send:hover:not(:disabled) {
  transform: scale(1.04);
}
.tm-cd__send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobil dock / geri üst — launcher yukarı */
@media (max-width: 991px) {
  .tm-cd__launcher {
    bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  }
  .tm-cd__panel {
    bottom: calc(168px + env(safe-area-inset-bottom, 0px));
    max-height: min(520px, 100vh - 200px - env(safe-area-inset-bottom, 0px));
  }
}
.floating-contact-fab {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 98;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.floating-contact-fab .floating-contact-fab__btn {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.floating-contact-fab .floating-contact-fab__btn:hover {
  transform: scale(1.08) translateY(-2px);
  color: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.floating-contact-fab .floating-contact-fab__btn:focus-visible {
  outline: 3px solid var(--theme);
  outline-offset: 3px;
}
.floating-contact-fab .floating-contact-fab__btn--phone {
  background: #1877f2;
}
.floating-contact-fab .floating-contact-fab__btn--whatsapp {
  background: #25d366;
  font-size: 28px;
}
@media (max-width: 575px) {
  .floating-contact-fab {
    right: 16px;
    gap: 10px;
  }
  .floating-contact-fab .floating-contact-fab__btn {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
  .floating-contact-fab .floating-contact-fab__btn--whatsapp {
    font-size: 26px;
  }
}

/* main.scss’te bu dosya en sonda; mobil dock + canlı destek launcher (~100px + 58px) üstünde kalsın. */
@media (max-width: 991px) {
  .back-to-top {
    bottom: calc(182px + env(safe-area-inset-bottom, 0px));
    right: 14px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    z-index: 10060;
  }
}

/*# sourceMappingURL=main.css.map */
