@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--bs-genel-metin-color);
}

:root {
    --bs-nav-link-font-size: 16px;
    --bs-genel-metin-color: #4A4A4A;
    --bs-color-beyaz: #fff;
    --bs-color-mavi: #00B5BF;
    --bs-bg-mavi: #00B5BF;
}

.bg-mavi { background:#00B5BF; }
.bg-gri { background:#EEE; }
.color-beyaz { color:#fff !important; }
.color-mavi { color:#00B5BF !important; }
.color-gri { color:#4A4A4A !important; }

.fs-7 { font-size: 3rem !important; }


.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; 
    background: rgba(255,255,255,0.93) !important; 
}

.navbar {
  --bs-navbar-nav-link-padding-x: 0.9rem;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    height: 100%;
    display: flex !important;
    align-items: center;
    order: 1;
  }
}

.navbar-nav {
  height: 100%;
  align-items: center;
}

.navbar .nav-link {
  color: var(--bs-genel-metin-color);
  display: flex;
  align-items: center;
  height: 100%;
  align-items: center;
  padding: 0.5rem 0;
}

.nav-link:hover{
  color: var(--bs-color-mavi);
}

.navbar > .container {
  display: flex;
  align-items: center;
}

.navbar-toggler {
  order: 3;
}

.navbar-brand {
  padding: 0.5rem 0;    
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-color-mavi);
}

.dropdown-toggle::after { 
    border: none;
}

.navbar .dropdown {
  position: relative;
  height: 100%;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 10px 0 14px 0;
  min-width: 220px;
  top: 100%;             
  left: 0;
  background: rgba(255,255,255,0.93) !important;  
  pointer-events: auto;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.navbar .dropdown-item {
  font-size: .85rem;
  padding: 10px 20px;
  color: #333;
  transition: background-color .2s ease, color .2s ease;
}

.navbar .dropdown-item:hover {
  background-color: #00b5bf;
  color: #f5f5f5;
}

@media (min-width: 1200px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar .dropdown-toggle::after {
  display: none;
}

.search {
    border: 2px solid #00B5BF;
}

.search .form-control {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 0.9rem;
}

.search .btn {
    width: 50px;
    height: 50px;
    padding: 0 !important;
}

.search .btn:hover {
    background: var(--bs-bg-mavi);
    border: none;
    box-shadow: none;
}

.lang-wrapper {
    position: relative;
    width: 100px;
    margin-right: 10px;
    margin-left: 12px;  
    order: 3;              
}

.lang-toggle {
    background: var(--bs-bg-mavi);
    color: #fff;
    height: 50px;
    border-radius: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    position: relative;
}

.lang-toggle img {
    width: 20px;
	margin-left:5px;
}

.lang-menu {
    list-style: none;
    padding: 25px 20px 20px 20px;
    margin: 0;
    background: var(--bs-bg-mavi);
    width: 100%;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .25s ease;
}

.lang-wrapper.open .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-menu li {
    padding: 7px 0;
}

.lang-menu li a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.lang-menu li:hover {

}

.hero-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .hero-video iframe {
        width: 177.78vh;
        height: 56.25vw;
        min-width: 100vw;
        min-height: 100vh;
    }
}

@media (max-width: 1024px) {
    .hero-video {
        height: 56.25vw;
    }

    .hero-video iframe {
        width: 100vw;
        height: 56.25vw;
    }
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.brand {
    z-index: 10;
    background: rgba(255,255,255,0.93) !important;
    padding: 20px 10px;
    width: 70px;
    border-radius: 0px 20px 20px 0px;
}

.brand a {
    padding: 10px 0;
}

.brand a img {
    width: 50px;
}

.manufacturing {

}

.mf-scroll {
  display: flex;
  gap: 16px;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.mf-scroll::-webkit-scrollbar {
  display: none;
}
.mf-scroll {
  scrollbar-width: none;
}

.mf-item {
  scroll-snap-align: start;
  flex: 0 0 100%; 
}

@media (min-width: 768px) {
  .mf-item {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 1025px) {
  .mf-item {
    flex: 0 0 calc(33.333% - 11px);
  }
}

.mf-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 3;
}

.mf-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: flex-end;
  padding: 16px;

  background: linear-gradient(
    to top,
    rgba(0,0,0,.55),
    rgba(0,0,0,.25),
    rgba(0,0,0,0)
  );

  opacity: 0;
  transition: opacity .25s ease;
}

.mf-overlay span {
  color: #fff;
  font-size: .9rem;
  transform: translateY(6px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.mf-box:hover .mf-overlay {
  opacity: 1;
}
.mf-box:hover .mf-overlay span {
  transform: translateY(0);
  opacity: 1;
}

.mf-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.mf-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfcfcf;
  transition: background-color .25s ease, transform .25s ease;
}

.mf-dot.active {
  background: #00b5bf;
  transform: scale(1.2);
}

.head-line img {
    width: 350px;
}

.global-band {
  background: #B4B4B4;
}

.global-media {
  padding: 22px;
}

.global-media img {
  object-fit: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  max-height: 420px;
  position: relative;
  top: 30px;
}

.global-content {
  padding: 38px 44px;
  background: url(../img/global-badge.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom ;
  position: relative;
}

.global-badge {
  width: 120px;
  height: auto;
}


.global-desc {

}

.export-tabs {
  position: relative;
  left: 25%;
  top: 14%;
  display: flex;
  flex-direction: row;
}

.export-tab-content {
  margin-top: 30px;  
}

.export-tabs .nav-link {
  border: none;
  background: none;
  font-size: 1.1rem;
  color: #8c8c8c;
  position: relative;
  padding: 13px 30px;
  transition: all .3s ease;
  border-radius: 25px;
}

.export-tabs .nav-link:hover {
  color: var(--bs-color-mavi);
}

.award-text {
    height: 100px;
}

.export-tabs .nav-link.active {
  color: var(--bs-color-beyaz);
  background: var(--bs-bg-mavi);
  font-weight: 500;
  border-radius: 25px;
}

.export-tabs .nav-item {
    border-right: 1px solid #B9B9B9;
    padding: 0px 25px ;
}

.export-tabs .nav-item:last-child {
    border-right: none;
}

.export-tabs .nav-item:first-child {
    padding-left:0;
}

.export-tab-content .tab-pane {
  animation: fadeSlide .4s ease;
}

.tab-pane {
    padding-right: 70px;
}

.award-img {
  animation: awardImage .95s cubic-bezier(.22,1,.36,1);
}

@keyframes awardImage {
  from {
    opacity: 0;
    transform: translateX(-40px) scale(.94);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.award-title {
  animation: awardTitle .45s ease-out;
}

@keyframes awardTitle {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.award-desc {
  animation: awardDesc .5s ease-out;
  animation-delay: .12s;
}

@keyframes awardDesc {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.award-img,
.award-title,
.award-desc {
  will-change: transform, opacity;
}

.product-section {
    background: #D0D0D0;
    background: linear-gradient(180deg,rgba(208, 208, 208, 1) 0%, rgba(233, 233, 233, 1) 50%, rgba(208, 208, 208, 1) 100%);
}

.product-tabs .nav-link {
  border: none;
  background: none;
  color: #6f6f6f;
  font-size: .95rem;
  padding: 12px 25px;
  transition: all .3s ease;
  text-align: left;
  border-radius: 25px;
  transition: 
    background-color .2s ease,
    color .2s ease,
    transform .15s ease,
    box-shadow .15s ease;
}

.product-tabs .nav-link:hover {
  color: var(--bs-color-mavi);
  transform: scale(1.05);
}

.product-tabs .nav-link.active {
  background: var(--bs-bg-mavi);
  color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 9px rgba(0, 181, 191, .45);
}


.product-tabs .nav-item {
    /*border-right: 1px solid #B9B9B9;
    padding: 0px 15px ;*/
}

.product-tabs .nav-item:last-child {
    border-right: none;
}

.product-tabs .nav-item:first-child {
    padding-left:0;
}

#productSlider {
  min-height: 300px;
}

#productSlider .carousel-inner {
  height: 100%;
}

#productSlider .carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .25s ease;
}

#productSlider .carousel-item.active {
  position: relative;
  opacity: 1;
}

.product-title {
  animation: productTitle .45s ease-out;
}

.product-desc {
  animation: productDesc .5s ease-out;
  animation-delay: .1s;
}

.product-img {
  animation: productImg .9s cubic-bezier(.22,1,.36,1);
}

@keyframes productImg {
  from {
    opacity: 0;
    transform: translateX(40px) scale(.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes productTitle {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes productDesc {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: static !important;
  width: auto !important;
  padding: 0;
  text-align: center;
  opacity: 1 !important;

}

.carousel-control-prev img,
.carousel-control-next img {
  width: 40px !important;

}

.news-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    box-shadow .45s ease;
}

.news-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
  border-radius: 18px;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
  border-radius: 18px;
}

.news-card:hover .news-img {
  transform: scale(1.08);
  border-radius: 18px;
}

.news-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;

  background: rgba(0,181,191,.6);
  backdrop-filter: blur(6px);

  border-radius: 50px;
  padding: 18px 22px;

  transform: translateY(120%);
  transition: transform .45s cubic-bezier(.22,1,.36,1);

  z-index: 2;
}

.news-card:hover .news-overlay {
  transform: translateY(0);
}

.news-label {
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.3;
}

.news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.35),
    rgba(0,0,0,0)
  );
  opacity: 0;
  transition: opacity .35s ease;
}

.news-card:hover::after {
  opacity: 1;
}

.final-features {
  height: 490px;
  background: url("../img/features-bg.jpg") left / cover no-repeat #101D22;
}

.feature-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 181, 191, .7);
  backdrop-filter: blur(6px);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.22,1,.36,1);
  z-index: 1;
}

.feature-item:hover::before {
  transform: translateX(0);
}

.feature-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  transition: transform .4s ease;
}

.feature-content img {
  width: 64px;
  margin-bottom: 14px;
  transition: transform .4s ease;
}

.feature-content span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .5px;
}

.feature-item:hover .feature-content {
  transform: translateY(-6px);
}

.feature-item:hover img {
  transform: scale(1.1);
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  bottom: 0%;
  width: 1px;
  background: rgba(255,255,255,.25);
  z-index: 3;
}

.feature-item,
.feature-item::before,
.feature-content {
  will-change: transform;
}

#bt-breadcrumb{
	margin-top:105px;
	background: url(../img/hakkimizda_banner.jpg) no-repeat 100% 100%;
    background-size: cover;
}

#bt-breadcrumb h1{
	padding-top:255px;
	color:#00b5bf;
}

#bt-breadcrumb a{
	color:#fff;
	text-decoration:none;
}

#bt-breadcrumb span{
	color:#fff;
	padding:0px 10px;
}

#i-breadcrumb{
	margin-top:105px;
	background: url(../img/iimg1.jpg) no-repeat 100% 100%;
    background-size: cover;
}

#i-breadcrumb h1{
	padding-top:255px;
	color:#00b5bf;
}

#i-breadcrumb a{
	color:#fff;
	text-decoration:none;
}

#i-breadcrumb span{
	color:#fff;
	padding:0px 10px;
}

#t-breadcrumb{
	margin-top:105px;
	background: url(../img/timg1.jpg) no-repeat 100% 100%;
    background-size: cover;
}

#t-breadcrumb h1{
	padding-top:255px;
	color:#00b5bf;
}

#t-breadcrumb a{
	color:#fff;
	text-decoration:none;
}

#t-breadcrumb span{
	color:#fff;
	padding:0px 10px;
}

#u-breadcrumb{
	margin-top:105px;
	background: url(../img/uimg1.jpg) no-repeat 100% 100%;
    background-size: cover;
}

#u-breadcrumb h1{
	padding-top:255px;
	color:#00b5bf;
}

#u-breadcrumb a{
	color:#fff;
	text-decoration:none;
}

#u-breadcrumb span{
	color:#fff;
	padding:0px 10px;
}

#about-section1{
	margin-top:68px;
	margin-bottom:50px;
	color:#4A4A4A;
	font-size:17px;
}

#about-section1 h1{
	font-size:60px;
}

#about-section2{
	margin-top:68px;
	margin-bottom:50px;
	color:#4A4A4A;
	font-size:17px;
	background: transparent linear-gradient(0deg, #D0D0D0 0%, #E9E9E9 51%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#about-section2 h1{
	font-size:60px;
}

#about-section1new{
	margin-top:68px;
	margin-bottom:150px;
	color:#fff;
	font-size:17px;
	background: #00B5BF;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#about-section1new h1{
	font-size:50px;
}

#about-section1new #right{
	overflow-y: scroll;
    height: 530px;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}

#about-section1new #right::-webkit-scrollbar {
    width: 6px;
}

#about-section1new #right::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

#about-section1new #right::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
}

#about-section1new #right::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}

#uretim-section{
	margin-top:68px;
	margin-bottom:50px;
	color:#4A4A4A;
	font-size:17px;
	background: transparent linear-gradient(0deg, #D0D0D0 0%, #E9E9E9 51%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#uretim-section h1{
	font-size:50px;
}

#uretim-section .tttauto{
	font-size:17px;
	color:#4A4A4A;
}

#uretim-section2{
	margin-top:68px;
	margin-bottom:50px;
	color:#fff;
	font-size:17px;
	background: #00B5BF;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#uretim-section2 h1{
	font-size:50px;
}

#uretim-section2 .tttauto{
	font-size:17px;
	color:#fff;
}

#imgroundedurtm{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.ttt-link-btn {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}
.ttt-link-white {
	background: #fff;
	color: #00B5BF;
}
.ttt-link-white:hover {
	background: #e0e0e0;
	color: #00B5BF;
}
.ttt-link-teal {
	background: #00B5BF;
	color: #fff;
}
.ttt-link-teal:hover {
	background: #009aa3;
	color: #fff;
}

#about-section3{
	background:#00B5BF;
	margin-top:80px;
}

#about-section3 .global-content{
	background: url(../img/himg4.jpg);
	padding: 38px 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

#about-section3 #image-position{
	object-fit: cover;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    max-height: 420px;
    position: relative;
    top: -30px;
}

#imgroundeds{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#imgroundedsmt{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-top: -180px;
}

#tarihcealan {
  --ta-accent: #00BCD4;
  --ta-accent-dark: #0097A7;
  --ta-muted: #6c757d;
  --ta-line: #dde1e6;
  --ta-dot: #c4c9cf;
}

.tarihcealan-panel {
  background: transparent linear-gradient(0deg, #D0D0D0 0%, #E9E9E9 51%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  overflow: hidden;
}
.tarihcealan-panel .row { min-height: 300px; }

.tarihcealan-info {
  padding: 40px 36px;
  display: flex; flex-direction: column; justify-content: center;
}
.tarihcealan-label {
  font-size: 17px; font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.tarihcealan-title {
  font-size: 60px;
  color: #4A4A4A; line-height: 1.1;
  transition: opacity .3s;
}
.tarihcealan-subtitle {
  display:none;
}
.tarihcealan-desc {
  font-size: 17px; color: #4A4A4A;
  margin-top:17px;
  max-width: 400px;
  transition: opacity .3s;
}

.tarihcealan-arrows { margin-top: 24px; display: flex; gap: 10px; }
.tarihcealan-arrows .btn {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; transition: all .25s; border:0px;
}
.tarihcealan-arrows .btn:disabled { border:0px; }
.tarihcealan-arrows .btn:active { border:0px; }
.tarihcealan-arrows .btn svg {
  width: 20px; height: 20px; fill: none;
  stroke: currentColor; stroke-width: 2.5;
  stroke-linecap: round; stroke-linejoin: round;
}

.tarihcealan-img {
  background-size: cover; background-position: center;
  min-height: 260px;
  transition: opacity .3s;
}

.tarihcealan-panel.ta-fading .tarihcealan-title,
.tarihcealan-panel.ta-fading .tarihcealan-subtitle,
.tarihcealan-panel.ta-fading .tarihcealan-desc,
.tarihcealan-panel.ta-fading .tarihcealan-img {
  opacity: 0;
}

.tarihcealan-timeline {
  padding: 75px 0 16px;
  overflow: hidden;
  position: relative;
}
.tarihcealan-timeline::-webkit-scrollbar { display: none; }

.tarihcealan-nav {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0 30px;
  gap: 0;
  justify-content: start;
  transition: transform .5s cubic-bezier(.25, .8, .25, 1);
  will-change: transform;
}

.tarihcealan-nav::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 32px;
  right: 32px;
  height: 2px;
  background: var(--ta-line);
  pointer-events: none;
}

#tarihcealanProgress {
  position: absolute; top: 8px; left: 32px;
  height: 3px; background: var(--ta-accent);
  border-radius: 2px; transition: width .5s ease; z-index: 1;
  pointer-events: none;
}

.tarihcealan-dot-btn {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 130px;
}

.tarihcealan-dot-btn:focus { outline: none; }
.tarihcealan-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: #B9B9B9; border: 3px solid #B9B9B9;
  transition: all .35s ease;
}
.tarihcealan-dot-btn:hover .tarihcealan-dot {
  border-color: var(--ta-accent); transform: scale(1.15);
}
.tarihcealan-dot-btn.active .tarihcealan-dot {
  background: var(--ta-accent); border-color: var(--ta-accent);
  transform: scale(1.35);
  box-shadow: 0 0 0 6px rgba(0,188,212,.15);
}
.tarihcealan-dot-btn.visited .tarihcealan-dot {
  background: var(--ta-accent); border-color: var(--ta-accent);
}

.tarihcealan-dot-year {
  margin-top: 15px; font-size: 20px;
  color: #4A4A4A; transition: all .3s;
}
.tarihcealan-dot-caption {
  font-size: 13px;
  color: #4A4A4A;
  margin-top: 0;
  max-width: 140px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
  transition: all .3s;
}
.tarihcealan-dot-btn.active .tarihcealan-dot-year {
  color: #fff; font-size: 20px; font-weight: 600;
}
.tarihcealan-dot-btn.active .tarihcealan-dot-caption {
  color: #fff; font-weight: 500;
}
.tarihcealan-dot-btn.visited .tarihcealan-dot-year {
  color: var(--ta-accent-dark);
}
.tarihcealan-dot-btn .tarihcealan-dot-label {
  display: flex; flex-direction: column; align-items: center;
  margin-top: 15px; padding: 0px 10px 10px 10px; border-radius: 20px;
  transition: all .3s;
}
.tarihcealan-dot-btn.active .tarihcealan-dot-label {
  background: var(--ta-accent);
}

@media (max-width: 767.98px) {
  .tarihcealan-info { padding: 24px 20px; }
  .tarihcealan-img { min-height: 200px; }
  .tarihcealan-panel .row { min-height: auto; }
  .tarihcealan-arrows { display:none !important;}
  #uretim-section h1{margin-top:25px;}
  #uretim-section2 h1{margin-top:25px;}
  .tarihcealan-dot-btn {
    flex: 0 0 100px;
  }
  .tarihcealan-dot-caption {
    max-width: 90px;
    font-size: 11px;
  }
  .tarihcealan-dot-year {
    font-size: 16px;
  }
  .tarihcealan-timeline {
    padding: 40px 0 16px;
  }
}

.footer {
  background: #F8F8F8;
}

.footer-top {
  background: #00b5bf;
  color: #fff;
  padding: 14px 0;
}

.footer-follow {
  font-size: .9rem;
  opacity: .9;
}

.footer-social {
  width: 20px;
  color: #fff;
  font-size: .85rem;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer-social:hover {
  opacity: .7;
}

.footer-top-link {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  transition: opacity .2s ease;
}

.footer-top-link:hover {
  opacity: .7;
}

.footer-top-link .arrow {
  margin-left: 6px;
}

.footer-main {
  font-size: .85rem;
  color: #6f6f6f;
}

.footer-logo {
  max-width: 90px;
}

.footer-copy {
  font-size: .8rem;
  line-height: 1.6;
}

.footer-title {
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-left: 14px;
}

.footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  bottom: 4px;
  height: 32px;
  width: 2px;
  background: #00b5bf;
}

.footer-list {
  list-style: none;
  padding-left: 14px;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #6f6f6f;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-list a:hover {
  color: #00b5bf;
}

#aramasonucu {
    border: 2px solid #00B5BF;
    border-radius: 20px;
    margin-top: 6px;
    padding: 8px 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.08);
}
#aramasonucu a {
    display: block;
    text-decoration: none;
    color: #00B5BF;
	border-radius: 20px;
}
#aramasonucu a:hover {
    background: #f2fbfc;
}
#aramasonucu .p-2 {
    padding: 8px 16px !important;
}

@media (max-width: 991px) {
  .final-features {
    height: auto;
  }

  .feature-item {
    min-height: 220px;
  }

  .feature-item::before {
    transform: translateY(-100%);
  }

  .feature-item:hover::before {
    transform: translateY(0);
  }

  .global-media { padding: 16px; }
  .global-content { padding: 24px 18px; }
  .global-media img { max-height: 320px; }
}

@media (min-width: 1200px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    order: 4;
    width: 100%;
    padding: 12px 0;
  }

  .navbar-nav {
    height: auto;
    align-items: flex-start;
    gap: 6px;
  }

  .navbar .nav-link {
    height: auto;
    padding: 10px 0;
  }

  .navbar .dropdown {
    height: auto;
  }

  .navbar .dropdown-menu {
    position: static !important;
    opacity: 1;
    transform: none;
    background: #f5f5f5 !important;
    border-radius: 8px;
    box-shadow: none;
    padding: 4px 0;
  }

  .navbar .dropdown:hover .dropdown-menu:not(.show) {
    display: none;
    opacity: 0;
  }

  .navbar .dropdown-menu.show {
    display: block;
  }
}

@media (max-width: 1024px) {
  .brand {
    display: none !important;
  }

  .fs-7 {
    font-size: 2.5rem !important;
  }

  .fs-6 {
    font-size: 0.8rem !important;
  }

  .header-wrapper {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.97) !important;
  }
  #bt-breadcrumb{
	margin-top:0px;
  }
  #i-breadcrumb{
	margin-top:0px;
  }
  #t-breadcrumb{
	margin-top:0px;
  }
  #u-breadcrumb{
	margin-top:0px;
  }
  .navbar {
    align-items: center;
  }

  .navbar-nav {
    height: auto;
    align-items: flex-start;
    gap: 6px;
  }

  .navbar .nav-link {
    height: auto;
    padding: 10px 0;
  }

  .navbar > .container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .navbar-brand { 
    margin-right: 0; 
  }

  .navbar-brand img {
    max-height: 50px;
  }

  .search {
    width: 100%;
    margin: 10px 0 !important;
    order: 2;
  }

  .search .form-control {
    width: 100%;
  }

  .lang-wrapper {
    width: 65px; 
    margin-left: auto;      
    margin-right: 10px;
    order: 2; 
  }

  .lang-toggle {
    justify-content: space-between;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    font-size: .8rem;
    order: 3;       
    margin-left: 0;
  }

  .lang-menu {
    top: 16px;
  }

  .global-content {
    background-position: right -50px bottom;
  }

  .award-title {
    font-size: 1.5rem !important;
  }

  .award-line{
    display: none;
  }

  .award-text {
    height: 70px;
  }

  .export-tabs {
    top: 5%;
  }

  .export-tabs .nav-link {
    font-size: 0.9rem;
  }

  .final-features {
    height: 400px;
    background: url(../img/features-bg.jpg) left / cover no-repeat #101D22;
  }

  .feature-item {
    height: 400px;
  }
  
  #imgroundedsmt{
	margin-top: 0px;
  }
}

@media (max-width: 768px) {
    .global-content {
        background-position: right -50px bottom 100px;
        background-size: 65%;
    }

    .export-tab-content {
        margin-top: 0px; 
    }

    .award-logo img {
        width: 80px;
    }

    .award-text {
        margin-top: 0.8rem !important;
    }

    .product-tabs {
        margin-bottom: 0.7rem !important;
    }

    .product-tabs img {
        display: none;
    }

    .product-tabs .nav-item {
        margin: 10px 5px;
    }

    .product-tabs .nav-link {
        border: 1px solid #c8c8c8;
        border-radius: 25px;
        font-size: .8rem;
    }

    .final-features {
        height: 300px;
    }

    .feature-item {
        height: 300px;
    }

}


@media (max-width: 575.98px) {
    .head-line img {
        width: 250px;
        margin-top: 20px;
    }

    .fs-6 {
        font-size: 0.8rem !important;
    }

    .manufacturing-detail {
        margin-top: 15px;
    }

  .global-content {
    background: none;
    padding: 22px 18px;
  }

  .global-title .fs-7 {
    font-size: 2rem !important;
    line-height: 1.1;
  }

  .global-desc {
    font-size: .9rem;
    padding-right: 0;
  }

  .global-media img {
    max-height: 240px;
    top: 0px;
    border-radius: 0;
  }

  .global-content {
    text-align: center;
  }

    .tab-pane {
        padding-right: 0 !important;
    }

    .award-img {
        width: 60%;
    }

    .export-tabs {
        right: 0%;
        flex-direction: column;
        align-items: flex-end;
    }

    .export-tabs .nav-item {
        border-right: none;
        margin-top: 10px;
    }

    .tab-pane-detail {
        text-align: center;
    }

    .award-logo {
        margin-top: 10px;
    }

    .product-img {
        width: 70%;
    }

    #productSlider {
        padding-bottom: 65px;
    }

    .carousel-buton img {
        width: 100%;
        margin-right: 0.5rem !important;
    }

    .final-features {
        height: 450px;
        background: url(../img/features-bg.jpg) left / cover no-repeat #101D22;
    }

    .feature-item {
        height: 225px;
        border-bottom: 1px solid #4e595d;
    }

    .basadon {
        margin-top: 20px;
    }

}

#catalogpage .form-control {
  border: 1px solid #B9B9B9;
  background:#EEEEEE;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: .9rem;
  color: #4A4A4A;
  height:60px;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#contactpage .form-control {
  border: 1px solid #B9B9B9;
  background:#EEEEEE;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: .9rem;
  color: #4A4A4A;
  height:60px;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#contactpage .textarea {
  height:120px;
}

.form-control:focus {
  border-color: #00B5BF;
  box-shadow: 0 0 0 3px rgba(0, 181, 191, .15);
}

.form-control::placeholder {
  color: #b0b0b0;
}

.form-group label {
  font-size: .85rem;
  color: #4A4A4A;
  margin-bottom: 6px;
}

.btn-primary {
  background: #00B5BF;
  border: none;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: .95rem;
  font-weight: 500;
  color: #fff;
  transition: background .25s ease, transform .15s ease, box-shadow .15s ease;
}

.btn-primary:hover {
  background: #009aa3;
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 181, 191, .35);
}

.btn-primary:active {
  background: #008a92;
  transform: scale(.98);
}

#captcha {
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}

#catalogpage{
	background: #EEEEEE 0% 0% no-repeat padding-box;
	border-radius: 16px;
}

#contactpage #left{
	background: #00B5BF 0% 0% no-repeat padding-box;
	border-radius: 16px;
	color:#FFFFFF;
	height:100%;
}

#contactpage #right{
	background: #EEEEEE 0% 0% no-repeat padding-box;
	border-radius: 16px;
}

#contactpage #left,
#contactpage #right {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

#contactpage #left:hover,
#contactpage #right:hover {
    transform: scale(1.03);
    z-index: 2;
}

#contactpage #left::after,
#contactpage #right::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translateX(-100%) translateY(-100%);
    transition: none;
    pointer-events: none;
    z-index: 3;
}

#contactpage #left:hover::after,
#contactpage #right:hover::after {
    animation: contactShine 1.2s ease forwards;
}

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

#uretim-section .carousel,
#uretim-section2 .carousel {
    position: relative !important;
}

#uretim-section .carousel-control-prev,
#uretim-section .carousel-control-next,
#uretim-section2 .carousel-control-prev,
#uretim-section2 .carousel-control-next {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 15% !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    background: none !important;
    border: 0 !important;
    opacity: 0.5 !important;
    transition: opacity 0.15s ease !important;
}

#uretim-section .carousel-control-prev,
#uretim-section2 .carousel-control-prev {
    left: 0 !important;
}

#uretim-section .carousel-control-next,
#uretim-section2 .carousel-control-next {
    right: 0 !important;
}

#uretim-section .carousel-control-prev:hover,
#uretim-section .carousel-control-next:hover,
#uretim-section2 .carousel-control-prev:hover,
#uretim-section2 .carousel-control-next:hover {
    opacity: 0.9 !important;
}

#icon_contc{height:20px;}

#awardsSection .award-has-dropdown {
  position: relative;
}

#awardsSection .award-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 6px 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s;
}

#awardsSection .award-has-dropdown:hover .award-dropdown,
#awardsSection .award-dropdown--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#awardsSection .award-dropdown-item {
  display: block;
  padding: 10px 20px;
  font-size: .82rem;
  color: #4A4A4A;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  white-space: nowrap;
}

#awardsSection .award-dropdown-item:hover {
  background: #00B5BF;
  color: #fff;
}

#awardsSection .award-dropdown-item--active {
  color: #00B5BF;
  font-weight: 600;
}

#awardsSection .award-detail {
  animation: awardDetailIn .4s ease;
}

#awardsSection .award-detail--hidden {
  display: none;
}

@keyframes awardDetailIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 576px) {
  #awardsSection .award-mobile-nav {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  #awardsSection .award-dropdown {
    display: none !important;
  }

  #awardsSection .award-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 10px 0 16px;
  }

  #awardsSection .award-mobile-nav button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #00B5BF;
    background: none;
    color: #00B5BF;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
    line-height: 1;
  }

  #awardsSection .award-mobile-nav button:active {
    background: #00B5BF;
    color: #fff;
  }

  #awardsSection .award-mobile-counter {
    font-size: .78rem;
    color: #6f6f6f;
    min-width: 60px;
    text-align: center;
  }

  #awardsSection .award-mobile-counter strong {
    color: #00B5BF;
  }

  #awardsSection .award-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
  }

  #awardsSection .award-mobile-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all .25s ease;
  }

  #awardsSection .award-mobile-dot--active {
    background: #00B5BF;
    transform: scale(1.3);
  }
}

#popupOverlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	opacity: 0;
	transition: opacity .3s ease;
}
#popupOverlay.show { opacity: 1; }

#popupBox {
	position: relative;
	max-width: 520px;
	width: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transform: scale(.9);
	transition: transform .3s ease;
}

#popupOverlay.show #popupBox { transform: scale(1); }

#popupClose {
	position: absolute;
	top: 8px; right: 8px;
	width: 32px; height: 32px;
	border-radius: 50%;
	border: none;
	background: rgba(0,0,0,.55);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s;
}
#popupClose:hover { background: rgba(0,0,0,.8); }

#popupContent {
	overflow: hidden;
	max-height: 100vh;
	max-height: 100dvh;
}

#popupContent img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

#popupContent p,
#popupContent h1, #popupContent h2, #popupContent h3,
#popupContent ul, #popupContent ol,
#popupContent table {
	padding-left: 20px;
	padding-right: 20px;
}
#popupContent p:first-child,
#popupContent h1:first-child,
#popupContent h2:first-child,
#popupContent h3:first-child {
	padding-top: 16px;
}
#popupContent p:last-child {
	padding-bottom: 16px;
}

@media (max-width: 576px) {
	#popupOverlay { padding: 12px; }
	#popupBox {
		max-width: 100%;
		border-radius: 10px;
	}
}

#heroCarousel {
    position: relative;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 8% !important;
    z-index: 5;
    opacity: 0.7 !important;
}

#heroCarousel .carousel-control-prev {
    left: 0 !important;
}

#heroCarousel .carousel-control-next {
    right: 0 !important;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    opacity: 1 !important;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

#homenewsn .container {
	overflow: hidden;
}
#homenewsn #newsCarousel {
	position: relative;
	padding: 0 50px;
}
#homenewsn #newsCarousel .carousel-control-prev,
#homenewsn #newsCarousel .carousel-control-next {
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	height: 40px !important;
	width: 40px !important;
	position: absolute !important;
}
#homenewsn #newsCarousel .carousel-control-prev {
	left: 5px;
}
#homenewsn #newsCarousel .carousel-control-next {
	right: 5px;
}
@media (max-width: 991px) {
	#homenewsn #newsCarousel {
		padding: 0 40px;
	}
}

#homenewsn #newsCarouselMobile {
	padding: 0 40px;
}
#homenewsn #newsCarouselMobile .carousel-control-prev,
#homenewsn #newsCarouselMobile .carousel-control-next {
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	height: 36px !important;
	width: 36px !important;
	position: absolute !important;
}
#homenewsn #newsCarouselMobile .carousel-control-prev {
	left: 0;
}
#homenewsn #newsCarouselMobile .carousel-control-next {
	right: 0;
}

.manufacturing .container {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.mf-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mf-arrow img {
    width: 100%;
    height: auto;
}
.mf-arrow-left {
    left: 0;
}
.mf-arrow-right {
    right: 0;
}
@media (max-width: 767px) {
    .manufacturing .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#awardsmenulnk{
	font-size:11px;
	color:transparent;
	text-align: center;
}

#awardsmenulnk:hover{
	font-size:11px;
	color:#00b5bf;
}

#awardsmenulnk a{
	margin-top: 15px;
}

#awardsmenulnk img {
    width: 40px;
    transition: filter 0.3s;
}

#awardsmenulnk:hover img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(75%) saturate(1500%) hue-rotate(145deg) brightness(95%) contrast(101%);
}

/* BRAND POPUP */
#brandPopupOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
}
#brandPopupOverlay.show {
    display: flex;
    opacity: 1;
}

#brandPopupClose {
    position: absolute;
    top: 20px; right: 25px;
    width: 44px; height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
#brandPopupClose:hover { background: rgba(255,255,255,0.3); }

.brand-popup-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.brand-popup-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: flex .6s cubic-bezier(.22,1,.36,1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    padding-top: 8%;
    justify-content: center;
}

#brandPopupOverlay:not(.initial) .brand-popup-wrapper:hover .brand-popup-item {
    flex: 0.5;
}
#brandPopupOverlay:not(.initial) .brand-popup-wrapper .brand-popup-item:hover {
    flex: 2;
}

.brand-popup-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    transition: background .4s ease;
}
.brand-popup-item:hover::after {
    background: rgba(0,0,0,0);
}

.brand-popup-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    padding: 0 20px;
    transition: transform .4s ease;
}
.brand-popup-item:hover .brand-popup-text {
    transform: scale(1.1);
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: none !important;
}

.form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

select.select2.is-invalid + .select2-container .select2-selection {
    border-color: #dc3545 !important;
}

@media (max-width: 768px) {
    .brand-popup-wrapper {
        flex-direction: column;
    }
    .brand-popup-wrapper:hover .brand-popup-item {
        flex: 0.7;
    }
    .brand-popup-wrapper .brand-popup-item:hover {
        flex: 1.6;
    }
    .brand-popup-text {
        font-size: clamp(1rem, 5vw, 1.8rem);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar {
        --bs-navbar-nav-link-padding-x: 0.4rem;
    }
    .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
    .search {
        max-width: 150px;
    }
    .search .form-control {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
    .search .btn {
        width: 36px;
        height: 36px;
    }
    .lang-wrapper {
        width: 70px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .lang-toggle {
        height: 36px;
        font-size: 0.75rem;
        padding: 0 8px;
    }
    #awardsmenulnk img {
        width: 28px;
    }
    #awardsmenulnk {
        font-size: 9px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .search .btn {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        padding: 0 !important;
        aspect-ratio: 1;
    }
    .search .btn img {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1921px) {
    #algnpstn { align-items: center !important; }
}