@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-display: swap;   /* ✅ eklendi */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;   /* ✅ eklendi */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;   /* ✅ eklendi */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
  font-display: swap;   /* ✅ eklendi */
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #232323;
  background: #ffff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #232323;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fe1301;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #fe1301;
}

::-moz-selection {
  color: #fff;
  background: #fe1301;
}

::selection {
  color: #fff;
  background: #fe1301;
}

.container-wrap {
  max-width: 1200px;
  margin: 0 auto; /*margin-bottom: 1em;*/

  /* background: #fff;*/
}

@media screen and (max-width:768px) {
  .container-wrap {
    width: 100%;
  }

}

.website-nav {
  margin: 0 0 0 0;
  min-height: 106px;  /* ❗️ DÜZELTME: Yükseklik sabitlendi */
}

@media screen and (max-width:768px) {
  .website-nav {
    margin: 0;
    min-height: 140px;   /* ❗️ DÜZELTME: Mobil için yükseklik sabitlendi */
  }

}

.website-nav .top-menu {
  padding: 34px 30px;
}

@media screen and (max-width:768px) {
  .website-nav .top-menu {
    padding: 28px 1em;
  }

}

.website-nav.sticky {
  margin-bottom: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -20px;
  background: #ffffff;
  height: 106px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width:768px) {
  .website-nav.sticky {
    height: 140px;
  }

}

.website-nav #website-logo {
  margin: 0;
  padding: 0;
}

.website-nav #website-logo img {
  width: 190px;
  height: 50px; /* Logo en-boy oranına göre ayarlandı */
  display: block
}

.website-nav #website-logo a span {
  display: block;
  width: 175px;
  height: 55px;
  background-image: url(/images/logo.svg);
  background-size: 175px 55px;
  background-repeat: no-repeat;
}

.website-nav .langsearch {
  margin-bottom: 8px;
  margin-right: 0; 
}

/* --- ARAMA KUTUSU VE MERCEK DÜZELTMESİ (BAŞLANGIÇ) --- */

.website-nav .searchform form {
  float: right;
  margin-top: 2px;
  display: flex; /* Hizalamayı garantiye alır */
  align-items: center;
}

/* 1. Metin Yazılan Kısım */
.website-nav .searchform input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 5px;
  float: left;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  background-color: #ececec;
  font-size: 12px;
  height: 30px; /* Yükseklik artırıldı */
  line-height: 30px;
  border: 0px;
  width: 155px; /* Genişlik 160px'den 130px'e düşürüldü (Kaymayı engeller) */
  outline: none;
  border-radius: 0px;
  margin: 0; /* Dış boşluk sıfırlandı */
}

/* 2. Gri Buton ve Mercek İkonu */
.website-nav .searchform input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  background-color: #ff0000; /* Gri Arka Plan */
  font-size: 11px;
  height: 30px; /* Metin kutusuyla eşitlendi */
  border: 0px;
  padding: 0;
  width: 30px;
  outline: none;
  border-radius: 0px;
  cursor: pointer;
  margin: 0;
  
  /* MERCEK İKONU (Base64 SVG - Resim dosyası gerektirmez) */
  text-indent: -9999px; /* Yazıyı gizle */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.website-nav .langsearch {
    margin-bottom: 8px;
    margin-right: 0;
    float: right;
    /* Tüm bloğu sağa yasla */
    width: auto;

    display: flex;
    /* Esnek kutu düzeni */
    align-items: center;
    /* Dikey ortalama */
    justify-content: flex-end;
    flex-wrap: nowrap;
}

/* 1. ARAMA KUTUSU (Sola geçmesi için sırasını 1 yapıyoruz) */
.website-nav .searchform {
    order: 1;
}

/* Arama Formu İç Ayarları */
.website-nav .searchform form {
    margin-top: 0;
    display: flex;
    align-items: center;
}

/* 2. DİL SEÇENEKLERİ (Sağa geçmesi için sırasını 2 yapıyoruz) */
.website-nav .lang {
    order: 2;
    line-height: 30px;
    margin-left: 15px;
    /* Solundaki arama kutusuyla arasına boşluk bırakır */
    white-space: nowrap;
    /* Alt satıra düşmesini engeller */
}

/* --- DİL LİNK STİLLERİ --- */
.website-nav .lang a {
    font-weight: 400;
    color: #8c8c8b;
    font-size: 13px;
    font-family: "montserrat", sans-serif;
    text-decoration: none;
}

.website-nav .lang a.active {
    color: #000;
    font-weight: 600;
}

/* --- MOBİL GÖRÜNÜM --- */
@media screen and (max-width:768px) {
    .website-nav .menu-1 {
        display: none;
    }

    .website-nav .langsearch {
        margin-top: 8px;
        float: none;
        justify-content: center;
        width: 100%;
    }

    /* Mobilde de arama solda, dil sağda kalsın mı? Evetse order kalabilir. */
    .website-nav .searchform input[type="text"] {
        width: 85%;
        height: 30px;
    }

    .website-nav .searchform input[type="submit"] {
        width: 15%;
        height: 30px;
    }

    .website-nav .lang {
        line-height: 30px;
        margin-left: 10px;
    }
}

.website-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}

.website-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
  font-weight: 400;
  border-right: 1px solid #d1d1d1;
}

.website-nav ul li:last-child {
  border-right: 0px;
}

.website-nav ul li a {
  position: relative;
  font-size: 13px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  padding: 0px 12px 30px 12px;
  color: #8c8c8b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.website-nav ul li:last-child a {
  padding-right: 0px
}

.website-nav ul li a:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #fe1301;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.website-nav ul li a:hover {
  color: #000;
}

.website-nav ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.website-nav ul li.has-dropdown {
  position: relative;
}

.website-nav ul li.has-dropdown .dropdown {
  width: 220px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fe1301;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.website-nav ul li.has-dropdown .dropdown li {
  display: block;
  border: 0px;
  font-weight: 400;
  padding: 15px 10px;
}

.website-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.website-nav ul li.has-dropdown .dropdown li a {
  padding: 0px;
  display: block;
  color: #fff;
  line-height: 1.4;
  xt-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.website-nav ul li.has-dropdown .dropdown li a:hover {
  border: 0px;
}

.website-nav ul li.has-dropdown .dropdown li a:hover:after {
  opacity: 0;
}

.website-nav ul li.has-dropdown .dropdown li:hover {
  background-color: #fe1301;
}

.website-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}

.website-nav ul li.btn-cta a span {
  background: #66d37e;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.website-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.website-nav ul li.active > a {
  color: #000 !important;
  position: relative;
}

.website-nav ul li.active > a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#website-news,
.website-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.website-video {
  overflow: hidden;
}

@media screen and (max-width:992px) {
  .website-video {
    height: 450px;
  }

}

.website-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.website-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.website-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.website-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.website-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#website-hero {
  min-height: 360px;
  background: #fff url(/images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
}

@media screen and (max-width:768px) {
  #website-hero {
    min-height: auto;
  }

}

#website-hero .btn {
  font-size: 24px;
}

#website-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#website-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#website-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#website-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 360px;
  position: relative;
}

@media screen and (max-width:768px) {
  #website-hero .flexslider .slides li {
    min-height: 200px;
  }

  #website-hero .flexslider .slides li:nth-child(2),
  #website-hero .flexslider .slides li:nth-child(4),
  #website-hero .flexslider .slides li:nth-child(6) {
    background-position: center left;
  }

  #website-hero .flexslider .slides li:nth-child(1),
  #website-hero .flexslider .slides li:nth-child(3),
  #website-hero .flexslider .slides li:nth-child(5) {
    background-position: center center;
  }

}

#website-hero .flexslider .flex-control-nav {
  bottom: 6px;
  z-index: 1000;
  right: 20px;/* float: right; */
  width: auto;
  margin: auto;/* display: table; */
}

#website-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
  float: left;
  margin: auto;
  margin-left: 5px;
}

#website-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#website-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fe1301;
}

#website-hero .flexslider .flex-direction-nav {
  display: none;
}

/* === ORTAK SLIDER METİN VE DÜZEN STİLLERİ === */
#website-hero .flexslider .slider-text,
#website-hero .flexslider .slider-text1 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; /* YAZILARI SOLA YASLAR */
  padding-left: 8% !important; /* KENARDAN ZARİF BİR BOŞLUK BIRAKIR */
  opacity: 0;
  z-index: 9;
  min-height: 360px;
}

/* ŞEFFAF KUTUYU KALDIRMA VE SOLA HİZALAMA */
#website-hero .flexslider .slider-text > .slider-text-inner,
#website-hero .flexslider .slider-text1 > .slider-text-inner,
#website-hero .flexslider .slider-text1 > .slider-text1-inner {
  margin: 0 !important;
  background-color: transparent !important; /* SİYAH KUTU UÇURULDU */
  text-align: left !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* ANA BAŞLIK (H1): NET SİYAH, KALIN VE BÜYÜK */
#website-hero .flexslider .slider-text .slider-text-inner h1,
#website-hero .flexslider .slider-text1 .slider-text-inner h1,
#website-hero .flexslider .slider-text1 .slider-text1-inner h1 {
  margin-top: 20px;
  margin-bottom: 5px !important;
  font-size: 42px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #000000 !important;
  text-shadow: none !important;
}

/* ALT BAŞLIK (H2): DAHA KÜÇÜK, KALIN VE OPTİMA KIRMIZISI */
#website-hero .flexslider .slider-text .slider-text-inner h2,
#website-hero .flexslider .slider-text1 .slider-text-inner h2,
#website-hero .flexslider .slider-text1 .slider-text1-inner h2 {
  font-size: 26px !important;
  color: #e31e24 !important;
  font-weight: 800 !important;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
}


/* === MOBİL İÇİN STİLLER (@media query) === */
@media screen and (max-width: 768px) {
  #website-hero .flexslider .slider-text,
  #website-hero .flexslider .slider-text1 {
    min-height: 110px;
  }

  #website-hero .flexslider .slider-text > .slider-text-inner,
  #website-hero .flexslider .slider-text1 > .slider-text-inner {
    padding: 0.5em;
  }

  #website-hero .flexslider .slider-text > .slider-text-inner h1,
  #website-hero .flexslider .slider-text1 > .slider-text-inner h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #website-hero .flexslider .slider-text > .slider-text-inner h2,
  #website-hero .flexslider .slider-text1 > .slider-text-inner h2 {
    font-size: 14px;
  }
  
  /* Mobil için farklı olan margin değerleri */
  #website-hero .flexslider .slider-text > .slider-text-inner {
    margin: 50px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #website-hero .flexslider .slider-text1 > .slider-text1-inner {
    margin: 50px 170px 50px 0px;
  }
}

#website-heroinner {
  min-height: 271px;
  background: #fff url(/images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
}

@media screen and (max-width:768px) {
  #website-heroinner {
    min-height: auto;
  }

}

#website-heroinner .btn {
  font-size: 24px;
}

#website-heroinner .btn.btn-primary {
  padding: 14px 30px !important;
}

#website-heroinner .innerflexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#website-heroinner .innerflexslider .slides {
  position: relative;
  overflow: hidden;
}

#website-heroinner .innerflexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  min-height: 271px;
  position: relative;
}

@media screen and (max-width:768px) {
  #website-heroinner .innerflexslider .slides li {
    min-height: 100px;
  }

  #website-heroinner .innerflexslider .slides li:nth-child(1),
  #website-heroinner .innerflexslider .slides li:nth-child(2),
  #website-heroinner .innerflexslider .slides li:nth-child(3) {
    background-position: center center;
  }

}

#website-heroinner .innerflexslider .flex-control-nav {
  bottom: 6px;
  z-index: 1000;
  right: 20px;
  width: auto;
  margin: auto;
}

#website-heroinner .innerflexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
  float: left;
  margin: auto;
  margin-left: 5px;
}

#website-heroinner .innerflexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#website-heroinner .innerflexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fe1301;
}

#website-heroinner .innerflexslider .flex-direction-nav {
  display: none;
}

#website-heroinner .innerflexslider .slider-text {
  display: block;
  opacity: 0;
  z-index: 9;
  min-height: 271px;
}

#website-heroinner .innerflexslider .slider-text > .slider-text-inner {
  margin: 5.5em 5em;
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

#website-heroinner .innerflexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  color: #fff;
}

#website-heroinner .innerflexslider .slider-text > .slider-text-inner h2 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "montserrat", sans-serif;
  color: #fff;
}

@media screen and (max-width:768px) {
  #website-heroinner .innerflexslider .slider-text {
    min-height: 60px;
  }

  #website-heroinner .innerflexslider .slider-text > .slider-text-inner {
    margin: 40px;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }

  #website-heroinner .innerflexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    color: #fff;
  }

  #website-heroinner .innerflexslider .slider-text > .slider-text-inner h2 {
    font-size: 14px;
    line-height: 1.5;
    font-family: "montserrat", sans-serif;
    color: #fff;
  }

}

.website-light-grey {
  background: #ececec;
}

#website-about,
#website-services,
#website-contact,
#website-work,
#website-blog,
#website-news,
#website-products,
#website-footer {
  padding: 3em 3em;
  clear: both;
}

@media screen and (max-width:768px) {
  #website-about,
  #website-services,
  #website-contact,
  #website-work,
  #website-blog,
  #website-news,
  #website-products,
  #website-footer {
    padding: 3em 1em;
  }

}

.services {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width:768px) {
  .services {
    margin-bottom: 30px;
  }

}

.services h3 {
  font-size: 15px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.services p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  height: 90px;
  overflow: hidden;
  padding: 10px
}

.services h3 a {
  color: #000;
}

.services .icon {
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width:992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }

}

.services .icon i {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 65px 65px;
  width: 65px;
  height: 65px
}

.services .icon i.box1 {
  background-image: url('/images/box1.svg');
}

.services .icon i.box2 {
  background-image: url('/images/box2.svg');
}

.services .icon i.box3 {
  background-image: url('/images/box3.svg');
}

#website-about h3 {
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative
}

#website-about h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 1px;
  width: 80px;
  border-bottom: 1px solid #7f7f7f;
}

#website-about p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0px 10px 0px
}

#website-news .newsrow {
  margin-bottom: 40px;
}

#website-news h3 {
  font-size: 18px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative
}

#website-news h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 1px;
  width: 80px;
  border-bottom: 1px solid #7f7f7f;
}

#website-news p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  height: 130px;
  overflow: hidden;
  padding: 10px 0px 10px 0px
}

#website-news .newsrow:nth-child(2n+2) div.a:first-child {
  float: right;
}

@media screen and (max-width:768px) {
  #website-news h3 {
    margin-top: 20px;
  }

  #website-news .newsrow:nth-child(2n+2) div.a:first-child {
    float: none;
  }

}

.leftcategories {
  text-align: left;
  background: #fe1301;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  padding-start: 0;
  -webkit-padding-start: 0px;
}

.leftcategories li {
  display: block;
  border: 0px;
  font-weight: 400;
  padding: 10px;
}
.leftcategories li.sub {
  background: #fff !important;
}

.leftcategories li:last-child {
  margin-bottom: 0;
}

.leftcategories li a {
  padding: 0px;
  display: block;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "montserrat", sans-serif;
}
.leftcategories li.sub a {
  color: #8f8f8f;
}
.leftcategories li.sub.active a{
  color: #fe1301;
}

.leftcategories li a:hover {
  border: 0px;
}

.leftcategories li:hover,
.leftcategories li.active {
  background-color: #fe1301;
}

#website-products .categoryrow a {
  border: 1px solid #dfdfdf;
  display: block;
  padding: 7px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 2px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

#website-products .categorysmallrow a {
  border: 1px solid #dfdfdf;
  display: block;
  padding: 4px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 2px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

#website-products .categorysmallrow a:hover,
#website-products .categorysmallrow a.active {
  color: #fe1301
}

#website-products .productssearchrow {
  padding-bottom: 20px;
}

#website-products .productssearchrow a {
  font-weight: 600;
  font-size: 14px;
}

#website-products .productsrow {
  margin-bottom: 40px;
}

#website-products .productsrow a {
  font-weight: 600;
  font-size: 14px;
}

#website-products .productsrow img {
  margin-bottom: 20px;
}

#website-products .productsrow table {
  width: 100%;
}

#website-products .productsrow table th {
  font-size: 13px;
}

/*#website-products .productsrow.transfercase table th {
  background-color: #f9f8f8
}*/

#website-products .productsrow.transfercase table tr:nth-child(2n+1) td,#website-products .productsrow.transfercase table tr:nth-child(2n+1) th {
  background-color: #efefef
}

#website-products .productsrow.transfercase table tr:first-child td:first-child {
  width: 40%;
  
}

#website-products .productsrow.pto table tr:first-child td:first-child {
  width: 40%;
}

#website-products .productsrow table th,
#website-products .productsrow table th span,
.productsrow table th strong {
  font-weight: 700 !important
}

#website-products .productsrow table th {
  font-weight: 700 !important
}

#website-products .productsrow table th,
#website-products .productsrow table td {
  padding: 5px;
}

#website-products .productsrow table td {
  font-size: 14px;
  font-weight: 300;
}

#website-products .productsrow table#transmissionaxle { width: 100%; }

#website-products .productsrow table#transmissionaxle th {font-size: 13px;}
#website-products .productsrow table#transmissionaxle th span {color: #ff0000;}

#website-products .productsrow table#transmissionaxle th, #website-products .productsrow table#transmissionaxle th span, .productsrow table#transmissionaxle th strong {/* font-weight: 700 !important */}

#website-products .productsrow table#transmissionaxle th {/* font-weight: 700 !important */ background-color: #fe1301; color: #fff;}

#website-products .productsrow table#transmissionaxle th, #website-products .productsrow table#transmissionaxle td { padding: 5px 5px; }

#website-products .productsrow table#transmissionaxle td {font-size: 13px;font-weight: 400;text-align: left;}

#website-products .productsrow table#transmissionaxle tr:nth-child(odd) td { background-color: #f2f2f2 }


#website-products h3 {
  font-size: 18px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 20px
}

/*#website-products h3:before { content: ""; position: absolute; left: 50%; margin-left: -90px; top: 120%; height: 1px; width: 180px; border-bottom: 1px solid #7f7f7f; }*/
#website-products p {
  font-size: 14px;
  font-weight: 30;
  line-height: 20px;/*height: 130px;*/
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width:768px) {
  #website-products h3 {
    margin-top: 20px;
    font-size: 17px;
  }

}

#website-footer {
  margin-top: 0px !important;
}

#website-footer h4 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #949494;
}

#website-footer p {
  font-weight: 400;
  font-size: 14px;
  color: #949494;
  line-height: 18px
}

#website-footer .footerlogo {
  display: block;
  width: 200px;
  margin: auto;
}

/*#website-footer i.footerlogo { display: block; background-image: url('/images/footer_logo.svg'); background-repeat: no-repeat; background-size: 140px 43px; width: 140px; height: 43px; }*/
#website-footer .website-footer-links {
  padding: 0;
  margin: 48;
}

#website-footer .website-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #949494;
  line-height: 18px;
}

#website-footer .website-footer-links li a {
  text-decoration: none;
  color: #949494;
}

#website-footer .website-footer-links li a:hover {
  text-decoration: underline;
}

#website-footer .copyright {
  display: block;
  margin-top: 3em;
  padding-left: 40px
}

@media screen and (max-width:768px) {
  #website-footer h4 {
    margin-top: 20px;
    text-align: center
  }

  #website-footer p {
    margin-top: 5px;
    text-align: center
  }

  #website-footer .website-footer-links li {
    text-align: center
  }

  #website-footer i.footerlogo {
    margin: auto;
  }

  #website-footer .copyright {
    padding-left: 0px;
    margin-top: 1em
  }

}

.mr5 {
  margin-right: -10px;
  margin-left: -10px
}

.mar-2 {
  margin-left: -2px
}

.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .work {
    width: 274px;
    margin: auto;
    margin-bottom: 10px
  }

}

@media screen and (max-width:480px) {
  .work {
    width: 274px;
    margin: auto;
    margin-bottom: 10px
  }

}

.work .desc {
  height: 50px;
  line-height: 50px;
  background: rgba(146, 146, 146, 0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work .desc h3 {
  font-size: 17px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px
}
.work .desc h3:lang(es) {
  font-size: 14px;
}

.application {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.application.news-img {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  height: 75px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .application {
    width: 400px;
    margin: auto;
    margin-bottom: 10px
  }

}

@media screen and (max-width:480px) {
  .application {
    width: 300px;
    margin: auto;
    margin-bottom: 10px
  }

  .application.news-img {
    width: 300px;
    margin: auto;
    margin-bottom: 10px;
    height: 150px !important;
  }

}

.applicationimages .desc {
  height: 30px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.applicationimages .desc h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: center;
}

.mr2 {
  margin-right: -13px;
  margin-left: -13px
}

.work:hover .desc {
  opacity: 1;
}

.work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.website-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.website-counters .counter-wrap {
  border: 1px solid red !important;
}

.website-counters .website-counter {
  font-size: 40px;
  display: block;
  color: black;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
  font-family: "Lato", sans-serif;
}

.website-counters .website-counter-label {
  font-size: 12px;
  margin-bottom: 2em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: gray;
}

.website-blog {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .website-blog {
    width: 100%;
  }

}

.website-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}

@media screen and (max-width:768px) {
  .website-blog .blog-bg {
    height: 300px;
  }

}

.website-blog .blog-text {
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.website-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}

.website-blog .blog-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.website-blog .blog-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.website-blog .blog-text .stuff li:first-child {
  margin-left: 0;
}

.website-blog .blog-text .stuff li:last-child {
  float: right;
}

.website-blog .blog-text .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}

.website-blog .blog-text .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}

.website-blog .blog-text h3 {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.website-blog .blog-text h3 a {
  color: black;
}

.blog-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
}

.blog-flex .featured-blog,
.blog-flex .blog-entry {
  width: 50%;
}

@media screen and (max-width:768px) {
  .blog-flex .featured-blog,
  .blog-flex .blog-entry {
    width: 100%;
  }

}

.blog-flex .featured-blog {
  padding: 2em;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  .blog-flex .featured-blog {
    width: 100%;
  }

}

.blog-flex .featured-blog:before {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.blog-flex .featured-blog .desc-t {
  display: table;
  min-height: 430px;
  padding: 2em;
  z-index: 1;
}

.blog-flex .featured-blog .desc-t .desc-tc {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  z-index: 1;
}

.blog-flex .featured-blog .desc-t .featured-head {
  display: block;
  margin-bottom: 30px;
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.8);
}

.blog-flex .featured-blog .desc-t h3 {
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .blog-flex .featured-blog .desc-t h3 {
    font-size: 24px;
  }

}

.blog-flex .featured-blog .desc-t h3 a {
  color: #fff;
}

.blog-flex .featured-blog .desc-t p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.blog-flex .featured-blog .desc-t .read-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: white;
  border: 1px solid red;
  padding: 10px 15px;
  border: 1px solid white;
  color: #fff;
}

.blog-flex .blog-entry {
  padding: 4em;
}

@media screen and (max-width:768px) {
  .blog-flex .blog-entry {
    padding: 4em 1em;
  }

}

.blog-flex .blog-entry h2 {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.4);
}

.blog-flex .blog-entry .blog-post {
  margin-bottom: 2.5em;
  display: block;
  position: relative;
}

.blog-flex .blog-entry .blog-post .desc {
  padding-left: 110px;
}

.blog-flex .blog-entry .blog-post .desc h3 {
  font-weight: 300;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.blog-flex .blog-entry .blog-post .desc span {
  font-size: 13px;
  color: #b3b3b3;
}

.blog-flex .blog-entry .blog-post .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #000;
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}

.contact-info li a {
  color: #000;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px !important;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #ececec;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
}

input[type="text"] {
  height: 35px;
  border: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-group .btn-modify {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}

.website-heading {
  margin-bottom: 2em;
}

.website-heading.website-heading-sm {
  margin-bottom: 2em;
}

.website-heading h1 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.website-heading h2 {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.website-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.website-productheading {
  margin-bottom: 2em; /*margin-top: 2em; */
}

.website-productheading .img-block {
  text-align: -webkit-center;
}

.website-productheading h1 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.website-productheading span {
  color: #838383;
  font-weight: 300
}

@media screen and (max-width:768px) {
  .website-productheading h1 {
    font-size: 20px;
  }

}

#website-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width:768px) {
  #website-offcanvas {
    display: block;
  }

}

.offcanvas #website-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#website-offcanvas a {
  color: rgba(255, 255, 255, 0.98);
}

#website-offcanvas a:hover {
  color: rgba(255, 255, 255, 1);
}

#website-offcanvas ul {
  padding: 0;
  margin: 0;
}

#website-offcanvas ul li {
  padding: 0;
  margin: 0;
  line-height: 2.2em;
  list-style: none;
  font-family: "montserrat", sans-serif;
  font-weight: 400
}

#website-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#website-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#website-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#website-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.website-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}

.website-nav-toggle.sticky {
  margin-bottom: 0;
  position: fixed;
  top: 15px !important;
  right: 0;
}

.website-nav-toggle.active i::before,
.website-nav-toggle.active i::after {
  background: #444;
}

.website-nav-toggle:hover,
.website-nav-toggle:focus,
.website-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.website-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}

.website-nav-toggle i::before,
.website-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.website-nav-toggle.website-nav-white > i {
  color: #fff;
  background: #000;
}

.website-nav-toggle.website-nav-white > i::before,
.website-nav-toggle.website-nav-white > i::after {
  background: #000;
}

.website-nav-toggle i::before {
  top: -7px;
}

.website-nav-toggle i::after {
  bottom: -7px;
}

.website-nav-toggle:hover i::before {
  top: -10px;
}

.website-nav-toggle:hover i::after {
  bottom: -10px;
}

.website-nav-toggle.active i {
  background: transparent;
}

.website-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.website-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.website-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.website-nav {
  min-height: 106px; /* sticky’deki yükseklikle uyumlu */
}

@media screen and (max-width:768px) {
  .website-nav {
    min-height: 140px;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #fe1301;
  color: #fff;
  border-radius: 0;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #fe1301 !important;
  border-color: #fe1301 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #66D37E;
  border: 2px solid #66D37E;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #66D37E;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.website-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.img-portfolio-detail {
  margin-bottom: 20px;
  float: left;
}

.website-project-detail .website-project-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.website-project-detail .website-project-sub {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}

.website-project-detail .website-project-service h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.website-project-detail .website-project-service ul li,
.website-project-detail .website-project-service ul {
  padding: 0;
  margin: 0;
}

.website-project-detail .website-project-service ul li {
  color: ligthen(#000, 70%);
  list-style: none;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.grecaptcha-badge{
  display: none !important;
}


#website-catalog p a { color: #010101; }
#website-catalog img { margin-bottom: 20px; }
#website-catalog h3 { font-size: 18px; font-family: "montserrat", sans-serif; text-transform: uppercase; font-weight: 700; position: relative; margin-bottom: 20px }
#website-catalog h4 { font-size: 16px; font-family: "montserrat", sans-serif; text-transform: capitalize; font-weight: 500; position: relative; margin-bottom: 20px; border-bottom: 1px solid #ececec; padding-bottom: 10px; }
#website-catalog h4:after{content:"";position:absolute;bottom:0;top:26px;background-color:#253745;width:50px;height:4px;left:0;}
.catalognbtn {text-transform: uppercase;
    background-color: #ececec;
    color: #000000;}
@media screen and (max-width:768px) {
  #website-catalog img {  padding: 10px; }
  #website-catalog h3 { margin-top: 10px; font-size: 17px; padding: 10px; }
  #website-catalog h4 { margin-top: 10px; font-size: 17px; padding: 10px; }
  #website-catalog p {  padding: 10px; }
  .pagination {  padding: 10px; }
  #website-catalog h4:after{top:36px;left:10px;}
}
.pagination {
}
.pagination ul.page-numbers {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul.page-numbers li span,
.pagination ul.page-numbers li a{
  border-radius:2px;
  height:33px;
  line-height:33px;
  min-width:33px;
  padding:0 10px;
}
.pagination ul.page-numbers li a{
  color:#5a5b5c;
  font-weight:bold;
  padding: 8px;
}
.pagination ul.page-numbers li a:hover,
.pagination ul li a.current{
  background-color:#ebecee;
  color:#929394;
  padding: 8px;
}

/* === CLS (Cumulative Layout Shift) Düzeltmeleri === */

/* Logo alanı sabit boyut */
.website-nav #website-logo img {
    width: 219px;
    /* tarayıcı alanı bilsin */
    height: 60px;
    /* auto yerine sabit */
    max-height: 60px;
    display: block;
}

/* Slider metinleri alan rezervasyonu */
#website-hero .flexslider .slider-text,
#website-hero .flexslider .slider-text1 {
    min-height: 360px;
    /* slider yazıları yüklenmeden boş alanı korur */
}

/* Services alanı - CLS fix */
#website-services .col-md-4 {
    min-height: 280px;
    /* kutular sabitlenir, yükseklik değişmez */
}

/* Başlık ve paragraflar sabit satır yüksekliği */
#website-services h3,
#website-services p {
    line-height: 1.4;
}

/* Başlık boşluk koruma */
#website-services h3 {
    min-height: 30px;
    /* font yüklenmeden kaymayı engeller */
}

/* === NİHAİ PURE CSS SLIDER STİLLERİ (TÜM CİHAZLARLA UYUMLU) === */

.css-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f0f0f0;

  /* Modern aspect-ratio yerine, tüm tarayıcılarda çalışan "padding-bottom" tekniğini kullanıyoruz */
  height: 0;
  padding-bottom: 30%;
  /* Masaüstü için oran (360 / 1200 = 0.3) */
}

.css-slider-wrapper [name="slider"] {
  display: none;
}

.slider-slides {
  position: absolute;
  /* Bu, padding-bottom tekniği için gereklidir */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in-out;
  z-index: 1;
}

.slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hangi slaytın aktif olacağını belirleyen kısım */
.slide-radio1:checked~.slider-slides .slide-1,
.slide-radio2:checked~.slider-slides .slide-2,
.slide-radio3:checked~.slider-slides .slide-3,
.slide-radio4:checked~.slider-slides .slide-4,
.slide-radio5:checked~.slider-slides .slide-5,
.slide-radio6:checked~.slider-slides .slide-6 {
  opacity: 1;
  z-index: 2;
}

.slider-slide .slider-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    padding-left: 8% !important;
    z-index: 3;
}

.slider-text-inner {
  text-align: center;
  color: #fff;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.slider-text-inner h1,
.slider-text-inner h2 {
  color: #fff;
  font-family: "montserrat", sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slider-text-inner h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.slider-text-inner h2 {
  font-size: 16px;
  font-weight: 400;
}

.slider-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 5px;
  cursor: pointer;
}

.slide-radio1:checked~.slider-pagination .pagination-dot:nth-child(1),
.slide-radio2:checked~.slider-pagination .pagination-dot:nth-child(2),
.slide-radio3:checked~.slider-pagination .pagination-dot:nth-child(3),
.slide-radio4:checked~.slider-pagination .pagination-dot:nth-child(4),
.slide-radio5:checked~.slider-pagination .pagination-dot:nth-child(5),
.slide-radio6:checked~.slider-pagination .pagination-dot:nth-child(6) {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .css-slider-wrapper {
    padding-bottom: 30.1%;
  }

  .slider-text-inner h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .slider-text-inner h2 {
    font-size: 12px;
  }
}

.banner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%; 
  background-color: #f0f0f0; /* Resim yüklenene kadar boşluğu doldurur */
}
.banner-wrapper .flexslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#website-hero .flexslider {
    visibility: hidden;
}

#website-hero .flexslider .slides li {
  min-height: 360px; /* masaüstü için */
}

@media screen and (max-width:768px) {
  #website-hero .flexslider .slides li {
    min-height: 200px; /* mobil için */
  }
}

.services .icon {
    margin-bottom: 20px;
}

.services .icon i {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

#website-services .services h3 {
    font-size: 15px;
    min-height: 45px;
    line-height: 0.5px;
    margin-bottom: 10px;
}

#website-services .services p {
    /* Paragrafın yüksekliğini sabitliyoruz, taşan kısmı gizliyoruz. */
    height: 80px;
    /* Ortalama 4 satır metin için */
    line-height: 20px;
    overflow: hidden;
    /* Yükseklikten taşan metinleri gizle */
}

#website-services .services {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 1. Preloader'ı ve animasyonları kalıcı olarak gizler */
.website-loader {
    display: none !important;
}

.js .animate-box {
    opacity: 1 !important;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 360;
    /* Slider'ınızın masaüstü en-boy oranı */
    background-color: #f0f0f0;
    overflow: hidden;
}

.hero-wrapper #website-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
}

@media screen and (max-width: 768px) {
    .hero-wrapper {
        aspect-ratio: 768 / 200;
        /* Slider'ınızın mobil en-boy oranı */
    }
}

#website-services .services {
    margin-bottom: 15px;
    /* Kutular arasında boşluk sağlar */
}

#website-services .services .icon {
    min-height: 65px;
    /* İkon alanı için sabit yükseklik garantisi */
}

#website-services .services .icon i {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

#website-services .services h3 {
    min-height: 45px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 15px;
}

#website-services .services p {
    height: 80px;
    line-height: 20px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #website-services .col-md-4 {
        min-height: 320px;
        /* İçeriğinize göre ayarlanmış tahmini minimum yükseklik */
    }
}

/* === AÇILIR MENÜ (DROPDOWN) İÇİN HOVER DÜZELTMESİ === */

.website-nav ul li.has-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Fare ile üzerine gelindiğinde menüyü görünür yapıyoruz */
.website-nav ul li.has-dropdown:hover > .dropdown {
    visibility: visible;
    opacity: 1;
}

/* === YAZI TİPİ GÜNCELLEMESİ (OPTIMAOEM.COM) === */

/* 1. Navigasyon Menüsü */
/* Menüdeki yazıların daha net ve doğru fontla görünmesini sağlar. */
.website-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; /* Yarı-kalın */
    letter-spacing: 0.5px; /* Harf aralığını hafifçe açar */
}

/* 2. Ana Banner (Slider) Yazıları */
/* Banner'daki ana başlığın daha vurgulu ve modern görünmesini sağlar. */
.slider-text-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000; /* En kalın stil */
    text-transform: uppercase; /* Tüm harfleri büyük yapar */
    letter-spacing: 1px;
    font-size: 43px; /* Yazı boyutunu hafifçe büyütür */
}

.slider-text-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Normal kalınlık */
    text-transform: none; /* Normal metin */
    font-size: 33px;
}

/* 3. Anasayfadaki Diğer Başlıklar (H1, H2, H3) */
/* Sayfa genelindeki başlıkların da tutarlı olmasını sağlar. */
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Kalın */
}

/* === Footer Sosyal Medya İkonları (Font Awesome) === */

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* İkonlar arası boşluk */
    padding: 1em 0;
}

.footer-social-icons span {
    font-weight: bold;
    color: #555;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif;
}

.footer-social-icons a {
    font-size: 24px; /* İkonların boyutu */
    color: #555; /* İkonların rengi */
    transition: color 0.3s ease;
}

.footer-social-icons a:hover {
    color: #fe1301; /* Üzerine gelince kırmızı */
}

/* === Footer Uyarı Metni Stilleri === */

.footer-disclaimer {
    padding: 2em 0 1em 0; /* Sosyal medya ikonlarıyla arasına ve altına boşluk koyar */
    max-width: 900px; /* Metnin çok geniş bir alana yayılmasını engeller */
    margin: 0 auto; /* Yatayda ortalar */
}

.footer-disclaimer p {
    font-size: 12px; /* Yazıyı küçülterek not gibi görünmesini sağlar */
    color: #888; /* Rengini daha soluk yapar */
    line-height: 1.6;
    margin: 0;
}

/* === TÜM CLS VE DİĞER DÜZELTMELER İÇİN NİHAİ KOD === */
.website-loader { display: none !important; }
.js .animate-box { opacity: 1 !important; }
#website-services .services .icon i { display: block; width: 65px; height: 65px; margin: 0 auto; }
#website-services .services h3 { min-height: 45px; line-height: 1.5; }
#website-services .services p { height: 80px; overflow: hidden; }
.website-nav #website-logo img { height: 50px !important; width: 190px !important; }
@media screen and (max-width: 768px) {
    #website-services .col-md-4 {
        min-height: 320px;
    }
}

/* === Mobil Navigasyon (Hamburger) İkonu Düzeltmesi === */

@media screen and (max-width: 768px) {
    
    .website-nav-toggle {
        display: block !important;
        top: 48px; /* Dikey konumunu ayarlayalım */
        right: 20px; /* Sağdan boşluğunu ayarlayalım */
    }

}

/* === Mobil Slider Yazı Taşıma ve Boyut Düzeltmesi === */

@media (max-width: 768px) {

    /* Şeffaf kutunun iç ve dış boşluklarını azaltarak daha iyi sığmasını sağlıyoruz */
    .slider-text-inner {
        padding: 10px !important;
        margin: 0 15px !important; 
    }

    /* Ana başlığı küçültüp satır aralığını daraltıyoruz */
    .slider-text-inner h1 {
        font-size: 16px !important;
        line-height: 1.3 !important; /* Satır yüksekliğini azaltıyoruz */
        margin-bottom: 5px !important;
    }

    /* Alt başlığı küçültüyoruz */
    .slider-text-inner h2 {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
}

/* === Tablo Arka Plan Gri Rengi İyileştirmesi === */

/* Genel tablo hücreleri ve başlıkları için varsayılan arka plan */
.website-product-details table th,
.website-product-details table td {
    background-color: #e0e0e0 !important; /* Hafif bir gri tonu */
    border: 1px solid #e0e0e0; /* Hafif bir kenarlık ekleyerek ayrımı güçlendirelim */
}

/* Tablonun başlık (<th>) hücreleri için biraz daha koyu gri */
.website-product-details table th {
    background-color: #f0f0f0 !important; /* Biraz daha belirgin bir gri */
    font-weight: 600 !important; /* Başlıkları daha kalın yapalım */
}

/* Her ikinci satıra (çift satırlara) biraz daha farklı bir gri vererek şerit efekti yaratalım */
.website-product-details table tr:nth-child(even) td {
    background-color: #e0e0e0 !important; /* Bir tık daha koyu bir gri */
}

/* === Tüm Ürün Sayfası Tabloları İçin Tutarlı Arka Plan Rengi === */

/* Önce, tüm eski ve spesifik (.transfercase gibi) kuralları ezelim */
#website-products .productsrow table tr td,
#website-products .productsrow table tr th {
    background-color: #fff !important;
    /* Tüm hücreleri varsayılan olarak beyaz yap */
}

/* Şimdi, TÜM ürün tablolarındaki tek sayılı satırlara (1, 3, 5...) gri arka plan verelim */
#website-products .productsrow table tr:nth-of-type(odd) td,
#website-products .productsrow table tr:nth-of-type(odd) th {
    background-color: #e0e0e0   !important;
    /* Hafif ve temiz bir gri */
}

/* Tüm tablo başlıklarının (ilk satır) her zaman biraz daha belirgin bir gri olmasını garantileyelim */
#website-products .productsrow table thead tr th,
#website-products .productsrow table tr:first-child th,
#website-products .productsrow table tr:first-child td {
    background-color: #e0e0e0 !important;
    /* Başlıklar için biraz daha koyu gri */
    font-weight: 600 !important;
}

/* === Ürün Sayfası Yazı Okunabilirlik İyileştirmesi (Nihai Sürüm) === */

/* 1. Tablo içindeki normal verileri (sağ sütun) kalınlaştırıyoruz */
#website-products .productsrow table td {
    font-weight: 400 !important; /* Normal kalınlık */
}

/* 2. Ürün sayfalarındaki TÜM paragrafları (Açıklama ve en alttaki not dahil) kalınlaştırıyoruz */
#website-products p {
    font-weight: 400 !important; /* Normal kalınlık */
    color: #555 !important;      /* Rengini daha koyu ve okunaklı yapar */
}

/* 3. Tablo içindeki ana başlıkları (Main Drive, Auxiliary Outputs vb.) daha belirgin yapalım */
#website-products .productsrow table th {
    font-weight: 600 !important; /* Yarı-kalın */
}

/* 4. "DESCRIPTION" gibi alt başlıkların her zaman tam kalın olmasını garantileyelim */
#website-products .productsrow h3,
#website-products .productsrow h4 {
    font-weight: 700 !important; /* Tam kalın */
}

/* Alt banner (heroinner) içindeki liste öğelerinden madde işaretini kaldırır */
#website-heroinner .slides li,
#website-heroinner .slides {
    list-style: none !important;
    padding-left: 0 !important;
}

/* Tüm alt bannerlar (getApplicationImages ve getPageBanner) için de garantileyelim */
.applicationimages li,
.applicationimages {
    list-style: none !important;
    padding-left: 0 !important;
}

/* --- MODERN KATEGORİ KARTLARI --- */

/* Kartın genel yapısı */
.work {
    height: 250px; /* Biraz daha yükseklik ferahlık sağlar */
    border-radius: 8px; /* Köşeleri hafifçe yuvarlatıyoruz */
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Hafif derinlik katıyoruz */
    transition: transform 0.3s ease;
}

.work:hover {
    transform: translateY(-10px); /* Üzerine gelince hafif yukarı kalkar */
}

/* Resimlerin üzerine binen siyah-şeffaf geçiş (Yazıların okunmasını sağlar) */
.work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Alttan yukarıya doğru koyulaşan bir gölge */
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}

/* Kategori başlığı (WHO WE ARE, AXLE vb.) */
.work .desc {
    background: transparent !important; /* Eski gri şeridi kaldırıyoruz */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 0px;
}

.work .desc h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5); /* Yazıya ekstra okunabilirlik katar */
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0px;
}

/* --- ANA SAYFA BANNER (SLIDER) KESİN ÇÖZÜM --- */

/* 1. Dış kapsayıcıyı zorla oval yapıyoruz */
#website-hero, 
#website-hero .flexslider, 
.hero-wrapper {
    border-radius: 30px !important; /* Ovalleşme derecesini buradan artırabilirsiniz */
    overflow: hidden !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari/Chrome kesme hatası düzeltmesi */
    transform: translateZ(0); /* Bazı tarayıcılarda taşma hatasını önler */
}

/* 2. İçerideki tüm listeleri ve resimleri kapsıyoruz */
#website-hero .slides, 
#website-hero .slides li, 
#website-hero .slides li img,
#website-hero .flex-viewport {
    border-radius: 30px !important;
    overflow: hidden !important;
}

/* 3. Slider üzerindeki siyah/şeffaf katmanı (overlay) kapsıyoruz */
#website-hero .slider-text, 
#website-hero .slider-text1,
#website-hero .slider-text-inner {
    border-radius: 0px; /* Metin kutusu kendi içinde kare kalabilir ama dış banner ovaldir */
}

/* --- DİĞER BANNERLAR (Çalışan kısımlar) --- */
#website-heroinner .innerflexslider, 
#website-heroinner .slides li,
.banner-wrapper,
.work, 
.application, 
.industries {
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* --- MOBİL BANNER RADIUS DÜZELTMESİ --- */
@media screen and (max-width: 768px) {

    /* Banner dış çerçevesi ve taşıyıcıları */
    #website-hero,
    #website-hero .flexslider,
    .hero-wrapper,
    #website-hero .slides,
    #website-hero .slides li,
    #website-hero .slides li img,
    #website-hero .flex-viewport {
        border-radius: 12px !important;
        /* Değeri isteğinize göre 10px-15px arası yapabilirsiniz */
    }

    /* Alt sayfalardaki bannerlar ve kategori kutuları için de aynı oranı uygulayalım */
    #website-heroinner .innerflexslider,
    #website-heroinner .slides li,
    .banner-wrapper,
    .work,
    .application,
    .industries {
        border-radius: 12px !important;
    }
}

/* 1. Montserrat'ı sadece metin tabanlı etiketlere veriyoruz */
body, p, span:not([class*="icon-"]), a:not([class*="icon-"]), td, li:not([class*="icon-"]), h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

/* 3. Açıklama metinlerini (p) biraz daha okunaklı ve ince (Light/Regular) yapalım */
p, .services p, #website-products p {
    font-weight: 400 !important;
    line-height: 1.7;
}

/* 4. Başlıklar kalın kalsın */
h1, h2, h3, h4 {
    font-weight: 700 !important;
}

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