#preloader,
.slider-section::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body {
    font-display: swap;
    overflow-x: hidden;
    margin: 0;
    background: #fff
}

#preloader {
    position: fixed;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #be1e2d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.header-main,
body,
header,
li.has-dropdown {
    position: relative
}

.header-main,
.header-main .main-header,
footer .footer-bottom .footer-left {
    display: flex;
    align-items: center
}

header,
header.sticky {
    box-shadow: 0 7px 18px rgba(24, 16, 16, .0509803922)
}

.nav-area ul,
.nav-area ul li {
    margin: 0;
    padding: 0
}

.slider-left-box .slider-btn.animate-in,
.slider-left-box h1,
.slider-left-box p {
    transform: translate3d(-20%, 0, 0);
    opacity: 0
}

.swiper-pagination-bullet,
.title-style .pre,
.title-style .title,
body {
    font-family: "Wix Madefor Display", sans-serif
}

.pageMenu .item,
.uretimtesisimiz .gallery .item {
    margin-bottom: 30px
}

.slider-section::before {
    content: '';
    position: absolute;
    background: url(../image/sol.png) no-repeat;
    z-index: 0
}

.analiz-raporlari .item a,
.pageMenu .item a,
a {
    text-decoration: none
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px
    }
}

header {
    z-index: 10;
    padding-bottom: 20px
}

.header-main {
    justify-content: space-between;
    margin-top: 20px
}

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
}

.custom-nav-btn::after,
.iletisim .form input[type=checkbox],
header.sticky::after {
    display: none
}

.nav-area ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none
}

.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 .submenu {
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: .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, .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: #fff;
    transition: .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 {
    background: #f2f2f8;
    opacity: 1;
    color: var(--color-primary) !important
}

.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: .3s
}

.mobile-menu-toggle.open span:first-child {
    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 .3s ease-in-out
}

.slider-section {
    background: #f4f7fc;
    position: relative;
    overflow: hidden;
    padding: 0
}

.analiz-raporlari .item .text,
.swiper-slide,
footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.slider-left-box {
    color: #fff;
    padding: 0;
    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: 30px;
    font-weight: 900;
    line-height: 30px;
    position: relative;
    z-index: 2;
    transition: .5s cubic-bezier(.215, .61, .355, 1) .5s;
    width: 100%
}

.slider-left-box p {
    font-size: 25px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: .6s cubic-bezier(.215, .61, .355, 1) .6s;
    width: 70%;
    overflow: hidden
}

.slider-left-box .slider-btn.animate-in {
    transition: .3s cubic-bezier(.215, .61, .355, 1) .7s
}

.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, .25);
    border-radius: 0;
    padding: 13px 41px
}

.slider-left-box .slider-btn:hover {
    background-color: #bb1e2c
}

.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-btn.animate-in,
.swiper-slide.swiper-slide-active .slider-left-box h1,
.swiper-slide.swiper-slide-active p {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.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: 0 0
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background: 0 0
}

.btn-discover:hover,
.button-style a:hover,
.dahafazla:hover,
.iletisim .form .btn-contact:hover,
.urunozellikler .teknikbtn a:hover {
    background-color: #404041
}

.pageMenu .item .text,
.title-style {
    text-align: center
}

.title-style .pre {
    color: #be1e2d;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px
}

.title-style .title {
    color: #404041;
    font-size: 33px;
    font-weight: 700
}

#urunler-cozumler,
#uygulama-ornekleri {
    margin-top: 87px
}

#urunler-cozumler .product-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 47px
}

#urunler-cozumler .product-wrapper .item {
    width: 19%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: .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: 1.5s cubic-bezier(.19, 1, .22, 1)
}

#urunler-cozumler .product-wrapper .item .img img {
    width: 100%;
    height: 100%;
    transition: 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: 1.5s cubic-bezier(.19, 1, .22, 1)
}

#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 .3s;
    margin-top: 0;
    top: 0
}

.custom-nav-btn i {
    font-size: 42px
}

.custom-nav-btn.swiper-button-disabled,
footer .footer-content .footer-nav .social-icons a:hover {
    color: #404041
}

.btn-discover {
    background-color: #bb1e2c;
    color: #fff;
    padding: 14px 19px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
    text-decoration: none;
    border-radius: 0
}

.analiz-raporlari .item:hover .raporadi,
.analiz-raporlari .item:hover .text .icon,
.analiz-raporlari .item:hover .text .sub,
.btn-discover:hover,
.dahafazla {
    color: #fff
}

#banner-bottom {
    background-color: #e82a3c;
    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;
    color: #404041;
    font-size: 16px;
    font-weight: 400
}

footer .footer-content .footer-text .item .icon i {
    color: #bb1e2c;
    font-size: 14px
}

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 0 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

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: 15px;
    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: .3s
}

.page_banner .page_banner_overlay .page_banner_text ul li,
footer .footer-bottom .footer-left ul li {
    position: relative;
    margin-left: 15px
}

.iletisim .iletsimBilgileri .social-icons a:first-child,
footer .footer-content .footer-nav .social-icons a:first-child {
    font-size: 26px;
    font-weight: 400
}

.iletisim .iletsimBilgileri .social-icons a:nth-child(2),
.iletisim .iletsimBilgileri .social-icons a:nth-child(3),
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-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 a,
footer .footer-bottom .footer-right a {
    color: #404041;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.iletisim .form label a:hover,
.kalite-belgeleri .item:hover a .text,
.pageMenu .item:hover .text .title,
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
}

.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;
    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 h1 {
    color: #fff;
    font-size: 25px;
    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 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,
.uretimtesisimiz,
.uretimtesisimiz .gallery,
.urunozellikler .teknikbtn {
    margin-top: 50px
}

.temeldegerler .item {
    text-align: center;
    margin-top: 50px
}

.teknikDokumanlar .teknik-dokuman-menu,
.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,
.uygulama-ornekleri p {
    font-size: 18px;
    color: #404041
}

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

.pageMenu .item .img {
    overflow: hidden;
    border-radius: 100%;
    width: 103px;
    height: 103px;
    margin: auto;
    border: 3px solid #d2d8e2;
    transition: .3s
}
.pageMenu.yeniPageMenu .item .img {
    overflow: hidden;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
    border: 3px solid #d2d8e2;
    transition: .3s
}

.kalite-belgeleri .item .raporadi img,
.pageMenu .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pageMenu .item .text .title {
    font-size: 14px;
    font-weight: 700;
    color: #404041;
    margin-top: 15px;
    transition: .3s
}
.pageMenu.yeniPageMenu .item .text .title{
	font-size: 16px;
}
.pageMenu .item .text p {
    font-size: 14px;
    color: #404041;
    margin-top: 5px
}
.pageMenu.yeniPageMenu .item .text p {
	font-size: 16px;
}

.pageMenu .item.active .img,
.pageMenu .item:hover .img {
    border-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
}

.urunOzellik ul li,
.urunozellikler p,
.urunozellikler ul li {
    font-size: 18px;
    color: #404041;
    margin-bottom: 5px
}

.urunozellikler .teknikbtn a {
    background-color: #bb1e2c;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
    transition: .3s
}

.iletisim .iletsimBilgileri ul,
.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
}

.iletisim .iletsimBilgileri ul li:not(:last-child),
.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 li {
    color: #404041;
    font-size: 18px;
    font-weight: 400
}

.iletisim .iletsimBilgileri ul li i {
    color: #bb1e2c;
    font-size: 14px;
    margin-right: 20px
}

.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: .3s
}

.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]+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: .4s
}

.iletisim .form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem
}

.iletisim .form input[type=checkbox]:checked+label span {
    background: url(../image/check.svg) 50% no-repeat #f4f7fc
}

.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 .maps {
    margin-top: 70px
}

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

.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: .3s;
    text-decoration: none
}

.teknikDokumanlar .teknik-dokuman-menu ul li a.active,
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover {
    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) center center/contain no-repeat
}

.teknikDokumanlar .teknik-dokuman-menu ul li a.active .teknikicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .teknikicon {
    background: url(../image/teknik-tablolar-hover.png) center center no-repeat
}

.teknikDokumanlar .teknik-dokuman-menu ul li a .analizicon {
    width: 31px;
    height: 30px;
    margin-right: 15px;
    background: url(../image/analiz-raporlari.png) center center/contain no-repeat
}

.teknikDokumanlar .teknik-dokuman-menu ul li a.active .analizicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .analizicon {
    background: url(../image/analiz-raporlari-hover.png) center center no-repeat
}

.teknikDokumanlar .teknik-dokuman-menu ul li a .kaliteicon {
    width: 31px;
    height: 30px;
    margin-right: 15px;
    background: url(../image/kalite-belgeleri.png) center center/contain no-repeat
}

.teknikDokumanlar .teknik-dokuman-menu ul li a.active .kaliteicon,
.teknikDokumanlar .teknik-dokuman-menu ul li a:hover .kaliteicon {
    background: url(../image/kalite-belgeleri-hover.png) center center no-repeat
}

.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, .2) 0 2px 8px 0;
    transition: .3s
}

.analiz-raporlari .item .raporadi {
    font-size: 18px;
    font-weight: 700;
    color: #bb1e2c
}

.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, .3) 0 4px 12px 0;
    background-color: #bb1e2c
}

.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, .2) 0 2px 8px 0;
    transition: .3s
}

.kalite-belgeleri .item .raporadi {
    border: 1px solid #d2d8e2;
    margin: 0 auto 30px;
    width: 135px;
    height: 188px
}

.kalite-belgeleri .item a .text {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #404041
}

.kalite-belgeleri .item:hover {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

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

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

@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: 0;
        transition: right .4s ease-in-out;
        z-index: 998;
        justify-content: center
    }
    .main-header.active {
        right: 0
    }
    .nav-area ul {
        flex-direction: column;
        gap: 0
    }
    .nav-area ul li {
        margin: 0;
        padding: 0
    }
    #banner-bottom .banner-content,
    .swiper-slide,
    footer .footer-bottom,
    footer .footer-bottom .footer-left,
    footer .footer-content .footer-nav ul {
        flex-direction: column
    }
    .slider-left-box {
        width: 100%;
        padding: 0 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
    }
    .analiz-raporlari .item,
    .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
    }
    #banner-bottom .banner-content .item .text span,
    #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 .item a {
        justify-content: flex-start
    }
    #banner-bottom .banner-content .item {
        padding: 20px;
        width: 100%
    }
    #banner-bottom .banner-content .item .img {
        width: 63px
    }
    #banner-bottom .banner-content .item .text .title {
        font-size: 20px
    }
    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 .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: 0;
        margin-top: 15px
    }
    footer .footer-bottom .footer-left ul li:first-child::before {
        display: none
    }
    .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)
    }
    .kalite-belgeleri {
        gap: 0
    }
    .kalite-belgeleri .item {
        width: 49%;
        padding: 30px 0
    }
    .iletisim .form .form-group.yy {
        margin-bottom: 20px
    }
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#whatsapp img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
