@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;
}
.width-flex ul {
  margin-left: 20px;
}
.width-flex img {
  width: 100%;
}

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

.align-items-c {
  align-items: center;
}

.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: 1300px) {
  .wrapper {
    width: 95%;
  }
}

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

.wrapper-full {
  padding-left: 240px;
}
.wrapper-full .title {
  margin-bottom: 20px;
}

.wrapper-full-right {
  padding-left: 0;
  padding-right: 240px;
}
.wrapper-full-right .width-85 {
  padding-left: 50px;
}

.width-85 {
  width: 85%;
}

.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;
  }
}

header {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  padding-top: 45px;
}
@media (max-width: 640px) {
  header {
    position: relative;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.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;
  }
}
@media (max-width: 640px) {
  .header-container-flex .logo {
    width: 200px;
  }
}
.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: 60px;
  font-weight: 400;
  line-height: 115%;
}
@media (max-width: 1600px) {
  .title {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .title {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .title {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .title br {
    display: none;
  }
}

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

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

.technology-text {
  width: 75%;
  margin: 100px auto 0;
}

.font-weight-300 {
  font-weight: 300;
}

.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;
}

.slider-text-container .text {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 1274px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .slider-text-container .text {
    width: 95%;
    margin: 0 auto;
  }
}
.slider-text-container .slider-title {
  font-size: 70px;
  color: #fff;
  line-height: 90px;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .slider-text-container .slider-title {
    font-size: 60px;
    line-height: 70px;
  }
}
.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: 1300px) {
  .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;
}

/*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;
}

.more-black {
  font-size: 20px !important;
  color: #1E1E1E;
  position: relative;
  padding-bottom: 12px;
}
@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;
}

.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;
}
.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;
}

.btn-header {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.btn-header .download {
  border: 1px solid white;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  gap: 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;
  }
}

.abouts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1300px) {
  .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: 1300px) {
  .abouts-container .abouts-text {
    padding: 0;
    width: calc(50% - 40px);
  }
}
@media (max-width: 980px) {
  .abouts-container .abouts-text {
    width: 100%;
    padding: 0 40px;
  }
}
.abouts-container .abouts-text p {
  font-size: 22px;
  line-height: 30px;
  width: 585px;
}
@media (max-width: 1300px) {
  .abouts-container .abouts-text p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .abouts-container .abouts-text p {
    font-size: 18px;
  }
}

/*Products Hone*/
.products-container {
  margin-top: 115px;
  position: relative;
}
@media (max-width: 640px) {
  .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;
}
.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;
}
.tabs-wrapper .tab {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px 7px;
  cursor: pointer;
  transition: background 0.3s;
}
.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: 980px) {
  #whyTemsa::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(240, 240, 240, 0.7);
    position: absolute;
  }
}
@media (max-width: 640px) {
  #whyTemsa::after {
    display: none;
  }
}
@media (max-width: 1600px) {
  #whyTemsa {
    background-position: right -135px top;
  }
}
@media (max-width: 1300px) {
  #whyTemsa {
    background-position: right -210px top;
  }
}
@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: 640px) {
  #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;
  }
}
#whyTemsa .title {
  padding-top: 180px;
  padding-bottom: 80px;
}
@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: 40px 40px 20px;
  }
}
#whyTemsa .img {
  display: none;
}
@media (max-width: 640px) {
  #whyTemsa .img {
    display: block;
  }
}
@media (max-width: 640px) {
  #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;
    flex-direction: column;
    align-items: flex-start;
  }
}
.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;
}

/*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: 1300px) {
  .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: 1300px) {
  .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%;
  }
}
.services-container .services-text p {
  font-size: 22px;
  line-height: 30px;
  width: 585px;
}
@media (max-width: 1300px) {
  .services-container .services-text p {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
}
.services-container .services-text .width-flex {
  margin: 45px 0;
  gap: 30px;
}
@media (max-width: 640px) {
  .services-container .services-text .title {
    margin-bottom: 15px;
  }
}

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

.news-slider .news-item:hover .news-text .more-black {
  opacity: 1;
}
.news-slider .news-item .news-text {
  padding: 25px;
}
.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;
}
.news-slider .news-item .news-text .more-black {
  font-size: 16px !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.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;
  }
}
#temsaWorld .transform-container {
  left: 60px;
}
#temsaWorld .transform-container .title-transform {
  color: #1E1E1E !important;
}

.temsa-world-container {
  padding-left: 110px;
}
.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%;
  }
}
.temsa-world-container .more-black {
  padding-top: 30px;
  display: block;
  font-size: 16px !important;
  padding-bottom: 8px;
}

/*Home Other*/
#temsaOther {
  padding: 80px 0;
}

.temsa-other-container {
  display: flex;
  gap: 20px;
}
.temsa-other-container .other-img {
  display: block;
}
.temsa-other-container .temsa-other-item {
  position: relative;
}
.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;
  }
}

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

.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;
}
.footer-menu > ul {
  display: flex;
  gap: 90px;
}
.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;
}
.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;
}
.footer-container-center .footer-center-left .footer-link a:last-of-type:after {
  display: none;
}
.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*/
#detailHeader {
  position: relative;
}
#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;
}
#detailHeader .detail-header p {
  font-size: 28px;
  color: #fff;
  width: 900px;
  font-weight: 300;
}

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

/*detail text*/
.detail-container {
  margin-top: 60px;
  padding-bottom: 120px;
}
.detail-container .detail-text ul {
  margin-left: 20px;
  margin-bottom: 25px;
}
.detail-container .detail-text ul li {
  margin-bottom: 10px;
}
.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);
}
.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 {
  display: block;
  width: 100%;
}

.products-list-container .transform-container .title-transform {
  font-size: 40px;
  top: 30px;
}
.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;
}
.products-list-container .coaches-list:nth-child(1) {
  margin-top: 50px;
}
.products-list-container .coaches-list:last-of-type {
  margin-bottom: 0;
}

.electrification-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.electrification-list .electrification-item {
  width: calc(50% - 40px);
  position: relative;
}
.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;
}
.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;
}
.electrification-list .electrification-item .products-img img {
  padding-bottom: 10px;
  z-index: 1;
}

.products-detail-container .transform-container {
  left: -75px;
}
.products-detail-container .product-detail-text-2 {
  margin: 120px auto 0;
}
.products-detail-container .product-detail-text-2 .not {
  font-size: 22px;
  width: 1000px;
  text-align: center;
  margin: 0 auto 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;
}

/*scroll navbar menu*/
.bottom-menu-link {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 40px;
  background: #D3D3D3;
  padding: 30px 40px;
  z-index: 2;
}

.scroll-navbar ul {
  display: flex;
  gap: 20px;
}
.scroll-navbar ul li {
  list-style: none;
}

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

.scroll-navbar ul li:after {
  content: "|";
  padding-left: 20px;
}
.scroll-navbar ul li a {
  font-weight: 400;
}
.scroll-navbar ul li:last-of-type:after {
  display: none;
}

.link-list {
  display: flex;
  align-items: center;
  gap: 17px;
}

.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;
}

.content-section {
  margin-bottom: 100px;
}

/*accordion*/
.accordion-item {
  border-radius: 4px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.accordion-header {
  padding: 45px 60px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  background: #CDD1D5;
}
.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;
}

.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;
}
.detail-more-list > div {
  width: calc(50% - 18px);
}
.detail-more-list a {
  width: 100%;
  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;
}

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

.products-detail-text {
  margin-top: 100px;
}

/**/
.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;
}
.detail-bottom-menu .subMenu1 .more-content-list,
.detail-bottom-menu .subMenu2 .more-content-list {
  margin-top: 15px;
  margin-bottom: 10px !important;
}
.detail-bottom-menu .level0 {
  display: none;
}
.detail-bottom-menu .subMenuContainer.subMenu0::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 .detail-bottom-title {
  color: #1E1E1E;
  font-size: 60px;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  line-height: 100%;
}
.detail-bottom-menu .detail-bottom-title i,
.detail-bottom-menu .detail-bottom-title em {
  width: 365px;
  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;
}
.detail-bottom-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin-top: 35px;
  gap: 10px;
  margin-left: 0 !important;
}
.detail-bottom-menu nav ul li {
  width: calc(50% - 30px);
  font-size: 18px;
  color: #1E1E1E;
  margin-left: 20px;
  margin-bottom: 0 !important;
}
.detail-bottom-menu nav ul li a {
  color: #1E1E1E;
  transition: 0.5s;
}
.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% */
}
.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: absolute;
  z-index: 1;
  text-align: center;
  width: 1274px;
  left: 0;
  right: 0;
  margin: 200px auto 0;
}
@media (max-width: 1300px) {
  .why-temsa-page-container {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .why-temsa-page-container {
    position: relative;
    margin: 0;
    padding: 50px 0 0;
  }
}
.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 .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: 1300px) {
  .why-temsa-page-container .why-temsa-page-bottom .item {
    width: calc(50% - 15px);
  }
}
@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;
  }
}

/**/
.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;
}
.bg-flex-list .bg-item .bg-text {
  padding: 30px;
}
.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;
}

/*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;
}
.information-list .item a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #1E1E1E;
  gap: 22px;
  width: 100%;
  padding: 0;
}
.information-list .item .icon {
  background: #0055B8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
  align-items: center;
}
.information-list .item .icon img {
  width: 30px;
}
.information-list .item .information-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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;
}

/**Form**/
.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 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 {
  margin-bottom: 13px;
}
.formContainer ol .twoList .item span {
  font-size: 16px;
  color: #2D1F5C;
}
.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% - 15px);
}
.formContainer ol .two:nth-child(2n) {
  margin-left: 20px;
}
.formContainer .captchaTwo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formContainer #btnCommunicationFormSave {
  height: 48px;
  border: 1px solid #fff;
  border-radius: 90px;
  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: 1329px;
  padding: 18px 60px 18px 18px;
  z-index: 99999;
  margin: 35px auto 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.searchForm #txtKeyword {
  font-family: "TT Norms";
}
.searchForm .form-control:focus {
  border-color: #daa529;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(218, 165, 41);
}
.searchForm input {
  border: none;
  height: 60px;
  border-radius: 14px;
  font-family: "TT Norms";
  font-size: 18px;
}
.searchForm .btn-dark {
  color: #000;
  background-color: #fff;
  margin-left: 20px;
  padding: 0 20px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
}
.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;
}
.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: #050a1b;
  color: #fff;
}
.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;
}
.search-detail .panel-heading a {
  color: #fff;
}
.search-detail #ledissearchmain-btnSearch {
  background: #0055B8 !important;
  color: #fff !important;
  border: none !important;
}
.search-detail #ledissearchmain-btnClear {
  border: none !important;
  background: #050a1b !important;
  color: #fff !important;
}

/*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(20% - 16px);
  font-size: 18px;
}
.specs-sss p strong {
  font-size: 30px;
  font-weight: 400;
  padding-top: 8px;
  display: block;
  line-height: 100%;
}

/*Tabs*/
.temsa-table {
  width: 100%;
  margin-bottom: 25px;
}
.temsa-table tr td {
  padding: 15px;
  background: #CDD1D5;
}
.temsa-table tr:nth-child(2n) td {
  background: #f9f8f8;
}
.temsa-table tr th {
  padding: 15px;
  background: #0055B8;
  color: #fff;
}
.temsa-table tr p {
  margin: 0 !important;
}

/*YearList*/
.year-container-list .dropdown-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  background: #080d21;
  width: 600px;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 20px;
}

.year-container-list .dropdown-label {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 20px;
}

.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;
}

.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*//*# sourceMappingURL=project.css.map */