/* General */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #ffffff;
}

/* Bootstrap 5 reset — tüm <a> alt çizgisi kapalı (eski tasarım paritesi, §7.4 BS4→5) */
a,
a:hover,
a:focus {
    text-decoration: none;
}

.img-fluid {
    max-width: 100%;
}

#scroll-top {
    position: fixed;
    right: 0px;
    bottom: 80px;
    margin: 0;
    text-decoration: none;
    z-index: 9999999999999999;
}

#scroll-top button {
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    background-color: #034ea1;
    color: #fff;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: none;
}

#scroll-top button i {
    font-size: 30px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fdb141;
    text-decoration: none;
    transition: all .3s ease;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


.p70 {
    padding: 70px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    padding-left: 10px;
}

.section-title:before {
    position: absolute;
    content: "";
    height: 35px;
    width: 5px;
    background-color: #034ea1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.button1 a, .button1 button {
    background: #034ea1;
    color: #fff;
    border: none;
    position: relative;
    transition: 800ms ease all;
    outline: none;
    padding: 10px 40px;
	font-weight: 700;
	cursor:pointer;
}

.button1 a:hover,.button1 button:hover {
    background: #fff;
    color: #333;
}

.button1 a:before,
.button1 a:after,.button1 button:before,
.button1 button:after  {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #034ea1;
    transition: 400ms ease all;
}

.button1 a:after ,.button1 button:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.button1 a:hover:before,
.button1 a:hover:after,.button1 button:hover:before,
.button1 button:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev i {
    color: white;
    font-size: 25px;
    background-color: #034ea1;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.owl-next i {
    color: white;
    font-size: 25px;
    background-color: #034ea1;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.owl-prev i:hover {
    color: white;
    background-color: #034ea1;
    opacity: 1;
    transition: all .3s ease;
}

.owl-next i:hover {
    color: white;
    background-color: #034ea1;
    opacity: 1;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: white;
    text-decoration: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00aad0;
    width: 17px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e3070b;
    width: 17px;
    height: 6px;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
    outline: none;
}


/* fly alert */

.fly-alert {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

.alert-danger {
    background-color: #F44336;
}

.alert-success {
    background-color: #2ec4b6;
}

.alert {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #003399;
    z-index: 999;
    text-align: center;
}


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

.footer-sticky-bar a i {
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    font-size: 30px;
}


/*fixed header*/

.fixed-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 999;
}

.header-menu.fixed-header {
    position: sticky;
    background-color: white;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.header-menu.fixed-header .main-menu .navigation>li {
    padding: 20px 0px;
}

/* Header Top*/

.header-top {
    padding: 8px 0;
    background-color: #28303b;
}

.header-top .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .infos a {
    color: white;
    font-size: 14px;
    margin-right: 15px;
    padding: 8px 0px 8px;
}

.header-top .infos a:hover {
    opacity: 0.7;
}

.header-top .lang {
    display: flex;
}

.header-top .lang a {
    margin-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-top .lang a:hover {
    opacity: 0.7;
}

.header-top .lang a span {
    margin-right: 3px;
}

/* header logo menu */

.header-menu {
    position: relative;
    background-color: #034ea1;
}

.header-menu .logoicon {
    position: absolute;
    background-color: #ffffff;
    width: 40%;
    left: -62px;
    transform: skew(-50deg);
    height: 100%;
    z-index: 0;
}

.header-menu .header-menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header-menu .logo {
    position: relative;
    z-index: 2;
}

.header-menu .logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.main-menu {
    position: relative;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 30px 0px;
    margin-right: 20px;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-weight: 600;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #034ea1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 99%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: #28303b;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul li {
    position: relative;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu .navigation>li>ul li>a {
    position: relative;
    line-height: 24px;
    color: white;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
    font-weight: 600;
}


.main-menu .navigation>li>ul li:hover>a {
    opacity: 0.7;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    content: "\f107";
    margin-left: 3px;
}

.main-menu .navigation>li>ul li.dropdown>a::after {
    position: absolute;
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li ul {
    position: absolute;
    left: 100%;
    margin-top: -44px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: #28303b;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 400ms ease;
}

.main-menu .navigation>li>ul>li>ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation li>ul li:hover>a {
    color: white;
}

.main-menu .navigation li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

/* slider */

.slider-info {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    font-weight: 700;
    color: white;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 16px #000000;
}

.slider-mobile {
    display: none;
}

/* slider bottom */

.slider-bottom {
    position: relative;
}

.slider-bottom .box-area {
    background-color: #034ea1;
    position: absolute;
    top: -90px;
    z-index: 10;
    color: white;
    border-radius: 5px;
    opacity: 0.9;
}

.slider-bottom-box {
    padding: 20px;
    position: relative;
}

.slider-bottom-box:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.box-area .col-md-4:last-child .slider-bottom-box:after {
    display: none;
}

.slider-bottom-box a {
    display: flex;
    color: white;
}

.slider-bottom-box a .icon {
    font-size: 40px;
    margin-right: 15px;
}

.slider-bottom-box a .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

/* home about us */

.image-text-16 {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: white;
}

.image-text-16 .image-text-area {
    display: flex;
    align-items: center;
}

.image-text-16 .right .items {
    display: flex;
    align-items: center;
}

.image-text-16 .right .items .items-left {
    display: flex;
    justify-content: flex-end;
}

.image-text-16 .right .items-right img:first-child {
    margin-bottom: 35px;
}


/* applications */

.applications {
    background-color: #ebebeb;
}

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

.app-box {
    position: relative;
}

.app-box .icon {
    position: absolute;
    background-color: #034ea1;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.app-box .icon i {
    position: absolute;
    top: 44%;
    left: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
}

.app-box:hover .icon {
    opacity: 0.7;
    transition: all .3s ease;
}

.app-box .title {
    background-color: rgba(3, 78, 161, 0.9);
    color: white;
    text-align: center;
    padding: 12px 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.applications .button1 {
    text-align: center;
    margin-top: 40px;
}

.applications .button1 a:hover {
    background: #ebebeb;
}

/* cta */

.cta {
    background-color: #202831;
    padding: 40px 0;
}

.cta .cta-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.cta .slogan {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

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

.cta .button1 a:hover {
    background: #28303b;
    color: white;
}

/* footer */

.footer {
    background-color: #28303b;
    padding: 50px 0;
    color: white;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer .footer-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 33px;
    padding-bottom: 7px;
}

.footer .footer-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #034ea1;
    bottom: 0;
}

.footer ul {
    padding: 0;
    margin: 0;
}


.footer .center ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.footer .center ul li a {
    position: relative;
    color: white;
    display: inline-block;
    padding-left: 12px;
}

.footer .center ul li a:hover {
    opacity: 0.7;
}

.footer .center ul li a:before {
    content: "\f101";
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    position: absolute;
    left: 0;
    top: 24%;
    font-size: 8px;
}

.footer .right ul .hl {
    width: 20%;
    float: left;
    font-weight: 700;
}

.footer .right ul .text {
    width: 80%;
    float: left;
    margin-bottom: 10px;
}

.footer .right ul li a {
    color: white;
}

.footer .right ul li a:hover {
    opacity: 0.7;
}

.footer-end .end-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-end {
    background-color: black;
    color: white;
    padding: 10px;
    margin-top: -20px;
}

.footer-end a {
    color: white;
}

.footer-end a:hover {
    opacity: 0.8;
}

/* Contact Page */

.contact-page .full-contact {
    margin-bottom: 40px;
}

.contact-page .contact-infos {
    border: solid 3px #ddd;
    border-radius: 5px;
    padding: 30px;
    height: 550px
}

.contact-page .contact-infos .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-page .contact-infos .infos {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
}

.contact-page .contact-infos .infos .icon {
    font-size: 40px;
    margin-right: 10px;
    min-width: 48px;
    text-align: center;
}

.contact-page .contact-infos .infos a {
    display: block;
}

.contact-page .maps {
    padding: 0;
    margin-bottom: -76px;
}

/* FORM */
.form-area {
    border: solid 3px #ddd;
    background: white;
    border-radius: 5px;
    padding: 30px;
    z-index: 1;
    height: 550px
}

.form-area .title {
    margin-left: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color1);
}

.form-area input.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area select.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area textarea.form-control {
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px 10px;
    outline: none;
}

.form-area button.contact-button {
    background: #034ea1;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    outline: none;
}

.form-area button.contact-button:hover {
    background: black;
    outline: none;
    transition: all .3s ease;
}

/* breadcrumb */

.bredcrumb1 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.bredcrumb1:before {
    background-color: #034ea1;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.bredcrumb1 .title {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.bredcrumb1 ul {
    position: absolute;
    top: 10px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    color: white;
    padding-left: 17px;
}

.bredcrumb1 ul li {
    list-style: none;
    font-size: 14px;
}

.bredcrumb1 ul li a {
    color: white;
    font-size: 14px;
}

.bredcrumb1 ul li a:hover {
    opacity: 0.8;
}

.bredcrumb1 ul li a:after {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    content: "\f054";
    font-size: 10px;
}

/* blog list */

.blog-box {
    display: flex;
    margin-bottom: 20px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 15px;
}

.blog-box .picture {
    width: 20%;
    margin-right: 20px;
    margin-top: 5px;
}

.blog-box .items {
    width: 80%;
}

.blog-box .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
}

.blog-box .desc {
    margin-bottom: 7px;
}

.blog-box .read-more {
    text-align: right;
    font-weight: 700;
}

/* sidebar */

.sidebar-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 7px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}


.sidebar-menu ul li {
    margin-bottom: 15px;
}

.sidebar-menu ul li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-weight: 500;
}

.sidebar-menu ul li a:before {
    content: "\f101";
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    position: absolute;
    left: 0;
    top: 24%;
    font-size: 8px;
}

/* text area */


.text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 700;
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: "\f101";
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    color: #333;
    font-weight: 700;
    margin-right: 7px;
}

/* about us page */

.image-text-16.about-us-page .image-text-area {
    display: flex;
    align-items: flex-start;
}

.image-text-16.about-us-page .section-title {
    margin-bottom: 15px;
    font-size: 22px;
}

/* product detail */

.product-sidebar-area {
    border: solid 1px #ddd;
    border-radius: 5px;
}

.product-sidebar-area .title {
    background-color: #034ea1;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.product-sidebar-area .menu ul {
    padding: 0px;
}

.product-sidebar-area .menu ul li {
    border-bottom: solid 1px #ddd;
}

.product-sidebar-area .menu ul li:hover {
    background-color: #034ea1;
}

.product-sidebar-area .menu ul li:hover a {
    color: white
}

.product-sidebar-area .menu ul li a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
}

.product-sidebar-area .menu ul li a:before {
    content: "\f101";
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    font-size: 10px;
}

.pro-item {
    margin-bottom: 50px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.pro-item .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* error page */

.error-page {
    text-align: center;
}

.error-page .error-title {
    font-size: 60px;
    font-weight: 700;
    color: #034ea1;
    margin-bottom: 30px;
}

.error-page .error-desc {
    margin-bottom: 30px;
}

.contact-page .maps iframe {
    width: 100%;
}

@media only screen and (min-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) {

    .header-mobile {
        display: none;
    }

}

@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 {
        display: flex;
    }

    .mobile-header-icons .i {
        font-size: 22px;
    }

    .mobile-header-icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .mobile-header-icons a + a {
        margin-left: 0;
    }

    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #034ea1;
        font-size: 16px;
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;
        color: white;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #034ea1;
        width: 80%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        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: white;
        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 li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #034ea1;
    }

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

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

    .mobile-nav-menu ul li a {
        color: white;
        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-nav.open {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease, visibility 0s linear 0s;
        overflow-x: scroll;
    }

    .mobile-nav.open .mobile-nav-content {
        transform: translateX(0);
    }

    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: white;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
        color: #034ea1;
        font-weight: 700;
    }

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

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

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

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

    ul.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%;
    }

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

    .header-mobile {
        display: block;
        background-color: #034ea1;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 120px;
    }

    /* fly alert */

    .fly-alert {
        top: 30px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        text-align: center;
    }

    /* footer sticky hemen ara */

    .footer-sticky-bar {
        display: block;
    }

    /* general */

    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .button1 {
        text-align: center;
    }

    .p70 {
        padding: 40px 0;
    }

    #scroll-top button {
        width: 30px;
        height: 30px;
    }

    #scroll-top button i {
        font-size: 16px;
    }

    /* header */

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    /* slider */

    .slider {
        display: none;
    }

    .slider-mobile {
        display: block;
    }

    .owl-prev {
        left: 10px;
        top: 90%;
    }

    .owl-next {
        right: 10px;
        top: 90%;
    }

    .slider-info {
        text-align: center;
        width: 90%;
        font-size: 30px;
    }

    /* slider bottom */

    .slider-bottom {
        margin-top: 30px;
    }

    .slider-bottom .box-area {
        top: 0;
        position: relative;
    }

    .slider-bottom-box:after {
        background-color: transparent;
    }

    /* image text */

    .image-text-16 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .image-text-16 .right .items .items-left {
        margin-top: 30px;
    }

    .image-text-16 .right .items .items-left img {
        margin-bottom: 30px;
    }

    /* cta */

    .cta .cta-area {
        display: block;
        text-align: center;
    }

    .cta .slogan {
        margin-bottom: 30px;
    }

    .cta .slogan .icon {
        top: 50%;
        left: 50%;
        opacity: 0.1;
        transform: translate(-50%, -50%);
    }

    /* footer */

    .footer .logo {
        text-align: center;
    }

    .footer .right {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .footer-end .end-area {
        display: block;
        text-align: center;
    }

    /* contact page */

    .contact-page .contact-infos {
        border: none;
        height: auto;
        padding: 10px;
    }

    /* form */

    .form-area {
        border: none;
        padding: 10px;
        height: auto;
    }

    /* breadcrumb */

    .bredcrumb1 .title {
        font-size: 20px;
    }

    .bredcrumb1 {
        padding: 45px 0;
    }

    .bredcrumb1 ul {
        width: 100%;
    }

    /* sidebar */

    .sidebar-area {
        margin-top: 30px;
    }

	.image-text-16 .right .items .items-left img {
		width: 100%;
	}
	
	.image-text-16 .right .items .items-left a {
		width: 100%;
	}
	.image-text-16 .right .items .items-right img {
		width: 100%;
	}
	
	.image-text-16 .right .items .items-right a {
		width: 100%;
	}


}


/* tables css */


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    margin-top: 30px;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}.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;
}
/* Native lightbox + Swiper nav styles (anbmetal-de — FE migrasyonu) */
.native-lightbox{position:fixed;inset:0;z-index:99999;display:none}
.native-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}
.native-lightbox-content{position:relative;max-width:90vw;max-height:90vh;margin:5vh auto;text-align:center;z-index:1}
.native-lightbox-image{max-width:100%;max-height:80vh;display:block;margin:0 auto;border:4px solid #fff;border-radius:4px}
.native-lightbox-caption{color:#fff;margin-top:1rem;font-size:1rem}
.native-lightbox-close{position:absolute;top:-3rem;right:0;background:transparent;border:0;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:.25rem .75rem}
.native-lightbox-close:hover{color:#316ce8}
body.native-lightbox-open{overflow:hidden}

/* Swiper nav (slider-owl-1 -> swiper) */
.slider-owl-1.swiper{position:relative}
.slider-owl-1 .swiper-button-prev,
.slider-owl-1 .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;background:rgba(0,0,0,.4);border-radius:50%;font-family:"Font Awesome 7 Free";font-weight:900;font-style:normal}
.slider-owl-1 .swiper-button-prev{left:1rem}
.slider-owl-1 .swiper-button-next{right:1rem}
.slider-owl-1 .swiper-button-prev::after{content:"\f060"}  /* fa-arrow-left */
.slider-owl-1 .swiper-button-next::after{content:"\f061"}  /* fa-arrow-right */
.slider-owl-1 .swiper-button-prev:hover,
.slider-owl-1 .swiper-button-next:hover{background:rgba(0,0,0,.7)}

/* === Canlı parite override'ları === */

/* Header ana menü link rengi: beyaz (canlı parite) */
.main-menu .navigation > li > a {
    color: #ffffff;
}

/* Hover/current — mavi BG üzerinde kontrast için proje accent rengine geç (#fdb141) */
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:focus {
    color: #fdb141;
}

/* Header her zaman sticky — şu anki görünümle üstte kalsın, scroll'da değişmesin */
.header-menu {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* fixed-header class scroll'da JS tarafından eklenirse de görsel etki yapmasın
   (mavi BG/beyaz menü/padding/box-shadow değişmesin — kullanıcı isteği) */
.header-menu.fixed-header {
    background-color: #034ea1;
    box-shadow: none;
}

.header-menu.fixed-header .main-menu .navigation > li {
    padding: 30px 0;
}

/* Logo: eski tasarımda max-height constraint'i yoktu, küçük görünmesin diye serbest bırakıldı (parite §5.1 logo) */
.header-menu .logo img {
    max-height: none;
    width: auto;
    display: block;
}

/* === Sticky-bar (mobil alt bar) === */
/* Eski all.min.css'te non-minified ek olarak vardı, FE migrasyonunda atlanmış; geri eklendi */

.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;
    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%;
    color: #C2C2C2;
    text-decoration: none;
}

.sticky-bar .sticky-box .icon img {
    width: 18px;
    height: 18px;
}

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

.sticky-bar .sticky-box.top-box {
    margin-top: -37px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.sticky-bar .sticky-box.top-box .icon img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.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: flex;
    }
}

/* === WhatsApp sticky (sol alt yuvarlak buton) === */
/* Eski all.min.css minified bundle'da idi, FE migrasyonunda kaybolmuştu; klasik whatsapp-sticky tasarımına geri eklendi */

.whatsapp-sticky-bar {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9998;
    width: 50px;
    height: 50px;
}

.whatsapp-sticky-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-sticky-bar a:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.whatsapp-sticky-bar svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

@media (max-width: 992px) {
    .whatsapp-sticky-bar {
        display: block;
        bottom: 100px;
        right: 15px;
        width: 56px;
        height: 56px;
    }

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

    #scroll-top {
        display: none;
    }
}

