@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

body {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

input,
textarea {
  border: none;
  outline: none;
}

header {
  z-index: 3;
}

.header-up {
  background-color: black;
  height: 75px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-down {
  background-color: white;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}

.header-menu {
  width: 60%;
  display: flex;
  align-items: center;
}

.header-menu .header-menu-title {
  display: inline-flex;
  align-items: center;
  padding: 0px;
}
.header-menu .header-menu-title li {
  list-style-type: none;
}
.header-menu .header-menu-item {
  all: unset;
  margin-right: 20px;
  font-family: "Roboto";
  border-bottom: solid;
  border-bottom-color: transparent;
  border-bottom-width: 2px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.header-menu .header-menu-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333333;
  height: 100%;
}
.header-menu .header-menu-item:hover {
  border-bottom-color: #fdb913;
}

.header-menu-hover {
  position: absolute;
  left: 0px;
  top: 32px;
  background-color: #fdb913;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 170px;
  padding: 0px;
  max-height: 0px;
}
.header-menu-hover li a {
  display: block !important;
  color: #333333 !important;
  font-weight: 500;
  padding: 10px 5px;
}
.header-menu-hover li a:hover {
  background-color: #4d4d4d;
  color: #ffffff !important;
}
.header-menu .header-menu-item:hover .header-menu-hover {
  visibility: visible;
  opacity: 1;
  top: 32px;
  max-height: 300px;
}

.header-search-area {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu-user-box {
  position: relative;
  margin-left: 30px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-menu-user-box a {
  color: #000000;
  display: block;
}
.user-box-hover {
  position: absolute;
  top: 35px;
  margin: auto 0;
  background-color: #fdb913;
  padding: 0px;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  margin: 0px;
  max-height: 0px;
  width: 150px;
  overflow: hidden;
}
.user-box-hover li {
  list-style-type: none;
}
.user-box-hover li a {
  display: block !important;
  color: #333333 !important;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
}
.header-menu-user-box:hover .user-box-hover {
  visibility: visible;
  opacity: 1;
  max-height: 200px;
}
.user-box-hover li a:hover {
  background-color: #4d4d4d;
  color: #ffffff !important;
}
.header-search-area img {
  padding-left: 10px;
}

.header-search-input {
  border: none;
  outline: none;
  height: 30px;
}
.lang-box {
  position: relative;
  height: 35px;
  width: 35px;
  margin-left: 30px;
}

.lang {
  background: #e6e6e6;
  max-height: 25px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 5px;
}

.lang ul {
  padding: 0px;
  margin-top: 10px;
}

.lang ul li {
  margin-bottom: 5px;
}

.lang img {
  height: 25px;
}

.lang:hover {
  max-height: 150px;
}

.list-lang ul li {
  margin-left: 0px !important;
}
.list-lang ul li a {
  color: #000000;
}
.header-logo {
  height: 25px;
}

.bg-main-banner {
  /* background-image: url(../src/banner_main.png);*/

  position: relative;
}

.bg-about-banner {
  background-image: url(../src/banner_about.png);
}

.bg-sustainability-banner {
  background-image: url(../src/banner_sustainability.png);
}

.bg-technology-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 340px;
  display: flex;
  align-items: center;
}

.bg-technology-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  height: 340px;
  display: flex;
  align-items: center;
}

.banner {
  width: 90%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
.banner2 {
    width: 90%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

.banner-in {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #00000087;
  z-index: 0;
  width:100%;
}

.banner * {
  color: white;
}
.banner2 * {
    color: white;
}
.banner-header {
  font-size: 25px;
  font-weight: bold;
}

.banner-sub-header {
    font-size: 25px;
}

.banner-desc {
    line-height: 25px !important;
    font-size:22px;
    padding-top:150px;
    font-weight:200;
}

/*.video-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}*/
.banner {
  width: 100vw;
  height: 340px;
  position: relative;
  overflow: hidden;

}
.banner2 {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-main-banner {
  position: relative;
}


.p5 {
  padding: 5px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-midgray {
  background-color: #e6e6e6;
}

.bg-darkgray {
  background-color: #4d4d4d;
}

.bg-black {
  background-color: black;
}

.gray {
  color: #f5f5f5;
}

.midgray {
  color: #e6e6e6;
}

.darkgray {
  color: #4d4d4d;
}

.border2-gray {
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
}

.border3-gray {
  border-style: solid;
  border-width: 3px;
  border-color: #f5f5f5;
}

.section {
  margin-bottom: 25px;
}

.section-header {
  padding-left: 5%;
  padding-right: 5%;
  font-weight: bold;
  font-size: 26px;
  color: #4d4d4d;
  text-align: center;
}
.section-header-title {
  padding-left: 5%;
  padding-right: 5%;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  margin-top: 20px;
}
.section-in {
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
  flex-wrap: wrap;
  line-height:20px;
}
.section-in-nopadding {
    height: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    flex-wrap: wrap;
}

.main-search-content {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}

.main-search-content * {
  margin-top: 10px;
  margin-bottom: 5px;
}

.main-search-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head {
  font-weight: bold;
  font-size: 18px;
  color: #4d4d4d;
}

.text {
  font-size: 14px;
  color: #4d4d4d;
}

.main-search-input {
  height: 50px;
  padding-left: 20px;
  width: 100%;
}

.main-search-box {
  display: inline-flex;
}
.main-search-button {
  width: 120px;
  height: 50px;
  background-color: #808080;
  color: white;
  border: none;
  transition: 0.3s ease-in-out;
}

.main-search-button:hover {
  background-color: #fdb913;
  color: black;
  cursor: pointer;
}

.mobile-menu-ico {
  display: none;
}

.main-product {
    display: flex;
    min-height: 120px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 22%;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    border-top: 5px solid #fdb913;
}

    .main-product:hover {
        border-bottom-color: #fdb913;
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        background: rgba(255, 255, 255, 1);

    }

.main-product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-product-img img {
    width: 100px;
    
}
.main-product {
    transition: all 0.3s ease;
}
.main-technology-img {
  display: flex;
  align-items: center;
}

.main-brands {
  display: flex;
  width: 22%;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}

.main-brands:hover {
  border-bottom-color: #fdb913;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-brands-img {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-brands-img img {
  width: 50%;
}

.main-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-brands-content {
  display: flex;
  padding: 7%;
  justify-content: space-between;
}

.view-button:hover {
  background-color: #fdb913;
  color: black;
}

.main-about {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
}

.main-about-content {
  width: 50%;
  padding: 50px;
  font-size: 14px;
  color: #333333;
}
.main-about-title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.main-about-title-2 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}
.main-about-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-about-img {
  width: 50%;
}

.main-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  width: 100%;
}

.footer-in {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 9%;
  padding-right: 9%;
  align-items: center;
  justify-content: space-between;
}
.footer-in-2 {
  padding: 10px 9%;
}
.footer-right {
  display: flex;
}

.newsletter-input {
  width: 100%;
  padding-left: 20px;
}

.expo-table {
  margin-top: 20px;
}

.expo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ebebeb;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}

.expo-row:hover {
  background-color: #d8d8d8;
  cursor: pointer;
}

.expo-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
  padding: 15px;
  font-size: 14px;
  color: #333333;
  flex-direction: column;
  display: none;
}

.expo-content {
  width: 100%;
}

.expo-imgs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.expo-imgs img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  object-fit: cover;
}
.footer-menu {
  padding: 0px;
  display: inline-flex;
}
.footer-menu li {
  list-style-type: none;
  margin-right: 5px;
}
.footer-menu li a {
  color: #4d4d4d;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.footer-menu li a:hover {
  color: #000000;
}
.f-r-b img {
  width: 80px;
}
.f-l-b {
  color: #ffffff;
  font-size: 13px;
}
.footer-social-media {
  padding: 0px;
  display: inline-flex;
  align-items: center;
}
.footer-social-media li {
  list-style-type: none;
  margin-right: 10px;
}
.footer-social-media li a {
  color: #4d4d4d;
  transition: 0.3s ease-in-out;
}
.footer-social-media li a:hover {
  color: #fdb913;
}
.products {
  width: 100%;
}
.product {
  display: flex;
  justify-content: space-between;
  /*width: 80%;*/
  margin-right: auto;
  margin-left: auto;
  /*margin-top: 50px;*/
  /*margin-bottom: 30px;*/
}

.technology-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.product-header {
  font-size: 26px;
  color: #4d4d4d;
  margin-bottom: 20px;
}

.product-text {
  font-size: 14px;
  color: #333333;
  line-height:20px;
}

.contact {
  display: flex;
  width: 100%;
}

.contact-information {
  display: flex; 
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  justify-content: center;
  padding-left:30px;
}

.contact-form {
  width: 50%;
}

.contact-form-row {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.contact-form-row input {
  width: 45%;
  height: 40px;
  padding-left: 20px;
}

.contact-form-row textarea {
  width: 100%;
  height: 140px;
  padding-left: 20px;
  padding-top: 10px;
}

.product-img {
  text-align: center;
  width: 30%;
  min-width: 30%;
}

.product-detail {
  width: 70%;
  padding: 5%;
  display: flex;
  flex-direction: column;
}

.technology-img {
  text-align: center;
  width: 50%;
  min-width: 50%;
}

    .technology-img img {
        width: 100%;
        margin-top: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Gölge efekti */
    }

.technology-detail {
  width: 50%;
  padding: 1%;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.product-box {
  height: 220px;
  background-color: #f7f7f794;
  border: solid 1px #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 12px;
  display: block;
  text-align: center;
  padding: 30px;
  margin-bottom: 25px;
  transition: 0.3s ease-in-out;
}
.product-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product-box .product-box-img {
  width: 100%;
}

.product-box .product-box-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.mobile-menu {
  position: fixed;
  top: 0px;
  left: 100%; /* gizli başlar */
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 1000;
  padding-top: 50px;
  display: none;
}

.mobile-menu.open {
  right: 0;
}

/* Menü içi */
.mobile-menu img.logo {
  width: 120px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.mobile-menu ul {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu ul li {
  list-style-type: none;
  height: 42px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
}
.mobile-menu a {
  background-color: #333333;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.mobile-menu a:hover {
  color: #333333;
  background-color: #fdb913;
}

/* Menü butonu */
.mobile-menu-ico {
  width: 30px;
  cursor: pointer;
}

/* Kapatma */
.close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.product-detail-box {
  display: inline-flex;
  padding-left: 10%;
  padding-right: 0%;
  width: 90%;
  gap: 80px;
}
.product-image-box {
    width: 33%;
    height: fit-content;
    border: solid 1px #33333317;
    background-color: #f5f5f5;
    border-radius: 20px;
}
.product-slide-box {
  width: initial;
}
#myCarousel {
  max-width: 100%;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: solid 1px #33333317;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-thumbs__slide__button {
  border: solid 1px #33333317;
}

.product-content-box {
    width: 75%;
    padding: 30px;
    background-color: #f5f5f5;
    border: solid 1px #33333317;
    border-radius: 20px;
}
.product-detail-titles {
  padding: 12px;
}
.product-detail-oem-title {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom: solid 1px #fdb913;
}
.product-detail-name-title {
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0px;
  border-bottom: solid 1px #fdb913;
}
.product-detail-bottom-box {
  padding: 30px 5%;
  width: 90%;
  border: solid 1px #33333317;
  position: relative;
}
.table-overflow-box {
  overflow: auto;
  height: 750px;
  width: 100%;
  position: relative;
}
.product-detail-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px 12px;
}

.product-detail-table th,
.product-detail-table td {
  background: #fff;
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s, transform 0.2s;
}

.product-detail-table th {
  width: 30%;
  color: #2c3e50;
  font-weight: 600;
}

.product-detail-table td {
  color: #555;
}
.product-detail-table td img {
  width: 20%;
}
.product-detail-table tr:hover th,
.product-detail-table tr:hover td {
  background: #eaeaea;
  transform: scale(1.01);
}

.product-detail-menu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 0px;
  border-bottom: solid 1px #33333317;
}

/* Menü */
.product-detail-menu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.product-detail-menu button {
  padding: 10px 20px;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.product-detail-menu button.active {
  background: #fdb913;
  color: #fff;
}

/* Tablo alanı */
#productDetailTabeles {
  position: relative;
}

/* Tablolar */
.product-detail-bottom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 8px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-detail-bottom-table.active {
  opacity: 1;
  visibility: visible;
}

/* Başlıklar & Hücreler */
.product-detail-bottom-table th,
.product-detail-bottom-table td {
  background: #fff;
  padding: 12px;
  text-align: left;
  border: 1px solid #33333317;
}
.product-detail-bottom-table th {
  cursor: pointer;
  background: #fdb913;
  color: #fff;
}
.product-detail-bottom-table tr:hover td {
  background: #eaeaea;
}

/* Arama & Sayfa başına seçim */
.product-detail-bottom-box .search-box {
  margin: 15px 0;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #33333317;
}
.product-detail-bottom-box .search-box input[type="text"],
.product-detail-bottom-box .search-box select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  outline: none;
}

/* Sayfa bilgisi ve pagination */
.pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 90%;
  bottom: 45px;
  left: 5%;
  right: 5%;
  background-color: #ffffff;
  padding: 0px 5px;
}
.record-info {
  font-size: 14px;
  color: #333;
}

/* Sayfa numaraları */
.page-numbers {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.page-numbers button {
  padding: 6px 12px;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.page-numbers button.active {
  background: #fdb913;
  color: #fff;
}
.page-numbers button:hover:not(.active) {
  background: #ccc;
}
.form-group {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.form-group i {
  color: #fdb913;
  font-size: 18px;
}
.login-container {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-icon-box {
  text-align: center;
  color: #fdb913;
  margin-bottom: 20px;
}
.form-icon-box img {
  width: 100px;
}
.login-title {
  text-align: center;
  margin-bottom: 20px;
  color: #fdb913;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-input {
  padding: 12px;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.login-input:focus {
  border-color: #fdb913;
}
.login-button {
  padding: 12px;
  background: #fdb913;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.login-button:hover {
  background: #eaeaea;
  color: #333;
}
.login-link-text {
  text-align: center;
  font-size: 14px;
  color: #555;
}
.login-link {
  color: #fdb913;
  text-decoration: none;
}
.login-link:hover {
  text-decoration: underline;
}

/* Register */
.register-container {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.register-title {
  text-align: center;
  margin-bottom: 20px;
  color: #fdb913;
}
.register-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.register-input {
  padding: 12px;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.register-input:focus {
  border-color: #fdb913;
}
.register-button {
  padding: 12px;
  background: #fdb913;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.register-button:hover {
  background: #eaeaea;
  color: #333;
}
.register-link-text {
  text-align: center;
  font-size: 14px;
  color: #555;
}
.register-link {
  color: #fdb913;
  text-decoration: none;
}
.register-link:hover {
  text-decoration: underline;
}
.site-whatsapp {
  position: fixed;
  left: 50px;
  bottom: 50px;
}
.site-whatsapp img {
  width: 42px;
  transition: 0.1s ease-in-out;
}
.site-whatsapp:hover img {
  width: 45px;
}

 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

 .menu-tabs {
  display: flex;
  background-color: #343a40;
}

 .menu-tab {
  padding: 16px 24px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  flex: 1;
  transition: all 0.3s ease;
  position: relative;
}

 .menu-tab:hover {
  background-color: #495057;
}

 .menu-tab.active {
  background-color: #fdb913;
}

 .menu-tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

 .search-area {
  padding: 24px;
  display: none;
}

 .search-area.active {
  display: block;
}

 .search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

 .filter-group {
  flex: 1;
  min-width: 220px;
}

 .filter-group.narrow {
  max-width: 400px;
}

 .filter-group label {
  display: block;
  font-weight: 600;
  color: #495057;
}

 .filter-group select,
 .filter-group input[type="text"],
 .filter-group input[type="number"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
}

 .filter-group select:focus,
 .filter-group input[type="text"]:focus,
 .filter-group input[type="number"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

 .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

 .checkbox-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size:13px;
}

    .checkbox-item input[type="checkbox"] {
        width: 16px;
        height: 16px;
        font-size: 13px;
    }

 .sub-tabs {
  display: flex;
  margin-bottom: 20px;
  background-color: #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

 .sub-tab {
  padding: 12px 16px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 500;
}

 .sub-tab:hover {
  background-color: #dee2e6;
}

 .sub-tab.active {
  background-color: #fdb913;
  color: #fff;
}

 .sub-search-area {
  display: none;
}

 .sub-search-area.active {
  display: block;
}

 table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 14px;
}

 th,
 td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

 th {
  background-color: #fdb913;
  color: #fff;
  font-weight: 600;
  position: sticky;
  top: 0;
}

 tr:hover {
  background-color: #f8f9fa;
}

 .product-image {
  width: 80px;
  height: 60px;
  object-fit: contain;
  background-color: #f1f3f5;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

 .search-button {
  background-color: #fdb913;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 16px;
  transition: all 0.3s ease;
  font-size: 15px;
}

 .search-button:hover {
  background-color: #495057;
}

 .diameter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  width: 100%;
}

 .diameter-item {
  flex: 1 1 calc(16% - 16px);
  min-width: 80px;
}

 .diameter-item label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #495057;
  font-size:12px;
}

.diameter-select {
    width: 30%;
    display: inline-block;
    margin-right: 5px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 11px;
}

 .diameter-input {
  width: 50%;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size:11px;
}

 .no-results {
  text-align: center;
  padding: 40px;
  color: #6c757d;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .table-overflow-box {
    height: 550px;
  }
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  .banner-in {
    background: #00000087;
  }

  .banner-desc {
    font-size: 12px;
  }

  .section-in {
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
  }

  .main-search-ico {
    margin-top: 50px;
  }

  .mobile-menu-ico {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .header-search-input {
    width: 100%;
  }

  .header-search-area {
    width: 100%;
  }

  .main-search-in {
    flex-direction: column-reverse;
  }

  .main-search-content {
    width: 100%;
  }

  .main-search-ico {
    justify-content: flex-start;
  }

  .main-product {
    width: 100%;
    margin-bottom: 20px;
    border-radius:15px;
  }

  .main-brands {
    width: 100%;
    margin-bottom: 20px;
  }

  .technology-detail {
    width: 100%;
  }

  .main-brands-img {
    height: 200px;
  }

  .main-about {
    flex-direction: column-reverse;
  }

  .main-about-img {
    width: 100%;
  }

  .main-about-content {
    width: 80%;
    padding: 10%;
  }

  .footer-in {
    flex-direction: column;
  }

  .footer-in * {
    margin-top: 10px;
  }

  .expo-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .expo-row * {
    margin-top: 5px;
  }

  .product:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .product:nth-child(even) {
    flex-direction: column;
  }

  .product-img {
    text-align: center;
    width: 100%;
    min-width: 30%;
  }

  .product-img img {
    width: 100%;
  }

  .product-detail {
    width: 100%;
    padding: 0%;
    display: flex;
    flex-direction: column;
  }

  .technology-img {
    text-align: center;
    width: 100%;
  }

  .technology-img img {
    width: 100%;
    margin-top: 30px;
  }

  .bg-technology-banner {
    height: auto;
  }

  .contact {
    flex-direction: column;
  }

  .contact-information {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form-row input {
    width: 40%;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-box {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 50vh;
  }
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-box {
    height: 400px;
  }
  .mobile-menu {
    display: block;
  }
  .product-detail-box {
    display: block;
  }
  .product-image-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-slide-box {
    width: initial;
    padding: 12px 12px;
  }
  .product-content-box {
    width: 100%;
    padding: 0px;
  }
  #myCarousel {
    max-width: 100%;
  }
  #myCarousel .f-carousel__slide img {
    width: auto;
    height: 200px;
    object-fit: cover;
  }
  .product-detail-titles {
    padding: 12px;
  }
  .product-detail-table th {
    width: 50%;
  }
  .product-detail-table th,
  .product-detail-table td {
    font-size: 14px;
    padding: 10px;
  }
  .product-detail-table td img {
    width: 50%;
  }
  .product-detail-bottom-table th,
  .product-detail-bottom-table td {
    padding: 12px;
    font-size: 13px;
  }
  .product-detail-menu button {
    padding: 0px 0px;
  }
  .product-detail-menu {
    display: block;
  }
  .product-detail-menu button {
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 5px;
  }
  .table-overflow-box {
    height: 400px;
  }
  .product-detail-bottom-box .search-box input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
  }
  .pagination-bar {
    bottom: 0px;
  }
  .footer-menu {
    display: block;
    text-align: center;
  }
   .menu-tabs {
    flex-direction: column;
  }

   .sub-tabs {
    flex-direction: column;
  }

   .search-filters {
    flex-direction: column;
    gap: 15px;
  }

   .filter-group,
   .filter-group.narrow {
    min-width: 100%;
    max-width: 100%;
  }

   .diameter-row {
    flex-direction: column;
    gap: 15px;
  }

   .diameter-item {
    width: 100%;
  }

   .diameter-select {
    width: 25%;
  }

   .diameter-input {
    width: 60%;
  }

   table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

   .search-button {
    width: 100%;
  }
}
@media screen and (max-width: 542px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-box {
    height: 220px;
  }
   .search-area {
    padding: 15px;
  }

   .search-filters {
    padding: 15px;
  }

   .checkbox-group {
    flex-direction: column;
    gap: 8px;
  }

   .product-image {
    width: 60px;
    height: 45px;
  }

   th,
   td {
    padding: 8px 10px;
    font-size: 13px;
  }
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
