@charset "UTF-8";
/* CSS Document 16.06.2025 *Luckyeye-uteksan */
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: #FE2C2B;
}

body {
  font-family: "TT Norms";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #1E1E1E;
  background: #F3F3F3;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

img {
  max-width: 100%;
}

p {
  line-height: 140%;
}

.white {
  color: #fff;
}

.flex-cntr {
  display: flex;
  justify-content: center;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.cntr {
  text-align: center;
}

.m0 {
  margin: 0 !important;
}

.width-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 90px 0;
  gap: 90px;
}
@media (max-width: 1366px) {
  .width-flex {
    margin: 40px 0;
  }
}
.width-flex ul {
  margin-left: 20px;
}
.width-flex img {
  width: 100%;
}

.align-content-s {
  align-content: flex-start;
}

.align-items-c {
  align-items: center;
}
@media (max-width: 980px) {
	#detailContainer .align-items-c {
	  align-items: start;
	}
}

.width-right {
  flex-direction: row-reverse;
}

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

.width-12 {
  width: 100%;
}

.width-11 {
  width: calc(91.66666667% - 45px);
}
@media (max-width: 640px) {
  .width-11 {
    width: 100%;
  }
}

.width-10 {
  width: calc(83.33333333% - 45px);
}
@media (max-width: 640px) {
  .width-10 {
    width: 100%;
  }
}

.width-9 {
  width: calc(75% - 45px);
}
@media (max-width: 640px) {
  .width-9 {
    width: 100%;
  }
}

.width-8 {
  width: calc(66.66666667% - 45px);
}
@media (max-width: 640px) {
  .width-8 {
    width: 100%;
  }
}

.width-7 {
  width: calc(58.33333333% - 45px);
}
@media (max-width: 640px) {
  .width-7 {
    width: 100%;
  }
}

.width-6 {
  width: calc(50% - 45px);
}
@media (max-width: 640px) {
  .width-6 {
    width: 100%;
  }
}

.width-5 {
  width: calc(41.66666667% - 45px);
}
@media (max-width: 640px) {
  .width-5 {
    width: 100%;
  }
}

.width-4 {
  width: calc(33.33333333% - 45px);
}
@media (max-width: 640px) {
  .width-4 {
    width: 100%;
  }
}

.width-3 {
  width: calc(25% - 45px);
}
@media (max-width: 640px) {
  .width-3 {
    width: 100%;
  }
}

.width-2 {
  width: calc(16.66666667% - 45px);
}
@media (max-width: 640px) {
  .width-2 {
    width: 100%;
  }
}

.width-1 {
  width: calc(8.33333333% - 45px);
}
@media (max-width: 640px) {
  .width-1 {
    width: 100%;
  }
}

.wrapper {
  width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .wrapper {
    width: 95%;
  }
}

.wrapper-products {
  width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .wrapper-products {
    width: 100%;
  }
}

.wrapper-header {
  width: 1595px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1600px) {
  .wrapper-header {
    width: 98%;
  }
}
@media (max-width: 1024px) {
  .wrapper-header {
    width: 95%;
  }
}

.wrapper-full {
  padding-left: 240px;
}
@media (max-width: 1366px) {
  .wrapper-full {
    padding-left: 125px;
  }
}
@media (max-width: 980px) {
  .wrapper-full {
    padding-left: 0;
  }
}
.wrapper-full .title {
  margin-bottom: 20px;
}

.wrapper-full-right {
  padding-left: 0;
  padding-right: 240px;
}
@media (max-width: 1500px) {
  .wrapper-full-right {
    padding-right: 0;
  }
}
.wrapper-full-right .width-85 {
  padding-left: 50px;
}

.btn-flex {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.btn-flex i {
  font-style: normal;
}

.width-85 {
  width: 85%;
}
@media (max-width: 1366px) {
  .width-85 {
    width: 92%;
  }
}
@media (max-width: 980px) {
  .width-85 {
    width: 95%;
    margin: 0 auto;
    padding-left: 0 !important;
  }
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 640px) {
  .logo-dark {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .logo-white {
    display: none;
  }
}

@media (max-width: 640px) {
  #header-container {
    padding-bottom: 20px;
  }
}

header {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 45px;
  background: transparent;
  transition: transform 0.45s ease, padding 0.3s ease, background 0.3s ease;
}
@media (max-width: 1366px) {
  header {
    padding-top: 35px;
  }
}
@media (max-width: 640px) {
  header {
    background: #fff;
    padding-top: 12px;
    position: relative;
  }
}

.header-fixed {
  transform: translateY(0);
  background: #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  z-index: 6;
}
@media (max-width: 640px) {
  .header-fixed {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.header-fixed #headerMenu .menu-container .menu-list .level-0 > a {
  color: #0055B8 !important;
}
@media (max-width: 1024px) {
  .header-fixed #headerMenu .menu-container .menu-list .level-0 > a {
    color: #fff !important;
  }
}
.header-fixed .header-container-flex .right-icon img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(2904%) hue-rotate(201deg) brightness(94%) contrast(104%);
}
.header-fixed .logo-white {
  display: none;
}
.header-fixed .logo-dark {
  display: block;
}
.header-fixed .logo {
  width: 180px;
  display: inline-flex;
}
@media (max-width: 640px) {
  .header-fixed .logo {
    width: 180px !important;
  }
}
.header-fixed .menu-close-btn {
  top: -15px;
  font-size: 14px;
}
.header-fixed .hamburger-btn1 .bar1,
.header-fixed .hamburger-btn1 .bar2,
.header-fixed .hamburger-btn1 .bar3 {
  background-color: #0055b8;
}
.header-fixed .open .bar1,
.header-fixed .open .bar2,
.header-fixed .open .bar3 {
  background-color: #fff;
}

.header-container-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1500px) {
  .header-container-flex {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .header-container-flex {
    gap: 10px;
  }
}
.header-container-flex .logo img {
  vertical-align: baseline;
  top: -2px;
  position: relative;
}
@media (max-width: 1366px) {
  .header-container-flex .logo {
    width: 240px;
    display: flex;
  }
}
@media (max-width: 640px) {
  .header-container-flex .logo {
    width: 180px;
  }
}
.header-container-flex .right-icon {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 640px) {
  .header-container-flex .right-icon {
    justify-content: center;
    width: 100%;
  }
}

.title {
  font-size: 55px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 1366px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .title {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .title br {
    display: none;
  }
}

.title-2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 1366px) {
  .title-2 {
    font-size: 25px;
  }
}

.title-3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 115%;
}

.technology-text {
  width: 75%;
  margin: 100px auto 0;
}
@media (max-width: 980px) {
  .technology-text {
    width: 100%;
    margin: 55px auto 0;
  }
}

.font-weight-300 {
  font-weight: 300;
}
@media (max-width: 640px) {
  .font-weight-300 {
    font-weight: 400;
  }
}

.transform-container {
  position: relative;
  left: -90px;
  writing-mode: vertical-rl;
  transform: rotate(270deg);
}
.transform-container .title-transform {
  position: absolute;
  transform-origin: top left;
  font-weight: 300;
  left: 0;
  font-size: 60px;
  margin: 0;
  color: #8D949C;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 980px) {
  .transform-container .title-transform {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .transform-container .title-transform {
    font-size: 35px;
  }
}

.mB30 {
  margin-bottom: 30px;
}

/*Slider*/
#slider {
  height: 100vh;
  position: relative;
}
@media (max-width: 640px) {
  #slider {
    height: 500px;
  }
}
@media (max-width: 640px) {
  #slider .item {
    height: 500px;
  }
}
@media (max-width: 640px) {
  #slider .item video {
    height: 50vh !important;
  }
}

.slider-text-container .text {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .slider-text-container .text {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .slider-text-container .text {
    top: 50px;
  }
}
.slider-text-container .slider-title {
  font-size: 70px;
  color: #fff;
  line-height: 90px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .slider-text-container .slider-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 640px) {
  .slider-text-container .slider-title {
    font-size: 40px;
    line-height: 120%;
  }
}
.slider-text-container .more-slider {
  position: absolute;
  bottom: 150px;
  z-index: 3;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 150px;
  width: 1024px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
@media (max-width: 1366px) {
  .home-slider .owl-dots {
    padding: 0 30px;
  }
}
@media (max-width: 980px) {
  .home-slider .owl-dots {
    width: 100%;
    justify-content: flex-start;
    bottom: 100px;
    padding: 0 20px;
  }
}
.home-slider .owl-dots button {
  display: flex;
  align-items: center;
}
.home-slider .owl-dots button span {
  color: #fff;
  opacity: 0.4;
  font-size: 20px;
  letter-spacing: 4px;
}
.home-slider .owl-dots button.active span {
  opacity: 1;
}
.home-slider .dot-icon {
  margin-left: 15px;
}
@media (max-width: 640px) {
  .home-slider .slider-bg {
    min-height: 500px;
    height: 50vh;
    position: relative;
  }
}
.home-slider .slider-img {
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .home-slider .slider-img {
    height: 50vh;
  }
}
.home-slider .slider-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .owl-item.active .text {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active .more-slider {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/*more*/
.more {
  font-size: 20px !important;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
.more::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 4px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.more:hover::after {
  animation: moveLine 0.6s forwards;
}

.more-black {
  font-size: 20px !important;
  color: #1E1E1E;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 640px) {
  .more-black {
    font-size: 18px !important;
  }
}
.more-black::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 4px;
  background: #1E1E1E;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.more-black:hover::after {
  animation: moveLine 0.6s forwards;
}

.more-2 {
  text-align: center;
}
.more-2 a {
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .more-2 a {
    font-size: 18px;
  }
}
.more-2 a::after {
  content: "\e941";
  font-family: Material Symbols Outlined;
  font-size: 25px;
}

.more-icon a {
  color: #1E1E1E;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@keyframes moveLine {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(40px);
    opacity: 0;
  }
  50% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn-header {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .btn-header {
    gap: 20px;
    justify-content: center;
  }
}
.btn-header .download {
  border: 1px solid white;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 640px) {
  .btn-header .download {
    padding: 10px 15px;
  }
}
.btn-header a {
  font-size: 16px;
  color: #fff;
  padding: 12px;
}
.btn-header button.btn-txt {
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 12px;
}

.more-bg {
  background: #0055B8;
  color: #fff;
  font-size: 16px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}

/*Abouts*/
@media (min-width: 1921px) {
  #aboutsContainer {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  #aboutsContainer {
    padding-top: 50px;
  }
}
@media (max-width: 980px) {
  #aboutsContainer {
    padding-top: 0;
  }
}

.abouts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1500px) {
  .abouts-container {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .abouts-container {
    gap: 20px;
  }
}
.abouts-container .abouts-img {
  width: 50%;
}
@media (max-width: 980px) {
  .abouts-container .abouts-img {
    width: 100%;
  }
}
.abouts-container .abouts-text {
  width: calc(50% - 60px);
  padding: 0 80px;
}
@media (max-width: 1500px) {
  .abouts-container .abouts-text {
    padding: 0;
    width: calc(50% - 40px);
  }
}
@media (max-width: 1366px) {
  .abouts-container .abouts-text {
    padding-right: 65px;
  }
}
@media (max-width: 980px) {
  .abouts-container .abouts-text {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .abouts-container .abouts-text {
    padding: 0 20px;
  }
}
.abouts-container .abouts-text p {
  font-size: 22px;
  line-height: 30px;
  width: 585px;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .abouts-container .abouts-text p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .abouts-container .abouts-text p {
    font-size: 18px;
  }
}

/*Products Hone*/
.products-slider-home {
  width: 80%;
  max-width: 1200px;
}

.products-container {
  margin-top: 115px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1366px) {
  .products-container {
    margin-top: 80px;
  }
}
@media (max-width: 1600px) {
  .products-container .transform-container {
    left: -40px;
  }
}
@media (max-width: 1500px) {
  .products-container .transform-container {
    left: 0;
    transform: none;
    writing-mode: inherit;
    margin-bottom: 50px;
  }
}
@media (max-width: 1500px) {
  .products-container .transform-container .title-transform {
    position: relative;
    text-align: center;
    transform: none;
  }
}
.products-container .products-img {
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.products-container .products-img img {
  width: 100%;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
}
.products-container .products-img.active img {
  transform: scale(1);
  opacity: 1;
}
.products-container .more-2 {
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  .products-container .tabs-wrapper .tabs {
    justify-content: center;
  }
}

.products-slider-home .owl-nav .owl-prev {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.products-slider-home .owl-nav .owl-next {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0%, -50%);
}
.products-slider-home .owl-nav button.disabled {
  color: #A4A4A4 !important;
}

/*Tabs*/
.tabs-wrapper .tabs {
  display: flex;
  gap: 50px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .tabs-wrapper .tabs {
    gap: 15px;
  }
}
.tabs-wrapper .tab {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px 7px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 640px) {
  .tabs-wrapper .tab {
    font-size: 18px;
  }
}
.tabs-wrapper .tab:hover {
  color: #0055B8;
}
.tabs-wrapper .tab.active {
  color: #0055B8;
}
.tabs-wrapper .tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #0055B8;
  bottom: 0;
  left: 0;
}
.tabs-wrapper .tab-contents {
  position: relative;
}
.tabs-wrapper .tab-content {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 10px;
}
.tabs-wrapper .tab-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

/*Why Temsa*/
#whyTemsa {
  background: url(../../images/common/why-temsa.jpg) no-repeat top;
  height: 973px;
}
@media (max-width: 1366px) {
  #whyTemsa {
    height: 785px;
  }
}
@media (max-width: 980px) {
  #whyTemsa::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(240, 240, 240, 0.7);
    position: absolute;
  }
}
@media (max-width: 980px) {
  #whyTemsa::after {
    display: none;
  }
}
@media (max-width: 1600px) {
  #whyTemsa {
    background-position: right -135px top;
  }
}
@media (max-width: 1366px) {
  #whyTemsa {
    background-position: right -262px top -194px;
  }
}
@media (max-width: 980px) {
  #whyTemsa {
    background-position: left top;
    height: auto;
    padding-bottom: 90px;
    background-size: 180%;
    position: relative;
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  #whyTemsa {
    background: none;
  }
}
#whyTemsa .why-temsa-wrapper {
  padding-right: 120px;
}
@media (max-width: 1600px) {
  #whyTemsa .why-temsa-wrapper {
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  #whyTemsa .why-temsa-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  #whyTemsa .why-temsa-wrapper {
    padding: 0 20px;
  }
}
#whyTemsa .title {
  padding-top: 180px;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  #whyTemsa .title {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  #whyTemsa .title {
    padding-top: 60px;
    padding-bottom: 20px;
    color: #1E1E1E;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 640px) {
  #whyTemsa .title {
    text-align: left;
    padding: 30px 20px 20px;
  }
}
#whyTemsa .img {
  display: none;
}
@media (max-width: 980px) {
  #whyTemsa .img {
    display: block;
  }
}
@media (max-width: 980px) {
  #whyTemsa .img img {
    width: 100%;
  }
}

.why-temsa-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .why-temsa-container {
    justify-content: center;
  }
}
.why-temsa-container .why-temsa-item {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .why-temsa-container .why-temsa-item {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .why-temsa-container .why-temsa-item .tabs-wrapper .tabs {
    gap: 10px;
  }
}
.why-temsa-container .why-temsa-item .tabs-wrapper .tab {
  padding: 0 0 7px;
}
.why-temsa-container .why-temsa-item .tabs-wrapper .tab.active::after {
  content: "";
  width: 95px;
}
@media (max-width: 640px) {
  .why-temsa-container .why-temsa-item .tabs-wrapper .tab-content {
    padding: 0;
  }
}
@media (min-width: 1921px) {
  .why-temsa-container {
    width: 1920px;
    margin: 0 auto;
  }
}

.why-temsa-text {
  margin-top: 40px;
}
.why-temsa-text .why-temsa-title {
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .why-temsa-text .why-temsa-title {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .why-temsa-text .why-temsa-title {
    font-size: 25px;
  }
}
.why-temsa-text p {
  font-size: 22px;
  line-height: 30px;
  width: 530px;
}
@media (max-width: 980px) {
  .why-temsa-text p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .why-temsa-text p {
    font-size: 18px;
  }
}

.why-temsa-container .why-temsa-item .tab {
  font-weight: 400 !important;
}
@media (max-width: 980px) {
  .why-temsa-container .why-temsa-item .tab {
    text-align: left !important;
  }
}

/*Services*/
@media (min-width: 1921px) {
  #servicesContainer {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  #servicesContainer {
    margin-top: 60px;
  }
}
@media (max-width: 980px) {
  #servicesContainer {
    margin-top: 0;
  }
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1366px) {
  .services-container {
    gap: 40px;
  }
}
.services-container .services-img {
  width: 50%;
}
@media (max-width: 980px) {
  .services-container .services-img {
    width: 100%;
  }
}
.services-container .services-text {
  width: calc(50% - 60px);
  padding: 0 80px;
}
@media (max-width: 1500px) {
  .services-container .services-text {
    padding: 0;
  }
}
@media (max-width: 1366px) {
  .services-container .services-text {
    padding: 0 0 0 40px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 980px) {
  .services-container .services-text {
    padding: 0 40px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .services-container .services-text {
    padding: 0 20px;
  }
}
.services-container .services-text p {
  font-size: 22px;
  line-height: 30px;
  width: 585px;
}
@media (max-width: 1366px) {
  .services-container .services-text p {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
}
.services-container .services-text .width-flex {
  margin: 45px 0;
  gap: 30px;
}
.services-container .services-text .title {
  margin-bottom: 20px;
}

/*News*/
#newsContainer {
  margin-top: 135px;
}
@media (max-width: 1366px) {
  #newsContainer {
    margin-top: 70px;
  }
}
@media (max-width: 640px) {
  #newsContainer {
    margin-top: 40px;
  }
}
#newsContainer .title {
  margin-bottom: 55px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news-list .news-item {
  width: calc(33.33% - 20px);
}
@media (max-width: 980px) {
  .news-list .news-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .news-list .news-item {
    width: 100%;
  }
}
.news-list .news-item:hover .news-text .more-black {
  opacity: 1;
}
.news-list .news-item .news-text {
  padding: 25px;
  color: #1E1E1E;
}
.news-list .news-item .news-text .news-date {
  font-size: 16px;
}
.news-list .news-item .news-text .news-title {
  font-size: 20px;
  line-height: 30px;
}
.news-list .news-item .news-text .more-black {
  font-size: 16px !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  .news-list .news-item .news-text .more-black {
    opacity: 1;
  }
}
.news-list .news-item .news-img {
  height: 260px;
}
.news-list .news-item .news-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-slider .news-item:hover .news-text .more-black {
  opacity: 1;
}
.news-slider .news-item .news-text {
  padding: 25px;
  display: block;
  color: #1E1E1E;
}
.news-slider .news-item .news-text .news-date {
  font-size: 16px;
}
.news-slider .news-item .news-text .news-title {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0;
}
.news-slider .news-item .news-text .more-black {
  font-size: 16px !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  .news-slider .news-item .news-text .more-black {
    opacity: 1;
  }
}
.news-slider .news-item .news-img {
  height: 260px;
}
.news-slider .news-item .news-img a {
  display: block;
  height: 100%;
}
.news-slider .news-item .news-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-slider .owl-nav .owl-prev {
  position: absolute;
  left: -7%;
  top: 30%;
  transform: translate(0, -50%);
}
.news-slider .owl-nav .owl-next {
  position: absolute;
  right: -7%;
  top: 30%;
  transform: translate(0%, -50%);
}
.news-slider .owl-nav button.disabled {
  color: #A4A4A4 !important;
}
.news-slider .owl-dots {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.news-slider .owl-dots button span {
  width: 22px;
  height: 6px;
  margin: 0 5px;
  display: inline-block;
  outline: none;
  background: #A8A8A8;
}
.news-slider .owl-dots .active span {
  background: #0055B8;
  width: 35px;
  transform: scale(1, 1);
  transition: all 3s ease 0s;
}

/*Temsa World*/
#temsaWorld {
  position: relative;
  background: url(../../images/common/temsa-world.jpg) no-repeat top;
  height: 742px;
  padding-top: 152px;
}
@media (max-width: 980px) {
  #temsaWorld {
    height: 600px;
  }
}
@media (max-width: 640px) {
  #temsaWorld {
    padding-top: 60px;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #temsaWorld:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    left: 0;
    opacity: 0.75;
    top: 0;
    transition: 0.5s;
  }
}
#temsaWorld .transform-container {
  left: 60px;
}
@media (max-width: 640px) {
  #temsaWorld .transform-container {
    left: 45px;
    z-index: 1;
  }
}
#temsaWorld .transform-container .title-transform {
  color: #1E1E1E !important;
}

.temsa-world-container {
  padding-left: 110px;
}
@media (max-width: 640px) {
  .temsa-world-container {
    padding-left: 65px;
    z-index: 1;
    position: relative;
  }
}
.temsa-world-container .temsa-world-text .temsa-world-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.temsa-world-container .temsa-world-text p {
  font-size: 18px;
  line-height: normal;
  width: 516px;
}
@media (max-width: 640px) {
  .temsa-world-container .temsa-world-text p {
    width: 100%;
    line-height: 130%;
  }
}
.temsa-world-container .more-black {
  padding-top: 30px;
  display: block;
  font-size: 16px !important;
  padding-bottom: 8px;
}

/*Home Other*/
#temsaOther {
  padding: 80px 0;
}
@media (max-width: 980px) {
  #temsaOther {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  #temsaOther {
    padding: 0;
  }
}
@media (max-width: 640px) {
  #temsaOther .wrapper {
    width: 100%;
  }
}

.temsa-other-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  .temsa-other-container {
    flex-direction: column;
    gap: 0;
  }
}
.temsa-other-container .other-img {
  display: block;
}
.temsa-other-container .temsa-other-item {
  position: relative;
}
@media (max-width: 640px) {
  .temsa-other-container .temsa-other-item:nth-child(2n) .other-title {
    text-align: right;
    justify-content: flex-end;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .temsa-other-container .temsa-other-item:nth-child(2n) .other-img img {
    transform: rotateY(180deg);
  }
}
.temsa-other-container .temsa-other-item .other-title {
  position: absolute;
  top: 0;
  padding: 40px 50px;
  font-size: 30px;
  color: #1E1E1E;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .temsa-other-container .temsa-other-item .other-title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .temsa-other-container .temsa-other-item .other-title {
    display: flex;
    align-items: center;
  }
}
.temsa-other-container .temsa-other-item a {
  display: block;
  padding: 0;
}

/*Newsletter*/
#newsletterFooter {
  background: url(../../images/common/newsletter.jpg) no-repeat;
  height: 120px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
}

.newsletter-container {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 26px;
  color: #fff;
  height: 120px;
}
@media (max-width: 980px) {
  .newsletter-container {
    justify-content: center;
    font-size: 20px;
  }
}

/*Footer*/
.footer-container-top {
  display: flex;
  gap: 80px;
  padding-bottom: 50px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .footer-container-top {
    display: none;
  }
}
.footer-container-top .level-2 {
  display: none;
}
.footer-container-top ul > .level-0 > a {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.footer-container-top .menuLi-8 {
  display: none;
}

.footer-menu {
  display: flex;
  gap: 90px;
}
@media (max-width: 1366px) {
  .footer-menu {
    gap: 30px;
  }
}
.footer-menu > ul {
  display: flex;
  gap: 90px;
}
@media (max-width: 1366px) {
  .footer-menu > ul {
    gap: 40px;
  }
}
.footer-menu ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 7px;
}
.footer-menu ul li a {
  color: #1E1E1E;
  padding-left: 0;
  padding-right: 0;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: #0155b8;
}
.footer-menu .footer-menu-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

#footerContainer {
  padding-top: 60px;
}
@media (max-width: 980px) {
  #footerContainer {
    padding-top: 0;
  }
}

.footer-container-center {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #1E1E1E;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1E1E1E;
}
@media (max-width: 980px) {
  .footer-container-center {
    flex-direction: column;
    align-items: center;
    border-top: none;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1882352941);
  }
}
.footer-container-center .footer-center-left {
  display: flex;
  align-items: center;
}
.footer-container-center .footer-center-left .footer-link {
  display: flex;
}
@media (max-width: 640px) {
  .footer-container-center .footer-center-left .footer-link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
.footer-container-center .footer-center-left .footer-link a {
  color: #1E1E1E;
  font-size: 14px;
}
.footer-container-center .footer-center-left .footer-link a:after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .footer-container-center .footer-center-left .footer-link a:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-container-center .footer-center-left .footer-link a {
    width: calc(50% - 7px);
  }
}
.footer-container-center .footer-center-left .footer-link a:last-of-type:after {
  display: none;
}
.footer-container-center .footer-center-left .footer-link a:hover {
  color: #0155b8;
}
.footer-container-center .footer-center-right {
  display: flex;
  align-items: center;
}
.footer-container-center .footer-center-right .socail-media {
  display: flex;
  gap: 20px;
}

.footer-container-bottom .footer-bottom-text {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 980px) {
  .footer-container-bottom .footer-bottom-text {
    text-align: center;
  }
}
.footer-container-bottom .footer-bottom-text p {
  font-size: 14px;
}

/*detailHeader*/
.detailSmall .detail-header {
  height: 182px !important;
}
.detailSmall .detail-text {
  display: none !important;
}
@media (max-width: 640px) {
  .detailSmall .detail-text {
    display: flex !important;
  }
}

.detail-news .detail-date {
  color: #9D9D9D;
  font-style: normal;
}
.detail-news .title {
  margin-bottom: 15px !important;
}

.detail-header-products {
  height: 100vh;
}
@media (max-width: 640px) {
  .detail-header-products {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .detail-header-products {
    height: 350px;
  }
}
.detail-header-products .detail-header {
  display: block !important;
  height: 100% !important;
  min-height: 100% !important;
}
@media (max-width: 640px) {
  .detail-header-products .detail-header .video-player {
    height: 400px !important;
    min-height: 400px !important;
  }
}

@media (max-width: 480px) {
  .detail-header-products .detail-header .video-player {
    height: 350px !important;
    min-height: 350px !important;
  }
}

/*detailHeader*/
#detailHeader {
  position: relative;
}
@media (max-width: 640px) {
  #detailHeader .title {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 10px;
  }
}
#detailHeader .detail-text {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#detailHeader .detail-header {
  height: 648px;
  background-blend-mode: normal;
  flex-shrink: 0;
  background-size: cover !important;
  background-color: black !important;
  opacity: 0.9;
}
@media (max-width: 1366px) {
  #detailHeader .detail-header {
    height: 545px;
  }
}
@media (max-width: 980px) {
  #detailHeader .detail-header {
    height: 500px;
  }
}
@media (max-width: 640px) {
  #detailHeader .detail-header {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #detailHeader .detail-header {
    height: 350px;
  }
}
#detailHeader .detail-header p {
  font-size: 28px;
  color: #fff;
  width: 900px;
  font-weight: 300;
}
@media (max-width: 980px) {
  #detailHeader .detail-header p {
    width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  #detailHeader .detail-header p {
    font-size: 18px;
  }
}

#detailHeaderHome {
  position: relative;
}
#detailHeaderHome .detail-text {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
}
@media (max-width: 980px) {
  #detailHeaderHome .detail-text {
    width: 95%;
  }
}
#detailHeaderHome .detail-header {
  position: relative;
  background-size: cover !important;
  min-height: 100vh;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  #detailHeaderHome .detail-header {
    height: 100%;
    padding-bottom: 60px;
  }
}
#detailHeaderHome .detail-header p {
  font-size: 28px;
  color: #fff;
  width: 700px;
}
@media (max-width: 980px) {
  #detailHeaderHome .detail-header p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #detailHeaderHome .detail-header p {
    font-size: 20px;
  }
}

/*detail text*/
.detail-container {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  .detail-container {
    padding-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .detail-container .width-flex {
    margin: 25px 0;
    gap: 25px;
  }
}
.detail-container .detail-text ul {
  margin-left: 20px;
  margin-bottom: 25px;
}
.detail-container .detail-text ul li {
  margin-bottom: 25px;
  line-height: 140%;
}
.detail-container .detail-text ol.numberDetail {
  margin-left: 20px;
  margin-bottom: 25px;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-container .detail-text ol.numberDetail li {
  margin-bottom: 25px;
  line-height: 140%;
  counter-increment: item;
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  color: #333;
  padding-top: 5px;
}
.detail-container .detail-text ol.numberDetail li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #006dcd;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.detail-container .detail-text p,
.detail-container .detail-text .title {
  margin-bottom: 25px;
}
.detail-container h2 {
  margin-top: 0;
}

/*products list detay*/
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.products-list .products-item {
  width: calc(33.33% - 27px);
}
@media (max-width: 640px) {
  .products-list .products-item {
    width: 100%;
  }
}
.products-list .products-item a {
  display: block;
}
.products-list .products-item .products-title {
  padding: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
  display: block;
}
.products-list .products-item .products-img {
  position: relative;
  display: block;
  width: 100%;
}
.products-list .products-item .products-img img {
  z-index: 2;
  position: relative;
}
.products-list .products-item .products-img::after {
  height: 138px;
  background: #d8dde2;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: 0.5s;
}
.products-list .products-item:hover .products-img::after {
  height: 0;
}

@media (max-width: 1500px) {
  .products-list-container .transform-container {
    left: 0;
    transform: none !important;
    writing-mode: horizontal-tb !important;
  }
}
.products-list-container .transform-container .title-transform {
  font-size: 40px;
  top: 30px;
}
@media (max-width: 1500px) {
  .products-list-container .transform-container .title-transform {
    transform: none !important;
    top: 0;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .products-list-container .transform-container .title-transform {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .products-list-container .transform-container .title-transform {
    font-size: 27px;
    text-align: center;
  }
}
.products-list-container .tabs-wrapper .tab {
  font-size: 40px;
  font-weight: 400;
  color: #AFAFAF;
}
.products-list-container .tabs-wrapper .tab.active {
  color: #1E1E1E;
}
.products-list-container .coaches-list {
  margin-bottom: 200px;
}
@media (max-width: 1500px) {
  .products-list-container .coaches-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 1500px) and (max-width: 640px) {
  .products-list-container .coaches-list {
    margin-bottom: 30px;
  }
}
.products-list-container .coaches-list:nth-child(1) {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .products-list-container .coaches-list:nth-child(1) {
    margin-top: 30px;
  }
}
.products-list-container .coaches-list:last-of-type {
  margin-bottom: 0;
}

.electrification-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 640px) {
  .electrification-list {
    gap: 20px;
  }
}
.electrification-list .electrification-item {
  width: calc(50% - 40px);
  position: relative;
}
@media (max-width: 640px) {
  .electrification-list .electrification-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .electrification-list .electrification-item {
    width: 100%;
  }
}
.electrification-list .electrification-item .products-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 230px;
}
.electrification-list .electrification-item .products-img:after {
  content: "";
  background: #D3D3D3;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: 0.5s;
}
.electrification-list .electrification-item a {
  display: flex;
  flex-direction: column;
}
.electrification-list .electrification-item .products-title {
  display: block;
  color: #1E1E1E;
  padding: 26px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 640px) {
  .electrification-list .electrification-item .products-title {
    padding: 15px;
    font-size: 20px;
  }
}
.electrification-list .electrification-item .products-img img {
  padding-bottom: 10px;
  z-index: 1;
}
.electrification-list .electrification-item:hover .products-img::after {
  height: 70px;
}

@media (max-width: 1600px) {
  .products-detail-container > div:nth-child(1) .transform-container {
    left: -40px;
  }
}
@media (max-width: 1500px) {
  .products-detail-container > div:nth-child(1) .transform-container {
    left: 0;
    transform: none;
    writing-mode: inherit;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .products-detail-container > div:nth-child(1) .transform-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .products-detail-container > div:nth-child(1) .transform-container .title-transform {
    position: relative;
    text-align: center;
    transform: none;
  }
}
@media (max-width: 1366px) {
  .products-detail-container .width-flex {
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .products-detail-container .width-flex {
    gap: 0;
  }
}
@media (max-width: 1366px) {
  .products-detail-container .width-5 {
    width: calc(41.66666667% - 15px);
  }
}
@media (max-width: 980px) {
  .products-detail-container .width-5 {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .products-detail-container .width-7 {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .products-detail-container .width-90 {
    width: 100% !important;
  }
}
.products-detail-container .transform-container {
  left: -75px;
}
@media (max-width: 1600px) {
  .products-detail-container .transform-container {
    left: -40px;
  }
}
@media (max-width: 980px) {
  .products-detail-container .transform-container {
    left: 0;
    transform: none;
    writing-mode: inherit;
    margin-bottom: 50px;
  }
}
@media (max-width: 980px) {
  .products-detail-container .transform-container .title-transform {
    position: relative;
    text-align: center;
    transform: none;
  }
}
.products-detail-container .product-detail-text-2 {
  margin: 120px auto 0;
}
@media (max-width: 640px) {
  .products-detail-container .product-detail-text-2 {
    margin: 50px auto 0;
  }
}
.products-detail-container .product-detail-text-2 .not {
  font-size: 22px;
  width: 1000px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 1366px) {
  .products-detail-container .product-detail-text-2 .not {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .products-detail-container .product-detail-text-2 .not {
    font-size: 18px;
    padding: 0 30px;
  }
}
.products-detail-container .product-detail-text-full {
  width: 95%;
  margin: 40px auto 40px;
  text-align: center;
}
.products-detail-container .product-detail-text-full .title {
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .products-detail-container .title {
    font-size: 25px;
  }
}

/*scroll navbar menu*/
.bottom-menu-link {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 40px;
  background: #D3D3D3;
  padding: 30px 40px;
  z-index: 2;
}
@media (max-width: 640px) {
  .bottom-menu-link {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 15px;
  }
}

.scroll-navbar ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  .scroll-navbar ul {
    gap: 5px;
  }
}
.scroll-navbar ul li {
  list-style: none;
}

.bottom-menu-link a {
  color: #1E1E1E;
}

.scroll-navbar ul li:after {
  content: "|";
  padding-left: 20px;
}
@media (max-width: 640px) {
  .scroll-navbar ul li:after {
    padding-left: 5px;
  }
}
.scroll-navbar ul li a {
  font-weight: 400;
}
@media (max-width: 640px) {
  .scroll-navbar ul li a {
    font-size: 16px;
  }
}
.scroll-navbar ul li:last-of-type:after {
  display: none;
}

.link-list {
  display: flex;
  align-items: center;
  gap: 17px;
}
.link-list a {
  position: relative;
}
.link-list a .tooltip_1 {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  background: #000;
  color: #fff;
  border-radius: 6px;
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  transition: 0.25s;
  white-space: nowrap;
}
.link-list a:hover .tooltip_1 {
  opacity: 1;
  visibility: visible;
}

.scroll-navbar a.active {
  position: relative;
  font-weight: 700;
}
.scroll-navbar a.active:after {
  content: "";
  background: #0055B8;
  width: 100%;
  position: absolute;
  height: 6px;
  bottom: -37px;
  left: 0;
}
@media (max-width: 640px) {
  .scroll-navbar a.active:after {
    height: 3px;
    bottom: -8px;
  }
}

.content-section {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .content-section {
    margin-bottom: 30px;
  }
}

/*accordion*/
.accordion-item {
  border-radius: 4px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .accordion-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.accordion-header {
  padding: 45px 60px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  background: #CDD1D5;
}
@media (max-width: 640px) {
  .accordion-header {
    padding: 30px 55px 30px 20px;
    font-weight: 500;
    font-size: 18px;
  }
}
.accordion-header::after {
  content: "\e145";
  font-family: "Material Symbols Outlined";
  display: flex;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  margin: auto;
  transition: all 0.4s ease;
  font-weight: bold;
  align-items: center;
  font-size: 25px;
}

.accordion-body {
  padding: 0 40px 20px 60px;
  font-weight: 300;
  font-size: 19px;
  color: #1E1E1E;
  line-height: 1.5;
  display: none;
}
.accordion-body .title-2 {
  padding-bottom: 30px;
  display: block;
}
@media (max-width: 640px) {
  .accordion-body {
    padding: 0 40px 20px 20px;
  }
}

.open-accordion {
  background: #F0F0F0;
}
.open-accordion .accordion-header {
  color: #1E1E1E;
  background: #F0F0F0;
}
.open-accordion .accordion-body {
  display: block;
}
.open-accordion .accordion-header::after {
  transform: rotate(-180deg);
  content: "\e15b";
}

.z-depth-1 {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
}

/*detail more list*/
.detail-more-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 640px) {
  .detail-more-list {
    gap: 10px;
  }
}
.detail-more-list > div {
  width: calc(50% - 18px);
}
@media (max-width: 640px) {
  .detail-more-list > div {
    width: 100%;
  }
}
.detail-more-list a {
  width: 100% !important;
  background: #CDD1D5;
  height: 139px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #1E1E1E;
  font-size: 18px;
  gap: 15px;
  transition: 0.5s;
}
.detail-more-list .material-symbols-outlined {
  font-size: 30px;
}

.products-detail-text-more {
  margin-top: 125px;
}
@media (max-width: 640px) {
  .products-detail-text-more {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .products-detail-text-more .transform-container {
    background: #F0F0F0;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .products-detail-text-more .transform-container .title-transform {
    font-size: 30px;
    padding: 30px 15px;
  }
}

.detail-more-list a:hover {
  background: #FFF;
}

.products-detail-text {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .products-detail-text {
    margin-top: 40px;
  }
}
.products-detail-text img[src$=".png"] {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.products-detail-text img[src$=".png"]:hover {
  transform: scale(1.2);
}

/**/
.detail-part-top {
  margin: 0 auto 40px;
}

.detail-part-top .title {
  margin-bottom: 25px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  opacity: 0.6;
  top: 0;
  transition: 0.5s;
}

/*detail bottom menu*/
.detail-bottom-menu {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .detail-bottom-menu {
    overflow: hidden;
  }
}
.detail-bottom-menu .level1 .subMenuContainer {
  width: 100%;
}
.detail-bottom-menu .level_1 .subMenuContainer {
  width: 100%;
}
.detail-bottom-menu .subMenu1 .more-content-list,
.detail-bottom-menu .subMenu2 .more-content-list {
  margin-top: 15px;
  margin-bottom: 10px !important;
}
.detail-bottom-menu .subMenu_1 .more-content-list,
.detail-bottom-menu .subMenu_2 .more-content-list {
  margin-top: 15px;
  margin-bottom: 10px !important;
}
.detail-bottom-menu .level0 {
  display: none;
}
.detail-bottom-menu .level_0 {
  display: none;
}
.detail-bottom-menu .subMenuContainer.subMenu0::marker {
  content: none;
}
.detail-bottom-menu .subMenuContainer.subMenu_0::marker {
  content: none;
}
.detail-bottom-menu .subMenuContainer {
  display: none;
}
.detail-bottom-menu .subMenuContainer .level2,
.detail-bottom-menu .subMenuContainer .level3 {
  width: 100%;
  font-size: 16px;
  margin-left: 0;
}
.detail-bottom-menu .subMenuContainer {
  display: none;
}
.detail-bottom-menu .subMenuContainer .level_2,
.detail-bottom-menu .subMenuContainer .level_3 {
  width: 100%;
  font-size: 16px;
  margin-left: 0;
}
.detail-bottom-menu .detail-bottom-title {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  line-height: 100%;
}
@media (max-width: 1366px) {
  .detail-bottom-menu .detail-bottom-title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .detail-bottom-menu .detail-bottom-title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.detail-bottom-menu .detail-bottom-title i,
.detail-bottom-menu .detail-bottom-title em {
  width: 240px;
  font-style: normal;
}
.detail-bottom-menu .border-bt {
  width: 100%;
  position: relative;
  display: block;
  background: #7A8399;
  height: 1px;
}
.detail-bottom-menu nav {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.detail-bottom-menu nav .leftMenuLedisXSLT {
  min-width: 500px;
  justify-content: flex-end;
}
.detail-bottom-menu nav .leftMenuLedisXSLT > li {
  width: 500px;
}
@media (max-width: 640px) {
  .detail-bottom-menu nav .leftMenuLedisXSLT > li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .detail-bottom-menu nav .leftMenuLedisXSLT {
    min-width: 100%;
  }
}
.detail-bottom-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 10px;
  margin-left: 0 !important;
}
@media (max-width: 640px) {
  .detail-bottom-menu nav ul {
    margin-top: 15px;
  }
}
.detail-bottom-menu nav ul li {
  width: calc(50% - 30px);
  font-size: 18px;
  color: #1E1E1E;
  margin-left: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .detail-bottom-menu nav ul li {
    width: 100%;
  }
}
.detail-bottom-menu nav ul li a {
  color: #1E1E1E;
  transition: 0.5s;
}
.detail-bottom-menu nav ul li .selected {
  color: #9E9E9E;
}
.detail-bottom-menu nav ul li::marker {
  font-size: 12px;
}
.detail-bottom-menu nav ul li a:hover {
  color: #9E9E9E;
}

.detail-bottom-menu-2 {
  margin-top: 150px;
}
.detail-bottom-menu-2 .detail-bottom-title {
  color: #1E1E1E;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  /* 116.667% */
}
@media (max-width: 1366px) {
  .detail-bottom-menu-2 .detail-bottom-title {
    font-size: 45px;
  }
}
.detail-bottom-menu-2 nav {
  margin-top: 65px;
}
.detail-bottom-menu-2 nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.detail-bottom-menu-2 nav ul li {
  list-style: none;
  width: calc(33.33% - 27px);
  text-align: center;
}
.detail-bottom-menu-2 nav ul li a {
  color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  font-weight: 300;
}

/*why-temsa-page*/
.why-temsa-page-container {
  position: relative;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
  padding-top: 200px;
}
@media (max-width: 1366px) {
  .why-temsa-page-container {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .why-temsa-page-container {
    position: relative;
    margin: 0;
    padding: 50px 0 0;
	margin: 0 auto !important;
  }
}
.why-temsa-page-container .why-temsa-page-top {
  margin-bottom: 71px;
}
.why-temsa-page-container .why-temsa-page-top p {
  width: 900px !important;
  font-size: 18px !important;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .why-temsa-page-container .why-temsa-page-top p {
    width: 100% !important;
  }
}
.why-temsa-page-container .why-temsa-page-top .title {
  font-weight: 300;
  margin-top: 0;
}
.why-temsa-page-container .four {
  gap: 15px !important;
}
.why-temsa-page-container .four .item {
  width: calc(25% - 12px) !important;
}
@media (max-width: 980px) {
  .why-temsa-page-container .four .item {
    width: calc(33.3% - 10px) !important;
  }
}
@media (max-width: 640px) {
  .why-temsa-page-container .four .item {
    width: 100% !important;
  }
}
.why-temsa-page-container .why-temsa-page-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.why-temsa-page-container .why-temsa-page-bottom .item {
  width: calc(33.33% - 20px);
}
@media (max-width: 640px) {
  .why-temsa-page-container .why-temsa-page-bottom .item {
    width: 100%;
  }
}
.why-temsa-page-container .why-temsa-page-bottom .item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .why-temsa-page-container .why-temsa-page-bottom .item a {
    font-size: 20px;
  }
}
.why-temsa-page-container .why-temsa-page-bottom .item img {
  transition: transform 300ms ease;
  transform-origin: center center;
  overflow: hidden;
}
.why-temsa-page-container .why-temsa-page-bottom .item .text {
  transition: 0.5s;
}
.why-temsa-page-container .why-temsa-page-bottom .item:hover img {
  transform: scale(1.12);
  filter: grayscale(100%);
}
.why-temsa-page-container .why-temsa-page-bottom .item:hover .text {
  font-weight: 500;
}

/**/
.bg-flex-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-flex-list .bg-item {
  background: #FFF;
  width: calc(33.33% - 17px);
  position: relative;
}
@media (max-width: 980px) {
  .bg-flex-list .bg-item {
    width: calc(33.33% - 13px);
  }
}
@media (max-width: 640px) {
  .bg-flex-list .bg-item {
    width: 100%;
  }
}
.bg-flex-list .bg-item .bg-text {
  padding: 30px;
}
@media (max-width: 640px) {
  .bg-flex-list .bg-item .bg-text {
    padding: 30px 15px;
  }
}
.bg-flex-list .bg-item .bg-text .bg-title {
  color: #0055B8;
  font-size: 18px;
  font-weight: 600;
  color: #0055B8;
}
.bg-flex-list .bg-item .bg-text a {
  color: #0055B8;
  font-size: 16px;
  font-weight: 400;
  top: 15px;
  position: relative;
}
.bg-flex-list .bg-item .bg-text p {
  margin-bottom: 10px;
}
.bg-flex-list .bg-item .bg-text .text-right {
  margin-bottom: 0;
  text-align: right;
}
.bg-flex-list .bg-item:after {
  height: 5px;
  content: "";
  width: 60px;
  background: #0055B8;
  position: absolute;
  top: 0;
  left: 30px;
}
@media (max-width: 640px) {
  .bg-flex-list .bg-item:after {
    left: 15px;
  }
}

/*information list*/
.information-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 13px;
}
.information-list .item {
  display: flex;
  background: #fff;
  height: 80px;
  align-items: center;
  gap: 22px;
}
@media (max-width: 640px) {
  .information-list .item {
    height: 55px;
    gap: 10px;
  }
}
.information-list .item a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #1E1E1E;
  gap: 22px;
  width: 100%;
  padding: 0;
}
@media (max-width: 640px) {
  .information-list .item a {
    gap: 10px;
  }
}
.information-list .item .icon {
  background: #0055B8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
  align-items: center;
}
@media (max-width: 640px) {
  .information-list .item .icon {
    min-width: 45px;
  }
}
.information-list .item .icon img {
  width: 30px;
}
@media (max-width: 640px) {
  .information-list .item .icon img {
    width: 20px;
  }
}
.information-list .item .information-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 480px) {
  .information-list .item .information-title {
    font-size: 16px;
  }
}

.logo-dark {
  display: none;
}

.hover-header .logo-white {
  display: none;
}

.hover-header .logo-dark {
  display: block;
}

.products-detail-img {
  height: 100%;
}
.products-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

/**Form**/
.formContainer ol .twoList .field-validation-error {
  bottom: -15px;
}

.formContainer {
  background: #fff;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.formContainer .alert-blue {
  background: #0055B8;
  color: #fff;
  border: none;
  border-radius: 0;
}
.formContainer ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.formContainer ol li {
  list-style: none;
  position: relative;
}
.formContainer ol .field-validation-error {
  color: #e80c4d;
  font-weight: 400 !important;
  position: absolute;
  left: 0;
  font-size: 10px;
  bottom: -2px;
}
.formContainer ol .twoList {
  display: flex;
  gap: 10px;
}
.formContainer ol .twoList .item span {
  font-size: 16px;
  color: #2D1F5C;
}
.formContainer ol .placeholderTop1 {
  position: relative;
  margin-top: 2.5rem;
  border-bottom: 2px solid #adadad;
  padding-bottom: 0.5rem;
}
.formContainer ol .placeholderTop1 .field-validation-error {
  bottom: 2px !important;
}
.formContainer ol .placeholderTop1 span::before, .formContainer ol .placeholderTop1 span::after {
  position: absolute;
  transition: 0.5s;
}
.formContainer ol .placeholderTop1 span::before {
  content: attr(data-placeholder);
  top: 5px;
  left: 0.3rem;
  color: #adadad;
  pointer-events: none;
  font-size: 0.9rem;
  font-size: 18px;
}
.formContainer ol .placeholderTop1 span::after {
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background: linear-gradient(120deg, #0055B8, #4A1F7C);
}
.formContainer ol .placeholderTop1 select {
  width: 100%;
  font-family: "Roboto", sans-serif;
  outline: none;
  border: none;
  font-size: 16px;
  color: #2D1F5C;
  padding: 8px 0;
  color: #adadad;
  font-size: 18px;
  box-sizing: border-box;
}
.formContainer ol .placeholderTop1 select.focus + span::before {
  top: -35%;
  font-size: 14px;
}
.formContainer ol .placeholderTop1 select.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop1 input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  color: #2D1F5C;
  padding: 10px 0;
}
.formContainer ol .placeholderTop1 input.focus + span::before {
  top: -35%;
  font-size: 14px;
}
.formContainer ol .placeholderTop1 input.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop {
  position: relative;
  margin-top: 2.5rem;
  border-bottom: 2px solid #adadad;
  padding-bottom: 0.5rem;
}
.formContainer ol .placeholderTop span::before, .formContainer ol .placeholderTop span::after {
  position: absolute;
  transition: 0.5s;
}
.formContainer ol .placeholderTop span::before {
  content: attr(data-placeholder);
  top: 5px;
  left: 0.3rem;
  color: #adadad;
  pointer-events: none;
  font-size: 0.9rem;
  font-size: 18px;
}
.formContainer ol .placeholderTop span::after {
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background: linear-gradient(120deg, #0055B8, #4A1F7C);
}
.formContainer ol .placeholderTop input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  color: #2D1F5C;
  padding: 10px 0;
}
.formContainer ol .placeholderTop input.focus + span::before {
  top: -35%;
  font-size: 14px;
}
.formContainer ol .placeholderTop input.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop textarea {
  width: 100%;
  outline: none;
  border: none;
  padding-left: 0.3rem;
  font-size: 16px;
  color: #2D1F5C;
}
.formContainer ol .placeholderTop textarea.focus + span::before {
  top: -8%;
  font-size: 14px;
}
.formContainer ol .placeholderTop textarea.focus + span::after {
  width: 100%;
}
.formContainer ol .placeholderTop input::-webkit-input-placeholder,
.formContainer ol .placeholderTop textarea::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input:-moz-placeholder,
.formContainer ol .placeholderTop textarea:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input::-moz-placeholder,
.formContainer ol .placeholderTop textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop input:-ms-input-placeholder,
.formContainer ol .placeholderTop textarea:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0;
}
.formContainer ol .placeholderTop .field-validation-error {
  bottom: 4px;
}
.formContainer ol input[type=submit] {
  width: 100%;
  height: 2.5rem;
  border: none;
  outline: none;
  margin-top: 2rem;
  color: white;
  font-size: 0.9rem;
  border-radius: 3px;
  cursor: pointer;
  background: linear-gradient(120deg, #0055B8, #4A1F7C, #0055B8);
  background-size: 200%;
  transition: 0.5s;
}
.formContainer ol input[type=submit]:hover {
  background-position: right;
}
.formContainer ol .full {
  width: 100% !important;
}
.formContainer ol .two {
  display: inline-block;
  width: calc(50% - 10px);
}
@media (max-width: 640px) {
  .formContainer ol .two {
    width: 100%;
  }
}
.formContainer .captchaTwo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formContainer #btnCommunicationFormSave,
.formContainer #btnCustomProductFormSave,
.formContainer #btnCustomCommunicationFormSave,
.formContainer #btnCustomNewsletterFormSave {
  height: 48px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 17px;
  padding: 0 40px;
  font-weight: 500;
  background-color: #0055B8;
  margin-top: 20px;
}

/**searchForm**/
.btnSearch {
  cursor: pointer;
}
.btnSearch img {
  display: flex;
  align-items: center;
  height: 100%;
}

.searchForm {
  display: none;
  position: fixed;
  background: #0055B8;
  width: 900px;
  padding: 8px 60px 8px 8px;
  z-index: 99999;
  margin: 35px auto 0;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1366px) {
  .searchForm {
    width: 650px;
  }
}
@media (max-width: 640px) {
  .searchForm {
    padding: 12px 60px 12px 12px;
    width: 95%;
  }
}
.searchForm #txtKeyword {
  font-family: "TT Norms";
}
.searchForm .form-control:focus {
  border-color: #f3f3f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(171, 171, 171);
  border-radius: 0 !important;
}
.searchForm input {
  border: none;
  height: 50px;
  font-family: "TT Norms";
  font-size: 18px;
  border-radius: 0 !important;
}
@media (max-width: 640px) {
  .searchForm input {
    height: 40px;
  }
}
.searchForm .btn-dark {
  color: #000;
  background-color: #fff;
  margin-left: 20px;
  padding: 0 20px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  border-radius: 0;
}
.searchForm .btn-dark:hover {
  background: #d3d3d3;
}

.headerSearchTxt {
  width: calc(100% - 60px) !important;
  padding: 10px 20px !important;
  background: #ffffff !important;
  border: none !important;
  height: auto !important;
  float: left;
  border-radius: 0 !important;
}

ul.ui-widget.ui-widget-content {
  border: none;
  background: #d9d9d9;
  padding: 20px;
  box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 14px -1px rgba(0, 0, 0, 0.75);
  position: fixed;
  height: 500px;
  overflow: auto;
  background: #f0f0f0;
  border: 1px solid #ccc;
}
ul.ui-widget.ui-widget-content li {
  color: #555;
  padding: 0 0 5px 0;
  font-size: 14px;
}

/* Scrollbar genişliği */
ul.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 5px;
}

/* Scrollbar arka planı */
ul.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}

/* Scrollbar tutma yeri */
ul.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background: #0055B8;
  border-radius: 5px;
}

/* Hover olduğunda rengi */
ul.ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background: #112f52;
}

.pager {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pager a {
  background: #080d21;
  color: white;
  padding: 10px;
  margin: 20px 2px 0;
  width: 40px !important;
  text-align: center;
  transition: 0.5s;
}
.pager a:hover {
  background: #0055b8;
}
.pager .selected {
  background: #0055B8;
}

.alert-web {
  background: #080d21;
  color: #fff;
  border: none;
}

#searchList input {
  border: none;
}
#searchList .item span {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
#searchList .twoListSearch {
  display: flex;
}
#searchList .twoListSearch .item {
  padding: 0 30px 0 0;
}
#searchList .oneBtnList {
  margin-top: 20px;
}
#searchList .item input {
  background: #6f6f6f;
  padding: 11px;
  color: #fff;
  height: auto;
}
#searchList .panel-body {
  display: none;
}
#searchList #data-totalcount-container {
  padding: 15px 0;
}
#searchList .item ::-webkit-input-placeholder,
#searchList .item ::-moz-placeholder,
#searchList .item :-ms-input-placeholder,
#searchList .item :-moz-placeholder {
  color: #fff;
  font-size: 15px;
}
#searchList .btn-primary {
  background: #daa529 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 80px;
}
#searchList ul {
  margin-top: 15px;
  padding-left: 0;
}
#searchList ul li {
  list-style: none;
  border-bottom: 2px solid #fff;
}
#searchList ul li a {
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
  padding: 10px;
  background: #DAA529;
  transition: 0.5s;
}
#searchList ul li a:hover {
  background: #000;
}

.headerSearch {
  display: flex;
}

.searchForm .cloeseHome {
  position: absolute;
  top: 0;
  padding: 2px 9px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  right: 15px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
  padding: 10px 10px;
  font-size: 14px;
  font-family: "TT Norms";
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item img {
  display: none;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:hover {
  background: #fff;
}

.search-detail .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #cacaca;
  color: #030303;
}
.search-detail .form-group {
  display: block;
  padding-top: 50px;
}
.search-detail #data-totalcount-container {
  margin-bottom: 15px;
  margin-top: 20px;
}
.search-detail .panel-heading {
  background: #0055B8 !important;
  padding: 0;
  transition: 0.5s;
}
.search-detail .panel-heading:hover {
  background: #050a1b !important;
}
.search-detail .panel-heading a {
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
  padding: 10px 15px;
}
.search-detail #ledissearchmain-btnSearch {
  background: #0055B8 !important;
  color: #fff !important;
  border: none !important;
  padding: 5px;
  display: block;
  width: 120px;
  height: 50px;
}
.search-detail #ledissearchmain-btnClear {
  border: none !important;
  background: #050a1b !important;
  color: #fff !important;
}
.search-detail .sonucsayi {
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}

/*Zoom Galeri*/
/* Fade-in animasyonu */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  /* arka plan saydamlığı */
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.9);
  /* küçülerek gelsin */
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.9);
}

.specs-title {
  background: #cdd1d5;
  padding: 10px;
  margin-bottom: 20px;
}

.specs-sss {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.specs-sss p {
  width: calc(25% - 16px);
  font-size: 20px;
  min-width: 180px;
  background: #eee;
  padding: 0 0 15px 15px;
  border-left: 3px solid #B9B9B9;
  font-weight: 700;
}
@media (max-width: 980px) {
  .specs-sss p {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 640px) {
  .specs-sss p {
    width: calc(50% - 10px);
  }
}
.specs-sss p strong {
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  display: block;
  line-height: 120%;
}
@media (max-width: 1366px) {
  .specs-sss p strong {
    font-size: 16px;
    line-height: 120%;
  }
}

.numberDetailNot {
  padding-left: 15px;
}
.numberDetailNot li {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.dipNotP {
  width: 90%;
  margin: 0 auto;
}

/*Tabs*/
.temsa-table {
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0 4px 24.1px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  display: block;
  overflow: auto;
}
.temsa-table tr td {
  padding: 15px;
  background: #E2E2E2;
}
.temsa-table tr:nth-child(2n) td {
  background: transparent;
}
.temsa-table tr th {
  padding: 15px;
  color: #0055B8;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #D0D0D0;
}
.temsa-table tr p {
  margin: 0 !important;
}

/*YearList*/
.year-container-list .dropdown-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  background: #0055B8;
  width: 600px;
  justify-content: space-between;
  padding: 10px 20px;
}
@media (max-width: 980px) {
  .year-container-list .dropdown-container {
    width: 100%;
  }
}
.year-container-list .dropdown-label {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 20px;
}
@media (max-width: 980px) {
  .year-container-list .dropdown-label {
    padding-left: 0;
    font-size: 16px;
  }
}
.year-container-list .custom-dropdown {
  width: 125px;
  position: relative;
}
.year-container-list .selected-year {
  padding: 12px 14px;
  border: 1px solid #999;
  background: #f4f4f4;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background 0.3s;
}
@media (max-width: 640px) {
  .year-container-list .selected-year {
    padding: 12px 6px;
  }
}
.year-container-list .selected-year:hover {
  background: #eaeaea;
}
.year-container-list .selected-year::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
  transition: transform 0.3s;
}
.year-container-list .selected-year.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.year-container-list .dropdown-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: white;
  display: none;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  z-index: 99;
}
.year-container-list .dropdown-options.open {
  display: block;
  max-height: initial;
}
.year-container-list .dropdown-option {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.year-container-list .dropdown-option:hover {
  background: #e0e0e0;
}
.year-container-list .year-content-wrapper .year-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.year-container-list .year-content.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.year-container-list .year-content h2 {
  margin-top: 0;
  color: #333;
}
.year-container-list .year-content ul {
  list-style: none;
  padding-left: 0;
}
.year-container-list .year-content li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}

/*YearList*/
ul.before {
  padding-left: 10px;
}
ul.before li {
  list-style: none;
  position: relative;
}
ul.before li:before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: -30px;
  font-size: 23px;
}

/*galeri*/
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery-container a {
  width: calc(25% - 12px);
}

/*galeri*/
/*modal lang*/
.global-container .global-title-header {
  color: #1E1E1E;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
}
.global-container .global-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 35px;
}
@media (max-width: 980px) {
  .global-container .global-list {
    gap: 10px;
  }
}
.global-container .global-list .global-item {
  width: calc(33.333% - 20px);
  text-align: center;
  border: 1px solid rgba(0, 85, 184, 0);
  padding: 20px 10px;
}
@media (max-width: 980px) {
  .global-container .global-list .global-item {
    width: calc(33.333% - 7px);
  }
}
@media (max-width: 640px) {
  .global-container .global-list .global-item {
    width: 100%;
  }
}
.global-container .global-list .global-item .global-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
}
.global-container .global-list .global-item .global-img {
  margin-bottom: 40px;
  min-height: 220px;
}
@media (max-width: 980px) {
  .global-container .global-list .global-item .global-img {
    min-height: 165px;
  }
}
.global-container .global-list .global-item .global-lang {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.global-container .global-list .global-item .global-lang a {
  background: #707172;
  display: flex;
  flex-direction: column;
  width: 134px;
  height: 39px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.global-container .global-list .global-item .global-lang .global-active,
.global-container .global-list .global-item .global-lang a:hover {
  background: #0055B8;
}
.global-container .global-list .global-item:hover {
  border: 1px solid #0055B8;
}
.global-container .global-item-active {
  border: 1px solid #0055B8 !important;
}
.global-container .global-item-active .global-img img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(2077%) hue-rotate(200deg) brightness(94%) contrast(104%);
}
.global-container .global-list .global-item:hover .global-img img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(2077%) hue-rotate(200deg) brightness(94%) contrast(104%);
}
.global-container .global-list .global-item .global-europe {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.global-container .global-list .global-item .global-europe a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #1E1E1E;
  text-align: left;
  transition: 0.5s;
}
@media (max-width: 980px) {
  .global-container .global-list .global-item .global-europe a {
    gap: 5px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .global-container .global-list .global-item .global-europe a {
    width: calc(33.333% - 14px);
  }
}
.global-container .global-list .global-item .global-europe .lang-img {
  width: 30%;
  height: 40px;
}
@media (max-width: 980px) {
  .global-container .global-list .global-item .global-europe .lang-img {
    width: 50%;
  }
}
.global-container .global-list .global-item .global-europe span {
  width: calc(70% - 10px);
}
@media (max-width: 980px) {
  .global-container .global-list .global-item .global-europe span {
    width: 100%;
    text-align: center;
  }
}
.global-container .global-list .global-item .global-europe a i,
.global-container .global-list .global-item .global-europe a em {
  font-size: 18px;
  display: block;
  font-style: normal;
  color: #fff;
}
@media (max-width: 640px) {
  .global-container .global-list .global-item .global-europe a i,
  .global-container .global-list .global-item .global-europe a em {
    font-size: 16px;
  }
}
.global-container .global-list .global-item .global-europe a:hover {
  color: #fff;
}
.global-container .global-list .global-item .global-europe a:hover i {
  color: #1E1E1E;
}
.global-container .global-list .global-item .global-north-america {
  display: flex;
  flex-wrap: wrap;
}
.global-container .global-list .global-item .global-north-america-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding-left: 95px;
  gap: 15px;
}
@media (max-width: 640px) {
  .global-container .global-list .global-item .global-north-america-list {
    position: relative;
  }
}
.global-container .global-list .global-item .global-north-america-list a {
  color: #fff;
  transition: 0.5s;
}
.global-container .global-list .global-item .global-north-america .transform-container-lang {
  position: relative;
  left: 70px;
  writing-mode: vertical-rl;
  transform: rotate(270deg);
}
@media (max-width: 640px) {
  .global-container .global-list .global-item .global-north-america .transform-container-lang {
    top: -72px;
  }
}
.global-container .global-list .global-item .global-north-america .transform-container-lang .title-transform-lang {
  position: absolute;
  transform-origin: top left;
  font-weight: 300;
  left: 0;
  font-size: 16px;
  margin: 0;
  top: 0;
  transform: rotate(-90deg) translateY(-100%);
  white-space: nowrap;
  line-height: 1.1;
  background: #C8102E;
  color: #fff;
  padding: 25px 11px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .global-container .global-list .global-item .global-north-america .transform-container-lang .title-transform-lang {
    transform-origin: top right;
  }
}
.global-container .global-list .global-item .global-north-america-list a:hover {
  color: #1E1E1E;
}

/*maps header*/
#mapBody header {
  position: relative;
  padding: 10px 0;
  background: #90908f url(../../images/common/menu-bg.png) no-repeat top right;
}
#mapBody #headerMenu .menu-container .menu-list ul li a {
  color: #0055B8;
}
#mapBody .header-container-flex .right-icon img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(2904%) hue-rotate(201deg) brightness(94%) contrast(104%);
}
#mapBody .logo-dark {
  display: block;
}
#mapBody .logo-white {
  display: none;
}
#mapBody .hover-header {
  position: absolute;
}

/*ürün top menü*/
.products-menu-top {
  display: flex;
  gap: 50px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .products-menu-top {
    gap: 20px;
    justify-content: center;
  }
}
.products-menu-top a {
  font-size: 40px;
  font-weight: 400;
  color: #AFAFAF;
  transition: 0.5s;
}
@media (max-width: 1366px) {
  .products-menu-top a {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .products-menu-top a {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .products-menu-top a {
    font-size: 18px;
  }
}
.products-menu-top a:hover {
  color: #1E1E1E;
}
.products-menu-top .active {
  position: relative;
  color: #1E1E1E;
}

.campaign-list .news-item {
  width: calc(50% - 15px) !important;
  overflow: hidden !important;
}
.campaign-list .news-item .news-img {
  height: 340px;
}
.campaign-list .news-item .news-img img {
  width: 100%;
}
.campaign-list .news-item .news-text p {
  margin-bottom: 10px;
}

.links-row a {
  background: #0055b8;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  transition: 0.5s;
}
.links-row a:hover {
  background: #272e37;
}

/**pdf**/
.ibForm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0 !important;
}
.ibForm li {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
  color: #101827 !important;
  font-weight: 500;
  margin: 0 !important;
  align-items: center;
  font-size: 14px;
  border: 1px solid #DDE1E6;
  width: calc(50% - 10px);
  transition: 0.5s;
}
@media (max-width: 980px) {
  .ibForm li {
    width: 100%;
  }
}
.ibForm li em {
  font-style: normal;
  padding: 0 20px;
  font-size: 16px;
}
.ibForm li .flex-list {
  display: flex;
  gap: 10px;
}
.ibForm li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  color: #101827;
}
.ibForm li i {
  color: #253982;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-style: normal;
}
.ibForm li i:before {
  font-family: "Material Symbols Outlined";
  padding-right: 10px;
  font-size: 20px;
  content: "\f090" !important;
}
.ibForm li:hover {
  background: #0055B8;
}
.ibForm li a:hover {
  color: #fff;
}
.ibForm li a:hover .flex-list i {
  color: #fff;
}

/*Rapor*/
.reports-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reports-list .report-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #0055b8;
  border-radius: 20px;
  padding-left: 0;
  gap: 40px;
  align-items: center;
  color: #1E1E1E;
  transition: 0.5s;
}
.reports-list .report-item::after {
  content: "\e941";
  position: absolute;
  z-index: 0;
  right: 15px;
  font-family: Material Symbols Outlined;
  font-size: 25px;
  background: #7f7f7f;
  color: #fff;
  bottom: 15px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .reports-list .report-item::after {
    width: 28px;
    height: 28px;
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .reports-list .report-item {
    padding-right: 0;
    gap: 0;
  }
}
.reports-list .report-item .report-img {
  width: 25%;
}
@media (max-width: 640px) {
  .reports-list .report-item .report-img {
    width: 100%;
  }
}
.reports-list .report-item .report-img img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: filter 0.5s ease;
  filter: grayscale(0%);
}
@media (max-width: 640px) {
  .reports-list .report-item .report-img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.reports-list .report-item .report-text {
  width: calc(75% - 40px);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 980px) {
  .reports-list .report-item .report-text {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .reports-list .report-item .report-text {
    width: 100%;
    padding: 20px;
  }
}
.reports-list .report-item:hover {
  background: #ffffff;
}
.reports-list .report-item:hover .report-img img {
  filter: grayscale(100%);
}

/*share*/
.share-btn {
  display: block;
  margin: 10px 0;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
.share-btn i {
  margin-right: 8px;
}
.share-btn.fb {
  background: #3b5998;
}
.share-btn.tw {
  background: #1da1f2;
}
.share-btn.in {
  background: #0077b5;
}
.share-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/*Yasal Uyarı*/
.legal-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.legal-notice .item {
  width: calc(50% - 15px);
  font-size: 14px;
  border: 1px solid #DDE1E6;
  color: #101827;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legal-notice .item a {
  padding: 20px;
  color: #101827;
  font-size: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.legal-notice .item a:hover {
  background: #0055B8;
  color: #fff;
}

.bg-green {
  background: #82DB5C;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177px;
  font-size: 26px;
  font-style: italic;
  border-radius: 43px;
  padding: 25px;
}
@media (max-width: 980px) {
  .bg-green {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .bg-green {
    font-size: 20px;
  }
}

#popup-form {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  #popup-form {
    width: 95%;
  }
}
@media (max-width: 980px) {
  #popup-form #dvProductFormMessage {
    text-align: center;
  }
}

.back-title {
  padding: 40px 0 0;
}
.back-title a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0055B8;
}
.back-title a i {
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  transition: 0.6;
}
.back-title:hover span {
  transform: rotate(360deg);
  transition: transform 0.6s ease;
}
.back-title:hover i {
  font-weight: 500;
}

.temsa-in-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 40px 0;
}
@media (max-width: 640px) {
  .temsa-in-numbers {
    padding: 10px 0;
  }
}
.temsa-in-numbers .item {
  width: calc(33.33% - 10px);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 15px;
  height: 200px;
  justify-content: left;
  flex-wrap: wrap;
}
.temsa-in-numbers .item img {
  width: calc(25% - 20px);
}
@media (max-width: 640px) {
  .temsa-in-numbers .item img {
    width: 30px;
  }
}
@media (max-width: 980px) {
  .temsa-in-numbers .item {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  .temsa-in-numbers .item {
    width: calc(50% - 8px);
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .temsa-in-numbers .item {
    width: calc(50% - 8px);
    align-content: center;
    flex-direction: column;
    text-align: center;
    height: auto;
  }
}
.temsa-in-numbers .item p {
  font-size: 23px;
}
@media (max-width: 1366px) {
  .temsa-in-numbers .item p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .temsa-in-numbers .item p {
    font-size: 16px;
  }
}
.temsa-in-numbers .item p {
  margin-bottom: 0;
  line-height: 130%;
  font-weight: 500;
  color: #0055B8;
  width: calc(80% - 40px);
}
@media (max-width: 640px) {
  .temsa-in-numbers .item p {
    width: 100%;
  }
}
.temsa-in-numbers .item p strong {
  font-size: 30px;
}
@media (max-width: 980px) {
  .temsa-in-numbers .item p strong {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .temsa-in-numbers .item p strong {
    font-size: 18px;
  }
}

.mail-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  min-width: 180px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .mail-dropdown{
     margin-top: 23px;
  }
  .header-fixed .mail-dropdown {
    margin-top: 28px;
  }
}
.mail-dropdown .level-0 > a {
  display: none;
}
.mail-dropdown ul {
  list-style: none;
  margin: 0;
}
.mail-dropdown ul a {
  display: block;
  padding: 15px 14px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}
.mail-dropdown li a:hover {
  background: #0055b8;
  color: #fff;
}

.right-sticky-menu {
  position: fixed;
  top: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
@media (max-width: 640px) {
  .right-sticky-menu {
    display: none;
  }
}
.right-sticky-menu .s-item {
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  width: 45px;
  margin-left: auto;
  overflow: hidden;
  transition: width 0.3s ease;
  white-space: nowrap;
}
.right-sticky-menu .s-item:hover {
  width: 265px;
}
.right-sticky-menu .icon {
  width: 45px;
  text-align: center;
  font-size: 22px;
  flex-shrink: 0;
}
.right-sticky-menu .s-item .icon {
  background: #006dcd;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.right-sticky-menu .s-item .text {
  opacity: 0;
  margin-left: -10px;
  background: #006dcd;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 20px;
  color: #fff;
}
.right-sticky-menu .s-item .text a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.right-sticky-menu .s-item:hover .text {
  opacity: 1;
  margin-left: 10px;
}
.right-sticky-menu .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-sticky-menu .social-icons img {
  max-width: 25px;
}
.right-sticky-menu .social-icons a {
  display: block;
}

.checkBoxText {
  font-size: 16px;
}

@media (max-width: 480px) {
  .checkBoxList {
    flex-direction: column !important;
  }
}

.btnSend {
  height: 48px;
  border: 1px solid #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 40px !important;
  font-weight: 500;
  background-color: #0055B8 !important;
  margin-top: 20px;
}

.btnSend:hover {
  background: #4286d5 !important;
}

/*doğrulama kodu*/
#otpVerifyModal .otp-block {
  max-width: 100%;
  margin: 20px auto;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#otpVerifyModal .otp-block label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 18px;
}
#otpVerifyModal .otp-block .form-input {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
#otpVerifyModal .otp-block .form-input:focus {
  outline: none;
  border-color: #007bff;
}
#otpVerifyModal .otp-block .buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#otpVerifyModal .otp-block .btn {
  flex: 1;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#otpVerifyModal .otp-block .primary-btn {
  background-color: #007bff;
  color: #fff;
}
#otpVerifyModal .otp-block .primary-btn:hover {
  background-color: #0056b3;
}
#otpVerifyModal .otp-block .secondary-btn {
  background-color: #e0e0e0;
  color: #555;
}
#otpVerifyModal .otp-block .secondary-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#otpVerifyModal .otp-block .timer {
  margin-top: 15px !important;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

#otpVerifyModal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#otpVerifyModal .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin: 30px auto;
}

/*doğrulama kodu*/
.ul-p li {
  margin-bottom: 5px !important;
}

.dipNot {
  display: block;
  font-size: 12px;
  line-height: 115%;
  width: 95%;
}

.animate {
  opacity: 0;
}

.fadeInLeft {
  animation: fadeInLeft 0.5s forwards;
}

.fadeInRight {
  animation: fadeInRight 1s forwards;
}

.fadeInDown {
  animation: fadeInDown 0.5s forwards;
}

.fadeInUp {
  animation: fadeInUp 1s forwards;
}

/* Yukarıdan aşağıya */
@keyframes fadeInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Aşağıdan yukarıya */
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Soldan sağa */
@keyframes fadeInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/* Sağdan sola */
@keyframes fadeInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}/*# sourceMappingURL=project.css.map */