.product-box-area {
    position: relative;
}

.product-box-content {
    position: absolute;
    top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding: 10px;
}

.product-box-content a {
    color: #fff;
}

.product-detail-page .pro-info {
    height: auto;
}
.product-box-desc {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-box-desc a {
    font-size: 18px;
    border-bottom: 1px solid transparent;
}

a.product-box-title {
    font-size: 34px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.product-box-desc a + a {
    margin-top: 10px;
}
    

.product-box-desc a:hover {
    border-bottom: 1px solid #fff;
}
.slider .items img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.table tbody tr:nth-of-type(even) {
    background-color: #ececec;
}

.pro-info table {
    margin: 0;
    height: 100%;
}
.pro-info {
    height: 100%;
}
.pro-item-content {
    height: 100%;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 10px;
}
.products-page .text-area {
    margin-bottom: 30px;
}
.pt100 {
    padding-top: 100px;
}
.pro-item-content .button1 a {
    display: block;
}
.applications {
    background-color: transparent;
}
section.dark{
	background-color: #f7f7f7;
}
.product-detail-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-detail-images img + img {
    margin-left: 10px;
}
.lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}
.bredcrumb1 {
	padding: 75px 0;
}

.facility-box{
	text-align: center;
}
.facility-box-image{
	position: relative;
	display: block;
}
.facility-box-image .icon {
    position: absolute;
    background-color: #034ea1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facility-box-title {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
}

.corporate {
    background-color: #f5f5f5;
}
.corporate-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(58, 95, 149, 0.1);
}
.corporate-box .content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.corporate-box:hover {
    color: inherit;
}
.corporate-box .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}

.corporate-box .desc {
    margin-top: 10px;
}

.corporate-box .button {
    position: relative;
    font-weight: 500;
    transition: all .15s ease-in-out;
    margin-top: 5px;
}

.corporate-box:hover .title {
    color:#034ea1;
}

.corporate-box:hover .button {
    color:#034ea1;
}
.corporate-box .button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #034ea1;
}
.corporate-box:hover .button:after {
    width: 46px;
    transition: 300ms ease all;
}
.catalog-box .content {
    border: 1px solid #034ea1;
    color: #034ea1;
    text-align: center;
    padding: 12px 5px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}
.catalog-box .top-title {
    font-weight: 700;
}
.catalog-box .content:hover {
    background-color: rgba(3, 78, 161, 0.9);
    color: #fff;
}

.order-area{
	height: auto;
}
@media (max-width: 991px){
	.bredcrumb1 {
		padding: 50px 0;
	}
}

/* description start */

.description-item .image {
    position: relative;
    overflow: visible;
}

.description-item .image .clone {
    position: absolute;
    opacity: 0.1;
    right: -20%;
    bottom: 20%;
}

.description-item {
    margin-bottom: 30px;
}

.description-item .title {
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description-item .title:after {
    content: "";
    position: absolute;
    width: calc(100%);
    bottom: -5px;
    right: -50%;
    border-bottom: 1px solid #333;
}

.description-area {
    overflow: hidden;
}

.description-item .image img:first-child {
    position: relative;
    z-index: 1;
}

.description-item .flex-row-reverse .image .clone {
    left: -20%;
}

.description-item .flex-row-reverse .title:after {
    left: -50%;
}

.description-item .sub-title {
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
}

.description-item .title .text-align {
    text-align: right;
}

.description-item .flex-row-reverse .title .text-align {
    text-align: left;
}

.description-item .flex-row-reverse .image {
    text-align: right;
}

.description-item .image {
    text-align: left;
}

@media (max-width: 992px){
    
    .description-item .title .text-align {
        text-align: center!important;
    }
    
}

/* description end */

.app-box {
	margin-bottom:30px;
}

.app-box img {
    width: 100%;
}

.table td {
	text-align: center;
	vertical-align: middle;
}

.table td:first-child {
    text-align: left;
}

.table thead th {
    text-align: center;
}

.table thead th:first-child {
    text-align: left;
}

.app-box-top span.first-title {
    font-size: 28px;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-weight: 500;
}

.app-box-top span.second-title {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.custom-table table {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    color: #212529;
}

.custom-table table tr {
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

.custom-table table tr th:first-child {
    text-align: left !important;
}

.custom-table table tr td:first-child {
    text-align: left !important;
}

.custom-table table tr th {
    width: auto !important;
    height: auto !important;
	padding: 0px 15px;
	text-align: center;
}

.custom-table table tr td {
    width: auto !important;
    height: auto !important;
	text-align: center;
}

.custom-table tr:nth-child(even) {
    background-color: #ececec;
}
.custom-table table tr td p {
    margin: 0;
}
.custom-table table tr tr p {
    margin: 0;
}
.products-custom .product-box-area img {
    width: 100%;
}
.products-custom .col-lg-6 {
    padding: 0;
}
.products-custom .product-box-content{
	border: 2px solid #fff;
    padding: 10px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: auto;
    height: auto;
}
.slider-bottom .box-area{
	top: 0;
    transform: translateY(-50%);
	opacity: 1;
	width: 100%;
}
.slider-bottom-box a {
    align-items: center;
    justify-content: center;
}
@media (max-width:992px){
	.custom-table table {
		display: block;
		overflow-x: scroll;
	}
	.custom-table table tr th {
		white-space: nowrap;
	}
	.products-custom .product-box-content {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 10px;
	}
	
	.products-custom .product-box-area img {
		position: absolute;
		height: calc(100% + 20px);
		object-fit: cover;
		top: -10px;
	}
	.pro-item-content {
		padding-left: 0;
	}
	.bredcrumb1 ul {
		flex-wrap: wrap;
	}
	.slider-bottom .box-area {
		transform: translateY(0);
	}
}

.max-container {
	max-width: 90%;
}
.pagination {
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pagination li a {
    padding: 5px 14px;
    display: block;
    border: solid 1px #ddd;
	transition: all .3s ease;
	margin-bottom: 20px;
}

.pagination li + li {
    margin-left: 10px;
}

.pagination li.active a {
    background-color: #034ea1;
    color: #fff;
}

.pagination li a:hover {
    background-color: #034ea1;
    color: #fff;
}
.cpro-item {
    padding: 30px 30px 10px;
}
.pro-item-content .picture img {
    width: 100%;
}
.width100{
	width: 100%;
	display: block;
    text-align: center;
}
.footer .right ul li {
    display: flex;
    flex-direction: column;
}

.footer .right ul li span {
    display: block;
    width: 100% !important;
}

.form-area {
    height: 100%;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.contact-page .contact-infos {
    height: 100%;
}
.pro-info {
    overflow-x: auto;
}

/* Header — eski canlı site paritesi (§5.1). LOCAL eski CSS'lerinde yoktu ama canlı eski sitede uygulanıyordu (büyük ihtimalle CDN'deki güncel versiyondan). SİLME. */
.header-menu,
.header-menu.fixed-header {
    background-color: #034ea1;
}

.header-menu .logoicon {
    background-color: #fff;
    width: 35%;
}

.main-menu .navigation>li>a {
    color: #fff;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #fff;
    opacity: .8;
}

.cta .slogan .icon {
    position: absolute;
    top: -40px;
    left: -100px;
    color: white;
    font-size: 75px;
    opacity: 0.3;
}

/* mobil header iconlar arası boşluk (eski style.css .far.fa-map-marker-alt selector'ı FA 7 Free'de fas'a geçince çalışmıyor → yeni class adıyla override) */
.mobile-header-icons a i.fas.fa-map-marker-alt {
    margin-left: 15px;
}

@media only screen and (max-width: 900px), (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #034ea1;
    }
}

/* Mobil menü slide-in (eski canlı paritesi — local style.css'te sadece display:none kuralı vardı, animasyon + content stilleri canlı CDN'den geliyordu) */
@keyframes fadeInLeft {
    0% { opacity: 0; transform: translate3d(-100%, 0, 0); }
    100% { opacity: 1; transform: translateZ(0); }
}

@keyframes fadeOutLeft {
    0% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(-100%, 0, 0); }
}

.mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    width: 100%;
    animation: fadeOutLeft 0.5s ease-in-out;
}

.mobile-nav.open {
    display: block;
    animation: fadeInLeft 0.5s;
    overflow-x: scroll;
}

.mobile-nav-content {
    padding-top: 20px;
    background: #034ea1;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
}

.mobile-nav-logo {
    padding-left: 20px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
}

.mobile-nav-logo-content {
    position: relative;
}

.mobile-nav-logo-content i {
    display: block;
    margin: 0 auto 10px;
    max-width: 30px;
    line-height: 32px;
    font-size: 30px;
}

.mobile-nav-logo-content a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.mobile-nav-logo > a {
    display: block;
    padding: 30px 60px;
}

.mobile-nav-logo > a img {
    width: 100%;
}

.mobile-nav-menu ul {
    padding: 0;
}

.mobile-nav-menu ul li {
    padding: 10px 25px;
    list-style: none;
}

.mobile-nav-menu ul li .sub-menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav-menu ul li i {
    font-size: 14px;
    fill: #fff;
    color: #fff;
}

.mobile-nav-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.mobile-nav-menu ul li ul {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    margin-left: -25px;
    padding-left: 25px;
}

.mobile-close-menu {
    position: fixed;
    top: 18px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.mobile-close-menu i {
    color: #fff;
    font-size: 25px;
}

.mobile-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.mobile-menu-social li + li {
    margin-left: 15px;
}

.mobile-menu-social li a {
    border: 1px solid #00aad0;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

/* sticky bar css */
.sticky-bar {
    padding: 12px 15px 14px 15px;
    display: none;
    text-align: center;
    background: #050C28;
    border-radius: 29px 31px 0px 0px;
    color: #C2C2C2;
    font-size: 9px;
    -webkit-box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
    border-top: solid 7px #034ea1;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.sticky-bar .sticky-box {
    width: 20%;
}

.sticky-bar .sticky-box .text {
    color: #fff;
    margin-top: 6px;
}

.sticky-bar .sticky-box.top-box {
    margin-top: -37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-bar .sticky-box.top-box .icon {
    width: 45px;
    height: 45px;
    background: #034ea1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.sticky-bar .sticky-box.top-box .icon::before {
    position: absolute;
    content: '';
    width: 59px;
    height: 59px;
    border: 1px solid rgba(163, 203, 147, 0.5);
    border-radius: 50%;
}

.sticky-bar .sticky-box.top-box .icon::after {
    position: absolute;
    content: '';
    width: 69px;
    height: 69px;
    border: 1px solid rgba(163, 203, 147, 0.25);
    border-radius: 50%;
}

.sticky-bar .sticky-box.top-box .text {
    position: absolute;
    bottom: 14px;
}

@media (max-width: 992px) {
    .sticky-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* sticky bar css end */

/* WhatsApp sticky button — eski local all.min.css'ten (mobile only, scroll-top yerine geçer) */
.whatsapp-sticky-bar {
    display: none;
    position: fixed;
    right: 6px;
    bottom: 85px;
    background-color: #25d366;
    z-index: 999;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.whatsapp-sticky-bar a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.whatsapp-sticky-bar a svg {
    height: 35px;
    width: 35px;
}

@media (max-width: 992px) {
    .whatsapp-sticky-bar {
        display: block;
    }
    #scroll-top {
        display: none !important;
    }
}

.form-area button.contact-button {
    cursor: pointer;
}

.form-area button.contact-button:disabled,
.form-area button.contact-button[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

