body{
    font-family: "Wix Madefor Display", sans-serif;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
}
a{
    text-decoration: none;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
header{
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}

.header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}
.header-main .main-header {
    display: flex;
    align-items: center;
}
header::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 3px;
    
    pointer-events: none;
}
header.sticky {
    position: fixed !important;
    top: 0;
    display: block;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
header.sticky::after {
    display: none;
}
.nav-area ul {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-area ul li {
    margin: 0;
    padding: 0;
}
.nav-area ul li.main-nav {
    padding: 10px 0;
    cursor: pointer;
}

header .main-nav > a {
    color: #404041;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    
}
.nav-area ul li.lang > a{
    color: #be1e2d;
    font-weight: 900;
}
li.has-dropdown {
    position: relative;
}

li.has-dropdown .submenu {
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    padding: 15px 10px;
    transform-origin: 0 0;
    transform: scaleY(0);
}
li.has-dropdown .submenu li {
    margin-right: 0;
    padding: 0;
}
li.has-dropdown .submenu li a{
    padding: 6px 16px !important;
    display: block;
    border-radius: 5px;
    background: #FFFFFF;
    transition: all 0.3s;
    text-align: left;
    font-size: 14px;
    color: #404041;
    text-decoration: none;
}
li.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
    transform: scaleY(1);
}
li.has-dropdown .submenu li a:hover {
    opacity: 1;
    background: #F2F2F8;
    opacity: 1;
    color: var(--color-primary) !important;
}
/* Hamburger Butonu */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 24px;
  justify-content: space-between;
  z-index: 999;
  position: relative;
  top: 40px;
  right: 0;
}
.mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #be1e2d;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Açıldığında X'e dönüşsün */
.mobile-menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
.mobile-menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -8px);
}
.main-header {
    transition: transform 0.3s ease-in-out;
}

.slider-section {
    background: #f4f7fc;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.slider-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/sol.png) no-repeat;
    z-index: 0;
}
.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-left-box {
    color: #fff;
    padding: 0px;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slide .img{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-left-box h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 30px;
    position: relative;
    z-index: 2;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
    width: 100%;
}

.slider-left-box p {
    font-size: 25px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
    transform: translate3d(-20%, 0, 0);
    width: 70%;
    overflow: hidden;
}
.slider-left-box .slider-btn.animate-in {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-20%, 0, 0);
}
.slider-left-box .slider-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    display: block;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0;
    padding: 13px 41px;

}
.slider-left-box .slider-btn:hover{
    background-color: rgba(187, 30, 44, 1);
}

.slider-right-box {
    height: 100%;
    overflow: unset;
}

.slider-right-box img {
    max-height: 500px;
    object-fit: contain;
    width: 100%;
}
.swiper-slide.swiper-slide-active .slider-left-box h1,
.swiper-slide.swiper-slide-active  p,
.swiper-slide.swiper-slide-active .slider-btn.animate-in{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* PAGINATION */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    left: -50px;
    right: auto;
}
.swiper-pagination-bullet {
  width: 20px;
  height: auto;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #db6d78;
  opacity: 1;
  background: transparent;
  font-family: "Wix Madefor Display", sans-serif;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: transparent;
}

.title-style{
    text-align: center;
}
.title-style .pre{
    color: #be1e2d;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Wix Madefor Display", sans-serif;
}
.title-style .title{
    color: #404041;
    font-size: 33px;
    font-weight: 700;
    font-family: "Wix Madefor Display", sans-serif;
}

#urunler-cozumler{
    margin-top: 87px;
}
#urunler-cozumler .product-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 47px;
}
#urunler-cozumler .product-wrapper .item{
    width: 19%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: all .7s ease-in-out;
}
#urunler-cozumler .product-wrapper .item .img{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#urunler-cozumler .product-wrapper .item .img::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #404041;
    background: linear-gradient(90deg, rgba(64, 64, 65, .8) 10%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
#urunler-cozumler .product-wrapper .item .img img{
    width: 100%;
    height: 100%;
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
#urunler-cozumler .product-wrapper .item .text{
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
#urunler-cozumler .product-wrapper .item .text .title{
    color:  #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1;
}
#urunler-cozumler .product-wrapper .item .text span{
    color:  #fff;
    font-size: 20px;
    font-weight: 400;
}
#urunler-cozumler .product-wrapper .item:hover .img img{
    transform: scale(1.1);
}
#urunler-cozumler .product-wrapper .item:hover .img::after{
    background: #404041;
    background: linear-gradient(50deg, rgba(178, 28, 42, .9) 10%, rgba(237, 221, 83, 0) 100%);
}
.button-style{
    text-align: center;
    margin-top: 47px;
}
.button-style a{
    background-color: #be1e2d;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 39px;
    display: inline-block;
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
.button-style a:hover{
    background-color: #404041;
}

#uygulama-ornekleri{
    margin-top: 87px;
}
#uygulama-ornekleri .gallery{
    margin-top: 60px;
}
#uygulama-ornekleri .gallery .swiper-slide a img{
    width: 100%;
}
.custom-gallery-nav {
    width: 30%;
    margin: 60px auto 0;
}
.custom-nav-btn {
    width: 52px;
    height: 52px;
    color: #bb1e2c;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 0;
    top: 0;
}
.custom-nav-btn i{
    font-size: 42px;
}
.custom-nav-btn::after{
    display: none;
}
.custom-nav-btn.swiper-button-disabled, 
.custom-nav-btn.swiper-button-disabled{
    color: #404041;
}
.btn-discover {
    background-color: #bb1e2c;
    color: white;
    padding: 14px 19px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
    text-decoration: none;
    border-radius: 0;
}

.btn-discover:hover {
  background-color: #404041;
  color: white;
}
#banner-bottom{
    background-color: #e82a3c;
}

#banner-bottom{
    margin-top: 90px;
}
#banner-bottom .banner-content{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#banner-bottom .banner-content .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
#banner-bottom .banner-content .item .text{
    margin-left: 30px;
}
#banner-bottom .banner-content .item .text .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
#banner-bottom .banner-content .item .text span{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

footer{
    background-color: #f4f7fc;
    padding: 60px 0;
}
footer .footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 70px;
}
footer .footer-content .logo {
    width: 205px;
    margin-right: 40px;
    flex: none;
}
footer .footer-content .footer-text {
    width: 300px;
    margin-right: 40px;
    flex: none;
}
footer .footer-content .footer-text .item{
    display: flex;
    gap: 30px;
}
footer .footer-content .footer-text .item .icon i{
    color: #bb1e2c;
    font-size: 14px;
}
footer .footer-content .footer-text .item {
    color: #404041;
    font-size: 16px;
    font-weight: 400;
}
footer .footer-content .footer-text .item:not(:last-child) {
    margin-bottom: 5px;
}
footer .footer-content .footer-nav{
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
footer .footer-content .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 45px;
}
footer .footer-content .footer-nav ul li:not(:first-child) {
    margin-left: 15px;
}
footer .footer-content .footer-nav ul li a {
    color: #404041;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
footer .footer-content .footer-nav .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .footer-content .footer-nav .social-icons a {
    margin-left: 20px;
    color: #bb1e2c;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}
footer .footer-content .footer-nav .social-icons a:nth-child(1) {
    font-size: 26px;
    font-weight: 400;
}
footer .footer-content .footer-nav .social-icons a:nth-child(2),
footer .footer-content .footer-nav .social-icons a:nth-child(3) {
    font-size: 30px;
    font-weight: 400;
}
footer .footer-content .footer-nav .social-icons a:hover {
    color: #404041;
}
footer .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-bottom .footer-left{
    display: flex;
    align-items: center;
}
footer .footer-bottom .footer-left p {
    color: #404041;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
footer .footer-bottom .footer-left ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-bottom .footer-left ul li {
    margin-left: 15px;
    position: relative;
}
footer .footer-bottom .footer-left ul li a {
    color: #404041;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
footer .footer-bottom .footer-left ul li a:hover {
    color: #bb1e2c;
}
footer .footer-bottom .footer-left ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -7px;
    width: 1px;
    height: 16px;
    background-color: #404041;
}
footer .footer-bottom .footer-right a{
    color: #404041;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.page_banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 0;
    margin-bottom: 50px;
}
.page_banner_overlay {
    background: rgba(35, 68, 137, 0);
    height: 55px;
    position: relative;
}
.page_banner_overlay::after{
    content: '';
    width: 31%;
    height: 55px;
    background-color: #e82a3c; /* kırmızı renk */
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.page_banner .page_banner_overlay .page_banner_text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    height: 55px;
}

.page_banner .page_banner_overlay .page_banner_text ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_banner .page_banner_overlay .page_banner_text h1{
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 0;
}
.page_banner .page_banner_overlay .page_banner_text ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_banner .page_banner_overlay .page_banner_text ul li{
    position: relative;
    margin-left: 15px;
}
.page_banner .page_banner_overlay .page_banner_text ul li a{
    color: #404041;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.page_banner .page_banner_overlay .page_banner_text ul li a i{
    color: #bb1e2c;
    font-size: 16px;
    margin-right: 5px;
}

.main-style{
    margin-top: 20px;
}
.main-style p{
    font-size: 17px;
    line-height: 30px;
}
.temeldegerler{
    margin-top: 50px;
}
.temeldegerler .item{
    text-align: center;
    margin-top: 50px;
}
.temeldegerler .item .text{
    margin-top: 30px;
}
.temeldegerler .item .text .title{
    font-size: 18px;
    font-weight: 700;
    color: #404041;
    margin-bottom: 25px;
}
.temeldegerler .item .text p{
    font-size: 18px;
    color: #404041;
}

.uretimtesisimiz{
    margin-top: 50px;
}
.uretimtesisimiz .gallery{
    margin-top: 50px;
}
.uretimtesisimiz .gallery .item{
    margin-bottom: 30px;
}
.uretimtesisimiz .gallery .item img{
    max-width: 100%;
    height: auto;
}

.pageMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageMenu .item {
    flex: 1 1 calc(11% - 20px);
    margin-bottom: 30px;
}
.pageMenu .item a{
    text-decoration: none;
}
.pageMenu .item .img {
    overflow: hidden;
    border-radius: 100%;
    width: 103px;
    height: 103px;
    margin: auto;
    border: 3px solid #d2d8e2;
    transition: all 0.3s ease;
}
.pageMenu .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pageMenu .item .text {
    text-align: center;
}
.pageMenu .item .text .title{
    font-size: 14px;
    font-weight: 700;
    color: #404041;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.pageMenu .item .text p{
    font-size: 14px;
    color: #404041;
    margin-top: 5px;
}
.pageMenu .item.active .img,
.pageMenu .item:hover .img{
    border-color: #bb1e2c;
} 
.pageMenu .item:hover .text .title{
    color: #bb1e2c;
}

.urunozellikler .urunbaslik{
    font-size: 30px;
    font-weight: 700;
    color: #bb1e2c;
    margin-bottom: 5px;
}
.urunozellikler .subtitle{
    font-size: 22px;
    font-weight: 700;
    color: #404041;
    margin-bottom: 10px;
}
.urunozellikler .metinBaslik{
    font-size: 18px;
    line-height: 30px;
    color: #bb1e2c;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
.urunozellikler p{
    font-size: 18px;
    color: #404041;
    margin-bottom: 5px;
}
.urunozellikler ul li{
    font-size: 18px;
    color: #404041;
    margin-bottom: 5px;
}
.urunozellikler .teknikbtn{
    margin-top: 50px;
}
.urunozellikler .teknikbtn a{
    background-color: #bb1e2c;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.urunozellikler .teknikbtn a:hover{
    background-color: #404041;
}
.urunOzellik ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.urunOzellik ul li span{
    background-color: #bb1e2c;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 32px;
    margin-right: 16px;
}
.urunOzellik ul li{
    font-size: 18px;
    color: #404041;
    margin-bottom: 5px;
}
.urunOzellik ul li:not(:last-child) {
    margin-bottom: 15px;
}

.iletisim .title{
    color: #be1e2d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 38px;
}
.iletisim .iletsimBilgileri ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.iletisim .iletsimBilgileri ul li{
    color: #404041;
    font-size: 18px;
    font-weight: 400;
}
.iletisim .iletsimBilgileri ul li i{
    color: #bb1e2c;
    font-size: 14px;
    margin-right: 20px;
}
.iletisim .iletsimBilgileri ul li:not(:last-child) {
    margin-bottom: 15px;
}
.iletisim .iletsimBilgileri .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.iletisim .iletsimBilgileri .social-icons a {
    margin-right: 20px;
    color: #bb1e2c;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.iletisim .iletsimBilgileri .social-icons a:nth-child(1) {
    font-size: 26px;
    font-weight: 400;
}
.iletisim .iletsimBilgileri .social-icons a:nth-child(2),
.iletisim .iletsimBilgileri .social-icons a:nth-child(3) {
    font-size: 30px;
    font-weight: 400;
}

.iletisim .form .form-control {
  background: #fafafd;
  border-radius: 0;
  height: 50px;
  border: 1px solid transparent;
}
.iletisim .form  textarea.form-control {
  height: 155px;
  resize: none;
}
.iletisim .form .form-control:focus {
  border-color: #bb1e2c;
  outline: 0;
  box-shadow: none;
}
.iletisim .form .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.iletisim .form input[type="checkbox"] {
  display: none;
}
.iletisim .form input[type="checkbox"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -2px 10px 0 0;
  background: #f4f7fc;
  cursor: pointer;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.iletisim .form label{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.iletisim .form label a{
  font-weight: 600;
  color: #404041;
  margin-right: 5px;
  transition: all 0.4s ease;
}
.iletisim .form label a:hover{
  color: #bb1e2c;
}
.iletisim .form .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}
.iletisim .form input[type="checkbox"]:checked + label span { 
  background: #f4f7fc url(../image/check.svg) no-repeat 50%;
}
.form .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iletisim .form  .form-group.yy {
  margin-bottom: 0;
}
.iletisim .form .btn-contact {
    background: #bb1e2c;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    padding: 8px 32px;
}
.iletisim .form .btn-contact:hover{
  background-color: #404041;
}
.iletisim .maps {
  margin-top: 70px;
}

.teknikDokumanlar .title{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #404041;
}
.teknikDokumanlar .teknik-dokuman-menu{
    margin-top: 30px;
}

.teknikDokumanlar .teknik-dokuman-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 4px solid #bb1e2c;
    margin: 0;
    padding: 0;
}
.teknikDokumanlar .teknik-dokuman-menu ul li {
    width: calc(33.33% - 20px);
}
.teknikDokumanlar .teknik-dokuman-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #404041;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover,
.teknikDokumanlar .teknik-dokuman-menu ul li a.active {
    background: #bb1e2c;
    color: #fff;
    height: 100%;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a .teknikicon {
    width: 31px;
    height: 30px;
    margin-right: 15px;
    background: url(../image/teknik-tablolar.png) no-repeat center center;
    background-size: contain;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .teknikicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a.active .teknikicon {
    background: url(../image/teknik-tablolar-hover.png) no-repeat center center;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a .analizicon {
    width: 31px;
    height: 30px;
    margin-right: 15px;
    background: url(../image/analiz-raporlari.png) no-repeat center center;
    background-size: contain;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .analizicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a.active .analizicon {
    background: url(../image/analiz-raporlari-hover.png) no-repeat center center;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a .kaliteicon {
    width: 31px;
    height: 30px;
    margin-right: 15px;
    background: url(../image/kalite-belgeleri.png) no-repeat center center;
    background-size: contain;
}
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .kaliteicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a.active .kaliteicon {
    background: url(../image/kalite-belgeleri-hover.png) no-repeat center center;
}
.analiz-raporlari{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}
.analiz-raporlari .item {
    width: 23.3%;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s ease;
}
.analiz-raporlari .item a{
    text-decoration: none;
}
.analiz-raporlari .item .raporadi {
    font-size: 18px;
    font-weight: 700;
    color: #bb1e2c;
}
.analiz-raporlari .item .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analiz-raporlari .item .text .sub {
    font-size: 16px;
    color: #404041;
}
.analiz-raporlari .item .text .icon {
    font-size: 24px;
    color: #bb1e2c;
}
.analiz-raporlari .item:hover {
    transform: translateY(-5px);
    box-shadow: rgba(99, 99, 99, 0.3) 0px 4px 12px 0px;
    background-color: #bb1e2c
}
.analiz-raporlari .item:hover .raporadi {
    color: #fff;
}
.analiz-raporlari .item:hover .text .sub {
    color: #fff;
}
.analiz-raporlari .item:hover .text .icon {
    color: #fff;
}


.kalite-belgeleri{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
}
.kalite-belgeleri .item {
    width: auto;
    padding: 30px 49px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s ease;
}
.kalite-belgeleri .item .raporadi{
    border: 1px solid #d2d8e2;
    width: fit-content;
    margin: 0 auto 30px;
}
.kalite-belgeleri .item a .text {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #404041;
}
.kalite-belgeleri .item .raporadi{
    width: 135px;
    height: 188px;
}
.kalite-belgeleri .item .raporadi img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kalite-belgeleri .item:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.kalite-belgeleri .item:hover a .text{
    color: #bb1e2c;
}

.tekniktablo ul{
    padding: 0;
    margin: 48px 0 0;
    list-style: none;
}
.tekniktablo ul li{
    padding: 12px 15px;
}
.tekniktablo ul li:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}
.tekniktablo ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tekniktablo ul li a .urunAdi {
    font-weight: 700;
    color: #bb1e2c;
    font-size: 16px;
}

.tekniktablo ul li a .uruntekknik {
    font-size: 16px;
    color: #404041;
    font-weight: 700;
}
.tekniktablo ul li a .uruntekknik i{
    margin-right: 15px;
    font-size: 18px;
    color: #bb1e2c;
}


.uygulama-ornekleri .title{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #404041;
}
.uygulama-ornekleri p{
    font-size: 18px;
    color: #404041;
}

.dahafazla{
    margin: 50px auto 0;
    background-color: #bb1e2c;
    display: block;
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 45px;
    transition: all 0.3s ease;
}
.dahafazla:hover{
    background-color: #404041;
}

/* Mobil için */
@media(max-width: 992px) {
    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        z-index: 999;
    }
    .main-header {
        position: fixed;
        top: 140px;
        right: -100%;
        width: 100%;
        height: 84vh;
        background: #fff;
        padding: 0px;
        transition: right 0.4s ease-in-out; /* <-- animasyon eklendi */
        z-index: 998;
        justify-content: center;
    }
    .main-header.active {
        right: 0;
    }
    .nav-area ul {
        flex-direction: column;
        gap: 0;
    }
    .nav-area ul li {
        margin: 0px 0;
        padding: 0;
    }
    .swiper-slide {
        flex-direction: column;
    }
    .slider-left-box{
        width: 100%;
        padding: 0px 20px;
    }
    .slider-left-box h1{
        font-size: 22px;
    }
    .slider-left-box p {
        font-size: 18px;
        line-height: 28px;
    }
    .slider-section::after{
        height: 50%;
    }
    .slider-left-box .slider-btn{
        font-size: 14px;
        padding: 10px 36px;
    }
    .swiper-slide .img {
        width: 100%;
    }
    #urunler-cozumler {
        margin-top: 57px;
    }
    .title-style .title {
        font-size: 24px;
    }
    #urunler-cozumler .product-wrapper .item {
        width: 48%;
    }
    #urunler-cozumler .product-wrapper .item .text {
        bottom: 15px;
        left: 15px;
    }
    #urunler-cozumler .product-wrapper .item .text .title{
        font-size: 18px;
    }
    #urunler-cozumler .product-wrapper .item .text span {
        font-size: 16px;
    }
    .button-style {
        margin-top: 7px;
    }
    .custom-gallery-nav {
        width: 100%;
        margin: 40px auto 0;
    }
    #banner-bottom .banner-content {
        flex-direction: column;
    }
    #banner-bottom .banner-content .item a {
        justify-content: flex-start;
    }
    #banner-bottom .banner-content .item{
        padding: 20px 20px;
        width: 100%;
    }
    #banner-bottom .banner-content .item .img{
        width: 63px;
    }
    #banner-bottom .banner-content .item .text .title {
        font-size: 20px;
    }
    #banner-bottom .banner-content .item .text span {
        font-size: 16px;
    }
    footer {
        padding: 30px 0;
    }
    footer .footer-content {
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        flex-direction: column;
    }
    footer .footer-content .footer-nav {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .footer-content .footer-nav ul{
        flex-direction: column;
    }
    footer .footer-content .logo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        flex: none;
        text-align: center;
    }
    footer .footer-content .footer-text {
        width: 300px;
        margin-right: auto;
        flex: none;
        margin-left: auto;
        margin-bottom: 20px;
    }
    footer .footer-content .footer-nav ul li:not(:first-child) {
        margin-left: 0px;
        margin-top: 15px;
    }
    footer .footer-bottom {
        flex-direction: column;
    }
    footer .footer-bottom .footer-left ul li:first-child::before{
        display: none;
    }
    footer .footer-bottom .footer-left {
        flex-direction: column;
    }
    .page_banner .page_banner_overlay .page_banner_text h1 {
        font-size: 16px;
        width: 50%;
    }
    .page_banner .page_banner_overlay .page_banner_text ul li a {
        font-size: 10px;
    }
    .page_banner_overlay::after {
        width: 52%;
        clip-path: polygon(0 0, 100% 0%, 76% 100%, 0 100%);
    }
    .page_banner .page_banner_overlay .page_banner_text ul li {
        position: relative;
        margin-left: 8px;
    }
    .teknikDokumanlar .teknik-dokuman-menu ul li {
        width: calc(100% - 0px);
    }
    .analiz-raporlari .item {
        width: 100%;
    }
    .kalite-belgeleri {
        gap: 0px;
    }
    .kalite-belgeleri .item {
        width: 49%;
        padding: 30px 0;
    }
    .iletisim .form .form-group.yy {
        margin-bottom: 20px;
    }

}