.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a,
.lang button {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.header--four button.trigger-link,
.header--four button.trigger-link-para {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5a275f;
    font: inherit;
    font-size: 20px;
    cursor: pointer;
}

.header--four button.trigger-link .flag-icon {
    font-size: 25px;
}

.lang button {
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    color: #514554;
}

.lang button.activelang {
    opacity: 1;
    filter: none;
    color: #3d3288;
    border-color: #3d3288;
}

:is(.trigger-link, .trigger-link-para, .lang button):focus-visible {
    outline: 2px solid #e31e24;
    outline-offset: 3px;
}

.breadcrumb span.separator {
    display: inline-block;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover,
.lang button:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}

.header--four {
    background: transparent !important;
}

.header--one.header--four .header__top,
.header--four .header__bottom,
.header--four .header__bottom.header-fixed {
    background: rgba(255, 255, 255, 0.88) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.header--one.header--four .header__top {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(90, 39, 95, 0.1);
}

.header--four .header__bottom.header-fixed {
    background: rgba(255, 255, 255, 0.96) !important;
}

.header--one.header--four .header__top a,
.header--one.header--four .header__top li,
.header--one.header--four .header__top i {
    color: #5a275f !important;
}

.header--one.header--four .header__top a:hover {
    color: #5a275f !important;
}

.header--one.header--four .header__top .info i {
    color: #d91c28 !important;
}

.header--one.header--four .header__bottom::before,
.header--one.header--four .header__bottom::after {
    display: none !important;
}

.header--four .header__bottom,
.header--four .header__bottom.header-fixed {
    padding: 0 !important;
    border-bottom: 1px solid rgba(90, 39, 95, 0.12);
    box-shadow: 0 4px 16px rgba(18, 27, 54, 0.05);
}

.header--four .header__bottom > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header--four .header__bottom .area {
    width: 100%;
    min-height: 96px;
    padding: 0 clamp(32px, 5vw, 96px);
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overflow: visible;
}

.header--four .header__bottom.header-fixed .area {
    background: transparent !important;
}

.header--four .header__bottom .area .logo,
.header--four .header__bottom .main-menu .menu {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.header--four .header__bottom .area .logo {
    margin-left: clamp(28px, 4vw, 82px);
    max-width: none;
}

.header--four .header__bottom .area .logo img {
    height: 86px;
    width: auto;
}

.header--four .header__bottom .main-menu .menu > ul > li > a {
    color: #5a275f !important;
    padding-left: 14px;
    padding-right: 14px;
    text-shadow: none;
}

.header--four .header__bottom .main-menu .menu > ul > li:hover > a,
.header--four .header__bottom .main-menu .menu > ul > li > a:hover {
    background: transparent;
    color: #5a275f !important;
}

.header--four .header__bottom .area .menu .search_cart ul li {
    background: rgba(90, 39, 95, 0.06) !important;
    border-left: 1px solid rgba(90, 39, 95, 0.1);
}

.header--four .header__bottom .area .menu .search_cart ul li a,
.header--four .header__bottom .area .menu .search_cart ul li span {
    color: #5a275f !important;
}

.header--four .header__bottom .area .menu .search_cart ul li:hover a,
.header--four .header__bottom .area .menu .search_cart ul li:hover span {
    color: #5a275f !important;
}

.banner__slider .swiper-slide .banner__item::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06) 44%, rgba(90, 39, 95, 0.06)) !important;
}

.banner--three .banner__pagination span,
.banner--three .banner__pagination span.swiper-pagination-bullet-active {
    background: rgba(90, 39, 95, 0.22) !important;
    color: transparent !important;
}

.banner--three .lab_btn_group--two .lab-btn:hover,
.banner--four .lab_btn_group--two .lab-btn:hover {
    background: rgba(11, 34, 57, 0.4) !important;
    color: #ffffff !important;
}

.banner--three .slide-menu {
    height: auto;
    bottom: 24px;
}

.slide-menu .lab_btn_group {
    display: block;
    margin: 0;
}

.middle-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.middle-menu-item {
    min-width: 0;
}

.slide-menu .ortamenu_link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 76px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
    color: #3d3288 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.slide-menu .ortamenu_link:hover,
.slide-menu .ortamenu_link:focus-visible {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(61, 50, 136, 0.25);
}

.slide-menu .ortamenu_link:focus-visible {
    outline: 2px solid #3d3288;
    outline-offset: 3px;
}

.slide-menu .ortamenu_link .ortamenu {
    flex: 0 0 26px;
    width: 26px;
    margin: 0;
    text-align: center;
    color: #e31e24 !important;
    font-size: 24px;
}

.slide-menu .middle-menu-label {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.slide-menu .ortamenu_link .middle-menu-arrow {
    flex: 0 0 14px;
    margin: 0;
    color: #3d3288 !important;
    font-size: 13px;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .banner--three .slide-menu {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        max-width: none;
        padding: 20px;
        background: #f4f4f7;
    }

    .middle-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .middle-menu-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .slide-menu .ortamenu_link {
        gap: 8px;
        padding: 12px;
    }

    .slide-menu .middle-menu-label {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .header--one.header--four .header__top {
        display: none;
    }

    .header--four .header__bottom,
    .header--four .header__bottom.header-fixed {
        background: rgba(255, 255, 255, 0.94) !important;
        padding: 0 !important;
    }

    .header--four .header__bottom .area {
        min-height: 72px;
        padding: 0 18px;
        background: transparent !important;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .header--four .header__bottom .area .logo {
        margin-left: 0;
        max-width: 190px;
    }

    .header--four .header__bottom .area .logo img {
        height: auto;
        max-height: 62px;
        max-width: 100%;
        width: auto;
    }

    .header--four .header__bottom .main-menu .menu {
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        height: calc(100vh - 72px);
        max-height: 520px;
        padding: 18px 20px 28px !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 24px 45px rgba(18, 27, 54, 0.16) !important;
        overflow-y: auto;
    }

    .header--four .header__bottom .main-menu .menu ul li {
        border-bottom: 1px solid rgba(90, 39, 95, 0.1);
    }

    .header--four .header__bottom .main-menu .menu ul li a {
        color: #5a275f !important;
        padding: 14px 0;
        text-shadow: none;
    }

    .header--four .header__bottom .main-menu .menu > ul > li:hover > a,
    .header--four .header__bottom .main-menu .menu > ul > li > a:hover {
        background: transparent;
        color: #5a275f !important;
    }

    .header--four .header__bar {
        margin-left: 14px;
    }

    .header--four .header__bar span {
        background: #5a275f !important;
    }
}

@media (max-width: 575px) {
    .header--four .header__bottom .area {
        min-height: 62px;
        padding: 0 14px;
    }

    .header--four .header__bottom .area .logo {
        max-width: 168px;
    }

    .header--four .header__bottom .area .logo img {
        max-height: 54px;
    }
}

.about--three .about__thumb {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.about--three .about__img.about__img--thumb {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(18, 27, 54, 0.12);
}

.about--three .about__img.about__img--thumb > img {
    display: block;
    width: 100%;
    border-radius: 14px;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.about--three .about__img.about__img--thumb:hover > img {
    transform: scale(1.018);
    filter: saturate(1.04) contrast(1.02);
}

@media (max-width: 767px) {
    .about--three .about__thumb {
        max-width: 100%;
        padding: 0;
        border-radius: 12px;
        box-shadow: none;
    }

    .about--three .about__img.about__img--thumb {
        border-radius: 12px;
        box-shadow: none;
    }

    .about--three .about__img.about__img--thumb > img {
        border-radius: 12px;
    }
}

.counter.counter--two {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/counter-fasteners-bg.webp) !important;
    background-color: #182133;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.counter.counter--two::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(120deg, rgba(227, 30, 36, 0.12), transparent 34%),
        linear-gradient(300deg, rgba(90, 39, 95, 0.18), transparent 38%),
        rgba(10, 18, 32, 0.26);
    pointer-events: none;
}

.counter.counter--two .container {
    position: relative;
    z-index: 1;
}

.counter--two .counter__item {
    position: relative;
    min-height: 210px;
    padding: 34px 28px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(18, 27, 54, 0.09);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    backdrop-filter: saturate(160%) blur(14px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.counter--two .counter__item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 28px;
    left: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #e31e24, #5a275f);
}

.counter--two .counter__item:hover {
    transform: translateY(-6px);
    border-color: rgba(227, 30, 36, 0.18) !important;
    box-shadow: 0 24px 54px rgba(18, 27, 54, 0.13);
}

.counter--two .counter__thumb {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.12), rgba(90, 39, 95, 0.1));
}

.counter--two .counter__thumb i {
    font-size: 34px !important;
    color: #e31e24 !important;
}

.counter--two .counter__count h4 {
    margin: 0;
    color: #5a275f !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

.counter--two .counter__title h6 {
    margin: 10px 0 0;
    color: #273246 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .counter--two .counter__item {
        min-height: 190px;
        padding: 28px 22px !important;
    }
}

@media (max-width: 575px) {
    .counter.counter--two {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .counter--two .counter__item {
        min-height: auto;
        padding: 24px 18px !important;
        border-radius: 12px;
    }

    .counter--two .counter__thumb {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
    }

    .counter--two .counter__count h4 {
        font-size: 30px;
    }
}

.footer.footer--two {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/footer-fasteners-bg.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}

.footer.footer--two::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 18, 33, 0.92), rgba(7, 18, 33, 0.72) 50%, rgba(7, 18, 33, 0.9)),
        linear-gradient(180deg, rgba(227, 30, 36, 0.14), transparent 18%);
    pointer-events: none;
}

.footer.footer--two > * {
    position: relative;
    z-index: 1;
}

.footer--two .footer__bottom .footer-copyright {
    margin: 0;
    color: #c7cad2;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.footer--two .footer__bottom .footer-design-credit {
    margin: 6px 0 0;
    color: #b4b9c5;
    font-size: 13px;
    line-height: 1.7;
}

.footer--two .footer__bottom .footer-design-credit a {
    display: inline-block;
    color: #ff646b;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer--two .footer__bottom .footer-design-credit a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer--two .footer__bottom .footer-design-credit a:focus-visible {
    outline: 2px solid #ff646b;
    outline-offset: 4px;
    border-radius: 2px;
}

.footer--two .footer__top .info__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    height: 100%;
    min-height: 120px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
}

.footer--two .footer__top .info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #e31e24;
    color: #ffffff;
}

.footer--two .footer__top .info__icon i {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.footer--two .footer__top .info__content {
    flex: 1;
    min-width: 0;
    width: auto;
    padding-left: 0;
    overflow-wrap: anywhere;
}

.footer--two .footer__top .info__content h6,
.footer--two .footer__top .info__content p {
    color: #ffffff;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .footer--two .footer__top .info__item {
        min-height: 104px;
        gap: 14px;
        padding: 18px;
    }
}

.blog.blog--one,
.blog-two.blog-page {
    background: #ffffff;
}

.blog.blog--one .section__header {
    color: #3d3288;
    font-weight: 800;
    letter-spacing: 0;
}

.blog.blog--one .section__header i {
    background: linear-gradient(90deg, #e31e24, #3d3288);
}

:is(.blog--one, .blog-page) .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 24px;
}

:is(.blog--one, .blog-page) .haber_kapak {
    display: block;
    flex-shrink: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

:is(.blog--one, .blog-page) .haber_kapak img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

:is(.blog--one, .blog-page) .haber_kapak:hover img {
    transform: scale(1.025);
}

:is(.blog--one, .blog-page) .blog-two__single {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px;
    margin: 0;
    border: 1px solid rgba(61, 50, 136, 0.12);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
}

:is(.blog--one, .blog-page) .blog-two__single::before {
    display: none;
}

:is(.blog--one, .blog-page) .blog-two__date-box {
    flex-wrap: wrap;
    gap: 8px 16px;
}

:is(.blog--one, .blog-page) .blog-two__tag {
    padding: 0;
    background: transparent;
}

:is(.blog--one, .blog-page) .blog-two__tag p,
:is(.blog--one, .blog-page) .blog-two__date a {
    color: #72717d;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

:is(.blog--one, .blog-page) .blog-two__date {
    margin: 0;
}

:is(.blog--one, .blog-page) .blog-two__date-box i {
    color: #e31e24;
    font-size: 14px;
    margin-right: 4px;
}

:is(.blog--one, .blog-page) .blog-two__title-2 {
    margin: 16px 0 24px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

:is(.blog--one, .blog-page) .blog-two__title-2 a {
    color: #3d3288;
}

:is(.blog--one, .blog-page) .blog-two__title-2 a:hover {
    color: #e31e24;
}

:is(.blog--one, .blog-page) .blog-two__btn-and-date {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(61, 50, 136, 0.09);
}

:is(.blog--one, .blog-page) .blog-two__btn-2 {
    width: 100%;
}

:is(.blog--one, .blog-page) .blog-two__btn-2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    color: #3d3288;
    font-size: 14px;
}

:is(.blog--one, .blog-page) .blog-two__btn-2 a i {
    order: 1;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    top: 0;
    margin: 0;
    line-height: 40px;
    border-radius: 8px;
    background: rgba(227, 30, 36, 0.06);
    color: #e31e24;
    font-size: 16px;
}

:is(.blog--one, .blog-page) .blog-two__btn-2 a:hover i {
    background: rgba(61, 50, 136, 0.08);
    color: #3d3288;
}

:is(.blog--one, .blog-page) a:focus-visible {
    outline: 2px solid #3d3288;
    outline-offset: 3px;
}

@media (max-width: 575px) {
    :is(.blog--one, .blog-page) .blog-two__single {
        padding: 18px;
    }

    :is(.blog--one, .blog-page) .blog-two__title-2 {
        font-size: 20px;
    }
}

.product-groups-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.product-groups-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='48.5' viewBox='0 0 84 48.5'%3E%3Cg fill='none' stroke-width='1'%3E%3Cpath d='M0 24.25 14 0H42L56 24.25 42 48.5H14L0 24.25' stroke='%233d3288' stroke-opacity='.07'/%3E%3Cpath d='M56 24.25H84' stroke='%23e31e24' stroke-opacity='.09'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 84px 48.5px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    pointer-events: none;
}

.product-groups-section::after {
    position: absolute;
    content: "";
    left: 8%;
    right: 8%;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 30, 36, 0.12), rgba(90, 39, 95, 0.12), transparent);
    pointer-events: none;
}

.product-groups-section > .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1500px;
}

.product-groups-section .section__header {
    color: #3d3288 !important;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 42px;
}

.product-groups-section .section__header i {
    background: linear-gradient(90deg, #e31e24, #5a275f) !important;
    height: 2px;
    width: 58px;
}

.product-groups-section .section__wrapper {
    position: relative;
}

.product-groups-section + .download-area {
    padding-top: 56px;
}

.coffee-invitation > .container {
    max-width: none;
    padding: 0;
}

.coffee-invitation .download-wrapper {
    min-height: 480px;
    padding: 72px 32px;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: #f8f8fa;
    isolation: isolate;
}

.coffee-invitation .download-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84) 32%, rgba(255, 255, 255, 0) 65%);
    pointer-events: none;
}

.coffee-invitation .download-wrapper > .row {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}

.coffee-invitation .download-content {
    max-width: 510px;
}

.coffee-invitation .site-title-tagline {
    color: #3d3288;
    font-size: 15px;
    letter-spacing: 0;
}

.coffee-invitation .site-title-tagline::before,
.coffee-invitation .site-title-tagline > i {
    display: none;
}

.coffee-invitation .site-title {
    color: #3d3288;
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.coffee-invitation .site-title span {
    color: #e31e24;
}

.coffee-invitation .site-heading p {
    max-width: 460px;
    color: #555462;
    font-size: 16px;
    line-height: 1.75;
}

.coffee-invitation .download-btn a {
    min-height: 48px;
    max-width: 100%;
    padding: 12px 22px;
    gap: 12px;
    border-radius: 8px;
    background: #e31e24;
    color: #ffffff;
    box-shadow: none;
}

.coffee-invitation .download-btn a:hover {
    background: #3d3288;
}

.coffee-invitation .download-btn a:focus-visible {
    outline: 2px solid #3d3288;
    outline-offset: 4px;
}

.coffee-invitation .download-btn a i {
    font-size: 19px;
}

.coffee-invitation .download-btn-content {
    min-width: 0;
    overflow-wrap: anywhere;
}

.coffee-invitation .download-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.coffee-invitation .download-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
    clip-path: none;
}

@media (max-width: 991px) {
    .coffee-invitation {
        margin-bottom: 48px;
    }

    .coffee-invitation .download-wrapper {
        display: block;
        min-height: 560px;
        padding: 32px 0 240px;
        background: #ffffff;
    }

    .coffee-invitation .download-wrapper::before {
        display: block;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86) 36%, rgba(255, 255, 255, 0.36) 65%, rgba(255, 255, 255, 0.08));
    }

    .coffee-invitation .download-wrapper > .row {
        margin: 0;
        padding: 0 24px;
    }

    .coffee-invitation .download-wrapper > .row > div {
        padding: 0;
    }

    .coffee-invitation .download-content {
        max-width: 100%;
    }

    .coffee-invitation .download-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        max-height: none;
        overflow: hidden;
    }

    .coffee-invitation .download-img img {
        position: absolute;
        inset: 0;
        object-position: 82% center;
    }

    .coffee-invitation .site-title {
        font-size: 32px;
    }

    .coffee-invitation .download-btn {
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .coffee-invitation .site-title {
        font-size: 28px;
    }

    .coffee-invitation .site-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .coffee-invitation .download-btn a {
        justify-content: center;
        width: 100%;
    }
}

.urunkat__slider {
    padding: 6px 12px 38px;
}

.product-category-page {
    padding: 64px 0;
}

.product-category-page > .container {
    position: relative;
    z-index: 1;
}

.product-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.product-category-grid .portfolio-three__single > a {
    display: block;
}

.product-category-grid .portfolio-three__single:focus-within {
    outline: 2px solid #3d3288;
    outline-offset: 4px;
}

@media (max-width: 991px) {
    .product-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .product-category-page {
        padding: 40px 0;
    }

    .product-category-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}

.service-catalog.product-groups-section .section__header {
    font-size: 32px;
    line-height: 1.3;
}

.service-catalog .portfolio-three__title-box {
    width: 100%;
    min-width: 0;
}

.service-catalog .portfolio-three__title {
    overflow-wrap: anywhere;
    text-transform: none;
}

.service-catalog .services-more {
    margin-top: 36px;
}

.service-catalog .services-more .lab-btn {
    border-radius: 8px;
}

@media (max-width: 575px) {
    .service-catalog.product-groups-section .section__header {
        font-size: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-catalog .portfolio-three__single,
    .service-catalog .portfolio-three__img img,
    .service-catalog .portfolio-three__arrow {
        transition: none;
    }

    .service-catalog .product-category-grid .portfolio-three__single:hover,
    .service-catalog .product-category-grid .portfolio-three__single:hover .portfolio-three__img img {
        transform: none;
    }
}

.urunkat__slider .swiper-slide {
    height: auto;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__single {
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__single:hover {
    transform: translateY(-8px);
    border-color: rgba(227, 30, 36, 0.34);
    box-shadow: none;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__img {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    background: linear-gradient(135deg, #151b28, #242033);
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__img::before {
    height: 68%;
    background: linear-gradient(0deg, rgba(5, 9, 17, 0.92), rgba(5, 9, 17, 0.38) 58%, rgba(5, 9, 17, 0)) !important;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__img::after {
    display: none;
}

:is(.urunkat__slider, .product-category-grid) .urunkat_anasayfa_kapak img {
    width: 100%;
    height: 100% !important;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__single:hover .portfolio-three__img img {
    transform: scale(1.035);
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__content-box {
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 70px 32px 26px;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__title-box::before {
    top: 4px;
    bottom: 4px;
    left: -13px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e31e24, #5a275f);
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__title {
    max-width: 100%;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    color: #ffffff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__title:hover,
:is(.urunkat__slider, .product-category-grid) .portfolio-three__title a:hover {
    color: #ffffff !important;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__arrow {
    top: 16px;
    right: 16px;
    bottom: auto;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    clip-path: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, border-color 0.2s ease;
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__arrow span {
    transform: rotate(-45deg);
}

:is(.urunkat__slider, .product-category-grid) .portfolio-three__single:hover .portfolio-three__arrow,
:is(.urunkat__slider, .product-category-grid) a:focus-visible .portfolio-three__arrow {
    background: rgba(255, 255, 255, 0.26) !important;
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff !important;
}

.urunkat__pagination {
    margin-top: 28px;
}

.urunkat__pagination span {
    width: 9px !important;
    height: 9px !important;
    line-height: 9px !important;
    background: rgba(90, 39, 95, 0.22) !important;
    color: transparent !important;
    opacity: 1 !important;
    border-radius: 999px !important;
}

.urunkat__pagination span.swiper-pagination-bullet-active {
    width: 28px !important;
    background: linear-gradient(90deg, #e31e24, #5a275f) !important;
}

@media (max-width: 767px) {
    .product-groups-section + .download-area {
        padding-top: 32px;
    }

    .product-groups-section .section__header {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .urunkat__slider {
        padding-bottom: 22px;
    }

    :is(.urunkat__slider, .product-category-grid) .portfolio-three__img {
        aspect-ratio: 4 / 3;
    }

    :is(.urunkat__slider, .product-category-grid) .portfolio-three__content-box {
        padding: 64px 24px 18px;
    }

    :is(.urunkat__slider, .product-category-grid) .portfolio-three__title {
        font-size: 17px;
    }

    :is(.urunkat__slider, .product-category-grid) .portfolio-three__arrow {
        top: 12px;
        right: 12px;
    }
}

/* Contact Page Icons - Footer Style Red Rounded Boxes */
.contact__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(11, 34, 57, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact__item:hover {
    box-shadow: 0 12px 32px rgba(11, 34, 57, 0.1);
    transform: translateY(-4px);
}

.contact__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 12px;
    background: #e31e24 !important;
    color: #ffffff !important;
    margin-bottom: 24px;
    box-shadow: 0 8px 22px rgba(227, 30, 36, 0.28);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact__icon i {
    color: #ffffff !important;
    font-size: 28px;
    line-height: 1;
}

.contact__item:hover .contact__icon {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 14px 28px rgba(227, 30, 36, 0.38);
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .header--four .header__bottom .area {
        padding: 0 24px;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .header--four .header__bottom .area .logo {
        margin: 0;
        flex-shrink: 0;
    }

    .header--four .header__bottom .area .logo img {
        height: 68px;
    }

    .header--four .header__bottom .main-menu .menu > ul > li > a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 13px;
    }
}

.catalog-document-cover {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    padding-bottom: 64px;
    background: #f7f7fb;
    color: #e51e29;
    font-size: 72px;
}

